* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

html :where(.wp-block) {
    max-width: 1600px !important;
}

html {
    scroll-behavior: smooth;
}

.editor-styles-wrapper {
    background-color: #ebebeb !important;
}

h1 {
    font-size: 78px;
    line-height: 92px;
    margin-bottom: 10px;
    font-weight: normal;
    color: rgb(var(--wpb-accent-1));
    font-family: 'Playfair Display';
}

h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 10px;
    color: rgb(var(--wpb-accent-1));
    font-family: 'Playfair Display';
}

h3 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
    color: rgb(var(--wpb-accent-1));
    font-family: 'Playfair Display';
}
.h3{
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 10px;
    color: rgb(var(--wpb-accent-1));
    font-family: 'Playfair Display';
}

h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
    color: rgb(var(--wpb-accent-1));
    font-family: 'Playfair Display';
}
.h4{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
    color: rgb(var(--wpb-accent-1));
    font-family: 'Playfair Display';
}

p {
    /* opacity: 0.65; */
    color: rgba(var(--wpb-accent-1),0.55);
    font-family: 'poppins', sans-serif;
    font-size: 16px;
}

@media only screen and (max-width: 968px) {
    h1 {
        font-size: 38px;
        line-height: 45px;
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
    }

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

    h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .h4{
        font-size: 16px;
        line-height: 20px;
    }
}

section.wpb-bg-color--dark h1,
section.wpb-bg-color--dark h2,
section.wpb-bg-color--dark h3,
section.wpb-bg-color--dark p {
    color: #fff !important;
}

/*** BLOCK STYLING ***/
/* BASIS */
section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
}

section .wpb-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.65;
}

/* WHITESPACE */
section.wpb-whitespace--none {
    padding: 0 0;
}

section.wpb-whitespace--small {
    padding: 64px 0;
}

section.wpb-whitespace--normal {
    padding: 96px 0;
}

section.wpb-whitespace--large {
    padding: 120px 0;
}

@media only screen and (max-width: 968px) {
    section.wpb-whitespace--small {
        padding: 48px 0;
    }

    section.wpb-whitespace--normal {
        padding: 64px 0;
    }

    section.wpb-whitespace--large {
        padding: 80px 0;
    }
}

/* COLORS */
section.wpb-bg-color--transparent {
    background-color: transparent;
}

section.wpb-bg-color--white {
    background-color: #fff;
}

section.wpb-bg-color--grey {
    background-color: rgb(var(--wpb-grey));
}

section.wpb-bg-color--dark {
    background-color: rgb(var(--wpb-dark));
}

section.wpb-bg-color--accent-1 {
    background-color: rgb(var(--wpb-accent-1));
}

section.wpb-bg-color--accent-2 {
    background-color: rgb(var(--wpb-accent-2));
}

section.wpb-bg-color--accent-3 {
    background-color: rgb(var(--wpb-accent-3));
}

.text-white {
    color: #fff;
}


/* TEXT ALIGN */
section .wpb-text-align-left {
    text-align: left;
}

section .wpb-text-align-center {
    text-align: center;
    margin: 0 auto;
}

section .wpb-text-align-right {
    text-align: right;
}

/*** BUTTONS ***/
.btn {
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 16px;
    border-radius: var(--wpb-btn-radius);
    text-decoration: none;
    display: inline-block;
    transition: 200ms ease-in-out;
}

.btn.btn-primary {
    background-color: rgb(var(--wpb-btn-color));
    border: 1px solid rgb(var(--wpb-btn-color));
    color: #fff;
}

.btn.btn-secondary {
    background-color: transparent;
    color: rgb(var(--wpb-btn-color));
    border: 1px solid rgb(var(--wpb-btn-color));
}

.buttons .btn {
    margin-left: 6px;
}

.buttons .btn:first-child {
    margin-left: 0;
}

.btn.btn-primary:hover {
    opacity: 0.8;
}

.btn.btn-secondary:hover {
    background-color: rgb(var(--wpb-accent-1));
    color: #fff;
}

.wpb-bg-color--accent-1 .btn.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: rgb(var(--wpb-accent-1));
}

/*** CONTAINERS ***/
.container,
.woocommerce {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1250px) {
/* @media only screen and (max-width: 1300px) { */

    .container,
    .woocommerce {
        max-width: 846px;
    }
}

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

    .container,
    .woocommerce {
        max-width: 642px;
    }
}

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

    .container,
    .woocommerce {
        max-width: 100%;
        padding: 0 20px;
    }
}

/*** NAVIGATION ***/
.wpb-navigation {
    padding: 20px 0;
}

.wpb-navigation .inner {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 968px){
    .wpb-navigation .inner{
        align-items: center;
    }
}

.wpb-navigation .logo {
    position: relative;
    z-index: 50;
}

.wpb-navigation .logo img {
    /* width: fit-content;
    max-height: 40px; */
}

.wpb-navigation .upper-menu {
    margin-top: 20px;
    list-style: none;
    display: flex;
}
.wpb-navigation .upper-menu .divider {
    border: 1px solid rgb(var(--wpb-accent-1));
    opacity: 0.4;
}
.wpb-navigation .upper-menu .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wpb-navigation .menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: auto;
}



.wpb-navigation .menu .search button{
    background-color: transparent;
    border: 2px solid rgba(var(--wpb-accent-1),0.25);
    border-radius: 8px;
    padding: 10px 20px;
    transition: 200ms ease-in-out;
}
.wpb-navigation .menu .search button i{
    margin-right: 10px;
}
.wpb-navigation .menu .search button:hover{
    cursor: pointer;
    background-color: rgba(var(--wpb-accent-1),0.25);
}
@media only screen and (max-width: 968px){
    .wpb-navigation .menu .search button{
        display: none;
    }
}


.wpb-navigation .wpb-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: end;
    /* align-self: end; */
    /* margin-bottom: 20px; */
}

.wpb-navigation .menu-item {
    position: relative;
    margin: 0 12px;
}

.wpb-navigation .menu-item a,
.wpb-navigation .search-toggle .menu-item {
    text-decoration: none;
    color: rgb(var(--wpb-accent-1));
    transition: 200ms ease-in-out;
    margin: 0px;
    opacity: 0.65;
    /* font-weight: 600; */
}

.std-sub-menu-column .menu-item a {
    width: 100%;
    display: block;
}

.is--nav-2 .wpb-navigation .menu-item a {
    color: #fff;
}

.wpb-navigation .menu-item a:hover {
    opacity: 0.7;
}

.is--nav-1 .wpb-navigation .menu-item a:hover {
    opacity: 1;
    color: rgb(var(--wpb-accent-1));
}

.wpb-navigation .menu-item.menu-btn {
    margin-top: 0;
}

.wpb-navigation .menu-item-has-children {
    cursor: pointer;
}

.wpb-navigation .menu-item-has-children::after {
    content: "";
    display: inline-block;
    width: 12px;
    /* filter: invert(1); */
    height: 8px;
    margin-left: 4px;
    background-image: url("/wp-content/themes/wux/assets/img/icon_chevron_down_wit.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.is--nav-2 .menu-item-has-children::after {
    filter: invert(0);
}

.wpb-navigation .menu-item .sub-menu {
    visibility: hidden;
    pointer-events: disabled;
    padding: 14px 8px;
    width: 180px;
    position: absolute;
    left: -22px;
    border-radius: 5px;
    bottom: -65px;
    opacity: 0;
    background-color: rgb(var(--wpb-grey));
    z-index: 5;
    transition: 200ms ease-in-out;
    list-style: none;
}

.wpb-navigation .menu-item .sub-menu.open {
    visibility: visible;
    pointer-events: all;
    bottom: -105px;
    opacity: 1;
}

.wpb-navigation .menu-item .sub-menu .menu-item a {
    display: inline-block;
    padding: 5px 0;
    color: rgb(var(--wpb-tekst));
}

.wpb-navigation .menu-item.menu-btn a {
    color: #fff;
}

/* WOOCOMMERCE */
.wpb-navigation .wc-cart-container {
    margin-left: 12px;
    padding-left: 16px;
    border-left: 1px solid #fff;
    display: flex;
}

.wpb-navigation .wc-cart {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.wpb-navigation .wc-cart-icon {
    width: 45px;
    margin-right: 8px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
    transition: 200ms ease-in-out;
    position: relative;
}

.wpb-navigation .wc-cart:hover .wc-cart-icon {
    background-color: rgba(255, 255, 255, 0.2);
}

.wpb-navigation .wc-cart-icon img {
    width: 100%;
    height: 100%;
}

.wpb-navigation .wc-cart-icon .wc-cart-count {
    position: absolute;
    background-color: rgb(var(--wpb-accent-2));
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 2px;
    right: 2px;
    font-size: 13px;
}

.is--nav-1 .wpb-navigation .wc-cart-container {
    border-color: rgb(var(--wpb-tekst));
}

.is--nav-1 .wpb-navigation .wc-cart:hover .wc-cart-icon {
    background-color: rgba(0, 0, 0, 0.12);
}

.is--nav-1 .wpb-navigation .wc-cart-icon img {
    filter: invert(1);
}

.is--nav-1 .wpb-navigation .wc-cart {
    color: rgb(var(--wpb-text));
}

.is--nav-1 .wpb-navigation .wc-cart:hover {
    color: rgb(var(--wpb-accent-2));
}

.wpb-navigation .menu-buttons{
    display: none;
}
.wpb-navigation .menu-buttons .mobile-search-icon{
    align-self: center;
    margin-right: 10px;
}
.wpb-navigation .menu-buttons .mobile-search-icon.hide{
    display: none;
}
.wpb-navigation .menu-buttons .mobile-search-icon i{
    font-weight: 300;
    font-size: 30px;
}

.wpb-navigation .menu-buttons .nav-trigger {
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 11px 16px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    display: flex;
    border-radius: 12px;
    transition: all 375ms cubic-bezier(0.215, 0.61, 0.355, 1);
    cursor: pointer;
    position: relative;
    z-index: 50;
}

.wpb-navigation .menu-buttons .nav-trigger .nav-hamburger__line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: 200ms ease-in-out;
}

.wpb-navigation .menu-buttons .nav-trigger.active .nav-hamburger__line.is--top {
    transform: translate3d(0px, 4px, 0px) rotateZ(45deg);
    transform-style: preserve-3d;
}

.wpb-navigation .menu-buttons .nav-trigger.active .nav-hamburger__line.is--bottom {
    transform: translate3d(0px, -4px, 0px) rotateZ(-45deg);
    transform-style: preserve-3d;
}

.wpb-navigation .menu-buttons .nav-trigger:hover {
    transform: translate(0px, 0.2rem);
}

.is--nav-1 .wpb-navigation .menu-buttons .nav-trigger {
    border-color: rgb(var(--wpb-accent-3));
}

.is--nav-1 .wpb-navigation .menu-buttons .nav-trigger .nav-hamburger__line {
    background-color: rgb(var(--wpb-accent-1));
}

@media only screen and (max-width: 968px) {
    .wpb-navigation .menu-buttons {
        display: flex;
    }
    /* .wpb-navigation .menu-buttons .nav-trigger {
        display: flex;
    } */

    .wpb-navigation .wpb-menu {
        visibility: hidden;
        pointer-events: disabled;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 130px;
        left: calc((-100vw + 642px) / 2);
        right: unset;
        bottom: unset;
        background-color: rgb(var(--wpb-accent-2));
        z-index: 20;
        /* transition: 300ms ease-in-out; */
        width: 100vw;
    }

    .wpb-navigation .wpb-menu .menu {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .wpb-navigation .wpb-menu .menu-hoofdmenu-container {
        width: 100%;
    }

    .wpb-navigation .wpb-menu.active {
        visibility: visible;
        pointer-events: all;
        opacity: 1;
    }

    .wpb-navigation .menu-item.menu-btn {
        background-color: transparent;
        border: none;
        border-radius: 0;
        margin-top: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .wpb-navigation .menu-item {
        margin: 0;
        padding: 14px 0;
        margin-top: 18px;
        width: 100%;
    }

    .wpb-navigation #menu-hoofdmenu .menu-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .wpb-navigation .menu-item a {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
    }

    .wpb-navigation .menu-item-has-children:after {
        position: absolute;
        right: 0;
        top: 25px;
        width: 20px;
        height: 11px;
        margin-left: 0;
        filter: invert(0);
    }

    .wpb-navigation .menu-item .sub-menu.open {
        display: block;
    }

    .wpb-navigation .menu-item .sub-menu {
        padding: 0;
        margin-top: 20px;
        width: 100%;
        display: none;
        position: relative;
        left: 0;
        top: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .wpb-navigation .menu-item .sub-menu .menu-item {
        padding: 5px 0;
        margin-top: 0;
        border-bottom: none;
    }

    .wpb-navigation .menu-item .sub-menu .menu-item:last-child {
        border-bottom: none;
    }

    .wpb-navigation .menu-item .sub-menu .menu-item a {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
    }
    .wpb-navigation.active{
        background-color: rgb(var(--wpb-accent-2));
    }
    .wpb-navigation .upper-menu {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        margin-top: 0px;
    }
    .wpb-navigation .upper-menu .divider{
        display: none;
    }
}

@media only screen and (max-width: 768px){
    .wpb-navigation .wpb-menu {
        width: 100vw;
        padding: 0 20px;
        left: 0px;
        bottom: unset;
        right: unset;
    }
}


/*** FOOTER ***/
.wpb-footer .main {
    background-color: rgb(var(--wpb-footer-1));
    padding: 100px 0;
}

.wpb-footer .main .inner {
    display: flex;
}

.wpb-footer .main .inner .logo {
    min-width: 33%;
    width: 100%;
    margin-right: 100px;
}

.wpb-footer .main .inner .logo img {
    max-height: 40px;
}

.wpb-footer .main .inner .logo p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
}

.wpb-footer .main .inner .footer-menu {
    width: 100%;
}

.wpb-footer .main .inner .footer-menu ul {
    list-style: none;
}

.wpb-footer .main .inner .footer-menu .menu-title {
    font-weight: 600;
    color: rgb(var(--wpb-tekst));
    margin-bottom: 6px;
    display: inline-block;
}

.wpb-footer .main .inner .footer-menu ul .menu-item {
    text-decoration: none;
    color: rgb(var(--wpb-tekst));
    font-size: 14px;
    line-height: 14px;
    opacity: 0.75;
    display: inline-block;
    padding: 3px 0;
}

.wpb-footer .main .inner .footer-menu ul .menu-item:hover {
    opacity: 1;
}

.wpb-footer .bottom {
    background-color: rgb(var(--wpb-footer-2));
    color: #fff;
    padding: 16px 0;
}

.wpb-footer .bottom .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpb-footer .bottom .inner>div {
    display: flex;
    align-items: center;
}

.wpb-footer .bottom .inner .menu {
    display: flex;
    align-items: center;
    list-style: none;
}

.wpb-footer .bottom p,
.wpb-footer .bottom a {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
    padding: 0 12px;
    border-left: 1px solid #fff;
}

.wpb-footer .bottom p {
    padding-left: 0;
    border-left: 0;
}

.wpb-footer .bottom a:hover {
    opacity: 1;
}

.wpb-footer .bottom .wux a {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    display: flex;
    align-items: center;
}

.wpb-footer .bottom .wux img {
    height: 16px;
    opacity: 0.75;
    padding-left: 8px;
}

.wpb-footer .bottom .logo img {
    max-height: 32px;
}

.wpb-footer.style--1 .main {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wpb-footer.style--2 .main {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wpb-footer.style--2 .main .inner .footer-menu {
    text-align: center;
}

.wpb-footer.style--2 .bottom {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 48px 0;
}

.wpb-footer.style--2 .bottom .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    list-style: none;
}

.wpb-footer.style--2 .bottom p,
.wpb-footer.style--2 .bottom a {
    color: rgb(var(--wpb-tekst));
}

.wpb-footer.style--2 .bottom .wux a {
    justify-content: center;
}

@media only screen and (max-width: 968px) {
    .wpb-footer .main .inner {
        flex-wrap: wrap;
    }

    .wpb-footer .main .inner .footer-menu {
        width: 50%;
        margin-top: 32px;
    }

    .wpb-footer .bottom .inner {
        flex-direction: column;
        padding: 16px;
    }

    .wpb-footer .bottom .inner>div {
        flex-direction: column;
    }

    .wpb-footer .bottom .inner .menu-item {
        padding: 22px 0;
    }

    .wpb-footer .bottom a {
        border-left: none;
    }
}

@media only screen and (max-width: 768px) {
    .wpb-footer.style--2 .bottom .menu {
        flex-direction: column;
    }

    .wpb-footer.style--2 .bottom a {
        padding: 7px 0;
        display: inline-block;
    }

    .wpb-footer.style--2 .bottom p {
        padding: 0;
    }
    
    .footer-menu {
        text-align: center;
    }
}

/*** TEKST MEDIA ***/
.wpb--tekst-media .inner {
    display: flex;
    justify-content: space-between;
}

.wpb--tekst-media .inner .block {
    width: 48%;
    order: 2;
}

.wpb--tekst-media .inner .block.media img {
    width: 100%;
}

.wpb--tekst-media .inner.wpb-align-top {
    align-items: flex-start;
}

.wpb--tekst-media .inner.wpb-align-center {
    align-items: center;
}

.wpb--tekst-media .inner.wpb-align-bottom {
    align-items: flex-end;
}

.wpb--tekst-media .inner .wpb-align-left {
    order: 1;
}

.wpb--tekst-media .inner .wpb-align-right {
    order: 3;
}

@media only screen and (max-width: 968px) {
    .wpb--tekst-media .inner {
        display: block;
    }

    .wpb--tekst-media .inner .block {
        width: 100%;
    }

    .wpb--tekst-media .inner .block.media {
        margin-top: 48px;
    }
}

/*** TEKST ***/
.wpb--tekst .inner {
    /* max-width: 900px; */
    margin: 0 auto;
}
.wpb--tekst .inner p {
    color: rgb(var(--wpb-accent-1));
    opacity: 0.65;
}
/*** GRID ***/
.wpb--grid .header {
    margin-bottom: 40px;
    max-width: 900px;
}

.wpb--grid .footer {
    margin-top: 22px;
}

.wpb--grid .inner .grid-item {
    background-color: rgb(var(--wpb-grey));
    padding: 32px;
}

.wpb--grid .inner .grid-item .icon {
    margin-bottom: 16px;
    max-height: 40px;
}

.wpb--grid.wpb-bg-color--dark .inner .grid-item {
    background-color: rgba(255, 255, 255, 0.1);
}

.wpb--grid.wpb-bg-color--grey .inner .grid-item {
    background-color: #fff;
}

.wpb-grid .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}

.wpb-grid .inner.wpb-col-count--3 {
    grid-template-columns: repeat(auto-fill, minmax(398px, 1fr));
}

.wpb-grid .inner.wpb-col-count--4 {
    grid-template-columns: repeat(auto-fill, minmax(291px, 1fr));
}

.wpb-grid .inner.wpb-col-count--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

    .wpb-grid .inner.wpb-col-count--4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wpb-grid .inner.wpb-col-count--5 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 968px) {
    .wpb-grid .inner.wpb-col-count--3 {
        grid-template-columns: 1fr 1fr;
    }

    .wpb-grid .inner.wpb-col-count--4 {
        grid-template-columns: 1fr 1fr;
    }
    .wpb-grid .inner.wpb-col-count--5 {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .wpb-grid .inner {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .wpb-grid .inner.wpb-col-count--3 {
        grid-template-columns: 1fr;
    }

    .wpb-grid .inner.wpb-col-count--4 {
        grid-template-columns: 1fr;
    }
    .wpb-grid .inner.wpb-col-count--5 {
        grid-template-columns: 1fr;
    }
}

/*** UITGELICHT ***/
.wpb--uitgelicht .header {
    margin-bottom: 40px;
    max-width: 900px;
}

.wpb--uitgelicht .footer {
    margin-top: 22px;
}

.wpb--uitgelicht .inner .grid-item {
    background-color: rgb(var(--wpb-grey));
    position: relative;
}

.wpb--uitgelicht .inner .grid-item .body {
    padding: 28px;
    position: relative;
    z-index: 2;
}

.wpb--uitgelicht .inner .grid-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.wpb--uitgelicht .inner.style--2 img {
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.wpb--uitgelicht .inner.style--2 .grid-item:before {
    background-color: rgb(var(--wpb-dark));
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.wpb--uitgelicht .inner.style--2 h3,
.wpb--uitgelicht .inner.style--2 p {
    color: #fff;
}

.wpb--uitgelicht .inner.style--3 img {
    display: none;
}

/*** GALERIJ ***/
.wpb--galerij .header {
    margin-bottom: 40px;
    max-width: 900px;
}

.wpb--galerij .footer {
    margin-top: 22px;
}

.wpb--galerij .inner {
    grid-gap: 64px;
}

.wpb--galerij .inner.wpb-col-count--2 {
    grid-gap: 32px;
}

.wpb--galerij .inner.wpb-col-count--3 {
    grid-gap: 32px;
}

.wpb--galerij .inner.wpb-col-count--4 {
    grid-gap: 40px;
}

/*** HEADER 1 ***/
.wpb-body.is--nav-2 .wpb--header-1 {
    margin-top: -86px;
    padding-top: 160px;
}

/* BREADCRUMBS */
#wpb-breadcrumbs {
    margin-bottom: 6px;
}

#wpb-breadcrumbs span,
#wpb-breadcrumbs a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    font-size: 14px;
}

#wpb-breadcrumbs .breadcrumb_last {
    padding-left: 3px;
    font-weight: 500;
}

/*** HEADER 2 ***/
.wpb-body.is--nav-2 .wpb--header-2 {
    margin-top: -86px;
    padding-top: 160px;
}

.wpb--header-2.style--1 .inner,
.wpb--header-2.style--2 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpb--header-2.style--1 .block,
.wpb--header-2.style--2 .block {
    width: 48%;
    order: 2;
}

.wpb--header-2.style--1 .media {
    order: 1;
}

.wpb--header-2.style--2 .media {
    order: 3;
}

.wpb--header-2.style--3 .content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.wpb--header-2.style--4 .content {
    display: flex;
    justify-content: space-between;
}

.wpb--header-2.style--4 .content>div {
    max-width: 600px;
    width: 100%;
}

.wpb--header-2.style--3 .media,
.wpb--header-2.style--4 .media {
    margin-top: 48px;
}

@media only screen and (max-width: 968px) {
    .wpb--header-2.style--4 .content {
        flex-direction: column;
    }

    .wpb--header-2.style--1 .inner,
    .wpb--header-2.style--2 .inner {
        display: block;
    }

    .wpb--header-2.style--1 .block,
    .wpb--header-2.style--2 .block {
        width: 100%;
    }

    .wpb--header-2.style--1 .media,
    .wpb--header-2.style--2 .media {
        margin-top: 48px;
    }
}

/*** FORMULIER ***/
.wpb--formulier .header {
    margin-bottom: 48px;
}

.wpb--formulier .inner {
    display: flex;
    justify-content: space-between;
    margin-left: -32px;
    margin-right: -32px;
}

.wpb--formulier .inner.wpb-align-left .form {
    order: 1;
}

.wpb--formulier .inner.wpb-align-right .form {
    order: 3;
}

.wpb--formulier .inner .block {
    padding: 0 32px;
    order: 2;
    width: 100%;
}

.wpb--formulier .inner .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wpcf7-form p {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    color: rgb(var(--wpb-accent-1));
    opacity: 1;
}

.wpcf7-form p:first-of-type {
    margin-top: 0;
}

.wpcf7-form-control {
    width: 100%;
    outline: none;
    box-shadow: none;
    display: inline-block;
    padding: 12px 15px;
    margin-top: 4px;
    background-color: rgba(29, 72, 88, 0.15);
    border-style: none;
    border-radius: 8px;
}

.wpcf7-form-control.wpcf7-textarea{
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100%;
}

.wpcf7-submit {
    display: inline-block;
    background-color: rgb(var(--wpb-accent-1));
    border: 2px solid rgb(var(--wpb-accent-1));
    color: white;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    border-radius: 8px;
    transition: 200ms ease-in-out;
    width: auto;
    margin-left: auto;
    display: flex;
}

.wpcf7-submit:hover {
    background-color: white;
    color: rgb(var(--wpb-accent-1));
    cursor: pointer;
}

.wpcf7-spinner {
    display: none !important;
}

@media only screen and (max-width: 968px) {
    .wpb--formulier .header {
        margin-bottom: 0;
    }

    .wpb--formulier .inner {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .wpb--formulier .inner .block {
        padding-left: 0;
        padding-right: 0;
        margin-top: 48px;
    }
}

.wpcf7-response-output {
    border: none !important;
    background-color: rgb(var(--wpb-accent-1));
    color: white;
    padding: 20px !important;
    border-radius: 8px;
}

/*** BLOG OVERZICHT ***/
.wpb-blog .post-categories {
    list-style: none;
    padding-left: 28px;
    padding-top: 28px;
    display: flex;
    flex-wrap: wrap;
}

.wpb-blog .post-categories a {
    padding: 8px 12px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    background-color: rgb(var(--wpb-accent-2));
    color: #fff;
}

.wpb-blog .post-categories li:first-child a {
    margin-left: 0;
}

.wpb-blog .style--2 .grid-item {
    min-height: 325px;
    display: flex;
    align-items: flex-end;
}

.wpb-blog .style--2 .post-categories,
.wpb-blog .style--1 .post-categories {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/*** BLOG DETAIL ***/
.wpb--blog-content,
.wpb--blog-author {
    max-width: 720px;
    margin: 0 auto;
}

.wpb--blog-author .inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
}

.wpb--blog-author .inner .author-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
}

.wpb--blog-wrapper {
    display: flex;
    justify-content: center;
}

.wpb--blog-wrapper.sidebar--1 .wpb-sidebar {
    display: none;
}

.wpb--blog-wrapper.sidebar--3 .content {
    order: 3;
}

.wpb--blog-wrapper.sidebar--3 .wpb-sidebar {
    margin-left: 0;
    margin-right: 48px;
}

.wpb-sidebar {
    max-width: 300px;
    margin-left: 48px;
    padding-top: 32px;
}

.wpb-sidebar .inner {
    position: sticky;
    top: 32px;
    background-color: rgb(var(--wpb-grey));
    padding: 20px;
}

.wpb--uitgelicht.wpb-blog .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.wpb--uitgelicht.wpb-blog .header h2 {
    margin-bottom: 0;
}

.wpb--uitgelicht.wpb-blog .header .btn {
    margin-top: 0;
}

.wpb--blog-content {
    padding-top: 64px;
}

.wpb--blog-content .inner h2 {
    margin-top: 48px;
    margin-bottom: 12px;
}

.wpb--blog-content .inner h3 {
    margin-top: 28px;
    margin-bottom: 10px;
}

.wpb--blog-content .inner p {
    font-size: 18px;
    line-height: 25px;
}

.wpb--blog-content .inner p:first-of-type {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
}

.wpb--blog-content .inner img {
    margin-top: 48px;
}

@media only screen and (max-width: 968px) {
    .wpb--blog-content .inner p:first-of-type {
        font-size: 20px;
        line-height: 26px;
    }

    .wpb-sidebar {
        display: none;
    }
}

/*** REVIEWS ***/
.wpb--reviews .header {
    margin-bottom: 48px;
}

.wpb--reviews .grid-item {
    padding: 32px;
    background-color: rgba(255, 255, 255, 0.2);
}

.wpb--reviews .grid-item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.wpb--reviews .grid-item .author {
    display: flex;
    align-items: center;
}

.wpb--reviews .grid-item .author img {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    margin-right: 16px;
}

.wpb--reviews .grid-item .author h3 {
    margin-bottom: 0;
}

.wpb--reviews .grid-item .author span {
    color: rgb(var(--wpb-accent-2));
}

.wpb--reviews .grid-item .rating img {
    width: 120px;
}

.wpb--reviews.wpb-bg-color--grey .grid-item {
    background-color: #fff;
}

.wpb--reviews.wpb-bg-color--white .grid-item {
    background-color: rgb(var(--wpb-grey));
}

/*** FAQ ***/
.wpb--faq .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpb--faq .inner .block {
    width: 100%;
    order: 2;
    padding: 0 16px;
}

.wpb--faq .inner.wpb-align-left .faq {
    order: 1;
}

.wpb--faq .inner.wpb-align-right .faq {
    order: 3;
}

.wpb--faq .inner.wpb-align-full {
    max-width: 900px;
    margin: 0 auto;
}

.wpb--faq .inner .faq .faq-item {
    background-color: rgb(var(--wpb-grey));
    margin-top: 16px;
    padding: 22px;
    position: relative;
    cursor: pointer;
}

.wpb--faq .inner .faq .faq-item:first-child {
    margin-top: 0;
}

.wpb--faq .inner .faq .faq-item .answer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: 200ms ease-in-out;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 13px;
    margin-top: 16px;
}

.wpb--faq .inner .faq .faq-item.open .answer {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    position: relative;
}

.wpb--faq .inner .faq .faq-item .question {
    padding-right: 64px;
    position: relative;
}

.wpb--faq .inner .faq .faq-item .question:after {
    display: inline-block;
    content: "";
    transition: 100ms ease-in-out;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
    background-image: url("/wp-content/themes/wux/assets/img/icon_chevron_down_wit.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
}

.wpb--faq .inner .faq .faq-item.open .question:after {
    transform: rotate(180deg) translateY(50%);
}

.wpb--faq .inner .faq .faq-item .question h3 {
    margin-bottom: 0;
}

/*** WOOCOMMERCE ***/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: rgb(var(--wpb-accent-2)) !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: rgb(var(--wpb-btn-color)) !important;
}

.woocommerce span.onsale {
    background-color: rgb(var(--wpb-accent-2)) !important;
    line-height: 1 !important;
    min-height: unset !important;
    min-width: unset !important;
    padding: 10px !important;
    border-radius: 8px !important;
    top: 16px !important;
    left: 16px !important;
    right: unset !important;
}

.woocommerce-product-details__short-description {
    padding: 20px 0;
}

.woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 29px;
}

.input-text {
    min-height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.single_add_to_cart_button {
    min-height: 50px;
    padding: 10px 28px !important;
}

.product_meta span,
.product_meta a {
    font-size: 18px;
    line-height: 20px;
}

.product_meta a {
    text-decoration: none;
    color: rgb(var(--wpb-accent-2));
}

.woocommerce-product-gallery__image {
    margin: 8px;
}

.woocommerce del bdi {
    opacity: 1 !important;
    font-size: 60% !important;
}

.woocommerce .woocommerce-Price-amount,
.woocommerce .woocommerce-Price-amount bdi {
    font-size: 28px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

.woocommerce ul.products li.product .button {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
    width: 100%;
    color: rgb(var(--wbp-tekst));
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.attachment-woocommerce_thumbnail {
    transition: 200ms ease-in-out;
}

.attachment-woocommerce_thumbnail:hover {
    transform: scale(1.025);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* UNDER THIS IS CUSTOM */
.wpb--blog-content .inner p:first-of-type a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

@media only screen and (max-width: 968px) {
    .no-scroll {
        overflow: hidden;
    }
}

@media only screen and (max-width: 576px) {
    .no-scroll {
        overflow: hidden;
        position: fixed;
    }
}

.tab-header label {
    height: 40px !important;
}