/*
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: #FFF7EE;
    --secondary: #DDC0AC;
    --tertiary: #AF8F77;
    --DarkGrey: #1D1D1B;
    --mv-black: #000;
    --mv-white: #fff;
}

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

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

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

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* STANDAARD BUTTON */
.elementor-element .elementor-button-link {
    padding: 15px 30px !important;
    border-radius: 30px!important;
    border:2px solid transparent;
    background-color: var(--tertiary)!important;
	transition: all ease .3s !important;
	will-change: auto;
}

/* BLACK BUTTON */
.elementor-element.black-btn .elementor-button-link {
    background-color: var(--mv-black) !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: 600 !important;
    color:var(--mv-black);
    border:2px solid transparent;
    transition: transform 500ms !important;
}

.elementor-element .elementor-button-info .elementor-button-link::after {
	content: " ";
	display: block;
	width: 100%;
	margin: auto;
	background: var(--mv-black);
	height: 2px;
	margin-top: 0px;
}

.elementor-element .elementor-button-info .elementor-button-link:hover {
	transform: translateY(-10px);
}

.elementor-element .elementor-button-link:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
    border:2px solid transparent!important;
    background-color: var(--secondary)!important;
}

.elementor-element.black-btn .elementor-button-link:hover {
    background-color: var(--tertiary) !important;
}

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


/*********************************************** ELEMENT 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: flex-start;
    gap: 15px;
    margin: 0 0 7px!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:12px;
    min-height: 12px;
    width: 12px;
    min-width: 12px;
    margin-top: 8px;
    background-image: url(/wp-content/uploads/2023/03/Icon-feather-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*********************************************** ELEMENT ADRES CONTAINER  *************************************************/
.adres-container {
    display: flex;
    flex-direction: column;
    color: var(--mv-black);
    line-height: 20px;
}

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

.mail-container,
.tel-container{
    margin: 10px 0px;
    font-weight: normal;
}

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

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

/****************************************** ELEMENT 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 MAIN NAV ***/
header nav ul {
    column-gap: 50px;
}

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

header nav ul li.menu-item a:hover {
    color: var(--secondary);
}

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

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

/********** MOBILE OFFCANVAS **********/
.mobile-offcanvas > .dialog-widget-content {
    background-color: var(--primary);
}

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

.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: 550px) {
    .mobile-offcanvas > .dialog-widget-content > .dialog-message {
        width: 100vw !important;
    }
}


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

@media only screen and (max-width: 1200px) {
    header nav ul {
        column-gap: 30px;
    }
}

@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;
    }
}
/****************************************** ELEMENT FOOTER ******************************************/
/********** MAIN FOOTER **********/
footer .footer-main {
    padding: 75px 0px;
    background-color: var(--secondary);
}

footer .footer-main h3 {
    color: var(--mv-black) !important;
    font-weight: normal !important;
}

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

footer ul li.menu-item {
    margin-bottom: 25px !important;
}

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

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

footer ul li.menu-item a:hover:after {
    width: 100%;
}

footer .mail-container,
footer .tel-container {
    color: var(--mv-black);
    text-decoration: underline;
    transition: transform 500ms;
    will-change: transform;
}

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

footer .footer-main .elementor-column:nth-child(1) .elementor-widget-heading {
    margin-bottom: 0px;
}

footer .footer-main .elementor-widget-text-editor {
    margin-bottom: 10px;
}

footer .swiper-container {
    overflow: visible !important;
}

footer .swiper-slide:not(.swiper-slide-active) {
    visibility: hidden !important;
}

footer .swiper-pagination {
    margin: 25px auto !important;
}

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

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

    footer > section.footer-main > .elementor-container > .elementor-column:nth-child(1) {
        order: 1;
    }
    footer > section.footer-main > .elementor-container > .elementor-column:nth-child(2) {
        order: 3;
    }
    footer > section.footer-main > .elementor-container > .elementor-column:nth-child(3) {
        order: 4;
    }
    footer > section.footer-main > .elementor-container > .elementor-column:nth-child(4) {
        order: 2;
    }
}

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

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

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

    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 {
        text-align: center !important;
    }

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


/********** ABSOLUTE FOOTER **********/
footer .monkey-footer {
    background-color: var(--secondary);
}

footer .monkey-footer .elementor-widget-text-editor {
	margin-bottom: 0px;
    color: var(--mv-black);
}

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

footer .monkey-footer p a:hover {
    -webkit-text-stroke: 1px #000;
}

@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;
    }
}

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

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

.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E") !important;
}

.owl-carousel .owl-nav .owl-next{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.616' viewBox='0 0 13.503 23.616'%3E%3Cpath d='M20.679,18,11.742,9.07a1.681,1.681,0,0,1,0-2.384,1.7,1.7,0,0,1,2.391,0L24.258,16.8a1.685,1.685,0,0,1,.049,2.327L14.14,29.32a1.688,1.688,0,0,1-2.391-2.384Z' transform='translate(-11.246 -6.196)'/%3E%3C/svg%3E") !important;
}

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

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

.owl-carousel .owl-dots .owl-dot,
.swiper-pagination span {
	background-color:var(--primary);
	height:15px;
	width:15px;
    border-radius: 50%;
	margin: 2px !important;
    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;
}

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

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

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

.gform_wrapper select {
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("/wp-content/uploads/2023/03/Icon-ionic-ios-arrow-down.svg") 93% 55% / 5% no-repeat;
    transition: none !important;
}

.gform_wrapper .gform_fields {
    grid-column-gap: 1% !important;
    grid-row-gap: 10px !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;
}

input::placeholder,
textarea::placeholder,
select.large {
    color: var(--mv-black) !important;
}


.gform_footer {
    padding-top: 0px !important;
    justify-content: flex-end;
}

.gform_wrapper .gform_footer .gform_button {
    margin-top: 0px!important;
    padding: 20px 30px !important;
    border-radius: 30px!important;
    border: 2px solid transparent;
    background-color: var(--tertiary)!important;
    transition: all ease .3s !important;
    will-change: auto;
}

/************************* 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 {
    border: 1px solid var(--primary) !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;	
	}

/****************************************** ELEMENT HOME HERO SECTION ******************************************/
section.home-hero-section .elementor-container {
    background-color: var(--secondary);
}

section.home-hero-section .elementor-widget-image, 
section.home-hero-section .elementor-widget-image > div, 
section.home-hero-section .elementor-widget-image > div > img {
    height: 100%;
}

section.home-hero-section .elementor-widget-image > div > img {
    object-fit: cover;
}

section.home-hero-section .elementor-column:nth-child(2) .elementor-widget-wrap {
    max-width: 500px;
    margin: 0 auto;
}

/*** HOME HERO RESPONSIVE ***/
@media only screen and (max-width: 1366px) {
    section.home-hero-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        max-width: 400px;
    }
}

@media only screen and (max-width: 1024px) {
    section.home-hero-section .elementor-container {
        flex-direction: column-reverse;
        align-items: center;
    }

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

    section.home-hero-section .elementor-column:nth-child(1) {
        max-height: 500px;
    }

    section.home-hero-section .elementor-column:nth-child(2) {
        min-height: 300px;
    }
    section.home-hero-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        max-width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    section.home-hero-section .elementor-column:nth-child(1) {
        max-height: 400px;
    }

    section.home-hero-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        padding: 10px;
        justify-content: center;
    }

    section.home-hero-section .elementor-column:nth-child(2) .elementor-widget-heading {
        text-align: center;
    }
}

/****************************************** ELEMENT SUB HERO SECTION ******************************************/
section.sub-hero-section .elementor-container {
    background-color: var(--secondary);
}

section.sub-hero-section .elementor-widget-image, 
section.sub-hero-section .elementor-widget-image > div, 
section.sub-hero-section .elementor-widget-image > div > img {
    height: 350px;
}

section.sub-hero-section .elementor-widget-image > div > img {
    object-fit: cover;
    object-position: center 33%;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    section.sub-hero-section .elementor-container {
        flex-direction: column-reverse;
    }

    section.sub-hero-section .elementor-column {
        flex-basis: 100%;
        width: 100%;
    }

    section.sub-hero-section .elementor-widget-image, 
    section.sub-hero-section .elementor-widget-image > div, 
    section.sub-hero-section .elementor-widget-image > div > img {
        height: 250px;
    }

    section.sub-hero-section .elementor-column:nth-child(2) {
        min-height: 250px;
    }
}

@media only screen and (max-width: 768px) {
    section.sub-hero-section .elementor-column:nth-child(2) {
        min-height: 150px;
        padding: 10px;
    }
}

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

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.img-text .elementor-container {
    justify-content: flex-start
}

section.content-section.text-img .elementor-container {
    justify-content: flex-end
}

section.content-section.img-text .elementor-column:nth-child(2) {
    max-width: 650px;
    padding-left: 50px;
}

section.content-section.text-img .elementor-column:nth-child(1) {
    max-width: 675px;
    padding-right: 75px;
}

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

    section.content-section.img-text .elementor-column:nth-child(2) {
        max-width:575px;
        padding-left: 25px;
    }

    section.content-section.text-img .elementor-column:nth-child(1) {
        max-width: 575px;
        padding-right: 25px;
    } 
}

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

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

    section.content-section .elementor-container .elementor-column .elementor-widget-wrap {
        padding: 0px;
    }

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

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

@media only screen and (max-width: 768px) {
    section.content-section {
        padding: 33px 0px!important;
    }
}

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

    section.content-section.text-img .elementor-column:nth-child(2) img,
    section.content-section.img-text .elementor-column:nth-child(1) img{
        height: 250px;
    }
}
/************************************** CENTERED TEXT SECTION *************************************/

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

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

@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;
    }

}
/****************************************** USP SECTION ******************************************/

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: var(--mv-white);
}

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

@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;
    }

}

/****************************************** ELEMENT LOGO SLIDER SECTION ******************************************/
section.logo-slider-section {
    padding: 50px 0px!important;
    background-color: var(--primary);
}

section.logo-slider-section .elementor-widget-wrap {
    gap: 20px;
}

section.logo-slider-section .swiper-wrapper {
    max-height: 130px;
}

section.logo-slider-section .swiper-slide {
    background-color: var(--mv-white);
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

section.logo-slider-section .swiper-slide img {
    max-height: 100px;
}

section.logo-slider-section .swiper-pagination {
    margin: 25px auto !important;
}

section.logo-slider-section .swiper-pagination span {
    background-color: var(--secondary);
}

/*** LOGO SLIDER SECTION RESPONSIVE ***/
@media only screen and (max-width: 1024px) {
    section.logo-slider-section {
        padding: 33px 0px!important;
    }

    section.logo-slider-section .swiper-pagination {
        margin: 25px auto 0px;
    }

    section.logo-slider-section .swiper-container {
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    section.logo-slider-section .swiper-slide {
        border-radius: 25px;
    }

    section.logo-slider-section .swiper-slide img {
        width: 75% !important;
    }
}

@media only screen and (max-width: 550px) {
    section.logo-slider-section .swiper-slide {
        min-height: 110px;
    }

    section.logo-slider-section .swiper-slide img {
        width: 66% !important;
    }
}
/****************************************** BLOG WRAPPER ******************************************/

section.blog-wrapper {
    padding: 75px 0px!important;
}

section.blog-wrapper h2 {
    margin-bottom: 40px!important;
}

section.blog-wrapper.blog-slider-section h2 {
    margin-bottom: 15px!important;
}

section.blog-wrapper .blog-thumb-section .blog-text-box {
    margin-bottom: 50px!important;
}

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

    section.blog-wrapper{
        padding: 50px 0px!important;
    }

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

}
/****************************************** BLOG ARCHIVE SECTION ******************************************/

section.blog-archive-section {
    padding: 150px 0px!important;
}

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%;
}

section.blog-archive-section .ecs-posts article {
    margin-bottom: 50px!important;
}

/**** NAVIGATION ****/

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers {
	background: var(--secondary);
	color: var(--mv-white);
	padding: 10px 20px;
	border-radius: 10px;
	transition: all ease .2s;
	will-change: auto;
}

section.blog-archive-section .elementor-element .elementor-pagination {
	display: flex;
	justify-content: 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 {
	background: var(--primary);
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next {
	background: var(--primary);
	padding: 10px 20px;
	border-radius: 10px;
}

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

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

    section.blog-archive-section {
        padding: 75px 0px!important;
    }

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

}

@media screen and (max-width: 750px) {
    
    section.blog-archive-section {
        padding: 50px 0px!important;
    }

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

}
/****************************************** BLOG THUMB ******************************************/

section.blog-thumb-section {
    border-radius: 25px;
    overflow: hidden;
    max-width: 420px;
    margin: 0 auto;
    transition: transform 500ms;
    will-change: transform;
}

section.blog-thumb-section h3{
    color: var(--mv-black);
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    margin: 5px 0px 10px!important;
}

section.blog-thumb-section .elementor-widget-theme-post-featured-image,
section.blog-thumb-section .elementor-widget-post-info {
    margin-bottom: 0px;
}

section.blog-thumb-section .elementor-widget-theme-post-featured-image {
    max-height: 200px;
	overflow: hidden;
}

section.blog-thumb-section .elementor-widget-theme-post-featured-image img {
	object-fit: cover;
	transition: all ease .3s;
	height:200px;
	object-position: center;
}

section.blog-thumb-section:hover .elementor-widget-theme-post-featured-image img {
	transform: scale(1.1);
}

section.blog-thumb-section .elementor-widget-post-info {
    font-size: 12px;
    line-height: 14px;
}

section.blog-thumb-section .elementor-widget-theme-post-excerpt > div {
    font-size: 15px;
    line-height: 22px;
}

section.blog-thumb-section .elementor-page-title {
    margin-bottom: 5px!important;
}

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

section.blog-thumb-section .blog-text-box{
    padding: 20px 25px 25px;
    margin-bottom: 15px!important;
}

section.blog-thumb-section .blog-button {
    position: absolute;
    z-index: 5;
    padding: 0px 25px!important;
    bottom: 35px;
}

section.blog-thumb-section .blog-button .elementor-button-link {
    position: relative;
    padding: 3px 0px;
    background-color: transparent!important;
    color:var(--primary)!important;
    font-weight: 500;
    margin-top: 15px;
}

section.blog-thumb-section .blog-button .elementor-button-link::after{
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: var(--primary);
    transition: all ease .3s;
	will-change: auto;
}

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


/***************************************** BLOG SINGLE PAGE ************************************/

.post-header h1 {
    color:var(--mv-white);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.post-content {
    padding: 75px 0px;
}

.post-content h2 {
    margin-bottom: 15px;
}

.blog-navigation {
    margin-bottom: 75px;
}

.blog-navigation .elementor-post-navigation__link {
    padding: 25px;
    background-color: var(--primary);
    transition: background-color 500ms;
    will-change: backgroud-color;
}

.blog-navigation .elementor-post-navigation__link span {
    color:var(--mv-white);
    font-weight: 700;
}

.blog-navigation .elementor-post-navigation__link span span:first-child {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog-navigation .elementor-post-navigation__link span span:last-child {
    font-size: 20px;
    line-height: 25px;
}

.blog-navigation .elementor-post-navigation__link:hover {
    background-color: var(--secondary);
}

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

    .post-header h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .post-content {
        padding: 50px 0px;

    }
}

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

    .post-header h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .post-content {
        padding: 25px 0px;
    }

    .blog-navigation .elementor-post-navigation__link span span:first-child {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .blog-navigation .elementor-post-navigation__link span span:last-child {
        font-size: 14px;
        line-height: 17px;
    }

    .blog-navigation .elementor-post-navigation__link {
        padding: 10px;
    }

    .post-navigation__arrow-wrapper {
        display: none;
    }

}
/***************************************** ELEMENT CONTACT WRAPPER ************************************/
section.contact-wrapper,
section.contact-wrapper2 {
    padding: 75px 0!important;
    background-color: var(--primary);
}

section.contact-wrapper .elementor-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap !important;
    gap: 75px;
}

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

section.contact-wrapper2 .elementor-column:nth-child(2) .elementor-widget-wrap {
    padding-left: 100px;
}

section.contact-wrapper2 .mail-container,
section.contact-wrapper2 .tel-container {
    text-decoration: underline !important;
    transition: transform 500ms;
    will-change: transform;
}

section.contact-wrapper2 .mail-container:hover,
section.contact-wrapper2 .tel-container:hover {
    transform: translateY(-5px) !important;
}

section.contact-wrapper2 .elementor-social-icon svg path {
    fill: var(--tertiary);
}

section.contact-wrapper2 .elementor-social-icon:hover svg path {
    fill: var(--DarkGrey);
}

section.openingstijd-section .elementor-widget-image img {
    max-height: 740px;
    object-position: top;
}

@media screen and (max-width: 1200px) {
    section.contact-wrapper,
    section.contact-wrapper2 {
        padding: 50px 0!important;
    }
    
    section.contact-wrapper .elementor-container {
        gap: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    section.contact-wrapper2 .elementor-column:nth-child(2),
    section.openingstijd-section .elementor-column:nth-child(1) {
        max-width: 100% !important;
    }

    section.contact-wrapper2 .elementor-column:nth-child(2) .elementor-widget-wrap {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    section.contact-wrapper .elementor-container {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 600px) {
    section.contact-wrapper,
    section.contact-wrapper2 {
        padding: 25px 0!important;
    }

    section.contact-wrapper .elementor-container {
        gap: 15px;
    }

}

/****************************************** ELEMENT FAQ SECTION ******************************************/
section.faq-section {
    padding: 100px 0px!important;
    background-color: var(--primary);
}

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

section.faq-page .elementor-column.elementor-column:nth-child(1) .elementor-widget-wrap {
    max-width: 750px;
    margin: 0 auto;
}

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

section.faq-section .elementor-column.elementor-column:nth-child(2) .elementor-widget-wrap {
    max-width: 750px;
    margin: 0 auto!important;
}

section.faq-section .elementor-tab-title {
    padding: 15px 30px!important;
    border-radius: 18px;
    background-color: var(--secondary) !important;
}

section.faq-section .elementor-accordion-title {
    line-height: 20px;
    color: var(--mv-black) !important;
    font-weight: 600;
}

section.faq-section .elementor-accordion-title::after {
    content: '';
    display: inline-flex;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 20px;
    background-image: url(/wp-content/uploads/2023/03/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.faq-section .elementor-active .elementor-accordion-title::after {
    background-image: url(/wp-content/uploads/2023/03/minus.svg);
    transition: background-image 500ms;
}


section.faq-section .elementor-accordion .elementor-tab-content,
section.faq-section .elementor-tab-title,
section.faq-section .elementor-accordion-item {
    border: none!important;
}

section.faq-section .elementor-tab-content {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

section.faq-section .elementor-accordion-item  {
    margin-bottom: 15px;
}

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

    section.faq-section .elementor-container {
        gap: 25px;
    }

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

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


/****************************************** ELEMENT REVIEW SECTION ******************************************/
section.review-section {
    padding: 50px 0px!important;
    background-color: var(--primary);
}

section.review-section .elementor-main-swiper {
    overflow: visible;
}

section.review-section .elementor-testimonial {
    display: flex;
    flex-direction: column;
    padding: 25px;
    color: var(--DarkGrey);
    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:var(--DarkGrey)!important;
    font-weight: normal;
}

section.review-section .elementor-testimonial__header {
    font-family: 'Prata', sans-serif;
}

section.review-section .elementor-testimonial__content {
    height: 100%;
}

section.review-section .elementor-testimonial__header,
section.review-section .elementor-testimonial__content {
    padding: 5px !important;
}

section.review-section .swiper-slide {
    visibility: hidden !important;
}

section.review-section .swiper-slide-active, 
section.review-section .swiper-slide-active + .swiper-slide,
section.review-section .swiper-slide-prev {
    visibility: visible !important;
}

section.review-section .elementor-column:nth-child(2) {
    background-color: var(--primary);
    z-index: 2;
}

section.review-section .elementor-column:nth-child(2) .elementor-widget-wrap {
    padding-top: 50px;
    padding-left: 50px;
}

section.review-section .swiper-pagination {
    margin: 25px auto;
    left: -25%;
}

section.review-section .swiper-pagination span {
    background-color: var(--secondary);
}


/*** REVIEW SECTION RESPONSIVE ***/
@media only screen and (max-width: 1500px) {
    section.review-section .swiper-slide-prev {
        visibility: hidden !important;
    }

    section.review-section .swiper-pagination {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    section.review-section .elementor-container {
        flex-direction: column-reverse;
        gap: 25px;
    }

    section.review-section .elementor-column:nth-child(1) {
        max-width: 900px !important;
        width: 100% !important;
        margin: 0 auto;
    }

    section.review-section .elementor-column:nth-child(2) {
        width: 100% !important;
    }

    section.review-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        padding-top: 10px;
        padding-left: 10px;
        text-align: center;
    }

    section.review-section .elementor-heading-title br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    section.review-section {
        padding: 33px 0px!important;
    }

    section.review-section .swiper-pagination {
        margin: 25px auto 0px;
    }

    section.review-section .elementor-main-swiper {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 750px) {
    section.review-section .swiper-slide-active + .swiper-slide {
        visibility: hidden !important;
    }
}


/*********************************************** ELEMENT HOME ****************************************/
section.home-behandelingen-section,
section.onze-voordelen-section {
    padding: 75px 0;
    background-color: var(--primary);
}

section.home-behandelingen-section .elementor-widget-heading {
    margin-bottom: 50px !important;
}

section.home-behandelingen-section .elementor-widget-loop-carousel {
    margin-bottom: 30px !important;
}
section.home-behandelingen-section .behandelingen-cta .elementor-cta__bg-overlay {
    background: linear-gradient(180deg, #FFF4EE00, #24191298, #7B5539) !important;
    opacity: 43% !important;
}

section.home-behandelingen-section .swiper-pagination {
    position: absolute !important;
    bottom: -25px;
}

section.home-behandelingen-section .swiper-pagination span {
    background-color: var(--secondary);
}

section.onze-voordelen-section .elementor-inner-section .elementor-container {
    max-width: 1000px;
}

section.onze-voordelen-section .elementor-icon-box-icon {
    background-color: var(--secondary);
    border-radius: 50px;
    height: 180px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px !important;
}

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

    section.home-behandelingen-section .elementor-widget-heading {
        margin-bottom: 33px !important;
    }
}

@media only screen and (max-width: 800px) {
    section.onze-voordelen-section .elementor-inner-section .elementor-container {
        max-width: 500px;
    }

    section.onze-voordelen-section .elementor-inner-column {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    section.home-behandelingen-section,
    section.onze-voordelen-section {
        padding: 33px 0;
    }

    section.home-behandelingen-section .elementor-widget-heading {
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width: 550px) {
    section.onze-voordelen-section .elementor-inner-section .elementor-container {
        justify-content: center;
    }

    section.onze-voordelen-section .elementor-inner-column {
        max-width: 175px;
    }

    section.onze-voordelen-section .elementor-icon-box-icon {
        max-width: 150px;
        width: auto;
        height: 150px;
        border-radius: 25px;
    }
}

/*********************************************** ELEMENT BEHANDELINGEN ****************************************/
section.onze-behandelingen-section {
    background-color: var(--primary);
    padding: 75px 0px;
}

section.onze-behandelingen-section .elementor-widget-heading {
    margin-bottom: 50px;
}

/*** BEHANDELING SINGLE ***/
section.behandelingen-single-hero .elementor-column:nth-child(2) .elementor-widget-wrap {
    max-width: 540px;
    margin: 0 auto;
}

section.behandelingen-single-hero .elementor-widget-heading {
    margin-bottom: 0px;
}

section.behandelingen-single-hero .elementor-widget-text-editor {
    color: var(--mv-white);
}

section.over-behandeling-section .elementor-widget-image img,
section.nazorg-section .elementor-widget-image img {
    max-height: 740px;
}

section.de-behandeling-section .elementor-widget-image img {
    max-height: 740px;
    object-position: top;
}

section.geschikt-section {
    padding: 100px 0;
    background-color: var(--primary);
}

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

section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-wrap {
    justify-content: center;
    gap: 33px;
}

section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box {
    max-width: 350px;
    margin-bottom: 0px;
    background-color: var(--secondary);
    border-radius: 50px;
    padding: 33px;
    min-height: 120px;
    display: flex;
    align-items: center;
}

section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box .elementor-icon-box-content {
    max-width: 180px;
    line-height: 22px;
}

section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(1) {
    order: 1;
}

section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(3) {
    order: 2;
}

section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(2) {
    order: 3;
}

section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(4) {
    order: 4;
}

section.nazorg-section {
    background-color: var(--primary);
}


section.nazorg-section .elementor-widget-heading span {
    font-size: 16px;
    font-style: italic;
    color: var(--secondary);
}

/*** BEHANDELINGEN RESPONSIVE **/
@media only screen and (max-width: 1366px) {
    section.behandelingen-single-hero .elementor-column:nth-child(2) .elementor-widget-wrap {
        max-width: 385px;
    }

    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        gap: 25px;
    }

    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box {
        max-width: 300px;
    }
}

@media only screen and (max-width: 1100px) {
    section.geschikt-section .elementor-container {
        flex-wrap: wrap;
    }

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

    section.geschikt-section .elementor-column:nth-child(1) .elementor-widget-wrap {
        margin: 0 auto;
        max-width: 600px;
    }

    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-wrap {
        margin: 0 auto;
        max-width: 750px;
    }

    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box {
        border-radius: 33px;
    }
}

@media only screen and (max-width: 1024px) {
    section.onze-behandelingen-section,
    section.geschikt-section {
        padding: 50px 0px;
    }

    section.over-behandeling-section {
        padding: 50px 0px 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    section.onze-behandelingen-section,
    section.geschikt-section {
        padding: 33px 0px;
    }

    section.geschikt-section .elementor-column:nth-child(2) .elementor-icon-box-wrapper {
        align-items: center;
    }

    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box {
        max-width: 250px;
        border-radius: 25px;
        padding: 20px;
    }
}   

@media only screen and (max-width: 550px) {
    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(1) {
        order: 1;
    }
    
    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(2) {
        order: 2;
    }
    
    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(3) {
        order: 3;
    }
    
    section.geschikt-section .elementor-column:nth-child(2) .elementor-widget-icon-box:nth-child(4) {
        order: 4;
    }
}

/*********************************************** ELEMENT OVER ONS ****************************************/
section.over-ons-section {
    background-color: var(--primary);
}

section.team-section {
    padding: 100px 0;
}

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

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

section.team-section .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    margin: 25px auto;
}

section.team-section .swiper-container {
    padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
	section.over-ons-section.img-text .elementor-column:nth-child(1) {
		max-height: 600px !important;
	}
	
	section.over-ons-section img {
		object-position: 50% 20% !important;
		height: 100% !important;
	}
	
    section.team-section {
        padding: 50px 0;
    }

    section.team-section .elementor-container {
        gap: 25px;
    }

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

    section.team-section .elementor-column:nth-child(1) .elementor-widget-wrap {
        margin: 0 auto;
    }

    section.team-section .swiper-pagination {
        display: flex;
        justify-content: center;
        margin: 25px auto 0px;
    }
}

@media only screen and (max-width: 768px) {
    section.team-section {
        padding: 33px 0;
    }
}


/*********************************************** ELEMENT TARIEVEN ****************************************/
section.tarieven-section {
    padding: 100px 0px;
}

section.tarieven-section .elementor-tabs-wrapper {
    display: flex;
    gap: 20px;
}

section.tarieven-section .elementor-tab-title {
    background-color: var(--tertiary);
    color: var(--mv-white);
    font-weight: 600;
    border-radius: 30px;
}

section.tarieven-section .elementor-tab-title.elementor-active,
section.tarieven-section .elementor-tab-title:hover {
    background-color: var(--mv-black);
}

section.tarieven-section .elementor-tabs-content-wrapper {
    margin-top: 50px;
    max-width: 900px;
}

section.tarieven-section table.tarieven {
    border: 0px;
}

section.tarieven-section table.tarieven thead td {
    color: var(--tertiary) !important;
    text-align: center !important;
    border: none;
}

section.tarieven-section table.tarieven td {
    border-width: 0 0 1px 0;
    border-color: var(--secondary);
}

section.tarieven-section table.tarieven tbody tr td:nth-child(1) {
    font-weight: bold;
}

section.tarieven-section table.tarieven tbody tr td:nth-child(2) {
    text-align: center;
}

section.vergoedingen-section {
    background-color: var(--primary);
}

.ast-single-post .entry-content section.vergoedingen-section a:not(.elementor-button-link) {
    text-decoration: underline !important;
    color: var(--mv-black);
}

.ast-single-post .entry-content  section.vergoedingen-section a:not(.elementor-button-link):hover {
    color: var(--secondary) ;
}

@media only screen and (max-width: 1200px) {
    section.tarieven-section .elementor-tabs-wrapper {
        gap: 10px;
        flex-wrap: wrap !important;
    }
}

@media only screen and (max-width: 900px) {
    section.tarieven-section .elementor-tabs-wrapper {
        display: none;
    }

    section.tarieven-section .elementor-tabs .elementor-tab-mobile-title {
        display: block;
    }

    section.tarieven-section .elementor-tabs-content-wrapper {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}