/* Podcasts Shortcode */

#top #main .podcast-container {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 1.5%;
    text-align: left;
    background: #f6f6f6;
    padding: 10px;
    border-bottom: 5px solid #7fb661;
    transition: border-bottom .5s ease;
}

#top #main .podcast-container a {
    text-decoration: none;
}

#top #main .podcast-container h3 {
    text-transform: initial !important;
    font-size: 18px !important;
    min-height: 45px;
    margin-top: 10px;
}

#top #main .podcast-container p {
    font-weight: bold;
    line-height: 25px;
    min-height: 50px;
    margin: 0px 0px 5px;
}

#top #main .podcast-container .podcast-photo {
    max-height: 300px;
    overflow: hidden;
}

#top #main .podcast-container .podcast-photo img {
  display: flex;
}

#top #main .podcast-container:hover {
  border-bottom-color: #5b2c6f;
}

#top #main .podcast-container.bod {
    width: 47.7%;
    margin: 0 1.5%;
}

#top #main .podcast-container.bod.last {
    margin-right: 0px;
}

#top #main .podcast-container.bod .bod-desc {
    width: 53%;
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}

#top #main .podcast-container.bod .bod-desc h3 {
    text-align: left;
    min-height: auto;
}

/* #top #main .podcast-container.bod .bod-desc p {
    text-align: left;
} */

#top #main .podcast-container.bod .bod-desc span {
    color: #666666;
}

#top #main .podcast-container.bod .podcast-photo {
    max-height: 200px;
    overflow: hidden;
    display: inline-block;
    width: 40%;
    float: left;
}
/* END Podcast Shortcode */

/* Single Podcast Page */
#top #main .template-single-podcast .single-podcast-container h4 {
    display: inline-block;
}

#top #main .template-single-podcast .single-podcast-container .podcast-photo {
    border: 3px solid #666666;
    display: grid;
}

#top #main .template-single-podcast .single-podcast-container .podcast-photo img {
    width: 100%;
}

#top #main .template-single-podcast .single-podcast-container .av_three_fourth {
    border-top: 5px solid #5b2c6f;
    background: #f5effa;
    padding: 10px 20px 30px 20px;
    margin-bottom: 40px;
}

#top #main .template-single-podcast h4 {
    color: #5b2c6f;
    margin-top: 5px;
}

#top #main .template-single-podcast .listen-link {
    background: #5b2c6f;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 48%;
}

/* END Single Podcast Page */

@media only screen and (max-width: 840px) {
    #top #main .template-single-podcast .listen-link {
        width: 100%;
    }
}