.page-podcast .menu-sep li {
    color: #000;
}

.podcast-landing-page {
    background-color: #f7f7f7;
    color: #1d1e1f;
    font-size: 1rem;
    position: relative;
}

.podcast-landing-page .banner {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
    letter-spacing: 0.8px;
    position: relative;
}

.podcast-landing-page .banner picture {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.podcast-landing-page .banner picture::before {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.podcast-landing-page .banner picture img {
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.podcast-landing-page .banner .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1340px;
    padding: 2rem 0;
    position: relative;
    width: 100%;
    z-index: 20;
}

.page-podcast .row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -35px;
    margin-right: -35px;
}

.page-podcast .row .col {
    flex: 0 0 50%;
    padding: 0 35px;
    width: 50%;
}

.page-podcast .infograph {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.page-podcast .infograph img {
    max-width: initial;
    min-width: 800px;
}

.page-podcast .heading {
    font-size: 56px;
    /* font-weight: 800; */
    line-height: 1.2;
    text-shadow: 0 8px 4px rgba(0, 0, 0, 0.25);
}

.page-podcast .widget {
    padding: 2rem 0;
}

.page-podcast .widget-title {
    font-size: 24px;
    line-height: 50px;
    margin: 0;
    text-transform: initial;
}

.page-podcast .playlist {
    display: flex;
    gap: 1.75rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-podcast .playlist a {
    display: block;
}

.page-podcast .playlist .icon {
    max-width: 76px;
}

.podcast-landing-page .page-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 2rem;
    max-width: 1250px;
}

.podcast-landing-page .page-header .title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.13px;
    line-height: 24px;
}

.podcast-landing-page .search-form {
    position: relative;
}

.podcast-landing-page .search-form .flex-row {
    display: flex;
    align-items: center;
}

.podcast-landing-page .input-group {
    position: relative;
}

.podcast-landing-page .input-group svg {
    position: absolute;
    left: 1rem;
    top: 14px;
}

.podcast-landing-page form input[type="text"] {
    background: #ffffff;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 1rem;
    height: 45px;
    padding: 0.5rem 1.5rem 0.5rem 2.75rem;
    width: 325px;
}

.podcast-landing-page form input[type="submit"] {
    background-color: #e6e6e6;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 45px;
    margin-left: 0.5rem;
    padding: 0.5rem 2rem;
    pointer-events: none;
    text-align: center;
    transition: all ease-in-out 0.2s;
}

.podcast-landing-page form input[type="submit"]:focus,
.podcast-landing-page form input[type="submit"]:hover {
    background-color: #e6e6e6;
}

.podcast-landing-page form input[type="submit"].active {
    background-color: #fab81e;
    pointer-events: initial;
}

.podcast-landing-page form input[type="text"].has-error {
    outline: 1px solid #ff0000;
}

.podcast-landing-page .blog-posts-wrap {
    margin-top: 2rem;
}

.podcast-landing-page .blog-post {
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
    color: #1d1e1f;
    display: flex;
    gap: 1.25rem;
    line-height: 24px;
    margin-bottom: 1.5rem;
    padding: 1.25rem 0;
}

.podcast-landing-page .featured {
    flex: 0 0 240px;
    height: 170px;
    position: relative;
    width: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.podcast-landing-page .featured iframe {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.podcast-landing-page .featured .badge {
    align-items: center;
    background-color: #ee5254;
    border-radius: 30px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-style: italic;
    /* font-weight: 800; */
    height: 34px;
    justify-content: center;
    left: 10px;
    padding: 0.25rem;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 80px;
    z-index: 9;
}

.podcast-landing-page .post-count {
    color: #fab81e;
    display: block;
    font-size: 20px;
    /* font-weight: 800; */
    margin-bottom: 0.5rem;
}

.podcast-landing-page .post-title,
.podcast-landing-page .post-title:where(h1, h2, h3) {
    color: #1d1e1f;
    display: block;
    font-size: 24px;
    /* font-weight: 800; */
    line-height: 1;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.podcast-landing-page .post-meta {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
    line-height: 20px;
}

.podcast-landing-page .post-meta .date {
    color: #59636b;
    font-size: 14px;
}

.podcast-landing-page .post-excerpt {
    font-size: 18px;
}

.podcast-landing-page .post-excerpt .read-more {
    color: #1d1e1f;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

.podcast-landing-page .podcast-list {
    align-self: center;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 1.5rem;
    margin-left: auto;
    padding-left: 2rem;
}

.podcast-landing-page .podcast-list .icon {
    min-width: 40px;
    max-width: 40px;
    transition: all ease-in-out 0.2s;
}

.podcast-landing-page .podcast-list .icon:not(.icon.disabled):focus,
.podcast-landing-page .podcast-list .icon:not(.icon.disabled):hover {
    transform: scale(1.1);
}

.podcast-landing-page .podcast-list .icon.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.newsletter-signup-section-wrap {
    box-shadow: 0 -1rem 1rem 0 rgba(0, 0, 0, 0.04);
}

@media (max-width: 1200px) {
    .page-podcast .row {
      margin: 0;
    }

    .page-podcast .row .col {
        padding: 0 1rem;
    }

    .page-podcast .infograph img {
        max-width: 420px;
    }

    .page-podcast .heading {
        font-size: 38px;
        line-height: 1;
    }

    .page-podcast .playlist {
        gap: 1rem;
    }

    .page-podcast .playlist .icon {
        max-height: 50px;
        max-width: 50px;
    }
}

@media (max-width: 768px) {
    body.page-podcast {
        padding-top: 0;
    }

    .page-podcast header.header-wrapper .mobile-menu-trigger.closed span {
        background-color: #ffffff;
    }

    .page-podcast header.header-wrapper a.mobile-logo img.black-logo {
        display: none;
    }

    .page-podcast header.header-wrapper a.mobile-logo img.white-logo {
        display: block;
    }

    .podcast-landing-page .banner {
        height: 100vh;
    }

    .podcast-landing-page .banner .container {
        padding: 0 1rem;
        height: 100%;
    }

    .page-podcast .row {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-evenly;
    }

    .page-podcast .row .col {
        flex: 0 0 auto;
        height: auto;
        width: 100%;
    }

    .page-podcast .infograph {
      max-height: initial;
    }

    .page-podcast .infograph img {
      min-width: 360px;
      width: 100%;
    }

    .page-podcast .heading {
        font-size: 32px;
        text-align: center;
    }

    .page-podcast .widget {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 1rem 0;
    }

    .podcast-landing-page .blog-post {
        flex-direction: column;
        gap: 0;
        padding: 0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .podcast-landing-page .featured {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        flex: 0 0 auto;
        height: 220px;
        width: 100%;
    }

    .podcast-landing-page .post-count {
        margin: -8px 0 00;
    }

    .podcast-landing-page .post-title,
    .podcast-landing-page .post-title:where(h1, h2, h3) {
        letter-spacing: 0;
        margin-top: 1rem;
    }

    .podcast-landing-page .content {
        padding: 1.5rem;
    }

    .podcast-landing-page .post-excerpt {
        font-size: 15px;
        margin-top: 1.25rem;
    }

    .podcast-landing-page .post-excerpt .read-more {
        font-size: 15px;
    }

    .podcast-landing-page .podcast-list {
        border: 0;
        line-height: 0;
        padding-left: 0;
        position: absolute;
        right: 1.5rem;
        top: 230px;
    }
}

@media (max-width: 540px) {
    .podcast-landing-page .banner .container {
        padding: 5rem 1rem 0;
    }

    .page-podcast .infograph img {
        max-width: 245px;
    }
}
