/**
 * Podcasts
 */

.sfc-extension.podcasts #body {
    display: flex;
    justify-content: center;
}

.podcasts-main {
    padding-top: 100px;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 1400px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.podcasts h1 {
    font-weight: 900;
    color: var(--stokesfc-blue);
    margin-bottom: 1rem;
}

.podcasts-main > svg {
    flex-basis: 8%;
    height: 8%;
    padding-right: 2%;
}

.podcast-categories {
    flex-basis: 92%;
    flex-shrink: 0;
}

.podcast-category {
    border-top: 1px solid #d93382;
}

.podcast-category-podcasts {
    display: flex;
    flex-direction: column;
}

.podcast-category-podcasts article {
    display: flex;
    padding: .5rem;
}

.podcast-category-podcasts article img {
    flex-basis: 25%;
    width: 25%;
    margin-bottom: .5rem;
    margin-right: 1rem;
}

.podcast-category-podcasts article h3 {
    flex-basis: 75%;
    flex-shrink: 0;
    font-size: 1.24rem;
    text-transform: revert;
}

.podcast-category-podcasts article h3 a {
    color: var(--stokesfc-blue);
}
.podcast-category-podcasts article h3 a:hover {
    color: #009ed4;
}

.podcast-category-header {
    position: relative;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.podcast-category-header h2 {
    font-weight: 900;
    margin-bottom: 0;
    margin-right: 1rem;
}

.podcast-category-header h2 a {
    color: var(--stokesfc-blue);
}

.podcast-category-header h2 a:hover {
    color: #009ed4;
}

.podcast-category-header span {
    max-width: 50ch;
}

.podcasts-icon {
    width: 5vw;
    position: absolute;
    top: -10px;
    left: calc( -5vw - 1.5rem );
}

.tax-podcast_category .podcast-category-podcasts figure {
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.tax-podcast_category .podcast-category-podcasts figure img {
    padding-right: .25rem;
    width: 50px;
}

.tax-podcast_category .podcast-category-podcasts figcaption {
    margin-bottom: .5rem;
}

.tax-podcast_category .podcast-category-podcasts figcaption a {
    color: var(--stokesfc-blue);
    font-weight: 700;
}

.tax-podcast_category .podcast-category-podcasts figcaption a:hover {
    color: #009ed4;
}

.tax-podcast_category .podcast-category-podcasts audio {
    height: 25px;
    width: 227px;
}

.single-podcast .sfcc-extension-container--header img {
    margin-bottom: 1rem;
}

.single-podcast .sfcc-extension-main {
    padding-bottom: 1rem;
}

.single-podcast h1 {
    font-size: 2rem;
}

@media screen and (min-width: 370px) {
    .tax-podcast_category .podcast-category-podcasts audio {
        width: 320px;
    }
}

@media screen and (min-width: 475px) {
    .tax-podcast_category .podcast-category-podcasts figure img {
        margin-right: 1rem;
        width: 100px;
    }
}

@media screen and (min-width: 523px) {
    .tax-podcast_category .podcast-category-podcasts figure {
        justify-content: flex-start;
    }

    .tax-podcast_category .podcast-category-podcasts audio {
        height: 54px;
    }
}

@media screen and (min-width: 699px) and (max-width: 900px) {
    .podcasts-main {
        padding-top: 130px;
    }
}

@media screen and (min-width: 699px) {

    .tax-podcast_category .podcast-category-podcasts figure img {
        padding-right: 0;
    }

    .podcast-category-header {
        align-items: center;
        flex-direction: row;
    }

    .podcast-category-podcasts {
        flex-direction: row;
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .tax-podcast_category .podcast-category-podcasts {
        flex-direction: column;
    }
    
    .podcast-category-podcasts article {
        display: block;
        flex-basis: 25%;
        padding: .5rem;
    }

    .podcast-category-podcasts article img {
        width: auto;
        margin-right: 0;
    }
}

@media screen and (min-width: 900px) {
    .podcasts-main {
        padding-top: 200px;
    }

    .single-podcast .sfcc-extension-container--header {
        display: flex;
    }

    .single-podcast .sfcc-extension-container--header img {
        margin-right: 1rem;
        margin-bottom: 0;
    }

    .single-podcast audio {
        width: 100%;
    }
}