/*
Theme Name:Cumulus NY
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: Cumulus Media Parent Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cumulus-master
*/

/*=============================================================================

-----------------
Table of Contents
-----------------
==============================================================================*/
/* -----------------------------------------------------------------------------
* $TYPOGRAPHY
* http://type-scale.com/?size=14&scale=1.333&text=A%20Visual%20Type%20Scale&webfont=PT%2BSerif&font-family=%27PT%20Serif%27%2C%20serif&font-weight=300&font-family-headers=&font-weight-headers=inherit&background-color=white&font-color=%23333
* -------------------------------------------------------------------------- */

html {
    font-size: 0.875em;
}

body {
    background-color: #d2d2d2;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
    color: #1e3138;
    -webkit-font-smoothing: antialiased;
    background: url('') no-repeat fixed top center #ddd;
    padding-top: 0
}

p {
    margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.414em 0 0.5em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: inherit;
    color: #1e3138
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

h1 {
    margin-top: 0;
    font-size: 2.441em;
}

h2 {
    font-size: 1.953em;
}

h3 {
    font-size: 1.563em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

small,
.font_small {
    font-size: 0.75em;
}

blockquote {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.25em;
    color: #1e3138;
}

blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 11px;
}

cite {
    font-style: italic !important;
    letter-spacing: 0;
}

cite:before {
    content: '';
    opacity: 0.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

em {
    color: #AAAAAA;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
}

p {
    margin-top: 0;
    margin-bottom: 1.3em;
}

a {
    outline: none !important;

}

a:hover {
    text-decoration: none !important;
    color: #e7128c;
}

.post-preset-a {
    padding: 10px 0 !important;
    margin-bottom: 4px  !important;
    border-bottom: 1px dotted #d2d2d2;
    list-style: none !important;
}

.post-preset-a .entry-title a {
    font-size: 14px !important;
    font-weight: 600 !important;
}

iframe {
    max-width: 100%;
}

/* -----------------------------------------------------------------------------
  * $INPUT
  * -------------------------------------------------------------------------- */
textarea {
    max-width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
}

select,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type=button],
input[type=submit],
button,
.vw-button,
.woocommerce .button {
    /* for woocommerce */
    padding: 5px 10px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
    border: 1px solid #BBBBBB;
    -webkit-appearance: none;
}

/* -----------------------------------------------------------------------------
  * $WORDPRESS
  * -------------------------------------------------------------------------- */
/* -------------------------------------
  * Alignment */
.alignnone {
    display: block;
    margin: 15px 15px 15px 0;
}

.alignnone:before,
.alignnone:after {
    display: table;
    content: ' ';
}

.alignnone:after {
    clear: both;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

a img.alignnone {
    margin: 15px 15px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.adv-banner img {
    max-width: 100%;
    margin: 15px auto
}

.marginTB15 {
    margin: 15px 0
}

.marginT15 {
    margin-top: 15px
}

.marginB15 {
    margin-top: 15px
}

.no-padding {
    padding: 10px 0 10px 0
}

/* -------------------------------------
  * Image Caption */
.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 2em 0;
}

.wp-caption.aligncenter {
    margin-top: 2em;
    margin-bottom: 2em;
}

.wp-caption.aligncenter:before,
.wp-caption.aligncenter:after {
    display: table;
    content: ' ';
}

.wp-caption.aligncenter:after {
    clear: both;
}

.wp-caption.alignleft {
    margin: 15px 2em 10px 0;
}

.wp-caption.alignright {
    margin: 15px 0 10px 2em;
}

.wp-caption img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    line-height: 1.2em;

    margin: 8px 0 8px 0;
    padding: 5px 10px 5px 10px;

    color: #aaa;
    border-left: 3px solid;
}

.wp-post-image {
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
}

/* ---------------------------------- * $Helper Classes
  \*------------------------------------*/
.masthead {
    padding: 5px 0
}

.alpha-omega {
    padding: 0
}

.alpha {
    padding-left: 0
}

.omega {
    padding-right: 0
}

.page-wrap {
    margin-top: 0;
}

.row-a {
    padding: 20px 0 0 0
}

/* =============================================================================
  $THEME
  ============================================================================= */

/* -----------------------------------------------------------------------------
  * $BRAND                                                Links, hover, background
  * -------------------------------------------------------------------------- */
/* Brand color () */
a,
.color-brand {
    color: #25ade3;
}

.bg-brand {
    background-color: #25ade3;
}

.border-brand {
    border-color: #25ade3;
}

.hover-color-brand:hover,
.hover-color-brand {
    color: #25ade3;
}

.hover-bg-brand:hover,
.hover-bg-brand {
    background-color: #25ade3;
}

/* Secondary color () */
.color-secondary {
    color: #e7128c;
}

.bg-secondary {
    background-color: #e7128c;
}

.border-secondary {
    border-color: #e7128c;
}

.hover-color-secondary:hover,
.hover-color-secondary {
    color: #e7128c;
}

.hover-bg-secondary:hover,
.hover-bg-secondary {
    color: #e7128c;
}

/* Light color (light) */
.color-light {
    color: #fff;
}

.bg-light {
    background-color: #fff;
}

.border-light {
    border-color: #fff;
}

.hover-color-light:hover,
.hover-color-light {
    color: #fff;
}

.hover-bg-light:hover,
.hover-bg-light {
    background-color: #fff;
}

.hover-border-light:hover,
.hover-border-light {
    border-color: #fff;
}

/* Dark color */
.color-dark {
    color: #1e3138;
}

.bg-dark {
    background-color: #1e3138;
}

.border-dark {
    border-color: #1e3138;
}

.hover-color-dark:hover,
.hover-color-dark {
    color: #1e3138;
}

.hover-bg-dark:hover,
.hover-bg-dark {
    background-color: #1e3138;
}

.hover-border-dark:hover,
.hover-border-dark {
    border-color: #1e3138;
}

/* Hight-light */
::selection {
    background: #25ade3;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #25ade3;
    /* Gecko Browsers */
    color: #fff;
}

/* -----------------------------------------------------------------------------
  * $SITE LAYOUT
  * -------------------------------------------------------------------------- */
body {
    background: url('') no-repeat fixed top center #ddd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* -----------------------------------------------------------------------------
  * $MASTHEADER
  * -------------------------------------------------------------------------- */

.mast_container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 15px
}

/* ---------------------------------- * $MASTHEAD: ON AIR NOW
  \*------------------------------------*/
#cumulus_masthead ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

#cumulus_masthead .app_dl {
    text-align: center
}

.host_thumb img {
    margin: 0 10px 0 0;
    float: left
}

.host_info {
    font-size: 14px;
    font-weight: 300;
    text-transform: Capitalize;
    color: #fff;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: inherit;
    overflow: hidden;
}

.host_name a {
    color: #fff
}

.host_excerpt p {
    font-size: 12px;
    line-height: 12px;
    margin: 0
}

/* ---------------------------------- * $MASTHEAD: APP DOWNLOAD LINKS
  \*------------------------------------*/
#cumulus_masthead .app_dl {
    min-width: 446px;
}

.app_dl .widget {
    clear: none;
    padding: 0;
    margin: 0
}

.app_dl .aligncenter {
    display: block;
    margin: 0 !important;
}

/* ---------------------------------- * $MASTHEAD: SOCIAL ICONS 
  \*------------------------------------*/
#cumulus_masthead ul li {
    width: auto !important;
}

.social_icons {
    padding: 10px 0;
}

.social-links {
    text-align: right
}

.social-links .social-link-item {
    margin-right: 5px
}

footer .social-links {
    text-align: center;
    display: block
}

/* ---------------------------------- * $LISTEN LIVE MOBILE
  \*------------------------------------*/
.listen_live_mobile {
    text-align: right;
    margin-left: 15px
}

/* -----------------------------------------------------------------------------
  * $NAVIGATION
  * -------------------------------------------------------------------------- */

/* ---------------------------------- * $NAVIGATION: SUPERMENU
  \*------------------------------------*/
.menu-title {
    width: 45%;
    display: none !important
}

.supermenu__mobile .supermenu__logo-wrapper {
    width: 50%;
}

.supermenu__mobile .supermenu__toggler {
    float: right;
    width: 25%;
    height: 50px !important;
}

.supermenu__searchform .supermenu__searchform_icon {
    top: calc(48.3% + 20px) !important;
}

.supermenu__menu-items-ul>li {
    padding: 0 12px
}

.supermenu__mobile .supermenu__menu-items-ul>li a {
    text-indent: 15px;
}

.supermenu__mobile .supermenu--dropdown-toggler {
    background: #e7128c;
}

.supermenu__menu-items-ul>li:hover>.supermenu--dropdown-toggler,
.supermenu__menu-items-ul>li>.supermenu--dropdown-toggler {
    color: #1e3138;
}

.supermenu.supermenu--fixed .supermenu__mobile .supermenu__menu-items-wrapper {
    max-height: 80vh;
}

/*--------------------------------------------------------------
#Search
--------------------------------------------------------------*/
.supermenu__searchform.searchform--open {
    visibility: visible !important;
    opacity: 1 !important;
  }

/*--------------------------------------------------------------
#Subscribe modal
--------------------------------------------------------------*/  

 #audioLoginModal .sendpress-submit{
    font: normal 600 12px/12px 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    background: #0061AA !important;
    padding: 10px 26px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.sendpress-signup-form #error ul {
    list-style: none;
}

/* ---------------------------------- * $NEXT/PREVIOUS LINK PAGES
  \*------------------------------------*/
.nav-links {
    background: #1e3138;
    padding: 20px;
    margin-bottom: 20px
}

.link-left {
    border-right: 0px
}

.story {
    border-bottom: 1px solid #888;
    font: normal 300 14px/38px 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff
}

.story .fa {
    margin: 0 5px;
    font-size: 15px;
}

.nav-previous,
.nav-next {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.nav-previous a,
.nav-next a {
    color: #fff
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #25ade3 !important;
    text-decoration: none
}

/*--------------------------------------------------------------
    #Loaders
  --------------------------------------------------------------*/

#wrapper {
    position: relative;
}

.global-ajax-loader {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(245, 245, 245, 0.9);
    text-align: center;
    z-index: 20;
}

/* 
    .page-wrap.bg-light{
      background-color: #ffffff !important;
    } */


.ajax-spinner,
.ajax-spinner:before,
.ajax-spinner:after {
    background: #0B3460;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.ajax-spinner {
    color: #0B3460;
    text-indent: -9999em;
    margin: 0 auto;
    position: fixed;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.ajax-spinner:before,
.ajax-spinner:after {
    position: absolute;
    top: 0;
    content: '';
}

.ajax-spinner:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ajax-spinner:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.wpbgvl_loader_left,
.audio-player-loader {
    font-size: 14px;
    color: #fff;
}

/*--------------------------------------------------------------
    #Audio Stream Player
  --------------------------------------------------------------*/
  #mobile-audio-player-wrapper{
    background-color: rgb(11, 52, 96);
    color: #fff; 
    padding: 8px; 
    border-bottom: none;
  }

  .audio-stream-player {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border-bottom: none;
}

  .open-mobile-player
  { display: none;}


.audio-stream-player p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.player-content {
    margin: 0;
    justify-content: center;
}

.player-content .controls{
    display: flex;
    align-items: center;
}

.player-title{
    color: #fff; 
    text-transform: uppercase; 
    font-weight: 600;
}

#audio-stream-player-wrapper .player-title{ display: none;}

.player-content .controls .player-title{
    margin-right: 10px;
    font-size: 14px;
}

#play-pause .icon {
    width: 32px;
    height: 32px;
}

#play-pause .icon {
    fill: #e9f6ff;
}

#play-pause:hover .icon {
    fill: #fff;
}

.floating-controls-wrapper {
    background-color: rgb(11, 52, 96);
    box-shadow: 0px 0px 1px 0px;
}

.control-bar {
    border-top: none;
    margin: 14px auto 0;
}

/* Hack to avoid select drop down white bar when loading */
#wpb_audio_stream_list_id{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .recent-played {
    color: #fff !important;
}

.select2-container .select2-selection--single {
    background-color: rgb(11, 52, 96);
    box-shadow: 0px 0px 1px 1px #a8a8a8;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.img-station-logo { display: none; }

/* ---------------------------------- * $EDIT PAGE BUTTON
  \*------------------------------------*/
.btn-edit-link {
    font-size: .9em;
    line-height: 1em;
    margin-top: 15px;
    border-color: #222;
    background-color: #222;
}

.btn-edit-link a {
    color: #fff;
    box-shadow: none;
}

.btn-edit-link a:hover,
.btn-edit-link a {
    color: #fff;
}

/* ---------------------------------- * $READ MORE LINK
  \*------------------------------------*/
.read-more a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
    padding-left: 5px;
    border-left: 2px solid #1e3138
}

.read-more a:hover {
    border-left: 2px solid #e7128c;
    color: #e7128c
}

.more-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
    padding-left: 5px;
}

/* ---------------------------------- * $READ MORE LINK
  \*------------------------------------*/
.btn-plj {
    text-transform: uppercase;
    color: #fff;
    background-color: #25ade3;
    border-color: #25ade3;
}

.btn-plj:hover {
    color: #fff;
    background-color: #e7128c;
    border-color: #e7128c;
}

.parent-term .view-all {
    font-size: 20px;
    font-weight: 600;
    color: #e7128c;
}

.parent-term .view-all:hover {
    color: #25ade3
}

/* ---------------------------------- * $VIP SUBMIT BUTTON
  \*------------------------------------*/
.app_dl .gigya-button {
    font: normal 600 11px/11px 'Montserrat';
    text-transform: uppercase;
    background: #E7128C;
    padding: 9px 6px;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.app_dl .gigya-button {
    font: normal 600 11px/11px 'Montserrat';
    text-transform: uppercase;
    background: #E7128C;
    padding: 10px 6px;
    margin: 9px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* -----------------------------------------------------------------------------
  * $WPB SLIDER
  * -------------------------------------------------------------------------- */
#wpb-slider-57 {
    max-width: 100% !important;
    margin: 0;
}

/* .slider .slide-content {
  bottom: 25px!important;
  left: 30%!important;
  background-color: #eb080a!important;
  padding: 6px 20px!important;
  text-transform:uppercase;
  width: 65%!important;
  display: none;
  }
  .slider .slide-content .entry-title {
  text-align:right;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight:900;
  font-size: 38px;
  line-height: 40px;
  padding-right:20px;
  border-right:20px solid #1e3138
  } */

/* ---------------------------------- * $SUPER CAROUSEL
  \*------------------------------------*/
.plj_carousel_wrapper {
    max-height: 290px;
    margin: 0 10px
}

.super_title {
    text-align: center;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 500;
    padding: 10px;
    min-height: 75px;
    background: #25ade3 !important;
}

.supercarousel div .super_categories a,
.supercarousel div .super_title a {
    color: #fff
}

.supercarousel div .super_categories a,
.supercarousel div .super_title a:hover {
    color: #1e3138
}

/* ---------------------------------- * $Youtube Channel Gallery
  \*------------------------------------*/
.ytcplayercontent h3 {
    margin: 0;
    font: normal 600 18px/24px "Raleway";
}


/* -----------------------------------------------------------------------------
  * $PAGES
  * -------------------------------------------------------------------------- */

/* ---------------------------------- * $PAGE TITLE
  \*------------------------------------*/
.entry-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px
}

.page-header {
    border-style: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 40px 0 5px !important;
    padding: 0;
    border-left: 5px solid #e7128c;
    border-bottom: 0
}

.page-header h2 {
    font-size: 22px;
    margin: 0 0 0 10px;
}

/* -----------------------------------------------------------------------------
  * $POSTS
  * -------------------------------------------------------------------------- */

/* ---------------------------------- * $ENTRY META
    \*------------------------------------*/
.entry-meta ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0
}

.entry-meta ul li {
    display: inline-flex;
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    font-style: oblique
}

.blog-two-col figure {
    margin-right:10px;
    width:130px;
    display:block
}
/* ---------------------------------- * $SHARIFY
    \*------------------------------------*/
.sharify .sharify-container {
    padding: 5px 0 0 0;
}

/* ---------------------------------- * $POST LISTS
    \*------------------------------------*/
.posts-list .article-wrapper {
    padding: 0 0 15px 0
}

.posts-list h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
    margin-top: 0
}

.posts-list h2 a:hover {
    color: #e7128c
}

.posts-list figure {
    max-width: 150px;
    float: left;
    margin-right: 10px;
    display: block
}

.posts-list figure img {
    margin-left: 0
}

/* -----------------------------------------------------------------------------
  * $ARCHIVES
  * -------------------------------------------------------------------------- */
.archive .entry-title h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
    margin-top: 0
}

.archive .article-wrapper {
    margin-bottom: 15px;
    clear: both;
    /* max-height: 90px; */
}

.archive .article-meta {
    font-size: 12px;
    line-height: 16px;
    color: #888;
}

.archive figure {
    width: 100%;
    float: left;
    margin-right: 10px;
    display: block
}

.archive .entry-summary {
    display: none
}


/* ---------------------------------- * $ARCHIVE: SHOW
    \*------------------------------------*/
.show_archive figure img {
    border: 1px solid #d2d2d2
}

.show_archive h2 {
    margin-bottom: 0
}

.show_archive .show_excerpt {
    font-size: 14px;
    font-weight: 600
}

/* ---------------------------------- * $ARCHIVE: PODCAST
    \*------------------------------------*/

.content_episode .entry-summary {
    margin-bottom: 10px
}

.content_episode .listen {
    margin-bottom: 10px
}

.single-episode br {
    display: none
}

.share_icons .share {
    font-weight: 600
}

.share_icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.share_icons ul li {
    display: inline-flex;
    margin-right: 4px
}


/* -----------------------------------------------------------------------------
  * $SHOWS
  * -------------------------------------------------------------------------- */
  #cumulus_masthead ul li#show-wrapper {
   width: 100% !important;
   text-align: center;
   margin: 10px 0;
}

#cumulus_masthead ul li#show-wrapper .host_name h3{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

#cumulus_masthead ul li#show-wrapper .host_name p{
    margin: 0;
    font-size: 16px;
}

.show_group {
    margin: 45px 0
}

.single-show .article-wrapper {
    margin-bottom: 25px;
    border-style: none
}

.single-show .show-meta {
    margin: 18px 0 5px 0;
}

.single-show .on-air-meta {
    font-weight: 600
}

.single-show .show-times {
    font-size: 12px;
    font-weight: 300;
    font-style: oblique;
    margin: 0 0 5px 0
}

.single-show .show-section-title {
    border-style: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px 0px;
    padding: 0 0 0 10px;
    border-left: 5px solid #e7128c;
}

.show_group .entry-title h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
    margin-top: 0
}

.single-show .show-times br {
    display: none
}

.show_group .article-wrapper {
    margin-bottom: 15px;
    clear: both;
}

.show_group .article-meta {
    font-size: 12px;
    line-height: 16px;
    color: #888;
}

.show_group figure {
    width: 80px;
    float: left;
    margin-right: 10px;
    display: block
}

.show_group .entry-summary {
    display: none
}

.show_figure_size img {
    max-height: initial !important;
    max-width: inherit !important;
}


/* -----------------------------------------------------------------------------
  * $WIDGETs
  * -------------------------------------------------------------------------- */
.widget-area {
    font-size: 12px;
}

.widget {
    clear: both;
    margin: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    position: relative;
}

.tab-content .social {
    text-align: center;
}

#secondary aside {
    margin: 0 0 40px 0 !important;
}

.home-instagram .custom-html-widget{
    text-align: center;
    position: relative;
}

/* ---------------------------------- * $WIDGET TITLE
    \*------------------------------------*/
.title-wrapper {
    margin: 28px 10px 10px 0;
    padding: 0px;
    display: inline-block;
}

.title-wrapper h3 {

    padding: 0 10px;
    margin: 0;
    border-left: 5px solid #e7128c
}

.widget-main .title-wrapper {
    margin: 28px 10px 20px 10px;
    padding: 0px;
    display: inline-block;
}

.widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;

    letter-spacing: 0;
    text-transform: uppercase;

    color: #1e3138;
}

.widget .widget-title a:hover {
    color: #e7128c;
}

/* ---------------------------------- * $WPB RECENT POSTS ADVANCE WIDGET: TWO COLUMN
    \*------------------------------------*/
.blog-two-col .article-wrapper {
    background: #fff !important;
    margin-bottom: 15px;
    max-height: 180px;
}

.blog-two-col figure {
    margin-right: 10px;
    width: 80px;
    display: block
}

.blog-two-col h2 {
    margin-bottom: 0;
}

.blog-two-col .article-meta {
    padding: 0 !important
}

.blog-two-col .entry-title a {
    font-weight: 600
}

.blog-two-col .entry-title a:hover {
    color: #e7128c
}


.blog-two-col .entry-summary,
.read-more {
    display: none
}

/* ---------------------------------- * $WPB RECENT POSTS: ASIDE/SIDEBAR
    \*------------------------------------*/
.widget-aside .title-wrapper {
    margin: 0 10px 10px 0;
}

.widget-aside-posts {
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #eee
}

.widget-aside-posts:last-child {
    border-style: none
}

.widget-aside-posts figure {
    width: 80px;
    float: left;
    margin-right: 10px
}

.widget-aside-posts h2 {
    margin-top: 10px
}

/* ---------------------------------- * $WIDGET SENDPRESS FORM
    \*------------------------------------*/
.widget-signup .form-wrap {
    width: 80%;
}

.widget-signup .sendpress-signup-form input[type="text"] {
    width: 80%;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.widget-signup .submit {
    margin-top: 0;
    padding: 0;
}

.widget-signup .sendpress-submit {
    margin: 0 auto;
    width: 150px;
    display: block !important;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    border-style: none;
    background: #25ade3;
    color: #fff;

    font-size: 22px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 900;

    text-transform: uppercase
}

.widget-signup .sendpress-submit:hover,
.widget-signup .sendpress-submit {
    background: #e7128c;
    color: #fff;
}

.widget-signup p {
    margin-bottom: 0px;
    text-align: center;
}

.gdpr-class-sc-signup {
    text-align: center
}

/* -----------------------------------------------------------------------------
  * $PAGINATION
  * -------------------------------------------------------------------------- */
.pagination {
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    position: relative;
    clear: both;
    padding: 20px 0;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px;
    text-decoration: none;
    color: #fff;
    background: #25ade3 none repeat scroll 0 0;
}

.pagination a {
    text-decoration: none;
    color: #fff;
    background: none repeat scroll 0 0 #25ade3;
}

.pagination a:hover {
    background: none repeat scroll 0 0 #e7128c;
    /*hover color*/
}

.pagination .current {
    padding: 6px 9px 5px;
    color: #fff;
    background: #e7128c none repeat scroll 0 0;
}

/* -----------------------------------------------------------------------------
  * $PODCASTS PLAYER
  * -------------------------------------------------------------------------- */
.wpb-audio-player.whiteControllers {
    background-color: #1e3138 !important;
}

.wpb-audio-player.whiteControllers {
    background: #1e3138 !important;
}

.player_advance .playlistContainer {
    background-color: #1e3138 !important;
}

.wpb-audio-player.whiteControllers .AudioControls {
    background-color: #25ade3 !important;
}

/* -----------------------------------------------------------------------------
  * $SITE FOOTER
  * -------------------------------------------------------------------------- */
footer {
    padding: 25px 0
}

.copyright {
    font-size: 10px;
    line-height: 16px;
    padding: 25px 0
}

/* ---------------------------------- * $FOOTER ASIDE
    \*------------------------------------*/
.column-wrapper {
    padding: 25px 0;
}

.widget-footer {
    text-align: center;
}

.widget-footer .social-link-item {
    margin: 0 5px;
}

/* ---------------------------------- * $FOOTER SENDPRESS FORM
    \*------------------------------------*/
.widget-footer .form-wrap {
    width: 80%;
}

.widget-footer .sendpress-signup-form input[type="text"] {
    width: 80%;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.widget-footer .submit {
    margin-top: 0;
    padding: 0;
}

.widget-footer .sendpress-submit {
    margin: 0 auto;
    width: 150px;
    display: block !important;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    border-style: none;
    background: #25ade3;
    color: #fff;

    font-size: 22px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 900;

    text-transform: uppercase
}

.widget-footer p {
    margin-bottom: 10px
}

/* ---------------------------------- * $FOOTER MENU
    \*------------------------------------*/
.footer-nav ul {
    list-style-type: none;
    padding: 15px 0 0 0;
    text-align: center;
}

.footer-nav li {
    line-height: 28px;
    text-transform: none
}

.footer-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.footer-nav li a:hover {
    color: #25ade3
}

/*--------------------------------------------------------------
    16.0 Media Queries
    --------------------------------------------------------------*/
/* No media query since this is the default in Bootstrap */

/* ---------------------------------- * $Small devices (480px and up)
    \*------------------------------------*/
@media (min-width: 480px) {

    .supermenu__mobile .supermenu__logo-wrapper {
        width: 35%;
    }

    .supermenu__mobile .supermenu__toggler {
        float: right;
        width: 15%;
    }

    .blog-two-col figure {
        width: 150px;
    }

    .widget-aside-posts figure {
        width: 150px;
    }

    .widget-aside-posts h2 {
        font-size: 18px;
    }

    .posts-list h2 {
        font-size: 16px;
    }

    .blog-two-col .read-more {
        display: block;
    }

    .archive .entry-title h2 {
        font-size: 16px
    }

    .archive figure {
        width: 150px;
    }

    .archive .read-more {
        display: block;
    }

    .show_group .read-more {
        display: block;
    }

    .show_group .entry-title h2 {
        font-size: 16px
    }

    .show_group figure {
        width: 150px;
    }

    .show_group .read-more {
        display: block;
    }
}

/* ---------------------------------- * $Small devices (667px and up)
    \*------------------------------------*/
@media (min-width: 667px) {
    .supermenu__mobile .supermenu__logo-wrapper {
        width: 30%;
    }

    .supermenu__mobile .supermenu__toggler {
        float: right;
        width: 15%;
    }

    .blog-two-col .entry-summary {
        display: block;
    }

    .archive .entry-summary {
        display: block;
    }

    .show_group .entry-summary {
        display: block;
    }
}

/* ---------------------------------- * $Small devices (768px and up)
    \*------------------------------------*/
@media (min-width: 768px) {

    #mobile-audio-player-wrapper{
        display: none !important;
    }

     .audio-stream-player {
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        border-bottom: none !important;
        background-color: transparent !important;
        min-width: 24px !important;
    }

    .audio-stream-player .controls,
    header .player-content {
        margin: 0 auto;
    }

    #audio-stream-player-wrapper .player-title{ 
        display: block;
        margin: 0;
        line-height: 14px;
        font-size: 12px;
    }

    #audio-stream-player-wrapper {
        background-color: #0061aa;
        padding: 4px 8px;
        border-radius: 6px;
    }

    .audio-stream-player.has-streams {
        min-width: 200px !important;
    }

    header .amplitude-play-pause{
        margin-right: 8px;
    }

    header #play-pause .icon {
        width: 24px;
        height: 24px;
    }

    header .control-bar {
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
    }

    header .station-stream{
        width: 100% !important;
    }

    .select2-container .select2-selection--single {
        background-color: #0061aa;
        box-shadow: 0px 0px 1px 1px #a8a8a8 !important;
    }
    .select2-container .select2-selection--single {
        height: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px;
    }

    #cumulus_masthead ul li#show-wrapper {
        max-width: 220px;
    }

    #cumulus_masthead ul li#show-wrapper {
        width: auto !important;
        margin: 0;
     }

     .widget-slider {
        padding: 0 0 0 10px;
    }

    .wp-post-image {
        max-width: 100%;
        width: inherit;
    }

    .show_figure_size img {
        max-height: 100px !important;
        max-width: 150px !important;
    }

    .row-a {
        padding: 35px 0 0 0
    }

    .home-instagram .custom-html-widget {
        padding: 0 10px;
        width: 100%;
    }

    .supermenu__mobile .supermenu__logo-wrapper {
        width: 20%;
    }

    .supermenu__mobile .supermenu__toggler {
        float: right;
        width: 15%;
    }
    .archive figure {
        width: 250px;
    }
    .social-links {
        text-align: right;
    }

    .blog-two-col .article-wrapper {
        min-height: 205px;
    }

    .blog-two-col figure {
        min-width: 289px;
    }

    .posts-list figure {
        display: block
    }

    .posts-list h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }

    .content_episode {
        padding: 0 70px
    }

    .footer-nav ul {
        text-align: left;
    }

    footer .social-links {
        text-align: center;
    }
}

/* ---------------------------------- * $Small devices (992px and up)
    \*------------------------------------*/
@media (min-width: 992px) {

    .audio-stream-player.has-streams {
        min-width: 130px !important;
    }

    .blog-two-col .article-wrapper {
        background: #fff;
        margin-bottom: 15px;
        max-height: 380px
    }

    .blog-two-col figure {
        margin-right: 10px;
        width: 100%
    }

    .blog-two-col {
        margin-bottom: 10px;
    }

    .blog-two-col .article-wrapper {
        position: relative;
        z-index: 10
    }

    .blog-two-col .article-thumb {
        position: absolute;
        overflow: hidden;
        z-index: 20;
        width: 100%;
        float: none;
        margin-right: 0
    }

    .blog-two-col .article-container {
        position: relative;
        bottom: 15px;
        z-index: 40;
        background: #fff;
        margin: 0;
        padding: 10px !important;
    }

    .posts-list h2 {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .home-instagram .custom-html-widget{
        padding-left: 10px;
        width: 630px;
    }

    .blog-two-col h2 {
        margin-top: 0;
        font-size: 18px;
        line-height: 22px
    }

    .blog-two-col h2 a {
        font-weight: 500
    }

    .blog-two-col .entry-summary {
        display: none
    }

    .blog-two-col .article-meta {
        padding: 0 !important
    }

    .blog-two-col p {
        margin-bottom: 0
    }

    .blog-two-col .read-more {
        font-weight: 300 !important;
    }

    .archive .article-thumb {
        display: block;
        float: left;
        margin-right: 10px
    }

    .widget-aside-posts figure {
        width: 80px;
    }

    .footer-nav ul {
        text-align: left;
    }
}