@font-face {
    font-family: 'LT Sans';
    src: url('../fonts/LTSans-Regular.woff2') format('woff2'),
        url('../fonts/LTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LT Text Serif Book';
    src: url('../fonts/LTTextSerif-Book.woff2') format('woff2'),
        url('../fonts/LTTextSerif-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --theme-black: #313131;
    --theme-lightgray: #F9E8D7;
    --theme-darkgray: #313131B2;

    --primary-font: 'LT Text Serif Book', serif;
    --secondary-font: 'LT Sans', serif;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

body {
    /* margin: 0;
    font-family: var(--secondary-font);
    color: var(--theme-black); */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.MainHeader {
    color: var(--wpex-palette-120858-color);
    font-family: LTSans;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #f7e7d7; */
    background-color: var(--wpex-palette-120857-color);
    padding: 11px 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 56px;
}

.MainHeader.scrolled {
    background: rgb(251 247 242 / 70%);
    background-color: rgb(251 247 242 / 70%);
    backdrop-filter: blur(40px);
}

.mega-menu-dropdown a,
.MainHeader a {
    text-decoration: none;
    color: var(--theme-black);
    font-family: var(--secondary-font);
}

.header-left {
    display: flex;
    align-items: center;
}

.main-hamburger.hide {
    display: none;
}

.hamburger.other-hamburger {
    display: none;
}

.hamburger.other-hamburger.active {
    display: flex;
}

.hamburger {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-right: 16px;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 24px;
    background: #222;
    margin: 3px 0;
    border-radius: 2px;
    transition: 0.3s;
}

.logo {
    margin-left: 4px;
}

.by {
    font-size: 0.7rem;
    color: #888;
    margin-left: 4px;
    vertical-align: super;
}

.main-nav a,
.header-right a.search-link,
.header-right #subscriptionMenu {
    color: #313131;
    text-decoration: none;
    margin: 0 12px;
    font-size: 12px;
    /* letter-spacing: 1px; */
    letter-spacing: .08em;
}

.header-right a.search-link,
.header-right #subscriptionMenu {
    text-transform: uppercase;
    /* padding: 10px; */
    padding: 8px 10px 7px;
    margin: 0;
}

.header-right a.search-link.active,
.header-right #subscriptionMenu.active,
.header-right a.search-link:hover,
.header-right #subscriptionMenu:hover {
    /* background: #d8d1c3; */
    background: #E7E2D8;
    border-radius: 8px;
}

.header-right {
    display: flex;
}

.talks-card {
    padding-top: 16px;
}

.submenu .subtitle {
    margin-bottom: 30px;
}



.center-leftmenu {
    max-width: 332px;
    width: 100%;
    padding: 50px 0 90px;
    border-right: 1px solid #3131311A;
    min-height: 500px;
}

.main-nav .menu-label a,
.menu-label {
    font-size: 19px;
    margin-bottom: 24px;
    color: var(--theme-black);
    font-family: var(--primary-font);
    text-transform: inherit;
    letter-spacing: 0;
    padding: 0;
    font-weight: 300;
}

.mega-menu-dropdown li {
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
}

.arrow {
    width: 36px;
    background-image: url('../images/back.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 5px;
    background-size: 8px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.main-nav .right-center-item a {
    text-transform: inherit;
    letter-spacing: 0;
    padding: 0;
}
.imgwrap { overflow: hidden; border-radius: 8px; }
.imgwrap,
.imgwrap img { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.main-nav .right-center-item a:hover .imgwrap img { transform: scale(1.04); opacity: 0.9; }
.main-nav .right-center-item a:hover .imgwrap  { background: #000000 }

.side-menu-center ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 1px;
    width: calc(100% - 20px);
    background: var(--theme-black);
    opacity: 0;
}

.side-menu-center ul li a:hover:after {
    opacity: 1;
}

.has-submenu .submenu {
    padding: 16px;
}

.center-leftmenu ul {
    width: 100%;
}

.center-leftmenu ul li a {
    line-height: 1.2;
    padding: 5px 0 0 0;
    font-family: var(--primary-font);
    font-weight: 300;
}

.center-leftmenu ul ul li,
.center-leftmenu ul ul li a {
    font-family: var(--secondary-font);
}





.mega-menu-dropdown li a {
    font-size: 19px;
}

.mega-menu-dropdown ul ul li a {
    font-size: 17px;
}

.mega-menu-dropdown ul ul li a:hover {
    text-decoration: underline;
}

.mega-menu-dropdown ul {
    position: relative;
    margin-left: 0;
}

.mega-menu-dropdown .submenu {
    display: none;
    position: absolute;
    top: 0;
    background: #fcf9f5;
    padding: 0 16px;
    width: 55vw;
    height: 100%;
    min-height: 420px;

    transition: all 0.3s ease-in-out;
}

.mega-menu-dropdown li .submenu.active {
    display: block;

}


.side-menu {
    background: #f5e7d7;
}


.side-menu-content {
    display: flex;
    height: 100%;
    padding: 18px 0 34px;
    box-sizing: border-box;
}

.side-menu-left {
    flex: 1;
    max-width: 309px;
    margin-top: 25px;
}

.side-menu-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-left ul li {
    margin-bottom: 0;
}

.side-menu-left ul li a {
    line-height: 32px;
}

.side-menu-center ul li a {
    position: relative;
    text-decoration: none;
}

.side-menu-center ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 1px;
    width: calc(100% - 20px);
    background: var(--theme-black);
    opacity: 0;
}

.side-menu-center ul li a:hover:after {
    opacity: 1;
}


.side-menu-center li a {
    font-family: var(--secondary-font);
    font-size: 17px;
    line-height: 24px;
}

.side-menu-left li a {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 300;
}

.side-menu-center {
    flex: 1;
    padding-left: 40px;
}

.side-menu-center ul li {
    margin: 0 0 2px 0;
}

.discover-title {
    font-size: 12px;
    color: var(--theme-darkgray);
    margin-top: 106px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-transform: uppercase;
}


.side-menu-left:hover ul li {
    opacity: 0.7;
}

.side-menu-left ul li:hover {
    opacity: 1;
}

.discover-menu ul li a::before {
    content: "↳";
    margin-right: 6px;
}

.side-menu-center ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-center li {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #222;
}

.side-menu-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    max-width: 245px;
    margin-left: auto;
}

.side-menu-right img {
    width: 300px;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.back:before {
    content: '';
    margin-right: 6px;
    display: inline-block;
    width: 5px;
    height: 8px;
    vertical-align: middle;
    background-image: url('../images/back.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

li.hidemenu {
    display: none;
}

.mega-menu-dropdown li.back {
    display: none;
}





#sideMenu li {
    width: 100%;
}

.side-menu-center {
    max-width: 200px;
}

.issue-date {
    font-size: 12px;
    color: #313131;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
}
.mega-menu-dropdown.side-menu .issue-desc a { opacity: 0.7; }

.issue-desc.not-linked a {
    pointer-events: none;
}

.issue-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.4;
}

.subscribe-btn {
    background: none;
    border: 1px solid var(--wpex-palette-120858-color);
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 10px;
    line-height: 12px;
    color: var(--theme-black);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 1px;
}

.subscribe-btn:hover {
    background: var(--wpex-palette-120858-color);
    color: var(--wpex-palette-120856-color);
}

.main-nav .mega-menu-dropdown {
    z-index: -1;
}

.mega-menu-dropdown {
    background-color: #FBF7F2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0 33px;
}

.side-menu.mega-menu-dropdown {
    background-color: rgba(249, 232, 215, 1);
    z-index: -1;
}

.mega-menu-dropdown li {
    list-style: none;
}

.mega-menu-dropdown.active {
    padding-top: 56px;
}

.search-submit span {
    display: flex !important;
    height: 100%;
    width: 100%;
    padding: 0;
    clip: inherit;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

/* Responsive */
@media (max-width: 900px) {



    .side-menu-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .side-menu-left,
    .side-menu-center,
    .side-menu-right {
        padding-left: 0;
        margin-bottom: 32px;
    }

    .side-menu-right img {
        width: 100%;
        max-width: 260px;
    }
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 0);
}

.hamburger.active span:nth-child(2) {
    transform: rotate(-45deg) translate(6px, 0);

}

.SearchClose {
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.6px;
    background: none;
    border: none;
    font-size: 12px;
    color: #313131;
}

/* :focus-visible {
    opacity: 1;
    outline: #313131 auto 1px;
} */

.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(222, 216, 212, 1);
    z-index: 1000;
    box-sizing: border-box;
    transform-origin: center;
}

.search-head label,
.search-popup label {
    width: 100%;
}

.search-head input:placeholder,
.search-popup input:placeholder {
    color: rgba(49, 49, 49, 0.3);
}

.search-head input,
.search-popup input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: #d4ccc7;
    padding: 24px 80px 24px 56px;
    height: auto;
    color: var(--theme-black);
    border-radius: 16px;
    font-size: 19px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    height: 32px;
    width: 56px;
    border: none;
    background: rgba(49, 49, 49, 0.1) !important;
    border-radius: 16px;
    cursor: pointer;
}

.search-submit:hover {
    background: rgba(49, 49, 49, 0.2) !important;

}

.search-label {
    position: relative;
}

.search-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-image: url('../images/search.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 32px;
}

.search-form {
    max-width: 1067px;
    margin: 48px auto;
    padding: 0 20px;
}

.search-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 40px 0 40px;
}

.search-popup-header span {
    font-size: 12px;
}

.search-form .dflex {
    display: flex;
    align-items: center;
    position: relative;
}

.search-icon {
    display: none;
}

.main-nav {
    margin: 0 78px 0;
}

.main-nav a {
    font-size: 12px;
    display: block;
    /* padding: 7px 16px 5px; */
    padding: 8px 16px 6px;
    text-transform: uppercase;
    /* letter-spacing: 1.3px; */
    letter-spacing: .08em;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
}


.subtitle a {
    display: inline-block !important;
    width: auto !important;
}

.subtitle a,
.side-menu-center ul li a,
.main-nav .mega-menu-dropdown .allsub-menu li a {
    display: inline-block;
    width: auto;
    position: relative;
    text-decoration: none;
}

.subtitle a:before,
.side-menu-center ul li a:after,
.main-nav .mega-menu-dropdown .allsub-menu li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #313131;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subtitle a:hover:before,
.side-menu-center ul li a:hover:after,
.main-nav .mega-menu-dropdown li a:hover:before {
    left: 0;
    right: inherit;
    width: 100%;
}

.side-menu-center ul li a:hover:after {
    width: calc(100% - 20px);
    margin-left: 20px;
}

.subscriptionDropdown .side-menu-center ul li a:hover:after {
    width: 100%;
    margin-left: 0;
}

.menu-label a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subtitle a {
    font-size: 17px !important;
    font-family: var(--secondary-font) !important;
}

.right-center-item a {
    padding: 0;
    margin: 0;
}

.talks-description a:hover {
    text-decoration: underline;
}

.talks-description p.author-name a {
    font-size: 14px;
    font-family: var(--secondary-font);
}

.talks-description p.author-name {
    font-family: var(--secondary-font);
}

.imgwrap img {
    display: block;
    margin: 0 auto;
}


.header-right a.search-link,
.header-right #subscriptionMenu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-nav .mega-menu-dropdown li a {
    text-transform: inherit;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
}

.main-nav>ul {
    display: flex;
    margin: 0;
}

.main-nav ul li {
    list-style: none;
}



.logo img {
    display: block;
}

.h-white .MainHeader {
    background-color: #FBF7F2;
}

/* Transparent header */
.white-logo {
    display: none;
}

.submenu {
    margin-top: -55px;
}

.subtitle a {font-size: 17px !important; font-family: var(--secondary-font) !important; }
.subtitle {
    font-size: 17px;
    margin-bottom: 23px;
    font-family: var(--secondary-font);
}




.dflex {
    display: flex;
    flex-wrap: wrap;
}

.right-center-item {
    margin-left: auto;
    max-width: 332px;
    padding-top: 40px;
    padding-bottom: 50px;
}

/* Talks Card Styling */
.talks-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.talks-logo {
    background: #222;
    color: white;
    font-family: var(--secondary-font);
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 6px;
    margin-right: 12px;
    text-transform: uppercase;
}

.talks-episode {
    font-family: var(--secondary-font);
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}

.talks-title a {
    padding: 0 !important
}

.talks-title a,
.talks-title {
    font-family: var(--secondary-font);
    font-size: 17px;
    line-height: 24px;
    color: #313131;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: inherit;
    margin-left: 0;
    margin-right: 0;
}
.talks-title {
    margin-bottom: 10px;
}
.talks-title a:hover { text-decoration: underline; }

.talks-description p {
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 20px;
    color: #313131;
    margin-bottom: 5px;
}

.talks-author {
    font-family: var(--secondary-font);
    font-size: 14px;
    color: #666;
    margin: 0;
}

.talks-author strong {
    color: #222;
    font-weight: 600;
}

.talks-description span {
    opacity: 0.5;
}

.list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.imgwrap img { display: block; margin:0 auto; }



@media(min-width: 1090px) {

    .navmenu.hidemobile>a:hover {
        background: #E7E2D8 !important;
    }
    .main-nav>ul>li>a:hover,
    .main-nav>ul>li>a.active {
        background: #E7E2D8;
        border-radius: 8px;
    }

    .two-columns { column-count: 2; gap: 20; }

    .main-nav>ul>li>a { height: 32px; }

    .mega-menu-dropdown {
        transform: translateY(-100%);
    }

    .mega-menu-dropdown.active {
        transform: translateY(0);
    }

    .center-leftmenu:hover .menu-label {
        opacity: 0.7 !important;
    }

    .center-leftmenu:hover ul.p-submenu>li>a {
        opacity: 0.7 !important;
    }
    .center-leftmenu:hover ul>li>a:hover,
    .center-leftmenu:hover .menu-label:hover {
        opacity: 1 !important;
    }
    .mega-menu-dropdown:hover .center-leftmenu:hover .allsub-menu a { opacity: 1; }


    .center-leftmenu:hover ul>li>a:hover {
        opacity: 1;
    }

    .center-leftmenu ul li ul li,
    .center-leftmenu ul ul {
        opacity: 1 !important;
    }

    .center-leftmenu ul li ul li {
        margin-bottom: 3px;
    }

    /* .has-submenu:hover .submenu {
        display: block;
    } */
    .allsub-menu {
        max-width: 700px;
    }

    .mega-menu-dropdown .submenu {
        background: none;
        border: none;
    }

    /* .center-leftmenu:hover .menu-label {
        opacity: 0.7 !important;
    } */

    .center-leftmenu:hover .menu-label:hover {
        opacity: 1 !important
    }

    .menu-label {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .center-leftmenu:hover ul.p-submenu>li>a,
    .center-leftmenu:hover ul>li.has-submenu>a {
        opacity: 0.7;
    }




    .mega-menu-dropdown.menu-1:hover .has-submenu ul,
    .mega-menu-dropdown.menu-1:hover .has-submenu ul li {
        opacity: 1 !important;
    }

    .submenu {
        display: none !important;
        opacity: 0;
    }

    .submenu.active {
        display: block !important;
        animation: submenu 0.5s ease-in-out forwards;
    }




    @keyframes submenu {
        from {
            opacity: 0;
            z-index: -1;
            transform: translatex(-20px);
        }

        to {
            opacity: 1;
            transform: translatex(0);
            z-index: 10;
        }
    }

    .mega-menu-dropdown .submenu {
        left: 100%;
    }

    .back {
        display: none;
    }

    .Mobile-hamburger {
        display: none;
    }
}

@media (max-width: 1650px) {
    .mega-menu-dropdown .submenu {
        width: 50vw;
    }
}

@media (max-width: 1500px) {
    .mega-menu-dropdown .submenu {
        width: 48vw;
    }
}

@media (max-width: 1450px) {
    .mega-menu-dropdown .submenu {
        width: 45vw;
    }
}

@media (max-width: 1350px) {
    .mega-menu-dropdown .submenu {
        width: 40vw;
    }
}

@media (max-width: 1279px) {
    .main-nav {
        margin: 0;
    }

    .main-nav a {
        margin: 0;
    }

    .MainHeader {
        /* padding: 15px 20px; */
    }

    .right-center-item {
        max-width: 22%;
    }

    .mega-menu-dropdown .submenu {
        width: 36vw
    }
}

@media (max-width: 1089px) {
    .side-menu .side-menu-right {
        display: none;
    }

    .side-menu .side-menu-content {
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }

    .discover-title {
        margin-top: 0;
    }

    .side-menu-left {
        flex: inherit;
    }

    .side-menu-center.discover-menu {
        max-width: 100%;
        flex: inherit;
        width: 100%;
    }

    .side-menu-center.discover-menu ul {
        column-count: 2;
        max-width: 280px;
    }

    .discover-title {
        display: none;
    }

    .main-nav>ul>li>a {
        display: inline-flex;
        background: none;
        color: rgba(49, 49, 49, 0.5);
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 14px;
    }

    .main-nav li a.active {
        background: none;
        border-radius: 0;
    }

    .main-nav>ul>li>a.active {
        color: rgba(49, 49, 49, 1);
        pointer-events: none;
    }

    .mega-menu-dropdown .submenu {
        left: 101vw;
        display: block;
        padding-top: 40px;
    }

    .side-menu-left .childsubmenu {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
        width: 100%;
        z-index: 10;
    }

    .side-menu-left ul {
        position: inherit;
    }

    .mega-menu-dropdown .submenu {
        display: flex;
        flex-direction: column;
        border: none;
        min-height: inherit;
        background-color: #FBF7F2;
        z-index: 1;
        width: 100vw;
        min-height: calc(100vh - 121px);
    }

    .subtitle a { font-size: 15px !important; text-align: left; }
    .subtitle {
        order: 3;
        margin-top: 28px;
        font-size: 15px;
        text-align: left;
    }

    .back {
        order: 1;
    }

    .allsub-menu {
        order: 2;
    }

    .main-nav a {
        padding: 10px 5px;
    }

    .has-submenu .submenu {
        display: flex !important;
    }

    .mega-menu-dropdown.active {
        padding-top: 0;
    }

    .mega-menu-dropdown {
        padding-top: 122px !important;
        text-align: left;
    }

    .center-leftmenu.reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .center-leftmenu.default .menu-label {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .navmenu .mega-menu-dropdown {
        height: 100vh;
        height: 100svh;
        overflow: hidden;
    }
    .talks-card { padding-top: 10px; }
    .talks-title { margin-bottom: 4px; }

    .main-nav .menu-label a,
    .menu-label {
        margin-top: 30px;
        font-size: 15px;
    }
    .main-nav .menu-label a { margin: 0; }

    .mega-menu-dropdown li {
        margin: 4px 0;
    }


    .main-nav .mega-menu-dropdown li a {
        font-size: 15px;
    }

    .right-center-item {
        margin: 0;
        padding: 20px;
        padding-bottom: 30px;
        max-width: 100%;
        width: 100%;
    }

    .imgwrap img {
        width: 100%;
    }

    .talks-title {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .talks-description p.author-name a,
    .talks-description p a,
    .talks-description p {
        font-size: 12px;
        line-height: 18px;
    }

    .mega-menu-dropdown li.back {
        display: inline-block;
    }

    .center-leftmenu {
        border: none;
    }

    .MainHeader {
        z-index: 10000;
    }

    .mega-menu-dropdown li.back {
        display: inline-block;
    }

    .center-leftmenu {
        border: none;
    }

    .mega-menu-dropdown {
        padding-left: 0;
        padding-right: 0;
    }

    .center-leftmenu {
        padding: 0 16px;
    }

    .center-leftmenu {
        max-width: 100%;
    }

    .submenu.active {
        left: 0;
    }

    ul.childsubmenu {
        padding-top: 100px;
    }

    button.arrow {
        display: inline-block;
        width: 20px;
        margin-left: 6px;
        cursor: pointer;
    }

    .side-menu-left li {
        display: flex;
        justify-content: space-between;
    }

    .side-menu-content .side-menu-left {
        width: 100%;
        max-width: 100%;
    }

    span.back {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
        color: rgba(49, 49, 49, 0.7);
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
    }

    .mega-menu-dropdown.menu-1 .dflex {
        height: 100%;
        align-content: space-between;
        height: calc(100vh - 140px);
        height: calc(100svh - 140px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .center-leftmenu {
        max-width: 100%;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 100vw;
        width: 100%;
        z-index: 1000;
        margin: 0;
        transition: all 0.5s ease-in-out;
    }

    .main-nav.active {
        display: block;
        left: 0;
    }

    .main-nav {
        padding-top: 48px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(49, 49, 49, 0.1);
    }

    .hidemobile {
        display: none;
    }

    li.hidemenu {
        display: flex;
    }

    .childsubmenu.active {
        left: 0;
    }

    .main-nav>ul {
        justify-content: space-between;
    }

    .main-nav>ul {
        padding-left: 11px;
        padding-right: 11px;
    }

    .main-nav>ul>li {
        text-align: center;
    }

    .mega-menu-dropdown {
        left: 100%;
        top: 50px;
        height: calc(100vh - 50px);
        height: calc(100svh - 50px);
    }

    .mega-menu-dropdown.active {
        left: 0;
    }

    .header-right {
        display: none;
    }

    .logo {
        margin-left: auto;
    }

    .header-left {
        width: 100%;
    }

    .search-icon {
        display: block;
        margin-left: 5px;
    }

    .navmenu .mega-menu-dropdown .submenu {
        border-top: 1px solid rgba(49, 49, 49, 0.1);
    }

    .navmenu .mega-menu-dropdown .center-leftmenu {
        border-top: 1px solid rgba(49, 49, 49, 0.1);
        padding-top: 40px;
    }

    .navmenu .mega-menu-dropdown {
        padding-top: 90px !important;
    }

    .arrow {
        margin-right: 0;
    }

    .MainHeader {
        padding: 8px 16px;
        height: 48px;
    }

    .mega-menu-dropdown {
        top: 50px;
    }

    .MainHeader {
        border: none;
    }

    .side-menu-left li a {
        font-size: 20px;
    }
    .side-menu-left ul li a {
        line-height: 24px;
    }

    .side-menu-center li a {
        font-size: 14px;
        line-height: 20px;
    }

    .side-menu .side-menu-center,
    .side-menu-left {
        padding-left: 16px;
        padding-right: 16px;
    }

    .search-icon img {
        display: block;
    }

    .mega-menu-dropdown .submenu {
        padding-top: 120px;
    }

    .hidemenu.has-submenu .submenu {
        padding-top: 138px;
    }

    .hidemenu.has-submenu div.submenu {
        margin: 0;
    }

    .has-submenu .submenu {
        padding-top: 40px;
    }

    .has-submenu .submenu.active {
        margin-left: -16px;
    }

    .mega-menu-dropdown ul ul li a {
        font-size: 15px;
    }

    .search-submit {
        height: 24px;
        width: 42px;
    }

    .search-submit .screen-reader-text img {
        width: 10px;
    }

    .search-submit .screen-reader-text span {
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-popup input {
        font-size: 15px;
        padding: 16px 80px 16px 40px;
    }

    .search-label:before {
        margin-left: 16px;
    }

    .search-popup-header span {
        display: none;
    }

    .SearchClose {
        margin-left: auto;
    }

    .other-hamburger,
    .main-hamburger {
        display: none !important;
    }

}



@media(max-width: 767px){
    .talks-title a { font-size: 15px; line-height:20px; }
}


/* Transparent header */

.transparent-header .MainHeader:not(.scrolled) .color-logo {
    display: none;
}

.transparent-header .MainHeader:not(.scrolled) .white-logo {
    display: block;
}

.transparent-header .MainHeader:not(.scrolled) .hamburger span {
    background-color: #fff;
}

.transparent-header  .MainHeader:not(.scrolled) {
    /* border-bottom-color: #FBF7F24D; */
    border-bottom: 1px solid var(--wpex-palette-120884-color);
}

.transparent-header  .MainHeader:not(.scrolled) {
    background: none;
}

.transparent-header .MainHeader:not(.scrolled) svg circle,
.transparent-header .MainHeader:not(.scrolled) svg path {
    stroke: #fff;
}

/* Always White header */
.always-white-header .MainHeader,
.always-white-header .MainHeader.scrolled {
    background: rgb(251 247 242 / 70%);
    background-color: rgb(251 247 242 / 70%);
    backdrop-filter: blur(40px);
}

@media(min-width: 1090px) {

    .transparent-header .MainHeader:not(.scrolled) .main-nav>ul>li>a,
    .transparent-header .MainHeader:not(.scrolled) .header-right a.search-link,
    .transparent-header .MainHeader:not(.scrolled) .header-right #subscriptionMenu {
        color: #fff;
    }

    .transparent-header .MainHeader:not(.scrolled) .main-nav>ul>li>a:hover {
        color: rgba(49, 49, 49, 1);
    }

}

@media(max-width: 1089px) {

    .MainHeader {
        background: none;
    }

    .mega-menu-dropdown {
        top: 0;
        height: 100vh;
        height: 100svh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .hidemenu.has-submenu .submenu {
        padding-top: 180px;
    }
    /*.MainHeader .header-left > * {
        z-index: 111;
    }*/
    /*.main-nav-menu-open .header-left * {
    }*/
    .main-nav-menu-open .header-left .hmb-menu,
    .main-nav-menu-open .header-left .search-icon,
    .main-nav-menu-open .header-left .logo {
        z-index: 1111;

    }

    .main-nav {
        z-index: 100;
    }

    .navmenu .mega-menu-dropdown .center-leftmenu {
        padding-top: 25px;
        min-height: inherit;
    }

    .mega-menu-dropdown.side-menu .side-menu-left {
        margin-top: 0;
    }


    .mega-menu-dropdown.menu-1 {
        padding-top: 150px !important;
    }

    .side-menu .side-menu-content {
        height: calc(100vh - 140px);
        height: calc(100svh - 140px);
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 0;
    }

    .mega-menu-dropdown.side-menu {
        padding-top: 180px !important;
    }

    .main-nav>ul {
        justify-content: center;
        align-items: center;
    }

    .main-nav>ul>li>a {
        padding: 10px 20px;
    }

    .submenu.active:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        background: #3131311A;
        height: 1px;
        z-index: 1;
    }

    .side-menu-content {
        flex-wrap: wrap;
    }

    /* My css */
    .mega-menu-dropdown.side-menu .side-menu-content,
    .mega-menu-dropdown.menu-1 .dflex,
    .navmenu .mega-menu-dropdown .center-leftmenu { opacity: 0; transition: none; }
    .mega-menu-dropdown.active  .side-menu-content,
    .mega-menu-dropdown.active.menu-1 .dflex,
    .navmenu .mega-menu-dropdown.active .center-leftmenu{ opacity: 1; transition: all 0.3s ease-in-out; }
    .mega-menu-dropdown { visibility: hidden; top: 0; }
    .mega-menu-dropdown.active { visibility: visible; }

    .main-nav .mega-menu-dropdown {
        top: 0;
    }
}

@media(max-width: 640px) {
    .main-nav>ul {
        justify-content: space-between;
    }

    .main-nav>ul>li>a {
        padding: 10px 5px;
    }
}



/* Transparent header */

.no-logo .logo {
    display: none;
}

/* White Header */
.white-header .MainHeader {
    /* background-color: #e7e4e0; */
    background-color: var(--wpex-palette-120857-color);
    transition: background-color ease .15s;
}

.white-header .MainHeader.scrolled {
    background-color: rgb(251 247 242 / 70%);
    backdrop-filter: blur(40px);
}

/* White Header */

/* No Background Header */
.no-bg .MainHeader {
    background-color: transparent;
}

/* No Background Header */
.mega-menu-dropdown.subscriptionDropdown {
    background-color: #F9E8D7;
}

.subscriptionDropdown .discover-menu {
    padding-top: 30px;
}

.subscriptionDropdown .discover-menu li a:before {
    display: none;
}

.subscriptionDropdown .discover-menu li a {
    font-size: 17px;
}

.MainHeader:after {
    /* content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3131311A;
    height: 1px;
    z-index: 1; */
}

/* HOMEPAGE */
body.home .logo {
    opacity: 0;
    pointer-events: none;
    transition: all ease .15s;
}

body.home .logo.show-logo {
    opacity: 1;
    pointer-events: all;
}


@media(max-width: 1089px) {
    .MainHeader:after {
        display: none;
    }

    .list-container {

        grid-template-columns: repeat(1, 1fr);
    }

    .mega-menu-dropdown .submenu {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .side-menu .submenu {
        background: #F9E8D7;
    }

    .side-menu.mega-menu-dropdown {
        height: auto;
    }

    .side-menu.mega-menu-dropdown .side-menu-content {
        height: calc(100vh - 180px);
        height: calc(100svh - 180px);
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }

    .scroll-hide {
        overflow: hidden;
    }
}

.logo-hide-header .logo {
    display: none;
}

.navmenu.hidemobile a {
    background: none !important;
}

.search-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-menu-center.discover-menu ul li a:after {
    /* left: 0;
    width: 100%; */
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #313131;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-menu-center.discover-menu ul li a:hover:after{
    left: 0;
    right: inherit;
    width: calc(100% - 20px);
}

button.hamburger {
    border: none;
    background: none;
    padding: 0;
}

/* .subscription-menu-open .MainHeader,
.main-hamburger-open .MainHeader {
    background: rgba(249, 232, 215, 1);
} */

.subscription-menu-open .MainHeader {
    background: #F9E8D7 !important;
}
.main-nav-menu-open .MainHeader {
    background: #FBF7F2 !important;
}

/*Mobile animation*/
@media(max-width: 1089px) {
    .main-nav {
        left: 0;
        right: 0;
        top: -100%;
        opacity: 0;
        visibility: hidden;
    }

    .main-nav.active {
        top: 55px;
        opacity: 1;
        visibility: visible;
        z-index: 1000;
    }

    .mega-menu-dropdown {
        top: -100vh;
        left: 0;
        right: 0;
    }

    .mega-menu-dropdown.active {
        top: 0;
    }

    .mega-menu-dropdown ul ul li {
        margin: 0;
        padding-top: 4px
    }

    .search-popup-header {
        padding: 19px 30px 0 30px;
    }

    .search-form {
        margin: 30px auto;
        padding: 0 15px;
    }

    .hidemenu.has-submenu .submenu { padding-top: 0;  }
    .hidemenu.has-submenu .submenu.active:after { display: none; }
}

/*Mobile animation*/

.logo {
    position: relative;
    z-index: 10;
}

.hamburger {
    position: relative;
    z-index: 10;
}

.main-hamburger-open .header-left button {
    z-index: 2;
    position: relative;
}

/*
.main-nav-menu-open .header-left * {
    z-index: 2;
}
*/

.header-right .search-link,
#subscriptionMenu {
    position: relative;
    z-index: 10;
}

.main-nav>ul>li>a {
    position: relative;
    z-index: 10;
}

.mega-menu-dropdown {
    z-index: -1;
}

/* .header-left div,  */
.main-nav ul {
    z-index: 10;
}


.header-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;

    z-index: 1;
    transform-origin: top center;
    transition: all 0.8s ease-in-out;
}

.subscription-menu-open .header-right:before,
.main-hamburger-open .header-right:before,
.main-nav-menu-open .header-right:before {
    transition: all 0.2s ease-in-out;
    height: 56px;
}

.main-nav-menu-open .header-right:before {
    background: #FBF7F2;
}

.main-hamburger-open .header-right:before,
.subscription-menu-open .header-right:before {

    background-color: #F9E8D7;
}

.color-logo {display: inline-block;vertical-align: middle;}
button:focus,a:focus,input:focus {outline: 1px dotted #000;outline-offset: 2px;}
.talks-description p > a { text-transform: none; padding: 5px 0 0; letter-spacing: 0; display: inline;}
.MainHeader .header-left > .search-icon {z-index: 1111;}


.center-leftmenu ul li a {
    padding: 2px 0;
}

.has-submenu>a {
    position: relative;
    width: 100%;
}

.has-submenu>a .arrow {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;

    margin: auto;
}


@media(max-width: 1089px) {
    .has-submenu>a .arrow {
        right: 0;
    }
    .mega-menu-dropdown.side-menu.mobileactive {
        top: 0;
        transition: all 0s ease-in-out;
        visibility: visible;
    }
    .mega-menu-dropdown.side-menu.mobileactive .side-menu-content { opacity: 1 }

    .mega-menu-dropdown.side-menu { top:0; }
    .mega-menu-dropdown.side-menu.active { top:0; }
    .main-nav{
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        top: 55px;
        z-index: 1000;
    }
    .main-nav.active{
        opacity: 1;
        visibility: visible;
    }
    .hamburger.Mobile-hamburger { z-index: 100 }
    .DiscoverActive .mega-menu-dropdown.side-menu { z-index: -1; }
    .btn-wrap { z-index: 11111; position: relative; }
    .hamburger.Mobile-hamburger,
    .DiscoverActive .hamburger.Mobile-hamburger { z-index: 10000; }
    .mega-menu-dropdown.side-menu.active  { z-index: -1; }
    .DiscoverActive .header-left .logo { z-index: 10000; }
    .mega-menu-dropdown.side-menu.active { z-index: inherit; }
    .main-nav.active,
    .main-nav { padding-top: 0; top: 103px; }
    .MainHeader.searchopen .header-left .search-icon { z-index: 10000; }
    .allsub-menu ul { column-count: 1; gap: 0; }
    .submenu.active:after {top: 15px; }
}
