/*
Theme Name: Monkey Vision
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: #004C7A;
    --secondary: #ECC00C;
    --tertiary: #E6EEF2;
    --mv-black: #000;
    --mv-white: #fff;
}

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

::selection {
    background: var(--primary);
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	text-decoration: none !important;
}

a:focus, a:focus-visible {
	outline: none !important;
}

.dark-blue h1,
.dark-blue h2,
.dark-blue h3 {
    color: var(--primary) !important;
}

/* STAMDAARD BUTTON */
.elementor-element .elementor-button-link,
.gform_wrapper input[type=submit] {
    padding: 15px 25px !important;
    border-radius: 30px!important;
    border:2px solid transparent;
    background-color: var(--secondary)!important;
    font-weight: 700!important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: var(--primary) !important;
	transition: all ease .3s !important;
	will-change: auto;
}

.elementor-button-icon {
    font-size: 12px !important;
}

.elementor-element .elementor-button-link:hover,
.gform_wrapper input[type=submit]:hover {
    border:2px solid transparent!important;
    background-color: var(--primary)!important;
    color: var(--secondary) !important;
}

/* 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: 700!important;
    color:var(--mv-black);
    border:2px solid transparent;
    padding: 15px 25px 0 0 !important;
    transition: border 500ms, background-color 500ms;
    will-change: border, background-color;
}

.elementor-element .elementor-button-info .elementor-button-link::after {
	content: " ";
	display: block;
	width: 0;
	margin: auto;
	background: var(--secondary);
	height: 2px;
	transition: all ease .3s;
	margin-top: 2px;
}

.elementor-element .elementor-button-info .elementor-button-link:hover::after {
	width: 100%;
}

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


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

.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: center;
    gap: 10px;
    margin: 0 0 20px!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:40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
    background-image: url(/wp-content/uploads/2023/08/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

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

.adres-container span {
    font-size: 14px;
    line-height: 28px;
}

/*********************************************** MAIL/TEL CONTAINER  *************************************************/

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

.mail-container,
.tel-container{
    margin: 8px 0px;
}

.mail-container a,
.tel-container a {
    color: var(--mv-white);
}

.mail-container:hover a,
.tel-container:hover a {
	color: var(--secondary)
}

/****************************************** HEADER ******************************************/
/********** MAIN HEADER **********/
.elementor-location-header .elementor-sticky--effects {
	background-color: var(--mv-white);
}

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

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

header .language-switch {
    padding: 0 50px;
    border-left: 2px solid #004C7A30;
}

.language-switch .trp-ls-shortcode-current-language {
    border: 0px;
    background-color: transparent;
    width: 66px !important;
    background-image: url(/wp-content/uploads/2023/08/angle-down.svg);
    background-size: 11px 7px;
    background-position: 95% 50%;
	padding: 0px !important;
}

.language-switch .trp-ls-shortcode-language {
    width: 66px !important;
    background-image: url(/wp-content/uploads/2023/08/angle-down.svg);
    background-size: 11px 7px;
    background-position: 95% 25% !important;
	padding: 0px !important;
}

.language-switch .trp-ls-shortcode-language a:first-child {
    margin-bottom: 10px;
}

.language-switch .trp-language-switcher img {
    width: 32px;
    height: 32px;
}

/*** HEADER MAIN NAV ***/
header nav ul li.menu-item a {
    position: relative;
    padding: 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--primary) !important;
}

header nav ul li.menu-item a:after,
header nav ul li.current-menu-item a:after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: var(--secondary);
    visibility: visible;
    opacity: 1 !important;
    transition: all 150ms linear 0ms;
}

header nav ul li.menu-item a:hover:after,
header nav ul li.current-menu-item a:after {
    width: 100%;
}

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

.mobile-offcanvas .language-switch.mobile {
    display: none;
}

.mobile-offcanvas i.eicon-close {
    color: var(--mv-black);
	font-size: 1.5em;
}

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

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

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

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

@media screen and (max-width: 1024px) {
    header .elementor-column.nav-wrapper {
        display: none !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;
    }

    header .elementor-widget-theme-site-logo {
        width: 75% !important;
    }
}

@media only screen and (max-width: 768px) {
    header .elementor-widget-theme-site-logo {
        width: 66% !important;
    }
}

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

    header .elementor-widget-theme-site-logo {
        width: auto !important;
    }

    header .language-switch.desktop {
        display: none;
    }

    .mobile-offcanvas .language-switch.mobile {
        display: block;
        margin-bottom: 20px;
    }
}


/****************************************** FOOTER ******************************************/
/********** MAIN FOOTER **********/
footer .footer-main .elementor-column:nth-child(1) .elementor-widget-text-editor {
    max-width: 300px;
}

footer .footer-main .elementor-column:not(:nth-child(1)) .elementor-widget-wrap {
    max-width: 350px;
    margin: 0 auto;
}

footer .elementor-widget-heading .elementor-heading-title {
    font-size: 28px;
    color: var(--mv-white);
}

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

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

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

footer ul li.menu-item a::after,
footer .elementor-widget-text-editor p a::after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--secondary);
    visibility: visible;
    opacity: 1 !important;
    transition: all 150ms linear 0ms;
}

footer ul li.menu-item a:hover:after,
footer .elementor-widget-text-editor p a:hover:after {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    footer > section.footer-main > .elementor-container {
        max-width: 750px !important;
        row-gap: 25px;
        justify-content: space-between;
    }

    footer > section.footer-main > .elementor-container > .elementor-column:not(:last-child) {
        width: 40% !important;
    }

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

    footer .footer-main .elementor-column:nth-child(3) .elementor-widget-wrap {
        max-width: 50%;
    }

    footer .footer-main .elementor-column:nth-child(1) .elementor-widget-text-editor,
    footer .footer-main .elementor-column:nth-child(2) .elementor-widget-wrap {
        max-width: 100%;
    }
}

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

    footer > section.footer-main > .elementor-container > .elementor-column,
    footer > section.footer-main > .elementor-container > .elementor-column:not(:last-child) {
        width: 100% !important;
    }

    footer .footer-main .elementor-column:nth-child(1) .elementor-widget-text-editor {
        max-width: 500px;
    }

    footer .footer-main .elementor-column:nth-child(1) .elementor-widget-wrap {
        justify-content: center !important;
    }

    footer .elementor-widget-image,
    footer .elementor-widget-text-editor p,
    footer .elementor-widget-heading .elementor-heading-title,
    footer .elementor-widget-social-icons .elementor-widget-container,
    footer .tel-container,
    footer .mail-container,
    footer .adres-container {
        text-align: center !important;
    }

    footer ul li.menu-item a {
        margin: 0 auto;
    }
}


/********** ABSOLUTE FOOTER **********/
footer .monkey-footer p {
	margin-bottom: 0px;
}

footer .monkey-footer .elementor-widget-text-editor a {
    color: var(--mv-white) !important;
    margin-right: 10px;
    text-decoration: underline !important;
}

footer .monkey-footer .elementor-widget-text-editor a:hover {
    color: var(--secondary) !important;
}

@media screen and (max-width: 1024px) {
    footer .monkey-footer > .elementor-container {
        max-width: 750px !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;
    }
}

@media only screen and (max-width: 600px) {
    footer .monkey-footer > .elementor-container > .elementor-column:last-child .elementor-widget-wrap {
        justify-content: center !important;
    } 
}

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

.blog-slider-section .owl-carousel .owl-stage {
	display: flex;
}

.blog-slider-section .owl-carousel .owl-stage-outer {
	display: flex;
	border-radius: 25px;
    overflow: visible !important;
}

.blog-slider-section .owl-carousel .owl-stage .owl-item,
.blog-slider-section .elementor-post.elementor-grid-item.hentry,
.blog-slider-section  .ecs-post-loop .ast-article-single,
.blog-slider-section section.blog-thumb-section {
	height: 100%;
}

.blog-slider-section .owl-item:not(.active) {
    visibility: hidden;
}

.owl-carousel .owl-nav button{
	height:25px;
	width:25px;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	background-position:center!important;
	top: 50%;
	position: absolute;
}

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

.owl-carousel .owl-nav .owl-prev {
	background-image:url("/wp-content/uploads/2023/08/arrow-right-long.svg") !important;
    transform: rotate(180deg);
	left: -40px;
    transition: all ease 500ms;
}

.owl-carousel .owl-nav .owl-next{
    background-image:url("/wp-content/uploads/2023/08/arrow-right-long.svg") !important;
    right: -40px;
    transition: all ease 500ms;
}

.owl-carousel .owl-nav .owl-prev:hover {
	left: -50px;
}

.owl-carousel .owl-nav .owl-next{
    right: -50px;
}

.owl-carousel .owl-dots,
.swiper-pagination  {
    display: flex;
    justify-content: center;
    margin: 25px auto;
}

.swiper-pagination {
    position: relative !important;
}

.owl-carousel .owl-dots .owl-dot,
.swiper-pagination span {
	background-color:var(--mv-black);
	height:10px;
	width:10px;
    border-radius: 50%;
	margin: 5px;
    transition: all ease .3s;
    will-change: auto;
    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(--tertiary) !important;
}

@media screen and (max-width: 1560px) {
    .blog-slider-section .owl-carousel .owl-stage {
        margin-bottom: 20px;
    }

    .owl-carousel .owl-nav button{
        top: 100%;
    }

	.owl-carousel .owl-nav .owl-prev {
		left: 10px;
	}
	
	.owl-carousel .owl-nav .owl-next {
		right: 10px;
	}

    .owl-carousel .owl-nav .owl-prev:hover {
		left: 0px;
	}
	
	.owl-carousel .owl-nav .owl-next:hover {
		right: 0px;
	}
}

@media only screen and (max-width: 768px) {
    .owl-carousel .owl-nav button{
        top: 50%;
    }
}

/********************** GFORM FORMULIER ***********************/

/* CUSTOMISE THIS */
.gform_wrapper input:not([type=submit]) {
    padding: 10px 20px!important;
    border-radius: 30px !important;
    border: 1px solid transparent !important;
    background-color: var(--tertiary) !important;
    line-height: 24px !important;
    margin: 0px!important;
    box-shadow: none!important;
    height: auto!important;
}

.gform_wrapper textarea {
	resize: none !important;
    padding: 10px 20px!important;
    border-radius: 30px !important;
    border: 1px solid transparent !important;
    background-color: var(--tertiary) !important;
    line-height: 24px !important;
    margin: 0px!important;
    box-shadow: none!important;
}

.gform_wrapper input:not([type=submit])::placeholder,
.gform_wrapper textarea::placeholder {
    color: #004C7A80 !important;
}

/* AFSTAND TUSSEN VELDEN */
.gfield {
    margin: 0px!important;
    padding: 0px!important
}

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

input,
select {
	padding: 10px 15px !important;
}

.gform_wrapper .gfield--type-submit {
    justify-content: flex-end;
    align-items: center;
}

.gform_wrapper .gfield--type-consent {
    display: flex !important;
    align-items: center !important;
}

.gform_wrapper .gfield--type-consent a {
    color: var(--mv-black) !important;
}

.gform_wrapper .gfield--type-consent a:hover {
    color: var(--secondary) !important;
}

.gform_wrapper .gfield--type-submit input {
    width: 150px;
    text-align: left;
}

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

.gfield--type-submit::after {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 15px;
    height: 12px;
    left: -35px;
}

.gfield--type-submit:hover::after {
    background-image: url(/wp-content/uploads/2023/08/arrow-right-yellow.svg);
}

.gform_wrapper .gform_required_legend,
.gform_wrapper .gfield_consent_label .gfield_required {
    display: none;
}

.gform_wrapper .gfield_required {
    color: var(--mv-black) !important;
    font-weight: 700;
}


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

/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
.gform_wrapper input:not([type=submit]).valid,
    .gform_wrapper textarea.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h40v40H0z'/%3E%3Cpath fill='%2300b170' d='M13.6 34.24l-13-13a2 2 0 010-2.83l2.8-2.8a2 2 0 012.84 0L15 24.33 33.76 5.6a2 2 0 012.83 0l2.8 2.8a2 2 0 010 2.84l-23 23a2 2 0 01-2.8 0z'/%3E%3C/svg%3E") !important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }

					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input:not([type=submit]).error,
    .gform_wrapper textarea.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h40v40H0z'/%3E%3Cpath fill='%23ee2b2b' d='M27.58 20L38.95 8.63a3.58 3.58 0 000-5.06l-2.52-2.52a3.58 3.58 0 00-5.06 0L20 12.42 8.63 1.05a3.58 3.58 0 00-5.06 0L1.05 3.57a3.58 3.58 0 000 5.06L12.42 20 1.05 31.37a3.58 3.58 0 000 5.06l2.52 2.52a3.58 3.58 0 005.06 0L20 27.58l11.37 11.37a3.58 3.58 0 005.06 0l2.52-2.52a3.58 3.58 0 000-5.06z'/%3E%3C/svg%3E") !important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}


/****************************************** HOME HERO SECTION ******************************************/
.home-hero-section .elementor-column .elementor-widget-wrap {
    padding-left: 200px;
}

.home-hero-section .elementor-column .elementor-widget-wrap:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/Rectangle-14.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 900px;
    height: 100%;
    left: 0px;
    border-radius: 20px 0 0 20px;
}

.home-hero-section .elementor-column .elementor-widget-text-editor {
    margin-bottom: 0px;
}

.home-hero-section .elementor-column .elementor-widget-text-editor .elementor-widget-container {
    max-width: 450px;
}

.home-hero-section .elementor-column .elementor-widget-text-editor h1 {
    color: var(--mv-white) !important;
    font-weight: 400 !important;
}

@media only screen and (max-width: 1100px) {
    .home-hero-section .elementor-container {
        min-height: 600px !important;
    }

    .home-hero-section .elementor-column .elementor-widget-wrap {
        padding-left: 100px;
    }
    
    .home-hero-section .elementor-column .elementor-widget-wrap:before {
        background-size: 600px 600px;
        width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .home-hero-section .elementor-container {
        min-height: 400px !important;
    }

    .home-hero-section .elementor-column .elementor-widget-wrap {
        padding-left: 50px;
        border-radius: 0px !important;
    }

    .home-hero-section .elementor-column .elementor-widget-wrap:before {
        background-size: cover;
        background-image: none;
        background-color: #004C7A70;
        width: 100%;
        border-radius: 0px !important;
    }
}   

@media only screen and (max-width: 600px) {
    .home-hero-section .elementor-column .elementor-widget-wrap {
        padding-left: 10px;
    }
}

/****************************************** SUB HERO SECTION ******************************************/
.sub-hero-section:not(.elementor-inner-section) > .elementor-container {
    border-radius: 20px;
    background-color: var(--tertiary);
    height: 600px !important;
    max-height: 600px;
}

.sub-hero-section:not(.elementor-inner-section) > .elementor-container:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/DESIGNED_BY_FREEPIK.svg);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: cover;
    position: absolute;
    width: 1100px;
    height: 600px;
    right: 0vw;
}

.sub-hero-section:not(.elementor-inner-section) > .elementor-container > .elementor-column:nth-child(1) {
    max-width: 550px;
    margin: 0 auto;
}

.sub-hero-section .textbol {
    max-width: 330px;
    background-color: var(--mv-white);
    padding: 30px 50px;
    margin-bottom: 0px;
    border-radius: 100px;
    box-shadow: 10px 10px 40px 0 #002A4310;
    top: 25vh;
    left: 22vw;
}

.sub-hero-section .textbol:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/pointer.svg);
    background-size: cover;
    position: absolute;
    width: 45px;
    height: 58px;
    left: 2vw;
    bottom: -3vh;
}

.sub-hero-section .textbol p {
    margin-bottom: 0px;
}

.sub-hero-section2 .elementor-column .elementor-widget-wrap {
    padding-left: 200px;
}

.sub-hero-section2 .elementor-column .elementor-widget-wrap:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/Rectangle-14.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 900px;
    height: 100%;
    left: 0px;
    border-radius: 20px 0 0 20px;
}

.sub-hero-section2 .elementor-column .elementor-widget-text-editor {
    margin-bottom: 0px;
}

.sub-hero-section2 .elementor-column .elementor-widget-text-editor .elementor-widget-container {
    max-width: 450px;
}

.sub-hero-section2 .elementor-column .elementor-widget-text-editor h1 {
    color: var(--mv-white) !important;
    font-weight: 400 !important;
}

@media only screen and (max-width: 1600px) {
    .sub-hero-section .textbol {
        left: 26vw;
    }
}

@media only screen and (max-width: 1440px) {
    .sub-hero-section .elementor-container:before {
        width: 900px;
    }

    .sub-hero-section .textbol {
        left: 22vw;
        top: 10vh;
    }

    .sub-hero-section .elementor-widget-image {
        width: 66%;
    }
}

@media only screen and (max-width: 1200px) {
    .sub-hero-section:not(.elementor-inner-section) .elementor-container {
        max-height: 100%;
        height: 100% !important;
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
    }

    .sub-hero-section .elementor-container:before {
        height: 600px;
        width: 100%;
        bottom: 0;
        background-position: center;
    }

    .sub-hero-section .elementor-column:not(.elementor-inner-column) {
        width: 100% !important;
    }

    .sub-hero-section .elementor-column:nth-child(1) {
        max-width: 750px;
    }

    .sub-hero-section:not(.trajecten-section) .elementor-column:nth-child(2) .elementor-widget-wrap {
        align-items: flex-start !important;
        flex-direction: row-reverse;
    }

    .sub-hero-section .textbol {
        left: -30vw;
        top: 5vh;
    }
}

@media only screen and (max-width: 1100px) {
    .sub-hero-section2 .elementor-column .elementor-widget-wrap {
        padding-left: 100px;
    }
    
    .sub-hero-section2 .elementor-column .elementor-widget-wrap:before {
        width: 600px;
    }
}

@media only screen and (max-width: 1024px) {
    .sub-hero-section .elementor-column:nth-child(1) {
        max-width: 500px;
    }

    .sub-hero-section:not(.trajecten-section) .elementor-column:nth-child(2) .elementor-widget-wrap {
        align-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .sub-hero-section .textbol {
        left: 0vw;
        top: 0vh;
    }
}

@media only screen and (max-width: 768px) {
    .sub-hero-section2 .elementor-container {
        min-height: 400px !important;
    }

    .sub-hero-section2 .elementor-column .elementor-widget-wrap {
        padding-left: 50px;
        border-radius: 0px !important;
    }

    .sub-hero-section2 .elementor-column .elementor-widget-wrap:before {
        background-size: cover;
        background-image: none;
        background-color: #004C7A70;
        width: 100%;
        border-radius: 0px !important;
    }
}   

@media only screen and (max-width: 600px) {
    .sub-hero-section2 .elementor-column .elementor-widget-wrap {
        padding-left: 10px;
    }
}


@media only screen and (max-width: 450px) {
    .sub-hero-section .textbol {
        padding: 20px;
    }
}

/****************************************** SPACING SECTION ******************************************/
.padding-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-section2 {
	padding-top: 75px;
	padding-bottom: 75px;
}

@media only screen and (max-width: 1024px) {
    .padding-section2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
	.padding-section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

/****************************************** CONTENT SECTION ******************************************/
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;
}

section.content-section .elementor-container {
    column-gap: 100px;
}

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: 525px;
}

.content-section .elementor-widget-text-editor {
    margin-bottom: 0px;
}

.content-section .elementor-widget-text-editor h2 {
    color: var(--primary) !important;
}

.content-section.overmij-home-section:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/DESIGNED_BY_FREEPIK.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10vh;
    left: 5vw;
}

.content-section.aanpak-section .elementor-column:nth-child(1) {
    width: 40% !important;
}

.content-section.aanpak-section .elementor-column:nth-child(2) {
    width: 60% !important;
}

@media only screen and (max-width: 1600px) {
    .content-section.overmij-home-section:before {
        left: 0vw;
        top: 0vh;
    }
}

@media only screen and (max-width: 1100px) {
    section.content-section .elementor-container {
        column-gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    section.content-section .elementor-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    section.content-section.text-img .elementor-container{
        flex-direction: column-reverse;
    }

    section.content-section .elementor-container .elementor-column {
        flex-basis: 100%;
        width: 100%;
    }

    section.content-section.text-img .elementor-column:nth-child(2),
    section.content-section.img-text .elementor-column:nth-child(1) {
        max-width:100%;
        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 {
        max-width: 750px;
        margin: 0 auto;
    }

    section.content-section.img-text:not(.advies-section):not(.ervaring-section):not(.cultuursensitief-section) .elementor-widget-image > div > img {
        object-fit: contain;
        border-radius: 0px;
    }

    .content-section.overmij-home-section:before {
        height: 600px;
        background-position: center;
    }

    .content-section.aanpak-section .elementor-column:nth-child(1),
    .content-section.aanpak-section .elementor-column:nth-child(2) {
        width: 100% !important;
    }

    .content-section.aanpak-section .elementor-column:nth-child(2) .elementor-widget-image {
        text-align: center !important;
    }
}
@media screen and (max-width: 650px) {
    section.content-section.text-img .elementor-column:nth-child(2) img,
    section.content-section.img-text .elementor-column:nth-child(1) img {
        height: 400px;
    }
}

@media only screen and (max-width: 500px) {
    .content-section.overmij-home-section:before {
        display: none;
    }
}   

/************************************** CENTERED TEXT SECTION *************************************/
section.centered-text-section .elementor-column {
    max-width: 550px;
    margin: 0 auto;
}

/****************************************** BLOG/PROJECTEN ******************************************/
.trajecten-section .elementor-inner-section {
    max-width: 650px;
}

.blog-hero-section .elementor-column .elementor-widget-text-editor .elementor-widget-container {
    max-width: 500px;
}

section.blog-archive-section .ecs-posts {
    grid-row-gap: 75px;
}

section.blog-archive-section .ecs-posts  .ast-article-single, 
section.blog-archive-section .ecs-posts  .blog-thumb-section,
section.blog-archive-section .ecs-posts  .blog-thumb-section  .elementor-container {
	height: 100%;
}

/**** NAVIGATION ****/
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers {
	background: transparent;
	color: var(--primary);
	padding: 10px;
	border-radius: 10px;
    font-weight: 500;
	transition: all ease .2s;
	will-change: auto;
}

section.blog-archive-section .elementor-element .elementor-pagination {
	display: flex;
	justify-content: center;
    align-items: center;
	margin-top: 40px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.current,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers:hover {
	color: var(--secondary);
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev {
	font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/angle-left.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    padding: 10px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next {
	font-size: 0;
    background-image: url(/wp-content/uploads/2023/08/angle-right.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    padding: 10px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev:hover {
    transform: translateX(5px);
}
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next:hover {
    transform: translateX(5px);
}

@media screen and (max-width: 1200px) {
    .trajecten-section .review-column .elementor-widget-wrap {
        justify-content: center;
    }

    section.blog-archive-section .ecs-posts {
        grid-row-gap: 50px;
        grid-template-columns: repeat(2,1fr);
    }

    .blog-archive-section .ecs-posts article:last-child {
        grid-column: 1/3;
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    .trajecten-section .elementor-container {
        padding-bottom: 25px;
    }

    .trajecten-section .review-column .elementor-inner-section .elementor-column {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
	section.blog-archive-section {
		background-image: none !important;
	}
	
    section.blog-archive-section .ecs-posts {
        grid-template-columns: repeat(1,1fr);
    }

    .blog-archive-section .ecs-posts article,
    .blog-archive-section .ecs-posts article:last-child {
        grid-column: 1;
        width: 100%;
        max-width: 500px;
        margin:  0 auto;
    }
}
/****************************************** BLOG THUMB ******************************************/
/*** OVERLAYING LINK ***/
section.blog-thumb-section .column-url,
section.blog-thumb-section .column-url *{
	position:absolute;
	height:100%;
	width:100%;
    top: 0;
    left: 0;
    z-index:2;
	opacity:0;
}

/*** ACTUAL SECTION ***/
.blog-thumb-section {
	background: var(--mv-white);
	border-radius: 20px;
	overflow: visible;
    box-shadow: 10px 10px 40px 0px #002A430D;
}

.blog-thumb-section .blog-thumb-content {
	padding: 40px;
}

.blog-thumb-section .blog-thumb-content  .elementor-widget-wrap {
	gap: 10px;
}

.blog-thumb-section .elementor-element .elementor-button-info .elementor-button-link {
	padding: 0 !important;
}

.blog-thumb-section:hover .elementor-element .elementor-button-info .elementor-button-link::after {
	width: 100%;
}

.blog-thumb-section .elementor-widget-image {
	overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.blog-thumb-section .elementor-widget-image img {
	transition: all ease .3s;
	will-change: auto;
    height: 250px !important;
    max-height: 250px;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.blog-thumb-section:hover .elementor-widget-image img {
	transform: scale(1.1);
	transform-origin: center;
}

.afgerondetrajecten .elementor-widget-theme-post-title {
    min-height: 65px;
}

@media only screen and (max-width: 768px) {
    .blog-thumb-section {
        max-width: 500px;
        margin: 0 auto;
    }
}

/***************************************** BLOG SINGLE PAGE ************************************/
.post-hero-section .elementor-column .elementor-widget-wrap {
    padding-left: 150px;
}

.post-hero-section .elementor-column .elementor-page-title .elementor-widget-container {
    max-width: 500px;
}

.post-hero-section .elementor-column .elementor-page-title h1 {
    color: var(--mv-white) !important;
    font-weight: 400 !important;
}

.post-content-section .elementor-column:nth-child(2) .elementor-widget-wrap {
    max-width: 700px;
}

.tag-bubble {
    padding: 15px 25px;
    background-color: #C40C0C1A;
    border-radius: 50px;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
}

.tag-bubble img {
    width: 25px;
    margin-right: 5px;
}

@media only screen and (max-width: 1100px) {
    .post-hero-section .elementor-column .elementor-widget-wrap {
        padding-left: 75px;
    }
}

@media only screen and (max-width: 1024px) {
    .post-content-section .elementor-container {
        gap: 25px;
    }

    .post-content-section .elementor-column:nth-child(2) {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .post-hero-section .elementor-column .elementor-widget-wrap {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .post-hero-section .elementor-column .elementor-widget-wrap {
        padding-left: 10px;
    }
}

/***************************************** CONTACT ************************************/
.contact-wrapper .elementor-column:nth-child(1) .elementor-widget-wrap {
    padding-left: 50px;
}

.contact-wrapper .elementor-column:nth-child(2) .elementor-widget-text-editor {
    max-width: 550px;
    margin-bottom: 0px;
}

.contact-footer-section .elementor-column:nth-child(1) .elementor-widget-text-editor {
    max-width: 350px;
}

.contact-footer-section .elementor-image-box-content,
.contact-wrapper .elementor-image-box-content {
    max-width: 300px;
}

.contact-footer-section .elementor-image-box-content a:first-child:before,
.contact-wrapper .elementor-image-box-content a:first-child:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/phone-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.contact-footer-section .elementor-image-box-content a:last-child:before,
.contact-wrapper .elementor-image-box-content a:last-child:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/email-blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-flex;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

@media only screen and (max-width: 1366px) {
    .contact-wrapper .elementor-column:nth-child(1) {
        width: 40%;
    }

    .contact-wrapper .elementor-column:nth-child(1) {
        width: 60%;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-wrapper .elementor-column {
        justify-content: center;
        gap: 25px;
    }

    .contact-wrapper .elementor-column .elementor-widget-wrap {
        max-width: 750px;
        margin: 0 auto;
    }

    .contact-wrapper .elementor-column:nth-child(1) .elementor-widget-wrap {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .contact-footer-section .elementor-image-box-content,
    .contact-wrapper .elementor-image-box-content {
        max-width: 100%;
    }
}       

/****************************************** HOME ******************************************/
.diensten-section .elementor-container {
    top: -50px;
}

.diensten-section .elementor-container .elementor-widget-icon-box .elementor-widget-container {
    min-height: 325px;
}

.diensten-section .elementor-icon-box-wrapper .elementor-icon-box-description {
    max-width: 250px;
}

.trajecten-home-section > .elementor-container > .elementor-column:nth-child(1) {
    top: -50px;
}

.trajecten-home-section article .elementor-column {
    min-height: 385px;
}

.trajecten-home-section .elementor-column:nth-child(1) .elementor-widget-text-editor {
    max-width: 320px;
    margin: 0;
}

.linkedin-section .elementor-column:nth-child(1) .elementor-widget-text-editor {
    max-width: 285px;
    margin: 0;
}

.linkedin-section .referral {
    display: none !important;
}

@media only screen and (max-width: 1300px) {
    .trajecten-home-section > .elementor-container {
        flex-direction: column;
        justify-content: center;
        gap: 25px;
    }

    .trajecten-home-section > .elementor-container > .elementor-column:nth-child(1) {
        top: 0px;
        width: 100%;
    }

    .trajecten-home-section > .elementor-container > .elementor-column:nth-child(1) .elementor-widget-wrap {
        flex-direction: column;
        align-content: flex-start !important;
        align-items:  flex-start !important;
    }

    .trajecten-home-section .elementor-column:nth-child(1) .elementor-widget-text-editor {
        max-width: 750px;
    }

    .trajecten-home-section > .elementor-container > .elementor-column:nth-child(2) {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .diensten-section .elementor-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .diensten-section .elementor-container .elementor-column {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .trajecten-home-section {
        padding: 50px 0px;
    }

    .trajecten-home-section article .elementor-column {
        min-height: 300px;
    }

    .trajecten-home-section article:last-child {
        grid-column: 1/3;
        width: 50%;
        margin: 0 auto;
    }

    .linkedin-section .elementor-column {
        width: 100% !important;
    }

    .linkedin-section .elementor-column:nth-child(1) .elementor-widget-text-editor {
        max-width: 750px;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .diensten-section .elementor-container .elementor-column {
        width: 450px;
    }

    .diensten-section .elementor-container .elementor-widget-icon-box .elementor-widget-container {
        min-height: auto;
    }

    .diensten-section .elementor-icon-box-wrapper .elementor-icon-box-description {
        max-width: 100%;
    }

    .trajecten-home-section .elementor-posts {
        justify-items: center !important;
    }

    .trajecten-home-section article {
        max-width: 500px !important;
        width: 100% !important;
        margin: 0 auto;
        grid-column: 1 !important;
    }
}   

@media only screen and (max-width: 600px) {
    .trajecten-home-section {
        padding: 25px 0px;
    }

    .trajecten-home-section article .elementor-section {
        padding: 25px !important;
    }
}

/****************************************** OVER MIJ ******************************************/
.eigenschappen-section .elementor-container {
    padding-top: 125px;
}

.eigenschappen-section .elementor-column:nth-child(1) .elementor-widget-wrap {
    max-width: 525px;
}

@media only screen and (max-width: 1024px) {
    .eigenschappen-section .elementor-container {
        padding-top: 75px;
    }

    .eigenschappen-section .elementor-column {
        width: 100% !important;
        justify-content: center;
    }

    .eigenschappen-section .elementor-column:nth-child(1) .elementor-widget-wrap {
        max-width: 750px;
    }

    .eigenschappen-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        max-width: 500px;
    }

    .eigenschappen-section .elementor-widget-text-editor {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .eigenschappen-section .elementor-container {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 500px) {
    .eigenschappen-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        flex-direction: column;
    }
    .eigenschappen-section .elementor-widget-text-editor.custom-bullets {
        width: 100% !important;
    }
}

/****************************************** WERkWIJZE ******************************************/
.intake-section .elementor-container {
    column-gap: 0px !important;
}

.intake-section .elementor-column:nth-child(1) .elementor-widget-wrap {
    max-width: 550px !important;
    margin-left: 50px;
}

.intake-section ul {
    max-width: 500px;
}

.faq-section .elementor-container {
    padding-top: 150px;
}

.faq-section .elementor-accordion .elementor-accordion-item {
    background-color: var(--mv-white);
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 12px 45px;
}

.faq-section .elementor-accordion .elementor-tab-title,
.faq-section .elementor-accordion .elementor-tab-content {
    padding: 0px;
}

.faq-section .elementor-accordion .elementor-accordion-icon {
    margin-top: 8px;
}

.advies-section .elementor-column:nth-child(2) .elementor-widget-wrap {
    max-width: 600px !important;
}

@media only screen and (max-width: 1200px) {
    .intake-section .elementor-column:nth-child(1) .elementor-widget-wrap {
        margin-left: 0px;
    }

    .faq-section .elementor-container {
        padding-top: 75px;
    }
    
}

@media only screen and (max-width: 1024px) {
    .intake-section .elementor-column:nth-child(1) .elementor-widget-wrap {
        max-width: 750px !important;
    }

    .faq-section .elementor-container {
        padding: 50px 0;
    }    

    .faq-section .elementor-column {
        width: 100% !important;
    }

    .faq-section .elementor-column .elementor-widget-wrap {
        max-width: 750px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .faq-section .elementor-container {
        padding: 25px 0;
    }
    
}