  /*
********************************************************
* IMPORTANT!!
* PLEASE ADD ALL NEW STYLES ONLY AT THE END OF THIS FILE
********************************************************
/*


/*=============================================================================*/
.chart_total_votes_span{display:none}

.header-items-list {
  display: flex;
  flex-flow: column;
}

.header-items-list .stream-two{
  order: 4;
}

.floating-controls-wrapper,
.floating-controls-wrapper.show{
  display: none !important;
}

@media (max-width: 768px) {

  #audio-stream-player-wrapper .audio-stream-player{
      top: 0 !important;
      position: relative !important;
      height: auto !important;
      width: auto !important;
      left: 0 !important;
    margin: 0 auto !important;
  }
  #cumulus_masthead ul li,
  .media_player {
    width: 44px;
    margin: 0;
  }
  #audio-stream-player-wrapper .amplitude-play-pause {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .player-content .controls {
	margin-right:0px;
    background-color: inherit;
    padding: 0;
    border-radius: 0;
	}

}

@media (min-width: 768px) {

  #audio-stream-player-wrapper .audio-stream-player{
      top: inherit !important;
      position: inherit !important;
      height: inherit !important;
      width: inherit !important;
      left: inherit !important;
    margin: auto  !important;
  }

  #cumulus_masthead ul li,
  .media_player {
    width: auto !important;
  }
  #audio-stream-player-wrapper .amplitude-play-pause {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    margin-right: 0;
}

#audio-stream-player-wrapper #play-pause:after {
    content: "";
    display: block;
    margin: 0;
    line-height: 14px;
    font-size: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 5px;
}

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

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

.audio-player-btn #play-pause:hover .icon,
.audio-player-btn .icon{
    fill: #fff;
}

.audio-player-btn #second-play-pause .icon{
  width: 32px;
  height: 32px;
}

#audio-stream-player-wrapper .audio-stream-player,
.player-content, #second-play-pause{
  width: 42px !important;
  overflow: hidden;
}


#cumulus_masthead ul li {
    padding: 0 8px;
}


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: #1e31381e3138;
}
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:#D2A856;
}


/* -----------------------------------------------------------------------------
* $INPUT
* -------------------------------------------------------------------------- */
.gform_confirmation_wrapper div {
  padding: 20px;
  background-color: #86e2d5;
  color: #16a085;
  font-size: 18px;
  margin-bottom: 30px;
}


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
}

.padding-lr {
padding:0 10px!important
}

/* -------------------------------------
* 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:16px 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
============================================================================= */

/* -----------------------------------------------------------------------------
* $TAKEOVER ADS IN GUTTERS
* -------------------------------------------------------------------------- */


#cumulus-takeovers {
  width: 960px;
  position: relative;
  margin: 0 auto;
}
#cumulus-takeovers .takeover-left {
  position: absolute;
  top: 11px;
  left: -171px;
}
#cumulus-takeovers .takeover-right {
  position: absolute;
  top: 11px;
  right: -171px;
}


/* -----------------------------------------------------------------------------
* $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:#0061AA ;}
.bg-secondary{background-color:#0061AA;}
.border-secondary{border-color:#0061AA;}
.hover-color-secondary:hover,.hover-color-secondary{color:#0061AA;}
.hover-bg-secondary:hover,.hover-bg-secondary{color:#0061AA;}

/* 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:#0B3460;}
.bg-dark{background-color:#0B3460;}
.border-dark{border-color:#0B3460;}
.hover-color-dark:hover,.hover-color-dark{color:#0B3460;}
.hover-bg-dark:hover,.hover-bg-dark{background-color:#0B3460;}
.hover-border-dark:hover,.hover-border-dark{border-color:#0B3460;}
footer.bg-dark {background-color:#212022}

/* 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
* -------------------------------------------------------------------------- */

/* ---------------------------------- * $MASTHEAD: ON AIR NOW
\*------------------------------------*/
#cumulus_masthead ul {
  list-style-type:none;
  margin:0;
  padding:0;
  flex-wrap:nowrap;
  height:100%
}
#cumulus_masthead ul li {
  width:100% !important;
  margin: 16px 0;
  padding: 0 40px;
  overflow: hidden;
}
#cumulus_masthead .app_dl {
  text-align:center;
  min-width: auto;
}

#cumulus_masthead .app_dl aside {
  padding: 0 5px;
}
.host_thumb img {
  margin: 0 10px 0 0;
  float: left
}
#cumulus_masthead .host_thumb img {
height:50px;width:auto;
}
.host_info {
font-size:10px;
font-weight:600;
text-transform:Capitalize;
color:#fff;

text-overflow: ellipsis;

/* Required for text-overflow to do anything */
white-space: inherit;
overflow: visible;
text-align: left;
}
.host_name a:hover {
  color: #fff;
}
.host_name a h3 {
  color:#fff;
  margin: 0;
  text-align: left;
  font-size:12px;
}
.host_excerpt p {
  font-size:10px;
  line-height:12px;
  margin:0;
  text-align: left;
}

/* ---------------------------------- * $MASTHEAD: APP DOWNLOAD LINKS
\*------------------------------------*/
.app_dl .widget {
  clear:none;
  padding:0;
  margin:0
}
.app_dl .aligncenter {
  display: block;
  margin: 10px auto 10px auto;
}

/* ---------------------------------- * $MASTHEAD: SOCIAL ICONS
\*------------------------------------*/
.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: #D2A856;
}
.supermenu__menu-items-ul > li:hover > .supermenu--dropdown-toggler ,.supermenu__menu-items-ul > li > .supermenu--dropdown-toggler{
  color: #1e3138;
}
#supermenu__menu_items {padding-top:3px}

#menu-item-48859 {
  background-color: #0061AA;
  border-radius: 3px;
}

/* ---------------------------------- * $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
}

/* ---------------------------------- * $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 #D2A856;
  color:#D2A856;
}

.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: #D2A856;
  border-color: #D2A856;
}

.parent-term .view-all {
font-size:20px;
font-weight:600;
color:#D2A856;
}
.parent-term .view-all:hover {
color:#25ade3
}

/* ---------------------------------- * $VIP SUBMIT BUTTON
\*------------------------------------*/

.audioLoginModal {font-size:17px}
.gigya-button  {
font:normal 900 22px/24px 'Montserrat';
text-transform:uppercase;
background:#0061AA;
padding:10px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

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

#tribe-community-events {
  font-family: Helvetica, Arial, sans;
  padding: 20px;
}

#tribe-community-events {
    font-family: Raleway;
}

/* -----------------------------------------------------------------------------
* $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:16px!important;
line-height:20px;
font-weight:500;
padding:10px;
min-height: 75px;
background:#000000!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:#D2A856
}

/* -----------------------------------------------------------------------------
* $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:28px 0 5px!important;
  padding:0;
  border-left:5px solid #0061AA;
  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
  }
  .entry-meta ul li a {}

/* hide feature image on national-contest category */
.category-national-contests .wp-post-image-main {display:none}

  /* ---------------------------------- * $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:#D2A856}

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

/*fix floated items in posts / YT videos */
.single-post .wp-post-image-main:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  }

/* -----------------------------------------------------------------------------
* $ARCHIVES
* -------------------------------------------------------------------------- */
.archive .entry-title h2 {
  font-size:22px;
  margin-top:0px;
  padding-top:0px;
  line-height:22px;
font-weight:600
}
.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 .read-more {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
  }

.show_desc {
    display: none;
}

  /* ---------------------------------- * $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
* -------------------------------------------------------------------------- */
.show-times .host_excerpt{
  padding:5px 0;
  font-style: oblique;
  font-weight:600
}

.show_group {
  margin:45px 0
}
.single-show .article-wrapper {
  margin-bottom:25px;
  border-style:none
}
.single-show .show-meta {
  margin: 5px 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
}
.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 #D2A856;
}
.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 #D2A856;
}

.show_group .entry-title h2 {
  font-size:14px;
  font-weight:600;
  line-height:1.5em;
  margin-top:10px;
  margin-top:0
}
.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 figure span.wpbg-share{bottom:20px}
.show_group .entry-summary {
  display:none
}

.show_group .section-wrapper iframe {max-width:100%}

/* -----------------------------------------------------------------------------
* $WIDGETs
* -------------------------------------------------------------------------- */



.widget-area
{
  font-size: 12px;
}
.widget
{
  clear: both;

  margin: 0;

  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#secondary .widget_recent_posts:first-child {
  margin:0 0 0 0
}

#secondary .widget_recent_posts {
  margin:30px 0 40px 0
}

#wpb-two-column .article-wrapper {margin:0}}

.post-preset-a {
padding: 4px 0;
margin-bottom: 4px;
border-bottom:1px dotted #d2d2d2;
}

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

aside#custom_html-7 {
    margin-bottom: 40px;
}

  /* ---------------------------------- * $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 #0061AA;
  }
  .widget-main .title-wrapper  {
      margin:28px 10px 20px 10px ;
      padding:0px;
      display: inline-block;
  }
  .home .widget-main .title-wrapper  {
        margin:0px 10px 20px 10px ;
  }

.home aside#custom_html-7 .textwidget {max-height:400px;overflow-y:hidden}
.home aside#custom_html-7 iframe.fw-iframe {
  display: inline-block;
  height:400px!important;
  min-height:400px!important;
  max-height:400px!important;
  max-width:100%;
}

  .widget .widget-title
  {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4em;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #1e3138;
  }

  .youtubechannelgallery .title-wrapper {
      margin-left: 0;
  }

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

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

  }

  .blog-two-col figure {
      margin-right:10px;
      width:130px;
      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:#D2A856;
  }


  .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:100%;
      float:none;
  }
.widget-aside-posts figure img{
    width:100%!important;
    margin-bottom:0px
  }
  .widget-aside-posts h2 {
      clear:both;
      font-size:19px;
      background-color: #0061AA;
      padding:15px;
  }
  .widget-aside-posts h2 a{color:#ffffff}
  .widget-aside-posts h2 a:hover{color:#d2a856}


.full-width-image .category-pic_of_the_day figure {width:100%;height:auto}
.full-width-image .category-pic_of_the_day .article-container {display:none}
#recent-posts-advanced-6 header, #recent-posts-advanced-6 .entry-summary {display:none}
#recent-posts-advanced-6 .caption {font-size:13px}

/* Homepage aside guardian angels */

#js-recent-posts-advanced-26 .article-meta, #js-recent-posts-advanced-26 .entry-summary {
  display:none
}

#recent-posts-advanced-26.padding-lr {
margin-top: 30px;
margin-right: 0px;
margin-bottom: 0px!important;
margin-left: 0px;
}


#custom_html-16 .custom-html-widget a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-left: 0;
    padding-left: 25px;
      }


  /* ---------------------------------- * $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:#0061aa;
      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:#D2A856;
      color:#fff;
  }
  .widget-signup p {
      margin-bottom:10px;
      text-align:  center;
  }

.marginTB15 {
  margin:15px 0
}
.marginT15 {
  margin-top:15px
}

.marginB15 {
  margin-top:15px
}

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

.padding-lr {
padding:0 10px!important
}

/* -----------------------------------------------------------------------------
* $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 #D2A856;/*hover color*/
}
.pagination .current
{
  padding: 6px 9px 5px;
  color: #fff;
  background: #D2A856 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: #D2A856;
  }



 /*--------------------------------------------------------------
  Custom Styles
  --------------------------------------------------------------*/

/* brucie announcement page */
.page-id-135321 {
    background-color:#4facde!important;
    background-image: url(https://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/957/2020/08/10154119/curtain-brucie.png);
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
}
.page-id-135321 .container.bg-light.color-light {
    background-color:#4facde!important;
}

.page-id-135321 a {
  color: #b30727!important;
}


@media (max-width: 728px) {
  .page-id-135321 .radiologo {
    max-width: 50%!important;
    margin-top: 5px!important;}
  .page-id-135321 .brucie {max-width:95%!important}
}

#tribe-events-pg-template {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*corona virus page */
  .page-id-119946 .posts-list, .post-119946 .posts-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
   }


.page-id-119946 article#archive, .post-119946 article#archive {
    flex: 0 0 300px;
}

.page-id-119946 .posts-list h2,.post-119946 .posts-list h2 {
    color: #902729;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
  font-size: 18px;
}


.page-id-119946 .entry-summary, .post-119946 .entry-summary
    {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777!important;
}

.page-id-119946 .article-meta, .post-119946 .article-meta {display:none}

/*Election Page */

  .page-id-79770 .entry-content .posts-list, .post-79770 .entry-content .posts-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
   }


.page-id-79770 .entry-content .posts-list article#archive, .post-79770 .entry-content .posts-list article#archive {
    flex: 0 0 280px;
  margin-bottom:15px;
}
.page-id-79770 .entry-content .show-group:last-child .posts-list article#archive, .post-79770 .entry-content .show-group:last-child .posts-list article#archive {
    flex: 0 0 180px;
}

.page-id-79770 .entry-content .posts-list h2,.post-79770 .entry-content .posts-list h2 {
    color: #902729;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
  font-size: 18px;
}


.page-id-79770 .entry-content .entry-summary, .post-79770 .entry-content .entry-summary
    {
      display:none;
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777!important;
}
.page-id-79770 .entry-content .show-group:last-child .posts-list article#archive .entry-summary, .post-79770 .entry-content .show-group:last-child .posts-list article#archive .entry-summary{
    display:block
}

.page-id-79770 .entry-content .article-meta, .post-79770 .entry-content .article-meta {display:none}

/*guardian page */

.page-id-123783.posts-list, .post-123783 .posts-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
 }


.page-id-123783 article#archive, .post-123783 article#archive {
    flex: 0 0 300px;
}

.page-id-123783 .posts-list h2,.post-123783 .posts-list h2 {
    color: #902729;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
  font-size: 18px;
}


.page-id-123783 .entry-summary, .post-123783 .entry-summary
    {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777!important;
}

.page-id-123783 .article-meta, .post-123783 .article-meta {display:none}


/* jobs page */
#post-37036 .entry-title h2 {
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    padding-left:10px;
}



#post-37036 .article-meta {
  font-size:12px;
  display:none;
}

#post-37036 .entry-summary {
  padding:10px;
  font-size:14px;
  color:#555555;
}
#post-37036 .job-category {
	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 #D2A856;
}

/* hide podcast player from homepage post listing */
#recent-posts-advanced-10 .player_advance {display:none}


/* Business Directory */

.wpbdp-view-submit_listing .select2-container--default .select2-selection--single .select2-selection__rendered {color:#444!important;font-size:13px!important;}
.wpbdp-view-submit_listing .select2-container--default .select2-selection--single .select2-selection__placeholder {color:#444!important;font-size:13px!important;}
.wpbdp-view-submit_listing .select2-results__options {color:#333!important;}
.wpbdp-view-submit_listing .select2-results {font-size:13px!important;color:#333!important;}

#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option {width:100%!important}
#wpbdp-login-view .wpbdp-msg.status {display:none}
#wpbdp-login-form, #wpbdp-login-access-key-form h4 {display:none!important}

/* hide edit and delete buttons on listing */
.listing-actions .wpbdp-button.edit-listing, .listing-actions .wpbdp-button.delete-listing {
    display: none;
}

  /*--------------------------------------------------------------
  16.0 Media Queries
  --------------------------------------------------------------*/

/* dont allow big (leaderboard DFP) ads to blow out screen on mobile devices */
@media (max-width: 728px) {body {overflow-x:hidden}}

  /* 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:100%;
          float:none;
      }
      .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:22px
      }
      .archive figure {
          width:250px;
      }
      .archive .read-more {
          display: none;
      }
      .show_group .read-more {
          display: none;
      }
      .show_group .entry-title h2 {
          font-size:22px
      }
      .show_group figure {
          width:150px;
      }
      .show_group .read-more {
          display: none;
      }
  }

  /* ---------------------------------- * $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: none;
      }
      .archive .entry-summary {
          display: none;
      }
      .show_group .entry-summary {
          display: none;
      }
  }

  /* ---------------------------------- * $Small devices (768px and up)
  \*------------------------------------*/
  @media (min-width: 768px) {
      .row-a {
          padding: 10px 0 0 0
      }
      .supermenu__mobile .supermenu__logo-wrapper {
          width: 20%;
      }
      .supermenu__mobile .supermenu__toggler {
          float: right;
          width: 15%;
      }
      .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;
      }
      #cumulus_masthead ul {
        display: flex;
        flex-flow: row;
      }
      #cumulus_masthead ul li {
          margin: 0;
          padding: 0 10px;
        width:auto !important;
      }
    .audio-player-btn #second-play-pause .icon {
        width: 24px;
        height: 24px;
    }
    .header-items-list .stream-two{
      order: inherit;
    }
  }

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

      #cumulus_masthead ul li {
          width:33.333%;
      }
      .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;
          height: 169px;
      }
      .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;
      }
      .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:100%;
          float:none;
      }
      .footer-nav ul {
          text-align: left;
      }
  }
  /* ---------------------------------- * $Small devices (992px and up)
  \*------------------------------------*/
  @media (max-width: 990px) {
    .widget-aside-posts article {
        width: 300px;
        margin: 0 auto;
    }
    .widget-aside-posts article figure{
        width: 100%!important;
    }
  }

@media screen and (max-width: 767px) {
    .wpbsl-slide .slide-content {
        top: 0px!important;
        display: block!important;
        bottom: auto!important;
    }
    .wpbsl-slide .entry-title {
    	font-size: 12px;
    }
}

/*
****************************************************
* IMPORTANT!!
* PLEASE ADD ALL NEW STYLES ONLY AFTER THIS COMMENT
****************************************************
/*

/*  $PODCAST GRID */
.widget-podcast-grid .posts-container {
    display:flex;
    flex-wrap:wrap;
}
.widget-podcast-grid .widget-aside-posts {flex-basis:18%;margin-right:1%}
.widget-podcast-grid .widget-aside-posts .article-container {display:none}
.page-template-template-podcast-grid .entry-content {display:none}

@media (max-width: 768px) {
.widget-podcast-grid .widget-aside-posts {flex-basis:48%;margin-right:1%}
.widget-podcast-grid .widget-aside-posts article {
    width: auto!important;
    margin: 0 auto;
  }
}

.mast_container ul {
    flex-direction: column;
}

@media (min-width: 768px) {
   .mast_container ul {
    flex-direction: row;
  }
}


@media (min-width: 768px) {
   .mast_container ul {
    flex-direction: row;
  }
}

/* new dual stream header */

.host_name h3, .host_name p {
    max-width: 234px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center !important;
}

.host_name a h3{
  font-size: 20px;
  font-weight: 700;
}

.host_excerpt p {
    font-size: 16px;
    font-weight: 200;
    margin-top: 6px;
}

.host_name a:focus,
.host_name a:hover,
.host_name a:visited {
  color:#fff !important;
  text-decoration: none;
}

#audio-stream-player-wrapper {
    background-color: transparent;
    padding: 0;
    border-radius: 0
}

header #play-pause .icon,
#second-play-pause .icon{
    width: 44px;
    height: 44px;
    fill: #fff;
}

#second-play-pause {
    width: auto !important;
}

#cumulus_masthead ul li {
    margin: 0;
    padding: 12px 0;
    width: auto !important;
    flex: 1;
    overflow: hidden;
}

header .header-logo-right, header .header-logo-left {
    padding-bottom:0 !important;
}

header .stream-one, header .stream-two {
    padding-top:8px !important;
}

#audio-stream-player-wrapper .audio-stream-player, .player-content, #second-play-pause {
    overflow: visible;
}

#cumulus_masthead .app_dl {
    text-align: center;
    min-width: auto;
    background-color: #0b3460;
    padding: 22px 10px;
    width: 100% !important;
    flex-basis: 20%;
    flex-grow: 0;
}

.masthead {
    padding: 0;
}

#cumulus_masthead {
    background-color: #0061AA;
}

@media (min-width: 768px) {
  #cumulus_masthead ul li {
    padding: 0 10px;
    overflow: initial;
  }

  #cumulus_masthead ul li:first-child{
    padding-left: 0;
  }

  #cumulus_masthead ul li:last-child{
    padding-right: 0;
  }

  #cumulus_masthead ul li.header-logo {
      flex-basis: 16%;
      flex-grow: 0;
  }

  header #play-pause .icon, #second-play-pause .icon {
      width: 34px;
      height: 34px;
  }

  .host_name a h3{
    font-size: 14px;
    font-weight: 700;
  }

  .host_excerpt p {
      font-size: 10px;
      font-weight: 200;
  }

  .host_name h3, .host_name p {
    max-width: 100px;
  }

  #cumulus_masthead ul li.header-logo {
      flex-basis: 20%;
  }
  #cumulus_masthead .app_dl {
    flex-basis: 24%;
  }
}

@media (min-width: 992px) {

  #cumulus_masthead ul li {
    padding: 0 14px;
  }

  header #play-pause .icon, #second-play-pause .icon {
      width: 44px;
      height: 44px;
  }

  .host_name a h3{
    font-size: 16px;
    font-weight: 700;
  }

  .host_excerpt p {
      font-size: 12px;
      font-weight: 200;
  }

  .host_name h3, .host_name p {
    max-width: 160px;
  }
  #cumulus_masthead ul li.header-logo {
      flex-basis: 16%;
  }
  #cumulus_masthead .app_dl {
    flex-basis: 20%;
  }
}