/*
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: #00b170;
    --secondary: #ff9100;
    --tertiary: #D88C9A;
    --black: #1E1E1E;
    --yellow: #FDC101;
    --mv-black: #000;
    --mv-white: #fff;
}

@font-face {
	font-family: 'Big Shoulders Display';
    src: url(../ttf/bigshouldersdisplay-variablefont_wght.ttf) format("truetype");
}
@font-face {
	font-family: 'Erosion';
    src: url(../ttf/erosion-regular.ttf) format("truetype");
}

/****************************************** GENERAL ******************************************/

body {
	overflow-x:hidden !important;
}

/* @media screen and (max-width: 900px) {
    body.dialog-prevent-scroll {
        max-height: none !important;
        height: auto !important;
        overflow-y: visible !important;
    }
} */

::-moz-selection {
    background: var(--yellow);
}

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

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

.site-content {
    margin-top: -150px;
}

.elementor-toc__list-wrapper {
    margin: 0px;
}

.dialog-widget {
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
}

.elementor-widget-theme-post-content .elementor-element-populated {
    padding: 0px !important;
}

/* STANDAARD BUTTON */
.elementor-element .elementor-button-link {
    padding: 15px 30px !important;
    border-radius: 30px!important;
    border:2px solid transparent;
    background-color: var(--black)!important;
    font-weight: 700!important;
	-webkit-transition: all ease .3s !important;
	-o-transition: all ease .3s !important;
	transition: all ease .3s !important;
	will-change: auto;
    min-height: 50px;
}

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

/* ALT INFO BUTTON */
/* zet de button op type "info" voor de secondaire button */
.elementor-element .elementor-button-info .elementor-button-link {
    background-color: var(--yellow) !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 30px;
    color:var(--black);
    border:2px solid transparent;
    -webkit-transition: all ease .3s !important;
    -o-transition: all ease .3s !important;
    transition: all ease .3s !important;
    will-change: auto;
}

.elementor-element .elementor-button-info .elementor-button-link:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: var(--black) !important;
    color: var(--mv-white);
}

.elementor-element .elementor-button-info .elementor-button-link:hover svg path {
    fill: var(--mv-white);
}

@media only screen and (max-width: 1600px) {
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    	padding: 10px 30px;
	}
}

@media only screen and (max-width: 1024px) {
    .elementor-element .elementor-button-info .elementor-button-link {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .site-content {
        margin-top: -122px;
    }

    .elementor-element .elementor-button-info .elementor-button-link {
        font-size: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .site-content {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 600px) {
    .elementor-element .elementor-button-info .elementor-button-link {
        font-size: 18px;
    }
}

/*********************************************** 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
    margin: 0 0 7px!important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

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

/*********************************************** ADRES CONTAINER  *************************************************/
.adres-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.adres-container span {
    font-size: 15px;
    line-height: 20px;
}

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

.mail-container img,
.tel-container img{
    max-height: 30px;
    max-width: 30px;
    margin-right: 7px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    will-change: transform;
}

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

.mail-container,
.tel-container{
    margin: 7px 0px;
    font-weight: 700;
}

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

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

/****************************************** HEADER ******************************************/
/********** MAIN HEADER **********/
.elementor-location-header header:not(.elementor-sticky--effects) .show-on-sticky,
.elementor-location-header header.elementor-sticky--effects .elementor-widget-theme-site-logo,
.elementor-location-header header.elementor-sticky--effects .hide-on-sticky {
    display: none;
}

.elementor-location-header header.elementor-sticky--effects .show-on-sticky,
.elementor-location-header header:not(.elementor-sticky--effects) .elementor-widget-theme-site-logo {
    display: block;
}

.elementor-location-header header:not(.elementor-sticky--effects) .elementor-widget-theme-site-logo img {
    position: relative;
    top: 33px;
}

header:not(.elementor-sticky--effects) .elementor-column:nth-child(2) .elementor-widget-wrap {
    padding-right: 100px;
    padding-top: 30px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
}

header .elementor-column:nth-child(2) .searchandfilter ul {
    margin: 0px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li {
    padding: 0px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li input {
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #FED759 !important;
    color: #2D2A26 !important;
    font-size: 14px !important;
    max-width: 175px;
    min-height: 50px;
    padding: 10px 10px 10px 40px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li input:focus-visible {
    outline: none;
}

header .elementor-column:nth-child(2) .searchandfilter ul li input::-webkit-input-placeholder {
    color: #2D2A26 !important;
    font-size: 14px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li input::-moz-placeholder {
    color: #2D2A26 !important;
    font-size: 14px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li input:-ms-input-placeholder {
    color: #2D2A26 !important;
    font-size: 14px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li input::-ms-input-placeholder {
    color: #2D2A26 !important;
    font-size: 14px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li input::placeholder {
    color: #2D2A26 !important;
    font-size: 14px !important;
}

header .elementor-column:nth-child(2) .searchandfilter ul li label::before {
    content: "";
    background-image: url(../svg/search_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    top: 15px;
    left: 12px;
    width: 22px;
    height: 22px;
    position: absolute;
}

@media only screen and (max-width: 1024px) {
    header .elementor-column:nth-child(2) .trp-ls-shortcode-current-language a {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 768px) {
    header .elementor-column:nth-child(2) .trp-ls-shortcode-current-language {
        background-position: calc(100% - 15px) calc(1em + 3px), calc(100% - 3px) calc(1em + 0px);
    }

    header .elementor-column:nth-child(2) .trp-ls-shortcode-current-language a {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 550px) {
    header .elementor-column:nth-child(2) .trp-ls-shortcode-current-language {
        width: 80px !important;
        background-position: calc(100% - 7px) calc(1em + 3px), calc(100% - 3px) calc(1em + 0px) !important;
        margin-top: 0px !important;
		border-radius: 20px !important;
    }
}

/********** STICKY HEADER **********/
/* header.elementor-sticky--active * {
    transition: all linear 750ms !important;
} */

header.elementor-sticky--effects .elementor-container {
	background-color: var(--yellow);
    padding: 10px 100px 10px 0px;
}

header.elementor-sticky--effects .elementor-container::after {
    content: "";
    background-image: url(../svg/headerstrookgeel.svg);
	background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45px;
    z-index: -1;
}

header.elementor-sticky--effects .elementor-column {
    width: 50% !important;
}

header.elementor-sticky--effects .elementor-column:nth-child(2) .elementor-widget-wrap {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
}

header .show-on-sticky {
    padding-left: 50px;
}

header .show-on-sticky .elementor-icon-box-wrapper {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

header .show-on-sticky .elementor-icon-box-wrapper span strong {
    font-family: 'Erosion', sans-serif !important;
}

@media only screen and (max-width: 1024px) {
    header.elementor-sticky--effects .elementor-container {
        padding: 10px 33px 10px 0px;
    }

    header .show-on-sticky {
        padding-left: 33px;
    }
}

@media only screen and (max-width: 768px) {
    header.elementor-sticky--effects .elementor-container {
        padding: 10px 25px 10px 0px;
    }

    header .show-on-sticky {
        padding-left: 25px;
    }

    header.elementor-sticky--effects .elementor-icon-box-content {
        max-width: 170px;
        line-height: 1;
    }

    header.elementor-sticky--effects .elementor-icon-box-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
	header.elementor-sticky--effects .elementor-container::after {
		background-size: contain;
	}
	
    header.elementor-sticky--effects .elementor-container {
        padding: 10px 10px 10px 0px;
    }

    header .show-on-sticky {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 450px) {
	header.elementor-sticky--effects .elementor-column:nth-child(1) {
		width: 20% !important;
	}
	
	header.elementor-sticky--effects .elementor-column:nth-child(2) {
		width: 80% !important;
	}
	
	.elementor-location-header header.elementor-sticky--effects .elementor-widget-theme-site-logo {
        display: block !important;
		margin-bottom: 0px;
		text-align: left;
		margin-left: 10px;
    }
	
	.elementor-location-header header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
		max-width: 70px;
    	width: 70px;
	}
	
	.elementor-location-header header.elementor-sticky--effects .elementor-widget-icon-box {
		display: none !important;
	}
	
	.elementor-location-header header.elementor-sticky--effects .elementor-column:nth-child(2) .elementor-widget-wrap {
		-ms-flex-line-pack: center !important;
		    align-content: center !important;
		background-image: none !important;
	}
}

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

.elementor-location-header .mobile-switch svg {
	-webkit-transition: all linear 1.5s;
	-o-transition: all linear 1.5s;
	transition: all linear 1.5s;
}

.elementor-location-header .mobile-switch:hover svg {
    -webkit-transform: rotatey(360deg);
        -ms-transform: rotatey(360deg);
            transform: rotatey(360deg);
}

@media screen and (max-width: 900px) {
    header:not(.elementor-sticky--effects) .elementor-column:nth-child(2) .elementor-widget-wrap {
        background-size: 720px auto !important;
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    header:not(.elementor-sticky--effects) .elementor-widget-theme-site-logo img {
        top: 10px !important;
        left: 10px;
    }

    header:not(.elementor-sticky--effects) .elementor-column:nth-child(2) .elementor-widget-wrap {
        padding-top: 20px;
        -webkit-column-gap: 5px;
           -moz-column-gap: 5px;
                column-gap: 5px;
    }

    header .elementor-column:nth-child(2) .searchandfilter {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
	header .elementor-element .elementor-button-link {
    	padding: 12px 30px !important;
	    min-height: 40px;
	}
}

@media only screen and (max-width: 760px) {
    header {
        z-index: 1;
    }

    header:not(.elementor-sticky--effects) .elementor-widget-theme-site-logo img {
        width: 75px !important;
        max-width: 75px !important;
        left: 0px;
    }

    header:not(.elementor-sticky--effects) .elementor-column:nth-child(2) .elementor-widget-wrap {
        background: none !important;
        padding-right: 20px;
		padding-top: 0px;
		-ms-flex-line-pack: center !important;
		    align-content: center !important
    }

    header:not(.elementor-sticky--effects) .elementor-container {
        background-color: var(--yellow);
    }

    header:not(.elementor-sticky--effects) .elementor-container::after {
        content: "";
        background-image: url(../svg/headerstrookgeel.svg);
        background-repeat: no-repeat;
		background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 95px;
        z-index: -1;
    }
}


@media only screen and (max-width: 425px) {
    header:not(.elementor-sticky--effects) .elementor-widget-theme-site-logo img {
        left: 10px;
        width: 66px !important;
        max-width: 66px !important;
    }

    header:not(.elementor-sticky--effects) .elementor-column:nth-child(2) .elementor-widget-wrap {
        padding-right: 10px;
    }
	
	
    header:not(.elementor-sticky--effects) .elementor-container::after {
        top: 85px;
    }
}

@media only screen and (max-width: 415px) {
	header:not(.elementor-sticky--effects) .elementor-container::after {
        top: 80px;
    }
	
	header .elementor-column:last-child .elementor-button-link {
		padding: 12px !important;
		border-radius: 20px !important;
	}
}


/********** MOBILE OFFCANVAS **********/
.mobile-offcanvas > .dialog-widget-content::before {
    content: "";
    background-image: url(../svg/menustrook.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    left: -275px;
    position: absolute;
}

.mobile-offcanvas .elementor-location-popup,
.mobile-offcanvas .elementor-top-section {
    height: 100dvh;
}
/* .mobile-offcanvas > .dialog-widget-content {
    background-color: #2D2A26 !important;
} */

.mobile-offcanvas ul.elementor-nav-menu {
    max-width: 550px;
    margin-left: auto;
    margin-right: 0;
}

.mobile-offcanvas ul.elementor-nav-menu li.current-menu-item::before {
    content: "";
    background-image: url(../svg/menuviking.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -25px;
    width: 75%;
    height: 75%;
    z-index: -1;
}

.mobile-offcanvas .mainmenu ul.elementor-nav-menu li.menu-item::after {
    content: "";
    background-image: url(../svg/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 8px;
    right: 110px;
    z-index: -1;
}

.mobile-offcanvas .mainmenu ul.elementor-nav-menu li.menu-item a {
    background-color: transparent !important;
    color: var(--mv-white);
    font-size: 38px;
	line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
	max-width: 450px;
}

.mobile-offcanvas .secundairmenu ul.elementor-nav-menu li.menu-item a {
    background-color: transparent  !important;
    color: var(--mv-white)  !important;
    font-size: 28px !important;
    line-height: 30px !important;
}

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

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

@media only screen and (max-width: 900px) {
    .mobile-offcanvas > .dialog-widget-content::before  {
        content: unset;
    }

    /* .mobile-offcanvas > .dialog-widget-content > .dialog-message  {
        width: 400px !important;
    } */

    .mobile-offcanvas ul.elementor-nav-menu {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

	.mobile-offcanvas ul.elementor-nav-menu li.current-menu-item::before {
		left: -45px;
	}
    .mobile-offcanvas .mainmenu ul.elementor-nav-menu li.menu-item::after {
        right: -20px;
    }
}

@media screen and (max-width: 768px) {
    /* .mobile-offcanvas {
        background-color: #2D2A26 !important;
        position: fixed !important;
        min-height: 100dvh;
    } */
    /* .mobile-offcanvas > .dialog-widget-content {
        top: 0;
        bottom: 0;
        width: 100vw !important;
    } */
    .mobile-offcanvas ul.elementor-nav-menu {
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* .mobile-offcanvas * {
    outline: 1px solid #1E1E1E !important;
} */
@media only screen and (max-width: 575px) {
    .mobile-offcanvas ul.elementor-nav-menu li.menu-item a {
        font-size: 26px !important;
        line-height: 1.2 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .mobile-offcanvas .mainmenu ul.elementor-nav-menu li.menu-item::after {
        display: none;
    }
    .mobile-offcanvas .secundairmenu ul.elementor-nav-menu li.menu-item a {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }
}

/****************************************** FOOTER ******************************************/
/********** MAIN FOOTER **********/
footer .footer-main .elementor-column:not(.last-child) {
	width: 20%;
}

footer .footer-main .elementor-column:last-child {
	width: 40%;
}

footer .elementor-widget-heading .elementor-heading-title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: var(--yellow) !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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
}

footer ul li.menu-item a:hover {
    color: var(--yellow);
}

@media only screen and (max-width: 1440px) {
    footer .footer-main .elementor-social-icons-wrapper {
        word-spacing: 5px !important;
    }
	
	footer .footer-main .elementor-social-icons-wrapper .elementor-grid-item {
		margin-bottom: 15px;
	}
}


@media screen and (max-width: 1024px) {
	footer .logo-slider-section {
		margin-bottom: 100px;
	}
	
	footer .footer-main::before {
		content: "";
		background-image: url(../svg/sectionstrookdonker.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		width: 100%;
		height: 300px;
		top: -190px;
	}
	
    footer .footer-main {
        background-image: none !important;
		background-color: #2c2925;
	}

    footer .footer-main .elementor-container {
        max-width: 600px !important;
    }

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

    footer .footer-main .elementor-column:nth-child(1) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    footer .footer-main .elementor-column:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    footer .footer-main .elementor-column:nth-child(3) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    footer .footer-main .elementor-column:nth-child(4) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    footer .footer-main .elementor-widget-theme-site-logo {
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {
    footer .footer-main {
        margin-top: 50px;
    }
}   

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

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

    footer .footer-main .elementor-social-icons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    footer .footer-main ul.elementor-nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    footer .footer-main .elementor-widget-theme-site-logo,
    footer .footer-main .elementor-widget-heading,
    footer .footer-main .elementor-widget-social-icons .elementor-widget-container {
        text-align: center !important;
    }
}

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

footer .monkey-footer .elementor-widget-text-editor,
footer .monkey-footer .elementor-nav-menu .menu-item a,
footer .monkey-footer .elementor-widget-text-editor a {
    font-size: 16px;
}
footer .monkey-footer .elementor-widget-text-editor a:hover {
    color: var(--yellow) !important;
}

footer .monkey-footer .elementor-column:nth-child(2) .elementor-widget-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@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 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    } 

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

@media only screen and (max-width: 600px) {
    footer .monkey-footer .elementor-column:nth-child(2) .elementor-widget-wrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
}

@media only screen and (max-width: 550px) {
    footer .monkey-footer ul {
        flex-direction: column;
        align-items: center;
    }

    footer .monkey-footer li a {
        margin-inline: 0px !important;
    }
}

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

.challenges-slider-column .elementor-image-box-description {
    margin: 0 auto !important;
    max-width: 400px;
}

.challenges-slider-column .owl-nav button,
.obstacles-slider-column .owl-nav button {
	top: 33%;
}

.blog-slider-section .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-slider-section .owl-carousel .owl-stage-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	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%;
}


.obstacle-slider {
	margin: 0px !important;
	list-style: none;
}

.obstacle-slider li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.obstacle-slider img {
    max-width: 75%;
    margin: 0 auto;
}

.logo-slider .owl-stage {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}

.logo-slider img {
	transition: transform ease 500ms;
}

.logo-slider img:hover {
	transform: skew(-5deg, -5deg);
}

.owl-carousel .owl-nav button{
	height:35px;
	width:35px;
	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("../svg/arrow_left.svg") !important;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -40px;
    -webkit-transition: all ease 500ms !important;
    -o-transition: all ease 500ms !important;
    transition: all ease 500ms !important;
}

.blog-slider .owl-nav .owl-prev {
	left: -60px !important;
}

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

.blog-slider .owl-nav .owl-prev:hover {
	left: -70px !important;
}

.owl-carousel .owl-nav .owl-next{
    background-image:url("../svg/arrow_left.svg") !important;
    right: -40px;
    -webkit-transition: all ease 500ms !important;
    -o-transition: all ease 500ms !important;
    transition: all ease 500ms !important;
}

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

.blog-slider .owl-nav .owl-next {
	right: -60px !important;
}

.blog-slider .owl-nav .owl-next:hover {
	right: -70px !important;
}

.owl-carousel .owl-dots,
.swiper-pagination  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    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) {
    .owl-carousel .owl-nav button{
        top: 102%;
    }
	
	.owl-carousel .owl-nav .owl-prev {
		left: 20px !important;
	}

    .owl-carousel .owl-nav .owl-prev:hover {
		left: 10px  !important;
	}
	
	.owl-carousel .owl-nav .owl-next {
		right: 20px !important;
	}

    .owl-carousel .owl-nav .owl-next:hover {
		right: 10px !important;
	}
}

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

/* CUSTOMISE THIS */
.gform_wrapper input:not([type=submit]),
.gform_wrapper textarea,
.gform_wrapper.gravity-theme .gfield--input-type-consent {
    padding: 10px 20px!important;
    border-radius: 6px !important;
    border: 1px solid #D1D5DB !important;
    background-color: var(--mv-white) !important;
    line-height: 24px !important;
    margin: 0px!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    height: auto!important;
}

.gform_wrapper.gravity-theme .gfield--input-type-consent {
	margin-top: 20px !important;
}

.gform_wrapper.gravity-theme .gfield_consent_description {
    border: none !important;
    padding: 0 !important;
}

.gform_wrapper .gfield_consent_description {
	overflow: auto !important;
}

.gform_wrapper textarea {
	resize: none !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
    background-color: var(--yellow) !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px;
    border-radius: 30px !important;
    color: var(--black);
    border: 2px solid transparent;
    -webkit-transition: all ease .3s !important;
    -o-transition: all ease .3s !important;
    transition: all ease .3s !important;
    will-change: auto;
    margin: 0px !important;
    padding: 15px 40px !important;
    line-height: 1 !important;
}

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

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

.gfield legend {
	margin: -40px 0 0 0 !important;
    position: absolute;
}

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

.gform_footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

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

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

.gform_wrapper .gform_footer .gform_button {
    margin-top: 20px!important;
}

/******* FOCUS **********/
.gform_wrapper input:not([type=submit]):focus,
.gform_wrapper textarea:focus {
    border: 1px solid var(--primary) !important;
	-webkit-box-shadow: none !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 ******************************************/
section.home-hero-section .elementor-column .elementor-widget-wrap {
    min-height: 400px;
}

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

section.home-hero-section .elementor-widget-heading span strong {
    font-weight: normal;
    color: var(--yellow);
}

@media only screen and (max-width: 550px) {
    section.home-hero-section .elementor-column .elementor-widget-wrap {
        background: none !important;
    }
}


/****************************************** SUB HERO SECTION ******************************************/
section.sub-hero-section .elementor-widget-image::after {
    content: "";
    background-image: url(../svg/subherostrook.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

section.sub-hero-section2 .elementor-column {
    bottom: -175px;
}

section.sub-hero-section2 .elementor-column .elementor-widget-wrap {
    min-height: 400px;
}

section.sub-hero-section2 .elementor-widget-heading {
    margin-bottom: 0px;
}

section.sub-hero-section2 .elementor-widget-heading span strong {
    font-weight: normal;
    color: var(--yellow) !important;
}

section.sub-hero-section3 .elementor-widget-image::after {
    content: "";
    background-image: url(../svg/sectionstrookdonker.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 101%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

@media only screen and (max-width: 600px) {
    section.sub-hero-section2 .elementor-column .elementor-widget-wrap {
        background: none !important;
        min-height: 100px;
    }

    section.sub-hero-section2 .elementor-column {
        bottom: 50px;
    }
}


/****************************************** STICKY SECTION ******************************************/
section.sticky-section {
    top: -650px;
    left: 1%;
}

section.sticky-section > .elementor-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253,193,0,1)), color-stop(50%, rgba(64,228,137,1)), to(rgba(0,155,220,1)));
    background-image: -o-linear-gradient(top, rgba(253,193,0,1) 0%, rgba(64,228,137,1) 50%, rgba(0,155,220,1) 100%);
    background-image: linear-gradient(180deg, rgba(253,193,0,1) 0%, rgba(64,228,137,1) 50%, rgba(0,155,220,1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 100%;
    min-height: 525vh;
	max-width: 200px;
    height: 100%;
    z-index: 98;
    position: absolute;
    border-radius: 100%;
}

section.sticky-section .elementor-inner-section .elementor-container {
	width: 125%;
    left: -25px;
    top: -50px;
    -webkit-transition: all ease 750ms;
    -o-transition: all ease 750ms;
    transition: all ease 750ms;
}

section.sticky-section .elementor-inner-section.elementor-sticky--active .elementor-container {
    -webkit-transition: all ease 750ms;
    -o-transition: all ease 750ms;
    transition: all ease 750ms;
}

@media only screen and (max-width: 1650px) {
	section.sticky-section {
		top: -485px;
		left: -4%;
	}
	
	section.sticky-section .elementor-inner-section .elementor-container {
		width: 80%;
		left: 0px;
	}

}

@media only screen and (max-width: 1550px) {
    section.sticky-section {
        display: none;
    }
}

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

@media screen and (max-width: 1024px) {
	.padding-section {
		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-wrap {
    max-width: 1100px;
    padding: 10px;
}

section.content-section .elementor-widget-heading:nth-child(1) {
    margin-bottom: 50px;
}

section.content-section .inleiding-tekst p {
    margin-bottom: 0px !important;
}

section.content-section .elementor-inner-section .elementor-container {
    margin-bottom: 75px;
}

section.content-section .elementor-inner-section .inleiding-tekst {
    max-width: 500px;
    padding: 0 0 0 50px;
}

.spetterende-fotos .swiper-slide-image {
    width: 100%;
}

.spetterende-fotos .elementor-swiper-button-prev {
    left: -50px !important;
    -webkit-transition: all ease 500ms !important;
    -o-transition: all ease 500ms !important;
    transition: all ease 500ms !important;
}

.spetterende-fotos .elementor-swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.spetterende-fotos .elementor-swiper-button-prev:hover {
    left: -60px !important;
}

.spetterende-fotos .elementor-swiper-button-next {
    right: -50px !important;
    -webkit-transition: all ease 500ms !important;
    -o-transition: all ease 500ms !important;
    transition: all ease 500ms !important;
}

.spetterende-fotos .elementor-swiper-button-next:hover {
    right: -60px !important;
}

.spetterende-fotos .swiper-pagination-bullets {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .spetterende-fotos .elementor-swiper-button-prev,
    .spetterende-fotos .elementor-swiper-button-next {
        display: none !important;
    }

    .spetterende-fotos .swiper-pagination-bullets {
        display: block;
        margin-bottom: 0px !important;
    }

    .spetterende-fotos .swiper-pagination-bullet-active {
        background-color: var(--yellow) !important;
    }
}

@media only screen and (max-width: 1500px) {
    section.content-section2 > .elementor-container {
        max-width: 1200px !important;
    }
}

@media only screen and (max-width: 1200px) {
    section.content-section2 > .elementor-container {
        max-width: 1000px !important;
    }
}

@media screen and (max-width: 1024px) {
    section.content-section .elementor-widget-heading:nth-child(1) {
        margin-bottom: 33px;
    }

    section.content-section .elementor-inner-section .inleiding-tekst p {
        padding: 33px;
    }

    section.content-section2 > .elementor-container {
        max-width: 750px !important;
    }
}
@media screen and (max-width: 768px) {
    section.content-section .elementor-widget-heading:nth-child(1) {
        margin-bottom: 25px;
    }

    section.content-section .elementor-inner-section img {
        max-height: 650px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        border-radius: 10px;
    }

    section.content-section .elementor-inner-section .inleiding-tekst p {
        padding: 25px;
    }

    section.worldpass-section .elementor-column:nth-child(2) {
        max-width: 600px;
        margin: 0 auto;
    }
}
/************************************** CENTERED TEXT SECTION *************************************/

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

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

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

section.usp-section .blocks-wrapper .elementor-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        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 .blocks-wrapper .elementor-column {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
}
@media screen and (max-width: 600px) {
    section.usp-section h2 {
        margin-bottom: 25px!important;
    }

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

}

/****************************************** BLOG ARCHIVE SECTION ******************************************/
.searchandfilter ul {
    margin: 0px;
}

.searchandfilter .sf-field-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}

.searchandfilter .sf-field-tag ul li {
    padding: 5px 15px;
    border-radius: 30px;
    color: var(--mv-white);
    font-size: 18px !important;
    text-transform: uppercase;
	font-weight: 600 !important;
}

.searchandfilter .sf-field-tag ul li:hover {
    color: var(--black);
}

/* STEL DE KLEUREN VAN DE SEARCHANDFILTER TAGS IN */
.searchandfilter .sf-field-tag ul li.sf-item-0 {
    background-color: #FDC100;
}
.searchandfilter .sf-field-tag ul li.sf-item-18 {
    background-color: #FC4300;
}
.searchandfilter .sf-field-tag ul li.sf-item-19 {
    background-color: #fcc300;
}
.searchandfilter .sf-field-tag ul li.sf-item-20 {
    background-color: #a0d31d;
}
.searchandfilter .sf-field-tag ul li.sf-item-21 {
    background-color: #fe7000;
}
.searchandfilter .sf-field-tag ul li.sf-item-22 {
    background-color: #003afd;
}
.searchandfilter .sf-field-tag ul li.sf-item-23 {
    background-color: #00fec2;
}
.searchandfilter .sf-field-tag ul li.sf-item-24 {
    background-color: #3bfd00;
}

.searchandfilter .sf-field-tag ul li input {
    visibility: hidden;
    display: none;
}

.searchandfilter .sf-field-tag ul li label {
    padding: 0px;
    cursor: pointer;
}

/**** NAVIGATION ****/
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers {
	background: transparent;
	color: var(--mv-black);
    padding: 10px;
    margin-top: -2px !important;
    border-top: 2px solid transparent;
}

section.blog-archive-section .elementor-element .elementor-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 40px;
    border-top: 2px solid #E5E7EB;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.current,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers:not(.prev):not(.next):hover {
    border-top: 2px solid var(--yellow);
    -webkit-text-stroke-width: 1px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next {
	color: var(--mv-black);
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev {
    margin-right: auto !important;
    margin-left: 33px !important;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next {
    margin-left: auto !important;
    margin-right: 33px !important;
}    

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev::before {
    display: inline-block;
    content: "";
    background: url(../svg/previous.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 0px;
    -webkit-transition: all ease .3s !important;
    -o-transition: all ease .3s !important;
    transition: all ease .3s !important;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev:hover:before {
    left: -10px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next::after {
    display: inline-block;
    content: "";
    background: url(../svg/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 25px;
    position: absolute;
    right: 0px;
    -webkit-transition: all ease .3s !important;
    -o-transition: all ease .3s !important;
    transition: all ease .3s !important;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next:hover:after {
    right: -10px;
}

/****************************************** BLOG THUMB ******************************************/
/*** OVERLAYING LINK ***/
.column-url,
.column-url *{
	position:absolute;
	height:100%;
	width:100%;
    top: 0;
    left: 0;
    z-index:2;
	opacity:0;
}

/*** ACTUAL SECTION ***/
.blog-thumb-section .elementor-container {
	background: #F4F4F4 !important;
/* 	background: #FFFFFF !important; */
    border-radius: 10px;
	overflow: hidden;
}

.witte-achtergrond .blog-thumb-section .elementor-container {
	background: #FFFFFF !important;
}

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

.blog-thumb-section .elementor-widget-image img {
    border-radius: 10px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	will-change: auto;
}

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

.blog-thumb-section .elementor-heading-title {
	min-height: 96px !important;
    display: inline-block;
    height: 100%;
}

.blog-thumb-section .elementor-widget-shortcode {
    bottom: 75px;
    left: 60px;
}

.blog-thumb-section .elementor-widget-shortcode ul.post-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin: 0px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
}

.blog-thumb-section .elementor-widget-shortcode ul.post-tag li span {
    padding: 10px 15px;
    border-radius: 30px;
    color: var(--mv-white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.blog-thumb-section .elementor-element .elementor-button-info .elementor-button-link {
    font-size: 18px;
    line-height: 20px;
}

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

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

.blog-thumb-section .elementor-widget-theme-post-excerpt {
    min-height: 150px;
}

@media only screen and (max-width: 1440px) {
    .blog-thumb-section h3 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-thumb-section .blog-thumb-content {
        padding: 15px 25px 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .blog-thumb-section .elementor-widget-shortcode {
        bottom: 50px;
        left: 40px;
    }

    .blog-thumb-section .elementor-widget-image {
        padding: 0px;
    }
    
    .blog-thumb-section .elementor-widget-image img {
        border-radius: 10px 10px 0px 0px;
    }
}

@media only screen and (max-width: 850px) {
    .blog-thumb-section .elementor-container {
        max-width: 500px !important;
        margin: 0 auto;
    }

    .blog-thumb-section .elementor-widget-shortcode {
        left: 25px;
    }
	
	.blog-thumb-section .elementor-heading-title {
		min-height: 1px !important;
	}

    .blog-thumb-section .elementor-widget-theme-post-excerpt {
        min-height: 1px;
    }
}

/***************************************** BLOG SINGLE PAGE ************************************/
.recent-posts {
    max-width: 340px;
    margin: 0 auto;
}

.recent-posts .elementor-widget-container {
    border-top: 1px solid #FDC100;
    border-bottom: 1px solid #FDC100;
    padding: 33px 0;
}

.recent-posts nav ul {
    margin: 0px;
    list-style: none;
}

.recent-posts h5,
.recent-posts ul li:not(:last-child) {
    margin-bottom: 20px;
}

.recent-posts ul li::after {
    content: "";
    background: url(../svg/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 12px;
    height: 18px;
    margin-top: 6px;
    right: 25px;
}

.recent-posts ul li:hover::after {
    background: url(../svg/arrow-right-yellow.svg);
}

.recent-posts ul li a {
    color: #2D2A26 !important;
    font-size: 18px !important;
    width: 100%;
    display: inline-block;
}

.single-post .elementor-shortcode .edities-thumb-section:first-child {
	box-shadow: none;
}

.single-post .elementor-shortcode .edities-thumb-section .elementor-container .elementor-column {
	width: 100% !important;
} 
.single-post .elementor-shortcode .edities-thumb-section .elementor-container {
	flex-direction: column !important;
	max-height: 100% !important;
}
.single-post .elementor-shortcode .edities-thumb-section .elementor-column:nth-child(2) .elementor-widget-wrap {
	padding: 20px !important;
}
.single-post .elementor-shortcode .edities-thumb-section .editie-image img {
	border-radius: 8px 8px 0 0 !important;
	max-height: 200px !important;
	aspect-ratio: 1/1;
}

.single-post .elementor-shortcode .edities-thumb-section .editie-datum p,
.single-post .elementor-shortcode .edities-thumb-section .editie-locatie p {
	font-size: 20px !important;
	line-height: 25px !important;
	text-transform: uppercase !important;
}

.single-post .elementor-shortcode .edities-thumb-section .editie-datum p {
	font-weight: bold;
}

.single-post .elementor-shortcode .edities-thumb-section .editie-locatie p {
	color: #717171;
	font-weight: 400;
}
.single-post .elementor-shortcode .edities-thumb-section .editie-afstanden {
	width: 100%;
}

.single-post .elementor-shortcode .distance-item img {
	aspect-ratio: 1/1;
	object-fit: contain;
}

.single-post .owl-dots {
	margin: unset !important;
}
.single-post .event-shortcode .el_event {
	margin-bottom: 10px;
}

.post-content .swiper-slide img {
    max-width: 900px !important;
    width: 100% !important;
    height: 500px !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 8px;
}

.post-content .elementor-swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.post-content .elementor-swiper-button-prev {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.post-content .elementor-swiper-button-prev:hover {
    left: -10px;
}

.post-content .elementor-swiper-button-next {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.post-content .elementor-swiper-button-next:hover {
    right: -10px;
}

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

@media only screen and (max-width: 1024px) {
    .post-content .elementor-widget-container {
        max-width: 750px;
        margin: 0 auto;
    }

    .post-content .elementor-swiper-button-prev {
        left: -10px
    }
    
    .post-content .elementor-swiper-button-prev:hover {
        left: -20px;
    }
    
    .post-content .elementor-swiper-button-next {
        right: -10px;
    }
    
    .post-content .elementor-swiper-button-next:hover {
        right: -20px;
    }
}

@media only screen and (max-width: 600px) {
    .post-content .swiper-slide img {
        height: 350px !important;
    }
}

/***************************************** EDITIES PAGE ************************************/
.editie-text {
    max-width: 950px;
}

.post-tag li span.ocr-series,
.post-tag li span.iron-viking,
.post-1054 .elementor-heading-title,
.post-1042 .elementor-heading-title {
    color: #000 !important;
}

@media only screen and (max-width: 550px) {
    .edities-content {
        margin-top: 0px !important;
    }
}

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

section.faq-section .elementor-widget-text-editor {
    max-width: 900px;
}

section.faq-section .elementor-accordion-title::after {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 20px;
    background-image: url("../svg/arrow_down.svg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    will-change: transform;
}

section.faq-section .elementor-active .elementor-accordion-title::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

section.faq-section:not(.faq-events) .elementor-widget-accordion {
    max-width: 1200px;
    margin-left: auto;
}

section.faq-section .elementor-accordion-item {
    border: 0px;
    border-bottom: 1px solid #E5E7EB;
}

section.faq-section .elementor-tab-title {
    padding: 20px 0px !important;
}

section.faq-section .elementor-tab-content {
    border: none;
    padding: 0px;
    max-width: 1050px;
}

section.faq-general .elementor-tab-content {
    max-width: 1100px !important;
}

section.faq-posts .elementor-tab-content,
section.faq-events .elementor-widget-accordion {
    max-width: 950px !important;
}

section.faq-section:not(.faq-posts):not(.faq-events) .elementor-container {
    padding-bottom: 10%;
}

section.faq-home .elementor-tab-content.elementor-active:before {
    content: "";
    background-image: url(../svg/faqbadge.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 108px;
    height: 108px;
    position: absolute;
    margin-top: -50px;
    margin-left: -150px;
}

section.faq-general .elementor-tab-content.elementor-active:before {
    content: "";
    background-image: url(../svg/faqbadge2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 108px;
    height: 108px;
    position: absolute;
    margin-top: -50px;
    margin-left: -150px;
}

section.faq-home .elementor-tab-content.elementor-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

section.faq-home .elementor-tab-content.elementor-active p:nth-child(1),
section.faq-home .elementor-tab-content.elementor-active p:nth-child(2) {
    width: 100% !important;
}

section.faq-home .elementor-tab-content.elementor-active p:nth-child(3),
section.faq-home .elementor-tab-content.elementor-active p:nth-child(4) {
    width: 50% !important;
}

section.faq-home .elementor-tab-content.elementor-active p:nth-child(4) {
    text-align: right !important;
}

section.faq-home .elementor-tab-content a {
    color: var(--mv-white) !important;
}

section.faq-home .elementor-tab-content a:hover {
    color: var(--yellow) !important;
}

@media only screen and (max-width: 1600px) {
	section.faq-home .elementor-container {
		max-width: 1400px !important;
	}
}

@media only screen and (max-width: 1500px) {
    section.faq-home .elementor-tab-content.elementor-active:before,
    section.faq-general .elementor-tab-content.elementor-active:before {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    section.faq-general .elementor-tab-content.elementor-active:before {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    section.faq-home .elementor-tab-content.elementor-active p:nth-child(3),
    section.faq-home .elementor-tab-content.elementor-active p:nth-child(4) {
        width: 100% !important;
    }

    section.faq-home .elementor-tab-content.elementor-active p:nth-child(4) {
        text-align: left !important;
    }
    section.faq-section .elementor-accordion-title::after {
        right: -10px;
    }
}

/****************************************** REVIEW SECTION ******************************************/
section.review-section .elementor-inner-section .elementor-container {
    max-height: 400px;
    background-color: #FEF5E9;
    margin: 80px 0px;
}

section.review-section .elementor-widget-video .elementor-custom-embed-image-overlay {
    max-height: 500px !important;
}

.elementor-widget-video img {
    max-height: 500px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
}

.elementor-widget-video .elementor-custom-embed-play svg {
    opacity: 1 !important;
    width: 66px;
    height: 66px;
	transition: transform ease 500ms;
}

.elementor-widget-video:hover .elementor-custom-embed-play svg {
    transform: scale(1.25);
}

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

section.review-section .elementor-icon-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

section.review-section .elementor-icon-box-content .elementor-icon-box-description {
    margin-bottom: 25px;
}

section.review-section .elementor-icon-box-content .elementor-icon-box-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    line-height: 18px;
}

section.review-slider-section r-p {
    overflow: visible;
}

section.review-slider-section r-p rp-review rp-review-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0px !important;
    padding: 33px;
}

section.review-slider-section r-p rp-review rp-review-inner rp-stars {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px;
}

section.review-slider-section r-p rp-review rp-review-inner rp-review-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

section.review-slider-section r-p rp-review rp-review-inner rp-review-head {
    margin-top: 25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

section.review-slider-section r-p rp-btn-prev {
    background-image: url(../svg/buttonarrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: -20px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

section.review-slider-section r-p rp-btn-prev:hover {
    left: -30px;
}

section.review-slider-section r-p rp-btn-next {
    background-image: url(../svg/buttonarrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: -20px;
}

section.review-slider-section r-p rp-btn-next:hover {
    right: -30px;
}

section.review-slider-section r-p rp-btn-prev svg,
section.review-slider-section r-p rp-btn-next svg {
    display: none;
}

@media only screen and (max-width: 1366px) {
    section.review-section > .elementor-container {
        max-width: 1100px !important;
    }
}

@media only screen and (max-width: 1100px) {
    section.review-slider-section rp-controls {
        top: 100% !important;
    }
    section.review-slider-section r-p rp-btn-prev {
        left: 20px;
    }
    
    section.review-slider-section r-p rp-btn-prev:hover {
        left: 10px;
    }
    
    section.review-slider-section r-p rp-btn-next {
        right: 20px;
    }
    
    section.review-slider-section r-p rp-btn-next:hover {
        right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    section.review-section .elementor-inner-section .elementor-container {
        max-height: 100%;
        margin: 50px 0px;
    }
}

@media only screen and (max-width: 768px) {
    section.review-section .elementor-inner-section .elementor-container {
        margin: 25px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

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

    .elementor-widget-video .elementor-custom-embed-play svg {
        width: 33px;
        height: 33px;
    }
}

/*********************************************** AWARDS SECTION ****************************************/
section.awards-section .elementor-column .elementor-widget-wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    row-gap: 100px;
}

section.awards-section .elementor-icon-box-content {
    max-width: 200px;
}

section.awards-section .elementor-widget-icon-box .elementor-icon-box-icon {
    transition: transform ease 1s;
}

section.awards-section .elementor-widget-icon-box:hover .elementor-icon-box-icon {
    transform: rotateY(180deg);
}

section.awards-section .elementor-icon-box-content a {
	color: #6B7280 !important;
	text-decoration: underline !important;
}

section.awards-section .elementor-icon-box-content a:hover {
	color: #FDC100 !important;
}

@media only screen and (max-width: 1200px) {
    section.awards-section .elementor-column .elementor-widget-wrap {
        grid-template-columns: repeat(3, 3fr);
        row-gap: 50px;
    }
}

@media only screen and (max-width: 800px) {
    section.awards-section .elementor-column .elementor-widget-wrap {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px;
        justify-items: center;
    }

    section.awards-section .elementor-widget-icon-box,
	section.awards-section .elementor-icon-box-content {
        max-width: 100%;
    }
}
    

/*********************************************** DAAG IEMAND UIT SECTION ****************************************/
section.uitdagen-section .elementor-widget-button svg {
    width: 24px;
    height: 24px;
}

section.uitdagen-section .elementor-widget-button .elementor-button-link {
	padding: 18px 30px !important;
    border-radius: 50px !important;
}

.uitdagen-socials .elementor-share-btn {
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.uitdagen-socials .elementor-share-btn:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

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

@media only screen and (max-width: 768px) {
    section.uitdagen-section .elementor-widget-button svg {
        width: 18px;
        height: 18px;
    }

    section.uitdagen-section .elementor-container {
        min-height: 0px !important;
        padding: 50px 0px !important;
    }

}

@media only screen and (max-width: 600px) {
    section.uitdagen-section .elementor-widget-heading,
    section.uitdagen-section .elementor-widget-button {
        margin-bottom: 15px;
    }

    section.uitdagen-section .elementor-widget-heading h2 {
        font-size: 100px !important;
    }
}

@media only screen and (max-width: 500px) {
    section.uitdagen-section .elementor-widget-heading h2 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
}

/*********************************************** MEDAILLES SECTION ****************************************/
section.medailles-section .elementor-container::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../png/bijl.png);
/* 	background: url(/wp-content/uploads/2023/09/bijl2.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: rotate;
	animation-duration:25s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
	-webkit-animation-name: rotate;
	-webkit-animation-duration:25s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	-moz-animation-name: rotate;
	-moz-animation-duration:25s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}

@keyframes rotate {
    0% {transform:rotate(0deg);}
    50% {transform:rotate(-45deg);}
    100% {transform:rotate(0deg);}
  }

@-webkit-keyframes rotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(-45deg);}
  100% {-webkit-transform:rotate(0deg);}
}

@-moz-keyframes rotate {
  0% {-webkit-transform:rotate(0deg);}
  50% {  -webkit-transform:rotate(-45deg);}
  100% {-webkit-transform:rotate(0deg);}
}

section.medailles-section .elementor-widget-wrap {
    min-height: 300px;
    -ms-flex-line-pack: center;
        align-content: center;
}

section.medailles-section .elementor-widget-heading,
section.medailles-section .elementor-widget-text-editor p {
    margin-bottom: 0px;
}

section.medailles-section .elementor-widget-text-editor a {
    color: #131614;
    text-decoration: underline !important;
	-webkit-transition: all ease 300ms !important;
	-o-transition: all ease 300ms !important;
	transition: all ease 300ms !important;
}

section.medailles-section .elementor-widget-text-editor a:hover {
	-webkit-transition: all ease 300ms !important;
	-o-transition: all ease 300ms !important;
	transition: all ease 300ms !important;
    -webkit-text-stroke: 1px !important;
}

@media only screen and (max-width: 600px) {
	section.medailles-section .elementor-container::before {
        animation: none;
		-webkit-animation: none;
		-moz-animation: none;
        background-position: center 20%;
	}
	
    section.medailles-section .elementor-widget-wrap {
        background-image: none !important;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    }
	
	section.medailles-section .elementor-widget-wrap h2,
	section.medailles-section .elementor-widget-wrap p,
	section.medailles-section .elementor-widget-wrap p a {
		color: var(--mv-white) !important;
	}
}


/*********************************************** EVENTS SECTION ****************************************/
.edities-thumb-section .elementor-container {
	max-height: 275px;
	margin-bottom: 25px;
	border-radius: 10px;
	cursor: pointer;
}

.edities-thumb-section:last-child .elementor-container {
    margin-bottom: 0px;
}


.edities-thumb-section.mud-editie .elementor-container {
	background-color: #fefee9;
}
.edities-thumb-section.family-editie .elementor-container,
.edities-thumb-section.family-edition .elementor-container,
.edities-thumb-section.family-run .elementor-container {
	background-color: #fff1f4;
}
.edities-thumb-section.trail-run .elementor-container {
	background-color: #F9FFF6;
}
.edities-thumb-section.water-editie .elementor-container {
	background-color: #f3f7ff;
}
.edities-thumb-section.brother-editie .elementor-container {
	background-color: #FEF1EB;
}
.edities-thumb-section.ultra-viking .elementor-container {
	background-color: #fff2ed;
}
.edities-thumb-section.ocr-series .elementor-container {
	background-color: #F8F4E6;
}
.edities-thumb-section.obstacle-run .elementor-container {
	background-color: #ffffe0;
}
.edities-thumb-section.fitness-race .elementor-container {
	background-color: #d0fafb;
}


/*** TICKET POPUP ***/
.ticket-pop-button {
	margin-left: auto;
}

.ticket-pop-button.elementor-widget-shortcode {
	z-index: 98!important;
}

.el_events_data_mask {
	background: transparent !important;
}

.el_events_data_modal {
    position: absolute !important;
    top: -180px !important;
    right: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    max-width: 500px !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    max-height: 400px !important;
    padding: 25px !important;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0 #00000075;
	background: #fff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    transform: translateY(45px);
}

.el_events_data_modal.el_active {
	visibility: visible;
    opacity: 1;
    display: block;
}

.el_events_data_items {
	width: 350px !important;
}

.el_events_data_title {
    font-weight: bold !important;
	text-align: center !important;
	margin-bottom: 10px !important;
}

.el_events_data_ticket_url {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.el_events_data_ticket_url .elementor-button-link {
	width: 100%;
}

.el_events_data_close {
	background: transparent !important;
	color: var(--mv-black) !important;
    padding-top: 10px;
    position: absolute;
    right: 20px;
    top: 0px;
}


.events-section .page-numbers {
	display: none;
}

/*** FILTER ***/
.filter-wrapper {
    width: 25% !important;
}

.edities-thumb-section .filter-wrapper h3 {
    text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 20px;
}

.edities-thumb-section:first-child {
	margin-top: 0px;
	z-index: 3;
}

.edities-thumb-section .filter-wrapper .bv_mainselect .bv_background {
    background-color: var(--black) !important;
    border-radius: 0px !important;
    border: none !important;
    color: var(--mv-white) !important;
    padding: 5px 10px !important;
	margin-left: 0px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.edities-thumb-section .filter-wrapper .bv_mainselect .bv_ul_inner {
    background-color: #F3F4F6 !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 0px !important;
	margin-left: 0px !important;
	max-height: 500px !important;
	z-index: 5;
}


.edities-thumb-section .filter-wrapper .bv_ul_inner li {
    color: #111827;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.edities-thumb-section .filter-wrapper .bv_ul_inner li:hover {
	background-color: var(--mv-white);
	font-weight: 800;
}

.edities-thumb-section .filter-wrapper .bv_ul_inner li:hover:before {
	content:"";
	background: url(../svg/check.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 10px;
	right: 15px;
    margin-top: 8px;
    position: absolute;
}

.edities-thumb-section .filter-wrapper .bv_mainselect .arrow {
    border: none;
    background: url(../svg/filter-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 8px;
    width: 8px;
    height: 14px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.edities-thumb-section .filter-wrapper .bv_mainselect .up {
	-webkit-transform: rotatey(180deg);
	    -ms-transform: rotatey(180deg);
	        transform: rotatey(180deg);
}

.edities-thumb-section .el_distance_select {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.edities-thumb-section .el_distance_select:not(.item-el_distance_select-all):not(.item-el_distance_select-family-edition):after {
    content: "km";
    margin-left: 5px;
}

.edities-thumb-section .el_distance_select .el_event_yellow_ring {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    width: 30px;
    height: 30px;
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    color: var(--black);
}

.edities-thumb-section .el_distance_select img {
	width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0px;
    -o-object-position: center;
       object-position: center;
	-webkit-filter: brightness(0) saturate(100%);
	        filter: brightness(0) saturate(100%);
}

#el_event_filters .option-selected {
    color: #FCC101;
}

.no-items {
	text-align: center;
}

.pagination {
	display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination .page-numbers {
	color: var(--mv-black);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #FDC100;
}

span.page-numbers:not(.current) {
	display: none;
}

/*** THUMB CONTENT ***/
.edities-thumb-section .editie-image,
.edities-thumb-section .editie-image div {
	height: 100%;
}

.edities-thumb-section .editie-image img {
    width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
	border-radius: 8px 0 0 8px;
}

.edities-thumb-section .elementor-column:nth-child(2) .elementor-widget-wrap {
	padding: 33px !important;
	row-gap: 5px;
}

.edities-thumb-section .elementor-widget {
	margin-bottom: 0px;
}

.edities-thumb-section .editie-title {
	width: 90%;
	z-index: 2 !important;
}

.edities-thumb-section .editie-info-popup {
	width: 10%;
}

.edities-thumb-section .editie-locatie {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 10px;
}

.edities-thumb-section .editie-afstanden {
	width: 70%;
}

.edities-thumb-section .editie-btn:not(.full-btn) {
	width: 30%;
	z-index: 5;
	text-align: right;
}

.edities-thumb-section .editie-title .elementor-heading-title {
    padding: 10px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.edities-thumb-section .editie-info-popup .elementor-icon-wrapper {
	background: url(../svg/info-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
	margin-left: auto;
}

.edities-thumb-section .editie-info-popup .elementor-icon-wrapper i {
    display: none;
}

.edities-thumb-section .editie-datum h3 {
    text-transform: uppercase;
}

.edities-thumb-section .editie-datum h3 a {
	pointer-events: none !important;
}

.edities-thumb-section .editie-locatie h3 {
	color: #717171;
	text-transform: uppercase;
    font-weight: 400;
}

.edities-thumb-section .editie-vlag .elementor-icon {
    font-size: 1px;
}

.edities-thumb-section .editie-afstanden .distance-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 50px;
}

.edities-thumb-section .editie-afstanden .el_event_gray_ring,
.editie-afstanden .elementor-heading-title span {
    background-color: var(--mv-white);
    border-radius: 100%;
    margin: 0 5px;
    padding: 5px 5px;
    font-size: 18px;
	color: #717171;
	font-family: 'Big Shoulders Display', sans-serif;
	font-weight: 800;
    text-align: center;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.edities-thumb-section .editie-btn .elementor-button-link {
	background-color: var(--yellow) !important;
    font-family: 'Inter', sans-serif !important;
    color:var(--black);
    border:2px solid transparent;
    -webkit-transition: all ease .3s !important;
    -o-transition: all ease .3s !important;
    transition: all ease .3s !important;
    will-change: auto;
}

.edities-thumb-section .editie-btn .elementor-button-link:hover {
    background-color: var(--black) !important;
    color: var(--mv-white);
}

.event-shortcode .el_event {
	margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
	.edities-thumb-section:first-child {
		margin-top: 33px;
	}
	
	/* .edities-thumb-section:not(:first-child) .elementor-container,
	.elementor-shortcode .edities-thumb-section:not(:first-child) .elementor-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 750px;
		border-radius: 8px;
		max-height: 100%;
		margin: 0 auto 33px auto;
	}
	
	.edities-thumb-section .editie-image, .edities-thumb-section .editie-image div {
    	max-height: 275px;
	} */
	
	/* .edities-thumb-section:not(:first-child) .elementor-container .elementor-column {
        width: 40%;
    }
	.elementor-shortcode .edities-thumb-section .elementor-container .elementor-column {
		width: 50%;
	} */
}

@media only screen and (max-width: 1024px) {
    .filter-wrapper {
    	width: 50% !important;
	}

    .edities-thumb-section:not(:first-child) .elementor-container,
	.elementor-shortcode .edities-thumb-section:not(:first-child) .elementor-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 750px;
		max-height: 100%;
	}

    .edities-thumb-section:not(:first-child) .elementor-container .elementor-column,
    .elementor-shortcode .edities-thumb-section .elementor-container .elementor-column {
		width: 100%;
	} 

    .edities-thumb-section .editie-image, .edities-thumb-section .editie-image img {
    	border-radius: 8px 8px 0 0;
	}

	.edities-single .edities-thumb-section .elementor-container,
	.event-shortcode .el_event .edities-thumb-section .elementor-container {
		max-width: 750px;
		max-height: 100%;
	}
/* 	.event-shortcode .el_event .edities-thumb-section .elementor-container {
		max-height: 100%;
	} */
}

@media only screen and (max-width: 768px) {
	.edities-thumb-section:first-child {
		margin-top: 25px;
	}
	
	.edities-thumb-section:not(:first-child) {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
	.edities-thumb-section .filter-wrapper  .bv_ul_mobile {
		top: 20% !important;
		overflow-y: visible !important;
	}
	
	.filter-wrapper {
    	width: 100% !important;
	}
}

@media only screen and (max-width: 550px) {
	.edities-thumb-section .editie-afstanden {
    	width: 100%;
	}
	
	.el_events_data_modal {
		left: -45vw !important;
		width: 90vw !important;
	}
	
	.el_events_data_items {
		width: 100% !important;
	}
	
	.edities-thumb-section .editie-btn,
    .edities-thumb-section .elementor-button {
		width: 100%;
	}

    .edities-thumb-section .editie-datum h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .edities-thumb-section .editie-locatie h3 {
        font-size: 22px;
        line-height: 22px;        
    }

    .edities-thumb-section .editie-vlag {
        width: fit-content;
    }

    .edities-thumb-section .editie-afstanden .el_event_gray_ring {
        background-color: transparent;
        margin: 0px;
        padding: 0px;
        width: 25px;
        height: 25px;
    }

}

@media only screen and (max-width: 425px) {
    .edities-thumb-section .editie-afstanden .distance-list {
        flex-wrap: wrap !important;
        height: auto !important;
    }
}

.gform_wrapper.gravity-theme .gfield select.large {
	
	height: 50px !important;
}

/********* EVENTS MAIN LOOP ******************/
.edition-bubble {
    padding: 10px 15px;
    border-radius: 30px;
	display: inline-block;
}

.edities-thumb-section .editie-info-popup {
    margin-left: auto;
}

/********* EVENTS SEARCH AND FILTER FORM ******/
.event-filter form > ul {
	display: flex;
    flex-wrap: wrap;
}

.event-filter form > ul > li {
	width: calc(100% / 3);
	padding: 7px 5px 7px 5px;
}

.event-filter ul li p {
	text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 20px;
	font-family: "Roboto Condensed", Sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 44px;
    padding: 5px 0 10px;
}

.event-filter ul li label {
    width: 100%;
    display: flex;
    color: var(--mv-white) !important;;
	font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
	background-color: var(--black) !important;
}

.event-filter ul li label select {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--mv-white);
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../svg/filter-icon.svg);
	background-repeat: no-repeat;
	background-size: 8px;
    background-position: calc(100% - 10px);
}

.event-filter ul li label select option {
    color: #111827;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 28px 10px 10px;
    background: #eee;
	transition: all ease .3s;
}

.event-filter ul li label select option:hover,
.event-filter ul li label select option:checked {
	background: var(--mv-white);
	box-shadow: 0 0 10px 100px #fff inset;
	color: var(--mv-black) !important;
}

@media only screen and (max-width: 1440px) {
	.event-filter ul li h4 {
		margin-left: 0;
		font-size: 30px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 768px) {
    .event-filter form > ul > li {
        width: 100%;
    }
	.event-filter ul li h4 {
		margin-left: 0;
		font-size: 18px;
		line-height: 18px;
	}
	.event-filter ul li label select {
		min-width: 80px !important;
        font-size: 14px;
        padding-left: 5px !important;
	}
}

/** 
 * CSS Toevoegingen - Marvin 2025 
**/ 

/** Begin aanpassingen van februari **/
/* afstanden en obstacles overzicht */
.afstanden-wrapper .elementor-container {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px;
}
.obstacle-wrapper .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.afstanden-wrapper .elementor-container .elementor-column,
.obstacle-wrapper .elementor-container .elementor-column {
    width: 100%;
}
.afstanden-wrapper .elementor-container .elementor-column:nth-child(7) {
    grid-column: 1/3;
    grid-row: 3;
    width: 50%;
    margin: 0 auto;
}

.afstanden-wrapper .elementor-container .elementor-column:nth-child(8) {
    grid-column: 2/4;
    grid-row: 3;
    width: 50%;
    margin: 0 auto;
}

.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box {
    /* aspect-ratio: 3/4; */
    aspect-ratio: 4/3;
    height: auto;
    position: relative;
    border-radius: 10px;
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.33);
}
.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box {
    aspect-ratio: 4/3;
    height: auto;
	border-radius: 10px;
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.33);
}

.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__front {
    scale: 1.25;
    transition: all ease 500ms;
}
.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    scale: 0.8;
    transition: all ease 500ms;
}

.afstanden-wrapper .elementor-container .elementor-column:hover .elementor-flip-box .elementor-flip-box__front,
.afstanden-wrapper .elementor-container .elementor-column:hover .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    scale: 1;
    transition: all ease 500ms;
}

.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back {
    margin-top: 33%;
    border-radius: 0;
}

.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back {
    margin-top: 33%;
    border-radius: 0;
}

.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay,
.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay { 
	padding: 0 10px;
}

.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back::before,
.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back::before {
    content: "";
    background: url(../svg/herostrookwit-2.svg);
    background-size: cover;
    background-position: top;
    width: 100%;
    position: absolute;
    height: 50px;
    top: -50px;
    left: 0;
}

.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box__front .elementor-flip-box__layer__title {
    text-shadow: 0 0 15px #000000;
}

.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box__front .elementor-flip-box__layer__description,
.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box__front .elementor-flip-box__layer__description {
    margin-bottom: 0;
}

.obstacles-overzicht > .elementor-shape + .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
}

.obstacles-overzicht .elementor-container .obstacle-column {
	width: 100% !important;
}

@media screen and (max-width: 1600px) {
/*     .afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back {
        margin-top: 25%;
    } */
	.obstacle-wrapper .elementor-container .elementor-column .elementor-widget-wrap,
    .afstanden-wrapper .elementor-container .elementor-column .elementor-widget-wrap {
        padding: 10px;
    }
}

@media screen and (max-width: 1366px) {
    .afstanden-wrapper .elementor-container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1100px !important;
    }
	
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(7) {
        grid-column: 1;
        grid-row: 4;
        width: 100%;
    }
    
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(8) {
        grid-column: 2;
        grid-row: 4;
        width: 100%;
    }
	
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back {
		margin-top: 28%;
	}
}

/* @media screen and (min-width: 993px) and (max-width: 1200px) {
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(7),
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(8) {
        width: 50%;
        grid-row: 3;
        margin: 0 auto;
    }
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(7) {
        grid-column: 1/3;
    }
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(8) {
        grid-column: 2/4;
    }
} */
@media screen and (max-width: 1200px) {
    .obstacle-wrapper .elementor-container {
        grid-template-columns: repeat(2, 1fr);
    }
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back {
		margin-top: 40%;
	}
	.obstacles-overzicht > .elementor-shape + .elementor-container {
		max-width: 1100px !important;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1024px) {
	.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back {
		margin-top: 30%;
	}
    .afstanden-wrapper .elementor-flip-box__image img {
        width: 66px !important;
    }
    .afstanden-wrapper .elementor-flip-box__layer__title {
        font-size: 20px !important;
    }
    .afstanden-wrapper .elementor-flip-box__layer__description {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 992px) {
    .obstacle-wrapper .elementor-container,
    .afstanden-wrapper .elementor-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .afstanden-wrapper .elementor-container,
	.obstacle-wrapper .elementor-container {
        max-width: 650px !important;
    }
	
    .afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box {
        aspect-ratio: 2/1;
    }
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(7) {
        grid-row: 7;
    }
    .afstanden-wrapper .elementor-container .elementor-column:nth-child(8) {
        grid-column: 1;
        grid-row: 8;
    }
	.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back {
		margin-top: 20%;
	}
}

@media screen and (max-width: 600px) {
	.obstacles-overzicht > .elementor-shape + .elementor-container {
		grid-template-columns: repeat(1, 1fr);
		max-width: 450px !important;
	}
    .afstanden-wrapper .elementor-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box{
        aspect-ratio: 4/3;
    }
    .afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back{
		margin-top: 0%;
	}
	.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back::before,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back::before {
		content: unset;
	}
	.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay {
		z-index: 1;
    	position: relative;
		justify-content: center;
	}
	.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer_title {
		font-size: 16px !important;
	}
	.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
		font-size: 14px !important;
/*     	margin: unset; */
	}
	.afstanden-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__button,
	.obstacle-wrapper .elementor-container .elementor-column .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__button {
		padding: 10px 15px;
	}
}

/* obstacle thumb */
.obstacle-thumb > .elementor-container {
    flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
}
.obstacle-thumb > .elementor-container > .elementor-inner-column {
    width: 100%;
}
.obstacle-thumb .voorkant > .elementor-widget-wrap {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}
.obstacle-thumb .voorkant img {
    aspect-ratio: 4/3;
    scale: 1.25;
	max-height: 355px;
    transition: all ease .3s;
}
.obstacle-thumb:hover .voorkant img {
    scale: 1;
}

.obstacle-thumb .voorkant .elementor-widget-heading {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
}
.obstacle-thumb .voorkant .obstacle-soort  {
    position: absolute;
    bottom: 0;
    left: 0;
    /* padding: 0 10px 10px; */
    z-index: 2;
}

.obstacle-thumb .achterkant {
    position: absolute;
    bottom: 0;
    transform: translateY(120%);
    opacity: 1;
    transition: all ease 750ms;
    z-index: 3;
    pointer-events: none;
}
.obstacle-thumb .achterkant::before {
    content: "";
    background: url(../svg/herostrookwit-2.svg);
    background-size: cover;
    background-position: top;
    width: 100%;
    position: absolute;
    height: 50px;
    top: -50px;
    left: 0;
}
.obstacle-thumb:hover .achterkant {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: unset;
}

.obstacle-thumb .achterkant .afstanden .elementor-container {
	row-gap: 10px;
}
.obstacle-thumb .achterkant .afstanden .elementor-column p {
	margin: unset;
}

@media screen and (max-width: 1440px) {
    .obstacle-overzicht > .elementor-container {
        flex-wrap: wrap;
    }
    .obstacle-overzicht > .elementor-container > .elementor-column {
        width: 33.33%;
    }
    .obstacle-soort > .elementor-container {
        justify-content: center;
    }
    .obstacle-thumb .achterkant .afstanden .elementor-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .obstacle-thumb .achterkant .afstanden .elementor-column:first-of-type {
        width: 100%;
    }
}
@media screen and (max-width: 1366px) {
    .obstacle-thumb .achterkant {
        height: 100%;
    }

    .obstacle-thumb .achterkant::before {
        content: unset;
    }
}

@media only screen and (max-width: 1200px) {
    .obstacle-thumb .achterkant .elementor-widget-wrap {
        align-content: center;
    }
    .obstacle-overzicht > .elementor-container > .elementor-column {
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .obstacle-overzicht > .elementor-container > .elementor-column {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .obstacle-thumb .voorkant img {
        scale: 1;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-radius: 10px 10px 0 0 !important;
    }
    .obstacle-thumb > .elementor-container > .elementor-inner-column {
        position: relative;
        transform: translateY(0);
        opacity: 1;
    }
	.obstacle-thumb .voorkant .elementor-widget-wrap,
	.obstacle-thumb .achterkant .elementor-widget-wrap {
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-radius: 10px 10px 0 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.obstacle-thumb .achterkant .afstanden .elementor-column:not(:first-of-type) {
		width: fit-content;
		min-width: 50px;
	}
}

/* ideale afstand quiz */
.quiz-wrapper .quizstap ul {
    margin: unset;
    padding: unset;
    list-style: none;
}
.quiz-wrapper .quizstap input[type=radio] {
    margin-right: 10px;
}
.quiz-wrapper button {
    background-color: var(--yellow);
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px;
    color: var(--black);
    padding: 15px 30px !important;
    border-radius: 30px !important;
}
.quiz-wrapper button.disabled {
    opacity: .7;
    pointer-events: none;
}

.hero-strook::before {
    content: "";
    position: absolute;
    background: url(../svg/herostrookwit-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 275px;
    z-index: 1;
    bottom: -8vh;
}

.section-strook {
    margin-top: 350px;
}

.section-strook::before {
        content: "";
        position: absolute;
        background: url(../svg/sectionstrookdonker.svg);
        background-repeat: no-repeat;
        background-position: center -2px;
        background-size: cover;
        width: 100%;
        height: 360px;
        z-index: 1;
        top: -355px;
}

.section-strook2 {
    padding-top: 100px;
    padding-bottom: 150px;
}
.section-strook2 .elementor-container {
    padding-bottom: unset !important;
}
.section-strook2::before,
.section-strook2::after {
    content: "";
    position: absolute;
    background: url(../svg/herostrookwit-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 275px;
}
.section-strook2::before {
    top: -10vh;
    transform: rotate(180deg);
}

.section-strook2::after {
    bottom: -10vh;
}

@media screen and (max-width: 1600px) {
    .hero-strook::before {
        background-size: contain;
    }
    .section-strook::before {
        background-size: contain;
        top: -255px;
        background-position: center bottom;
        height: 290px;
    }
}

@media screen and (max-width: 992px) {
    .section-strook {
        margin-top: 150px;
    }
}

@media screen and (max-width: 768px) {
    .hero-strook::before {
        bottom: -10vh;
    }
    .section-strook {
        margin-top: 75px;
    }
    .section-strook::before {
        top: -140px;
        background-position: center bottom;
        height: 150px;
    }
}
@media screen and (max-width: 500px) {
    .hero-strook::before {
        bottom: -120px;
    }
}

.recente-berichten .elementor-widget-posts .elementor-post__title {
    position: relative;
    padding-right: 25px;
}

.recente-berichten .elementor-widget-posts .elementor-post__title::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../svg/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 500ms;
}

.recente-berichten .elementor-widget-posts .elementor-post__title:hover::after {
    right: -5px;
    background: url(../svg/arrow-right-yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

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

.blog-thumb-section .elementor-widget-theme-post-excerpt {
   	min-height: 125px !important;
	position: relative;
}

.blog-thumb-section .elementor-widget-theme-post-excerpt .elementor-widget-container::after {
	content: "Lees meer";
    position: absolute;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    font-weight: bold;
    margin-left: 10px;
    font-family: "Inter", sans-serif !important;
	background: url(../svg/arrow-right-yellow.svg);
    background-repeat: no-repeat;
    background-position: center right 5%;
    padding-right: 25px;
	transition: all ease 500ms;
	left: 0;
	bottom: 0;
}

html[lang="en-GB"] .blog-thumb-section .elementor-widget-theme-post-excerpt .elementor-widget-container::after {
	content: "Read more";
}

html[lang="de-DE"] .blog-thumb-section .elementor-widget-theme-post-excerpt .elementor-widget-container::after {
	content: "Mehr lesen";
}

.blog-thumb-section:hover .elementor-widget-theme-post-excerpt .elementor-widget-container::after {
/* 	background-position: center right 0%; */
	margin-left: 20px;
}

@media only screen and (max-width: 575px) {
	.blog-thumb-section .elementor-widget-theme-post-excerpt .elementor-widget-container {
		padding-bottom: 25px;
	}
}

@keyframes popEffect {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

@keyframes popOutEffect {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

.popIn {
    animation: popEffect 0.5s ease-in-out;
}

.popOut {
    animation: popOutEffect 0.5s ease-in-out;
}

@media screen and (max-width: 600px) {
	.sub-hero-section2::before {
		content: "";
		position: absolute;
		background: rgba(0,0,0,0.33);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}
.trainingschema-content .elementor-inner-column .elementor-widget-image,
.trainingschema-content .elementor-inner-column .elementor-widget-image .elementor-widget-container {
    height: 100%;
}

.cpel-switcher__nav {
    background: #1E1E1E;
    border-radius: 30px;
}
.cpel-switcher__nav .cpel-switcher__toggle a {
    padding: 10px 20px;
}
.cpel-switcher__nav .cpel-switcher__list a {
    padding: 5px 20px;
}
.cpel-switcher__nav:hover {
    border-radius: 25px 25px 0 0;
}
.cpel-switcher__nav:hover .cpel-switcher__list {
    border-radius: 0 0 25px 25px;
    background: #1E1E1E;
    padding-bottom: 10px;
}

.strongviking-quotes .owl-stage-outer {
	padding-bottom: 15px;
}

.bullets-new ul {
	list-style: none;
	margin-left: 0;
}

.bullets-new ul li {
    position: relative;
    padding-left: 25px;
	margin-top: 5px;
}
.bullets-new ul li::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 10px;
    min-height: 10px;
    width: 14px;
    min-width: 14px;
    top: 8px;
	left: 0px;
    background-image: url(../svg/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.google-reviews-slider {
	display: flex;
	align-items: center;
}
.google-reviews-slider .content {
	width: 30%;
}

.google-reviews-slider .content h2 {
	line-height: 1.2;
}

.google-reviews-slider .content .count {
	display: inline-flex;
    align-items: center;
    column-gap: 10px;
	margin-bottom: 10px;
}
.google-reviews-slider .content .beoordelingen a {
	color: #000 !important;
	transition: all ease .5s;
}
.google-reviews-slider .content .beoordelingen a:hover {
	color: #FDC100 !important;
}


.google-reviews-slider .reviews {
	width: 70%;
}
.google-reviews-slider .reviews .review {
	background: white;
    padding: 20px;
    border-radius: 10px;
}
.google-reviews-slider .reviews .review .naam {
    font-weight: bold;
    margin: 5px 0 10px;
    display: inline-block;
}

.stars-wrapper {
    height: 20px;
    width: 120px !important;
    position: relative;
}
.stars-wrapper .stars{
	background: url('../svg/stars.svg');
	background-size: cover;
	background-repeat: no-repeat;                    
	position: absolute;
	height: 20px;
}

@media only screen and (max-width: 992px) {
	.google-reviews-slider {
		flex-direction: column;
		row-gap: 10px;
	}
	.google-reviews-slider .content,
	.google-reviews-slider .reviews {
		width: 100%;
	}
}

/*** ==== CF7 FORM STYLING ==== ***/
.wpcf7-form .form-wrapper .form-row {
	display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.wpcf7-form .form-wrapper .form-row p {
    margin-bottom: 0;
	width: 100%;
}
.wpcf7-form .form-wrapper .form-row p.text-white .wpcf7-list-item-label {
	color: #FFF;
}
.wpcf7-form .form-wrapper .form-row p:not(:has(textarea)):not(:has(input.full)) {
	width: calc(100% / 2 - 20px);
}
.wpcf7-form .form-wrapper .form-row input:not([type=submit]) {
	border-radius: 5px;
}

.wpcf7-form .wpcf7-radio {
	line-height: 45px;
}
.wpcf7-form .form-wrapper .form-row input[type=submit] {
	float: right;
	background-color: var(--yellow) !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px;
    border-radius: 30px !important;
    color: var(--black);
    border: 2px solid transparent;
    -webkit-transition: all ease .3s !important;
    -o-transition: all ease .3s !important;
    transition: all ease .3s !important;
    will-change: auto;
    margin: 0px !important;
    padding: 15px 40px !important;
    line-height: 1 !important;
}

.wpcf7-form .form-wrapper .wpcf7-not-valid-tip {
	font-size: 16px;
	font-style: italic;
}

@media screen and (max-width: 768px) {
	.wpcf7-form .form-wrapper .form-row {
		flex-direction: column;
		row-gap: 15px;
		margin-bottom: 15px;
	}
	
	.wpcf7-form .form-wrapper .form-row p:not(:has(textarea)):not(:has(input.full)) {
		width: 100%;
	}
}