:root {
    --overlay-color: #1C2533;
    --visual-overlay: #16191D;
}

.w-image img {
    max-width: unset;
    object-fit: cover;
    width: 100%;
}
.l-canvas > .l-header {
    position: fixed;
    padding: 0;
    z-index: 999;
}

.l-canvas > .l-header:before {
    content: '';
    width: 100%;
    height: 300px;
    background-image: linear-gradient(to bottom, rgba(21, 24, 29, 0.75), transparent);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.l-canvas > .l-header .dij-logo {
    position: relative;
    z-index: 99;
    margin-left: 65px;
    margin-top: 62px;
    width: 237px;
    height: 57px;
}
.w-logo-img {
    min-width: 100%;
}
.l-canvas > .l-header .dij-logo .w-logo {
    width: 100%;
    height: 100%;
}

.l-canvas > .l-header .dij-logo span.w-logo-img img {
    padding-top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.l-canvas > .l-header .hamburger-wrapper a {
    color: #ffffff;
    font-size: 18px;
    font-family: Lato;
    font-weight: 200;
    line-height: 2.5;
}

.l-canvas > .l-header .hamburger-wrapper {
    width: 100%;
    position: absolute;
}

.l-canvas > .l-header .hamburger-wrapper > input#hamburger-toggle {
    visibility:hidden;
}
.l-canvas > .l-header .hamburger-wrapper > label[for="hamburger-toggle"]{
    width: 130px;
    height: 37px;
    position: absolute;
    background-color: transparent;
    /*
    background-image: url(../images/icons/hamburger-open-dark.svg);
    */
    background-image: url(../images/icons/hamburger-open.svg);
    background-repeat: no-repeat;
    z-index: 99;
    right: 60px;
    top: 79px;

}
/*
.home .l-canvas > .l-header .hamburger-wrapper > label[for="hamburger-toggle"]{
    background-image: url(../images/icons/hamburger-open.svg);
}
*/

.l-canvas > .l-header .hamburger-wrapper > input#hamburger-toggle:checked ~ label[for="hamburger-toggle"] {
    background-image: url(../images/icons/hamburger-close.svg);
    width: 106px;
    height: 30px;
    right: 92px;
    top: 68px;
}

.l-canvas > .l-header .hamburger-wrapper ul {
    margin: 0;
}


.l-canvas > .l-header .hamburger-wrapper > div.hamburger-content-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.l-canvas > .l-header .hamburger-wrapper > div.hamburger-content-wrapper > section {
    width: 50%;
    text-align: left;
    max-height: 1562px;
    min-height: 100vh;
}

.l-canvas > .l-header .hamburger-wrapper > #hamburger-toggle:checked ~ div.hamburger-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    pointer-events: all;
}

.l-canvas > .l-header .hamburger-wrapper section.hamburger-menu-right,
.l-canvas > .l-header .hamburger-wrapper section.hamburger-menu-left {
    background-image: url("https://dev.dejongsanitair.nl/wp-content/uploads/2023/10/store_location.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 200px;
    padding-left: 174px;
}

.hamburger-content-wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: rgba(10, 20, 40, 0.55); /* donkerblauw filter */
    pointer-events: none;
    z-index: 1;
}
.l-canvas > .l-header .hamburger-wrapper section.hamburger-menu-right > *,
.l-canvas > .l-header .hamburger-wrapper section.hamburger-menu-left > * {
    position: relative;
    z-index: 2;
}

.l-canvas > .l-header .hamburger-wrapper section.hamburger-menu-right {
    background-image: url(../images/hamburger-right-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-left a {
    font-size: 36px;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-left li {
    margin-bottom: 0px;
    line-height: normal;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right li {
    max-height: 50px;
}


.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right a {
    font-size: 28px;
    color: #C1C9D6;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right li.with-callout {
    position: relative;
}
.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right li.with-callout .sub-menu {
    position: relative;
    font-size: 18px;
    top: 0;
    display: inline-block;
    margin-left: 85px;
    list-style: none;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right li.with-callout .sub-menu a {
    font-size: 16px;
    padding: 0 30px;
    padding-right: 50px;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right li.with-callout .sub-menu a:after {
    content: '';
    position: absolute;
    background-image: url(../images/icons/caret-button.svg);
    height: 13px;
    width: 5px;
    transform: translateY(50%);
    bottom: 45%;
    right: 25px;
    background-repeat: no-repeat;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right li.with-callout .sub-menu li {
    border: 1px solid #ABBDD7;
    border-radius: 20px 0 20px 20px;
    line-height: 2;
    position: relative;
}
.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right li.with-callout .sub-menu li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-links-wrapper {
    margin-top: 214px;
}

.social-links-wrapper .socials-wrapper {
    max-width: 390px;
    margin-left: 0;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right .socials-wrapper a,
.socials-wrapper a {
    font-size: 18px;
    text-transform: none;
    background-color: transparent;
    padding: 12px 22px;
}

.socials-wrapper a.w-btn.color_secondary .w-btn-label:after, 
.socials-wrapper a.w-btn.color_primary .w-btn-label:after {
    content: none;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right .socials-wrapper a,
.socials-wrapper .w-btn-wrapper,
.socials-wrapper a {
    line-height: 1;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right .socials-wrapper .g-cols.offset_medium > div:first-child,
.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right .socials-wrapper .g-cols.offset_medium > div,
.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right .socials-wrapper .g-cols.offset_medium > div:first-child, 
.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-right .socials-wrapper  .g-cols.offset_medium > div.full-width .g-cols.offset_medium > div.full-width {
    display: flex;
    flex-wrap: wrap;
}

.socials-wrapper a.mail-btn:before,
.socials-wrapper a.whatsapp-btn:before,
.socials-wrapper a.maps-btn:before,
.socials-wrapper a.phone-btn:before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/phone-btn.svg);
    background-size: contain;
    position: absolute;
    left: -22px;
}

.socials-wrapper a.mail-btn:before {
    background-image: url(../images/icons/mail-btn.svg);
}
.socials-wrapper a.whatsapp-btn:before {
    background-image: url(../images/icons/whatsapp-btn.svg);
}
.socials-wrapper a.maps-btn:before {
    background-image: url(../images/icons/maps-btn.svg);
}

.template-restyle .w-image:not(.no-overlay) {
    position: relative;
}

.template-restyle .w-image:not(.no-overlay):before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/* CONTENT HEADER */
section.header-content .g-cols.offset_medium {
    padding: 0;
}

section.header-content .w-image.background {
    margin-bottom: 0;
}

section.header-content .w-image.background img {
    max-height: 53.52vw;
    max-height: 100svh;
}
section.header-content .w-image.background:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    opacity: 0.45;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

section.header-content .w-image.background:after{
    content: '';
    width: 100%; height: 1016px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(21, 24, 29, 1), rgba(21, 24, 29, 0) );
    opacity: 0.75;
}

section.header-content .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    z-index: 3;
}
section.header-content .g-cols.offset_medium .content {
    padding-left:182px;
    max-width: 50%;
}

.home section.header-content .g-cols.offset_medium .content {
    padding-left: unset;
    max-width: unset;
}

section.header-content .content h1 {
    font-size: 82px;
    font-weight: 100;
    font-family: Lato;
    color: #ffffff;
}

.home section.header-content .content h1 {
    font-size: 110px;
}
/* INTRO SECTION */

section.faq,
section.light,
section.visual,
section.intro {
    background-color: #20232C;
    background-image: linear-gradient(rgba(0, 2, 9, 0.87), rgba(0, 0, 0 , 0.8)), url(../images/marble-texture-background.jpg);
    background-size: cover;
    padding: 244px 175px;
    color: #C5CBD4;
    font-family: Lato;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}

section.intro {
    min-height: 770px;
}
section.project-slider:before,
body:not(.home) section.intro:before {
    content: '';
    width: 68px;
    height: 54px;
    background-image: url(../images/icons/intro-top.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -27px;
    z-index: 99;
    transform: translateX(-50%);
}

section.visual {
    background-color: transparent;
    background-image: url(../images/visual-bg.jpg);
    height: unset;
    /* min-height: 960px; */
    font-size: 24px;
    padding: 0;
    color: #38414E;
}

section.light {
    background-color: transparent;
    /* background-image: url(../images/visual-bg.jpg); */
    background-image: url("../images/marble-texture-background.jpg");
    background-color: rgba(255, 255, 255, 0.8); /* wit laagje eroverheen */
    background-blend-mode: lighten; /* of 'overlay', 'screen' proberen */
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 24px;
    color: #38414e;
    padding: 175px;
    background-size: cover;
}

section.light .g-cols.offset_medium {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-width: 100%;
}

section.light .g-cols.offset_medium > div.centered {
    float: unset !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 0 !important;
}

section.light .g-cols.offset_medium > div.text-col {
    padding-right: 60px;
}
section.light .inset-row .g-cols.offset_medium {
    padding: 30px 120px; 
}

section.light .inset-row .g-cols.offset_medium > div {
    align-content: flex-start;
}

section.light .inset-row .g-cols.offset_medium > div h4 {
    text-align: left;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    font-size: 32px;
    color: #425063;
    position: relative;
    font-family: Lato;
    font-weight: 100;
    margin-top: 210px;
}

section.light .inset-row .g-cols.offset_medium > div h4:before {
    content: '';
    width: 48px;
    height: 74px;
    background-image: url(../images/icons/header-branding.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -74px;
}

section.visual .one-half {
    margin-left: 0 !important;
    width: 50% !important;
}

section.visual .text-col { 
    padding: 9.21vw;
}


section.visual .one-half .w-image img {
    max-width: unset;
    height: 100%;
    object-fit: cover;
}

section.visual .w-image {
    position: relative;
}
section.visual .w-image:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--visual-overlay);
    opacity: 0.45;
}

section.intro:after {
    content: '';
    width: 32px;
    height: 49px;
    position: absolute;
    right: 30px;
    bottom: 43px;
    background-image: url(../images/icons/intro-bottom.svg);
    background-repeat: no-repeat;
}

section.light h3,
section.project-slider h3,
section.visual h3,
section.intro .text-dark {
    color: #8495AE;
}
section.light h3,
section.project-slider h3,
section.visual h3,
section.intro h3 {
    font-size: 46px;
    font-family: Lato;
    font-weight: 300;
}


section.light p:last-child,
section.visual p,
section.intro p {
    margin-bottom: 0;
}

section.visual .g-cols.offset_medium,
section.intro .g-cols.offset_medium {
    padding: 0;
}

a.w-btn {
    margin-top: 1em;
}

a.w-btn.color_primary {
    background-color: #415063;
    border-radius: 25px 0 25px 25px;
    color: #FFFFFF;
    text-transform: none;
    font-size: 18px;
    padding: 18px 80px;

}

a.w-btn.color_secondary .w-btn-label:after,
a.w-btn.color_primary .w-btn-label:after {
    content: '';
    width: 6px;
    height: 16px;
    background-image: url(../images/icons/caret-button-2.svg);
    position: absolute;
    right: -34px;
    bottom: 38%;
    transform: translateY(50%);
}

a.w-btn.color_secondary {
    border-radius: 20px 0 20px 20px;
    border: 1px solid #8495AE;
    color: #415062;
    text-transform: none;
    font-size: 18px;
    padding: 18px 80px;
}
section.intro a.w-btn.color_secondary {
    color: #B8BFCA;
}
 
section.visual a.w-btn.color_secondary {
    color: #415062;
}

section.visual a.w-btn.color_secondary .w-btn-label:after {
    background-image: url(../images/icons/caret-button-dark.svg);
}
section.intro .w-btn-wrapper + .w-btn-wrapper {
    margin-left: 34px;
}

/*PROJECT SLIDER */

section.project-slider {
    background-image: linear-gradient(rgba(0, 2, 9, 0.87), rgba(0, 0, 0 , 0.8)), url(../images/marble-texture-background.jpg);
    width: 100%;
    /* padding: 105px 0; */
    padding: 85px 0;
    position: relative;
    background-size: contain;
}

section.project-slider .g-cols.offset_medium {
    padding: 0 11px 0 55px;
}

section.project-slider .title-row .g-cols.offset_medium {
    /* padding: 0 55px 90px 55px; */
    padding: 0 55px 60px 55px;

}


section.project-slider .owl-arrow {
    width: 14px;
    height: 40px;
    background-image: url(../images/icons/blog-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 50%;
    transform: tranlateY(50%);
    left: 20px;
    cursor: pointer;
    z-index: 9;
}

section.project-slider .owl-arrow.owl-right {
    lefT: unset;
    right: 20px;
    background-image: url(../images/icons/blog-right.svg);
}

section.overview-wrapper .project-item,
section.project-slider .project-item {
    width: 21.53vw;
    height: 28.11vw;
    position: relative;
}

section.overview-wrapper .project-item img.background-image,
section.overview-wrapper .project-item a,
section.project-slider .project-item img.background-image,
section.project-slider .project-item a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;

}

section.overview-wrapper .project-item a:hover,
section.project-slider .project-item a:hover {
    opacity: 1;
}


section.overview-wrapper .project-item img.background-image,
section.project-slider .project-item img.background-image {
    object-fit: cover;
    transition: all 0.3s ease-out;
}

section.overview-wrapper .project-item .title-wrapper,
section.project-slider .project-item .title-wrapper {
    position: absolute;
    bottom: 66px;
    width: 100%;
    z-index: 10;
}

section.overview-wrapper .project-item a:after,
section.overview-wrapper .project-item a:before,
section.project-slider .project-item a:after,
section.project-slider .project-item a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(21, 24, 29, 0.3), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.3s ease-out;
}

section.overview-wrapper .project-item a:after,
section.project-slider .project-item a:after {
    background-image: unset;
    background-color: rgba(28, 37, 51, 0.1);
}

section.overview-wrapper .project-item a:hover:after,
section.project-slider .project-item a:hover:after {
    background-color: rgba(28, 37, 51, 0);
}

section.overview-wrapper .project-item a:hover img.background-image,
section.project-slider .project-item a:hover img.background-image {
    filter: brightness(1.15);
}

section.overview-wrapper .project-item .title-wrapper h2,
section.project-slider .project-item .title-wrapper h2 {
    font-family: Lato;
    color: #C5CBD4;
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 28px;
    white-space: normal;
    word-break: break-word;
}

section.overview-wrapper .project-item .tag-wrapper,
section.project-slider .project-item .tag-wrapper {
    position: absolute;
    left: 50%;
    background-color: #425063;
    padding: 0 20px;
    transform: translateX(-50%);
    border-radius: 0 0 1em 1em;
    z-index: 9;
}

section.overview-wrapper .project-item .tag-wrapper .project-tag,
section.project-slider .project-item .tag-wrapper .project-tag {
    color: #ffffff;
    font-size: 18px;
    font-family: Lato;
}

section.project-slider .w-btn.color_primary {
    color: #B8BFCA;
    margin-top: 7px;
}

section.overview-wrapper {
    background-image: linear-gradient(rgba(0, 2, 9, 0.87), rgba(0, 0, 0 , 0.8)), url(../images/marble-texture-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 300px;
    padding-top: 53px;
}

section.overview-wrapper.with-filter {
    padding-top: 10px;
}

section.overview-wrapper .search_result {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 2.52vw;
    row-gap: 2.79vw;
}

section.overview-wrapper .load_more_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
}

section.overview-wrapper > .l-section > .l-section-h > .g-cols {
    padding: 0 2.79vw;
}
/* FOOTER */

section#footer-bottom .footer-b-con {
    display: flex;
    justify-content: space-between;

}

section#footer-bottom .footer-b-con .footer-con {
    width: unset;
}
section#footer-bottom .footer-b-con .footer-con:not(:first-child) {
    margin-left: 45px;
}
section#footer-bottom .footer-b-con .bottom-left {
    width: 100%;
}

section#footer-bottom .footer-b-con .footer-con.legal {
    width: auto;
}
section#footer-bottom .footer-b-con .footer-con.legal ul {
    display: flex;
    flex-wrap: nowrap;

}

section#footer-bottom .footer-b-con .footer-con.legal ul li {
    padding: 0 17px 0 0;
    position: relative;

}

section#footer-bottom .footer-b-con .footer-con.legal ul li a {
    display: inline;
    font-size: 16px;
    font-weight: 300;
    color: #232730;
}

section#footer-bottom .footer-b-con .footer-con.legal ul li:not(:last-child):after { 
    content: '';
    width: 1px;
    height: 18px;
    background-color: #232730;
    position: absolute;
    right: 8px;
    transform: translateY(50%);
    bottom: 50%;
}
.footer-con ul li a {
    font-size: 16px;
    font-family: Lato;
    font-weight: 300;
    color: #232730;
}

.footer-con ul li a:hover {
    color: #C1C9D6;
}

section#footer-area {
    display: flex;
}
section#footer-area .footer-right {
    background-image: linear-gradient(rgba(0, 2, 9, 0.87), rgba(0, 0, 0 , 0.8)), url(../images/marble-texture-background.jpg);
    background-position: center;
    background-size:contain;
    width: 51%;
}

section#footer-area .footer-left {
    width: 49%;
}
.footer-right-social {
    left: 58px;
    right: unset;
    top: unset;
    bottom: 41px;
}

.footer-right .footer-address p {
    font-family: Lato;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
}
.footer-right .address-right h3 {
    color: #91A0B6;
    font-weight: 300;
    font-size: 24px;
    font-family: Lato;
}
.footer-right a.w-btn.color_secondary {
    color: #91A0B6;
}
.inline-contactform-container a,
.address-wrapper a, 
.footer-icon a {
    font-size: 22px;
    display: block;
    font-weight: 300;
    font-family: Lato;
    background-image: url(../images/icons/phone-link.svg);
    background-size: 22px;
    background-position: center left;
    line-height: 1.6;
}

.inline-contactform-container a,
.address-wrapper a {
    background-size: 22px 22px;
    background-position: left center;
    background-repeat: no-repeat;
}

.inline-contactform-container a.whatsapp-link,
.inline-contactform-container a.phone-link {
    background-color:  transparent;
    padding: 7px 22px 7px 33px;

}

.inline-contactform-container a.whatsapp-link .w-btn-label:after,
.inline-contactform-container a.phone-link .w-btn-label:after {
    content: none;
}

.inline-contactform-container a.whatsapp-link,
.address-wrapper a.app-link, 
.footer-icon a.app-link {
    background-image: url(../images/icons/whatsapp-link.svg)
}
.inline-contactform-container .text-col + .text-col {
    /* width: 12% !important; */
    margin-left: 60px !important;
    padding-right: 0;
}

.inline-contactform-container .text-col.bottom {
    padding-right: 0 !important;
}

.inline-contactform-container i,
.inline-contactform-container i strong {
    font-weight: 300;
    color: #ffffff;
    font-size: 20px;
    /* font-family: Philosopher; */
    font-family: Lato;
}

.inline-contactform-container i {
    color: #91A0B6;
}

.address-wrapper a.mail-link, 
.footer-icon a.def-email { 
    background-image: url(../images/icons/mail-link.svg)
}

.address-wrapper a.maps-link, 
.footer-icon a.def-googlemap {
    background-image: url(../images/icons/route-link.svg)
}

.address-wrapper a img, 
.footer-right-social a img {
    width: 43px;
    height: 43px;
}
/*
 * CONTENT GALLERY 
 * */

.template-restyle .w-gallery-list {
    margin: 0 -30px;
}
.template-restyle a.w-gallery-item {
    padding: 30px;
}

.template-restyle .no-touch a.w-gallery-item:hover .w-gallery-item-hover,
.template-restyle .no-touch a.w-gallery-item .w-gallery-item-hover {
    margin: 30px;
}

.template-restyle a.w-gallery-item:before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: var(--overlay-color);
    z-index: 9;
    opacity: 0.2;
}
.spec-list-container {
    width: 100%;
}

.template-restyle ul,
.spec-list-container ul {
    margin: 0;
    list-style: none;
    list-style-type: none;
}
ul.spec-list li .title {
    font-weight: bold;
    font-family: Lato;
    font-size: 18px;
}

ul.spec-list li .content {
    font-family: Lato;
    font-size: 22px;
    font-weight: 300;
}

.template-restyle li {
    font-family: Lato;
    font-size: 24px;
    padding-left : 24px;
    width: 100%;
    position: relative;
}
li.spec-list-item {
    width: 100%;
    position: relative;
    padding-left: unset;
}

.template-restyle ul li,
.template-restyle ul li.spec-list-item,
li.spec-list-item {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.template-restyle ul li:not(.category-filter):before ,
.template-restyle ul li.spec-list-item:before,
li.spec-list-item:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #415062;
    border-radius: 3em;
    position: absolute;
    display: block;
    left: 0;
    bottom: 1px;
    transform: translateY(50%);
}

.template-restyle ul li:not(.category-filter):after ,
.template-restyle ul li.spec-list-item:after,
li.spec-list-item:after {
    content: '';
    width: calc(100% - 10px); 
    height: 1px;
    position: absolute;
    display: block;
    left: 11px;
    bottom: 0;
    background-color: #415062;
}

.template-restyle ul li.spec-list-item:after,
li.spec-list-item:after {
    left: unset;
    right: 11px;
}

.template-restyle ul li.spec-list-item:before,
li.spec-list-item:before {
    left: unset;
    right: 0;
}
/*
.template-restyle ul li:after {
    background-image: url(../images/icons/list-underline.svg);
    margin-left: -24px;
}
*/

.hamburger-content-wrapper ul li:after,
#footer-bottom ul li:after {
    content: none;
}
section.light .g-cols.offset_medium > div:last-child.text-col {
    padding-right: 0;
}

.text-col.bottom {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;

}
section.break-out-top {
    padding-top: 0;
}

section.break-out-top .break-out-image {
    margin-top: -90px;
}
section.light > section ~ section {
    margin-top: 60px;
}

.g-cols.offset_medium > div {
    min-height: 1px;
}

.inline-form-wrapper .form-spacer {
    width: calc((100% - 1564px) + 175px) !important;
}
.inline-form-wrapper.expanded-form .form-spacer {
    width: 0 !important;
}

.inline-contactform-container .g-cols {
    height: 100%;
    align-content: flex-end !important; 
}
.inline-contactform-container {
    width: 1564px !important;
    height: 465px;
    background-image: linear-gradient(rgba(0, 2, 9, 0.87), rgba(0, 0, 0 , 0.8)), url(../images/marble-texture-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -175px;
    float: none;
    margin-left: 0 !important;
}

.inline-form-wrapper.expanded-form .inline-contactform-container {
    width: calc(100% + 175px) !important;
    padding-left: 56px;
    border-radius: 0 0 0 3em;
}

.inline-form-wrapper.expanded-form .inline-contactform-container form {
    padding-bottom: 0px;
}
@media (max-width: 800px) {
    .inline-form-wrapper.expanded-form .inline-contactform-container form {
        padding-bottom: 2em !important;
    }
}

.inline-contactform-container .g-cols > div.two-thirds { 
    height: 100%;
    padding: 48px 52px;
}

.inline-contactform-container .g-cols > div p, 
.inline-contactform-container .g-cols > div.two-thirds p { 
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 10px;
}

.inline-contactform-container .g-cols > div h2, 
.inline-contactform-container .g-cols > div.two-thirds h2 { 
    color: #8495AE;
    font-family: Lato;
    font-size: 46px;
    font-weight: 200;
    padding-top: 0;
}

textarea.wpcf7-form-control,
input.wpcf7-form-control {
    border: none;
    border-bottom: none;
    border-radius: 5px;
    color: #415062 !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
    height: 56px;
    font-size: 22px;
    width: 100%;
    padding: 15px;
}

textarea.wpcf7-form-control {
    height: auto;
}

form .row .wpcf7-form-control-wrap {
    width: 100%;
}

form .row.d40-60 .wpcf7-form-control-wrap:first-child {
    width: 40%;
    margin-right: 14px;
}
form .row.d40-60 .wpcf7-form-control-wrap:last-child {
    width: 60%;
}

input.wpcf7-form-control::placeholder {
    color: #415062;
    opacity: 0.9;
}
form .row {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

form .row.align-end {
    justify-content: flex-end;
}
.button_wrapper {
    position: relative;
}

.button_wrapper .button_underline {
    background-image: url(../images/icons/submit-chev.svg);
    position: absolute;
    right: 35px;
    bottom: 60%;
    transform: translateY(50%);
    width: 6px;
    height: 14px;
    display: block;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.button_wrapper:hover .button_underline {
    right: 12px;
}
input.wpcf7-form-control.cf_submit {
    background-color: #91A0B6 !important;
    color: #ffffff !important;
    border-radius: 2em 0 2em 2em ;
    text-transform: none !important;
    padding: 15px 80px;
}

section.quote {
    min-height: 300px;
    background-image: url(../images/quote-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

section.light section.quote {
    background: none;
}

/* section.quote .wpb_text_column:after, */
section.quote .wpb_text_column:before {
    content: '';
    width: 48px;
    height: 74px;
    position: absolute;
    left: 50%;
    top: -84px;
    transform: translateX(-50%);
    background-image: url(../images/icons/quote-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;

}

.wpb_text_column {
    /* margin-bottom: -45px !important; */
}

/* section.quote .wpb_text_column:after {
    background-image: url(../images/icons/quote-arrow.svg);
    width: 44px;
    height: 104px;
    top: unset;
    bottom: -104px;
} */

section.quote .g-cols {
    padding: 0 !important;
}
section.quote .wpb_text_column h3 {
    font-size: 32px;
    font-weight: 200;
    color: #425063;
    font-family: Lato;
}
section.light.light-header {
    /* padding: 175px 0 0 175px; */
}

section.light.light-header.center {
    padding: 90px 80px 40px 80px
}

section.light.light-header .three-fifths {
    margin-left: 0;
    width: 63.6% !important;
    position: relative;
}

section.light.light-header .three-fifths:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    background-image: url(../images/icons/light-header-icon.svg);
}

section.light.light-header h1 {
    font-size: 64px;
    font-family: Lato;
    font-weight: 200;
    color: #3E445B;
}
.text-col.center {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

section.light.light-header p:last-child:after { 
    content: '';
    position: relative;
    width: 44px;
    height: 104px;
    left: -22px;
    display: block;
    background-image: url(../images/icons/light-header-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;

}

/* CONTACT FORM */
section.contactform-wrapper {
    background-image: linear-gradient(rgba(0, 2, 9, 0.87), rgba(0, 0, 0 , 0.8)), url(../images/marble-texture-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 725px;
    padding: 95px 175px;
    position: relative;
}
section.contactform-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 175px;
    background-image: url(../images/team-contact.png);
    width: 572px;
    height: 208px;
    background-size: contain;
    background-repeat: no-repeat;
}

section.contactform-wrapper > .l-section > .l-section-h > .g-cols {
    padding: 0;
}

section.contactform-wrapper > .l-section > .l-section-h > .g-cols > .two-thirds {
    width: 54.66% !important;
}
section.contactform-wrapper > .l-section > .l-section-h > .g-cols > .one-third {
    width: 39.33% !important;
}

section.contactform-wrapper .text-dark {
    padding: 0;
}

section.contactform-wrapper .address-wrapper a,
section.contactform-wrapper .text-dark .wpb_text_column {
    color: #ffffff;
    font-size: 28px;
    font-family: Lato;
    font-weight: 200;
}

section.contactform-wrapper .address-wrapper a {
    padding-left: 35px;
}

section.contactform-wrapper .text-dark .wpb_text_column p {
    margin-bottom: 0;
}
section.contactform-wrapper .text-dark h2 {
    color: #8495AE;
    font-size: 46px;
    font-family: Lato;
    font-weight: 200;
    padding-top: 0;
}

section.contactform-wrapper .address-wrapper p,
section.contactform-wrapper .address-wrapper a,
section.contactform-wrapper .address-wrapper {
    font-size: 22px;
}
.share_shortcode {
    position: absolute;
    top: 32px;
    right: 38px;
} 
section.contactform-wrapper .share_shortcode {
    top: -63px;
    right: -137px;
}

.share_shortcode a:not(:first-child) {
    margin-left: 6px;
}

.image-row .two-fifths + .three-fifths {
    margin-left: 0 !important;
    width: 63.6% !important
}
.image-row + .inset-row { 
   margin-top: 30px; 
}

.image-row + .inset-row > .l-section-h > .g-cols > div:last-child {
    margin-left: 0 !important;
}
.full-width.text-col.center {
    justify-content: center;
}
.filter-section-categories-wrapper .category-list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    min-height: 150px;
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
}
.filter-section-categories-wrapper .category-list li  {
    width: fit-content;
    color: #91A0B6;
    cursor: pointer;
    font-family: Lato;
    font-size: 28px;
}
.filter-section-categories-wrapper .category-list li.active  {
    color: #ffffff;
}

.filter-section-categories-wrapper .category-list li.active:before {
    content: '';
    width: 34px;
    height: 27px;
    left: 50%;
    top: -75px;
    background-image: url(../images/icons/overview-active-category.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.filter-section-categories-wrapper .category-list li:after  {
    content: none;
}

body .template-default.l-main {
    margin-top: 156px;
}
body .template-restyle.l-main {
    margin-top: 0;
}
/* Loading Screen Styling */

.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: #20232C;
  width: 100%;
  height: 100%;
  transform-origin: center;
  opacity: 0;
}

.loading-screen:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(../images/logo-white-min.svg);
    background-repeat: no-repeat;
    background-size: 300px 300px;
    height: 100%;
    background-position: center center;

}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}

/* Loading Screen Styling Ends */

/* FAQ style */

.faq-wrapper {
    background-color: transparent;
    transition: all 0.3s ease-out;
    padding: 10px 50px;
    position: relative;
    margin: 10px 0;
}


.faq-wrapper h3.faq-question {
    color:#415062;
    font-size: 28px;
    position: relative;
    padding-bottom: 12px;
}

.faq-wrapper h3.faq-question:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 2em;
    border: 1px solid #415062;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);

}

.faq-wrapper h3.faq-question:after {
    content: '';
    width: calc(100% - 9px);
    height: 1px;
    background-color: #415062;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.faq-wrapper .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;

}

.faq-wrapper.active .faq-answer {
    max-height: 100vh;
}

.faq-wrapper .faq-answer .w-btn.color_light,
.faq-wrapper .faq-answer .w-btn.color_secondary {
    background-color: transparent;
    padding-bottom: 10px;
    color: #415062;
    border: 1px solid #415062;
    border-radius: 20px 0 20px 20px;
    text-transform: none;
    font-size: 18px;
    padding: 18px 80px;
    margin-top: 2em;
}

.faq-state-indicator {
    position: absolute;
    right: -2px;
    top: 28px;
    width: 46px;
    height: 41px;
    background-image: url(../images/icons/faq-closed.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(50%);
}

.faq-wrapper.active .faq-state-indicator {
    background-image: url(../images/icons/faq-opened.svg);
}

.g-cols.offset_medium > .three-quarters.faq-container {
    margin-left: 0;
    width: 78.05%;
}

/* TOOLTIP style */
.ult-tooltipster-base {
    border-radius: 2em 2em 2em 0;
    overflow: hidden;
    color: #38414E;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    transform: translateX(50%);
}


.ult-tooltipster-base h4,
.ult-tooltipster-base b {
    color: #38414E;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0;
}
.ult-tooltipster-default .ult-tooltipster-content {
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    text-align: start;
}

.ult-tooltipster-default .ult-tooltipster-content p {
    margin: 0;
}

.ult-tooltipster-default .ult-tooltipster-content a {
    margin-top: 1em;
    background-color: #91A0B6;
    border-radius: 25px 0 25px 25px;
    color: #FFFFFF;
    text-transform: none;
    font-size: 14px;
    padding: 11px 32px;
    height: 40px;
    display: inline-block;
    text-align: left;
}

.ult-tooltipster-default .ult-tooltipster-content:after {
    content: '';
    right: 24px;
    bottom: 24px;
    position: absolute;
    width: 22px;
    height: 34px;
    background-image: url(../images/icons/hotspot-branding.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* FIX layered nav in supermenu */

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-left ul.sub-menu {
    height: 0;
    max-height: 0;
    overflow: hidden;
}
.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-left .active ul.sub-menu {
    height: auto;
    max-height: 100vh;
}

.l-canvas > .l-header .hamburger-wrapper .hamburger-menu-left ul.sub-menu li  a {
    font-size: 26px;
    margin-left: 1em;
}

.l-canvas > .l-header .hamburger-wrapper li {
    position: relative;
    margin-bottom: 0;
    line-height: normal;
}
.l-canvas > .l-header .hamburger-wrapper .menu-item-has-children:not(.with-callout):after {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../images/icons/menu-child-indicator.svg);
    position: absolute;
    margin-left: 3em;
    top: 30px;
    right: 7.37vw;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(45deg);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.l-canvas > .l-header .hamburger-wrapper .menu-item-has-children.active:not(.with-callout):after { 
    transform: rotateZ(0);
}

/* BLADER SYSTEEM RESTYLE */

.project-template-restyle div#next-previous,
.post-template-restyle div#next-previous {
    background-image: url(../images/icons/prev-next-bg.svg);
    width: 168px;
    height: 58px;
    float: unset;
    margin-top: unset;
    margin-right: unset;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: unset;
    display: flex;
    justify-content: space-between;
}

.project-template-restyle div#next-previous a,
.post-template-restyle div#next-previous a {
    color: #ffffff;
    display: block;
    width: 45px;
    height: 100%;
    position: relative;
}

.project-template-restyle div#next-previous a.overview,
.post-template-restyle div#next-previous a.overview { 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 35px;
    top: 0;
}

.project-template-restyle .nav-next.alignright .Defaults-angle-right:before,
.project-template-restyle .nav-previous.alignleft .Defaults-angle-left:before,
.post-template-restyle .nav-next.alignright .Defaults-angle-right:before,
.post-template-restyle .nav-previous.alignleft .Defaults-angle-left:before {
    content: none;
}

.project-template-restyle .nav-next.alignright a:before,
.project-template-restyle .nav-previous.alignleft a:before,
.post-template-restyle .nav-next.alignright a:before,
.post-template-restyle .nav-previous.alignleft a:before {
    content: '' !important;
    width: 9px;
    height: 26px;
    position: absolute;
    left: 67%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/icons/blog-left-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.project-template-restyle .nav-next.alignright a:before,
.post-template-restyle .nav-next.alignright a:before {
    left: unset;
    right: 50%;
    background-image: url(../images/icons/blog-right-white.svg);
}


