        /* CSS FOR ESQ  */
        @import "../fonts/font-awesome/css/font-awesome.min.css";
        
        html {
            -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
            font-size: 16px;
        }
        body {
            font-family: "Charter", "Charter-roboto", "Charter-local", Georgia, Times, Serif;
            font-size: 1.1875rem;
            line-height: 1.6;
            color: #000;
        }
        h1, h2, h3, h4, h5, h6, .page .entry-content .hp-block-two a, .page .entry-content .hp-block-4 a{
            font-family: "Lausanne", "Lausanne-fallback", "Lausanne-roboto", "Lausanne-local", Arial, sans-serif;
            font-weight: 400;
            line-height: 1.2;
        }
        .page .home-top-banner .entry-content a {
            font: 400 3rem/1.2 "Glanz", "Glanz-fallback", "Glanz-roboto", "Glanz-local", Times, Serif;
        }
        .page .entry-content .hp-block-two a {
            font-size: 2.5rem;
        }
        .page .entry-content .hp-block-4 a {
            font-size: 1.125rem;
            line-height: 1.3;
        }
        #masthead .top-header-contain, .site-header .nav1 .main-menu>li>a ul.sub-menu {
            display: none;
        }
        
        .site-header .nav1 .main-menu>li>a {
            margin: 0;
            padding: 0;
            font-family: 'Lausanne', Arial, sans-serif;
            font-size: 0.75rem;
            letter-spacing: 0.04rem;
            color: #000;
            text-transform: uppercase;

        }
        .site-header .nav1 .main-menu>li>a:hover {
            text-decoration: underline;
        }
        .site-header .dd-menu .sub-menu a {
            font-family: 'Lausanne', Arial, sans-serif;
            font-size: 0.75rem;
            line-height: 2;
            letter-spacing: 0.04rem;
            text-transform: uppercase;
        }
		
		.site-header .middle-header-contain .nav-sec-ctr {
			display: block;
            width: 100%;
		}
		
		.site-header .nav-wrapper.social-icon-sec {
			justify-content: flex-start;
		}
		/* .site-header .middle-header-contain .nav1 .main-menu > li.menu-item:not(:last-child) {
			margin-right: 30px;
		} */
		.site-header .middle-header-contain .nav1 .main-menu > li.menu-item {
			padding: 0 15px;
		}
		.site-header .middle-header-contain .nav1 .main-menu > li.menu-item:first-child {
			padding-left: 0;
		}
		.site-header .middle-header-contain .itp-social-icons-header {
			justify-content: flex-start;
			display: flex;
			align-items: center;
			gap: 10px;
			font-size: 16px;
		}
		.site-header .middle-header-contain li.menu-item {
			position: relative;
            top: -0.4rem;
		}
		/* .site-header .middle-header-contain li.menu-item .submenu-expand {
			display: none;
		}
		.site-header .middle-header-contain li.menu-item:hover .submenu-expand {
			position: absolute;
			bottom: -7px;
			left: 0;
			right: 0;
			margin: 0 auto;
			display: block;
			z-index: 99;
		}
		.site-header .middle-header-contain li.menu-item:hover ul.sub-menu {
			display: flex !important;
			padding: 0;
			bottom: -38px !important;
			top: unset !important;
			left: -40% !important;
			width: 80vw !important;
		}
		.site-header .middle-header-contain li.menu-item:hover ul.sub-menu li {
			padding: 10px 12px !important;
			margin-right: 0 !important;
		}
		.site-header .middle-header-contain li.menu-item:hover ul.sub-menu li a {
			color: #fff;
			font-size: 18px;
			letter-spacing: 0.2px;
			background-color: #000;
			padding: 0;
		}
		.site-header .middle-header-contain li.menu-item:hover .submenu-expand svg {
			fill: #ff3a30;
		}
		.site-header .middle-header-contain .main-menu > li.menu-item:hover a, .site-header .middle-header-contain li.menu-item:hover ul.sub-menu li a:hover {
			color: #ff3a30;
			text-decoration: none;
		} */
        .site-header .middle-header-contain ul.sub-menu li a:hover {
            text-decoration: none!important; 
        }
        .site-header .middle-header-contain.nav-fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
        }
        /* 
		.nav-black-bg {
			background: #000;
			width: calc(100% - 31vw);
			position: absolute;
			right: 0;
			z-index: 9;
			height: 0;
			bottom: 0;
			-webkit-transition: height, 0.2s linear;
			-moz-transition: height, 0.2s linear;
			-ms-transition: height, 0.2s linear;
			-o-transition: height, 0.2s linear;
			transition: height, 0.2s linear;
		}
		.nav-black-bg:after {
			content: "";
			position: absolute;
			background: #000;
			width: calc(100% - 31vw);
			right: -100%;
			z-index: 9;
			height: 0;
			bottom: 0;
			-webkit-transition: height, 0.2s linear;
			-moz-transition: height, 0.2s linear;
			-ms-transition: height, 0.2s linear;
			-o-transition: height, 0.2s linear;
			transition: height, 0.2s linear;
		}
		.nav-black-bg.open {
			height: 38px;
			bottom: -38px;
			-webkit-transition: height, 0.2s linear;
			-moz-transition: height, 0.2s linear;
			-ms-transition: height, 0.2s linear;
			-o-transition: height, 0.2s linear;
			transition: height, 0.2s linear;
		}
		.nav-black-bg.open:after {
			height: 38px;
			bottom: 0;
			-webkit-transition: height, 0.2s linear;
			-moz-transition: height, 0.2s linear;
			-ms-transition: height, 0.2s linear;
			-o-transition: height, 0.2s linear;
			transition: height, 0.2s linear;
		} */
		.site-header .middle-header-contain .itp-social-icons-header a {
			justify-content: flex-start;
			display: flex;
			align-items: center;
			gap: 10px;
			font-size: 16px;
			height: 16px;
			width: 30px;
		}
		.site-header .middle-header-contain .itp-social-icons-header {
			padding: 20px 0 14px;
			display: flex;
			align-items: center;
			gap: 10px;
			font-size: 16px;
		}
		.site-header .middle-header-contain .rel-site-sec,.site-header .middle-header-contain .nl-sub-sec p {
			font-size: 16px;
			letter-spacing: .24px;
			line-height: 22px;
		}
		.site-header .middle-header-contain .search-sec .search-ctr {
			display: flex;
			align-items: baseline;
		}
		.site-header .middle-header-contain .search-sec .search-sec-lbl {
			font-size: 16px;
			opacity: 0.49;
			letter-spacing: .24px;
			line-height: 22px;
		}
		.site-header .middle-header-contain .rel-site-sec a,.site-header .middle-header-contain .search-sec .search-ctr,.site-header .middle-header-contain .nl-sub-sec p {
			position: relative;
			z-index: 1;
			padding: 0 3px 3px;
            white-space: nowrap;
		}
		.site-header .middle-header-contain .rel-site-sec a:before, .site-header .middle-header-contain .search-sec .search-ctr:before, .site-header .middle-header-contain .nl-sub-sec p:before {
			content: '';
			display: block;
			top: -16px;
			position: absolute;
			border: 2px solid #fff;
			width: 100%;
			left: 0px;
            display: none;
		}
		.site-header .middle-header-contain .search-sec .search-ctr:after, .site-header .middle-header-contain .nl-sub-sec p:after {
			content: "";
			position: absolute;
			top: -16px;
			left: 0;
			width: 100%;
			height: calc(100% + 16px);
			transform: scaleY(0);
			transform-origin: top center;
			background: #ffffff;
			z-index: -1;
			transition: transform 0.3s;
		}
        .site-header .middle-header-contain .rel-site-sec a:after {
            display: none;
        }
        .site-header .middle-header-contain .rel-site-sec a:hover {
            text-decoration: underline;
        }
		.site-header .middle-header-contain .rel-site-sec a:hover, .site-header .middle-header-contain .search-sec .search-ctr:hover, .site-header .middle-header-contain .nl-sub-sec p:hover {
			text-decoration: none;
			color: #000000;
			cursor: pointer;
		}
		.site-header .middle-header-contain .search-sec .search-ctr:hover .search-sec-lbl {
			opacity: 1;
			color: #000000 !important;
		}
		.site-header .middle-header-contain .search-sec .search-ctr:hover .header-search-contain .search-icon > svg {
			fill: #000000 !important;
		}
		.site-header .middle-header-contain .rel-site-sec a:hover:after, .site-header .middle-header-contain .search-sec .search-ctr:hover:after, .site-header .middle-header-contain .nl-sub-sec p:hover:after {
			transform: scaleY(1);
		}
		.site-header .middle-header-contain .search-sec .search-ctr:before, .site-header .middle-header-contain .search-sec .search-ctr:after {
			top: -9px;
		}
		.site-header .nav1 .main-menu {
			padding: 0;
		}
		.site-header .middle-header-contain .nav1 .main-menu li.menu-item {
			font-size: 19px;
			text-transform: capitalize;
		}
		.site-header .middle-header-contain .nav-sec-ctr .nav-sec-top {
			display: flex;
			padding: 0;
            margin-right: 4px;
		}
		
		.site-header .middle-header-contain {
			background-color: #fff;
			position: relative;
		}

		.site-header .middle-header-contain .wrapper:before {
			height: 100%;
			z-index: 10;
			content: "";
			position: absolute;
			width: 31vw;
			left: 0;
			background: #fff;
			top: 0;
			bottom: 0;
            display: none;
		}
		
		.site-header .middle-header-contain .wrapper .site-branding {
			z-index: 12;
		}
        .site-header .custom-logo {
            height: auto!important;
            width: 116px!important;
        }
        .nav1 .main-menu>li>a, .mobile-menu-toggle {
            font-weight: 400;
        }
        
        .h-sh.h-db .middle-header-contain {
            border-bottom: 2px solid #FF3A30;
            margin-top: -2px;
            background: #F5F6F8;
        }
        .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) 1rem;
            padding: 0;
        }
        .entry-content a,.entry-content a:hover {
            font-family: 'Charter', Georgia, Times, Serif;
            font-size: 1.1875rem;
            line-height: 1.6;
            color: #000;
            text-decoration: underline;
            text-decoration-thickness: 0.0625rem;
            text-decoration-color: #FF3A30;
            text-underline-offset: 0.25rem;
        
        }
        
        .whats-trending-sec article .entry-title {
            margin: 14px 0;
        }
        
        a {
            color: #343434;
            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%;
        }
        @media (max-width: 991px) {
            .h-sh.h-db .middle-header-contain {
                padding-top: 10px;
                padding-bottom: 10px;
                border-bottom: solid 3.5px #FF3A30;
            }
            .site-header .middle-header-contain.nav-fixed {
                padding-top: 15px;
            }
            .h-sh.h-db .middle-header-contain .custom-logo-link, .h-sh.h-db .middle-header-contain .site-branding {
                margin-right: 0;
            }
            .mobile-sidebar .mobile-menu-toggle svg {
                display: block;
            }
        }
        
        /* FOOTER CSS FOR NEWSLETTER PART */
        .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.8rem;
        }
        .site-footer .footer-widgets .wrapper {
            flex-direction: column;
            width: 1200px;
        }
        .site-footer .footer-widgets .wrapper section:first-child, .site-footer .footer-widgets .wrapper section:nth-child(2) {
            margin-bottom: 0;
        }
        .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child .wp-block-social-links .wp-block-social-link-anchor:hover {
            opacity: 1;
        }
        .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child .wp-block-social-links .wp-block-social-link-anchor:hover svg {
            fill: #ff3a30;

        }
        .site-footer form.form-subscribe .input-group {
            display: flex;
        }

        .site-footer .newsletter-wrapper p {
            margin: 0;
        }

        .site-footer .imprint {
            display: none;
        }

        .site-footer .signup-form .signup-fields {
            display: flex;
        }

        .site-footer .form-item {
            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;
            margin-left: -32px;
        }

        .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 0 10px 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: 870px;
            margin: 0 auto;
            text-align: center;
        }
        .site-footer .site-info .copyright {
            font-size: 12px;
        }
        .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;
        }
        .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-end;
        }
        .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child h4 {
            color: #fff;
            width: 176px;
            margin-bottom: 0!important;
        }
        .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child .wp-block-social-links {
            margin-top: 13px;
        }
        .site-footer .footer-widgets .widget:last-child {
            position: relative;
        }
        .site-footer .footer-widgets .widget:last-child figure:before {
            content: '';
            width: 30vw;
            background: #fff;
            height: 104px;
            position: absolute;
            left: -5vw;
            bottom: -22px;
            display: none;
        }
        .site-footer .site-info .site-info-contain:first-child {
            border: 0;
            opacity: 1;
        }
        .site-footer .site-info {
            max-width: unset;
        }
        .site-footer .site-info .copyright {
            color: #000;
            font-family: Lausanne, Arial, sans-serif;
            font-size: 0.75rem;
            line-height: 1.3;
            font-weight: 400;
        }

        @media (min-width: 1200px) {
            .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child .wp-block-social-links {
                align-items: end;
                justify-content: end;
            }
        }

        @media only screen and (max-width:767px) {
            .site-header .middle-header-contain .wrapper .site-branding .custom-logo {
                width: 180px;
                min-height: auto;
            }
            .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;
                font-size: 21px;
            }

            .site-footer .wp-block-navigation ul {
                justify-content: center;
            }

            .site-footer .form-item {
                max-width: 100%;
                margin-bottom: .4rem;
                width: 100%;
            }
            .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child {
                align-items: center;
            }
            .site-footer .footer-widgets .wrapper section:nth-child(3) > .wp-block-columns > .wp-block-column:last-child h4 {
                text-align: center;
            }
        }

        /* FOOTER CSS FOR NEWSLETTER PART */
        /* CSS FOR ARTICLE PAGES */
        .cat-links a {
            background-color: transparent;
            color: #343434 !important;
            display: inline-block;
            margin: 0;
            padding: 0;
            transition: all .2s;
            font-size: 14px;
        }

        .single .entry-title {
            font-size: 2.3em;
            font-weight: 500;
        }

        .single .entry-subhead .entry-meta {
            display: flex;
            align-items: center;
        }

        .single .entry-subhead .entry-meta .byline {
            margin-right: 0px;
            display: flex;
        }

        .single .entry-header p {
            font-size: 16px;
            text-align: center;
        }

        .single .entry-subhead .entry__share>span {
            font-size: 16px;
        }

        .single .entry-subhead .entry__share>span {
            margin-right: 10px;
        }

        .single span.posted-on {
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.3;
            font-family: 'Lausanne',Arial,sans-serif;
            text-transform: uppercase;
            padding: 0 10px;
            margin: 0 10px;
            position: relative;
            display: flex;
        }

        .single span.posted-on:before {
            content: '';
            display: block;
            height: 14px;
            width: 2px;
            background: #58585b;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .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;
            }
            .single .main-content>.post-thumbnail:first-child {
                margin-top: 0;
            }
        }

        /* CSS FOR ARTICLE PAGES */
        /* CSS FOR CATEGORY PAGES */
        .category .page-header {
            margin-bottom: 0;
            position: relative;
        }

        .category .page-title {
            font-size: 15px;
        }

        .category .page-title span.page-subtitle,
        .comments-area, .category .page-title, .archive.author .page-header span {
            display: block;
            margin-left: 35px;
        }
        .category .page-title span.page-subtitle, .page-header .editor-social
        {
            display: none;
        }

        .category .page-title span.page-subtitle,
        .comments-area, .category .page-title::before {
            height: 3px;
            background-color: #FF3A30;
            content: "";
            position: absolute;
            top: 65%;
            left: 0;
            width: 24px;
            z-index: 1;
        }
        @media only screen and (max-width: 781px) {
        .category .page-title span.page-subtitle,
        .comments-area, .category .page-title::before {
            top: 85%;
        }
    }
        @media only screen and (min-width: 782px) {

            .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;
                max-height: 221px;
                overflow: hidden;
            }

            .archive .has-post-thumbnail .entry-container,
            .blog .has-post-thumbnail .entry-container,
            .search .has-post-thumbnail .entry-container {
                flex-basis: 60%;
                padding-top: 12px;
                padding-left: 15px;
            }
            .search .has-post-thumbnail .entry-container { 
                padding-top: 0px !important ;
            }
            .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;
            }
            .h-sh .site-header .mobile-menu-toggle {
                display: none!important;
            }
        }

        /* 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: 21px;
            background: #000;
            color: #ff3a30;
            height: 38px;
            line-height: 38px;
            width: 166px;
            padding: 0;
            z-index: 99;
            border-radius: 0;
            position: absolute;
            bottom: 0;
        }

        .slick-prev:before,
        .slick-next:before {
            content: "";
            width: 13px;
            height: 20px;
            text-align: center;
            background: url(/wp-content/uploads/2021/08/arrow-left.png) no-repeat center;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .slick-next:before {
            background: url(/wp-content/uploads/2021/08/arrows.png) 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 > span {
            display: none;
        }

        .entry__share .share-content a {
            font-size: 0;
        }

        .entry__share span.icon {
            font-size: 22px;
            font-weight: 400;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #000;
            padding-right: 0;
            display: inline-block;
        }
        .entry__share span.icon i {
            font-size: 22px;
        }

        .single.has-featured-image .featured-image-above>.post-thumbnail, .single.has-featured-image .top-ctr>.post-thumbnail .entry__share .share-content {
            display: flex;
        }
        
        .single.has-featured-image .featured-image-above>.post-thumbnail .entry__share span.icon i, .single.has-featured-image .top-ctr>.post-thumbnail .entry__share span.icon i, .single.videos-template-default .youtube-video-container .entry-subhead .entry__share span.icon i, .single.gallery-template-default .gallery-post-wrapper .entry-subhead .entry__share span.icon i {
            transform: rotate(-90deg);
        }

        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-top: 2px;
            font-size: 14px;
            top: 45px;
            width: 300px;
        }

        .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;
            }
        }

        .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: center;
            }
        }
        .single.single-gallery .entry-subhead {
            justify-content: space-between;
            display: flex;
        }
        /* 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-direction: column;
        }

        .reated-article-cus .author-avatar, .reated-article-cus .entry-meta {
            display: none;
        }

        .reated-article-cus .entry-header {
            padding-bottom: 5px;
            border-bottom: none !important;
        }
        .reated-article-cus .entry-title {
            font-size: 22px !important;
        }
        .reated-article-cus  .entry {
            margin-top: 0 !important;
        }
        .reated-article-cus {
            margin-top: 40px;
        }

        @media only screen and (min-width: 768px) {
            .reated-article-cus {
                display: flex;
                flex-wrap: wrap;
                margin: 30px -10px 0;
            }
            .reated-article-cus img {
                vertical-align: middle;
            }
            .reated-article-cus .post-thumbnail {
                max-height: 170px;
                min-height: 170px;
                overflow: hidden;
                margin-bottom: 10px;
            }
            .reated-article-cus article {
                flex: 0 0 33.33%;
                margin: 0px;
                padding: 0px 10px;
            }
            .reated-article-cus .entry-title {
                font-size: 20px !important;
                line-height: 26px !important;
            }
        }

        @media only screen and (min-width: 782px) {
            .search-results article.gallery {
                flex-flow: initial;
            }

            .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: #343434;
            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%;
            }
        }

        .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 {
            text-transform: uppercase;
            margin-right: 0 !important;
            flex: 1;
        }

        .wpnbha.has-text-color .entry-meta span:not(.avatar) {
            opacity: 1!important;
        }

        article .section-title {
            margin-bottom: 40px;
            font-weight: 400;
        }	

        .home .latest-news-ctr article .entry-title {
            margin: 20px 0 15px;
        }
        .entry-meta .byline + .entry-date.published {
            color: #d4b57a;
        }

        .entry-meta .byline + .entry-date.published:before {
            content: '/';
            color: #343434;
            margin: 0 5px;
        }

        .author.vcard a.url {
            font-size: 12px;
            font-weight: 600;
            color: #343434 !important;
            transition: all .2s;
            text-decoration: none;
            text-transform: uppercase;
            margin-right: 0.625rem;
            margin-left: 0.250rem;
        }

        .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;
        }
        .wpnbha .post-thumbnail {
            margin-bottom: 0!important;
        }

        @media (min-width: 768px) {
            /* .home .home-top-banner {
                max-width: 92%;
                
            } */
            .home .wpnbha.image-alignleft.is-4.home-top-banner .entry-wrapper {
                max-width: 40%;
                flex-basis: 100%;
            }
            /* body .is-landscape.is-style-ITP_block_list article {
                max-width: 70%;
                margin: 0 auto;
            } */
            body .is-landscape.is-style-ITP_block_list article {
                max-width: calc(100% - 11px);
                margin-left: -2px;
            }
            body .is-landscape.is-style-ITP_block_list article .post-thumbnail {
                max-height: 503px;
                overflow: hidden;
            }
            .home .wpnbha.columns-2 {
                margin-left: 0;
            }
            .home .wpnbha.columns-3 article .post-thumbnail {
                max-height: 180px;
				overflow: hidden;
            }
            .home .wpnbha.columns-3 {
                margin-left: 8px;
            }
            .home .wpnbha.columns-4 article .post-thumbnail {
                max-height: 195px;
				overflow: hidden;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            .home .wpnbha.columns-4 article, .home .wpnbha.columns-4 article:last-of-type {
                flex-basis: calc( ( 100% / 2 ) - 16px);
            }
			.wpnbha article .entry-title {
				margin-top: 7px;
			}
        }

        @media (min-width: 768px) and (max-width: 1199px) {
            .home .wpnbha.columns-3 article .post-thumbnail {
                height: 160px;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .home .wpnbha.columns-4 article .post-thumbnail {
                height: 160px;
            }
        }

        .home .home-top-banner article {
            justify-content: center;
            align-items: center;
            background: #f7f7f7;
        }

        .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link {
            color: #161615 !important;
            text-transform: capitalize;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0.3px;
            background: #ff3a30;
            padding: 4px 29px;
            text-decoration: none;
            z-index: 1;
			display: inline-block;
			margin-top: 50px;
        }
        .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link:hover {
            color: #ff3a30!important;
            background: #161615;

        }
        .home .home-text-on-img article .entry-wrapper {
			/* position: absolute;
			right: -395px; */
			background-color: #f7f7f7;
			/* max-width: 25vw !important; */
			padding: 83px 20px 54px;
		}
		.home .home-text-on-img article figure.post-thumbnail {
			flex-basis: 50% !important;
			margin-left: 0;
			max-height: 557px;
			overflow: hidden;
		}

        .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title a {
            font-size: 3rem;
            font-family: 'Glanz',Times,Serif;
            color: #161615 !important;
            display: block;
            font-weight: normal;
            line-height: normal;
            text-decoration: none;
            text-align: left;
            white-space: pre-wrap;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
            margin: 0;
			line-height: 1.2;
        }
        .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title a:hover {
            color: #4d4d4d!important;
        }
        .home .home-top-banner .cat-links a {
            font-size: 16px;
        }
        
        @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 h2.entry-title a {
                font-size: 30px;
                line-height: 34px;
            }
            .home .home-top-banner figure.post-thumbnail + .entry-wrapper a.more-link {
                font-size: 15px;
                top: -60px;
            }
            .home .home-top-banner figure.post-thumbnail + .entry-wrapper .cat-links {
                padding-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 a {
                font-size: 2.125rem;
                line-height: 1.2;
                padding: 0;
            }
            .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 {
                left: -90px;
            }
            .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;
            }
        }

        @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;
            }
        }

    
        @media only screen and (max-width:991px) {
              body .is-layout-flex {
                 display: block;
            }
            .home .wp-block-columns.section-header {margin-bottom: 3.3rem;}
        }
        @media only screen and (max-width: 599px){
            .wpnbha.is-grid article { 
                flex-basis: calc( 50% - 16px) !important;
            }
        }
        @media only screen and (min-width: 600px) {
            .wpnbha.image-alignright.is-4 .entry-wrapper {
            flex-basis: 50% !important;
        }
        }
        @media only screen and (max-width:767px) {
            .home .wp-block-columns.section-header {margin-bottom: 0rem;}
            .hp-block-4 .wpnbha.image-alignleft .post-has-image, .wpnbha.image-alignright .post-has-image {
                flex-direction: row;
                align-items: center;
            }
            .wpnbha.image-alignleft .post-has-image, .wpnbha.image-alignright .post-has-image {
                flex-direction: column-reverse;
            }
            .hp-block-4 .wpnbha.image-alignleft .post-has-image .post-thumbnail {
                width: 50%;
                flex-basis: 50% !important;
            }
            .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: 0;
            }
			.home .wpnbha.columns-2 article:last-child {
				margin-bottom: 0;
			}
            .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title a {
                font-size: 2rem;
                line-height: 1.25;
                padding: 0;
                margin-left: 0;
				text-align: center;
            }
			.home .wp-block-column.home-two-col, .home .wp-block-columns.hp-section-6 .wp-block-column, .home .wp-block-columns.hp-section-8 .wp-block-column {
				margin-bottom: 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 {
                font-size: 18px;
				margin-top: 20px;
				padding: 4px 0;
				min-width: 150px;
				top: 0;
				left: 30px;
            }
            .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;
            }
			.section-header .wp-block-column:first-child {
				position: unset !important;
			}
			.videos-template-default.single .main-content>.entry-header span.posted-on {
				margin: 10px 10px 20px;
			}
        }
         /**temp fix for footer link spacing issue**/
footer .wp-block-navigation__container {
    display: block !important;
}
/*****/
.site-footer ul.menu {
	margin: 0;
}
.site-footer ul.menu * {
    font-family: 'Lausanne', Arial, sans-serif;
	font-weight: 400;
    font-size: 12px;
}
.site-footer ul.menu a:hover {
	text-decoration: none;
}
footer.site-footer .wp-block-columns .wp-block-column {
	margin-bottom: 0;
}
        /****************Footer responsive styles***************************/
        @media only screen and (max-width:991px) {
            .cat-links a {
                font-size: 12px;
            }
            .entry-content .hp-block-two .entry-title a {
                font-size: 1.75rem;
                line-height: 1.2;
            }
            footer.site-footer .wp-block-columns .wp-block-column>* {
                margin-bottom: 0;
                margin-top: 0;
                margin-left: 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: 92%;
            }
            .site-header .middle-header-contain .nav-sec-ctr .nav-wrapper.search-sec {
                width: 34px;
            }
            .site-header .middle-header-contain .header-search-contain .search-icon {
                background: url(../images/search-bl.png) no-repeat left center;
                width: 31px;
                height: 31px;
            }
            .site-header .middle-header-contain .header-search-contain .search-icon svg {
                display: none;
            }
            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;
                padding-top: 15px;
                display: flex;
            }
            footer.site-footer .footer-parent-wrapper {
                margin-bottom: 35px !important;
            }        
            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 (min-width: 768px) and (max-width: 991px) {
            .home .wp-block-columns.section-header {
                flex-wrap: nowrap;
            }
        }

        @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: #343434 !important;
            font-size: 0.875em;
            text-transform: uppercase;
            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:not(.single-lists) .cat-links, .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: 18px;
            }
            .archive .entry-meta, .blog .entry-meta, .search .entry-meta {
                margin-top: 10px;
            }
        }

        /*****************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: 781px) {
            .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;
        }
        /* MAGAZINE BLOCK */
        .wp-block-media-text.magazine-subscribe {
            position: relative;
        }
        .wp-block-media-text.magazine-subscribe:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: #f7f7f7;
            width: 100%;
            height: 90%;
        }
        .wp-block-media-text.magazine-subscribe figure.wp-block-media-text__media, .wp-block-media-text.magazine-subscribe .wp-block-media-text__content {
            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 {
            font-size: 36px;
            font-weight: 400;
        }
        .magazine-subscribe figure.wp-block-media-text__media {
            padding: 40px 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: 18px 59px;
        }
        .magazine-subscribe .magazine-btn a {
            font-size: 16px;
            color: #fff!important;
            text-decoration: none;
            display: flex;
            align-items: center;
        }
        .magazine-subscribe .magazine-btn a span {
            background: url(/wp-content/uploads/2021/08/long-arrow-white.png) 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;
        }
        @media (max-width: 1300px) {
            .wp-block-media-text.magazine-subscribe .wp-block-media-text__content {
                padding-right: 30px;
            }
        }
        @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 (min-width: 768px) and (max-width: 991px) {
            .entry-content .wp-block-media-text.alignfull.magazine-subscribe {
                max-width: 85%;
            }
        }
        @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 {
                height: 100%;
            }
            .magazine-subscribe figure.wp-block-media-text__media {
                padding: 0 ;
                max-width: 290px;
                margin: 0 auto;
            }
            .wp-block-media-text.magazine-subscribe .wp-block-media-text__content {
                padding: 0;
                text-align: center;
            }
            .magazine-subscribe h2 {
                font-size: 22px;
                text-align: center;
            }
            .magazine-subscribe .magazine-btn {
                margin-bottom: 30px;
            }
        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .magazine-subscribe .magazine-btn {
                padding: 15px 30px;
            }
            footer.site-footer .wp-block-columns.footer-menu {
                margin-top: -32px;
                margin-bottom: 32px;
            }
        }
        /* MAGAZINE BLOCK */

        /* SECTION PAGE */
        .archive .entry-title a {
            text-decoration: none;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) {
            display: flex;
            position: relative;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .post-thumbnail {
            margin-bottom: 0;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container .entry-title {
            font-weight: 300;
            font-size: 19px;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container p, .single:not(.has-large-featured-image) .entry-header p {
            font-size: 24px;
            font-weight: 400;
            line-height: 31px;
            color: #161615;
        }
       .single .entry-content {
            width: 100%;
        }
        .entry .entry-content {
            font-size: 17px;
        }
        .search-results .entry .entry-content {
            font-size: 14px;
        }
        .entry-meta {
            font-size: 12px;
        }
        .entry-meta .byline .author {
            font-weight: 600;
        }
        .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;
        }
        .has-regular-font-size, .comments-title, .archive .entry-title, .search .entry-title, .blog .entry-title, h3, .archive:not(.paged).feature-latest .site-main article.entry:first-of-type .entry-title  {
            font-size: 22px;
            font-weight: 500;
        }
        .archive:not(.paged).feature-latest article:hover.has-post-thumbnail:first-of-type {
            opacity: 1;
        }
        .site-main {
            display: flex;
            flex-wrap: wrap;
        }
       .tag .site-main {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }
        .tag .page-header {
            margin: 0;
        }
        .site-main .pagination {
            margin: 40px 0px 0px 0px;
            width: 100%;
            text-align: center;
        }
        .pagination .nav-links>* {
            font-family: 'Charter', Georgia, Times;
            font-size: 16px;
            font-weight: normal;
            min-width: 42px;
            padding: 0 3px;
            vertical-align: top;
            text-align: center;
            position: relative;
            line-height: 40px;
            height: 42px;
            border: 1px solid #f3f3f3;
            color: #888;
            background-color: #fff;
            margin: 0 8px 10px 0; 
        }
        .pagination .nav-links>*:hover {
            color: #fff;
            border-color: transparent;
            background-color: #FF3A30;
        }
        .pagination .nav-links>*.current {
            color: #fff;
            border-color: transparent;
            background-color: #FF3A30;
        }
        .pagination .nav-links>*:last-child {
            padding-top: 5px;
        }
        .pagination .nav-links>*.prev {
            padding-top: 7px;
        }
        @media (max-width: 992px) {
            .single .entry-content {
                width: 100%;
            }
        }
        @media only screen and (min-width: 768px) {
            .archive #primary, .blog #primary, .search #primary, .page #primary, .cat-nav-sec {
                width: 720px;
                margin: 0 auto;
            }
            .archive #main {
                justify-content: space-between;
            }
            /* .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type {
                flex: 84%;
                max-width: 84%;
            }
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .post-thumbnail {
                flex-basis: 66%;
                margin-right: 1rem;
                max-height: 100%;
				max-width: 820px;
            } */
            .has-regular-font-size, .comments-title, .archive .entry-title, .search .entry-title, .blog .entry-title, h3, .archive:not(.paged).feature-latest .site-main article.entry:first-of-type .entry-title  {
                font-family: 'Lausanne',Arial,sans-serif;
                font-weight: normal;
                font-size: 18px;
                line-height: 1.2;
            }
            .archive .has-post-thumbnail, .blog .has-post-thumbnail, .search .has-post-thumbnail, .archive:not(.paged).feature-latest .site-main article.has-post-thumbnail:first-of-type {
                max-width: calc(50% - 16px);
                display: flex;
                align-items: center;
                margin-left: 0px;
            }
            .site-main .pagination{
                margin: 40px 0px 0px 0px;
                width: 100%;
            }
        }
        .search .has-post-thumbnail {
            display: flex;
            align-items: flex-start !important;
            padding-top: 0 !important;
            margin-left: 0px;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container {
            display: flex;
            flex-direction: column;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .cat-links {
            order: 1;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-header {
            order: 2;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-content {
            order: 3;
            margin-bottom: 10px;
        }
        .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-meta {
            order: 4;
        }

        @media only screen and (min-width: 992px) {
            .archive #primary, .blog #primary, .search #primary, .page #primary, .single #primary, .cat-nav-sec {
                width: 960px;
            }
        }

        @media only screen and (min-width: 1200px) {
            .archive #primary, .blog #primary, .search #primary, .page #primary, .single #primary, .cat-nav-sec {
                width: 1200px;
            }
			.site-header .middle-header-contain .wrapper {
				max-width: 95%;
				width: 1200px;
                justify-content: left;
			}
        }

        @media (max-width: 1199px) {
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container {
                padding: 40px 30px;
                min-height: 300px;
            }
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container .entry-title {
                font-size: 38px;
            }
            .entry-meta {
                display: flex;
                flex-wrap: wrap;
            }
        }
        @media (max-width: 991px) {
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container {
                padding: 20px;
                width: 360px;
                min-height: 280px;
                left: 61%;
            }
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main 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%;
            }
        }
       
        @media (max-width: 767px) {
			.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-title {
                font-family: 'Lausanne',Arial,sans-serif;
                font-size: 1.125rem !important;
                line-height: 1.15;
                margin: 0;
            }
			.archive.feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-meta {
				margin: 0.65rem 0;
			}
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type, .archive.feature-latest article.has-post-thumbnail {
                display: flex!important;
                align-items: center;
            }
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container {
                width: 100%;
                position: relative;
                left: 0;
                bottom: 0;
                padding: 0;
                min-height: auto;
                justify-content: center;
            }
			.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-meta {
				margin-bottom: 0;
			}
            .entry-title, .not-found .page-title, .error-404 .page-title, .has-larger-font-size, .archive:not(.paged).feature-latest article.entry:first-of-type .entry-title, h2 {
                font-size: 24px;
            }
            h2{
                font-family: 'Lausanne';
                font-size: 1.9375rem;
                line-height: 1.1;
            }
            .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: auto;
                margin-right: auto;
                margin-left: 0;
            }
            .has-regular-font-size, .has-large-font-size, .comments-title, .archive .entry-title, .search .entry-title, .blog .entry-title, h3 {
                font-size: 18px;
            }
        }
        @media (max-width: 1024px) {
            .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-title, .archive .entry-title {
                font-size: 1.125rem;
                line-height: 1.25;
            }
        }
        .site-breadcrumb a, .site-breadcrumb .breadcrumb_last {
            color: #595959;
        }
        .single:not(.has-large-featured-image) .main-content {
            margin-left: 0px;
        }
        .single:not(.has-large-featured-image) .entry-header {
            position: relative;
        }
        @media (min-width: 992px) {
            .single:not(.has-large-featured-image) .entry-header .entry-title {
                font-size: 40px;
                line-height: 56px;
            }
        }
        .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 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, .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 {
            display: none;
        } */
        /* @media (min-width: 768px) {
            .home .site-header #site-navigation ul li, .single .site-header #site-navigation ul li, .archive.author .site-header #site-navigation ul li, .search .site-header #site-navigation ul li, .error404 .site-header #site-navigation ul li, .page-template-default .site-header #site-navigation ul li {
                display: inline-block;
            }
        } */
        .h-dh .site-header .bottom-header-contain.desktop-only {
            border-bottom: 1px solid #d7d7d7;
            display: flex;
        }
        .h-dh.home .site-header .bottom-header-contain.desktop-only, .has-highlight-menu .site-breadcrumb .wrapper, .desktop-sidebar #block-11, .desktop-sidebar #block-13, .desktop-sidebar #block-14, .h-dh.single .site-header .bottom-header-contain.desktop-only, .h-dh.archive.author .site-header .bottom-header-contain.desktop-only, .h-dh.search .site-header .bottom-header-contain.desktop-only, .h-dh.error404 .site-header .bottom-header-contain.desktop-only, .h-dh.page-template-default .site-header .bottom-header-contain.desktop-only {
            border: 0;
        }
        .h-dh .site-header .nav1 .main-menu>li.current-menu-item a {
            font-size: 22px;
            color: #343434;
            position: relative;
        }
        .h-dh .site-header .nav1 .main-menu>li.current-menu-item {
            display: none;
            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:first-child {
            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-size: 14px;
            color: #555;
            background: #fff;
            padding: 0;
        }
        .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: #343434;
            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 {
            position: relative;
            top: -6px;
            z-index: 99;
        }
        .site-header .desktop-menu-toggle svg {
            width: 30px;
            height: 30px;
            margin-top: 6px;
        }
        .desktop-menu-opened #desktop-sidebar-fallback .widget_nav_menu .menu-item a {
            list-style: none;
            font-family: 'Lausanne', Arial, sans-serif;
            font-size: 0.9375rem;
            line-height: 1.9;
            text-decoration: none;
        }
        .desktop-menu-opened #desktop-sidebar-fallback .sidebar-search {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0;
        }
        .desktop-menu-opened #desktop-sidebar-fallback .search-sec-lbl {
            font-family: 'Lausanne', Arial, sans-serif;
            font-size: 0.8125rem;
            font-weight: 800;
            line-height: 2rem;
            cursor: pointer;
            padding: 1rem 0;
        }
        .desktop-sidebar .desktop-menu-toggle {
            margin: 0 0 0.5rem;
        }
        .desktop-menu-opened #desktop-sidebar-fallback .desktop-menu-toggle {
            font-size: 0;
        }
        .desktop-menu-opened #desktop-sidebar-fallback .desktop-menu-toggle svg {
            width: 30px;
            height: 30px;
            margin-right: -5px;
        }
        aside.desktop-sidebar {
            background: #f5f6f8;
            padding: 1rem;
            overflow-x: hidden!important;
        }
        .desktop-sidebar #block-14 figure {
            display: flex;
            justify-content: flex-end;
        }
        .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 #343434;
            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: #343434 url(/wp-content/uploads/2021/08/long-arrow-white.png) no-repeat center;
            border-radius: 0;
            width: 60px;
        }
        .desktop-sidebar #block-18 {
            background: #f7f7f7;
            position: absolute;
            left: 0;
            bottom: 0;
            border: 0;
            width: 100%;
            margin: 0;
            padding: 1.3rem 0 1rem;
        }
        .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;
        }

        @media (max-width: 767px) {
            aside.desktop-sidebar {
                padding: 1rem;
            }
            .desktop-sidebar #block-18>.wp-block-columns {
                padding: 0 1rem;
            }
            .h-sh.h-ll.hide-site-tagline .nav-primary-top {
                overflow-y: hidden;
                height: 1.5rem
            }
            .h-sh.h-ll.hide-site-tagline .nav-wrapper {
                overflow-x: auto;
            }
            .site-header .nav1 .main-menu {
                padding-bottom: 0.5rem;
            }
        }
        @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;
                position: absolute;
                right: 0;
                bottom: 0.3rem;
            } */
            .site-header .middle-header-contain .nl-sub-sec #subscribe-nl {
                padding-left: 0;
                padding-right: 0;
            }
        }
        @media (max-width: 1023px) {
        .site-footer .wp-block-navigation {
                margin-left: 0;
            }
            .site-header .nav1 .main-menu {
                display: flex;
                width: 600px;
                white-space: nowrap;
            }
            .h-dh .site-header .nav1 .main-menu>li {
                padding: 0;
            }
            .h-dh .site-header .nav1 .main-menu>li.current-menu-item {
                justify-content: flex-start;
            }
            .h-dh .site-header .nav1 .main-menu>li.current-menu-item 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 {
                margin-left: 0;
            }
        }
        .overlay-mask {
            /* background-color: #d4b57a; */
            mix-blend-mode: multiply;
        }
        body.desktop-menu-opened {
            overflow: hidden;
        }
        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;
            }
        }

        @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: 100%;
            }
        }

        @media (min-width: 992px) {
            body.gallery-template-default .post-content-container article .entry-content p, body.videos-template-default .post-content-container article .entry-content p, body.post-template-default .post-content-container article .entry-content p {
                font-family: 'Charter', Georgia, Times, Serif;
                font-size: 1.1875rem;
                line-height: 1.6;
                color: #000;
            }
			body.gallery-template-default .post-content-container article .entry-content > *, body.videos-template-default .post-content-container article .entry-content > *, body.post-template-default .post-content-container article .entry-content > *, .single .main-content > p {
				padding: 0;
			}
        }

        .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;
        }
        .single.has-featured-image .main-content .entry-footer .tags-links {
            display: table;
        }
        .single.has-featured-image .main-content .entry-footer .tags-links, .single.has-featured-image .main-content .entry-footer .tags-links>span {
            font-size: 24px;
            line-height: 30px;
            color: #000;
            padding-right: 38px;
        }
        .single.has-featured-image .main-content .entry-footer .tags-links>span:first-child {
            display: table-cell;
        }
        .content-area .entry-footer .tags-links a {
            font-size: 16px;
            color: #000;
            background: transparent;
            position: relative;
            padding-right: 34px;
            padding-top: 0;
            padding-bottom: 0;
            margin-top: 0;
            margin-bottom: 0;
        }
        .content-area .entry-footer .tags-links a::before {
            content: "";
            position: absolute;
            left: -6px;
            top: 50%;
            width: 6px;
            height: 6px;
            background: #ff3a30;
            border-radius: 100%;
            margin-top: -2px;
        }

        /* NEW CSS */
        .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover .wp-block-cover__gradient-background, .h-sh.h-ll.hide-site-tagline .nav-wrapper .screen-reader-text, .site-footer .footer-branding, .wp-block-newspack-blocks-itpquery.is-style-ITP_round_images .entry-wrapper .entry-title, .home .home-top-banner figure.post-thumbnail + .entry-wrapper .cat-links, .wpnbha.is-landscape.is-style-ITP_block_list .entry-wrapper .cat-links, .wpnbha.is-landscape.is-style-ITP_block_list .entry-wrapper .entry-meta, .home .wpnbha.columns-4 article .cat-links, .home .wpnbha.columns-3 article .cat-links, .site-footer .wp-block-navigation__container>.wp-block-navigation-link:before {
            display: none;
        }
		.home .top-block {
			position: relative;
			height: 70vh;
			min-height: unset !important;
			padding: 0;
		}
		.home .top-block > img.wp-block-cover__image-background  {
			width: 100%;
			height: 70vh;
			object-fit: cover;
			object-position: top;
			position: unset
		}
		.home .top-block .top-block-cls-btn {
			position: absolute;
			right: 36px;
			top: 20px;
			z-index: 99;
		}
		.home .top-block div.wp-block-cover__inner-container p {
			margin: 0;
		}
		.home .top-block .top-block-cls-btn:hover {
			cursor: pointer;
		}
        .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
            width: 60%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size {
            font-size: 37px;
            line-height: 56px;
        }
        @media (max-width: 991px) {
            .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size {
                font-size: 40px;
                line-height: 57px;
            }
        }
        @media (max-width: 767px) {
            .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
                width: 95%;
            }
            .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size {
                font-size: 33px;
                line-height: 44px;
            }
            .single.has-featured-image .main-content .entry-footer .tags-links, .single.has-featured-image .main-content .entry-footer .tags-links>span {
                font-size: 20px;
            }
            .content-area .entry-footer .tags-links a {
                font-size: 17px;
            }
        }
        .h-sh.h-ll.hide-site-tagline .nav-wrapper {
            display: flex;
            justify-content: flex-start;
            margin-left: 0;
        }
        /* .h-sh.h-ll.hide-site-tagline .nav-wrapper * {
            color: #000;
        } */
        .h-sh.h-ll.hide-site-tagline .nav-wrapper .search-container {
            cursor: pointer;
            position: relative;
            top: -7px;
            border-top: 4px solid #fff;
        }
        .h-sh.h-ll.hide-site-tagline .nav-wrapper .search-container:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: scaleY(0);
            transform-origin: top center;
            background: #fff;
            z-index: 0;
            transition: transform 0.3s;
        }
        .h-sh.h-ll.hide-site-tagline .nav-wrapper .search-container:hover:after {
            transform: scaleY(1);
        }
        .h-sh.h-ll.hide-site-tagline .nav-wrapper .search-container:hover .header-search-contain, .h-sh.h-ll.hide-site-tagline .nav-wrapper .search-container:hover .label-search {
            position: relative;
            z-index: 1;
        }
        .h-sh.h-ll.hide-site-tagline .nav-wrapper .search-container:hover .header-search-contain .svg-icon, .h-sh.h-ll.hide-site-tagline .nav-wrapper .search-container:hover .label-search {
            color: #000;
            fill: #000;
        }
        .h-sh .middle-header-contain .wrapper {
            padding: 0;
            position: relative;
        }
        .site-footer {
            background: #000;
        }
        .site-footer .footer-widgets {
            padding: 1rem 0;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }
        .site-footer .footer-branding .wrapper, .site-footer .footer-widgets:first-child .wrapper {
            border: 0;
        }
        .site-footer .newsletter-wrapper p {
            display: block;
            margin-bottom: 16px;
            font-family: 'Lausanne', Arial, sans-serif;
            font-size: 18px;
        }
        .site-footer .footer-parent-wrapper .signup-fields {
            display: flex;
        }
        .site-footer .footer-parent-wrapper .signup-fields input[type="text"] {
            background: transparent;
            min-width: 300px;
            padding: 10px 0 11px 18px;
            height: 41px;
        }
        .site-footer .footer-parent-wrapper .signup-fields input[type="text"]::placeholder {
            color: #fff;
        }
        .site-footer .footer-parent-wrapper .signup-fields input[type="button"] {
            border: 1px solid #000;
            border-radius: 0;
            font-family: 'Lausanne', Arial, sans-serif;
            line-height: 1.7;
            letter-spacing: 0.04rem;
            font-weight: normal;
            text-transform: uppercase;
            background: #000;
            color: #fff;
            font-size: 18px;
            text-align: center;
            padding: 7px 28px;
            width: auto;
            height: 41px;
            transition: all .2s;
        }
        .site-footer .footer-parent-wrapper .signup-fields input[type="button"]:hover {
            border: 1px solid #ff3a30;
            background-color: #ff3a30;
        }
        .site-footer .app-store-logos.wp-block-columns {
            justify-content: flex-end;
            margin-top: 20px;
        }
        .site-footer .app-store-logos.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
            flex-basis: 128px!important;
            flex-grow: unset;
            width: 128px;
            margin-left: 0;
            margin-right: 30px;
        }
        .site-footer .app-store-logos.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-child {
            margin-right: 16px;
        }
        .site-footer .app-store-logos.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column .wp-block-image {
            transition: all .2s;
        }
        .site-footer .app-store-logos.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column .wp-block-image:hover {
            opacity: 0.7;
        }
        .site-footer .wp-block-navigation * {
            color: #fff;
            font-size: 16px;
        }
        .site-footer .wp-block-navigation .wp-block-navigation__container {
            flex-direction: column;
            align-items: flex-start;
        }
        @media (max-width: 1199px) {
            .site-footer .app-store-logos figure img {
                max-width: 110px;
            }
            .site-footer #block-2>.wp-block-columns {
                align-items: flex-end;
            }
            .site-footer .app-store-logos.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
                flex-basis: auto!important;
                width: auto;
            }
            .site-footer .footer-parent-wrapper .signup-fields input[type="text"] {
                min-width: calc(100% - 140px);
            }
            .site-footer #block-4>.wp-block-columns .wp-block-column {
                flex-basis: auto;
            }
        }
        @media (max-width: 991px) {
            .site-footer .footer-widgets {
                padding: 2rem 0 0.5rem;
            }
            footer.site-footer .footer-widgets, .site-footer .site-info {
                max-width: 750px;
                margin: 0 auto;
            }
            .site-footer .footer-parent-wrapper .signup-fields input[type="button"] {
                font-size: 15px;
            }
            .site-footer .wp-block-columns {
                flex-wrap: nowrap!important;
            }
            .site-footer .footer-parent-wrapper .signup-fields input[type="text"] {
                min-width: calc(100% - 127px);
            }
            .site-footer #block-4>.wp-block-columns>.wp-block-column:not(:first-child) {
                flex-basis: 50%!important;
            }
        }
        @media (max-width: 767px) {
            .site-footer .footer-parent-wrapper .signup-fields input[type="text"] {
                min-width: calc(100% - 115px);
            }
            .site-footer .footer-parent-wrapper .signup-fields input[type="button"] {
                font-size: 16px;
                padding: 7px 20px;
            }
            .site-footer .wp-block-columns {
                flex-wrap: wrap!important;
            }
			.form-subscribe-popup .btn-subscribe {
				margin-top: 0px;
			}
			.popup .input-label {
				font-size: 24px;
				line-height: 35px;
			}
			.cat-nav-sec figure img {
				max-width: 80px;
			}
			.cat-nav-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
				flex-basis: 33%!important;
			}
			.archive:not(.paged).feature-latest .site-main article.has-post-thumbnail:first-of-type, .archive.paged.feature-latest .site-main article.has-post-thumbnail:first-of-type {
				margin-top: 0 !important;
			}
            .site-footer .app-store-logos figure img {
                max-width: 107px;
            }
            .site-footer .wp-block-navigation {
                font-size: 14px;
                justify-content: flex-start;
            }
            .site-footer #block-4 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child)>.wp-block-columns {
                flex-wrap: nowrap;
            }
            .site-footer #block-4 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child)>.wp-block-columns>.wp-block-column {
                flex-basis: 50%!important;
                margin: 0;
                padding-left: 16px;
            }
            .site-footer .footer-widgets .widget:last-child figure {
                position: static;
            }
            .site-footer .footer-widgets .widget:last-child figure:before {
                display: none;
            }
            .site-footer .site-info {
                font-size: 12px;
            }
        }

        @media (max-width: 781px) {
            .site-footer #block-4 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child)>.wp-block-columns>.wp-block-column {
                flex-basis: 33.33%!important;
            }
            .site-footer .footer-widgets .widget > .wp-block-columns {
                flex-wrap: wrap;
            }
            .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
                flex-basis: 100%!important;
            }
            .site-footer .app-store-logos.wp-block-columns {
                justify-content: center;
            }
            .site-footer .wp-block-image img {
                display: inline-block;
            }
            .site-footer .wp-block-image {
                text-align: left;
            }
        }

        .home .is-style-ITP_round_images.wp-block-columns:not(.is-not-stacked-on-mobile) {
            flex-wrap: nowrap;
            overflow-x: auto;
            margin-left: -18px;
        }
        .home .is-style-ITP_round_images figure.wp-block-image {
            margin-bottom: 1rem;
        }
        .home .is-style-ITP_round_images p.has-text-align-center {
            margin-top: 0;
            font-size: 18px;
        }
        .home .is-style-ITP_round_images figure img {
            margin: 0 auto;
        }
        
        @media (max-width: 991px) {
            .home .is-style-ITP_round_images.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
                min-width: 106px;
            }
            .home .is-style-ITP_round_images figure.wp-block-image {
                width: 106px;
            }
            .home .is-style-ITP_round_images figure img {
                width: 106px;
                max-width: 106px;
                height: 106px;
            }
            .home .is-style-ITP_round_images p.has-text-align-center {
                font-size: 16px;
            }
        }
        @media (max-width: 767px) {
            .home .is-style-ITP_round_images.wp-block-columns:not(.is-not-stacked-on-mobile) {
                margin-left: -4px;
                width: 100vw;
            }
            .home .is-style-ITP_round_images.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
                margin-right: 16px;
                min-width: 100px;
            }
            .home .is-style-ITP_round_images.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-child {
                margin-right: 1px;
            }
            .home .is-style-ITP_round_images p.has-text-align-center {
                font-size: 14px;
            }
            .home .is-style-ITP_round_images figure.wp-block-image {
                margin-bottom: 10px;
                width: 100px;
            }
            .home .is-style-ITP_round_images figure img {
                width: 100px;
                max-width: 100px;
                height: 100px;
            }
            .home .home-top-banner {
                margin-bottom: 0;
            }
        }
        .single.single-gallery .pre-header .cat-links {
            display: block;
        }
        .wpnbha .cat-links, .blog .cat-links, .archive .cat-links,.search .cat-links, .single.single-gallery .pre-header .cat-links {
            text-transform: capitalize;
            position: relative;
        }
        .wpnbha .cat-links:before, .blog .cat-links:before, .archive .cat-links:before,.search .cat-links:before, .single.single-gallery .pre-header .cat-links:before {
            content: '';
            height: 100%;
            width: 5px;
            left: 0;
            top: -1px;
            background: #ff3a30;
            position: absolute;
        }
        .wpnbha .cat-links a, .blog .cat-links a, .archive .cat-links a,.search .cat-links a, .single.single-gallery .pre-header .cat-links a {
            font-size: 20px;
            color: #9f9898!important;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 16px;
            transition: all .2s;
            text-decoration: none;
        }
        .wpnbha.hp-block-two .entry-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 25px 56px;
        }
        .wpnbha.hp-block-two .entry-wrapper .newspack-post-subtitle {
            text-align: center;
        }
        .blog .cat-links a, .archive .cat-links a {
            font-size: 20px;
        }
        .archive .cat-links a:last-child:not(:nth-child(2)) {
            display: none;
        }
        .search .cat-links a {
            font-size: 16px;
            font-weight: 400;
        }
        .wpnbha.is-landscape.is-style-ITP_block_list .entry-wrapper {
            background: #fff;
            max-width: 79.50%;
            margin: -85px auto 0;
            position: relative;
            padding: 37px 54px;
            text-align: center;
            box-shadow: 0 3px 5px #f1f1f1;
        }
        body .is-landscape.is-style-ITP_block_list article .entry-title a {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 16px;
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .wpnbha.is-landscape.is-style-ITP_block_list .entry-wrapper {
                padding: 20px 10px;
            }
            body .is-landscape.is-style-ITP_block_list article .entry-title a {
                font-size: 30px;
                line-height: 36px;
            }
            footer.site-footer .wp-block-columns .wp-block-column>* {
                margin-bottom: 0 !important;
            }
            body footer.site-footer h4 {
                margin-top: 32px !important;
            }
        }
        @media (max-width: 767px) {
            .search .cat-links {
                display: none !important;
            }
            .wpnbha.is-landscape.is-style-ITP_block_list .entry-wrapper {
                max-width: 100%;
                margin: -35px 15px 0;
                padding: 15px 12px 5px;
                text-align: left;
            }
            body .is-landscape.is-style-ITP_block_list article .entry-title a {
                font-size: 22px;
				line-height: 25px;
            }
            .wpnbha article .entry-title {
                font-size: 1.125rem !important;
                line-height: 1.15 !important;
                font-family: 'Lausanne',Arial,sans-serif;
                font-weight: normal;
            }
        }
        .is-layout-flow .wpnbha article .entry-title {
            text-align: center;
        }
        .section-header {
            display: flex;
            position: relative;
            justify-content: space-between;
            align-items: center;
            margin-left: -8px!important;
            max-width: calc(100% + 11px)!important;
        }
        .section-header .wp-block-column:first-child {
            font-size: 2.75rem;
            line-height: 1.2;
            font-family: 'Lausanne',Arial,sans-serif;
            font-weight: normal;
            color: #161615;
            letter-spacing: 1px;
            /* text-transform: uppercase; */
            padding-right: 30px;
            position: absolute;
            z-index: 1;
            left: 36px;
            bottom: -10px;
        }
        .reated-article-cus .wp-block-column {
            font-size: 1.45em !important;
            left: 20px !important;
            bottom: -5px !important;
            
        }
        .section-header.last-section-header .wp-block-column:first-child {
            bottom: -15px;
        }
        .hp-block-3{
            margin-left: 2px !important;
        }
        .wp-block-columns.section-header .wp-block-column {
            flex-basis: 100%!important;
        }
        .wp-block-columns.hp-section-6>.wp-block-column:last-child, .wp-block-columns.hp-section-8>.wp-block-column:last-child {
            margin-left: 0;
        }
        .section-header .wp-block-column:last-child .wp-block-button__link {
            color: #fff!important;
            background: #161615;
            font-weight: 400;
            padding: 6px 25px 6px;
            border-radius: 0;
            font-size: 16px;
            line-height: 30px;
            text-transform: capitalize;
        }
        .section-header:before {
            height: 3px;
            background-color: #FF3A30;
            content: "";
            position: absolute;
            top: 74%;
            left: 10px;
            width: 17px;
            z-index: 1;
        }
        /* .last-section-header.section-header:before {
            width: 97.4%;
        } */
        .section-header .wp-block-column:last-child .wp-block-buttons {
            justify-content: flex-end;
        }
        .section-header .wp-block-column:last-child .wp-block-buttons .wp-block-button {
            margin-bottom: 0;
            display: none;
        }
        .home .wpnbha.columns-2 article {
            margin-bottom: 20px;
        }
        @media (min-width: 768px) {
            .last-section-header {
                margin-bottom: 53px!important;
            }
            .single .last-section-header {
                margin-bottom: 26px !important;
            }
            .site-footer .wp-block-image img {
                background: #fff;
                display: inline-block !important;
                max-width: 150px;
            }
        }
        @media only screen and (min-width: 782px) {
            .site-footer .footer-widgets .widget:last-child figure {
                top: 7px;
            }
            .site-footer .footer-widgets .widget:last-child figure:before {
                height: 106px;
            }
        }
        @media only screen and (min-width: 992px) {
            .site-footer .footer-widgets .widget:last-child figure {
                left: 0;
                top: 37px;
            }
            .site-footer .footer-widgets .widget:last-child {
                bottom: -22px;
            }
        }
        @media only screen and (min-width: 1052px) and (max-width: 1199px) {
            .site-footer .footer-widgets .widget:last-child figure {
                top: 13px;
            }
            .site-footer .footer-widgets .widget:last-child {
                bottom: -24px;
            }
        }
        @media only screen and (min-width: 1200px) {
            .site-footer .footer-widgets .widget:last-child figure {
                top: 7px;
            }
            .site-footer .footer-widgets .widget:last-child {
                bottom: -2px;
            }
        }
        @media only screen and (min-width: 1360px) {
            .site-footer .footer-widgets .widget:last-child figure:before {
                left: -8vw;
            }
        }
        @media only screen and (min-width: 1620px) {
            .site-footer .footer-widgets .widget:last-child figure:before {
                left: -11vw;
            }
            .site-footer .footer-widgets .widget:last-child figure {
                top: 6px;
            }
        }
        @media only screen and (min-width: 1700px) {
            .site-footer .site-info {
                margin-left: calc((1300px / 2) + 20px);
            }
            .site-footer .footer-widgets .widget:last-child figure:before {
                left: -14vw;
            }
            .site-footer .footer-widgets .widget:last-child figure {
                top: 11px;
            }
        }
        
        @media only screen and (max-width: 767px){
            .section-header:before {
                height: 3px;
                background-color: #FF3A30;
                content: "";
                position: absolute;
                top: 85%;
                left: 0;
                width: 24px;
                z-index: 1;
            }
            .section-header .wp-block-column:first-child {
                font: 500 33px 'Noto Serif', serif;
                color: #161615;
                letter-spacing: 1px;
                text-transform: uppercase;
                padding-right: 30px;
                position: absolute;
                z-index: 1;
                left: 15px;
                bottom: 0px;
            }
        }
        @media (max-width: 767px) {
            .section-header.wp-block-columns .wp-block-column:first-child {
                padding-right: 20px;
                font-size: 2.125rem;
                line-height: 1.2;
                font-family: 'Lausanne',Arial,sans-serif;
                font-weight: normal;
                margin-left: 35px;
                margin-bottom: 0;
                flex-basis: auto!important;
                flex-grow: 0;
            }
            /* .section-header:before {
                width: calc(100% - 20px);
            } */
            .section-header {
                margin-left: 0 !important;
            }
            .section-header .wp-block-column:last-child {
                display: none;
            }
            .home .wpnbha.columns-2 article, .home .wpnbha.columns-3 article, .home .wpnbha.columns-4 article {
                margin-bottom: 14px;
            } 
        }
        .home .wpnbha.columns-2 article .entry-wrapper, .home .wpnbha.columns-3 article .entry-wrapper, .home .wpnbha.columns-4 article .entry-wrapper {
            margin-top: 16px;
        }
        .home .wpnbha.columns-2 article .entry-title a {
            font-size: 22px;
            line-height: 20px;
        }
        .home .wpnbha article, .archive .has-post-thumbnail, .blog .has-post-thumbnail, .search .has-post-thumbnail {
            transition: all .2s;
        }
        .home .wpnbha:not(.home-top-banner) article:hover, .archive .has-post-thumbnail:hover, .blog .has-post-thumbnail:hover, .search .has-post-thumbnail:hover, .archive:not(.paged).feature-latest .site-main article:hover.has-post-thumbnail:first-of-type {
            opacity: 1;
        }
        .home .wpnbha.columns-4 article .entry-title a, .home .wpnbha.columns-3 article .entry-title a {
            font-family: 'Lausanne',Arial,sans-serif;
            font-size: 1.125rem;
            line-height: 1.2;
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .wpnbha.is-grid.columns-2 .cat-links a {
                font-size: 16px;
            }
            .home .wpnbha.columns-2 article .entry-title a {
                font-size: 22px;
                line-height: 24px;
            }
            .wpnbha article .entry-meta {
                font-size: 14px;
            }
            .section-header .wp-block-column:first-child {
                font-size: 36px;
                line-height: 28px;
                padding-right: 20px;
            }
        }
        /* @media (max-width: 767px) {
            .home .wpnbha.columns-4 article .entry-title a, .home .wpnbha.columns-3 article .entry-title a {
                font-size: 22px;
            } 
        } */
		
/***********header - search & subscribe sections******************/	
.popup {
    position: relative;
    display: none;
    position: absolute;
    top: 100%;
    right: 6%;
    width: auto;
    z-index: 99;
}
.popup.show .pop-inner:before {
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #000 transparent;
    content: '';
    display: inline-block;
    height: 0;
    right: 10px;
    position: absolute;
    top: -8px;
    width: 0;
}
.popup .close {
	position: absolute;
    width: 14px;
    height: 14px;
    right: 1rem;
    top: 1rem;
    background: url(../images/close.png) no-repeat center;
    padding: 0;
    border: 0 none;
    z-index: 10000;
    opacity: 1;
}
.popup .pop-inner {
    padding: 25px 16px;
    background-color: #000;
}
.form-subscribe, .form-subscribe-popup {
    flex-direction: column;
    align-items: flex-start;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.popup .input-label {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
	display: block;
    margin-bottom: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    color: #fff;
}
.popup .input-group {
    margin: auto;
    flex-wrap: nowrap;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.popup .form-control {
    background-clip: border-box;
}
.form-subscribe-popup .form-control {
    color: #9f9898;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    min-height: 40px;
    border-color: #fff;
    padding-left: 18px;
    min-width: 300px;
    width: 60%;
}
.form-subscribe-popup .btn-subscribe, .form-subscribe-popup .btn-subscribe:hover, .form-subscribe-popup .btn-subscribe:focus {
    background-color: #ff3a30;
    font-family: 'Lausanne', Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    word-spacing: unset;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    border-radius: 0;
    padding: 7px 14px;
}
button:focus, input:focus {
	outline: none !important;
}
span.close-icon {
	position: absolute;
    top: 4px;
    left: 0;
    z-index: 999999999;
    color: #000;
}
#search-toggle {
    position: relative;
}
#search-toggle:hover {
	opacity: 1 !important;
}
#search-toggle .search-icon {
	display: block;
    margin-top: 0;
}
.header-search-contain .search-icon {
  opacity: 1;
}
.header-search-contain.show .search-icon {
  opacity: 0;
}
.popup #popup-header-search form.search-form {
	width: 75%;
}
.desktop-sidebar .header-search-contain #search-toggle .close-icon, #search-toggle .close-icon:before {
    display: none;
}
.desktop-sidebar .header-search-contain.show #search-toggle .close-icon {
	display: block;
}
.popup #popup-header-search .search-form button {
	background-color: #ff3a30;
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
/*********header responsive***************/
@media (max-width:991px) {
	.mobile-menu-toggle > svg {
		display: none;
	}
	.mobile-menu-opened .mobile-menu-toggle > svg {
		fill: #ffffff !important;
	}
	.mobile-menu-toggle svg + span,.site-header .middle-header-contain .search-sec .search-sec-lbl, .mobile-sidebar .mobile-menu-toggle svg {
		display: none;
	}
    .mobile-sidebar {
        background-color: #000!important;
    }
	.mobile-menu-opened #mobile-sidebar-fallback {
		left: 0;
		padding-left: 23px;
	}
	#mobile-sidebar-fallback {
		right: auto;
		left: -100%;
		transition: left 0.2s;
	}
	.mobile-sidebar .nav1 .main-menu li a {
        font-family: 'Lausanne', Arial, sans-serif;
        font-size: 0.9375rem;
        line-height: 1.9;
		margin-right: 5px !important;
	}
    .mobile-sidebar .mobile-menu-toggle {
        background: url(../images/close.png) no-repeat center/contain;
        width: 20px;
        height: 20px;
        border-radius: 0;
        font-size: 0;
    }
    /* .mobile-sidebar .dd-menu>ul>li.menu-item-has-children {
        margin-bottom: 20px;
    } */
    .h-sh .site-header .mobile-menu-toggle, .h-sh .site-header .mobile-menu-toggle:hover, .h-sh .site-header .mobile-menu-toggle:focus {
        display: none;
        background: url(../images/humburger.png) no-repeat center/contain;
        width: 20px;
        height: 20px;
        border-radius: 0;
    }
    .h-sh .site-header .desktop-menu-toggle {
        display: block;
    }
    .site-header .middle-header-contain .wrapper .site-branding {
        flex: 0;
        justify-content: left;
    }
	.mobile-sidebar .submenu-expand, .subpage-sidebar .submenu-expand {
		display: inline-block;
        float: right;
        margin-top: 16px;
	}
	.mobile-sidebar .dd-menu>ul>li.menu-item-has-children.show .submenu-expand svg {
		fill: #ff3a30;
	}
	 #search-toggle .search-icon > svg {
		 fill: #000000;
	 }
     .mobile-sidebar .dd-menu>ul>li.menu-item-has-children .submenu-expand svg {
		top: -12px;
		fill: #ffffff;
	}
   
	.mobile-sidebar .nav1 .main-menu > li.show > a {
		color: #ff3a30 !important;
	}
	.mobile-sidebar ul.sub-menu {
		display: none;
        margin-left: 0;
	}
	.mobile-sidebar .main-menu> li.show ul.sub-menu {
		display: block;
	}
	.mobile-sidebar .main-menu> li.show ul.sub-menu li a {
        font-family: Lausanne, Arial, sans-serif;
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.9;
	}
	.mobile-sidebar .main-menu> li > a {
		font-size: 14px;
	}
	.mobile-sidebar, .mobile-sidebar button:hover, .mobile-sidebar a, .mobile-sidebar a:visited, .mobile-sidebar .nav1 .sub-menu > li > a, .mobile-sidebar .nav1 ul.main-menu > li > a, .wp-block-file .wp-block-file__button, .highlight-menu .menu-label, body.h-db.h-dh .site-header .nav3 .menu-highlight a, .comment .comment-author .post-author-badge, .site-content .wp-block-newspack-blocks-donate.tiered .wp-block-newspack-blocks-donate__tiers input[type="radio"]:checked + .tier-select-label, .woocommerce .onsale, .woocommerce-store-notice {
		color: #fff!important;
	}
	.mobile-sidebar .social-icon-sec {
		border-top: solid 1px #fff;
		max-width: 90%;
		margin: 0 !important;
		padding: 20px 0 !important;
		padding-bottom: 40px !important;
	}
	.mobile-sidebar .social-icon-sec .itp-social-icons-header a:not(:last-child) {
		    margin-right: 10px;
	}
	.mobile-sidebar .social-icon-sec .itp-social-icons-header a span {
		font-size: 23px;
	}
	/* .mobile-sidebar .rel-site-sec a, .mobile-sidebar .nl-sub-sec p {
		font-size: 16x;
	} */
	.popup {
        position: relative;
        display: none;
        position: absolute;
        top: 64%;
        right: 7%;
        width: auto;
        z-index: 99;
	}
	.popup .pop-inner {
		padding: 25px 16px;
	}
	.popup #popup-header-search form.search-form {
		width: 100%;
	}
}
@media (max-width: 781px) {
    .popup {
        top: 64%;
        right: 6%;
	}
}
@media (max-width: 599px) {
    .popup {
        right: 0;
        width: 100%;
	}
    .form-subscribe-popup .form-control {
        min-width: 0;
        width: 100%;
    }
    .input-group {
        flex-direction: column;
    }
    .form-subscribe-popup .btn-subscribe {
        margin-top: 0.5rem;
    }
}
@media (min-width:992px) and (max-width: 1440px) {
	.site-header .middle-header-contain .wrapper:before {
		width: 310px;
	}
	.site-header .middle-header-contain .site-branding img.custom-logo {
		max-width: 255px;
	}
	.middle-header-contain .wrapper {
		width: 100%;
		max-width: 95%;
	}
	.site-header .middle-header-contain .nav1 .main-menu > li.menu-item:not(:last-child) {
		margin-right: 0;
	}
	.site-header .nav-wrapper.search-sec {
		flex: 1.15 !important;
	}
	.site-header .nav-wrapper.rel-site-sec {
		flex: 0.75 !important;
	}
	.site-header .nav1 {
		overflow-x: unset;
	}
	.nav-black-bg, nav-black-bg:after {
		width: calc(100% - 290px);
	}
}
.entry-meta, .entry-meta .published, .author.vcard a.url, .archive .posted-on:before {
    font-family: 'Lausanne',Arial,sans-serif;
    font-size: 11.2045px;
    color: #161616 !important;
    text-transform: uppercase;
}
.entry-meta .by_line, .entry-meta .published .by_line, .entry-meta span {
    font-family: 'Lausanne',Arial,sans-serif;
    font-size: 11.2045px;
    font-weight: 600;
    color: #161616;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
.single .entry-meta span {
    margin: 0;
    padding: 0;
}
.entry-meta .by_line i, .entry-meta .published .by_line i, .entry-meta span i {
    font-style: normal;
    font-family: 'Lausanne',Arial,sans-serif;
    font-size: 11.2045px;
    font-weight: 600;
    color: #161616;
}
.para-content {
    font: 400 24px/31px 'UtopiaStd-Regular', sans-serif;
    color: #343434;
}
body.page-id-10299 #primary {
    max-width: 100%;
}
body.page-id-10299 #wpcf7-f31637-p10299-o1 {
    margin-left: 8px;
}
body.page-id-10299 .wp-block-media-text {
    display: flex;
    flex-direction: column;
}
body.page-id-10299 .wp-block-media-text .wp-block-media-text__media {
    margin-left: 16.5vw;
}
body.page-id-10299 .wp-block-media-text__content {
    width: 50%;
    padding: 50px 15px 5px 0px;
    align-self: flex-start;
    position: relative;
    top: -50px;
    background: #fff;
}
body.page-id-10299 .wp-block-media-text__content .wp-block-media-text__media, body.page-id-10299 .wp-block-media-text__content .wp-block-media-text__content {
    align-self: flex-start;
}
body.page-id-10299 .wp-block-media-text__content p {
    font: 400 24px/31px 'UtopiaStd-Regular', sans-serif;
    color: #343434;
    margin: 0;
}
body.page-id-10299 .content-area .main-content, body.page-id-7 .content-area .main-content, body.page-id-8 .content-area .main-content {
    padding: 20px 15px 5px 0px;
    width: 100%;
}
body.page-id-10299 .entry-content a, body.page-id-7 .entry-content a:not(.wp-block-social-link-anchor) {
    color: #007bff!important;
    text-decoration: none;
}
body.page-id-10299 .entry-content a:hover, body.page-id-7 .entry-content a:not(.wp-block-social-link-anchor):hover {
    color: #0056b3!important;
}
body.page-id-10299 .entry .entry-content .cus-counter {
    background: #000;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: 85px;
}
body.page-id-10299 .entry .entry-content .cus-counter h2 {
    padding-bottom: 20px;
    margin: 0 auto;
    font: 700 40px/48px 'SharpSans-ExtraBold', sans-serif;
    color: #fff;
    margin-bottom: 60px;
    position: relative;
}
body.page-id-10299 .entry .entry-content .cus-counter h2:after {
    content: '';
    background: #9f9898;
    width: 230px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
body.page-id-10299 .site-breadcrumb, body.page-id-10299 .site-main .entry-header, body.page-id-10299 #secondary, body.page-id-7 #secondary, body.page-id-7 .site-breadcrumb, body.page-id-8 .site-breadcrumb, body.page-id-8 #secondary {
    display: none;
}
.cus-counter .counter-value div p:first-child {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.72px;
    color: #fff;
    margin-bottom: 10px;
}
.cus-counter .counter-value div p:last-child {
    font-weight: 400;
    font-size: 50px;
    line-height: 74px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
body.page-id-10299 .card-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #161615;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.form-fld-ctr .form-group input[type="text"]::placeholder, .form-fld-ctr .form-group input[type="email"]::placeholder, .form-fld-ctr .form-group input[type="tel"]::placeholder, .form-fld-ctr .form-group textarea::placeholder {
    font: 400 24px/24px 'UtopiaStd-Regular', sans-serif;
    color: #9f9898;
}
.form-fld-ctr .form-group input[type="text"], .form-fld-ctr .form-group input[type="email"], .form-fld-ctr .form-group input[type="tel"], .form-fld-ctr .form-group textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 8px 0px 18px;
    font: 400 24px/24px 'UtopiaStd-Regular', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: solid 1px #000;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-fld-ctr .form-group {
    margin-bottom: 40px;
    width: 48%;
}
.form-fld-ctr .form-group.col-lg-12 {
    max-width: 100%;
    width: 100%;
} 
body.page-id-8 .form-fld-ctr .form-group {
    width: 100%;
}
.form-fld-ctr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.page-id-8 .form-fld-ctr {
    margin-top: 30px;
    margin-bottom: 20px;
}
textarea, textarea:focus {
    resize: none;
    outline: 0;
}
body.page-id-8 .form-fld-ctr .form-group textarea {
    width: 100%;
    height: auto;
}
.form-submit-sec input[type="submit"] {
    font: 700 20px 'SharpSans-ExtraBold', sans-serif;
    letter-spacing: 0.3px;
    color: #161615;
    background-color: #ff3a30;
    border-color: #ff3a30;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    padding: 10px 50px;
    border-radius: 0;
    transition: all .2s;
}
.form-submit-sec input[type="submit"]:hover {
    color: #ff3a30;
    background: #161615;
    border-color: #161615;
}
.form-fld-ctr .form-group input[type="text"]:focus, .form-fld-ctr .form-group input[type="email"]:focus, .form-fld-ctr .form-group input[type="tel"]:focus, .form-fld-ctr .form-group textarea:focus {
    background-color: transparent;
    border-color: #ff3a30;
}
body.page-id-7 .entry .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin: 0 10px 45px 50px;
}
body.page-id-7 .entry .entry-content .title-underline, body.page-id-8 .site-main>.entry-header .entry-title {
    font: 400 33px/48px 'UtopiaStd-Regular', sans-serif;
    position: relative;
    letter-spacing: 1.82px;
    padding-bottom: 5px;
    margin: 0;
    color: #000;
}
body.page-id-7 .entry .entry-content .title-underline:after, body.page-id-8 .site-main>.entry-header .entry-title:after {
    content: '';
    height: 1px;
    background: #000;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
body.page-id-7 .entry .entry-content .content-logo {
    max-width: 256px;
    margin: 32px 0 0;
}
body.page-id-7 .entry .entry-content .about-content {
    font: 400 21px/31px 'UtopiaStd-Regular', sans-serif;
    color: #343434;
    margin-top: 16px;
    margin-bottom: 0;
}
body.page-id-7 .entry .entry-content .wp-block-social-links {
    margin-top: 0;
}
body.page-id-8 .content-area {
    padding-top: 80px;
}
body.page-id-8 .entry .entry-content .cnt-us-title {
    font: 700 80px/88px 'SharpSans-ExtraBold', sans-serif;
    letter-spacing: 0.88px;
    color: #000;
    margin: 40px 0 60px;
}
body.page-id-8 .entry .entry-content .add-ct-email, body.page-id-8 .entry .entry-content .add-ct-phone, body.page-id-8 .entry .entry-content .add-ct-address {
    display: flex;
}
body.page-id-8 .entry .entry-content .add-ct-email p, body.page-id-8 .entry .entry-content .add-ct-phone p, body.page-id-8 .entry .entry-content .add-ct-address p {
    font: 400 22px/30px 'UtopiaStd-Regular', sans-serif;
    margin-bottom: 0;
    line-height: 30px;
    letter-spacing: 0.24px;
}
body.page-id-8 .entry .entry-content .add-ct-email p:first-child, body.page-id-8 .entry .entry-content .add-ct-phone p:first-child, body.page-id-8 .entry .entry-content .add-ct-address p:first-child {
    color: #9f9898;
    margin-right: 15px;
    white-space: nowrap;
}
body.page-id-8 .entry .entry-content .add-ct-email p a, body.page-id-8 .entry .entry-content .add-ct-phone p a {
    text-decoration: none;
        }

@media (max-width: 1300px) {
    .cus-counter .counter-value div p:first-child {
        font-size: 30px;
    }
    body.page-id-10299 .para-content {
        width: 70%;
    }
}
@media (max-width: 1199px) {
    body.page-id-10299 .content-area .main-content {
        padding: 20px 0 5px 0px;
    }
    body.page-id-10299 .wp-block-media-text__content {
        width: 72%;
    }
    body.page-id-10299 .wp-block-media-text__content p {
        font-size: 20px;
        line-height: 28px;
    }
    .cus-counter .counter-value div p:first-child {
        font-size: 24px;
    }
    .cus-counter .wp-block-columns .wp-block-column {
        margin-left: 15px;
        margin-right: 11px;
    }
    body.page-id-10299 .card-title {
        font-size: 36px;
    }
    body.page-id-7 .entry .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin: 0;
    }
    body.page-id-8 .entry .entry-content .cnt-us-title {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 32px;
    }
}
@media (max-width: 991px) {
    body.page-id-10299 .wp-block-media-text {
        margin-top: 0;
    }
    body.page-id-10299 .wp-block-media-text__content {
        width: 80%;
        padding: 20px 15px 5px 0px;
    }
    body.page-id-10299 .wp-block-media-text__content p, body.page-id-10299 .wp-block-media-text__content p a {
        font-size: 16px;
        line-height: 22px;
    }
    body.page-id-10299 .entry .entry-content .cus-counter {
        padding-top: 40px;
        margin-bottom: 55px;
    }
    body.page-id-10299 .entry .entry-content .cus-counter h2 {
        margin-bottom: 30px;
    }
    .cus-counter .counter-value div p:first-child {
        font-size: 19px;
        line-height: 30px;
    }
    .cus-counter .counter-value div p:last-child {
        font-size: 40px;
        line-height: 44px;
    }
    body.page-id-7 .content-area .main-content {
        padding: 0;
    }
    body.page-id-7 .entry .entry-content>.wp-block-columns {
        margin-top: 0;
    }
    body.page-id-8 .entry .entry-content .add-ct-email, body.page-id-8 .entry .entry-content .add-ct-phone, body.page-id-8 .entry .entry-content .add-ct-address {
        flex-wrap: wrap;
    }
    body.page-id-8 .site-main>.entry-header {
        display: none;
    }
    body.page-id-8 .content-area {
        padding-top: 0;
    }
    body.page-id-8 .content-area .main-content {
        padding: 0;
    }
    body.page-id-8 .entry .entry-content>.wp-block-columns {
        margin-top: 0;
    }
    body.page-id-8 .entry .entry-content .cnt-us-title {
        margin: 0;
        font-size: 57px;
        line-height: 66px;
    }
    body.page-id-8 .entry .entry-content .add-ct-phone {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    body.page-id-8 .entry .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis: 100%;
    }
    body.page-id-8 .entry .entry-content .add-ct-email p, body.page-id-8 .entry .entry-content .add-ct-phone p, body.page-id-8 .entry .entry-content .add-ct-address p {
        margin-top: 0;
        margin-bottom: 0;
    }
    body.page-id-8 .entry .entry-content>.wp-block-columns>.wp-block-column>.wp-block-columns {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 600px){
.hp-block-4 {
    margin-left: 2px !important;
    max-width: calc(100% + 32px);
}
}
@media (max-width: 767px) {
    body.page-id-10299 .wp-block-media-text .wp-block-media-text__media {
        margin-left: 0;
    }
    body.page-id-10299 .content-area .main-content {
        padding: 0 0 5px;
    }
    body.page-id-10299 .wp-block-media-text__content {
        width: 90%;
        padding: 20px 14px 5px;
        margin: 0 auto;
    }
    body.page-id-10299 .wp-block-media-text__content p, body.page-id-10299 .wp-block-media-text__content p a {
        font-size: 18px;
        line-height: 26px;
    }
    body.page-id-10299 .wp-block-media-text {
        margin-bottom: 0;
        /* height: 360px; */
    }
    body.page-id-10299 .entry .entry-content .cus-counter h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 50px;
    }
    .cus-counter .counter-value div p:first-child {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .cus-counter .counter-value div p:last-child {
        font-size: 40px;
    }
    body.page-id-10299 .card-title {
        font-size: 36px;
        line-height: 43px;
        position: relative;
    }
    body.page-id-10299 .card-title:before {
        bottom: -15px;
        height: 5px;
        background-color: #000;
        content: "";
        position: absolute;
        left: 0;
        top: initial;
        width: 20%;
    }
    body.page-id-10299 .entry .entry-content .cus-counter {
        margin-bottom: 45px;
    }
    body.page-id-10299 #wpcf7-f31637-p10299-o1 {
        margin-right: 16px;
        margin-left: 16px;
    }
    .form-fld-ctr .form-group {
        width: 100%;
    }
    .wp-block-columns.counter-value .wp-block-columns {
        flex-wrap: wrap;
    }
    body.page-id-7 .entry .entry-content .about-featured-image {
        display: none;
    }
    body.page-id-7 .entry .entry-content .about-content {
        font-size: 18px;
        line-height: 30px;
        margin-top: 1.5rem;
    }
}
.single .site-breadcrumb, .single.has-featured-image .featured-image-above .entry-header p, .single.has-featured-image .top-ctr .entry-header p, .single.has-featured-image .featured-image-above .entry-header .pre-header, .single.has-featured-image .top-ctr .entry-header .pre-header, .single.videos-template-default .main-content .entry-header .pre-header, .single.gallery-template-default .main-content .entry-header .pre-header {
    display: block;
}
.archive:not(.paged).feature-latest .site-main article.has-post-thumbnail:first-of-type .entry-container .cat-links {
    display: none;
}
.single .site-content, .archive .site-content {
    margin-top: 0.625rem;
    
}
.post-template-default.single .site-content {
    margin-top: 70px;
}
.post-template-default.single.has-featured-image  .site-content {
    margin-top: 0;
}
.hp-block-3.entry .entry-content>*, .newspack-inline-popup>* {
	margin-left: 2px;
}
.single.has-featured-image .featured-image-above, .single.has-featured-image .top-ctr {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1299px;
    left: 0;
}
.single.has-featured-image .featured-image-above:before, .single.has-featured-image .top-ctr:before {
    position: absolute;
    background: #fff;
    width: calc(100vw + 20%);
    content: '';
    height: 90%;
    left: -25%;
    top: 0;
}
.single.has-featured-image .featured-image-above>.post-thumbnail, .single.has-featured-image .top-ctr>.post-thumbnail {
    max-width: 800px;
    width: 100%;
    margin: 0;
    order: 2;
    display: flex;
}
/* .single.has-featured-image .featured-image-above>.post-thumbnail img, .single.has-featured-image .top-ctr>.post-thumbnail img {
    width: 100%;
} */
.single.has-featured-image .featured-image-above .entry-header .entry-title, .single.has-featured-image .top-ctr .entry-header .entry-title {
    font-size: 3.37499rem;
    line-height: 1.1;
    font-family: 'Glanz',Times,serif;
    color: #000;
    padding-top: 0.9375rem;
    text-align: center;
}
.single.has-featured-image .featured-image-above .post-thumbnail .entry-subhead, .single.has-featured-image .top-ctr .post-thumbnail .entry-subhead, .single.videos-template-default .youtube-video-container .entry-subhead, .single.gallery-template-default .gallery-post-wrapper .entry-subhead {
    position: relative;
    left: 10px;
    top: 2px;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: sideways-right;
    width: auto;
    display: flex;
    justify-content: space-between;
}
/* .single.has-featured-image .featured-image-above .entry-header .entry-subhead .entry-meta span, .single.has-featured-image .top-ctr .entry-header .entry-subhead .entry-meta span {
    font-size: 18px;
} */
.single.videos-template-default .youtube-video-container .entry-subhead, .single.gallery-template-default .gallery-post-wrapper .entry-subhead {
    position: absolute;
    left: auto;
    right: 0;
    height: 100%;
}
.single.gallery-template-default .gallery-post-wrapper .entry-subhead {
    height: 90%;
}
.archive.category #secondary {
    margin-top: 25px;
}
.archive.category #secondary {
    margin-top: 25px;
}
.archive:not(.paged).feature-latest .site-main article.has-post-thumbnail:first-of-type, .archive.paged.feature-latest .site-main article.has-post-thumbnail:first-of-type {
    margin-top: calc(3 * 1rem);
}
.archive .tag .entry {
    margin-top: 0 !important;
}
.archive.paged.feature-latest article:first-of-type:not(.site-main article:first-of-type) {
    width: 63%;
}
.single.has-featured-image .main-content .entry-footer, .single.has-featured-image .main-content .entry-footer {
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    padding: 28px 10px 28px 0;
}
.videos-template-default.single .main-content {
	display: flex;
	flex-direction: column;
}
.videos-template-default.single .main-content>.entry-header {
	order: 2;
	position: relative;
}
.videos-template-default.single .main-content>.entry-header .entry-title {
	font-size: 40px;
	line-height: 50px;
}
.videos-template-default.single .main-content .post-content-container {
	order: 3;
}
.videos-template-default.single .main-content>.entry-header span.posted-on:before {
	display: none;
}
.videos-template-default.single .main-content>.entry-header span.posted-on {
    color: #000;
}
/* .videos-template-default.single .main-content>.entry-header span.posted-on {
	position: absolute;
    right: -40px;
    top: 161px;
    transform: translateY(70px);
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: sideways-right;
    width: auto;
} */

@media (max-width: 1023px) {
    .single:not(.has-large-featured-image) .main-content, .entry .entry-content>*, .newspack-inline-popup>* {
		margin-left: 0;
		/*max-width: 75%;*/
	}
}
@media (max-width: 991px) {
	.single .site-content, .archive .site-content {
    margin-top: 20px;
	}
	.videos-template-default.single .main-content>.entry-header .entry-title {
		font-size: 22px;
		line-height: 26px;
	}
    .single:not(.has-large-featured-image) .entry-header p {
        font-size: 17px;
    }
    .videos-template-default.single .main-content>.entry-header span.posted-on {
        position: static;
        transform: translate(-20px, 0);
        writing-mode: initial;
        text-orientation: initial;
    }
    .single.has-featured-image .featured-image-above>.post-thumbnail, .single.has-featured-image .top-ctr>.post-thumbnail {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .single:not(.has-large-featured-image) .main-content, .entry .entry-content>*, .newspack-inline-popup>* {
        margin-left: 0;
        max-width: 100%;
    }
    /* .last-section-header.section-header {
        margin-bottom: 50px;
    } */
    .videos-template-default.single .main-content>.entry-header .entry-title {
        font-size: 27px;
        line-height: 39px;
    }
    .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container p, .single:not(.has-large-featured-image) .entry-header p, .single:not(.has-large-featured-image) .post-content-container p {
        font-size: 20px;
    }
	.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container .entry-content {
		display: none;
	}
    .single.has-featured-image .featured-image-above .entry-header .entry-title, .single.has-featured-image .top-ctr .entry-header .entry-title {
        padding-top: 0;
        font-size: 2rem;
        line-height: 1.25;
    }
}

/* Gallery page start */
.single.single-gallery .post-content-container {
    display: none;
}
.gallery-post-wrapper .slick-arrow:before {
	position: absolute;
    content: "\f060";
    font: normal normal normal 14px/1 FontAwesome;
    left: 20px;
    color: #ff3a30 !important;
    opacity: 1;
    font-size: 21px;
}
.gallery-post-wrapper .slick-arrow.slick-next:before {
	content: "\f061";
    right: 8px;
    left: auto;
}
.single.single-gallery span.posted-on {
    color: #242424;
    padding: 0;
    margin: 0;
}
.single.single-gallery span.posted-on:before {
    display: none;
}
.gallery-post-wrapper figcaption p {
    font-weight: 400;
    color: #000;
}
.videos-template-default.single .main-content>.entry-header p {
    margin: 0;
}
.single.videos-template-default .entry-header {
    padding: 0;
}
@media only screen and (max-width: 767px) {
	.gallery-post-wrapper .slick-arrow {
		font-size: 0 !important;
		width: 40px;
	}
	.gallery-post-wrapper .slick-arrow.slick-prev:before {
		left: 16px;
	}
    .single.single-gallery span.posted-on {
        margin-bottom: 10px;
    }
	.single .cat-nav-sec {
		display: none;
	}
    .single.has-featured-image .featured-image-above>.post-thumbnail, .single.has-featured-image .top-ctr>.post-thumbnail {
        flex-direction: column;
    }
	.single.has-featured-image .featured-image-above .entry-header .entry-subhead, .single.has-featured-image .top-ctr .entry-header .entry-subhead {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
		transform: inherit;
		writing-mode: revert;
        margin-top: 10px;
		order: 1;
        top: -10px;
        left: -9px;
	}
    .single.videos-template-default .entry-subhead {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        order: 1;
    }
    .videos-template-default.single .main-content>.entry-header p {
        order: 3;
    }
    .videos-template-default.single .main-content>.entry-header .entry-title {
        order: 2;
    }
    .videos-template-default.single .main-content>.entry-header {
        display: flex;
        flex-direction: column;
    }
    /* .single.gallery-template-default .entry-subhead {
        justify-content: initial;
    } */
    .single.gallery-template-default .entry-header p {
        margin-bottom: 10px!important;
    }
    .single.gallery-template-default .entry-header {
        padding: 0;
    }
    .single.has-featured-image .featured-image-above .post-thumbnail img, .single.has-featured-image .top-ctr .post-thumbnail img {
        order: 2;
    }
	.content-area .entry-footer .tags-links a {
		font-size: 16px;
		padding-right: 20px;
	}
	.single.has-featured-image .main-content .entry-footer, .single.has-featured-image .main-content .entry-footer {
		padding: 15px 10px 15px 0;
		margin-top: 0;
	}
	.single:not(.has-large-featured-image) .entry-header p, .single:not(.has-large-featured-image) .post-content-container p {
		margin: 20px 0;
	}
	/* .single.has-featured-image .featured-image-above .entry-header .entry-subhead .entry-meta span, .single.has-featured-image .top-ctr .entry-header .entry-subhead .entry-meta span {
		font-size: 16px;
	} */
    .single.has-featured-image .featured-image-above .entry-header, .single.has-featured-image .top-ctr .entry-header {
        display: flex;
        flex-direction: column;
    }
    .single.has-featured-image .featured-image-above .entry-header .pre-header, .single.has-featured-image .top-ctr .entry-header .pre-header {
        order: 2;
        display: block;
    }
    .single.has-featured-image .featured-image-above .entry-header .entry-title, .single.has-featured-image .top-ctr .entry-header .entry-title {
        order: 0;
    }
    .single.has-featured-image .featured-image-above .entry-header .entry-subhead, .single.has-featured-image .top-ctr .entry-header .entry-subhead {
        order: 1;
    }
    .single.has-featured-image .featured-image-above .entry-header .entry-subhead .entry-meta .author-avatar:not(:empty), .single.has-featured-image .top-ctr .entry-header .entry-subhead .entry-meta .author-avatar:not(:empty) {
        margin-right: 0;
    }
    .single.has-featured-image .featured-image-above .entry-header .posted-on, .single.has-featured-image .top-ctr .entry-header .posted-on {
        margin: 0;
        padding: 0;
        display: none;
    }
    .single.has-featured-image .featured-image-above .entry-header span.posted-on:before, .single.has-featured-image .top-ctr .entry-header span.posted-on:before {
        display: none;
    }
	.single.has-featured-image .entry-subhead .entry-meta {
		margin-top: 0;
        margin-bottom: 0;
	}
	.single.has-featured-image .featured-image-above, .single.has-featured-image .top-ctr {
		    left: 0;
	}
	.single.has-featured-image .featured-image-above>.post-thumbnail, .single.has-featured-image .top-ctr>.post-thumbnail {
		max-width: unset;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) {
    .gallery-post-wrapper figcaption p {
        font-size: 18px;
        margin-bottom: 0;
    }
    .gallery-post-wrapper .slick-arrow:before {
        left: 28px;
    }
    .gallery-post-wrapper .slick-arrow.slick-next:before {
        right: 24px;
    }
	.gallery-post-wrapper .slick-arrow {
		top: auto;
		bottom: 0;
        padding-left: 25px;
	}
    .gallery-post-wrapper .slick-arrow.slick-next {
        padding: 0 25px 0 0;
    }
	.gallery-post-wrapper {
		padding-bottom: 100px;
	}
	.single.single-gallery .gallery-post-wrapper {
		padding-right: 25px;
	}
	.single.single-gallery span.posted-on {
        position: absolute;
        right: 0;
        bottom: -55px;
        transform: rotate(90deg) translateY(-55px);
	}
	.single.single-gallery header h1.entry-title {
		    font-size: 22px;
    		line-height: 26px;
	}
    .single.has-featured-image .featured-image-above .post-thumbnail .entry-subhead .entry__share, .single.has-featured-image .top-ctr .post-thumbnail .entry-subhead .entry__share {
        margin-bottom: 10%;
    }
    .single.single-gallery .entry-subhead .entry__share {
        margin: 0 !important;
    }
}
@media only screen and (min-width: 782px) {
	.single .main-content {
		max-width: 65%;
	}
	.site-info .wrapper.site-info-contain {
		justify-content: flex-end;
	}
}
@media only screen and (min-width: 992px) {
		.single.single-gallery header h1.entry-title {
		    font-size: 40px !important;
    		line-height: 44px !important;
	}
}
/* Gallery page end */
.single .below-content.widget_search, .search .entry-content {
    display: none;
}

.single .avatar, .single .author-avatar {
	display: none;
}
/* .single.single-post .author.vcard a.url {
	font-size: 18px;
} */
@media (min-width:768px) {
	.single.single-videos span.posted-on {
		display: inline-block;
		width: 170px;
		position: absolute;
		right: 35px;
		top: 78px;
		transform: rotate( 
	90deg) translateY(-100px);
			font-size: 18px;
		color: #000000;
	}
	.single.single-videos .youtube-video-container {
		position: relative;
	}
	.single.single-videos .youtube-video-container iframe {
		width: 93%;
	}
	.single.single-videos span.posted-on:before {
		display: none;
	}
	.home .home-full-img {
		width: 85%;
		margin: 0 auto;
	}
	/* .home .home-two-col article figure.post-thumbnail {
		max-height: 260px;
		overflow: hidden;
	} */
	.home .home-two-col .wp-block-columns .wp-block-column {
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width: 991px) {
    .home .home-full-img {
		width: 70%;
	}
}
@media (min-width:1441px) {
	.single.single-videos .youtube-video-container iframe {
		width: 95%;
	}
}

.single .pane-codemerge-quick-links-block {
    background: #f7f7f7;
    text-align: center;
    padding: 10px 30px 10px;
    margin-top: 30px;
}
.single .pane-codemerge-quick-links-block .pane-title {
    text-align: center;
}
.single .qlnks a {
	display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    background-color: #fff;
    margin: 0 5px 10px;
    font-weight: normal;
    text-decoration: none;
    font-weight: 400;
}
.single .qlnks a:hover {
	text-decoration: underline;
}

.single .entry-content figure.stk-embed-figure {
	display: none;
}

.cat-nav-sec {
	margin: 35px auto 20px;
}
.cat-nav-sec p > a {
	font-size: 18px;
}

.cat-nav-sec figure img {
	max-width: 120px;
    margin: 0 auto;
}

.cat-nav-sec figure {
	margin-bottom: 15px !important;
}

.cat-nav-sec p {
	margin-top: 15px !important;
}

.cat-nav-sec .wp-block-columns {
	width: 100%;
    justify-content: center;
	margin-left: 0;
}

.cat-nav-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
	margin-left: 0;
}

.cat-nav-sec .wp-block-columns .is-style-ITP_round_images > .wp-block-column:hover {
	opacity: 0.7;
    transition: all .2s;
}

@media (min-width:768px) and (max-width:1359px) {
	footer section#block-5 {
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.home .home-top-banner article {
		justify-content: flex-start;
		max-width: unset;
	}
	.cat-nav-sec figure img {
		max-width: 95px;
	}
	.single.has-featured-image .featured-image-above .entry-header .entry-subhead, .single.has-featured-image .top-ctr .entry-header .entry-subhead {
		right: -30px;
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	.cat-nav-sec {
		width: 100%;
	}
}

@media (min-width:992px) and (max-width:1400px) {
	.home .home-text-on-img article .entry-wrapper {
		right: -252px;
		padding: 25px 20px 25px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.home .home-two-col + .wp-block-column {
		flex-basis: 500px;
	}
	.home .hp-section-6 .wp-block-column:last-child, .home .hp-section-8 .wp-block-column:last-child {
		flex-basis: 480px;
	}
}

@media (max-width:1023px) {
	.archive.paged.feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) {
		max-width: 100%;
	}
}

@media (max-width:1199px) {
	.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container {
		right: -9%;
		padding: 20px;
		min-height: 270px;
		left: unset;
        width: 50%;
	}
	.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container .entry-title {
		font-size: 30px;
	}
	.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type {
		display: block;
	}
    .archive .entry-meta span {
        margin: 0;
        flex: initial;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type .entry-container p, .single:not(.has-large-featured-image) .entry-header p {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container {
        right: 0;
    }
    .h-sh.h-ll.hide-site-tagline .nav-wrapper {
        justify-content: center;
    }
}

@media (min-width:1200px) and (max-width:1340px) {
	.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container {
		width: 65%;
	}
	.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container {
		padding: 33px 27px;
		min-height: 330px;
		right: -285px;
	}
}

@media (min-width: 1341px) and (max-width: 1549px) {
	.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type:not(.site-main article.has-post-thumbnail:first-of-type) .entry-container {
		padding: 33px 27px;
		right: -46%;
	}
}

@media (min-width:992px) {
	.cat-nav-sec .wp-block-columns.is-style-ITP_round_images {
		max-width: 980px;
		margin: 0 auto;
	}
	.single .main-content > p {
		color: #343434;
	}
    .ftr-subs-form:before {
        content: "";
        border-left: 1px solid #ccc;
        width: 1px;
        width: 1px;
        display: block;
        height: 100%;
        position: absolute;
        left: -3rem;
    }
}

@media (min-width:782px) and (max-width:1023px) {
	.single .main-content {
		max-width: 100%;
	}
}

@media (min-width:782px) and (max-width:991px) {
	.cat-nav-sec {
		width: 770px;
	}
    .middle-header-contain .wrapper {
        flex-wrap: wrap;
    }
}

.post-thumbnail figcaption {
	display: none;
}
.single footer.entry-footer {
	margin-bottom: 1em;
}
.single section#block-8 {
	margin-bottom: 2.25em;
}

.single.single-post .share-content > a span.icon i:before {
	color: #000000;
}

/* home page fix start */
.home .wpnbha .post-thumbnail img {
    vertical-align: middle;
}
.home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title + p {
    font-size: 18px;
}
.footer-parent-wrapper + h4 {
    margin-bottom: 10px !important;
}
.wp-block-social-links {
    margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
    .single.single-post .entry-subhead, .single.single-video .entry-subhead {
        justify-content: space-between;
    }
    .section-header {
        width: 100%;
    }
    .home .wpnbha.columns-2 article .entry-wrapper, .home .wpnbha.columns-3 article .entry-wrapper, .home .wpnbha.columns-4 article .entry-wrapper {
        margin-top: 10px;
    }
    .home .wpnbha.columns-2 article .entry-wrapper .cat-links, .home .wpnbha.columns-3 article .entry-wrapper .cat-links, .home .wpnbha.columns-4 article .entry-wrapper .cat-links {
        margin-top: 12px;
    }
    .home .entry-meta {
        margin-bottom: 14px !important;
    }
    .home .site-main > article > .entry-content > .wp-block-columns:first-child {
        margin-top: 15px;
    }
    .home-text-on-img {
        margin-bottom: 0 !important;
    }
    .home .wpnbha.columns-4, .home .wpnbha.columns-3 {
        margin-left: 0;
        margin-right: 0;
    }
    .home .wpnbha.columns-2 article:last-child, .home .wpnbha.columns-3 article:last-child, .home .wpnbha.columns-4 article:last-child, .home .wpnbha.columns-2 article:last-child .entry-meta, .home .wpnbha.columns-3 article:last-child .entry-meta, .home .wpnbha.columns-4 article:last-child .entry-meta {
        margin-bottom: 0 !important;
    }
    .videos-template-default.single .youtube-video-container span.posted-on {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .last-section-header.section-header {
        margin-top: 60px !important;
    }
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title + p {
        font-size: 16px;
        text-align: left;
    }
    .videos-template-default.single .main-content>.entry-header .entry-title {
        margin-top: -10px;
    }
}
@media only screen and (max-width: 991px) {
    .home .home-text-on-img article .entry-wrapper {
		position: unset;
		padding: 20px 15px;
		max-width: 100% !important;
		text-align: center;
	}
    footer.site-footer .wp-block-columns.footer-menu {
        display: flex;
        gap: 0;
        justify-content: space-between;
    }
    footer.site-footer .wp-block-columns.footer-menu .wp-block-column {
        flex-basis: calc(50% - 32px)!important;
    }
    footer.site-footer .ftr-subs-form {
        margin-top: 1rem;
    }
    .h-sh.h-ll.hide-site-tagline .nav-wrapper.nl-sub-sec {
        position: absolute;
        right: 0;
        top: -6px;
    }
}
.wpnbha article:last-of-type {
    margin-bottom: 2rem !important;
}
@media only screen and  (min-width: 991px) {
    .des-two-col > .wp-block-column:first-child {
        flex-basis: calc(100% - 332px) !important;
    }
    .des-two-col > .wp-block-column:last-child {
        flex-basis: 332px !important;
        margin-left: 0 !important;
    }
    body .is-landscape.is-style-ITP_block_list article .entry-title a {
        font-size: 30px;
        line-height: 36px;
    }
    .home .home-text-on-img .wpnbha article .entry-wrapper {
        flex-basis: 50%;
        height: calc(100% - 100px);
        padding: 2.5rem;
        right: -340px;
        min-height: 290px;
    }
    /* .home-text-on-img {
        max-width: calc(100% - 368px);
        flex-basis: calc(100% - 368px);
    } */
    .home-text-on-img + .wp-block-column {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .home .home-top-banner figure.post-thumbnail + .entry-wrapper h2.entry-title + p {
        font-size: 18px;
    }
    /* .home .wpnbha.columns-2 article .entry-title a, .home .wpnbha.columns-4 article .entry-title a, .home .wpnbha.columns-3 article .entry-title a {
        font-size: 28px;
        line-height: 36px;
    } */
}
/* home page fix end */
.featured-image-above img {
    width: auto;
}
/* .tag .entry {
    margin-top: 0 !important;
} */
@media only screen and (min-width: 768px) {
    .archive .entry, .blog .entry, .search .entry {
        margin-top: 40px;
    }
   /* .tag .entry {
        margin-top: 0 !important;
    } */
}
@media only screen and (min-width: 1900px) {
    .site-header .middle-header-contain .wrapper:before {
        width: 34vw;
    }
}
@media only screen and (min-width: 2600px) {
    .site-header .middle-header-contain .wrapper:before {
        width: 37vw;
    }
}

/**breadcrumb styles***/
.site-breadcrumb .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
nav.rank-math-breadcrumb {
    color: #595959;
    font-size: 0.70284rem;
    line-height: 1.3;
    font-family: 'Lausanne',Arial,sans-serif;
}
nav.rank-math-breadcrumb .separator {
    font-size: 0;
    width: 15px;
    display: inline-block;
    text-align: center;
}
nav.rank-math-breadcrumb .separator:before {
    content: ">";
    color: #595959;
    padding: 0.25rem;
    font-size: 0.70284rem;
    font-family: Lausanne,Arial,sans-serif;
}
.restaurant-dtls {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e8e8e8;
}
.price-point {
    font-weight: bold;
    margin-top: 10px;
    font-size: 17px;
}
.price {
    color: #515151;
    font-size: 16px;
}

/* Css from additional css  04/03/2022*/
.newspack-post-subtitle {
    margin: 1rem 0 0!important;
    font-style:normal!important;
    text-align: center;
    font-family: 'Lausanne',Arial,sans-serif;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #515150;
}
@media only screen and (max-width: 767px) {
    .restaurant-dtls {
        margin-bottom: 20px;
    }
    .newspack-post-subtitle {
        font-size: 1rem;
        line-height: 1.2;
        text-align: center;
    }
    .entry .entry-content {
        font-family: 'Charter', Georgia, Times, Serif;
        font-size: 1.1875rem;
        line-height: 1.6;
    }
}

/*pop CSS*/

.bg-shade {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: +9999;
    transition: all 0.5s cubic-bezier(0.22, 0.88, 1, 1);
    -moz-transition: all 0.5s cubic-bezier(0.22, 0.88, 1, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.88, 1, 1);
  }
  .intent-nl-popup .popup-sub {
    background: #fff;
    margin: 10% auto 0;
    max-height: 90%;
    position: relative;
    transition: transform 0.3s ease-out 0s;
  }
  .intent-nl-popup .popup-img,
  .intent-nl-popup .popup-content {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .intent-nl-popup .popup-content {
    background: #000;
    color: #fff;
    padding: 10px 10px 36px;
    text-align: center;
    margin: 0 auto;
  }
  .intent-nl-popup .popup-img,
  .intent-nl-popup .popup-content {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .intent-nl-popup .popup-content .logo {
    margin: 30px 0 45px;
  }
  .intent-nl-popup .popup-content h4 {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.2;
    padding: 0px 20px;
  }
  .intent-nl-popup  .separator {
    max-width: 570px;
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 10px auto 30px auto;
    position: relative;
  }
  .intent-nl-popup  .news-two-col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .intent-nl-popup .popup-content form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0px;
    display: block;
    font-weight: 400;
  }
  .intent-nl-popup fieldset {
    border: 0;
    padding: 0;
  }
  .intent-nl-popup .popup-content p,
  .intent-nl-popup .popup-content fieldset p {
    margin: 0.5em 0 0.8em;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
  }
  .intent-nl-popup .subscriptionForm ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 30px auto !important;
    max-width: 500px;
    flex-wrap: wrap;
  }
  .intent-nl-popup .popup-content .error-msg,
  .intent-nl-popup .popup-content .suc-msg {
    margin: 20px 0 0 0;
  }
  .intent-nl-popup .subscriptionForm ul input.form-input {
    width: 300px;
    height: 42px;
    float: left;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
  }
  .intent-nl-popup .subscriptionForm ul input.form-input::placeholder {
    color: #ccc;
  }
  .intent-nl-popup .subscriptionForm ul input.subscribe-button {
    background: #fff;
    border-radius: 0px;
    height: 42px;
    border: 1px solid #fff;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 26px;
  }
  footer#colophon {
    position: relative;
    z-index: +999;
  }
  .intent-nl-popup .xclose {
    text-align: right;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .intent-nl-popup .logo img {
    max-width: 250px;
  }
  .intent-nl-popup .close-btn {
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: #bbb;
    font-size: 40px;
  }
  .intent-nl-popup .subscriptionForm li,
  .intent-nl-popup .subscriptionForm ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .intent-nl-popup .popup-content p {
    margin: 0.5em 0 0.8em;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
  }
  @media (min-width: 480px) {
    .intent-nl-popup .popup-sub {
      width: 98%;
      overflow: auto;
    }
    .intent-nl-popup .popup-content {
      float: left;
    }
    .intent-nl-popup .logo img {
      max-width: 180px;
    }
    .intent-nl-popup fieldset {
      padding-bottom: 0;
    }
  }
  @media (min-width: 640px) {
    .intent-nl-popup .popup-sub {
      padding-bottom: 0;
    }
    .intent-nl-popup .popup-content {
      width: 100%;
    }
    .intent-nl-popup .popup-content p {
      margin: 1em;
      padding: 0 7%;
    }
  }
  
  @media (min-width: 768px) {
    .intent-nl-popup .popup-sub {
      width: 94%;
      margin: 8% auto 0;
      max-width: 700px;
      overflow: unset;
    }
  }
  @media (min-width: 1024px) {
    .intent-nl-popup .logo img {
      max-width: 250px;
    }
  }
  @media (max-width: 640px) {
    .intent-nl-popup .subscriptionForm ul {
      width: 100%;
    }
    .intent-nl-popup .popup-sub {
      width: 98%;
      overflow: auto;
    }
    .intent-nl-popup .subscriptionForm ul input.form-input {
      width: auto;
      max-width: 300px;
    }
    .intent-nl-popup .subscriptionForm ul input.subscribe-button {
      padding: 0px 15px;
    }
  }
#desktop-sidebar-fallback .desktop-menu-toggle {
    display: block;
}
body.archive.author .page-header {
    justify-content: center;
}
body.archive.author .page-header img {
    border: 2px solid #d31a22;
}
@media only screen and (max-width: 767px) {
    .archive.author .page-header .avatar {
        height: 100px;
        width: 100px;
    }
    .site-footer .wp-block-image.size-full {
        max-width: 150px;
    }
    .site-footer .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        height: 1.5rem;
        width: 1.5rem;
    }
}
@media only screen and (min-width: 768px) {
    .archive.author .page-header .avatar {
        height: 120px;
        width: 120px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
    footer.site-footer .wp-block-columns.footer-menu .wp-block-column {
        flex-basis: calc(25% - 32px)!important;
    }
    footer.site-footer .ftr-subs-form {
        margin-top: 1rem;
    }
}
.site-header .middle-header-contain .rel-site-sec {
    margin-right: 1rem!important;
    justify-content: flex-start;
}
.site-header .middle-header-contain .nl-sub-sec #subscribe-nl {
    background: #FF3A30;
    color: #fff;
    border: 1px solid #FF3A30;
    font-family: 'Lausanne', Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    border-radius: 0px;
    height: 1.875rem;
    width: unset;
    word-spacing: unset;
    padding-top: 0.125rem;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
}
@media (max-width: 781px) {
    .site-header .middle-header-contain .nl-sub-sec #subscribe-nl {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 0.35rem;
        font-size: 0.65rem;
        margin-bottom: 1.2rem;
    }
}
.site-header .middle-header-contain .nl-sub-sec #subscribe-nl:hover {
    border: 1px solid #FF3A30;
    color: #000;
}
.site-header .middle-header-contain .nl-sub-sec p:after {
    top: 0px;
    height: 100%;
    border-radius: 0px;
}
.desktop-menu-opened #desktop-sidebar-fallback .desktop-menu-toggle svg, .close-icon svg {
    width: 30px;
    height: 30px;
    margin-right: -5px;
}
.header-search-contain .close-icon svg, .header-search-contain .search-submit svg {
    width: 20px;
}
.header-search-contain #header-search {
    top: 0;
    right: auto;
    left: 0;
    width: 0;
    transition: width 0.2s;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.header-search-contain .show#header-search {
    transition: all 0.2s;
}

.header-search-contain .search-form input {
    padding: 7px 2rem 0 1.3rem;
    border: none;
    background-color: #f5f6f8;
    border-bottom: 1px solid #ccc;
}
.search-form input {
    font-family: 'Lausanne', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    }
@media only screen and (min-width: 782px) {
    .home-top-banner {
        padding-bottom: 0rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1099px) {
    .h-sh.h-ll.hide-site-tagline .nav-wrapper {
        display: flex;
    }
    .site-header .middle-header-contain .wrapper .site-branding {
        flex: 1;
        justify-content: left;
    }
    .h-sh.h-db .middle-header-contain {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.h-sh .sidebar-search .header-search-contain {
    display: block;
    margin-left: 0;
}
.desktop-menu-opened .search-form button {
    padding: 0;
}
.desktop-menu-opened #desktop-sidebar-fallback .sidebar-search-ctr {
    display: flex;
    flex-direction: row-reverse;
}
.ftr-subs-form {
    position: relative;
}
.desktop-sidebar .menu .menu-item {
	cursor: pointer;
	padding-left: 10px;
	position: relative;
}
.desktop-sidebar .menu .menu-item-has-children:after {
	content: "";
	display: inline-block;
	border: solid #111;
	border-width: 0 2px 2px 0;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: 10px;
	top: 12px;
}
.desktop-sidebar .menu .menu-item-has-children.up-arrow {
    background: #fff;
}
.desktop-sidebar .menu .menu-item-has-children.up-arrow:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.desktop-sidebar .menu .menu-item .sub-menu {
    margin-left: 0;
}
.desktop-sidebar .menu .menu-item .sub-menu .menu-item, .desktop-sidebar .menu .menu-item-has-children.up-arrow .sub-menu {
    margin-left: -10px;
	padding-left: 10px;
    background: #f5f6f8;
}
.desktop-sidebar .menu .menu-item-has-children .sub-menu .menu-item:after, .archive.author .page-header .author-description p {
	display: none;
}
.desktop-sidebar .menu .menu-item:hover {
	background: #fff;
}
.archive .entry-meta span i {
    color: #161616;
}
.archive .page-description {
    font-size: 2.75rem;
    line-height: 1.2;
    font-family: 'Lausanne',Arial,sans-serif;
    font-weight: normal;
}
.h-sh.h-ll.hide-site-tagline .nav-wrapper.nl-sub-sec {
    margin-left: auto;
}
.hp-block-3 .post-thumbnail {
    position: relative;
    padding-bottom: 68%;
}
.hp-block-3 .post-thumbnail img {
    height: 100%!important;
    display: block;
    -webkit-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.hp-block-4 .is-layout-flow .wpnbha article .entry-title {
    text-align: left;
}
.hp-block-4 article .entry-title a {
    font-size: 1.125rem;
} 
@media only screen and (max-width: 1099px) {
    .archive .page-description {
        font-size:2.125rem;
    }
}

.hp-block-4 h3 a, .hp-block-4 h3 a:hover {
    font-family: inherit;
    font-size: 0.9375rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF3A30;
    border-radius: 40px 40px 40px 40px;
    padding: 8px 15px 5px 15px;
    width: 200px;
    display: block;
    text-decoration: none;
}
@media only screen and (max-width: 1024px) {
    .hp-block-4 h3 a, .hp-block-4 h3 a:hover {
        font-size: 0.8125rem;
        width: 150px;
        display: block;
    }
}
.hp-block-4 .wpnbha.image-alignleft .post-has-image {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hp-block-4 .wp-container-15 {
        display: flex;
        flex-wrap: nowrap !important;
    }
.hp-block-4 .wpnbha.image-alignleft .post-has-image {
        display: flex;
        align-items: center;
    }
}
.archive .entry-meta, .tag .page-title .page-subtitle {
    display: none;
}
.tag .page-title {
    position: relative;
}
.tag .page-title .page-description {
    margin-left: 36px;
}
.tag .page-title .page-description::before {
    height: 3px;
    background-color: #FF3A30;
    content: "";
    position: absolute;
    top: 75%;
    left: 0;
    width: 24px;
    z-index: 1;
}
.archive.author .page-header .page-title .page-subtitle, .archive.author .page-header .page-title .page-description, .archive.author .page-header .author-description {
    margin-left: 0;
}
.archive.author .page-header .author-description + span {
    width: 100%;
}
.search .site-content .site-main {
    justify-content: space-between;
}
.search .entry:first-of-type + article.entry {
    margin-top: 0;
}
.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
    border: 0;
}
@media only screen and (max-width: 781px) {
    .single #secondary {
        width: 300px;
        margin: auto;
    }
}
@media only screen and (max-width: 767px) {
    .archive.author .page-header {
        flex-wrap: wrap;
    }
    .archive.author .page-header span {
        margin-left: 0;
    }
    .archive.author .page-header .author-description + span {
        margin-top: 1rem;
    }
    .archive.author .page-header .avatar {
        margin-right: 0;
    }
}
@media only screen and (min-width: 600px) {
    .header-search-contain .show#header-search {
        width: 320px;
    }
}
@media only screen and (max-width: 599px) {
    .header-search-contain .show#header-search {
        width: 280px;
    }
}
