body.single-landing-page.postid-6421 .landing-page .site-content-wrap .land-inner-wrap {
    width: 100%;
    order: 3;
}

body.single-landing-page.postid-6418 .landing-page .site-content-wrap {
    background-color: #fff;
}

body.single-landing-page.postid-6418 .landing-page .site-content-wrap  .inner-wrap.gdd-006-a {
    display: none;
}

body.single-landing-page.postid-6421 .site-content.landing-page .site-content-wrap, body.single-landing-page.postid-6421 .site-content.landing-page .site-content-wrap .inner-wrap.gdd-006-a {
    background-color: #fff;
}


@media (max-width: 767.98px) {
    .site-header .menu-link.active {
        background-image: url(/wp-content/themes/renown-child/img/ico-nav.svg);
        filter: brightness(0) invert(1);
        position: relative;
        top: 8px;
    }

    .site-header .menu-link {
        background-image: url(/wp-content/themes/renown-child/img/ico-x.svg);
        position: relative;
        top: 8px;
        outline: none !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }

    .site-header .menu-link span {
        display: none;
    }
    
    .site-header .sn-li-l1.menu-item-has-children .m-subnav-arrow {
        background-image: url(/wp-content/themes/renown-child/img/ico-plus.png);
    }
    
    .site-header .sn-li-l1.menu-item-has-children .m-subnav-arrow.active {
        background-image: url(/wp-content/themes/renown-child/img/ico-minus.png);
    }
}


@media (max-width: 639px) {
	body .menu {
    	clear: both;
        overflow: hidden;
        max-height: 0;
        margin: 0;
        transition: all 0.2s ease-in-out;
	} 
}