  .wpb-audio-player.whiteControllers .episodeTitle {
    margin: 15px 0 5px 0;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    width: auto!important;
    background-color: transparent!important;
    border-top: 0px solid transparent!important;
    text-align: left!important;
    font-size: 14px;
}


/* Hides audio episode thumbnail for show pages */
.show-group .article-thumb {
    display: none;
}

/* Hides audio episode title for homepage */
#row_a_wrapper #wpb-podcasts .article-title,
#row_c_wrapper #wpb-podcasts .article-title{
    display: none;
}
#row_a_wrapper #wpb-podcasts .article-title h5 a,
#row_c_wrapper #wpb-podcasts .article-title h5 a{
    color: #E71839;
    margin: 0;
}

#row_a_wrapper .widget_recent_posts .title-wrapper .widget-title,
#row_c_wrapper .widget_recent_posts .title-wrapper .widget-title{
    color: #E71839;
    border-bottom: 2px solid #232825;
    transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
    padding: 0 0 8px 0 !important;
}

#row_a_wrapper .widget_recent_posts .title-wrapper .widget-title:hover,
#row_c_wrapper .widget_recent_posts .title-wrapper .widget-title:hover {
    margin-left: 8px !important;
}

/* Hides show title */
.entry-title.show_title {
    display: none;
}
/* Enables podcast homepage titles styling */
.audio-homepage .widget-title {
    font-family: "rockwell", sans-serif;
    color: #E71939;
}

.extended_get_show .show_desc {
    margin-top: 10px;
    font-size: 14px;
    display: none;
}

/* #home-ad-takeovers {display:none} */
#home-ad-takeovers, #ad-takeovers {
    width: 1030px;
    position: relative;
    margin: 0 auto;
}
#home-ad-takeovers .takeover-left {
    position: absolute;
    top: 40px;
    left: -180px;
}
#home-ad-takeovers .takeover-right{
    position: absolute;
    top: 40px;
    right: -180px;
}
#ad-takeovers .takeover-left {
    position: absolute;
    top: 27px;
    left: -180px;
}
#ad-takeovers .takeover-right {
    position: absolute;
    top: 27px;
    right: -180px;
}

.page-template-default .weblator-poll-container .panel-footer {
    position: relative;
    bottom: 1px;
}

#wpb-three-column .article-container {
    padding: 0 12px 0px 12px;
}

#wpb-three-column .article-wrapper h2 {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
#wpb-three-column .article-container .entry-title {text-align:center!important}

@media screen and (max-width: 450px) {
  .rev_slider_wrapper, .rev_slider_wrapper .revslider-initialised {height:200px!important}
  
}

@media (min-width: 300px) {

  #wpb-three-column figure {
    height: auto!important;
  }
  
}

@media (min-width: 768px) {
    #wpb-three-column figure {
    height: 226px!important;
  }
}

@media (min-width: 992px) {
    #wpb-three-column figure {
    height: 330px!important;
  }
}