/* CSS FOR HBA  */
@font-face {
    font-family: 'Didot-italic';
    src: url("../../fonts/didot/didot-italic.ttf") format('truetype');
}

@font-face {
    font-family: 'Didot-regular';
    font-weight: 400;
    src: url("../../fonts/didot/didot-regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Didot-bold';
    src: url("../../fonts/didot/didot-bold.otf") format('opentype');
}

@font-face {
    font-family: 'Gotham-regular';
    font-weight: 400;
    src: url("../../fonts/Gotham/gotham-pro-regular.otf") format('opentype');
}

*, body {
    -webkit-text-stroke: 0.25px;
    -webkit-font-smoothing: antialiased;
}

button, button:focus {
    outline: 0;
}

#masthead .top-header-contain {
    display: none;
}

.footer-top {
    display: none;
}

body.single .entry-content a:hover {
    color: #ceb681!important;
}
body.single .footer-top {
    display: block;
}
.site-header .nav1 .main-menu>li>a, .h-dh .site-header .nav1 .main-menu>li.worldoffashionmenu.current-menu-item a {
    font-family: 'Montserrat-Light';
    font-weight: normal;
    font-size: 14px;
    color: #555;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.site-header .nav1 .main-menu>li>a:hover {
    text-decoration: none;
}

body .site-breadcrumb {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.nav1 .main-menu>li>a, .mobile-menu-toggle {
    font-family: 'Gotham-regular',sans-serif;
    font-weight: 400;
}

.h-db .middle-header-contain {
    /*border-bottom: 1px solid #ccc;*/
}
.h-dh .site-header .nav1 .main-menu>li {
    margin: 0 1rem;
    padding: 0.3rem 0;
}
.h-dh.home .site-header .nav1 .main-menu>li, .h-dh.single .site-header .nav1 .main-menu>li, .h-dh.archive .site-header .nav1 .main-menu>li, .h-dh.search .site-header .nav1 .main-menu>li, .h-dh.error404 .site-header .nav1 .main-menu>li, .h-dh.page-template-default .site-header .nav1 .main-menu>li {
    margin: calc(1rem * 1) 0.5rem;
    padding: 0;
}

.site-header .nav1 .main-menu>li>a:after, .h-dh .site-header .nav1 .main-menu>li>ul.sub-menu>li>a:after, .wp-block-navigation .wp-block-navigation-link__content:after {
    content: "";
    width: 0;
    height: 1px;
    background: #1d1d1b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.entry-content a, .relevant-posts .reated-article-cus article .entry-container .entry-header .entry-title {
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.1em;
    color: #1d1d1b !important;
    text-align: center;
}

.whats-trending-sec article .entry-title {
    margin: 14px 0;
}

a {
    color: #1d1d1b;
    transition: all .2s;
    outline: 0;
}

.site-header .nav1 .main-menu>li>a:hover {
    opacity: 1;
}

.site-header .nav1 .main-menu>li>a:hover:after, .h-dh .site-header .nav1 .main-menu>li>ul.sub-menu>li>a:hover:after, .wp-block-navigation .wp-block-navigation-link__content:hover:after {
    width: 100%;
}

/* FOOTER CSS FOR NEWSLETTER PART */
.site-footer * {
    font-family: 'Futura PT';
}
.site-footer {
    padding-bottom: 30px;
}
.site-footer .footer-widgets {
    padding: 0;
}
.footer-branding .custom-logo-link, .footer-branding .footer-logo-link {
    margin-bottom: 0;
}
.footer-branding .custom-logo-link, .footer-branding .footer-logo-link .footer-logo {
    margin-bottom: -0.5rem;
}
.site-footer .footer-logo-link:hover {
    opacity: 1;
}
.site-footer .footer-widgets .wrapper {
    flex-direction: column;
    /*max-width: 767px;*/
}
.site-footer .footer-widgets .wrapper section:first-child {
    margin-bottom: 36px;
}
.site-footer form.form-subscribe .input-group {
    display: flex;
    justify-content: center;
}

.site-footer form.form-subscribe .input-group input[type='text'] {
    background: transparent;
    border-right: 0;
    width: 50%;
    color: #fff;
    font-size: 14px;
}

.site-footer form.form-subscribe .input-group input[type='button'], .site-footer form.form-subscribe .input-group input[type='button']:hover {
    background: #fff url(../../images/long-arrow.svg) no-repeat 90px center;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Gotham-regular',sans-serif;
    font-size: 16px;
    color: #1d1d1b;
    padding: 16px 56px 16px 19px;
    position: relative;
    transition: all .2s ease;
}

.site-footer form.form-subscribe .input-group input[type='button']:hover {
    background: #fff url(../../images/long-arrow.svg) no-repeat 95px center;
}

.site-footer .footer-parent-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}

.site-footer .newsletter-wrapper {
    display: flex;
    font-size: 25px;
    line-height: 38px;
    padding-right: 15px;
    margin: 0 15px 30px 0;
    justify-content: center;
}

.site-footer .newsletter-wrapper p:first-child {
    font-family: 'Didot-regular',sans-serif;
    font-size: 30px;
    border-right: 1px solid #ceb681;
    padding-right: 15px;
    margin-right: 15px;
}

.site-footer .newsletter-wrapper p:last-child {
    max-width: 350px;
    font-size: 13px;
    line-height: 19px;
}

.site-footer .newsletter-wrapper p:last-child small {
    font-size: 12.8px;
    -webkit-text-stroke: antialiased;
}

.site-footer .newsletter-wrapper p {
    margin: 0;
}

.site-footer .imprint {
    display: none;
}

.site-footer .signup-form .signup-fields {
    display: flex;
}

.site-footer .form-item {
    max-width: 200px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.site-footer .form-item input {
    width: 100%;
}

.site-footer .form-item input:focus,
.site-footer .form-item input:active {
    outline: none;
}

.site-footer .wp-block-navigation {
    justify-content: center;
}

.wp-block-navigation .wp-block-navigation-link__content {
    padding: 0;
    font-size: 12px;
    color: #f7f7f7!important;
    position: relative;
}

.site-footer .wp-block-navigation__container>.wp-block-navigation-link {
    margin: 0 11.5px 0 0;
}

.wp-block-navigation__container>.wp-block-navigation-link:before {
    content: '.';
    margin: -8px 8px 0 0;
}

.wp-block-navigation__container>.wp-block-navigation-link:first-child:before {
    display: none;
}

.site-footer .footer-branding, .site-footer .wp-block-navigation .wp-block-navigation-link__content:hover:after {
    background: #fff;
}

.site-footer .footer-branding .wrapper {
    border-top: 0;
    justify-content: center;
}

.site-info {
    padding: 0;
    max-width: 782px;
    margin: 0 auto;
    text-align: center;
}
.site-footer .site-info .copyright {
    font-size: 12px;
    margin: 1rem 0;
    line-height: 14px;
    opacity: .6;
}
.site-info .site-info-contain:first-child {
    padding: 0;
}

.footer-widgets section>.wp-block-columns {
    margin-bottom: 0;
}

.site-footer .site-info .widget-area .wrapper, .site-footer .site-info .site-info-contain:first-child {
    border-top:1px solid hsla(0,0%,96.9%,.3411764705882353);
    opacity:.6;
    padding: 10px 0;
}

@media only screen and (max-width:767px) {
    .site-footer .footer-parent-wrapper {
        flex-direction: column;
    }
    .site-footer .footer-widgets .wrapper {
        max-width: 90%;
    }

    .site-footer .newsletter-wrapper {
        flex-direction: column;
        align-items: center;
        border-right: 0;
        padding-right: 0;
        padding-bottom: 15px;
        font-size: 21px;
    }

    .site-footer .newsletter-wrapper p:first-child {
        border-bottom: 1px solid #ceb681;
        border-right: 0;
        padding: 0 14px 14px;
        margin-bottom: 14px;
        margin-right: 0;
    }

    .site-footer .newsletter-wrapper p:last-child {
        text-align: center;
    }

    .site-footer .wp-block-navigation ul {
        justify-content: center;
    }

    .site-footer .signup-form .signup-fields {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .form-item {
        max-width: 100%;
        margin-bottom: .4rem;
        width: 100%;
    }
    .site-footer form.form-subscribe .input-group input[type='text'] {
        width: 100%;
    }
    .site-footer form.form-subscribe .input-group input[type='button'], .site-footer form.form-subscribe .input-group input[type='button']:hover {
        background-image: none;
        padding: 17px 11px;
        font-size: 14px;
    }
}

/* FOOTER CSS FOR NEWSLETTER PART */
/* CSS FOR ARTICLE PAGES */
.cat-links a {
    background-color: transparent;
    color: #1d1d1b;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: all .2s;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    font-weight: normal;
}

.single .entry-title {
    font-family: 'Didot-italic',sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 25px;
}

.single.single-gallery .entry-title {
    font-size: 2.3em;
    line-height: 64px;
}

.single .entry-subhead .entry-meta {
    display: flex;
    align-items: center;
}

.single .entry-subhead .entry-meta .byline {
    margin-right: 0;
}

.single .entry-header p {
    font-size: 16px;
}

.single .entry-subhead .entry__share>span {
    margin-right: 10px;
}

.single span.posted-on {
    font-size: 14px;
    font-family: 'Gotham-regular', sans-serif;
    color: #d4b57a;
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
    display: flex;
    line-height: 1;
    letter-spacing: 0.3px;
}

.single span.posted-on:before {
    content: '/';
    display: block;
    height: 14px;
    width: 2px;
    /* background: #58585b; */
    position: absolute;
    left: 0;
    bottom: 0;
    color: #1d1d1b;
}

.single span.posted-on:after {
    left: initial;
    right: 0;
}

.video-wrapper,
.youtube-video-container {
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-wrapper iframe,
.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .single .entry-title {
        font-size: 1.6em;
        margin: 0;
    }
    .single .main-content>.post-thumbnail:first-child {
        margin-top: 0;
    }
}

/* CSS FOR ARTICLE PAGES */
/* CSS FOR CATEGORY PAGES */
.category .page-header {
    margin-bottom: 0;
}

.category .page-title {
    font-size: 15px;
}

.category .page-title span.page-subtitle,
.comments-area, .category .page-title, .archive.author .page-header {
    display: none;
}

@media only screen and (min-width: 768px) {
    .archive .has-post-thumbnail .post-thumbnail,
    .blog .has-post-thumbnail .post-thumbnail,
    .search .has-post-thumbnail .post-thumbnail {
        flex-basis: 47.5%;
        max-width: 47.5%;
        margin: 0 !important;
        max-height: 221px;
        overflow: hidden;
    }
    .archive .has-post-thumbnail .entry-container, .blog .has-post-thumbnail .entry-container, .search .has-post-thumbnail .entry-container {
        padding-left: 32px;
    }
}
@media only screen and (min-width: 782px) {
    .archive .has-post-thumbnail .entry-container,
    .blog .has-post-thumbnail .entry-container,
    .search .has-post-thumbnail .entry-container {
        flex-basis: 60%;
        padding-top: 12px;
    }

    .bottom-header-contain .wrapper {
        border: none;
    }
}

@media only screen and (min-width: 960px) {
    .site-breadcrumb {
        margin-top: 3.5rem;
    }
    .single .site-breadcrumb, .archive .site-breadcrumb {
        margin-top: 1rem;
    }

    .site-content {
        margin-top: .5rem;
    }
}

/* CSS FOR CATEGORY PAGES */
.site-breadcrumb .wrapper>span {
    font-size: 0.7em;
}

/* CSS FOR SLIDER */
.slick-slider {
    position: relative;
}
.slick-slide img {
    margin: 0 auto;
}
.slick-arrow,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    font-size: 0;
    background: #000;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    z-index: 9999;
    border-radius: 0;
    position: absolute;
    top: 50%;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    width: 13px;
    height: 20px;
    text-align: center;
    background: url(../../images/arrow-left.svg) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.slick-next:before {
    background: url(../../images/arrows.svg) no-repeat center;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}

@media only screen and (max-width: 1023px) {

    /* .slick-arrow,
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        font-size: 25px;
        width: 30px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    } */
}

/* .entry-meta .byline a,
.entry-meta .byline a:hover {
    color: #515151;
} */

.single-videos .post-thumbnail {
    display: none;
}

/* CSS FOR SLIDER */
/* CSS FOR SHARE ICONS ARTICLE PAGES */

.entry__share .share-content a {
    font-size: 0;
}

.entry__share span.icon {
    font-size: 19px;
    font-weight: 400;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    padding-right: 0;
    display: inline-block;
}

.entry__share span.icon.fb {
    background: #2f6099;
}

.entry__share span.icon.twitter {
    background: #25c4f0;
}

.entry__share span.icon.envelope {
    background: #ffd300;
}

.entry__share span.icon.linkedin {
    background: #3f729b;
}

span.icon:hover .fa {
    transform: scale(1.1);
}

/* CSS FOR SAHRE ICONS ARTICLE PAGES */
@media only screen and (min-width: 320px) {

    .single .entry-subhead .entry__share {
        display: flex;
        align-items: center;
    }

    .single .entry-subhead .entry-meta {
        flex-grow: initial;
    }
}

.error-msg,
.suc-msg {
    color: #c60017;
    margin: 5px auto;
    font-size: 14px;
    top: 45px;
    width: 500px;
}

.suc-msg {
    color: #008000;
}

.cus-outer-parent {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.author .page-header {
    align-items: center;
}

.author .page-title .page-subtitle {
    display: none;
}

.author .page-title {
    margin-bottom: 0;
}

@media only screen and (min-width:768px) {
    .cus-inner-elements {
        flex: 0 0 50%;
        padding: 0 10px;
        margin-bottom: 2rem;
    }
    .fixed-navbar .middle-header-contain .wrapper {
        padding: 16px 40px;
    }
    .fixed-navbar .middle-header-contain .wrapper img.custom-logo {
        max-width: 128px;
    }
    .fixed-navbar .bottom-header-contain {
        display: none !important;
    }
}

.cus-inner-elements {
    margin-bottom: 1rem;
}

.cus-inner-elements a {
    font-size: 1em;
    display: block;
    font-weight: 500;
    transition: all 0.5s;
    color: #000;
}

.cus-inner-elements small {
    font-size: 14px;
    color: #A5A5A5;
    line-height: normal;
}

.cus-inner-elements a:hover {
    color: #4a4a4a;
}

@media only screen and (min-width: 782px) {
    .site-content {
        margin-top: 0.5rem;
    }
}

@media only screen and (min-width: 600px) {
    .single .entry-subhead {
        justify-content: flex-start;
    }
}

/* CSS FOR LISTING PAGE */
.power-main-bg {
    padding: 0 40px;
    display: flex;
    margin-top: 60px;
}

.tax-list-title {
    font-size: 2em;
    font-weight: bold;
    color: #111;
}

.power-main-bg img {
    max-width: 325px;
    margin: -40px 0 40px;
}

.right-elmnt {
    margin: 10px 0 0 40px;
    color: #fff;
}

.power-publs-date {
    font-size: 13px;
    margin: 15px 0;
}

.power-lead-text {
    font-size: 18px;
}

.right-elmnt .page-title {
    font-size: 32px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .power-main-bg {
        flex-direction: column;
        padding: 0 10px 15px;
    }

    .power-main-bg img {
        max-width: 318px;
        margin: -40px 0 30px;
    }

    .right-elmnt {
        margin: 10px 0 0 0;
        text-align: center;
    }

    .right-elmnt .page-title {
        font-size: 16px;
    }
}


.content-right {
    position: relative;
    padding: 30px 20px 15px;
    text-align: center;
}

.cus-inner-elements .cus-inner {
    position: relative;
}

.content-right p {
    margin: 0;
    color: #fff;
    z-index: 1;
    position: relative;
}

.img-left img {
    width: 100%;
    height: auto;
}

.content-right .title__name {
    font-size: .9em;
}

.content-right .title__name span {
    font-size: 1.2em;
    padding-right: 0;
    position: relative;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    display: block;
    background: #000;
    color: #fff;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border-radius: 50%;
}

.content-right .title__name span:after {
    position: absolute;
    content: '';
    background-color: #C4161C;
    bottom: 4px;
    right: 3px;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50px;
    display: none;
}

.content-right .designation {
    font-size: .7em;
    display: none;
}

.category-lists .cus-inner-elements > small {
    display: none;
}
.archive.tax-list .img-left img {
    height: auto;
}
.cus-inner-elements .post-thumbnail {
    margin: 0;
}
.tax-list .page-header {
    margin-bottom: 1rem;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/* CSS FOR FIXED HEADERS */
.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    animation: smoothScroll 0.5s forwards;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-150px);
        -webkit-transform: translateY(-150px);
        -moz-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        -o-transform: translateY(-150px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

/* CSS FOR RELATED ARTICLES */

.reated-article-cus article figcaption {
    display: none;
}

.reated-article-cus .entry-title {
    font-size: 1.2em;
}

.reated-article-cus .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* flex-direction: column; */
}

.reated-article-cus .author-avatar {
    display: none;
}

.reated-article-cus .entry-header {
    padding-bottom: 5px;
    border-bottom: none !important;
}
.reated-article-cus article {
    max-width: 250px!important;
    margin: 0 24px 0 0!important;
}
.reated-article-cus article .post-thumbnail {
    width: 250px;
}
@media only screen and (min-width: 768px) {
    .reated-article-cus {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -10px;
    }
}

@media only screen and (min-width: 782px) {
    .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type {
        display: flex;
    }
    .archive:not(.paged).feature-latest article.entry:first-of-type .entry-title {
        font-size: 22px;
    }
    .search-results article.gallery {
        flex-flow: initial;
        /* width: 50%; */
    }

    .single-lists main#main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .category-power-50 main#main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: auto;
    }

    .category-power-50 main#main .main-content {
        width: 65%;
    }

    .tax-list main#main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: auto;
    }

    .tax-list main#main .main-content {
        width: 100%;
    }
}

@media only screen and (min-width: 1023px) {
    .tax-list main#main .main-content {
        width: 65%;
    }

}

.single-lists .entry-header .cat-links {
    background-color: transparent;
    color: #1d1d1b;
    display: inline-block;
    /* margin: 0; */
    padding: 0;
}

@media only screen and (min-width: 782px) and (max-width: 991px) {

    .archive #main,
    .blog #main,
    .search #main,
    .page .main-content,
    .single .main-content,
    .archive #secondary,
    .blog #secondary,
    .search #secondary,
    .page #secondary,
    .single #secondary {
        width: 100%;
    }
}


.blog .cat-links a, .archive .cat-links a, .search .cat-links a{
    padding: 0.25em 0;
    color: #1d1d1b !important;
    transition: all .2s;
    text-decoration: none;
    font-family: 'Gotham-regular',sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.blog .cat-links a + a, .archive .cat-links a + a, .search .cat-links a + a {
    margin-left: 13px;
    position: relative;
}
.blog .cat-links a + a:before, .archive .cat-links a + a:before, .search .cat-links a + a:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #1d1d1b;
    border-radius: 100%;
    margin-top: -2px;
}

.wpnbha.ts-2 article .entry-wrapper p, .wpnbha.ts-2 article .entry-wrapper .more-link, .wpnbha.ts-2 article .entry-meta {
    font-size: 12px !important;
}

.entry-meta .byline, .wpnbha.image-alignleft.has-more-button .entry-meta strong {
    text-transform: uppercase;
    font-family: 'Gotham-regular',sans-serif;
    margin-right: 0 !important;
    font-weight: 400;
    color: #1d1d1b;
}
.wpnbha.image-alignleft.has-more-button .entry-meta strong i {
    font-style: normal;
    text-transform: capitalize;
}

.wpnbha.has-text-color .entry-meta span:not(.avatar) {
    opacity: 1!important;
}

article .wp-block-columns .wp-block-column .section-title, .relevant-heading, .more-frm-blk .timeout-separator__title {
    margin-bottom: 0;
    margin-top: 30px;
    font-family: 'Montserrat-Light';
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
}
.relevant-heading {
    text-align: center;
}
.more-frm-blk .timeout-separator__title {
    text-align: center;
    margin-bottom: 50px;
}
.more-frm-blk .four-col article .entry-content, .trending-block article .entry-content  {
    display: none;
}
.home .latest-news-ctr article .entry-title {
    margin: 0 0 15px;
}
.home .entry-title a:hover {
    text-decoration: underline;
}
.entry-meta * {
    font-size: 12px;
}
.entry-meta .byline + .entry-date.published, .wpnbha.image-alignleft.has-more-button .entry-meta .entry-date.published {
    color: #d4b57a;
    -webkit-text-stroke: initial;
    font-family: 'Futura PT';
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 11px;
    line-height: 1.09091em;
}

.entry-meta .byline + .entry-date.published:before, .wpnbha.image-alignleft.has-more-button .entry-meta strong i:after {
    content: '/';
    color: #1d1d1b;
    margin: 0 5px;
}

.author.vcard a.url {
    font-family: 'Gotham-regular',sans-serif;
    font-size: 12px;
    color: #1d1d1b !important;
    transition: all .2s;
    text-decoration: none;
    text-transform: capitalize;
}

.blog .cat-links a:hover, .archive .cat-links a:hover,.search .cat-links a:hover,.cat-links a:hover, .wpnbha .cat-links a:hover, amp-script .wpnbha .cat-links a:hover {
    text-decoration: none !important;
    color: #d4b57a !important;
}

.author a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .wp-block-columns.home-top-banner-main {
        margin-bottom: 120px;
    }
    .home .home-top-banner {
        max-width: 92%;
        margin: 0 auto;
    }
    .home .home-top-banner figure.post-thumbnail {
        margin-right: 0;
        max-width: 520px;
    }
    .home .home-top-banner figure.post-thumbnail img {
        max-width: 480px;
    }
    .home .wpnbha.image-alignleft.is-4.home-top-banner .entry-wrapper {
        max-width: 50%;
        flex-basis: 50%;
    }
    .home .latest-news-ctr article .entry-title {
        margin: 12px 0 15px;
    }
    article .wp-block-columns .wp-block-column .section-title, .relevant-heading {
        margin-bottom: 40px;
    }
}

.home .home-top-banner article {
    justify-content: center;
    align-items: center;
}

.home .home-top-banner figure.post-thumbnail + .entry-wrapper .cat-links {
    margin-bottom: 24px;
}

.home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title a:hover {
    text-decoration: underline;
}

.home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link {
    font: 100 16px/19px 'Futura PT',sans-serif!important;
    color: #1d1d1b!important;
    padding: 20px 70px 20px 50px;
    text-transform: uppercase;
    border: 1px solid #d7d7d7;
    margin-top: 60px;
    padding: 20px 50px 20px 40px;
    max-width: 220px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}
h4.section-title{
    text-align: center;
}
h4.section-title a{
    text-align: center;
    font-family: 'Montserrat-Light' !important;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
}
.home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link:before {
    content: '';
    background: url(../../images/long-arrow.svg) no-repeat left top;
    width: 26px;
    height: 12px;
    position: absolute;
    left: 150px;
    transition: all .2s ease;
}

.home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link:hover:before {
    left: 155px;
}

.home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title {
    position: relative;
    z-index: 1;
    margin-left: -75px;
}

.home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title a {
    font-size: 2.8rem;
    background: #000;
    color: #fff !important;
    display: inline;
    font-weight: 400;
    line-height: 74px;
    text-decoration: none;
    text-align: left;
    white-space: pre-wrap;
    padding: 5px 20px 10px 7px;
    box-shadow: -10px 0 0 #000;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: 0;
    font-family: 'Didot Italic';
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;*/
}
.home .home-top-banner .cat-links a {
    font-size: 16px;
    letter-spacing: .2em;
    font-family: 'Futura PT';
    font-weight: 300;
    color: #c4a994 !important;
}

@media only screen and (max-width: 1199px) {
    .home .wpnbha.home-top-banner figure.post-thumbnail {
        flex-basis: 48%;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper .cat-links {
        padding-left: 25px;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link {
        margin-left: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .home .home-top-banner article {
        max-width: 660px;
        margin: 0 auto;
    }
    /* .home .wpnbha.home-top-banner figure.post-thumbnail, .home .wpnbha.image-alignleft.is-4.home-top-banner .entry-wrapper {
        flex-basis: 50%;
    } */
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title {
        margin-left: -25px;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title a {
        font-size: 30px;
        line-height: 51px;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper .cat-links {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link {
        margin-top: 30px;
        padding: 15px 40px 15px 30px;
        max-width: 200px;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link:before {
        left: 140px;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link:hover:before {
        left: 150px;
    }
    .more-frm-blk .four-col article.entry .entry-container .entry-title {
        margin-bottom: 10px;
        font-size: 18px!important;
        line-height: 22px!important;
    }
}

@media only screen and (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.hp-block-2 {
        flex-basis: 100%!important;
    }
    header.fixed-navbar .site-header .custom-logo {
        max-width: 128px;
    }
    header.fixed-navbar .middle-header-contain .wrapper {
        padding: 5.5px 14px;
    }
}
@media only screen and (max-width:767px) {
    .wp-block-columns.home-top-banner-main {
        margin: 25px 28px 60px;
    }
    .wpnbha.image-alignleft .post-has-image, .wpnbha.image-alignright .post-has-image {
        flex-direction: column;
    }
    .home .home-top-banner article {
        max-width: 520px;
        margin: 0 auto;
    }
    .home .home-top-banner figure.post-thumbnail {
        text-align: center;
        margin-right: 0;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title {
        margin-left: 0;
        margin-top: -45px;
        text-align: center;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title a {
        font-size: 28px;
        line-height: 30px;
        padding: 5px 10px 10px 0;
    }
    .wpnbha.image-alignleft .post-has-image .post-thumbnail, .wpnbha.image-alignright .post-has-image .post-thumbnail {
        flex-basis: 100%;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link, .home .home-top-banner figure.post-thumbnail + .entry-wrapper .cat-links {
        display: none;
    }
    .home .wpnbha.is-grid > div[data-current-post-id="5"] {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.hp-block-2 {
        margin-bottom: 0;
    }
    .home .wpnbha.is-grid > div[data-current-post-id="5"] article {
        width: 338px;
        min-width: 338px;
        margin: 0 24px 0 0;
    }
    .home .wpnbha.is-grid > div[data-current-post-id="5"] article:last-child {
        margin-right: 0;
    }
    .home .wpnbha.is-grid > div[data-current-post-id="5"] article .entry-wrapper {
        white-space: normal;
    }
    article .section-title {
        text-align: center;
    }
    .more-frm-blk .timeout-separator__title {
        margin-bottom: 30px;
    }
    .article-bottom-news .entry-wrapper{
        min-height: auto !important;
    }
    .footer__list-item{
        text-transform: uppercase;
    }
}
/****************Footer responsive styles***************************/
@media only screen and (max-width:991px) {
    .cat-links a {
        font-size: 12px;
    }
    .entry-content .entry-title a {
        font-size: 18px;
        line-height: 22px;
    }
    footer.site-footer .wp-block-columns .wp-block-column>* {
        margin-bottom: 0;
        margin-top: 0;
    }
    footer.site-footer h2, footer.site-footer h4 {
        margin-bottom: 20px !important;
        margin-top: 10px !important;
    }
    /* .site-header .middle-header-contain .wrapper {
        padding: 0;
        max-width: 90%;
    } */
    footer.site-footer .wp-block-columns .wp-block-column {
        margin-bottom: 5px;
    }
    footer.site-footer .wrapper > .widget_block > .wp-block-columns > .wp-block-column {
        margin-bottom: 0 !important;
    }
    footer.site-footer .wp-block-columns .wp-block-column:nth-child(2) {
        margin-bottom: 0 !important;
    }
    footer.site-footer .wp-block-social-links{
        margin-bottom: 15px !important;
    }
    footer.site-footer .footer-parent-wrapper {
        margin-bottom: 35px !important;
    }
    footer.site-footer .footer-widgets {
        padding: 1rem 0 0.5rem;
    }
    footer.site-footer .wp-block-columns {
        flex-wrap: wrap;
    }
    footer.site-footer .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }
    footer.site-footer .has-dark-gray-color {
        display: none;
    }
    .home h2.section-title {
        font-size: 30px !important;
    }
}

#secondary {
    margin-top: 0;
}

.single #secondary {
    padding-top: 0;
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    .archive.has-sidebar #main, .blog.has-sidebar #main, .search.has-sidebar #main, .single .main-content, .single #secondary {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
    .home .wp-block-columns {
        flex-wrap: wrap;
    }
    .home  .wp-block-column:not(:only-child), .page.home .entry .entry-content .wp-block-columns:last-child > .wp-block-column {
        flex-basis: 100% !important;
    }
}

/* .home .wpnbha.ts-2 article .entry-title {
    line-height: 1.4em;
} */

@media only screen and (min-width: 768px) and (max-width:822px) {
    .tax-list .cus-inner-elements .post-thumbnail, .single-lists .cus-inner-elements .post-thumbnail {
        max-height: 225px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 823px) and (max-width: 1023px) {
    .tax-list .cus-inner-elements .post-thumbnail, .single-lists .cus-inner-elements .post-thumbnail {
        max-height: 241px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1270px) {
    .tax-list .cus-inner-elements .post-thumbnail, .single-lists .cus-inner-elements .post-thumbnail {
        max-height: 195px;
        overflow: hidden;
    }
}

@media only screen and (min-width:1271px) {
    .tax-list .cus-inner-elements .post-thumbnail, .single-lists .cus-inner-elements .post-thumbnail {
        max-height: 241px;
        overflow: hidden;
    }
}

@media only screen and (min-width:992px) {
    .home .home-latest-news {
        max-height: 790px;
        overflow: auto;
    }
    .home .section-latest-news {
        max-height: 790px;
        overflow: hidden;
    }
    .home .home-latest-news::-webkit-scrollbar, .home .home-insight::-webkit-scrollbar {
        display: none;
    }
    .home .home-latest-news, .home .home-insight {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .home .home-insight {
        max-height: 765px;
        overflow: auto;
    }
    .home .section-insight {
        max-height: 765px;
        overflow: hidden;
    }
}

.tax-list .page-header h1.page-title {
    text-transform: inherit;
    font-size: 1.8em;
    font-style: normal;
}
.tax-list .page-header > span {
    font-size: 0.8em;
    font-style: italic;
}
.tax-list .page-header a.tax-list-title {
    color: #1d1d1b !important;
    font-size: 0.875em;
    text-transform: uppercase;
    font-family: "Archivo","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","sans-serif";
    margin: 0 0.35rem 0.75rem 0;
    display: inline-block;
    font-style: normal;
}
.tax-list .taxonomy-description {
    color: #111;
    font-size: 16px;
    font-style: normal;
}
.single-lists .entry-header .cat-links:first-child {
    display: none;
}
/* .single:not(.single-lists) .cat-links:first-child {
    display: block;
} */
.single-lists .article-content .entry-subhead {
    display: none;
}
.single-lists .article-content p.designation {
    font-size: 18px;
}
.single-lists .article-content p.designation .posted-on {
    display: inline-block;
}

@media (min-width:782px) and (max-width: 1510px) {
    .site-header .dd-menu .sub-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu, .site-header .dd-menu .sub-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu, .site-header .dd-menu .sub-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu {
        right: 100%;
        top: 0;
        left: unset;
    }
}

@media (max-width:781px) {
    .archive .entry, .blog .entry, .search .entry {
        margin-top: calc(1 * 1.5rem);
    }
}

/*****************Digital Magazine page styles*****************/
/*.site-header .nav1 .main-menu>li:nth-child(7), .mobile-sidebar .nav1 .main-menu>li:nth-child(7) {
    display: none;
}*/
.postid-59364 .entry-header {
    display: none;
}
.postid-59364 .main-content {
    max-width: 100%;
}
.postid-59364 .main-content .entry-content .alignfull {
    margin-left: auto;
    margin-right: auto;
    width: unset;
}
.postid-59364 .main-content .code-block-1 {
    display: none !important;
}
.postid-59364 .entry-footer, .postid-59364 .post-navigation {
    display: none;
}
.postid-59364 .site-main {
    margin-bottom: 2rem;
}
.single:not(.has-large-featured-image) .entry-header {
    border-bottom: none;
}
@media (max-width: 991px) {
    .postid-59364 .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
    }
    .postid-59364 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
}

.postid-23893 .main-content .entry-content .googleAds {
    display: none;
}

/* NEW CSS */
a:hover {
    text-decoration: underline;
}

/* MAGAZINE BLOCK */
.wp-block-media-text.magazine-subscribe, .wp-block-columns .magazine-subscribe {
    position: relative;
    background: none !important;
    grid-template-columns: 50% auto !important;
}
.wp-block-columns .magazine-subscribe {
    max-width: 753px;
}
.wp-block-media-text.magazine-subscribe:before, .wp-block-columns .magazine-subscribe:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f7f7f7;
    width: 100%;
    height: calc(100% - 60px);
}
.wp-block-media-text.magazine-subscribe figure.wp-block-media-text__media, .wp-block-media-text.magazine-subscribe .wp-block-media-text__content, .wp-block-columns .magazine-subscribe .wp-block-image {
    align-self: flex-start;
}
.wp-block-media-text.magazine-subscribe .wp-block-media-text__content {
    position: relative;
    z-index: 2;
    padding: 44px 0;
}
.magazine-subscribe h2, .wp-block-columns .magazine-subscribe h2 {
    font-family: 'Didot-italic',sans-serif;
    font-size: 36px;
    font-weight: 400;
}
.wp-block-columns .magazine-subscribe h2 {
    margin: 1rem 0!important;
}
.magazine-subscribe figure.wp-block-media-text__media, .wp-block-columns .magazine-subscribe .wp-block-image {
    padding: 30px 0 0 30px;
    max-width: 320px;
}
.magazine-subscribe .description {
    font-size: 14px;
}
.magazine-subscribe p {
    font-size: 16px;
}
.magazine-subscribe .magazine-btn {
    display: inline-block;
    padding: 22px 59px;
    background-color: #1d1d1b;
    width: 245px;
}
.magazine-subscribe .magazine-btn a, .magazine-subscribe .magazine-btn a:hover {
    font: 100 16px 'Gotham-regular',sans-serif;
    color: #fff!important;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #1d1d1b;
    text-transform: uppercase;
}
.magazine-subscribe .magazine-btn a.wp-block-button__link {
    position: relative;
    padding: 0;
}
.magazine-subscribe .magazine-btn a.wp-block-button__link:after {
    content: '';
    background: url(../../images/long-arrow-white.svg) no-repeat left center;
    width: 26px;
    height: 12px;
    position: absolute;
    top: 4px;
    right: -7px;
    transition: all .2s ease;
}
.magazine-subscribe .magazine-btn a.wp-block-button__link:hover:after {
    right: -12px;
}
.magazine-subscribe .magazine-btn a span {
    background: url(../../images/long-arrow-white.svg) no-repeat left center;
    width: 26px;
    height: 12px;
    position: relative;
    left: 10px;
    transition: all .2s ease;
}
.magazine-subscribe .magazine-btn:hover a span {
    left: 15px;
}
.wp-block-columns .magazine-subscribe>.wp-block-columns .wp-block-column:nth-child(2) {
    position: relative;
    padding: 44px 0;
}
.wp-block-columns .magazine-subscribe .description {
    font: 400 14px 'Gotham-regular',sans-serif;
    margin: 16px 16px 16px 0;
}
.wp-block-columns .magazine-subscribe .mag-month {
    font: 400 16px 'Gotham-regular',sans-serif;
    margin: 16px 0;
}
.wp-block-columns .magazine-subscribe>.wp-block-columns>.wp-block-column {
    flex-basis: 320px;
    max-width: 320px;
    margin-right: 0;
}
@media (max-width: 1300px) {
    .wp-block-media-text.magazine-subscribe .wp-block-media-text__content {
        padding-right: 15px;
    }
}
@media (max-width: 1250px) {
    .wp-block-media-text.magazine-subscribe .wp-block-media-text__content {
        padding-left: 30px;
    }
}
@media (max-width: 1024px) {
    .wp-block-media-text.magazine-subscribe .wp-block-media-text__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .wp-block-media-text.is-stacked-on-mobile.magazine-subscribe {
        grid-template-columns: 100%!important;
    }
    .wp-block-media-text.is-stacked-on-mobile.magazine-subscribe .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
        max-width: 320px;
        margin: 0 auto;
    }
    .wp-block-media-text.magazine-subscribe:before, .wp-block-columns .magazine-subscribe:before {
        height: 100%;
    }
    .magazine-subscribe figure.wp-block-media-text__media, .wp-block-columns .magazine-subscribe .wp-block-image {
        padding: 0 ;
        max-width: 290px;
        margin: 0 auto;
    }
    .magazine-subscribe .description {
        padding: 0 20px;
    }
    .magazine-subscribe .magazine-btn {
        padding: 16px 56px;
        width: 234px;
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .wp-block-media-text.magazine-subscribe .wp-block-media-text__content, .wp-block-columns .magazine-subscribe>.wp-block-columns .wp-block-column:nth-child(2) {
        padding: 0;
        text-align: center;
    }
    .magazine-subscribe h2, .wp-block-columns .magazine-subscribe h2 {
        font-size: 22px;
        text-align: center;
    }
    .magazine-subscribe .magazine-btn {
        margin-bottom: 30px;
    }
    .wp-block-columns .magazine-subscribe {
        margin: 0 16px;
    }
    .wp-block-columns .magazine-subscribe>.wp-block-columns>.wp-block-column {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
        flex-basis: 100%!important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .footer-top .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
    }
    .footer-top .wp-block-columns {
        flex-wrap: wrap;
        margin-left: 0;
    }
    .quick-links-block, .wp-block-columns .magazine-subscribe {
        max-width: 515px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-top .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
        margin-left: 0;
    }
    .footer-top .wp-block-columns {
        flex-wrap: wrap;
        margin-left: 0;
        justify-content: center;
    }
    .quick-links-block, .wp-block-columns .magazine-subscribe {
        max-width: 540px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .wp-block-columns .magazine-subscribe {
        max-width: 448px!important;
    }
    .magazine-subscribe figure.wp-block-media-text__media, .wp-block-columns .magazine-subscribe .wp-block-image {
        padding: 0;
        margin: 0 auto;
    }
    .wp-block-media-text.is-stacked-on-mobile.magazine-subscribe {
        grid-template-columns: 100%!important;
    }
    .wp-block-media-text.is-stacked-on-mobile.magazine-subscribe .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
        max-width: 320px;
        margin: 0 auto;
    }
    .wp-block-columns .magazine-subscribe>.wp-block-columns .wp-block-column:nth-child(2) {
        padding: 0 0 44px;
    }
    .magazine-subscribe h2, .wp-block-columns .magazine-subscribe h2 {
        font-size: 22px;
        text-align: center;
    }
    .wp-block-media-text.magazine-subscribe .wp-block-media-text__content, .wp-block-columns .magazine-subscribe>.wp-block-columns .wp-block-column:nth-child(2) {
        padding: 0;
        text-align: center;
    }
    .magazine-subscribe .magazine-btn {
        padding: 16px 56px;
        width: 234px;
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .magazine-subscribe .magazine-btn {
        margin-bottom: 30px;
    }
    .wp-block-media-text.magazine-subscribe:before, .wp-block-columns .magazine-subscribe:before {
        height: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .magazine-subscribe .magazine-btn {
        padding: 15px 30px;
        width: 182px;
    }
}
@media (min-width: 992px) {
    .wp-block-columns .magazine-subscribe {
        margin-left: 100px;
    }
}
/* MAGAZINE BLOCK */

/* SECTION PAGE */

.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type {
    display: flex;
    position: relative;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .post-thumbnail {
    margin-bottom: 0;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container {
    flex-basis: 100%;
    background: #f7f7f7;
    position: absolute;
    left: 64%;
    bottom:0;
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .cat-links {
    order: 1;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-header {
    order: 2;
    margin-top: 20px;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-content {
    order: 3;
    margin-top: 20px;
    margin-bottom: 30px;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-meta {
    order: 4;
}

.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-title {
    font-family: 'Didot-italic',sans-serif;
    font-weight: 400;
    font-size: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.24;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .cat-links {
    display: block;
    font-weight: 400;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container p {
    font-size: 14px;
}
.entry .entry-content {
    font-size: 17px;
}
.single .entry-content a {
    font-size: 17px;
    /*font-family: 'Gotham-regular',sans-serif;*/
}
.search-results .entry .entry-content {
    font-size: 14px;
}
.entry-meta {
    font-size: 12px;
}
.entry-meta .byline .author {
    font-weight: 400;
}
.archive .posted-on, .blog .posted-on, .search .posted-on {
    font-family: 'Gotham-regular',sans-serif;
}
.archive .posted-on:before, .blog .posted-on:before, .search .posted-on:before {
    content: '/';
    padding: 0 5px;
}
.entry-meta .posted-on a, .entry-meta .posted-on a:visited {
    color: #d4b57a;
    cursor: text;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.has-regular-font-size, .has-large-font-size, .comments-title, .archive .entry-title, .search .entry-title, .blog .entry-title, h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-content {
    display: block;
}
article.has-post-thumbnail .entry-container .entry-content {
    display: none;
}
@media only screen and (min-width: 768px) {
    .archive #primary, .blog #primary, .search #primary, .page #primary, .single #primary, body .site-breadcrumb, body .site-breadcrumb {
        width: 720px;
        margin: 0 auto;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type {
        flex: 75%;
        /* max-width: 75%; */
        /* max-width: calc(100% - 332px); */
        min-height: 315px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .post-thumbnail {
        flex-basis: 69%;
        max-width: 100%;
        max-height: 100%;
        margin-right: 40px;
        align-self: flex-end;
    }
    .archive .has-post-thumbnail, .blog .has-post-thumbnail, .search .has-post-thumbnail {
        display: flex;
        margin-top: 40px;
    }
    .archive:not(.paged).feature-latest header.page-header + article {
        margin-bottom: 120px;
    }
}
.archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:not(:first-of-type) .entry-content {
    display: none;
}
.archive .cat-links:not(.sponsor-label) {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .archive .has-post-thumbnail.type-gallery .post-thumbnail {
        flex-basis: 100%;
        margin: 0 0 0.5rem 0;
    }
    .archive .has-post-thumbnail.type-gallery .entry-container {
        flex-basis: 100%;
    }
    .entry .entry-content, .single .entry-content a {
        font-size: 16px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-header {
        margin-top: 20px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-content {
        margin-top: 15px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .archive .has-post-thumbnail.type-gallery {
        flex-flow: initial;
    }
}
@media only screen and (min-width: 992px) {
    .archive #primary, .blog #primary, .search #primary, .page #primary, .single #primary, body .site-breadcrumb, body .site-breadcrumb {
        width: 960px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .post-thumbnail {
        flex-basis: 71%;
        margin-right: 53px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container {
        width: 420px;
        left: 53%;
    }
}

@media only screen and (min-width: 1024px) {
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container {
        width: 450px;
    }
}

@media only screen and (min-width: 1200px) {
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type img {
        max-height: 650px;
    }
    .archive #primary, .blog #primary, .search #primary, .page #primary, .single #primary, body .site-breadcrumb, body .site-breadcrumb {
        width: 1178px;
        padding: 0 16px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container {
        width: 540px;
    }
}

@media (max-width: 1199px) {
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container {
        padding: 40px 30px;
        min-height: 300px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-title {
        font-size: 38px;
    }
    .entry-meta {
        display: flex;
        flex-wrap: wrap;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-header {
        margin-top: 10px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-content {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container {
        padding: 20px;
        width: 360px;
        min-height: 280px;
        left: 49%;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-title {
        font-size: 24px;
    }
    .archive .has-post-thumbnail .post-thumbnail, .blog .has-post-thumbnail .post-thumbnail, .search .has-post-thumbnail .post-thumbnail {
        flex-basis: 40%;
        margin: 0 1em 0.5rem 0;
    }
    .archive .has-post-thumbnail .entry-container, .blog .has-post-thumbnail .entry-container, .search .has-post-thumbnail .entry-container {
        flex-basis: 60%;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-header {
        margin-top: 0;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container .entry-content {
        margin-top: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .archive:not(.paged).feature-latest header.page-header + article.has-post-thumbnail:first-of-type .entry-container {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        padding: 32px 20px;
        min-height: auto;
    }
    .entry-title, .not-found .page-title, .error-404 .page-title, .has-larger-font-size, .archive:not(.paged).feature-latest header.page-header + article.entry:first-of-type .entry-title, h2 {
        font-size: 24px;
    }
    .entry-meta {
        display: flex;
        flex-wrap: wrap;
        margin: 1rem 0;
    }
    .archive .entry, .blog .entry, .search .entry, .single .gallery-post-wrapper, .single .youtube-video-container, .single .entry {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
    .has-regular-font-size, .has-large-font-size, .comments-title, .archive .entry-title, .search .entry-title, .blog .entry-title, h3 {
        font-size: 18px;
    }
}

.site-breadcrumb a, .site-breadcrumb .breadcrumb_last {
    font-family: 'Gotham-regular',sans-serif;
    color: #1d1d1b;
    opacity: 0.9;
}
.site-breadcrumb a {
    opacity: 0.4;
}

/* @media (min-width: 992px) {
    .single:not(.has-large-featured-image) .entry-header {
        max-width: 66%;
    }
} */

.page-id-120 .entry-header .entry-title, .page-id-122 .entry-header .entry-title, .page-title .page-description {
    font-family: 'Didot-italic',sans-serif;
}
.page-id-120 .entry-content *, .page-id-122 .entry-content * {
    margin: 16px 0;
    font-size: 16px;
}
.page-id-122 .main-content {
    width: 100%;
}
.page-id-122 .entry-content a, .mobile-sidebar a:hover, .desktop-sidebar #block-13 .wp-block-navigation ul li .wp-block-navigation-link__content:hover {
    text-decoration: none;
}
.page-id-122 .entry-content a:hover {
    text-decoration: underline;
}
.page-id-122 .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
}

/* TOP Nav */
.site-header .nav1 .main-menu>li .submenu-expand, .home .site-header #site-navigation ul ul.sub-menu, .site-header #site-navigation ul.main-menu>li:not(.current-menu-item), .h-dh .site-header .dd-menu>ul>li>.sub-menu:before, .site-header .highlight-menu-contain, .desktop-sidebar #block-11, .desktop-sidebar #block-13 .wp-block-navigation__container>.wp-block-navigation-link:before, .mobile-menu-toggle, .search .site-header #site-navigation ul ul.sub-menu, .single .site-header #site-navigation ul ul.sub-menu, .tag .site-header #site-navigation ul ul.sub-menu, .archive.author .site-header #site-navigation ul ul.sub-menu, .error404 .site-header #site-navigation ul ul.sub-menu, .page-template-default .site-header #site-navigation ul ul.sub-menu, aside.desktop-sidebar button.desktop-menu-toggle svg, .page-id-122 .entry-header, .page-id-122 .site-breadcrumb, .page-id-120 .site-breadcrumb, .page .site-header #site-navigation ul ul.sub-menu {
    display: none;
}
.site-header #site-navigation ul.main-menu>li.current-menu-parent.current-category-parent {
    display: flex;
}
@media (min-width: 768px) {
    .home .site-header #site-navigation ul.main-menu>li, .tag .site-header #site-navigation ul.main-menu>li, .single .site-header #site-navigation ul.main-menu>li, .archive.author .site-header #site-navigation ul.main-menu>li, .search .site-header #site-navigation ul.main-menu>li, .error404 .site-header #site-navigation ul.main-menu>li, .page-template-default .site-header #site-navigation ul.main-menu>li, .page .site-header #site-navigation ul.main-menu>li {
        display: inline-block;
    }
}
.h-dh .site-header .bottom-header-contain.desktop-only {
    /*border-bottom: 1px solid #d7d7d7;*/
    display: flex;
}
.h-dh .site-header .nav1 .main-menu>li.current-menu-item a, .h-dh .site-header .nav1 .main-menu>li.current-category-ancestor.current-menu-ancestor > a {
    font-family: 'Didot-italic',sans-serif;
    font-size: 22px;
    color: #1d1d1b;
    position: relative;
}
.h-dh .site-header .nav1 .main-menu>li.current-menu-item, .h-dh .site-header .nav1 .main-menu>li.current-category-ancestor.current-menu-ancestor {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: calc(0.3rem * 1) 1rem;
}
.h-dh .site-header .nav1 .main-menu>li.current-menu-item, .h-dh .site-header .nav1 .main-menu>li.current-category-ancestor.current-menu-ancestor {
    display: flex;
}
.h-dh .site-header .nav1 .main-menu>li>ul.sub-menu>li {
    padding: calc(0.75 * 1rem) 20px calc(0.75 * 1rem) 1rem;
}
.h-dh .site-header .nav1 .main-menu>li>ul.sub-menu>li>a {
    font-family: 'Gotham-regular',sans-serif;
    font-size: 14px;
    color: #555;
    background: #fff;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.h-dh .site-header .nav1 .main-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}
.h-dh .site-header .dd-menu .sub-menu {
    position: static;
    opacity: 1;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-top: 0;
}
.h-dh .site-header .dd-menu .sub-menu li:first-child {
    display: flex;
    align-items: center;
    padding: calc(0.75 * 1rem) 20px calc(0.75 * 1rem) 1.5rem!important;
}
.h-dh .site-header .dd-menu .sub-menu li:first-child:before {
    content: '/';
    width: 1px;
    font-size: 22px;
    color: #1d1d1b;
    position: absolute;
    left: 6px;
}
.h-dh .site-header .dd-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu, .site-header .dd-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu, .site-header .dd-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu {
    position: static;
    width: auto;
    display: flex;
}
.site-header .desktop-menu-toggle {
    display: block;
    background: url(../../images/humburger.svg) no-repeat left top;
    width: 30px;
    height: 18px;
    border-radius: 0;
}
.site-header .desktop-menu-toggle svg.svg-icon {
    display: none;
}
aside.desktop-sidebar {
    padding: 2rem;
    overflow-x: hidden!important;
}
aside.desktop-sidebar button.desktop-menu-toggle {
    font-size: 0;
    background: url(../../images/cross.png) no-repeat left top;
    width: 23px;
    height: 23px;
}
.desktop-sidebar #block-14 figure {
    display: flex;
    justify-content: flex-end;
}
.desktop-sidebar * {
    font-family: 'Gotham-regular',sans-serif;
}
.desktop-sidebar #block-13 {
    padding: 0;
}
.desktop-sidebar #block-13 .wp-block-navigation ul li {
    margin-bottom: 20px;
}
.desktop-sidebar #block-13 .wp-block-navigation ul li .wp-block-navigation-link__content {
    font-size: 16px;
    color: #555!important;
}
.desktop-sidebar #block-15 .newsletter-wrapper p {
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}
.desktop-sidebar #block-15 .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.desktop-sidebar #block-15 .input-group>input[type="text"] {
    border: 1px solid #1d1d1b;
    border-right: 0;
    height: 50px;
    line-height: 16px;
    font-size: 14px;
    padding: 0 10px 0 23px;
    width: calc(100% - 60px);
}
.desktop-sidebar #block-15 .input-group>input[type="button"] {
    background: #1d1d1b url(../../images/long-arrow-white.svg) no-repeat center;
    border-radius: 0;
    width: 60px;
}
.desktop-sidebar #block-18 {
    background: #f7f7f7;
    position: fixed;
    left: 0;
    bottom: 0;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 1.3rem 0 1rem;
    max-width: 400px;
}
.desktop-sidebar #block-18 .wp-block-social-links {
    margin-bottom: 0 !important;
}
.desktop-sidebar #block-18>.wp-block-columns {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 2rem;
    margin-bottom: 0;
}
.desktop-sidebar #block-18 .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 0;
    padding: 0;
}
.desktop-sidebar #block-18 .wp-block-social-links .wp-social-link a {
    padding: 0.15em;
}
.desktop-sidebar #block-18>.wp-block-columns h5 {
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
.desktop-sidebar #block-18>.wp-block-columns .wp-block-column {
    margin-bottom: 0;
}
/* .site-header .middle-header-contain .header-search-contain #search-toggle svg.svg-icon {
    display: none;
} */
.site-header .middle-header-contain .header-search-contain #search-toggle:hover {
    opacity: 1;
}
.site-header .middle-header-contain .header-search-contain #search-toggle .search-icon {
    background: url(../../images/search.svg) no-repeat left top;
    width: 25px;
    height: 25px;
}

@media (max-width: 767px) {
    aside.desktop-sidebar {
        padding: 1rem;
    }
    .desktop-sidebar #block-18>.wp-block-columns {
        padding: 0 1rem;
    }
}
@media (max-width: 781px) {
    .site-header .middle-header-contain .site-branding {
        flex: 1;
        justify-content: center;
    }
    .site-header .middle-header-contain .nav-wrapper.desktop-only, .site-header .middle-header-contain .header-search-contain {
        display: block;
    }
    .header-search-contain #header-search {
        position: fixed;
        top: 74px;
        right: 19px;
    }
    .nav__trigger--soc{
        display: none;
    }
    .languageH{
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
@media (max-width: 1023px) {
    .home .site-header .nav1 .main-menu, .single .site-header .nav1 .main-menu, .archive.author .site-header .nav1 .main-menu, .search .site-header .nav1 .main-menu, .error404 .site-header .nav1 .main-menu {
        display: inline-block;
        width: 100%;
    }
    .site-header .nav1 {
        overflow-x: auto;
    }
    .site-header .nav1 .main-menu {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        width: calc(100px * 1);
    }
    .h-dh .site-header .nav1 .main-menu>li {
        padding: 0;
    }
    .h-dh .site-header .nav1 .main-menu>li.current-menu-item, .h-dh .site-header .nav1 .main-menu>li.current-category-ancestor.current-menu-ancestor {
        justify-content: flex-start;
    }
    .h-dh .site-header .nav1 .main-menu>li.current-menu-item a, .h-dh .site-header .nav1 .main-menu>li.current-category-ancestor.current-menu-ancestor a {
        font-size: 20px;
    }
    .h-dh .site-header .nav1 .main-menu>li>ul.sub-menu>li>a {
        font-size: 13px;
    }
    .h-dh .site-header .dd-menu .sub-menu li:first-child {
        padding: calc(0.75 * 1rem) 8px calc(0.75 * 1rem) 1.5rem!important;
    }
    .h-dh .site-header .nav1 .main-menu>li>ul.sub-menu>li {
        padding: calc(0.75 * 1rem) 8px calc(0.75 * 1rem) 0.8rem;
    }
}
@media (max-width: 767px) {
    .h-dh .site-header .nav1 .main-menu>li.current-menu-item, .h-dh .site-header .nav1 .main-menu>li.current-category-ancestor.current-menu-ancestor {
        margin-left: 15px;
    }
}
.overlay-mask {
    background-color: #d4b57a;
    mix-blend-mode: multiply;
    z-index: 9999999;
}
body.desktop-menu-opened {
    overflow: hidden;
}
body.gallery-template-default .gallery-post-wrapper figure figcaption p {
    font-family: 'Gotham-regular',sans-serif;
}
body.gallery-template-default article .entry-content a {
    font-size: inherit;
}
@media (max-width: 767px) {
    body.gallery-template-default article .entry-content, body.videos-template-default article .entry-content {
        font-size: 16px;
    }
}

.trending-block article figure.post-thumbnail img, .relevant-posts .reated-article-cus article figure.post-thumbnail img, .more-frm-blk .four-col article.entry figure.post-thumbnail img {
    /*width: 250px;
    height: 252px;*/
}
.trending-block .entry-wrapper, .relevant-posts .reated-article-cus article .entry-container {
    margin-top: 14px;
}
.trending-block .entry-wrapper .cat-links, .relevant-posts .reated-article-cus article .entry-container .cat-links {
    margin: 0 0 9px;
}
.trending-block .entry-wrapper .entry-title, .relevant-posts .reated-article-cus article .entry-container .entry-header .entry-title {
    margin-bottom: 13px;
}
.trending-block .entry-wrapper .entry-meta .published {
    color: #d4b57a;
}
@media (max-width: 767px) {
    .relevant-posts .reated-article-cus {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (min-width: 768px) {
    /* body.gallery-template-default .gallery-post-wrapper, body.gallery-template-default article, body.videos-template-default .youtube-video-container, body.videos-template-default article, body.post-template-default article {
        max-width: 66%;
    } */
    h4.has-text-align-center.section-title {
        margin-bottom: 18px!important;
    }
}

.search-no-results .page-content .search-form, .content-area .entry-footer .tags-links a:last-child:after {
    display: none;
}
.trending-block .section-title {
    text-align: center;
}
.content-area .entry-footer>span:last-child {
    display: table;
    line-height: 1.3;
}
.content-area .entry-footer .tags-links span:first-child {
    font: 400 24px/31px 'Didot-italic',sans-serif;
    display: table-cell;
    padding-right: 28px;
    color: #1d1d1b;
}
.content-area .entry-footer .tags-links a {
    font-family: 'Gotham-regular',sans-serif;
    font-size: 14px;
    background: transparent;
    position: relative;
    top: -7px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.content-area .entry-footer .tags-links a:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    margin-top: -2px;
}
#desktop-sidebar-fallback, #mobile-sidebar-fallback, #subpage-sidebar-fallback {
    z-index: 99999999;
}
.site-header .custom-logo {
    width: 184px;
}
@media (max-width: 767px) {
    .middle-header-contain .wrapper, .fixed-navbar .middle-header-contain .wrapper {
        padding: 15.5px 14px;
    }
}
@media (min-width: 768px) {
    .middle-header-contain .wrapper {
        padding: 25px 40px;
    }
}
.wrapper {
    max-width: 100%;
    width: 1366px;
}
.wpnbha.image-alignleft.has-more-button .post-has-image {
    margin-bottom: 35px;
}
.wpnbha.image-alignleft.has-more-button .post-has-image .post-thumbnail {
    flex-basis: 46.5%;
    overflow: hidden;
}
.wpnbha.image-alignleft.has-more-button .post-has-image .post-thumbnail + .entry-wrapper {
    flex-basis: 53.5%;
    padding-left: 15px;
}
.wpnbha.image-alignleft.has-more-button .post-has-image .post-thumbnail a {

}
@media (min-width: 768px) {
    .wpnbha.image-alignleft.has-more-button .post-has-image .post-thumbnail {
        max-height: 221px;
    }
}

.wpnbha.has-more-button button {
    font: 100 16px 'Gotham-regular',sans-serif;
    color: #1d1d1b;
    padding: 20px 70px 20px 50px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    margin: 75px 0 100px 150px;
}
.wpnbha.has-more-button button:hover {
    background-color: transparent;
}
.wpnbha.has-more-button button:after {
    position: absolute;
    width: 30px;
    height: 12px;
    background: url(../../images/long-arrow.svg) no-repeat left center;
    right: 28px;
    top: 24px;
    content: "";
    background-repeat: no-repeat;
    transition: all .3s;
}
.wpnbha.has-more-button button:hover:after {
    background: url(../../images/long-arrow.svg) no-repeat 5px center;
}

@media (max-width: 991px) {
    .wpnbha.has-more-button button {
        margin: 75px 0 100px 0;
    }
}
@media (max-width: 767px) {
    .wpnbha.image-alignleft.has-more-button .post-has-image {
        margin-bottom: 0;
    }
    .wpnbha.has-more-button button {
        padding: 15px 80px 16px 60px;
        margin: 22px auto 46px;
    }
    .wpnbha.has-more-button button:after {
        top: 19px;
    }
}
input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='color']:focus, textarea:focus {
    border: solid 1px #ccc !important;
}

.site-breadcrumb .wrapper {
    width: 1178px;
}
body.single .site-main .top-ctr {
    display: flex;
}
body.single .site-main figure.post-thumbnail {
    max-width: 535px;
}
body.single .site-main .more-frm-blk figure.post-thumbnail {
    max-width: unset;
}
body.single .entry-subhead .entry-meta .author-avatar, body.search-results .site-breadcrumb, body.search-results .content-area .page-header .page-title, 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, body.search-results .content-area .search-form button svg,
body.search-results .content-area .site-main article .entry-content, .site-header .header-search-contain .search-icon svg, .site-header .header-search-contain .search-form .search-submit svg {
    display: none;
}

body.search-results .content-area .page-header .search-form input[type="search"] {
    font-family: "Didot-italic", sans-serif;
    font-size: 32px;
    color: #1d1d1b;
    height: 32px;
    border: 0;
    border-bottom: 1px solid #1d1d1b;
    text-indent: 10px;
    padding-right: 7%;
    padding: 8px 3px;
    text-transform: capitalize;
}
body.search-results .content-area .page-header .search-form input[type='search']:focus {
    border: 0;
    outline: 0;
    outline-offset: initial;
}
@media (min-width: 768px) {
    body.search-results .content-area .page-header .search-form input[type="search"] {
        font-size: 48px;
        height: 80px;
    }
}
body.search-results .content-area .page-header .search-form button, .header-search-contain #header-search .search-form button.search-submit {
    background: url(../../images/search_icon.png) no-repeat left top/40px;
    width: 50px;
    height: 50px;
    top: 30px;
}
.header-search-contain #header-search .search-form button.search-submit {
    top: 40px;
}
/* body.search-results .content-area .site-main {
    display: flex;
    flex-wrap: wrap;
}
body.search-results .content-area .site-main article {
    display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: flex-start;
  margin: 0 0 2rem;
    padding: 0 16px;
}

body.search-results .content-area .site-main article figure.post-thumbnail {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 20px;
} */
@media (max-width: 1199px) {
    body.single .site-main figure.post-thumbnail {
        max-width: 475px;
    }
    .single .entry-title {
        font-size: 32px;
        line-height: 45px;
    }
}
@media (max-width: 991px) {
    body.single .site-main figure.post-thumbnail {
        max-width: 355px;
    }
    .single .entry-title {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    body.search-results .content-area .site-main article.type-gallery {
        max-width: 500px;
        margin: 0 auto 2rem;
        /* padding: 0 16px; */
    }
    body.single .site-main .top-ctr .entry-title, .single.single-gallery .entry-title {
        font-size: 1.560em;
        line-height: 40px;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
    }
    body.gallery-template-default .gallery-post-wrapper figure figcaption p {
        font-size: 12px;
    }
    .entry-content.content-detail img{
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 599px) {
    body.search-results .content-area .site-main article {
        width: 100%;
        max-width: 100%;
    }
    /* .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 50%!important;
    } */
}

body.search-results .content-area .site-main .pagination {
    margin: 3rem auto;
}
@media (max-width: 767px) {
    .pagination .nav-links>* {
        padding: 0 8px;
        display: flex;
        align-items: center;
        font-size: 10px;
    }
    .pagination .nav-links .prev, .pagination .nav-links .next {
        padding-bottom: 0;
        margin: 0;
        padding-left: 0;
    }
    body.search-results .content-area .page-header .search-form button, .header-search-contain #header-search .search-form button.search-submit {
        width: 30px;
        height: 30px;
        background-size: 25px;
        top: 0;
    }
    .header-search-contain #header-search .search-form button.search-submit {
        width: 40px;
        background-size: 20px;
        top: 14px;
    }
}
.header-search-contain #header-search {
    opacity: 0;
    transition: opacity .2s linear;
}
.header-search-contain #header-search[aria-expanded="true"], .site-header .fixed-navbar .header-search-contain #header-search[aria-expanded="true"] {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100vh;
    background: #e6e6e6;
    opacity: 1;
    z-index: 999999;
}
.header-search-contain #header-search input[type="search"], .header-search-contain #header-search input[type="search"]:focus {
    background: transparent;
    font: 400 64px/96px "Didot-italic",sans-serif;
    color: #1d1d1b;
    width: 80vw;
    height: 112px;
    padding: 8px 7% 8px 3px;
    display: block;
    border: 0!important;
    border-bottom: 1px solid #1d1d1b!important;
    text-indent: 20px;
    outline: none;
    position: relative;
}
.header-search-contain #search-toggle .close-icon {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999999;
}
.header-search-contain #search-toggle .close-icon svg {
    width: 36px;
    height: 36px;
}
.header-search-contain #header-search .search-form:after {
    content: 'Type to search';
    font: 400 16px/24px 'Gotham-regular',sans-serif;
    color: #1d1d1b;
    display: block;
    position: absolute;
    left: 0;
    bottom: -24px;
    z-index: 999;
    -webkit-text-stroke: 0;
}
@media (max-width: 1199px) {
    .header-search-contain #header-search input[type="search"], .header-search-contain #header-search input[type="search"]:focus {
        width: 95vw;
    }
}
@media (max-width: 767px) {
    .header-search-contain #header-search input[type="search"], .header-search-contain #header-search input[type="search"]:focus {
        font-size: 19.2px;
        line-height: 28.8px;
        padding-right: 10%;
        text-indent: 10px;
        width: calc(100vw - 32px);
        margin: 0 16px;
        height: 48px;
    }
    .header-search-contain #header-search .search-form:after {
        margin: 0 16px;
    }
}
.archive .entry-meta, .blog .entry-meta, .search .entry-meta, .single .entry-header .entry-meta {
    font-family: 'Gotham-regular',sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.archive .entry-meta strong, .blog .entry-meta strong, .search .entry-meta strong, .archive .entry-meta strong i, .blog .entry-meta strong i, .search .entry-meta strong i, .single .entry-header .entry-meta strong, .single .entry-header .entry-meta strong i {
    font-weight: 400;
    font-style: normal;
}

.site-header .dd-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu {
    position: static;
    opacity: 1;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-top: 0;
    width: auto;
}
body.single .gallery-post-wrapper figure.post-thumbnail {
    max-width: 100%;
    background-color: #f3f3f3;
}
body.single .gallery-post-wrapper figure.post-thumbnail img {
    /* max-height: 400px; */
    margin: 0 auto;
}
body.single .gallery-post-wrapper figure.post-thumbnail figcaption p {
    background: #fff;
    margin: 0 1px 1px;
    padding: 20px 10px 10px;
}
.single .entry-header {
    display: flex;
    flex-direction: column;
}
.single .entry__share span.icon {
    background: transparent;
    width: auto;
    height: auto;
}
.single .entry__share span.icon i.fa {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}
.single .entry__share span.icon i.fa-facebook {
    background: url(../../images/facebook.svg) no-repeat center center;
}
.single .entry__share span.icon i.fa-linkedin {
    background: url(../../images/linkedin.svg) no-repeat center center;
}
.single .entry__share span.icon i.fa-twitter {
    background: url(../../images/twitter.svg) no-repeat center center;
}
.single .entry__share span.icon i.fa-envelope-o {
    background: url(../../images/email.svg) no-repeat center center;
}
.single .entry-header p:nth-child(4) {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Didot-italic',sans-serif;
    margin-bottom: 50px;
    font-weight: 500;
    order: 3;
}
.single-gallery .entry-header .entry-title {
    order: 1;
}
.single-gallery .entry-header .entry-subhead {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
}
body.single .site-main .top-ctr .entry-header {
    padding-left: 32px;
    justify-content: center;
}
.single .entry-header .designation, .single .entry__share span.icon i.fa:before, .single .entry-header .entry__share>span {
    display: none;
}
/*.single .entry-subhead .entry__share>span:after, .single article .entry__share .share-content:before, .single .entry-header .entry__share .share-content:before {
    content: '/';
    padding: 0 15px 0 5px;
}*/
.single article .entry__share {
    flex: 1;
    display: flex;
    align-items: center;
}
/*.single article .entry__share:before, .single .entry-header .entry__share:before {
    content: 'Share';
    font-size: 18px;
}*/
.archive:not(.paged).feature-latest article.entry:first-of-type .entry-title {
    font-size: 22px;
}
@media (max-width: 767px) {
    .archive:not(.paged).feature-latest article.entry:first-of-type .entry-title {
        font-size: 18px;
    }
    body.single .site-main .top-ctr {
        flex-wrap: wrap;
    }
    body.single .site-main .top-ctr .entry-header {
        padding-left: 0;
    }
    .single .entry-header p:nth-child(4) {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0;
    }
}
.archive.paged.feature-latest article.entry:first-of-type {
    margin-bottom: 40px;
}
@media (min-width: 782px) {
    .archive.paged.feature-latest article.entry:first-of-type {
        width: 65%;
    }
    .single .footer-top .wrapper {
        flex-wrap: wrap;
    }
}
.archive.paged.feature-latest .site-main article.entry:first-of-type {
    width: 100%;
}
.single .entry-header .entry-subhead {
    flex-direction: column;
    align-items: flex-start;
}
.single footer.entry-footer {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 24px 10px 15px 0;
}
.quick-links-block {
    border: 1px solid #f7f7f7;
    padding: 15px;
    margin-bottom: 30px;
}
.quick-links-block .inner-co-wrap {
    background: #f7f7f7;
    text-align: center;
    padding: 30px 30px 10px;
}
.quick-links-block .inner-co-wrap p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: Didot-italic,sans-serif;
    text-transform: uppercase;
}
.quick-links-block .inner-co-wrap .qlnks a {
    font: 400 14px/26px 'Gotham-regular',sans-serif;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #fff;
    margin: 0 6px 12px;
    color: #000;
}
@media (min-width: 768px) {
    .quick-links-block {
        max-width: 75%;
        margin: 0 auto 90px;
    }
}
.more-frm-blk .four-col {
    display: flex;
}
.more-frm-blk .four-col article.entry {
    width: 282px;
    max-width: 282px;
    min-width: 282px;
    padding: 0 16px;
    margin: 0;
}
.more-frm-blk .four-col article.entry figure.post-thumbnail {
    min-height: 188px;
    overflow: hidden;
    margin-bottom: 24px;
    max-height: 188px;
}
.more-frm-blk .four-col article.entry .entry-container .entry-title {
    font: 400 22px 'Didot-regular',sans-serif;
}
@media (max-width: 991px) {
    .more-frm-blk .four-col {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .more-frm-blk .four-col .entry-container {
        white-space: normal;
    }
    .single .gallery {
        display: block
    }
}
section#block-23, section#block-25 {
    width: 1178px;
}
body.single header.entry-header .cat-links {
    margin-top: 20px;
}

body.single header.entry-header .cat-links {
    margin-bottom: 20px;
}
.single .site-breadcrumb {
    margin-bottom: 50px;
}
.single .site-breadcrumb .breadcrumb_last {
    display: none;
}
.single .entry-header .entry-meta {
    color: #1d1d1b;
    margin-bottom: 25px;
}
.single .entry-header .entry-meta > span:first-child {
    text-transform: uppercase;
}
.single .entry-header .entry-meta > span:first-child i {
    text-transform: capitalize;
}
body.single .site-main .top-ctr {
    margin-bottom: 40px;
}
body.single .site-main .main-content > p:first-child {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Didot-italic',sans-serif;
    font-weight: 500;
}

.desktop-menu-opened #desktop-sidebar-fallback {
    padding-bottom: 110px;
    width: 100vw;
}
.desktop-menu-opened #desktop-sidebar-fallback #block-26 {
    display: none;
}
.desktop-menu-opened #desktop-sidebar-fallback #block-27 {
    border-top: none;
}
p:empty {
    display: none;
}
.desktop-menu-opened #desktop-sidebar-fallback #block-27>.wp-block-columns>.wp-block-column:first-child {
    position: relative;
}
.desktop-menu-opened #desktop-sidebar-fallback #block-27>.wp-block-columns>.wp-block-column:first-child:after {
    content: '';
    background: #f7f7f7;
    position: absolute;
    top: -112px;
    left: -40px;
    width: 121px;
    height: 155px;
    z-index: -1;
}
@media (max-width: 767px) {
    .desktop-menu-opened #desktop-sidebar-fallback #block-27>.wp-block-columns>.wp-block-column {
        flex-basis: 50%!important;
    }
    .desktop-menu-opened #desktop-sidebar-fallback #block-27>.wp-block-columns>.wp-block-column:first-child:after {
        height: 135px;
        width: 111px;
        top: -86px;
        left: -18px;
    }
    body.single .site-main .top-ctr {
        margin-bottom: 0;
    }
    body.single .site-main .main-content > p:first-child {
        font-size: 20px;
        line-height: 26px;
        margin: 0;
    }
    .content-area .entry-footer .tags-links a {
        top: -6px;
    }
}
article .entry-meta * {
    -webkit-text-stroke: initial;
}
.wpnbha .entry-meta .byline:not(:last-child) {
    color: #1d1d1b;
}

.single .entry-content>iframe.instagram-media.instagram-media-rendered[style] {
    max-width: 540px !important;
}
.tag .page-title .page-subtitle {
    display: none;
}

.archive .cat-links a:not(:nth-child(2)):before, .blog .cat-links a:not(:nth-child(2)):before, .search .cat-links a:not(:nth-child(2)):before, .single .cat-links a:not(:nth-child(2)):before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #1d1d1b;
    border-radius: 100%;
    margin-top: -2px;
}
.archive .cat-links a:not(:nth-child(2)), .blog .cat-links a:not(:nth-child(2)), .search .cat-links a:not(:nth-child(2)), .single .cat-links a:not(:nth-child(2)) {
    position: relative;
    margin-left: 20px;
}
.archive header.page-header + article, .blog header.page-header + article, .search header.page-header + article {
    justify-content: flex-start;
}
