  /*Place the CSS Content*/

/* custom colors on podcast players */
.wpb-audio-player.whiteControllers.advance-playlist-player, .playlistContainer,.wpb-audio-player.whiteControllers {background-color:#77859B!important}

@media only screen and (max-width: 550px) {
.wpb-audio-player.whiteControllers .AudioControls {
    background-color:#ffffff!important
}
}

  .wpb-audio-player.whiteControllers .episodeTitle,
  .wpb-audio-player.whiteControllers .podcastName,
  .wpb-audio-player.whiteControllers .jp__menu ul a,
  .wpb-audio-player.whiteControllers .podcast__time {
    color: #ffffff!important;
  }


/* banner ad in player bar for mobile devices */
@media screen and (max-width: 480px) {
  .player-banner-ad {display:flex}
}

/*remove border from on-air now widget */
.on-air-now-widget {
    border: 0px solid #dcdcdc!important;
}


/*Countdown Time */

.countdown-timer {
  display:none!important
}

/* fix search form sometimes getting border-radius */
/*.ee-form.ee-search-form {background-color:#FF0078}*/