.section-podcasts-header .top.col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 40px;
/*    height: 600px;*/
    /* background: linear-gradient(35deg, #007bff 50%, rgba(255, 255, 255, 0) 50%); */
}
.single-podcast .banner-blank-section {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url('/wp-content/themes/usdp/lib/assets/images/nelson-the-gathering-south-forsyth.png') ;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.section-podcasts-header .inner_top {
    width: 60%;
}

#buzzsprout-player-16453859 {
    width: 100%;
    max-width: 600px;
    height: 230px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

/*header image overy color start!*/

/*header image overy color end!*/

.section-podcasts-header .inner_top h1{
    font-size: 34px;
    color: #131e24;
    font-weight: 400;
    line-height: 1.1;
    max-width: 500px;
}
.section-podcasts-header .inner_top p{
    font-size: 18px;
    color: #131e24;
    margin-bottom:40px;
    font-weight: 300;
}
.section.section-podcasts-header {
    padding: 0;
    min-height: 400px;
    background-color: rgba(29, 190, 226, 0.9);
    background-blend-mode: multiply;
}
.section.section-podcasts-logos.wrap {
    margin: auto;
    padding: 50px 12px;
}
.section-podcasts-logos {
    padding: 4.8rem;
    position: relative;
    width: 90%;
}
.section-podcasts-logos h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}
.mb-4.view_more_btn_container.btn-container.w-100 {
    display: none !important;
}

.single-podcast .featured-episode{
    display: none !important;
    padding:60px 0;
    margin: 0;
    background: rgb(29,190,226);
    background: linear-gradient(225deg, rgba(29,190,226,1) 40%, rgba(0,121,192,1) 100%);
}
.single-podcast .featured-episode .sxs{
    align-items: center;
    gap: 50px;
}
.single-podcast  .sxs .sxs_section.sxs_section__image {
    min-height: inherit;
}
.single-podcast .sxs_content__wrapper h2{
    font-size: 46px;
    color:#ffffff;
    margin-bottom: 30px;
}
.single-podcast .sxs_content__wrapper p{
    color:#ffffff;
    font-size: 20px;
    margin-bottom: 16px;
}
.single-podcast .section-single_post{
    background-color: aliceblue;
    padding:0;
}
.single-podcast .podcast-content{
    max-width: 1280px;
    margin:0 auto;
    text-align: center;
    padding:80px 0 60px;
}
.single-podcast .podcast-content h3{
    font-size: 46px;
    margin-bottom: 30px;
}
.single-podcast .podcast-content p {
    font-weight: 300;
}
.section-share-icon{
    background-color: #194a58;
    padding:50px 12px;
    text-align: center;
    background: linear-gradient(225deg, rgba(29, 190, 226, 1) 40%, rgba(0, 121, 192, 1) 100%);
}
.section-share-icon h2{
    font-size: 20px;
    color:#ffffff;
}
.section-share-icon img{
    max-width: 80px;
    margin:0 30px;
}
.share-icon-content a:hover {
    text-decoration: unset;
}
.single-podcast .episodes-section{
    padding:60px 0;
    margin: 0;
    display: none; /*Temporary Removal*/
}
.single-podcast .episodes-section .list-title h2{
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}
.single-podcast .episodes-section .list-item {
    min-height: inherit;
    height: auto;
    margin-bottom: 40px!important;
    padding: 0 20px;
}
.single-podcast .episodes-section .list-item .bg-image-wrap {
    background: rgb(29,190,226);
    background: linear-gradient(225deg, rgba(29,190,226,1) 40%, rgba(0,121,192,1) 100%);
}
.single-podcast .episodes-section .list-item .bg-image{
    background-color: rgba(29, 190, 226, 0.9);
    height: 386px;
    background-blend-mode: multiply;
}
.single-podcast .episodes-section .list-item .overlay {
    padding: 30px;
    justify-content: flex-start !important;
    background: rgb(29,190,226);
    background: linear-gradient(225deg, rgba(29,190,226,1) 40%, rgba(0,121,192,1) 100%);
}
.single-podcast .episodes-section .list .btn-container{
    margin-bottom: 0 !important;
}
.single-podcast .episodes-section .list-item .overlay h3{
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color:#ffffff !important;
    overflow: hidden;
    min-height: 38px;
    padding-bottom: 10px;
}
.single-podcast .episodes-section .list-item .title-container .title {
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    line-height: 32px;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    min-height: 38px;
    padding-bottom: 10px;
}
.single-podcast .episodes-section .list-item .overlay  h4{
    display: none;
}
.single-podcast .episodes-section .list-item .overlay h3:before, .single-podcast .episodes-section .list-item .title-container h3:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 125px;
    height: 3px;
    background-color: #ffffff;
}
.single-podcast .episodes-section .list-item .title-container {
    bottom: auto;
    padding: 30px;
    top: 0;
    background: transparent;
}
.single-podcast .episodes-section .list-item .overlay:after{
    display: none;
}
.single-podcast .episodes-section .list-item .overlay .description {
    color: #ffffff !important;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px !important;
    flex: 1;
}
.single-podcast .episodes-section .list-item .overlay button{
    border:1px solid #ffffff;
    color:#ffffff !important;
    font-weight: bold;
    background-color: transparent;
}
.single-podcast .container {
    max-width: 1280px;
}
.embed_inner_wrap .col-12 {
    padding-right: 0;
}
#buzzsprout-player-16453859 iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.section-podcasts-header .inner_top span {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: block;
}
.podcasts-header-button{
    background: linear-gradient(225deg, rgba(29, 190, 226, 1) 40%, rgba(0, 121, 192, 1) 100%);
    border: 1px solid #00bbdc;
    color: white;
    transition: background 0.3s, border 0.3s;
    padding: 5px 12px !important;
}
.podcasts-header-button:hover {
    background: #00758a !important;
    border-color: #00758a;
    color: white;
    text-decoration: none;
}
.section.section-podcasts-logos.wrap {
    margin: auto;
}
.section-podcasts-logos {
    padding: 40px 12px;
    position: relative;
    width: 90%;
}
.section-podcasts-logos h3 {
    font-size: 20px;
    font-weight: unset;
    text-align: center;
    margin-bottom: 30px;
    color: #969696;
    font-weight: 600;
}
.podcasts-logos {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-items: center;
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
}
.podcasts-logos li {
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.podcasts-logos img {
    width: auto;
    height: 50px;
    transition: all 0.3s ease-in-out;
}
.podcasts-logos:hover li {
    filter: blur(0);
}
.podcasts-logos li:hover {
    transform: translateY(-0.3rem);
}
.podcast section.section.section-podcasts-logos.wrap {
    padding: 2.5rem 10px;
}
@media (min-width: 1680px) {
    .single-podcast .banner-blank-section {
        background-size: 130%;
    }
}

@media (max-width: 1100px) {
 .section-podcasts-header .inner_top {
        width: 85%;
    }
}
@media (max-width: 1024px) {
    .podcasts-logos {
        gap: 60px;
    }
}
@media( max-width: 767px ) {
    .section-podcasts-header .inner_top {
        width: 100%;
    }
    
    .section-podcasts-header .inner_top p {
        color: #ffffff;
        font-size: 16px;
    }
    .section-podcasts-header .top.col-12 {
        padding: 0px;
/*        height: 80vh;*/
    }
    .section-podcasts-header .inner_top h1 {
        font-size: 40px;
        margin-bottom: 16px;
        line-height: 40px;
        color: #ffffff;
    }
    .section-podcasts-logos h3 {
        margin-bottom: 0px;
    }
    .single-podcast .sxs_content__wrapper h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .single-podcast .sxs_content__wrapper p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .single-podcast .featured-episode .sxs {
        align-items: center;
        gap: 24px;
        flex-direction: column-reverse;
    }
    .single-podcast .podcast-content h3 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .single-podcast .podcast-content {
        padding: 40px 0;
    }
    .section-share-icon img {
        max-width: 40px;
        margin: 0 8px;
    }
    .section-share-icon {
        padding: 40px 12px;
    }
    .single-podcast .list .list-title {
        margin-bottom: 8px !important;
    }

    .single-podcast .episodes-section .list-title h2{
        font-size: 24px;
    }
    .single-podcast .episodes-section .list-item {
        margin-bottom: 24px!important;
        padding: 0;
    }
    .single-podcast .episodes-section .container {
        margin-top: 0 !important;
    }
    .single-podcast .episodes-section .list-item .title-container {
        display: none;
    }
    .single-podcast .episodes-section .list-item .bg-image {
        height: 300px;
    }
    .single-podcast .episodes-section .list-item .overlay {
        padding: 24px;
        background: transparent;
        opacity: 1;
    }
    .single-podcast .episodes-section .list-item .overlay h3 {
        height: auto !important;
        display: inline-block;
        max-height: 106px;
    }
    #buzzsprout-player-16453859 {
        max-width: 100%;
    }
    .podcasts-header-button {
        padding: 5px 50px !important;
        margin: 26px 0px !important;
        display: inline-block;
    }
    .section-podcasts-logos h3 {
        margin-bottom: 0px;
    }
    .podcasts-logos {
        gap: 24px;
    }
    .podcasts-logos img {
        object-fit: contain;
    }
}

[id^="buzzsprout-player-"] {
    width: 100%;
    max-width: 600px;
    height: 230px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

[id^="buzzsprout-player-"] iframe {
    width: 100%;
    height: 100%;
    border: none;
}