.section-podcasts-header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 30px;
    height: 600px;
    /* background: linear-gradient(35deg, #007bff 50%, rgba(255, 255, 255, 0) 50%); */
}
.podcast .container {
    max-width: 1280px;
}
.section-podcasts-header .inner_top {
    width: 42%;
    z-index: 1;
}
.section.section-podcasts-header {
    padding: 0;
    min-height: 400px;
}
.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);
}
h2.text-align-center {
    text-align: center;
    font-size: 46px;
    color: #111f26;
    margin-bottom: 30px;
}
.podcast img.podcasts_banner_logo {
    max-width: 200px;
    margin-bottom: 30px;
}
.podcast section.section.section-podcasts-logos.wrap {
    padding: 2.5rem 10px;
}
.podcast .banner-blank-section {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url('/wp-content/themes/usdp/lib/assets/images/podcast-header-bI.png') ;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.section-podcasts-header .inner_top h1{
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 22px;
    line-height: 52px;  
}
.section-podcasts-header .inner_top p{
    color: #131e24;
    font-size: 20px;
}

.podcast .featured-episode{
    padding:60px 0;
    margin: 0;
}
.podcast .featured-episode .sxs{
    align-items: center;
    gap: 50px;
}
.podcast  .sxs .sxs_section.sxs_section__image {
    min-height: inherit;
}
.podcast .sxs_content__wrapper h2{
    font-size: 46px;
    color:#111f26;
    margin-bottom: 30px;
}
.podcast .sxs_content__wrapper p{
    color:#131e24;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 300;
}
.podcast .sxs_content__wrapper .sxs_content__button{
    display: inline-block;
    margin-top: 24px;
}
.podcast .sxs_content__wrapper a{
    border:1px solid #00758a;
    padding:5px 8px 5px 8px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color:#131e24;
    min-width:180px;
    transition: 0.4s all ;
}
.podcast .sxs_content__wrapper a:hover{
    color: white;
    background-color: #00758a;
}
.podcast .episodes-section{
    padding:60px 0;
    margin: 0;
}

h2.text-align-center {
    margin-top: 50px;
} /*Temporary, must be removed*/


.podcast .episodes-section .list-item {
    min-height: inherit;
    height: auto;
    margin-bottom: 40px!important;
    padding: 0 20px;
}
.podcast .episodes-section .list-item .bg-image-wrap {
    position: relative;
    background: rgb(29,190,226);
    background: linear-gradient(225deg, rgba(29,190,226,1) 40%, rgba(0,121,192,1) 100%);
}
.podcast .episodes-section .list-item .bg-image-wrap:after{
    position: absolute;
    content: '';
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgb(29,190,226);
    background: linear-gradient(225deg, rgba(29,190,226,1) 40%, rgba(0,121,192,1) 100%);
    background-blend-mode: multiply;
    z-index: -1;
}
.podcast .episodes-section .list-item .bg-image{
    background-color: rgba(29, 190, 226, 0.9);
    height: 386px;
    background-blend-mode: multiply;
}
.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) 0%, rgba(0,121,192,1) 100%);
}
.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;
}
.podcast .episodes-section  .list .btn-container{
    margin-bottom: 0 !important;
}
.podcast .episodes-section .list-item .overlay  h4{
    display: none;
}
.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;
}
.podcast .episodes-section .list-item .overlay h3:before, .podcast .episodes-section .list-item .title-container h3:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 125px;
    height: 3px;
    background-color: #ffffff;
}
.podcast .episodes-section .list-item .title-container {
    bottom: auto;
    padding: 30px;
    top: 0;
    background: transparent;
}
.podcast .episodes-section .list-item .overlay:after{
    display: none;
}
.podcast .episodes-section .list-item .overlay .description {
    color: #ffffff !important;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px !important;
    flex: 1;
}
.podcast .episodes-section .list-item .overlay button{
    border:1px solid #ffffff;
    color:#ffffff !important;
    font-weight: bold;
    background-color: transparent;
}
a{
    text-decoration: none !important;
}
@media (min-width: 1680px) {
    .podcast .banner-blank-section {
        background-size: 130%;
    }
}

@media (max-width: 1199px) {
    .about-host .sxs_section__content {
        text-align: left !important;
    }

    .about-host .sxs_section__content h2,
    .about-host .sxs_section__content p {
        text-align: left !important;
    }
    .section-podcasts-header .inner_top {
        width: 72%;
        z-index: 1;
    }
}
@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 {
        height: unset;
        padding: 40px;
    }
    .section-podcasts-header .inner_top h1 {
        font-size: 40px;
        margin-bottom: 16px;
        line-height: 48px;
    }
    .section-podcasts-logos h3 {
        margin-bottom: 0px;
    }
    .podcasts-logos {
        gap: 24px;
    }
    .podcasts-logos img {
        object-fit: contain;
    }
    .podcast .sxs_content__wrapper h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .podcast .sxs_content__wrapper p {
        font-size: 16px;
    }
    .podcast .sxs_content__wrapper a {
        padding: 8px 20px;
        font-size: 18px;
    }
    .episodes-section h2{
        font-size: 24px;
    }
    .podcast .episodes-section .list-item {
        margin-bottom: 24px!important;
        padding: 0;
        display: none;
    }
    .podcast .container {
        margin-top: 0 !important;
    }
    .podcast .episodes-section .list-item .title-container {
        display: none;
    }
    .podcast .episodes-section .list-item .bg-image {
        height: 300px;
    }
    .podcast .episodes-section .list-item .overlay {
        padding: 24px;
        background: transparent;
        opacity: 1;
    }
    .podcast .episodes-section .list-item .overlay h3 {
        height: auto !important;
        display: inline-block;
        max-height: 106px;
    }
}