/*
Theme Name: Astra Child
Author: Monkey Vision
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* STOCK INDEX - Voor snel zoeken
Naam kopieren, zoeken, plakken voor snelle navigatie

INDEX NAAM - korte uitleg

GENERAL                 - Algemene instellingen, buttons, h2, h3 etc
CUSTOM BULLETS          - List bullets
ADRES CONTAINER         - Shortcode CSS
MAIL/TEL CONTAINER      - Shortcode CSS
HEADER                  - Header (USP topbar, Offcanvas, main header)
FOOTER                  - Footer
OWL CAROUSEL            - OWL carousel
GFORM FORMULIER         - Formulier
HOME HERO SECTION       - Home hero
SUB HERO SECTION        - Hero voor sub paginas (niet home)
CONTENT SECTION         - Content sections -> .content-section.img-text .content-section.text-img
CENTERED TEXT SECTION   - Centered text
USP SECTION             - USP section
LOGO SLIDER SECTION     - Slider met kleine logo's
BLOG WRAPPER            - Wrapper voor blogs, -> .blog-slider-section voor slider functie
BLOG ARCHIVE SECTION    - Blog archive page section
BLOG THUMB              - Blog thumbnail
BLOG SINGLE PAGE        - Blog single page
CONTACT WRAPPER         - Wrapper voor contact form
QUOTE SECTION           - Quote sectie 
FAQ Section             - FAQ section voor gehele website
CONTACT FOOTER SECTION  - Sectie met telefoon, mail, bezoek etc
REVIEW SECTION          - Slider met reviews
PAKKETTEN SECTION       - Pakketten met prijzen

*/


:root {
    --primary: #D77632;
    --secondary: #F7F5F0;

    /* GENERAL BG COLORS */
    --bg-faded: #F7F5F0;
    --bg-black:#000000;

    /* FONT COLORS */
    --font-color-primary:#000000;
    --font-color-headlines: #000000;
    --font-color-spans: #D77632;

    /* BULLET */
    --custom-bullet: url(/wp-content/uploads/2023/02/dot.svg);

    /* HEADER */
    --header-font-color: #000;
    --header-dash-color: #000;
    --mobile-offcanvas-background: #000000;
    --mobile-offcanvas-font-color: #fff;
    --uspbar-background: #D77632;
    --uspbar-font-color: #fff;

    /* FOOTER */
    --footer-dash-color: #fff;
    --footer-font-color: #fff;
}


/****************************************** SECTION GENERAL ******************************************/
html {
	overflow-x:hidden;
}

.elementor-section .elementor-container {
    max-width: 1400px !important;
}

/* ELEMENT STANDAARD BUTTON */
.elementor-element .elementor-button-link,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 15px 25px !important;
    border-radius: 30px !important;
    border:2px solid transparent !important;
    background-color: var(--primary) !important;
    color: #FFF !important;
    font-weight: 600 !important;
    transition: background-color 500ms;
    will-change: background-color;
}

/* ELEMENT ALT INFO BUTTON */
/* zet de button op type "info" voor de secondaire button */
.elementor-element .elementor-button-info .elementor-button-link {
    background-color: transparent!important;
    font-weight: 600!important;
    text-decoration: underline;
    color:#000;
    border:2px solid transparent;
    transition: color 500ms !important;
    will-change: color !important;
}

.elementor-element .elementor-button-link:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
    border:2px solid transparent!important;
    background-color: #ff9100!important;
}

.elementor-element .elementor-button-info .elementor-button-link:hover {
    background-color: transparent !important;
    border:2px solid transparent!important;
    color: var(--primary) !important;
}

/* ELEMENT FONTS */
h1 {
    font-size: 60px!important;
    line-height: 130%!important;
    font-weight: 600 !important;
    color: var(--font-color-headlines);
    margin-bottom: 0px !important;
}

h2 {
    font-size: 50px!important;
    line-height: 50px!important;
    font-weight: 700;
    color: var(--font-color-headlines);
    margin-bottom: 0px !important;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
	margin-bottom: 10px;
}

.span-title {
    color: var(--font-color-spans);
    font-family: 'Roboto Slab', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.elementor hr {
	margin: 50px;
	background-color: #ff9100;
}


/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1024px) {
    h1 {
        font-size: 50px!important;
        line-height: 60px!important;
    }

    h2 {
        font-size: 40px!important;
        line-height: 40px!important;
    }

    .span-title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 700px) {
    h2 {
        font-size: 30px!important;
        line-height: 30px!important;
    }
}
@media screen and (max-width: 550px) {
    h1 {
        font-size: 40px!important;
        line-height: 50px!important;
    }

    h2 {
        font-size: 25px!important;
        line-height: 25px!important;
    }
    .span-title {
        font-size: 20px;
        line-height: 25px;
    }
}
@media screen and (max-width: 425px) {
	    h1 {
        font-size: 35px!important;
        line-height: 45px!important;
    }
}
/* !SECTION GENERAL */


/*********************************************** SECTION CUSTOM BULLETS  *************************************************/
.custom-bullets ul,
.content-section ul,
.content-section ol,
.centered-text-section ul,
.centered-text-section ol {
    list-style: none;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 0px;
}

.custom-bullets ul li:not(.elementor-icon-list-item),
.custom-bullets ol li:not(.elementor-icon-list-item),
.content-section ul li:not(.elementor-icon-list-item),
.content-section ol li:not(.elementor-icon-list-item),
.centered-text-section ul li:not(.elementor-icon-list-item),
.centered-text-section ol li:not(.elementor-icon-list-item) {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 15px!important;
    width: fit-content;
}

.custom-bullets ul li.elementor-icon-list-item,
.custom-bullets ol li.elementor-icon-list-item,
.content-section ul li.elementor-icon-list-item,
.content-section ol li.elementor-icon-list-item,
.centered-text-section ul li.elementor-icon-list-item,
.centered-text-section ol li.elementor-icon-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px!important;
    width: fit-content;
}

.custom-bullets ul li:not(.elementor-icon-list-item)::before,
.custom-bullets ol li:not(.elementor-icon-list-item)::before,
.content-section ul li:not(.elementor-icon-list-item)::before,
.content-section ol li:not(.elementor-icon-list-item)::before,
.centered-text-section ul li:not(.elementor-icon-list-item):before,
.centered-text-section ol li:not(.elementor-icon-list-item):before{
    content:'';
    display: inline-block;
    height:10px;
    min-height: 10px;
    width: 10px;
    min-width: 10px;
    margin-top: 8px;
    background-image: var(--custom-bullet);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 

.content-section ul li strong,
.content-section ol li strong {
    display: contents;
}

@media only screen and (max-width: 1024px) {
    .custom-bullets ul li,
    .custom-bullets ol li,
    .content-section ul li,
    .content-section ol li,
    .centered-text-section ul li,
    .centered-text-section ol li{
        gap: 10px;
    }
}
/* !SECTION CUSTOM BULLETS */

/*********************************************** SECTION ADRES CONTAINER  *************************************************/
.adres-container {
    display: flex;
    flex-direction: column;
}

.adres-container span {
    font-size: 15px;
    line-height: 20px;
} /* !SECTION ADRES CONTAINER */

/*********************************************** SECTION MAIL/TEL CONTAINER  *************************************************/
/* ELEMENT IMAGE */
.mail-container img,
.tel-container img{
    max-height: 30px;
    max-width: 30px;
    margin-right: 7px;
    transition: transform 500ms;
    will-change: transform;
}

.mail-container:hover img,
.tel-container:hover img{
    transform: translateY(-5px);
}

/* ELEMENT TEXT */
.mail-container,
.tel-container{
    margin: 7px 0px;
}

.mail-container a,
.tel-container a {
    color: #FFF;
}

.mail-container:hover a,
.tel-container:hover a {
    color: var(--primary);
} /* !SECTION MAIL/TEL CONTAINER */

/****************************************** SECTION HEADER ******************************************/
/* ELEMENT USP TOPBAR */
section.usp-topbar {
    background-color: var(--uspbar-background);
}

section.usp-topbar ul.elementor-icon-list-items {
    column-gap: 30px;
}

section.usp-topbar ul.elementor-icon-list-items li span.elementor-icon-list-text,
section.usp-topbar ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    color: var(--uspbar-font-color);
}

section.usp-topbar ul.owl-carousel li {
    justify-content: center !important;
    margin: 0px !important;
}

/* ELEMENT MOBILE OFFCANVAS */
.mobile-offcanvas i.eicon-close {
    color: var(--mobile-offcanvas-font-color);
}

.mobile-offcanvas > .dialog-widget-content {
    background-color: var(--mobile-offcanvas-background);
}

.mobile-offcanvas ul.elementor-nav-menu li.menu-item a {
    background-color: var(--mobile-offcanvas-background) !important;
    color: var(--mobile-offcanvas-font-color);
    justify-content: center;
    font-size: 18px;
}

.mobile-offcanvas ul.elementor-nav-menu li.menu-item a:hover {
    color: var(--primary) !important;
}

.mobile-offcanvas .elementor-nav-menu__container {
    background-color: transparent!important;
}

@media screen and (max-width: 550px) {
    .mobile-offcanvas > .dialog-widget-content > .dialog-message {
        width: 100vw !important;
    }
}


/* ELEMENT MAIN HEADER */
.elementor-location-header .elementor-sticky--effects {
	background-color: #FFF;
}

header .elementor-widget-theme-site-logo {
    margin: 0 !important;
}

header .elementor-widget-theme-site-logo > div {
    text-align: left;
}

/* ELEMENT HEADER MAIN NAV */
header nav ul {
    column-gap: 50px;
}

header nav ul li.menu-item a {
    position: relative;
    color: var(--header-font-color);
    font-weight: 600 !important;
    padding: 0px !important;
}

header nav ul li.menu-item a:hover,
header nav ul li.menu-item a.elementor-item-active {
    color: var(--primary);
}


/* ELEMENT RESPONSIVE */
.elementor-location-header .mobile-switch .elementor-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1366px) {
	header nav ul {
    	column-gap: 25px;
	}
}

@media screen and (max-width: 1200px) {
    section.usp-topbar ul.elementor-icon-list-items {
        column-gap: 0px;
    }
	

	header > .elementor-container > .elementor-column {
		width: 100% !important;
	}
	
    header > .elementor-container > .elementor-column > .elementor-widget-wrap {
        flex-direction: row;
        justify-content: space-between;
    }
	
	header .elementor-column .mobile-switch {
        width: fit-content !important;
		display: block !important;
    }
	
	header .elementor-column.nav-wrapper {
        display: none !important;
    }

} /* !SECTION HEADER */


/******************************************  SECTION FOOTER ******************************************/
/* ELEMENT MAIN FOOTER */
footer .elementor-widget-heading .elementor-heading-title {
    font-size: 24px;
    color: var(--footer-font-color) !important;
}

footer ul li.menu-item:not(:last-child) {
    margin-bottom: 15px !important;
}

footer .adres-container {
    gap: 5px;
}
footer .tel-container,
footer .mail-container {
    margin: 15px 0px !important;
}

footer ul li.menu-item a,
footer .elementor-widget-text-editor p,
footer .adres-container span,
footer .tel-container a,
footer .mail-container a {
    font-size: 18px!important;
}

footer ul li.menu-item a,
footer .elementor-widget-text-editor p a {
    position: relative;
    color: var(--footer-font-color) !important;
    width: fit-content;
}

footer ul li.menu-item a:hover,
footer .elementor-widget-text-editor p a:hover {
    color: var(--primary) !important;
}

footer .elementor-widget-text-editor p {
    margin-bottom: 0px !important;
}

/* ELEMENT ABSOLUTE FOOTER */
footer .monkey-footer p,
footer .monkey-footer .elementor-widget-text-editor {
	margin-bottom: 0px;
    font-size: 13px !important;
}

/*footer .monkey-footer a {
    text-decoration: underline;
} */

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1024px) {
    footer .monkey-footer > .elementor-container {
        max-width: 600px !important;
        row-gap: 0px;
    }

    footer .monkey-footer > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    footer .monkey-footer > .elementor-container > .elementor-column .elementor-widget-wrap {
        justify-content: center;
    } 

    footer .monkey-footer p {
        text-align: center;
    }

    footer > section.footer-main > .elementor-container {
        max-width: 600px !important;
        row-gap: 25px;
    }

    footer > section.footer-main > .elementor-container > .elementor-column {
        width: 50% !important;
    }
}

@media screen and (max-width: 550px) {
    footer > section.footer-main > .elementor-container {
        max-width: 100% !important;
        row-gap: 25px;
    }

    footer > section.footer-main > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    footer .elementor-column:nth-child(1) {
        order: 1;
    }

    footer .elementor-column:nth-child(2) {
        order: 3;
    }

    footer .elementor-column:nth-child(3) {
        order: 4;
    }

    footer .elementor-column:nth-child(4) {
        order: 2;
    }

    footer .elementor-widget-image img {
        width: 50% !important;
    }

    footer .elementor-widget-image .elementor-widget-container,
    footer .elementor-widget-text-editor p,
    footer .elementor-widget-heading .elementor-heading-title {
        text-align: center;
    }

    footer ul li.menu-item a {
        margin: 0 auto;
    }
    footer .tel-container,
    footer .mail-container,
    footer .adres-container {
        text-align: center;
    }
} /* !SECTION FOOTER */


/****************************************** SECTION OWL CAROUSEL ******************************************/
.owl-carousel {
	display:block!important;
    overflow-y: visible!important;
}

.blog-slider-section .owl-carousel .owl-stage-outer {
    padding: 25px 0px;
}

/* ELEMENT NAVIGATION ARROWS */
.owl-carousel .owl-nav button{
	height:25px;
	width:25px;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	background-position:center!important;
}

.owl-carousel .owl-nav button span{
	display:none;
}

.owl-carousel .owl-nav .owl-prev{
	background-image:url('/wp-content/uploads/2022/01/Icon-ionic-ios-arrow-back.svg')!important;
}

.owl-carousel .owl-nav .owl-next{
	background-image:url('/wp-content/uploads/2022/01/Icon-ionic-ios-arrow-forward.svg')!important
}

/* ELEMENT NAVIGATION DOTS */
.owl-carousel .owl-dots,
.swiper-pagination  {
    display: flex;
    justify-content: flex-start;
    margin: 25px auto;
}

.owl-carousel .owl-dots .owl-dot,
.swiper-pagination span{
	background-color: #000 !important;
	height:10px;
	width:10px;
    border-radius: 50%;
	margin: 5px;
    transition: background-color 500ms, transform 500ms;
    will-change: background-color, transform;
    opacity: 1 !important;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination span:hover {
	background-color: var(--primary) !important;
    transform: scale(1.33) !important;
} /* !SECTION OWL CAROUSEL */ 


/********************** SECTION GFORM FORMULIER ***********************/
.gform_wrapper form#gform_5 {
    display: flex;
    flex-direction: column-reverse;
}

.gform_wrapper .gform_page_footer,
.gform_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
}

.gform_footer input, 
.gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 10px 25px !important;
    margin: 0px !important;
}

.gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button {
    margin-right: 10px !important;
    row-gap: 10px !important;
}

.gform_wrapper input:not([type=submit]),
.gform_wrapper textarea,
.gform_wrapper select {
    padding: 10px 20px!important;
    border-radius: 0px !important;
    border: 1px solid transparent !important;
    background: var(--bg-faded) !important;
    line-height: 24px !important;
    margin: 0px!important;
    box-shadow: none!important;
    height: auto!important;
    resize: none;
    color: #000;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #000 !important;
}

.gform_wrapper select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url(/wp-content/uploads/2023/02/Icon-ionic-ios-arrow-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 20px !important;
}

.gform_wrapper .ginput_container_number::after {
    content: "m²";
    position: relative;
    float: right;
    margin-top: -35px;
    margin-right: 15px;
}

.gform_wrapper .gfield.upload_field {
    background-color: var(--bg-faded) !important;
    display: flex;
    flex-direction: row-reverse;
}

.gform_wrapper .gfield.upload_field .gform_drop_area {
    padding: 0px !important;
    background: #FFF !important;
}

.gform_wrapper .gfield.upload_field .gform_drop_instructions {
    color: #D5D5D5 !important;
}

.gform_wrapper .gfield.upload_field .gform_drop_area button {
    color: #D5D5D5 !important;
    background: transparent !important;
    padding-top: 0px !important;
}

.gform_wrapper .gfield.upload_field .gform_fileupload_rules {
    color: #D5D5D5 !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.gform_wrapper .gfield.upload_field .gfield_description {
    max-width: 300px;
    padding-right: 100px;
    padding-left: 20px;
}

.gform_wrapper .gfield.upload_field .ginput_container_fileupload {
    padding: 10px 20px 0 0 !important
}

.gform_wrapper .gform_page:nth-child(1) .gform_page_fields::before {
    content: "Mijn wensen";
    font-weight: bold;
}

.gform_wrapper .gform_page:nth-child(2) .gform_page_fields::before {
    content: "Mijn wensen qua afwerking";
    font-weight: bold;
}

.gform_wrapper .gform_page:nth-child(3) .gform_page_fields::before {
    content: "Mijn gegevens";
    font-weight: bold;
}

.gform_wrapper .gform_fields {
    margin-top: 10px;
}
.gfield {
    padding:0px!important
}

.gfield label {
    font-size: 14px!important;
    line-height: 14px!important;
    margin: 5px 0px 0px 20px!important;
    letter-spacing: initial;
}

.gf_page_steps {
    position: absolute;
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    bottom: 25px;
}

.gf_page_steps .gf_step {
    margin: 0px !important;
}

.gf_page_steps .gf_step_label {
    padding-left: 0px !important;
    font-weight: 400 !important;
}

.gf_page_steps .gf_step_active .gf_step_label {
    text-transform: capitalize;
}

.gf_page_steps .gf_step_active.gf_step_last .gf_step_label {
    text-transform: initial !important;
}

.gf_page_steps .gf_step_active:not(.gf_step_last) .gf_step_label::after {
    margin: 0 5px !important;
    content: "van";
}

.gf_page_steps .gf_step_active.gf_step_last .gf_step_label::before {
    margin: 0 5px !important;
    content: "Stap 3 van";
}

.gform_page_footer .gform_ajax_spinner,
.gf_page_steps .gf_step_number,
.gf_page_steps .gf_step_completed,
.gf_page_steps .gf_step_pending:not(:last-child) {
    display: none !important;
}

/* ELEMENT STOCK VALIDATION & FORM SETTINGS */
.woocommerce select {
	padding:0 10px!important;
}

.ginput_container {
    margin: 0px!important;
    padding: 0px!important
}


/******* FOCUS **********/
.gform_wrapper input:not([type=submit]):focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    border: 1px solid var(--primary) !important;
	box-shadow: none !important;
}

/******************** VALIDATIE **************************/
					/* VALID */

/* border van kleine velden validatie */
.gform_wrapper input:not([type=submit]):not([type=button]).valid,
.gform_wrapper textarea.valid, 
.gform_wrapper select.valid,
.woocommerce-input-wrapper input[type=text].valid,
.woocommerce-input-wrapper input[type=tel].valid,
.woocommerce-input-wrapper input[type=email].valid,
.woocommerce-input-wrapper textarea.valid {
    border: 1px solid #56c92a !important;
    position: relative;
    background-image: url("/wp-content/uploads/2021/07/checkmark.svg")!important;
    background-size: 15px!important;
    background-position: right!important;
    background-position-x: 98%!important;
    background-repeat: no-repeat!important;
    z-index: 2;
}

					/* ERROR */
/* border van kleine velden error */
.gform_wrapper input:not([type=submit]).error,
.gform_wrapper textarea.error,
.gform_wrapper select.error,
.woocommerce-input-wrapper input[type=text].error,
.woocommerce-input-wrapper input[type=tel].error,
.woocommerce-input-wrapper input[type=email].error,
.woocommerce-input-wrapper  textarea.error {
    border: 1px solid #EE2B2B !important;
    background-image: url("/wp-content/uploads/2021/07/cross.svg")!important;
    background-size: 15px!important;
    background-position: right!important;
    background-position-x: 98%!important;
    background-repeat: no-repeat!important;
    position: relative;
    z-index: 2;
}
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.error {
		color: #cf361f!important;	
	}

/* ELEMENT RESPONSIVE */
@media only screen and (max-width: 550px) {
    .gform_wrapper .gfield.upload_field {
        flex-direction: column-reverse;
    }

    .gform_wrapper .gfield.upload_field .gfield_description {
        max-width: 100%;
        padding: 10px 20px 0 !important;
    }

    .gform_wrapper .gfield.upload_field .ginput_container_fileupload {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 425px) {
    .gform_wrapper .gform_page_footer,
    .gform_wrapper .gform_footer {
        justify-content: center;
    }
    
    .gf_page_steps {
        bottom: -25px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
/* !SECTION GFORM FORMULIER */

/****************************************** SECTION HOME HERO ******************************************/
section.home-hero-section .elementor-column {
    min-height: 650px;
    max-width: fit-content;
    margin-left: 0;
}

section.home-hero-section h1 {
    color: #FFFFFF;
}

section.home-hero-section .elementor-button-info.elementor-widget-button .elementor-button-link {
    color:#FFFFFF;
}

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1024px) {
    section.home-hero-section .elementor-column {
        min-height: 450px;
    }

    section.home-hero-section .elementor-column {
        max-width: 650px;
    }

}

@media screen and (max-width: 600px) {
	section.home-hero-section .elementor-column .elementor-widget-wrap {
		align-content: flex-end !important;
	}
}
/* !SECTION HOME HERO */

/****************************************** SECTION SUB HERO ******************************************/
section.sub-hero-section .elementor-column {
    max-width: fit-content;
    margin-left: 0;
    min-height: 340px;
}

section.sub-hero-section h1 {
    color: #FFFFFF;
}

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1024px) {
    section.sub-hero-section .elementor-column {
        max-width: 650px;
    }
}

@media screen and (max-width: 550px) {
    section.sub-hero-section .elementor-column {
        min-height: 200px;
    }
} /*!SECTION SUB HERO */

/****************************************** SECTION CONTENT ******************************************/
section.content-section {
    padding: 75px 0px!important;
}

/* ELEMENT IMAGES */
section.content-section .elementor-widget-image,
section.content-section .elementor-widget-image > div,
section.content-section .elementor-widget-image > div > img {
    height:100%;
}

section.content-section .elementor-widget-image > div > img {
    object-fit: cover;
    width: 100%;
    min-height: 722px;
}

/* ELEMENT IMG TEXT/TEXT IMG */
section.content-section.img-text .elementor-container {
    justify-content: flex-start
}

section.content-section.text-img .elementor-column:nth-child(1),
section.content-section.img-text .elementor-column:nth-child(2) {
    width: 55%;
}

section.content-section.text-img .elementor-column:nth-child(2),
section.content-section.img-text .elementor-column:nth-child(1) {
    width: 45%;
}

section.content-section.img-text .elementor-column:nth-child(2) .elementor-widget-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: 75px;
}

section.content-section.text-img .elementor-column:nth-child(1) .elementor-widget-wrap {
    max-width: 680px;
}

section.content-section.img-text .elementor-column:nth-child(2) p,
section.content-section.text-img .elementor-column:nth-child(1) p {
    margin-bottom: 0px !important;
}

/* ELEMENT TEXT SLIDER/SLIDER TEXT */
section.content-section.text-slider .elementor-column.img-slider-col {
    width: 45% !important;
}

section.content-section.text-slider .elementor-column:not(.img-slider-col) {
    width: 55% !important;
}

section.content-section .elementor-column.img-slider-col img.swiper-slide-image {
    max-height: 722px;
    object-fit: cover;
    width: 100%;
}

/* ELEMENT LIST TEXT */
section.content-section.list-text .elementor-column:not(.elementor-inner-column):nth-child(1) > .elementor-widget-wrap {
    max-width: 500px;
    margin: 40px auto 0;
    gap: 33px;
}

section.content-section.list-text .elementor-column:nth-child(1) .elementor-inner-section {
    background-color: var(--bg-faded);
    padding: 25px 15px;
}

section.content-section.list-text .elementor-column:nth-child(1) .elementor-inner-column .elementor-widget-wrap {
    max-width: 380px;
    gap: 33px;
}

section.content-section.list-text .elementor-column:nth-child(1) .elementor-inner-column .elementor-widget-wrap .elementor-widget-heading,
section.content-section.list-text .elementor-column:nth-child(1) .elementor-inner-column .elementor-widget-wrap p {
    margin-bottom: 0px;
}

section.content-section.list-text .elementor-column:nth-child(1) .elementor-inner-column .elementor-widget-wrap p {
    font-weight: bold;
    line-height: 22px;
}

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1300px) {
    section.content-section {
        padding: 50px 0px!important;
    }

    section.content-section.img-text .elementor-column:nth-child(2) .elementor-widget-wrap {
        padding-left: 25px;
    }
}
@media screen and (max-width: 1100px) {
    section.content-section {
        padding: 50px 0px!important;
    }

    section.content-section .elementor-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px !important;
    }

    section.content-section.text-slider .elementor-container {
        flex-direction: column !important;
        gap: 50px;
    }

    section.content-section.img-text .elementor-container {
        gap: 50px;
        flex-direction: column-reverse;
    }
 
    section.content-section.list-text .elementor-container {
        flex-direction: column-reverse;
    }

    section.content-section .elementor-container .elementor-column:not(.elementor-inner-column) {
        flex-basis: 100%;
        width: 100%;
        justify-content: center;
    }

    section.content-section.text-slider .elementor-column.img-slider-col {
        width: 75% !important;
    }

    section.content-section.text-slider .elementor-column:not(.img-slider-col) {
        width: 100% !important;
    }

    section.content-section .elementor-container .elementor-column.img-slider-col .swiper-slide {
        max-height: 500px;
    }

    section.content-section.img-text .elementor-column:nth-child(2) .elementor-widget-wrap,
    section.content-section.text-img .elementor-column:nth-child(1) .elementor-widget-wrap,
    section.content-section.list-text .elementor-column:nth-child(2) .elementor-widget-wrap {
        max-width: 750px;
        padding: 15px 15px 0;
    }

    section.content-section.img-text .elementor-column:nth-child(2) .elementor-widget-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    section.content-section.list-text .elementor-column:not(.elementor-inner-column):nth-child(1) > .elementor-widget-wrap {
        max-width: 750px;
        flex-wrap: nowrap;
        margin: 0 auto;
    }

    section.content-section.list-text .elementor-column:nth-child(1) .elementor-inner-section {
        width: 50%;
    }


    section.content-section.text-img .elementor-column:nth-child(2) .elementor-widget-wrap,
    section.content-section.img-text .elementor-column:nth-child(1) .elementor-widget-wrap {
        max-width:100%;
        max-height: 500px;
        padding: 0px;
    }

    section.content-section .elementor-widget-image > div > img {
        min-height: 100%;
    }

    section.content-section .elementor-container .elementor-column.img-slider-col {
        flex-basis: 90%;
        width: 90%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 768px) {
    section.content-section.img-text .elementor-column:nth-child(2) .elementor-widget-wrap,
    section.content-section.text-img .elementor-column:nth-child(1) .elementor-widget-wrap {
        max-width: 650px;
    }
    
    section.content-section.list-text .elementor-column:not(.elementor-inner-column):nth-child(1) > .elementor-widget-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.content-section.list-text .elementor-column:nth-child(1) .elementor-inner-section {
        width: 500px;
    }

    section.content-section.text-slider .elementor-column.img-slider-col {
        width: 100% !important;
        margin-bottom: 25px !important;
    }
}
@media screen and (max-width: 650px) {
    section.content-section.text-img .elementor-column:not(.img-slider-col):nth-child(2),
    section.content-section.img-text .elementor-column:not(.img-slider-col):nth-child(1) {
        max-height: 250px;
        padding-right: 0px;
    } 
    
    section.content-section .elementor-widget-heading {
        margin-bottom: 10px;
    }

    section.content-section.text-slider .elementor-column.img-slider-col {
        margin-bottom: 0px;
    }
} /* !SECTION CONTENT */

/************************************** SECTION CENTERED TEXT *************************************/
section.centered-text-section {
    padding: 100px 0px;
}

section.centered-text-section .elementor-column {
    max-width: 550px;
    margin: 0 auto;
}

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1200px) {

    section.centered-text-section {
        padding: 50px 0px;
    }
    
}

@media screen and (max-width: 650px) {
    
    section.centered-text-section {
        padding: 25px 0px;
    }

} /* !SECTION CENTERED TEXT */

/****************************************** SECTION USP ******************************************/
section.usp-section {
    padding: 75px 0px!important;
}

section.usp-section h2 {
    margin-bottom: 50px!important;
}

section.usp-section .blocks-wrapper .elementor-container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 50px;
}

section.usp-section .blocks-wrapper .elementor-column {
    max-width: 450px;
    padding: 40px;
    background-color: var(--primary);
    color:#FFFFFF;
}

section.usp-section .elementor-button-link {
    margin-top: 50px;
}

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1024px) {
    
    section.usp-section {
        padding: 50px 0px!important;
    }

    section.usp-section .blocks-wrapper .elementor-column {
        flex-basis: 100%;
    }
    
}
@media screen and (max-width: 600px) {
    section.usp-section h2 {
        margin-bottom: 25px!important;
    }

    section.usp-section {
        padding: 25px 0px!important;
    }

    section.usp-section .blocks-wrapper .elementor-column {
        padding: 15px;
        max-width: 350px;
    }

} /* !SECTION USP */

/****************************************** SECTION LOGO SLIDER ******************************************/
section.logo-slider-section {
    padding: 75px 0px!important;
}

section.logo-slider-section .elementor-widget-image-carousel {
    margin-top: 33px;
}

section.logo-slider-section img {
    max-height: 110px;
    margin: 0 auto;
}

section.logo-slider-section .swiper-pagination {
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    section.logo-slider-section {
        padding: 50px 0px!important;
    }
}

@media screen and (max-width: 600px) {
    section.logo-slider-section {
        padding: 25px 0px!important;
    }

} /*!SECTION LOGO SLIDER */

/***************************************** SECTION CONTACT WRAPPER ************************************/
section.contact-wrapper {
    padding: 75px 0!important;
}

section.contact-page {
    padding: 50px 0 0 !important;
}

section.contact-wrapper .elementor-column:first-child .elementor-widget-wrap {
    max-width: 350px;
}

section.contact-page .elementor-column:first-child .elementor-widget-wrap {
    max-width: 450px !important;
}

section.contact-wrapper .elementor-column:last-child .elementor-widget-wrap {
    max-width: 750px;
    margin-left: auto;
}

section.contactgegevens .elementor-icon-box-title a {
    text-decoration: none;
}

section.contactgegevens .elementor-icon-box-title a:hover {
    color: var(--primary);
}

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1100px) {
    section.contact-wrapper .elementor-column {
        width: 100%;
    }

    section.contact-wrapper .elementor-column .elementor-widget-wrap {
        max-width: 750px !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1024px) {
    section.contact-wrapper {
        padding: 50px 0!important;
    }
}
@media only screen and (max-width: 650px) {
    section.contactgegevens .elementor-widget-heading:not(.span-title) {
        margin-bottom: 20px !important;
    }
}
/* !SECTION CONTACT WRAPPER */

/****************************************** SECTION FAQ ******************************************/
section.faq-section .elementor-widget-heading {
    margin-bottom: 40px;
}

section.faq-section .elementor-column {
    max-width: 800px;
    margin: 0 auto!important;
}

/* ELEMENT FAQS */
section.faq-section .elementor-accordion-item {
    border: none;
    margin-bottom: 15px;
}

section.faq-section .elementor-tab-title {
    padding: 15px 30px!important;
    background-color: var(--bg-faded);
    border: 4px solid transparent;
    border-bottom: 0px !important;
    border-radius: 40px;
}

section.faq-section .elementor-tab-title.elementor-active {
    background-color: transparent;
    border-radius: 30px 30px 0 0;
    border: 4px solid var(--bg-faded);
    border-bottom: 0px !important;
}

section.faq-section .elementor-tab-title a {
    text-decoration: none;
}

section.faq-section .elementor-tab-content {
    padding: 0px 30px 15px!important;
    border: 4px solid transparent;
    border-top: 0px !important;
}

section.faq-section .elementor-tab-content p {
    margin-bottom: 0px !important;
}

section.faq-section .elementor-tab-content.elementor-active {
    border-radius: 0 0 30px 30px;
    border: 4px solid var(--bg-faded);
    border-top: 0px !important;
}

/* !SECTION FAQ */

/****************************************** SECTION REVIEWS ******************************************/
section.review-section {
    padding: 75px 0px!important;
}

section.review-section .elementor-widget-heading:not(.span-title) {
    margin-bottom: 50px !important;
}

section.review-section .elementor-testimonial {
    padding: 25px;
    background-color: var(--bg-faded);
    color:#000;
    height: 100%;
}

section.review-section .elementor-testimonial__header,
section.review-section .elementor-testimonial__name,
section.review-section .elementor-widget-reviews .swiper-slide{
    border:none!important;
    color:#000!important;
    padding-bottom: 0px;
}

section.review-section .elementor-testimonial__content {
    height: 100%;
    padding-top: 0px;
}

section.review-section .elementor-testimonial__content .elementor_testmonial__text {
    font-size: 18px;
}

/* ELEMENT PAGINATION */
section .review-section .swiper-pagination  {
    display: flex;
    justify-content: center;
    margin: 25px auto;
}

.swiper-pagination {
    bottom: -25px!important;
}

/* ELEMENT RESPONSIVE */
@media screen and (max-width: 1024px) {
    section.review-section {
        padding: 50px 0px!important;
    }

    section.review-section .elementor-widget-heading:not(.span-title) {
        margin-bottom: 33px !important;
    }
} /* !SECTION REVIEWS */

/****************************************** SECTION HOME ******************************************/
/* ELEMENT DIENSTEN */
section.diensten-section {
    padding: 100px 0px;
}

section.diensten-section .elementor-widget-heading {
    margin-bottom: 0px !important;
}

section.diensten-section .elementor-inner-section {
    padding: 50px 0px;
}

section.diensten-section .elementor-inner-section .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

section.diensten-section .elementor-inner-section .elementor-inner-column {
    width: 100%;
}

section.diensten-section .elementor-inner-section .elementor-image-box-img img {
    height: 250px;
    object-fit: cover;
}

section.diensten-section .elementor-inner-section .elementor-image-box-content {
    background-color: #FFF;
    padding: 25px;
    min-height: 100px;
}

section.diensten-section .elementor-inner-section .elementor-image-box-title {
    display: block;
    max-width: 243px;
}

/* ELEMENT KWALITEITEN */
section.kwaliteiten-section {
    padding: 100px 0px;
}

section.kwaliteiten-section .elementor-widget-heading {
    margin-bottom: 0px !important;
}

section.kwaliteiten-section .elementor-inner-section {
    padding: 50px 0px 25px 0px;
}

section.kwaliteiten-section .elementor-inner-section .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

section.kwaliteiten-section .elementor-inner-section .elementor-inner-column {
    width: 100%;
}

section.kwaliteiten-section .elementor-inner-section .elementor-icon-box-icon {
    padding-top: 25px;
}

section.kwaliteiten-section .elementor-inner-section .elementor-icon-box-content {
    padding: 0 25px 25px 25px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.kwaliteiten-section .elementor-inner-section .elementor-icon-box-content .elementor-icon-box-title {
    max-width: 225px;
}

section.kwaliteiten-section .elementor-inner-section .elementor-column:last-child .elementor-icon-box-content .elementor-icon-box-title {
    max-width: 180px !important;
}

/* ELEMENT RESPONSIVE */
@media only screen and (max-width: 1300px) {
    section.diensten-section .elementor-inner-section .elementor-container,
    section.kwaliteiten-section .elementor-inner-section .elementor-container {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        max-width: 750px;
    }
}
@media only screen and (max-width: 1024px) {
    section.diensten-section,
    section.kwaliteiten-section {
        padding: 50px 0px;
    }
    section.diensten-section .elementor-inner-section,
    section.kwaliteiten-section .elementor-inner-section {
        padding: 33px 0px 25px 0px;
    }

    section.diensten-section .elementor-inner-section .elementor-image-box-img img {
        height: 300px;
    }
}
@media only screen and (max-width: 700px) {
    section.diensten-section .elementor-inner-section .elementor-container,
    section.kwaliteiten-section .elementor-inner-section .elementor-container {
        grid-template-columns: repeat(1, 1fr);
        max-width: 550px;
    }
}
/*!SECTION HOME */