  /*Place the CSS Content*/

.wp-post-image {display:none}



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

@media only screen and (max-width: 550px) {
.wpb-audio-player.whiteControllers .AudioControls {
    background-color:#F61D6C!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: #333333!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;
}

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

/*fix related events images not displaying*/
.tribe-related-events-thumbnail .wp-post-image {
    display: unset!important;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
    transform: translate(-50%,-50%) scale(1)!important;
}

/* Min width for ad manager ads */
/* DFP Ads support for centering leaderboard ads */


	@media (min-width: 768px) {
	div[id*="div-gpt-ad"] iframe[width="970"] {width:990px!important}
	div[id*="div-gpt-ad"] iframe[width="728"] {width:740px!important}
    div[id*="div-gpt-ad"] iframe[width="729"] {width:740px!important}
	}