main.podcast-page {
    padding-bottom: 75px;
}
@media (min-width: 1000px) {
    .podcast-page .container {
        max-width: 1200px
    }
}
.podcast-hero-container {
    padding: 30px 0;
}
.podcast-cover-container {
    border-radius: 10px;
    padding: 10px;
    background: #f2f1f1;
    text-align: center;
    margin-bottom: 30px;
}
.podcast-cover img {
    height: auto;
    max-width: 100%;
}
.podcast-cover-container .podcast-episode-count {
    font-size: 12px;
    text-transform: uppercase;
}
@media (min-width: 1000px) {
    .podcast-hero-container {
        padding: 30px 0 45px;
    }
    .podcast-hero-container {
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .podcast-cover-container {
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-right: 30px;
        text-align: center;
        width: 30%;
    }
    .podcast-meta-container {
        width: 70%;
    }
    .podcast-episode .podcast-hero-container {
        align-items: start;
    }
    .podcast-episode .podcast-meta-container {
        padding-top: 15px;
    }
}
.podcast-meta-container .podcast-value-proposition a {
    display: flex;
    vertical-align: middle;
    margin-bottom: 15px;
}
.podcast-meta-container .podcast-value-proposition img {
    height: 15px;
    width: auto;
    margin-right: 5px;
}
.podcast-meta-container .podcast-value-proposition span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15px;
}
.podcast-meta-container h1.podcast-title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.podcast-meta-container h3.podcast-excerpt {
    font-family: 'DM Sans';
    font-size: 17px;
    line-height: 23px;
}
.podcast-description .podcast-excerpt p:last-child,
.podcast-episode-card-excerpt p:last-child {
    padding-bottom: 0;
}
.podcast-meta-container .read-and-less {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.podcast-meta-container .podcast-play-button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.podcast-listen-container {
    display: flex;
    vertical-align: middle;
}
.podcast-listen-container span.also-listen-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12.5px;
    line-height: 26px;
}
.podcast-listen-icons a {
    display: inline-block;
    line-height: 1;
    font-size: 0;
}
.podcast-listen-icons .podcast-listen-icon {
    height: 25px;
    width: auto;
    margin-right: 7.5px;
}
.podcast-listen-icons .podcast-listen-icon-fa {
    font-size: 24px;
    line-height: 0.3;
    height: 25px;
    margin-right: 7.5px;
}
.podcast-full-description-container {
    padding: 30px;
    background: #f2f1f1;
}
.podcast-description .podcast-full-title {
    margin-bottom: 15px;
}
.read-and-less {
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid;
    text-transform: uppercase;
    color: #000;
}
.read-and-less:hover {
    color: #b75fe0;
}
.podcast-episodes-container {
    padding-top: 45px;
}
.podcast-episodes-container .podcast-episodes-title {
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: 2px solid #f2f1f1;
    text-align: center;
}
.podcast-episode-card-content {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 2px solid #f2f1f1;
}
.podcast-episode-card-cover-container {
    display: none;
    width: 15%;
    min-width: 145px;
    margin-right: 15px;
}
.podcast-episode-card-cover {
    display: block;
    line-height: 0;
    border-radius: 5px;
    padding: 5px;
    background: #f2f1f1;
}
.podcast-episode-card-title a {
    color: #000;
}
.podcast-episode-card-cover img {
    height: auto;
    max-width: 100%;
    margin-bottom: 0;
}
.podcast-cover-container .podcast-episode-count {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.podcast-episode-card-meta-container {
    margin-right: 15px;
}
.podcast-episode-card-meta {
    color: #ababab;
}
.series_episode_count {
    font-size: 12px;
    text-transform: uppercase;
}
.series_episode_count.date {
    margin-right: 5px;
}
.podcast-episode-play-button {
    text-align: center;
    width: 15%;
}
.podcast-episode-play-button a {
    color: #000 !important;
}
.podcast-episode-play-button a:hover {
    color: #b75fe0 !important;
}
.podcast-episode-play-button i.fa-solid.fa-play-circle {
    font-size: 60px;
    line-height: 60px;
}
.podcast-episode-play-button .play-text {
    padding-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.podcast-parent-show-title {
    font-size: 12px;
    margin-bottom: 0;
}
.podcast-parent-show-title a {
    color: #000;
}
.podcast-parent-show-title:hover a {
    color: #b75fe0;
}
.podcast-full-description p:last-child {
    padding-bottom: 15px;
}
.brazen-player-container {
    padding: 30px 0 15px;
}
.plyr--audio .plyr__controls {
    background: #f2f1f1;
}
.plyr__control svg {
    fill: #b75fe0;
}
.plyr--full-ui input[type=range] {
    color: #b75fe0 !important;
}
.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #b0e237;
}
@media (min-width: 1000px) {
    .podcast-episode-card-cover-container {
        display: block;
    }
    .podcast-episode-card-meta-container {
        width: 70%;
        margin-right: 30px;
    }
}

/* Grid Filters */
#filter-cat-pill-container-outer {
    display: none !important;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 20px;
}
#filter-cat-pill-container {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
}
.modal_other_socail_icons a {
    background-color: #f2f1f1;
    padding: 7px 20px;
    border-radius: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 900;
    color: #000;
    cursor: pointer;
    transition: opacity 0.5s;
    opacity: 1;
}
.modal_other_socail_icons a:hover {
    opacity: 0.8;
}
a.active.filter-cat-pill {
    background-color: #b75fe0;
    color: #b0e237;
    order: -1 !important;
    cursor: pointer;
}
span.show-down {
    display: inline-block;
    background-color: #000;
    padding: 7px 20px;
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}
span.show-up {
    display: inline-block;
    background-color: #000;
    padding: 7px 20px;
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}
@media (max-width: 690px) {
    span.show-up, span.show-down, .modal_other_socail_icons a {
        font-size: 10px;
        line-height: 16px;
        padding: 5px 14px;
    }
}

/* Archive Grid */
.series_card_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}
.series_card_wrap .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
    margin-right: 0;
    margin-bottom: 30px;
}
.series_card_wrap .series_card_image img {
    border-radius: 10px;
    border: 10px solid #f2f1f1;
}
h6.series_text a:not(:hover) {
    color: #000;
}
@media (min-width: 1000px) {
    .series_card_wrap .col {
        width: 25%;
    }
}

/* Pagination */
.podcast-episodes-list .podcast-episode-card {
    margin-bottom: 15px;
}
.podcast-episodes-list .page-numbers {
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}

/* Green CTA Banner */
.green-cta-container {
    padding: 30px;
}
.green-cta-container .bp-cta-logo {
    max-width: 200px !important;
    margin-bottom: 15px;
}
.green-cta-text {
    margin-bottom: 15px;
}
@media (max-width: 690px) {
    .green-cta-container .bp-cta-logo {
        max-width: 150px !important;
    }
    .green-cta-text {
        margin-bottom: 15px;
    }
}
@media (min-width: 1000px) {
    .green-cta-container {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        background-position: center center;
        background-size: cover;
    }
    .green-cta-container-left {
        padding-right: 30px;
        width: 70%;
    }
    .green-cta-container-right {
        min-width: 350px;
        width: 30%;
        text-align: right;
    }
    .green-cta-text {
        margin-bottom: 0;
    }
}
.episode_pagination{
    display: flex;
    justify-content: center;
}