:root {
    --font-body: 'Noto Serif', serif;
    --font-heading: 'PF Marlet Display';
    --font-alt: 'PF Bague Sans Pro';

    --bg: #fff;
    --white: #fff;
    --text-color: #141416;
    --border-color: #afb7c1;
    --gray: #f9f9fa;
    --dark-gray: #E3E3E6;
    --link-hover: #8B7C68;
}

body {
    font-family: var(--font-body);
}

body.megamenu-open {
    overflow: hidden;
}

.full {
    width: 100%;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

a:hover {
    text-decoration: underline;
    color: var(--text-color);
}

.min-width-20 {
    min-width: 20px;
}

iframe {
    max-width: 100%;
}

.qc-cmp2-container .qc-cmp2-persistent-link {
    font-size: 10px;
}

.tovima-header a {
    display: block;
    padding: 14px;
}

.tovima-header a img {
    height: auto;
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}

.tovima-header hr {
    display: block;
    border: none;
    height: 4px;
    margin: 0;
    opacity: 1;
    width: 100%;
}

.tovima-header hr:first-of-type {
    background: black;
}

.tovima-header hr:last-of-type {
    background: #D9D9D9;
}

@media (min-width: 1200px) {

    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 100%;
        padding-inline: 80px;
    }

}

@media (min-width: 1400px) {

    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 100%;
        padding-inline: 80px;
    }

}

@media (min-width: 1600px) {

    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1560px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }

}

/* Main column width */
.wp-block { max-width: 90%; }

/* Width of "wide" blocks */
.wp-block[data-align="wide"] { max-width: 90%; }

/* Width of "full-width" blocks */
.wp-block[data-align="full"] { max-width: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
}

.font-body {
    font-family: var(--font-body);
}

.font-heading {
    font-family: var(--font-heading);
}

.font-alt {
    font-family: var(--font-alt);
}

.font-italic {
    font-style: italic;
}

main section {
    margin: 150px 0;
}

.home main > section:first-child {
    margin-top: 16px;
}

.single main section {
    margin: 50px 0;
}

.single main section:first-child {
    margin-top: 0;
}

.single main section.article-content {
    margin-top: 30px;
}

.single main section.article-intro {
    margin-bottom: 0;
}

.page-template-contact main section,
.page-template-ask-annita main section,
.page-template-default main section {
    margin: 50px 0;
}

.page-template-default.home main section {
    margin: 150px 0;
}

.page-template-default.home main section:first-child {
    margin-top: 16px;
}

.page-template-default.home main section.cover-story {
    margin-top: 18px;
}

.page-template-default.home main section.videos {
    margin-bottom: 20px;
}

.page-template-default.home main section.videos.nobg {
    margin-top: 20px;
}

.search-results section,
.archive section,
.category section,
.category-template section,
main .article-container section {
    margin: 50px 0;
}

.logo {
    display: flex;
    width: 350px;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
}

.logo span, .logo h1 {
    font-family: var(--font-body);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.logo:hover {
    text-decoration: none;
}

.stickybar {
    position: sticky;
    top: 0;
    background: var(--white);
    z-index: 100;
}

.admin-bar .stickybar {
    top: 32px;
}

.main-nav-container {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

body:not(.home) .main-nav-container {
    border-top: none;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.fixed .main-nav {
    padding: 16px 0;
}

.main-menu {
    font-family: var(--font-alt);
    font-size: 16px;
    padding: 34px 0;
    font-weight: 500;
    transition: all .3s ease-in-out;
    transition-delay: .03s;
    grid-template-columns: auto;
    grid-auto-columns: 85px;
    grid-template-areas: "a a a a a a a a";
}

.fixed .main-menu {
    padding: 0;
}

.main-menu li {
    text-align: center;
    text-transform: uppercase;
    min-width: 92px;
}

/* .main-menu li:first-child {
    margin-right: 60px;
}

.main-menu li:last-child {
    margin-left: 60px;
} */

.in-menu-logo {
    display: block;
}

.in-menu-logo a {
    width: 145px;
    display: block;
    margin-right: 60px;
}

.fixed .in-menu-logo {
    display: block;
}

.main-menu li a:hover {
    text-decoration: underline;
}

.main-menu li.current-menu-item a {
    font-weight: 900;
}

.cover-story {
    margin-top: 18px;
}

.cover-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 60px;
    font-size: 20px;
    margin-bottom: 140px;
}

.cover-description .tag-line {
    font-size: 14px;
    text-transform: uppercase;
}

.cover-description .super-title {
    font-size: 24px;
}

.cover-description h2 {
    font-size: 42px;
}

.cover-description .excerpt {
    font-size: 20px;
}

.cover-description .author-name {
    font-size: 13px;
}

.cover-description .btn-primary {
    margin-top: 40px;
}

.btn-primary {
    color: var(--white);
    background-color: var(--text-color);
    border-color: var(--text-color);
    font-family: var(--font-alt);
    font-size: 14px;
    padding: 16px 20px;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--black);
    box-shadow: none;
    text-decoration: none;
}

.btn-outline-primary {
    color: var(--text-color);
    background-color: transparent;
    border-color: var(--text-color);
    font-family: var(--font-alt);
    font-size: 14px;
    padding: 16px 20px;
    border-radius: 0;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus {
    color: var(--white);
    background-color: var(--text-color);
    border-color: var(--text-color);
    box-shadow: none;
    text-decoration: none;
}

.article-image {
    display: block;
    overflow: hidden;
}

.article-image img {
    transform: scale(1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 1s;
}

.article-image:hover img {
    transform: scale(1.05);
}

.top-stories h2 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 20px;
}

article.post h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px;
}

article.post .tag-line {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tag-line a:hover {
    text-decoration: underline;
}

.has-text-align-center {
    text-align: center;
}

article.post .author-name {
    font-size: 13px;
    line-height: 13px;
}

.tag-list-in-article {
    flex-wrap: wrap;
}

.ad-wrap {
    background: var(--gray);
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 32px;
}

.ad-wrap img {
    position: sticky;
    top: 110px;
}

.admin-bar .ad-wrap img {
    top: 142px;
}

.ad-wrap.auto {
    height: auto;
}

.ad-wrap.sticked {
    height: 700px;
}

.ad-wrap .ad-slot {
    position: sticky;
    top: 110px;   
}

.admin-bar .ad-wrap .ad-slot {
    top: 142px;
}

.ad-placeholder {
    opacity: 0.2;
}

.videos {
    background: var(--text-color);
    padding: 60px 0;
    margin: 150px 0 20px;
    color: var(--white);
}

.videos.nobg {
    background: none;
    padding: 20px 0;
    color: var(--text-color);
    margin-top: 20px;
}

.videos h2 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.videos h2::after {
    content: '';
    background: var(--white);
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    right: 0;
    bottom: 26px;
}

.videos p {
    font-size: 14px;
}

.videos h3 {
    font-size: 32px;
}

.videos a {
    color: var(--white);
}

.videos.nobg article {
    border-bottom: 1px solid var(--border-color);
    height: 100%;
    padding-bottom: 20px;
}

.videos.nobg a {
    color: var(--text-color);
}

.videos.nobg h3 {
    font-size: 26px;
    line-height: 30px;
}

.video-wrap {
    position: relative;
}

.video-wrap .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.opinions h2 {
    font-size: 72px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.opinions h2::after {
    content: '';
    background: var(--border-color);
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    right: 0;
    bottom: 26px;
}

.opinions .author {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-top: 30px;
    min-height: 105px;
}

.opinions .author p {
    font-size: 14px;
    margin: 0;
}

.opinions .post {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 40px;
}

.opinions .post .post-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.daily-moto h2 {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-size: 42px;
}

.daily-moto h2::before {
    content: '';
    background: var(--border-color);
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) translate(-25px, 25px);
}

.daily-moto .quote {
    text-align: center;
    position: relative;
    padding: 0 40px;
    margin-top: 30px;
}

.daily-moto .quote::before {
    content: '';
    background: url(../images/quote.png) no-repeat;
    width: 74px;
    height: 60px;
    display: block;
    margin: 0 auto 25px;
}

.daily-moto .quote::after {
    content: '';
    background: url(../images/quote.png) no-repeat;
    width: 74px;
    height: 60px;
    display: block;
    margin: 25px auto 0;
    transform: rotate(180deg);
}

.daily-moto .quote h3 {
    font-size: 50px;
    font-family: var(--font-heading);
}

.daily-moto .quote p {
    font-size: 20px;
    font-family: var(--font-alt);
}

.ask-annita {
    position: relative;
}

.ask-annita::before {
    content: '';
    background: var(--white);
    width: 140px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-105px);
    z-index: 1;
}

.ask-annita::after {
    content: '';
    background: var(--border-color);
    width: 1px;
    height: 60px;
    display: block;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: rotate(45deg) translate(-25px, 25px);
    z-index: 2;
}

.ask-annita h3 {
    font-size: 62px;
    line-height: 62px;
}

.ask-annita p {
    font-size: 26px;
}

.ask-annita p + p {
    font-size: 20px;
}

.ask-annita.podcast .btn-primary {
    min-width: 164px;
}

.magazine {
    background: var(--dark-gray);
    padding: 90px 0;
}

.magazine h3 {
    position: relative;
    font-size: 34px;
    padding-left: 40px;
}

.magazine h3::before {
    content: '';
    background: var(--text-color);
    width: 1px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) translate(5px, -10px);
}

.magazine-grid {
    display: grid;
    grid-template-columns: 1.35fr 1.33fr 1fr;
    margin-bottom: 35px;
}

.magazine-grid .col:nth-child(2) img {
    height: 100%;
    object-fit: cover;
}

@media (min-width: 769px) {
    .magazine-grid {
        display: flex;
    }
    .magazine-grid .col:nth-child(1) {
        flex: 0 1 40.77%;
    }
    .magazine-grid .col:nth-child(2) {
        flex: 0 1 33.85%;
    }
    .magazine-grid .col:nth-child(3) {
        flex: 0 1 25.38%;
    }
    .tovima-header a img {
        max-width: 126px;
        min-width: 126px;
        width: 126px;
    }
}

.magazine .video-wrap {
    position: relative;
    height: 100%;
}

.magazine .double-grid .full {
    height: 50%;
    object-fit: cover;
}

.mag-cover {
    background: var(--white);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stars .stars-astrologist-img {
    display: block;
    height: 110px;
    margin-left: auto;
    object-fit: cover;
    width: 110px;
}

.stars .container {
    padding-top: 50px;
    padding-bottom: 60px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
}

.stars h2 {
    font-size: 72px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding-left: 80px;
}

.stars h2::before {
    content: '';
    background: var(--border-color);
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) translate(20px, -20px);
}

.stars h3 {
    font-family: var(--font-alt);
    font-size: 18px;
    font-weight: bold;
}

.stars p {
    font-size: 30px;
}

.stars p strong {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: normal;
}

.stars article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.stars article img {
    height: 80px;
    object-fit: contain;
}

.legends h2 {
    font-size: 80px;
    line-height: 50px;
    margin: 0;
}

.legends article.post h3 {
    font-size: 42px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.legends p.descr {
    font-size: 24px;
}

.legends a {
    color: var(--white);
}

.legend {
    background: var(--text-color);
    color: var(--white);
    padding: 110px 130px 20px;
}

.elenas-diary {
    background: var(--gray);
    margin: 165px 0;
    padding: 0 0 100px;
    position: relative;
    border-top: 4px double var(--border-color);
    border-bottom: 4px double var(--border-color);
}

.elenas-diary h2 {
    font-size: 72px;
    border-bottom: 1px solid var(--border-color);
}

.elenas-diary .article-row {
    margin-top: 80px;
}

.diary-insta {
    background: #fff;
    border: 1px solid var(--text-color);
    padding: 30px;
    text-align: center;
    font-size: 24px;
}

.elenas-logo {
    position: relative;
    top: -50px;
    background: var(--white);
}

.elenas-logo::before {
    content: '';
    background: var(--gray);
    background: var(--gray);
    display: block;
    width: 100%;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.elenas-logo img {
    position: relative;
    z-index: 1;
}

.my-self h2 {
    font-size: 72px;
    border-bottom: 1px solid var(--border-color);
}

.my-self .num {
    display: block;
    font-size: 42px;
    font-family: var(--font-heading);
}

.my-self .cover-description h3 {
    font-size: 42px;
    line-height: 40px;
}

.my-self .post .font-alt {
    letter-spacing: 3.36px;
}

.ad-row {
    background: var(--gray);
    text-align: center;
    padding: 23px 0;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.ad-row iframe {
    max-width: 100%;
}

.ad-row--sticky {
    position: sticky;
    top: 94px;
    z-index: 5;
}

.admin-bar .ad-row--sticky {
    top: calc(94px + 32px);
}

.ad-row--disabled {
    opacity: 0;
    pointer-events: none;
    transform: translate(0,-100%);
}

.fixed .ad-row--sticky {
    top: 82px;
}

.admin-bar.fixed .ad-row--sticky {
    top: calc(82px + 32px);
}

.ad-row-close-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 30px;
    width: 30px;
}

.good-life {
    background: var(--text-color);
    color: var(--white);
    padding: 40px 0;
}

.good-life h2 {
    font-size: 72px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.good-life a {
    color: var(--white);
}


.culture h2 {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.culture h2 em {
    display: block;
    white-space: nowrap;
}

.culture h2::after {
    content: '';
    background: var(--border-color);
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    right: 0;
    bottom: 18px;
}

.culture .super-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}

.culture article.post h3 {
    font-size: 24px;
    line-height: 28px;
}

.culture img.vima {
    position: absolute;
    right: 10px;
    top: 0;
}

.recommended {
    background: var(--text-color);
    padding: 40px 0 60px;
    color: var(--white);
}

.recommended h2 {
    font-size: 72px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.recommended .post {
    display: flex;
    gap: 30px;
    position: relative;
    color: var(--text-color);
    align-items: flex-end;
}

.recommended .col-12:last-child .post {
    align-items: flex-start;
}

.recommended .post .article-image {
    width: 50%;
    flex-shrink: 0;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.recommended .post .post-content {
    position: relative;
    z-index: 1;   
    margin-bottom: 80px;
}

.recommended .col-12:last-child .post .post-content {
    margin-bottom: 0;
    margin-top: 80px;
}

.recommended .post::after {
    content: '';
    background: #fff;
    display: block;
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.recommended .col-12:last-child .post::after {
    bottom: auto;
    top: 0;
}

.recommended .post .super-title {
    font-size: 26px;
}

.recommended article.post h3 {
    padding-right: 20px;
}

.related {
    margin: 150px 0 85px;
}

.related h2 {
    font-size: 32px;
    line-height: 44px;
    display: inline-block;
    position: relative;
    margin-left: 50px;
    margin-bottom: 32px;
}

.related h2::before {
    content: '';
    background: var(--text-color);
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) translate(-25px, 25px);
}

.best-of.more-block {
    background: var(--gray);
    padding: 40px 0 90px;
}

.best-of h2 {
    font-size: 72px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.best-of h2::before {
    content: '';
    background: var(--border-color);
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) translate(-25px, 25px);
}

.article-featured {
    position: relative;
}

.article-featured::after {
    content: '';
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.article-featured .container, 
.article-featured .container-fluid {
    z-index: 2;
}

footer {
    margin-top: 140px;
}

footer p {
    font-size: 10px;
}

footer p strong {
    font-size: 12px;
}

.footer-logo {
    width: 185px;
    margin: 0 auto;
}

.social-icons {
    gap: 33px;
    margin-top: 36px;
    margin-bottom: 40px;
}

.footer-nav {
    font-family: var(--font-alt);
    font-size: 14px;
    padding: 36px 0;
    gap: 70px;
    border-bottom: 1px solid var(--border-color);
}

.footer-nav li a {
    font-weight: 500;
    text-transform: uppercase;
}

.footer-nav li a:hover {
    text-decoration: underline;
}

.footer-low-nav {
    font-family: var(--font-alt);
    font-size: 12px;
    padding: 36px 0;
    gap: 30px;
}

.footer-low-nav li a {
    text-transform: uppercase;
}

.footer-low-nav a:hover {
    text-decoration: underline;
}

.megamenu {
    background: var(--gray);
    padding: 40px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100dvh;
    height: 100%;
    z-index: 250;
    overflow: scroll;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
}

.admin-bar .megamenu {
    height: calc(100dvh - 32px);
    top: 32px;
}

.megamenu.active {
    display: block;
    transform: translateX(0);
}

.megamenu .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.megamenu .logo {
    width: 240px;
}

.megamenu .logo span {
    font-size: 10px;
}

.megamenu .top .close {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.megamenu .top .close:hover {
    text-decoration: none;
}

.megamenu .middle {
    margin: 60px 0;
    min-height: calc(100dvh - 400px);
}

.megamenu-nav {
    font-size: 46px;
    padding: 0 15rem;
    list-style: none;
}

.megamenu-nav > li {
    position: relative;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.megamenu-nav > li a {
    text-transform: uppercase;
}

.megamenu-nav > li.item-has-children a {
    position: relative;
    flex-shrink: 0;
}

.megamenu-nav li a:hover {
    text-decoration: none;
    font-weight: 700;
}

.megamenu-nav > li.item-has-children > a::after {
    content: '';
    background: var(--text-color);
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 110%;
    bottom: 24px;
}

.megamenu-nav .sub-menu {
    display: block;
    position: relative;
    width: 80%;
    height: 55px;
}

.megamenu-nav ul {
    position: absolute;
    left: 0;
    list-style: none;
    font-size: 20px;
    gap: 30px;
    bottom: 0;
    display: none;
}

.megamenu-nav > li.item-has-children:hover ul {
    display: flex;
}

.megamenu .page-links {
    font-size: 14px;
    margin-left: 180px;
    margin-bottom: 0;
}

.page-links a:hover {
    text-decoration: none;
    font-weight: bold;
}

.megamenu .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.megamenu .bottom p {
    margin-left: auto;
    font-size: 10px;
    margin-top: auto;
    margin-bottom: 0;
}

.search-form {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 150;
}

.admin-bar .search-form {
    top: 32px;
    margin: 0;
    height: calc(100dvh - 32px);
}

.search-form.active {
    display: flex;
    margin: 0;
}

.search-form.active .main-menu {
    gap: 60px;
}

.fixed .search-form .main-menu {
    padding: 0;
}

.searchform {
    margin-bottom: auto;
    margin-top: 5dvh;
    display: flex;
    border-bottom: 1px solid var(--text-color);
    padding: 0 0 25px;
    width: 40%;
    justify-content: space-between;
}

.searchform .search-wrap {
    width: 70%;
    display: flex;
    gap: 50px;
    align-items: center;
}

.searchform input[type="search"] {
    width: 1000%;
    outline: none;
    border: 0 none;
}

.search-form .top,
.search-form footer {
    width: 100%;
}

.search-form header .social-icons {
    position: absolute;
    left: 18%;
    top: 6%;
    transform: translateX(-50%);
}

.featured-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    color: var(--white);
}

.featured-title a {
    color: var(--white);
}

.featured-title h1 {
    font-size: 52px;
    line-height: 58px;
}

.featured-title .cover-description {
    padding-left: 0;
}

.article-container {
    max-width: 1034px;
    margin: 0 auto;
}

.article-intro h2, .article-intro h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
}

.article-intro h2.font-heading.main-title, .article-intro h1.font-heading.main-title {
    /* font-size: 70px; */
    line-height: 64px;

    /* Changed based on Adobe XD: Flow 2 > GRACE - ARTICLE PAGE (1920 X 1080) */
    font-size: 60px;
}

.article-intro p {
    font-size: 13px;
    margin-bottom: 10px;
}

.article-intro p.category-tag {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3.33px;
}

.author-name {
    text-transform: uppercase;
}

.post-cat-astra .author-name {
    font-size: 13px;
}

.post-cat-zodia .author-name {
    font-size: 13px;
}

.category-tag {
    text-transform: uppercase;
}

.category-tag a:hover {
    font-weight: bold;
    text-decoration: none;
}

.article-intro .article-credits {
    display: flex;
    gap: 10px 18px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.article-intro .article-credits span {
    display: flex;
    gap: 5px;
}

.beauty-tip-block h2 {
    font-size: 22px;
    line-height: 22px;
}

.beauty-tip-block p {
    font-size: 32px;
    line-height: 36px;
}

time span {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

time .day {
    color: var(--border-color);
    font-size: 68px;
    line-height: 83px;
    font-weight: 300;
}

.article-gallery-small p {
    font-size: 16px;
}

.gallery-grid {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    gap: 24px;
}

.gallery-grid .thumb {
    position: relative;
} 

.gallery-grid .thumb span {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 44px;
}

.content {
    font-size: 19px;
    line-height: 30px;
}

.page .content {
    font-size: 17px;
}

.article-content p, .article-content li {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.article-content img {
    height: auto;
    max-width: 100%;
}

.content p a, .article-content p a, .article-content li a {
    background-image: linear-gradient(to right,#E9474B 33%,rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    padding-bottom: .2em;
    text-decoration: none;
    word-wrap: break-word;
}

.content p a:hover, .article-content p a:hover, .article-content li a:hover {
    background-image: linear-gradient(to right,#E9474B 33%,#E9474B 0%);
}

.content.with-first-cap p:first-child:first-letter {
    font-size: 100px;
    line-height: 100px;
    margin-right: 15px;
    float: left;
    font-family: var(--font-heading);
    font-weight: 300;
}

.article-intro + .article-content .full-text-content:first-of-type p:first-child:first-letter,
.article-intro + .article-content .centertext-block:first-of-type p:first-child:first-letter {
    text-transform: uppercase;
    font-size: 100px;
    line-height: 100px;
    margin-right: 15px;
    float: left;
    font-family: var(--font-heading);
    font-weight: 300;
}

.content figcaption, .wp-block-image figcaption {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.17px;
    margin-top: 10px;
}

.content figcaption p, .wp-block-image figcaption p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin-bottom: 0;
}

.intro-image figcaption {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.12px;
    margin-top: 10px;
}

.intro-image figure {
    margin: 0;
}

blockquote {
    font-size: 40px;
    line-height: 44px;
    padding: 0 80px;
    background: url(../images/quote.png) no-repeat;
    width: 90%;
    margin: 0 auto;
    min-height: 60px;
}

.content.videos {
    margin: 50px 0;
}

.share {
    margin: 50px 0;
}

.share p {
    font-size: 18px;
}

.share-widget {
    position: relative;
    display: inline-flex;
}

.share-widget .social-icons {
    position: absolute;
    right: 0;
    top: 20px;
    background: #fff;
    border: 1px solid var(--text-color);
    padding: 15px;
    width: 200px;
    gap: 15px;
    border-radius: 12px;
    margin: 0;
    display: none;
}

.share-widget.open .social-icons {
    display: flex;
}

.category h1,
.category-template h1 {
    font-size: 70px;
    line-height: 64px;
}

.wp-pagenavi,
.pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi a,
.wp-pagenavi span,
.pagination ul li a,
.pagination ul li span {
    font-family: var(--font-alt);
    font-size: 16px;
    display: flex;
    border: 1px solid var(--border-color);
    min-width: 28px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.wp-pagenavi a span {
    padding: 0;
    border: 0 none;
}

.wp-pagenavi span.current,
.pagination ul li.current-page a {
    border: 1px solid var(--text-color);
}

.wp-pagenavi a:hover,
.pagination ul li a:hover {
    text-decoration: none;
}

.search-title {
    font-size: 18px;
}

.newsblock {
   margin: 150px 0; 
}

.newsblock.black-bg {
    background: var(--text-color);
    color: var(--white);
    padding: 40px 0;
}

.newsblock.black-bg a {
    color: var(--white);
}

.newsblock .newsblock-title.title-left.no-line h2 {
    font-size: 72px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.newsblock .newsblock-title.title-left.no-line.with-ad h2 {
    margin-bottom: 20px;
}

.newsblock .newsblock-title.title-left.no-line h2::after {
    display: none;
}

.newsblock .newsblock-title.title-left h2 {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.newsblock .newsblock-title.title-left h2 a {
    display: inline-block;
    flex-shrink: 0;
}

.newsblock .newsblock-title.title-left h2::after {
    content: '';
    background: var(--border-color);
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    right: 0;
    bottom: 18px;
}

.newsblock .newsblock-title.title-center.line-before {
    text-align: center;
}

.newsblock .newsblock-title.title-center.line-before h2 {
    font-size: 72px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.newsblock .newsblock-title.title-center.line-before h2::after {
    display: none;
}

.newsblock .newsblock-title.title-center.line-before h2::before {
    content: '';
    background: var(--border-color);
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg) translate(-25px, 25px);
}

.category .super-title,
.search .super-title,
.newsblock .super-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px !important;
}

.editor-picks h3 {
    text-align: center;
    font-size: 42px;
    line-height: 44px;
    position: relative;
    padding-top: 40px;
    margin-bottom: 25px;
}

.editor-picks h3::before {
    content: '';
    background: var(--text-color);
    width: 1px;
    height: 40px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: rotate(45deg) translate(40%, -50%);
}

.editor-picks p {
    font-size: 16px;
    line-height: 18px;
}

.tag-list a {
    font-size: 16px;
    font-family: var(--font-alt);
    font-weight: 700;
    border: 1px solid var(--text-color);
    padding: 4px 8px;
    border-radius: 4px 0;
}

.tag-list a:hover {
    text-decoration: none;
    background: var(--text-color);
    color: var(--white);
}

.count-title {
    font-size: 120px;
    line-height: 100px;
    font-weight: 300;
    font-style: italic;
}

.count-title.small {
    font-size: 60px;
    line-height: 50px;   
}

.pull-left {
    /* margin-left: calc(100% - 1134px);
    margin-right: calc(100% - 1134px);
    max-width: 1134px; */
    margin-left: calc(-16.66666667% + 18px);
}

.content-block-acf__innerblocks .container {
    padding-left: 0;
    padding-right: 0;
}

.content-block-acf__innerblocks .imagetext-block .col-lg-4,
.content-block-acf__innerblocks .imagetext-block .col-4 {
    width: 50%;
    margin: 0;
}

.content-block-acf__innerblocks .images-block .col-lg-4 {
    width: 50%;
    margin: 0;
}

.content-block-acf__innerblocks .image-block .col-lg-8,
.content-block-acf__innerblocks .image-block .col-lg-6 {
    width: 100%;
    margin: 0;
}

.content-block-acf__innerblocks .editor-picks .col--editor-picks {
    width: calc(100% / 3);
    margin: 0;
}

.content-block-acf__innerblocks .centertext-block .col-lg-6 {
    width: 100%;
    margin: 0;   
}

.content-block-acf__innerblocks .counttext-block .col-8 {
    width: 100%;
    margin: 0; 
}

.content-block-acf__innerblocks .counttextdouble-block .col-4 {
    width: 50%;
    margin: 0;
}

.content-block-acf__innerblocks .full-text-content .col-lg-6 {
    width: 100%;
    margin: 0;
}

.content-block-acf__innerblocks .beauty-tip-block .col-lg-8,
.content-block-acf__innerblocks .blockquote .col-lg-8 {
    width: 100%;
    margin: 0;   
}

.content-block-acf__innerblocks .article-gallery-small .offset-lg-2 {
    margin-left: 0;
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrapper.thumb-video {
    padding-bottom: 0;
    height: 100%;
    aspect-ratio: 3 / 4;
}

.video-wrapper.thumb-video.square-mag-video {
    padding-bottom: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: 365px;
}

.video-wrapper.thumb-video.large-mag-video {
    padding-bottom: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: 880px;
}

.popup-swiper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gray);
    z-index: 150;
    padding: 5rem;
}

.popup-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 80px;
    max-height: 75dvh;
}

.popup-swiper .swiper-slide img {
    width: auto;
    max-height: 100%;
}

.popup-swiper .swiper-slide:nth-child(even) {
    flex-direction: row-reverse;
}

.popup-swiper .swiper-slide:nth-child(odd) .slider-img {
    text-align: right;
}

.popup-swiper .swiper-slide:nth-child(odd) .caption {
    text-align: left;
}

.popup-swiper .swiper-button-next,
.popup-swiper .swiper-button-prev {
    color: var(--text-color);
}

.popup-swiper .slider-number {
    font-size: 80px;
    color: #AFB7C1;
    font-family: var(--font-heading);
    flex-shrink: 0;
}

.popup-swiper .back-to-story {
    font-size: 18px;
    position: relative;
    display: block;
    margin: 0 auto 50px;
    width: 110px;
    text-align: center;
}

.popup-swiper .back-to-story::before {
    content: '';
    background: var(--text-color);
    width: 45px;
    height: 1px;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: -35px;
    top: 10px;
}

.wpcf7-form .col-8 {
    margin: 20px auto;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.wpcf7-form {
    font-family: var(--font-alt);
}

.wpcf7-form .form-label {
    font-family: var(--font-alt);
    font-weight: 700;
    font-size: 18px;
}

.wpcf7-form .form-control {
    border: 1px solid var(--border-color);
    font-family: var(--font-alt);
    border-radius: 0;
    font-size: 16px;
    color: var(--text-color);
    padding: 27px;
}

.wpcf7-form input[type="submit"] {
    font-family: var(--font-heading);
    margin: 0 auto;
    width: 150px;
    display: block;
    font-size: 18px;
}

.contact-form__fields label {
    font-family: var(--font-alt);
    font-weight: 700;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 5px;
}

.contact-form__fields input[type="text"],
.contact-form__fields input[type="email"],
.contact-form__fields input[type="tel"],
.contact-form__fields textarea {
    border: 1px solid var(--border-color);
    font-family: var(--font-alt);
    border-radius: 0;
    font-size: 16px;
    color: var(--text-color);
    padding: 27px;
    width: 100%;
}

.contact-form__fields select {
    border: 1px solid var(--border-color);
    font-family: var(--font-alt);
    border-radius: 0;
    font-size: 16px;
    color: var(--text-color);
    padding: 27px;
    width: 100%;
}

.contact-form__field--checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact-form__field--checkbox label:not(.error) {
    flex: 1;
    font-size: 16px;
    margin-bottom: 14px;
    margin-left: 7px;
    text-transform: none;
}

.contact-form__field--checkbox label:not(.error) a {
    text-decoration: underline;
}

.contact-form__field--checkbox input[type="checkbox"] {
    order: -1;
}

.contact-form__field--checkbox label.error {
    width: 100%;
}

#contact-form button {
    color: var(--white);
    background-color: var(--text-color);
    border-color: var(--text-color);
    padding: 16px 20px;
    border-radius: 0;
    font-family: var(--font-heading);
    width: 150px;
    display: block;
    font-size: 18px;
    border: 0 none;
}

.form-wrap {
    margin: 0 auto;
}

.cover-story .cover-description {
    margin-bottom: 0;
}

.cover-story,
.my-self {
    overflow: hidden;
}

.error404 h1 {
    font-size: 169px;
}

.adp {
    font-size: 11px;
    opacity: 0.75;
}

header {
    display: none;
}

.page-template-default.home header {
    display: block;
}

.page-template-default.home .in-menu-logo {
    display: none;
}

.page-template-default.home.fixed .in-menu-logo {
    display: block;
}

.interface-complementary-area {
    width: 360px !important;
}

.wp-block-table td {
    border: 1px solid;
    padding: 10px;
}

.images-block img {
    flex: 1;
    object-fit: cover;
    width: 100%;
}

.annita-icon {
    text-align: center;
    padding: 20px 20px 0;
}

.annita-icon img {
    max-width: 40px;
}

.annita-pop {
    display: none;
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 35px 35px 20px;
    width: 90%;
    text-align: center;
    font-size: 18px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 50;
    transform: translate(-50%, -50%);
}

.annita-pop.active {
    display: block;
}

.annita-pop img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}

.ask-annita .annita-pop p {
    font-size: 18px;
    line-height: 22px;
}

.elena-icon {
    text-align: center;
    padding: 10px 20px 20px;
}

.elena-icon img {
    max-width: 40px;
}

.elena-pop {
    display: none;
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 35px 35px 20px;
    width: 90%;
    text-align: center;
    font-size: 18px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 50;
    transform: translate(-50%, -50%);
}

.elena-pop.active {
    display: block;
}

.elena-pop img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}

.elenas-diary .elena-pop p {
    font-size: 18px;
    line-height: 22px;
}

.btn-stars {
    min-width: 130px;
    padding: 16px;
}

blockquote.tiktok-embed {
    background: transparent;
    padding: 0;
}

/* .single main .content-block-acf__innerblocks section.content.centertext-block {
    padding-right: 140px;
} */

.centertext-block p img {
    max-width: 100%;
    height: auto;
}

.images-block figure {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 430px;
    margin-bottom: 0;
}

@media screen and (max-width: 1580px) { 

    .search-form.active .main-menu {
        gap: 40px;
    }

    .cover-description {
        padding-left: 20px;
    }

    .cover-description .btn-primary {
        margin-top: 20px;
    }

    .legend {
        padding: 60px 60px 20px;
    }

    .category .super-title,
    .search .super-title,
    .newsblock .super-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px !important;
    }

}

@media screen and (max-width: 1400px) { 

    .main-menu {
        display: flex !important;
    }

    .search-form.active .main-menu {
        gap: 20px;
    }

    .in-menu-logo a {
        margin-right: 0px;
    }

    .megamenu-nav {
        padding: 0;
    }

    .recommended .post .post-content {
        margin-bottom: 20px;
        padding-right: 15px;
    }

    .recommended article.post h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .recommended .col-12:last-child .post .post-content {
        margin-bottom: 0;
        margin-top: 20px;
        padding-right: 15px;
    }

    .recommended .post .post-content .tag-line {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .recommended .post .super-title {
        font-size: 20px;
    }

    /* .content-block-acf__innerblocks .content, .content-block-acf__innerblocks section {
        margin-right: 140px;
    } */

    .content-block-acf__innerblocks .content.imagetext-block:first-child {
        margin-right: 0;
    }

    .stars h3 {
        font-size: 15px;
    }

    .legend {
        padding: 60px 60px 20px;
    }

    .cover-description h2 {
        /* font-size: 36px; */
        /* line-height: 40px; */

        /* Changed based on Adobe XD: Flow 2 > GRACE - HOMEPAGE (1366 X 768) */
        font-size: 42px;
        line-height: 46px;
    }

    .cover-description .excerpt {
        font-size: 20px;
        line-height: 26px;
    }

    .newsblock .newsblock-title.title-left h2,
    .newsblock .newsblock-title.title-left.no-line.with-ad h2,
    .videos h2,
    .opinions h2,
    .legends h2,
    .culture h2,
    .newsblock .newsblock-title.title-left.no-line h2 {
        font-size: 50px;
    }

    article.post h3 {
        font-size: 22px;
        line-height: 26px
    }

    .category .super-title,
    .search .super-title,
    .newsblock .super-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px !important;
    }

    .article-intro h2.font-heading.main-title, .article-intro h1.font-heading.main-title {
        font-size: 50px;
        line-height: 54px;
    }

    .article-intro h2, .article-intro h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .ask-annita p {
        font-size: 22px;
        line-height: 26px;
    }

    .ask-annita h3 {
        font-size: 50px;
        line-height: 52px;
    }

    .stars p {
        font-size: 30px;
        line-height: 44px;
    }

    .stars h2 {
        font-size: 50px;
    }

    .elenas-logo {
        top: -28px;
    }

    .videos.nobg h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .ask-annita p + p {
        font-size: 18px;
        line-height: 24px;
    }

    .pull-left {
        /* margin-left: 0;
        margin-right: 0; */
        margin-left: calc(-16.66666667% + 18px);
    }
}

@media screen and (max-width: 1200px) { 

    .main-menu li {
        min-width: 0;
    }

    .main-menu li a {
        font-size: 13px;
    }

    .footer-nav {
        gap: 20px;
    }

    .fixed .main-menu {
        display: flex !important;
    }

    .featured-title h1 {
        font-size: 52px;
        line-height: 58px;
    }

    .article-intro h2.font-heading.main-title, .article-intro h1.font-heading.main-title {
        font-size: 42px;
        line-height: 48px;
    }

    .stars h3 {
        font-size: 12px;
    }

    .content-block-acf__innerblocks .content, .content-block-acf__innerblocks section {
        margin-right: 0;
    }

    .content-block-acf__innerblocks .imagetext-block .col-lg-4,
    .content-block-acf__innerblocks .imagetext-block .col-4 {
        width: 100%;
        margin: 0;
    }

    .pull-left {
        margin: 0;
    }
}

@media screen and (max-width: 992px) { 

    .logo {
        width: 130px;
    }

    .logo span, .logo h1 {
        font-size: 6px;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 150;
        background: var(--white);
    }

    header {
        display: block;
    }
    
    .in-menu-logo {
        display: none;
    }

    .stickybar {
        top: 92px;
    }

    .main-menu {
        padding: 16px 0;
        display: flex !important;
        justify-content: space-evenly !important;
        flex: 1;
    }

    .fixed .in-menu-logo {
        display: none;
    }

    .page-template-default.home.fixed .in-menu-logo {
        display: none;
    }

    blockquote {
        font-size: 30px;
        line-height: 36px;
    }

    .cover-description {
        padding-left: 0;
        padding-top: 26px;
    }

    .cover-description .super-title {
        font-size: 20px;
    }

    .featured-title h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .article-intro h2, .article-intro h1 {
        font-size: 20px;
        line-height: 26px;
    }

    time .day {
        font-size: 36px;
        line-height: 36px;
    }

    .container.featured-title {
        max-width: 100%;
        width: 100%;
        left: 0;
        transform: translateX(0);
        justify-content: center;
    }

    .featured-title .cover-description {
        padding: 0;
        margin-bottom: 20px;
    }

    .article-intro .article-credits {
        flex-wrap: wrap;
    }

    .recommended h2 {
        font-size: 52px;
    }

    .recommended .post {
        flex-direction: column;
        align-items: center;
    }

    .recommended .post .article-image {
        width: 100%;
        padding: 0 20px;
    }

    .recommended .post .post-content {
        position: relative;
        z-index: 1;
        margin-bottom: 0;
        padding: 0 20px;
    }

    .recommended .col-12:last-child .post::after {
        bottom: 0;
        top: auto;
    }

    .recommended .col-12:last-child .post .post-content {
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .culture.vima .col-12:last-child article.post {
        display: block;
    }

    .culture.vima article.post h3 {
        text-align: center;
    }

    .megamenu .page-links {
        margin-left: 30px;
    }

    .article-intro h2.font-heading.main-title, .article-intro h1.font-heading.main-title {
        margin-left: 0;
    }

    .eq {
        height: auto !important;
    }

    .toggle-search-wrapper {
        width: max-content;
    }

    .ask-annita.podcast img {
        max-width: 264px;
    }

    body:not(.home) .main-nav-container {
        border-top: 1px solid var(--border-color);
    }
}

@media screen and (max-width: 991px) {
    .stars .stars-astrologist-img {
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    
    .main-menu {
        padding: 16px 0;
        gap: 10px;
    }

    .logo {
        width: 130px;
    }

    .logo span, .logo h1 {
        font-size: 6px;
    }

    .in-menu-logo a {
        width: 70px;
        display: block;
        margin-right: 20px;
    }

    .footer-nav {
        gap: 20px;
        border-bottom: 0 none;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        width: 30%;
        text-align: center;
        margin: 0 auto !important;
        padding: 0;
    }

    .cover-story {
        margin-top: 0;
        overflow: hidden;
    }

    .cover-description {
        text-align: center;
        margin-top: 40px;
        align-items: center;
        padding: 0 40px;
    }

    .ad-row {
        padding: 50px 0;
        min-height: 700px;
    }

    .ad-row .container {
        position: sticky;
        top: 100px;
    }

    main section {
        margin: 50px 0;
    }

    .top-stories h2 {
        font-size: 52px;
        line-height: 52px;
        text-align: center;
    }

    article.post h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    article.post .author-name {
        font-size: 12px;
        line-height: 12px;
    }

    .videos h2 {
        font-size: 52px;
        line-height: 52px;
    }

    .videos h2::after {
        bottom: 14px;
    }

    .videos h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .videos.nobg h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .opinions h2 {
        font-size: 52px;
        line-height: 52px;
    }

    .opinions h2::after {
        bottom: 14px;
    }

    .opinions .post {
        display: flex;
        flex-direction: row;
        gap: 35px;
        padding: 0;
        border: 0 none;
        margin-bottom: 35px;
    }
    
    .opinions .col-12:nth-child(2) .post {
        flex-direction: row-reverse;
    }

    .opinions .col-12:last-child .post {
        border-bottom: 1px solid var(--border-color);
    }

    .opinions .post h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .opinions .post .post-content {
        width: 50%;
        flex-shrink: 0;
        flex-basis: 50%;
        display: block;
    }

    .daily-moto h2 {
        font-size: 36px;
    }

    .daily-moto .quote h3 {
        font-size: 40px;
    }

    .daily-moto .quote p {
        font-size: 18px;
    }

    .magazine-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }

    .magazine h3 {
        position: relative;
        font-size: 30px;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .good-life h2 {
        font-size: 52px;
        line-height: 52px;
        text-align: center;
        display: block;
    }

    .best-of h2 {
        font-size: 52px;
        line-height: 52px;
        text-align: center;
    }

    .ask-annita h3 {
        font-size: 42px;
        line-height: 42px;
    }

    .ask-annita h3 a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .ask-annita h3 br {
        display: none;
    }

    .ask-annita p {
        font-size: 26px;
        line-height: 30px;
    }

    .ask-annita::before {
        transform: translateX(-50%);
    }

    .ask-annita::after {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .culture h2 {
        font-size: 52px;
        line-height: 52px;
    }

    .culture h2::after {
        bottom: 14px;
    }

    .culture article.post h3 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin: 0 auto 15px;
    }

    .culture article.post {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 35px;
    }

    .culture .col-12:last-child article.post {
        display: flex;
        gap: 35px;
        text-align: left;
    }

    .culture.faces article.post h3,
    .culture .col-12:last-child article.post h3 {
        text-align: center;
    }

    .culture.talks article.post h3,
    .culture.talks article.post .author-name,
    .culture.talks article.post .tag-line {
        text-align: center;
    }

    .culture.vima .col-12:last-child article.post {
        display: block;
    }

    .culture.vima article.post h3 {
        text-align: center;
    }

    .stars h2 {
        font-size: 52px;
        line-height: 52px;
        padding-left: 0;
    }

    .stars h2::before {
        transform: rotate(45deg) translate(-15px, 15px); 
    }

    .stars p {
        font-size: 26px;
    }

    .stars p strong {
        font-size: 36px;
    }

    .legend {
        padding: 30px 20px 20px;
    }

    .legends h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .elenas-diary {
        margin: 80px 0;
        padding: 40px 0 50px;
    }

    .elenas-diary .article-row {
        margin-top: 55px;
    }

    .elenas-logo {
        top: -60px;
    }

    .elenas-logo::before {
        bottom: -15px;
    }

    .diary-insta {
        font-size: 16px;
    }

    .my-self h2 {
        font-size: 52px;
        line-height: 52px;
        text-align: center;
        padding-bottom: 20px;
    }

    .my-self {
        overflow: hidden;
    }

    .my-self article.post {
        text-align: center;
        border-bottom: 1px solid var(--border-color);
        height: 100%;
        padding-bottom: 20px;
    }

    .megamenu .logo {
        width: 130px;
    }

    .megamenu .top .close {
        font-size: 12px;
    }

    .megamenu .bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }

    .megamenu-nav {
        font-size: 32px;
        padding: 0 5rem;
    }

    .megamenu .page-links {
        margin: 0 auto;
        display: flex;
        gap: 40px;
    }

    .megamenu .bottom p {
        margin: 0 auto;
    }

    .megamenu-nav > li {
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 30px;
        flex-direction: column;
        gap: 0;
    }

    .megamenu-nav > li:last-child {
        margin-bottom: 0;
    }

    .megamenu-nav > li.item-has-children > a::before {
        content: '';
        background: var(--text-color);
        width: 29px;
        height: 1px;
        display: none;
        position: absolute;
        right: 0;
        bottom: 24px;
        transform: rotate(90deg);
    }

    .megamenu-nav > li.item-has-children > a::after {
        height: 1px;
        left: auto;
        right: 0;
    }

    .megamenu-nav > li.item-has-children a {
        width: 100%;
    }

    .megamenu-nav .sub-menu {
        display: none;
        position: relative;
        width: 100%;
        height: auto;
        margin: 10px 0 30px;
    }

    .megamenu-nav ul {
        position: relative;
        left: 0;
        list-style: none;
        font-size: 20px;
        gap: 5px;
        bottom: 0;
        font-weight: 500;
        padding: 0;
        display: none;
        flex-direction: column;
    }

    .megamenu-nav > li.open .sub-menu {
        display: flex;
    }

    .megamenu-nav > li.item-has-children.open > a::before {
        display: none;
    }

    .searchform {
        width: 80%;
    }

    .newsblock .newsblock-title.title-left.no-line h2,
    .newsblock .newsblock-title.title-left h2,
    .newsblock .newsblock-title.title-center.line-before h2 {
        font-size: 52px;
        line-height: 52px;
    }

    .footer-low-nav {
        gap: 15px;
        align-items: center;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 30px !important;
    }

    .in-intro-date {
        margin-bottom: 20px;
    }

    .in-intro-date time {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .in-intro-date time .day {
        font-family: var(--font-alt);
        font-size: 16px;
        color: var(--black);
    }

    .share {
        margin: 0 !important;
    }

    .share-widget .social-icons {
        top: -10px;
    }
    
    .single main section {
        margin: 15px 0;
    }
    .ask-annita.podcast {
        margin: 26px 0;
    }

    .page-template-default.home main section {
        margin: 50px 0;
    }

    /* .pull-left {
        margin: 0;
    } */

    .error404 h1 {
        font-size: 80px;
    }

    .legends article.post h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .popup-swiper {
        padding: 4rem 1rem;
    }

    .popup-swiper .slider-number {
        font-size: 40px;
    }

    .content-block-acf__innerblocks .editor-picks .col--editor-picks {
        width: 50%;
        margin: 0;
    }

    .video-wrapper.thumb-video.large-mag-video {
        aspect-ratio: 3 / 4;
    }

}

@media screen and (max-width: 610px) { 
    
    header {
        position: sticky;
        top: 0;
        z-index: 150;
        background: var(--white);
    }

    .stickybar {
        display: none;
    }

    .logo {
        width: 114px;
    }

    .logo span, .logo h1 {
        display: none;
    }

    .videos {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .videos.nobg {
        background: var(--text-color);
        padding: 20px 0;
        color: var(--white);
        margin-top: -1px;
    }

    .videos.nobg a {
        color: var(--white);
    }

    .videos.nobg article {
        border-bottom: 0 none;
    }

    .opinions .post {
        display: block;
    }

    .opinions .post .post-content {
        width: 100%;
    }

    .opinions .col-12:last-child .post {
        border-bottom: 0 none;
    }

    .top-stories h2,
    .videos h2,
    .opinions h2,
    .daily-moto h2,
    .magazine h3,
    .good-life h2,
    .best-of h2,
    .ask-annita h3,
    .culture h2,
    .stars h2,
    .legends h2,
    .my-self h2 {
        font-size: 40px;
        line-height: 40px;
    }

    article.post h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .daily-moto .quote h3 {
        font-size: 30px;
    }

    .magazine {
        padding: 30px 0;
    }

    .magazine-grid {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .culture .col-12:last-child article.post {
        display: block;
    }

    .stars h3 {
        display: none;
    }

    .stars .stars-astrologist-img {
        height: 70px;
        width: 70px;
    }

    .cover-description {
        padding: 0 20px;
    }

    .megamenu-nav {
        font-size: 32px;
        padding: 0 20px;
    }

    .search-form {
        overflow-y: scroll;
    }

    .search-form footer {
        margin-top: 30px;
    }

    .searchform {
        width: 90%;
    }

    .culture img.vima {
        width: 180px;
        top: -20px;
    }

    .newsblock .newsblock-title.title-left.no-line h2,
    .newsblock .newsblock-title.title-left h2,
    .newsblock .newsblock-title.title-center.line-before h2 {
        font-size: 40px;
        line-height: 40px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .newsblock .newsblock-title.title-left h2::after {
        display: none;
    }

    .featured-title h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .article-featured {
        min-height: 360px;
    }

    .article-featured img {
        min-height: 360px;
        object-fit: cover;
    }

    .recommended h2 {
        font-size: 36px;
    }

    .gallery-grid {
        gap: 8px; 
    }

    .gallery-grid .thumb {
        position: relative;
        width: 30%;
    }

    .article-content .content .container {
        padding: 0;
    }

    .article-content .container .container {
        padding: 0;
    }

    blockquote {
        font-size: 26px;
        line-height: 32px;
        padding-right: 0;
        width: 100%;
    }

    .category h1,
    .category-template h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .error404 h1 {
        font-size: 50px;
    }
    
    .page-template-default.home main section.cover-story {
        margin-top: 0;
    }

    .cover-story .article-image img {
        min-height: 360px;
        object-fit: cover;
    }

    .page-template-default.home main section.videos {
        margin-bottom: 0;
    }

    .page-template-default.home main section.videos.nobg {
        margin-top: 0;
    }

    .popup-swiper .swiper-slide {
        padding: 0 60px;
        flex-direction: column;
    }

    .popup-swiper .swiper-slide:nth-child(even) {
        flex-direction: column;
    }

    .content-block-acf__innerblocks .editor-picks .col--editor-picks {
        width: 100%;
        margin: 0;
    }

    .opinions .author {
        min-height: auto;
        margin-top: 15px;
    }

    .opinions .author img {
        max-width: 70px;
    }

    .cover-description h2 {
        font-size: 30px;
    }

    body.home .cover-story:first-child .cover-description h2 {
        line-height: 36px;
    }

    .newsblock .newsblock-title.title-left h2 a {
        flex-shrink: 1;
    }

    .stars .container {
        padding: 50px 20px 60px;
    }

    .wp-pagenavi a span {
        display: none;
    }

    .btn-stars {
        padding: 12px;
    }

}

/* sidebar ad fixes */

/* .content-block-acf__innerblocks.next-to-sidebar {
    flex: 0 100%;
} */

.next-to-sidebar-legends {
    flex: 0 100%;
}

.next-to-sidebar:not(.content-block-acf__innerblocks) {
    flex: 0 100%;
}

.sidebar {
    display: none;
}

@media (min-width: 992px) {

    /* .content-block-acf__innerblocks.next-to-sidebar {
        flex: 0 calc(83.3% - 360px);
    } */

    .next-to-sidebar-legends {
        flex: 0 calc(91.6% - 360px);
        width: 100%;
    }

    .next-to-sidebar:not(.content-block-acf__innerblocks) {
        flex: 0 calc(100% - 360px);
    }

    .sidebar {
        flex: 0 360px;
    }

    .px-lg-25 {
        padding-left: var(--bs-gutter-x,.75rem) !important;
        padding-right: var(--bs-gutter-x,.75rem) !important;
    }
}


@media (min-width: 1200px) {

    .content-block-acf__innerblocks.next-to-sidebar {
        max-width: calc(83.33333333% - 360px);
    }

}

@media (min-width: 1400px) {

    /* .content-block-acf__innerblocks.next-to-sidebar {
        flex: 0 calc(83.33333333% - 390px);
        padding-right: 8.33333333%;
    } */

    .content-block-acf__innerblocks.next-to-sidebar {
        max-width: calc(75% - 390px);
    }

    .next-to-sidebar-legends {
        flex: 0 calc(91.6% - 390px);
        width: 100%;
    }

    .next-to-sidebar:not(.content-block-acf__innerblocks) {
        flex: 0 calc(100% - 390px);
    }

    .sidebar {
        flex: 0 390px;
    }

}

/* title responsive fixes */
@media (max-width: 575.98px) {
    
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {
    
}

.mainsite {
    height: auto !important;
}