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

/* VOEG JE CSS TOE EN SCHEIDT DEZE DMV DE COMMENT RIJEN ZOALS HIERDONDER,
 * PER ONDERDEEL VAN JE SITE EEN APARTE SECTIE, BV EEN SOORT STYLING VAN EEN ROW, EEN PLUGIN, ETC ETC
 * HOUDT HET OVERZICHTELIJK VOOR DE VOLGENDE LEZER
 * HOOFD ITEM? LANGE COMMENT ROW
 * SUB ITEM? KORTERE VERSIE ZOALS HIERONDER MET DE MEDIA QUERIES
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #FF7A02;
    --secondary: #2BBBE5;
    --lightblue: #D3E8F8;
    --darkblue: #0D47A1;
    --text: #0D1A3F;
    --black: #000000;
    --white: #ffffff;
}

html {
	overflow-x:hidden;
}

strong {
	font-family: 'Inter', sans-serif;
}

.single-post h2 {
	font-size: 24pt !important;
}

.single-post h3, .single-post h4, .single-post h5, .single-post h6 {
	font-size: 22pt !important;
}

.single-post p span{
	font-family: 'Inter', sans-serif !important;
	font-size: 15pt !important;
}


.btn-shadow-1, 
.btn-shadow-2:hover,
.gform_button {
    box-shadow: 0px 20px 30px 0px #2BBBE520 !important;
}

.btn-shadow-2, 
.btn-shadow-1:hover,
.gform_button:hover {
    box-shadow: 0px 20px 30px 0px #FF7A0220 !important;
}

.uael-dual-button {
    border-radius: 24px !important;
}

.trusted-tag:before {
    content: url(/wp-content/uploads/2022/11/Component-7-–-1.svg);
    position: absolute;
    transform: rotate(180deg);
    top: -50px;
    left: -25px;
}

.trusted-tag {
    padding-left: 25px;
}

.form-person .elementor-widget-wrap:after {
    content: "";
    background: url(/wp-content/uploads/2022/11/image_person_footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15vmax;
    height: 28vmax;
    position: absolute;
    bottom: -9vh;
    left: 30vmax;
}

.contact-section .form-person .elementor-widget-wrap:after {
	left: 33vmax;
    width: 13vmax;
    height: 24vmax;
}

.hero-person .elementor-widget-wrap,
.col-right .elementor-widget-wrap {
    width: 90%;
    margin-left: auto;
}

.form-text {
    max-width: 25vmax;
}

.left-text {
    max-width: 20vmax !important;
}

.right-text {
	max-width: 30vmax !important;
}

.centered-text {
    max-width: 36vmax;
}

.elementor-icon-list-item {
    align-items: flex-start !important;
}

.elementor-widget-shortcode {
	margin-bottom: 0px !important;
}

.rank-math-breadcrumb a {
    color: var(--black);
}

.rank-math-breadcrumb .separator {
    content: url(/wp-content/uploads/2022/11/icon-tab-active.svg);
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.rank-math-breadcrumb .last {
	color: #0D1A3F50;
}

@media only screen and (max-width: 1920px) {
	.left-text {
    	max-width: 27vmax !important;
	}
}

@media only screen and (max-width: 1600px) {
    .hero-section .elementor-container,
    .page-section .elementor-container {
        max-width: 1450px !important;
    }

    .text-column-left .elementor-widget-wrap {
        padding-left: 10px !important;
    }

    .form-text {
        max-width: 30vmax !important;
    }

    .left-text,
	.right-text {
        max-width: 36vmax !important;
    }

    .centered-text {
        max-width: 44vmax;
    }
}

@media only screen and (max-width: 1440px) {
    .hero-section .elementor-container,
    .page-section .elementor-container,
    .platforms-section .elementor-container {
        max-width: 1400px !important;
    }

    .form-text {
        max-width: 34vmax !important;
    }

    .left-text,
	.right-text {
        max-width: 42vmax !important;
    }

    .centered-text {
        max-width: 48vmax;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-section .elementor-container,
    .page-section .elementor-container,
    .mainfeatures-section .elementor-container,
    .platforms-section .elementor-container,
    .form-section .elementor-container {
        max-width: 1100px !important;
    }

    .form-section .elementor-column:first-child {
        width: 40% !important;
    }

    .form-section .elementor-column:last-child {
        width: 60% !important;
    }

    .form-person .elementor-widget-wrap:after {
        left: 36vmax;
        width: 20vmax;
        height: 38vmax;
    }

    .video-column-right {
        align-items: center;
    }

    .centered-text {
        max-width: 58vmax;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-section .elementor-container,
    .page-section .elementor-container,
	.platforms-section > .elementor-container,
    .mainfeatures-section > .elementor-container {
        max-width: 90% !important;
    }

    .form-section .elementor-container,
	.form-text {
        max-width: 100% !important;
    }

	.form-section .elementor-column:first-child {
		width: 75% !important;
        margin: 0 auto;
	}
	
    .form-section .elementor-column:last-child {
        width: 90% !important;
        margin: 0 auto;
    }
	

    .left-text,
	.right-text {
        max-width: 100% !important;
    }

    .centered-text {
        max-width: 65vmax;
    }

    .text-column-left {
        padding-bottom: 25px;
    }
	
	.form-person .elementor-widget-wrap:after {
		bottom: -5vh !important;
	}
	
	.contact-section .form-person .elementor-widget-wrap:after {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
    .hero-person .elementor-widget-wrap, 
    .col-right .elementor-widget-wrap {
        width: 100%;
    }

    .home-hero .elementor-container,
    .boost-section .elementor-container {
        flex-direction: column-reverse;
    }

    .centered-text {
        max-width: 100% !important;
    }

    .form-person .elementor-widget-wrap:after {
        left: 42vmax;
        width: 22vmax;
        height: 42vmax;
    }
}

@media only screen and (max-width: 768px) {
	.form-section .elementor-column:first-child {
		width: 90% !important;
	}
}

@media only screen and (max-width: 700px) {
    .form .elementor-widget-container {
        padding: 50px !important;
        border-radius: 75px !important;
    }

    .form-person .elementor-widget-wrap:after {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .form .elementor-widget-container {
		border-radius: 33px !important;
        padding: 25px !important;
    }
	
    .form-person .elementor-widget-wrap:after {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    h1, h2, h3 {
        font-size: 30px !important;
		line-height: 30px !important;
    }
	
	 .form .elementor-widget-container {
		border-radius: 15px !important;
        padding: 10px !important;
    }
	
	.uael-dual-button-wrap {
		row-gap: 10px;
	}
}

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

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

.login-link a:hover {
    color: var(--primary) !important;
}

.sub-arrow {
    color: var(--secondary);
}

.sub-menu {
	box-shadow: 0px 40px 80px 0px #0D1A3F10;
}

.sub-menu .menu-link {
	padding: 8px 12px !important;
}

@media only screen and (max-width: 1024px) {
	.sub-menu {
		box-shadow: none;
	}
}

@media only screen and (max-width: 768px) {
    .login-link .elementor-widget-container {
        display: flex;
        justify-content: center;
    }
}

/****************************************** HOME ******************************************/
.hero-section .trusted-tag-hero {
    margin-left: 130px;
}

.hero-section .trusted-tag-hero::before {
    content: url(/wp-content/uploads/2022/11/icon_arrow_draw_up.svg);
    position: absolute;
    top: -15px;
    left: -25px;
}

.hero-section .elementor-inner-column .elementor-widget-wrap {
    background: #ffffff;
    border-radius: 33px;
    width: 260px;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    position: absolute;
    top: -3.5vmax;
    left: 5vmax;
}

.hero-person::before {
    content: "";
    background: url(/wp-content/uploads/2022/11/image_person_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 10vmax;
    height: 18vmax;
    bottom: -6vmax;
    left: -6vmax;
}

.partner-slider .swiper-slide img {
    opacity: 0.15;
    width: 33%;
}

.partner-slider .swiper-slide img:hover {
    opacity: 1;
}

.number-title {
    margin-bottom: 0px !important;
}

.number-section .elementor-widget-wrap {
    width: 250px;
    margin-left: auto;
}

.number-section .elementor-column:not(:last-child) .elementor-widget-wrap::after {
    content: "";
    border: 1px solid var(--lightblue);
    height: 40px;
    position: absolute;
    top: 50px;
    right: 33px;
}

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

.mainfeatures-section .elementor-inner-section:nth-of-type(1) {
    grid-column: 1;
}

.mainfeatures-section .elementor-inner-section:nth-of-type(2) {
    grid-column: 2;
}

.mainfeatures-section .elementor-inner-section:nth-of-type(3) {
    grid-column: 3;
}

.mainfeatures-section .elementor-inner-section:nth-of-type(4) {
    grid-column: 4;
}

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

.mainfeatures-section .elementor-inner-column .elementor-widget-wrap {
    display: flex;
    align-content: space-between;
}

.mainfeatures-btn .elementor-button-icon svg {
    width: 10px !important;
}

.mainfeatures-section .elementor-icon-box-icon {
    margin-bottom: 15px !important;
}

.mainfeatures-section .elementor-icon-box-description {
    margin-top: 15px !important;
}

.platforms-section .platform-block:nth-of-type(2n) .elementor-container {
    flex-direction: row-reverse;
}

.platforms-section .platform-block:not(:first-child) {
    margin-top: -5vmax;
}

.platforms-section .platform-block .elementor-inner-column {
    width: 50% !important;
}

.platforms-section .elementor-column:not(.bi-platforms) .elementor-inner-column .elementor-widget-wrap {
    margin-left: 33px;
    padding: 33px !important;
    background: #ffffff;
    box-shadow: 0px 60px 90px 0px #0D1A3F10;
    border-radius: 60px;
}

.platforms-section .elementor-inner-column .elementor-widget-button {
    z-index: 100;
}

@media only screen and (max-width: 1920px) {
	.platforms-section .platform-block:not(:first-child) {
    	margin-top: -6.5vmax;
	}
}

@media only screen and (max-width: 1440px) {
    .hero-person::before {
        width: 12vmax;
        height: 22vmax;
        bottom: -8vmax;
        left: -7vmax;
    }

    .about-section .elementor-widget-wrap,
    .platforms-section .elementor-widget-wrap {
        padding-left: 10px !important;
    }

    .number-section .elementor-container {
        width: 90%;
    }

    .number-section .elementor-column:not(:last-child) .elementor-widget-wrap::after {
        right: 70px;
    }

    .platforms-section .platform-block:not(:first-child) {
        margin-top: -9vmax;
    }
}

@media only screen and (max-width: 1200px) {
    .number-section .elementor-column:not(:last-child) .elementor-widget-wrap::after {
        right: 40px;
    }

    .saving-section .elementor-column:first-child {
        width: 40%;
    }

    .saving-section .elementor-column:last-child {
        width: 60%;
    }

    .mainfeatures-section .elementor-inner-section .elementor-container {
        grid-template-columns: repeat(2, 1fr);
		column-gap: 100px;
		row-gap: 25px;
    }

    .platforms-section .platform-block:not(:first-child) {
        margin-top: -10vmax;
    }
	
	.platform-block .elementor-widget-text-editor {
    	font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
    .hero-person::before {
        bottom: -5vmax;
    }

    .hero-section .trusted-tag-hero {
        margin-left: 100px;
    }

	.about-section .elementor-column:first-child,
	.platforms-section .elementor-column:not(.elementor-inner-column):first-child {
		width: 75% !important;
		margin: 0 auto;
	}
	
	.about-section .elementor-column:last-child,
	.platforms-section .elementor-column:not(.elementor-inner-column):last-child {
		width: 100%;
	}
	
    .number-section .elementor-column:not(:last-child) .elementor-widget-wrap::after {
        display: none;
    }

    .mainfeatures-section .elementor-inner-section .elementor-widget-wrap {
        align-content: space-between;
    }

	 .platforms-section .platform-block:not(:first-child) {
        margin-top: -13vmax;
    }
	
    .platforms-section .platform-block .elementor-inner-column {
        margin: 0px;
    }
}

@media only screen and (max-width: 900px) {
    .home-hero .elementor-column:first-child,
	.saving-section .elementor-column:first-child {
        width: 100% !important;
    }
	
	.home-hero .elementor-column:last-child {
		margin: 50px auto 0 auto;
		width: 75% !important;
	}
	
	.saving-section .elementor-column:last-child {
		width: 75% !important;
		margin: 0 auto 25px auto;
	}

    .hero-section .elementor-inner-column .elementor-widget-wrap {
        top: -6vmax;
        left: 12vmax;
    }

    .hero-person::before {
        transform: rotateY(180deg);
        left: 45vmax;
        bottom: 0vmax;
    }

    .number-section .elementor-container {
        flex-wrap: wrap;
        justify-content: space-between;
		row-gap: 10px;
    } 
    
    .number-section .elementor-column:nth-of-type(1),
    .number-section .elementor-column:nth-of-type(2),
    .number-section .elementor-column:nth-of-type(3) {
        width: 33%;
    }

    .number-section .elementor-column:nth-of-type(4),
    .number-section .elementor-column:nth-of-type(5) {
        width: 50%;
    }

    .number-section .elementor-widget-wrap {
        width: 175px;
        margin: 0 auto;
    }

	.mainfeatures-section .elementor-inner-section .elementor-container {
    	column-gap: 25px;
	}
	
    .saving-section .elementor-container {
        flex-direction: column-reverse !important;
    }

    .pm-image img {
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
	.home-hero .elementor-column,
	.about-section .elementor-column:first-child,
	.saving-section .elementor-column:last-child,
	.platforms-section .elementor-column:not(.elementor-inner-column):first-child {
		width: 100% !important;
	}
	
    .platforms-section .elementor-inner-column .elementor-widget-wrap {
        margin: 0px;
    }

    .platforms-section .platform-block:not(:first-child) {
        margin: 1vmax;
    }

    .platforms-section .platform-block:nth-of-type(2n) .elementor-container {
        flex-direction: row;
    }

    .platforms-section .platform-block .elementor-inner-column {
        width: 75% !important;
        margin: 0 auto !important;
    }
	.platforms-section .elementor-column:not(.bi-platforms) .elementor-inner-column .elementor-widget-wrap{
		margin-left: 0!important;
	}
}

@media only screen and (max-width: 600px) {
    .hero-person::before {
        display: none;
    }

    .pm-image img {
        width: 66%;
        margin: 0 auto;
    }

    .mainfeatures-section .elementor-inner-section .elementor-container {
        grid-template-columns: repeat(1, 1fr);
    }
	
	 .platforms-section .platform-block .elementor-inner-column {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .hero-section .elementor-inner-column .elementor-widget-wrap {
        top: -6vmax;
        left: 5vmax;
    }

    .number-section .elementor-column:nth-of-type(1),
    .number-section .elementor-column:nth-of-type(2),
    .number-section .elementor-column:nth-of-type(3),
    .number-section .elementor-column:nth-of-type(4),
    .number-section .elementor-column:nth-of-type(5),
    .pm-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .hero-section .elementor-inner-column .elementor-widget-wrap {
        top: -4vmax;
        left: -2vmax;
    }
	
	.hero-section .trusted-tag-hero {
		margin-left: 0px !important;
	}
}

/****************************************** SOLUTIONS ******************************************/
.platforms-grid > .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.platforms-grid .grid-1 {
	grid-column: 1/5;
}

.platforms-grid .grid-6,
.platforms-grid .grid-7,
.platforms-grid .grid-8 {
	left: 50%;
}

@media only screen and (max-width: 1200px) {
    .software-section .elementor-column:first-child {
        width: 40%;
    }

    .software-section .elementor-column:last-child {
        width: 60%;
    }
	
	.platforms-grid > .elementor-widget-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.platforms-grid .grid-1 {
		grid-column: 1/4;
	}
	
	.platforms-grid .grid-6,
	.platforms-grid .grid-7,
	.platforms-grid .grid-8 {
		left: 0%;
	}
	
	.platforms-grid .grid-8 {
		grid-column: 2;
	}
}

@media only screen and (max-width: 1024px) {
	.about-section-2 .elementor-column:first-child,
	.software-section .elementor-column:last-child,
	.platforms-grid .elementor-section .elementor-container {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.about-section-2 .elementor-column:last-child {
		width: 75%;
		margin: 0 auto 25px auto;
	}
	
	.software-section .elementor-column:first-child {
		width: 75%;
		margin: 0 auto;
	}
	
    .inner-platforms-section .elementor-column {
        width: 45% !important;
    }
}

@media only screen and (max-width: 768px) {
	.about-section-2 .elementor-column:last-child,
	.software-section .elementor-column:first-child,
	.software-section .elementor-column:last-child {
		width: 100% !important;
	}
	
	.platforms-grid > .elementor-widget-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.platforms-grid .grid-1 {
		grid-column: 1/3;
	}
	
	.platforms-grid .grid-8 {
		grid-column: 1;
		left: 50%;
	}
}

@media only screen and (max-width: 600px) {
	.platforms-grid > .elementor-widget-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.platforms-grid .grid-1 {
		grid-column: 1;
	}
	
	.platforms-grid .grid-8 {
		left: 0%;
	}
}

/****************************************** SOLUTIONS SINGLE PAGE ******************************************/
.qlik-section .elementor-container {
    margin-bottom: -100px;
    z-index: 2;
}

.qlik-section .elementor-inner-column .elementor-widget-wrap {
    width: 150px;
    justify-content: center;
    padding: 5px;
}

.elementor-tabs-wrapper {
	width: 30% !important;
}

.elementor-tab-title {
    padding: 20px 25px !important;
    background: #F2F8FD;
    border-radius: 20px;
    margin-bottom: 15px;
    width: 300px !important;
	margin-left: auto;
	font-weight: 400 !important;
}

.elementor-tab-title.elementor-active,
.elementor-tab-title:hover {
    background: #D3E8F8;
	font-weight: 700 !important;
}

.elementor-tab-title:not(.elementor-tab-mobile-title):after {
    content: "" !important;
    background: url("/wp-content/uploads/2022/11/icon-tab.svg");
    position: absolute !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 20px !important;
    width: 20px !important;
    right: 10px !important;
    top: 18px !important;
}

.elementor-tab-title.elementor-active::after,
.elementor-tab-title:hover:after {
    background: url("/wp-content/uploads/2022/11/icon-tab-active.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.elementor-tab-content {
    width: 35vmax;
	margin: 0 auto;
}

.elementor-tab-content h3:first-child {
    margin-bottom: 0px;
}

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

.icon-section .elementor-column:first-child .elementor-widget-icon-list {
    width: 20vmax;
    margin-left: auto;
}

.bi-platforms .elementor-container {
    gap: 20px;
}

@media only screen and (max-width: 1920px) {
	.elementor-tab-content {
		width: 45vmax;
	}
	
	.elementor-tab-title {
		padding: 20px 15px !important;
	}
}

@media only screen and (max-width: 1600px) {
    .icon-section .elementor-container {
        gap: 50px;
    }
    
    .icon-section .elementor-column:first-child .elementor-widget-icon-list {
        width: 25vmax;
    }
}

@media only screen and (max-width: 1440px) {
    .elementor-tab-content {
        width: 55vmax;
    }
}

@media only screen and (max-width: 1200px) {
    .elementor-tabs-wrapper {
        overflow: visible !important;
    }

    .elementor-tab-content {
        margin: 0 auto;
        width: 55vmax;
    }

    .icon-section .elementor-column:first-child .elementor-widget-icon-list {
        width: 30vmax;
    }

    .bi-platforms .elementor-container {
        flex-wrap: wrap;
        justify-content: center;
    }

/*     .bi-platforms .elementor-inner-column {
        width: 25% !important;
    } */
}

@media only screen and (max-width: 1024px) {
    .qlik-section .elementor-inner-column .elementor-widget-wrap {
        top: -7vmax;
    }

    .elementor-tabs-wrapper {
        display: none;
    }

    .elementor-tab-mobile-title {
        display: block !important;
        width: 100% !important;
		margin-left: 0;
    }

    .elementor-tab-mobile-title::after {
        content: "" !important;
        background: url("/wp-content/uploads/2022/11/icon-tab.svg");
        position: absolute !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        height: 20px !important;
        width: 20px !important;
        left: 95% !important;
    }

    .elementor-tab-content {
        width: 100% !important;
        margin: 0 !important;
    }

    .icon-section .elementor-container {
        gap: 0px;
        flex-wrap: nowrap;
    }

    .icon-section .elementor-column:first-child .elementor-widget-icon-list {
        width: 100%;
    }

/*     .bi-platforms .elementor-inner-column {
        width: 30% !important;
    } */
}

@media only screen and (max-width: 900px) {
    .qlik-section .elementor-container {
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
	
	.qlik-section .elementor-column:last-child {
		width: 75% !important;
		margin: 0 auto;
	}
	
    .qlik-section .elementor-column {
        width: 100%;
    }
	
	.qlik-section .elementor-inner-column .elementor-widget-wrap {
		left: -3vmax;
	}
}

@media only screen and (max-width: 768px) {
	.qlik-section .elementor-inner-column .elementor-widget-wrap {
		left: 0vmax;
	}
	
    .icon-section .elementor-container {
        flex-wrap: wrap;
    }

    .qlik-section .elementor-column:last-child,
	.icon-section .elementor-column {
        width: 100% !important;
    }

/*     .bi-platforms .elementor-inner-column {
        width: 48% !important;
    } */
}
/* 
@media only screen and (max-width: 600px) {
    .bi-platforms .elementor-inner-column {
        width: 66% !important;
		margin: 0 auto;
    }
} */

/****************************************** FEATURES ******************************************/
.featuressingle-section .elementor-container {
    margin-bottom: -100px;
    z-index: 2;
}

@media only screen and (max-width: 1440px) {
    .track-section {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .featuressingle-section .elementor-container {
        margin-bottom: -50px;
    }
}

@media only screen and (max-width: 1024px) {
    .featuressingle-section .elementor-container {
        margin-bottom: 0px;
    }

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

    .track-section .elementor-column {
        width: 48% !important;
    }
}

@media only screen and (max-width: 900px) {
	.featuressingle-section .elementor-container {
		flex-direction: column-reverse;
	}
	
    .featuressingle-section .elementor-column:first-child,
	.track-section .elementor-column {
        width: 100% !important;
    }
	
	.featuressingle-section .elementor-column:last-child,
	.track-section .elementor-column:first-child {
		width: 75% !important;
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 768px) {
	.featuressingle-section .elementor-column:last-child,
	.track-section .elementor-column:first-child {
		width: 100% !important;
	}
}

/****************************************** ABOUT ******************************************/
.our-team-grid > .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
	gap: 33px;
}

.our-team-grid .elementor-widget-heading {
	grid-column: 1/4;
}

.team-section .team-member .elementor-image-box-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}

.team-member .elementor-widget {
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 1200px) {
	.our-team-grid > .elementor-widget-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.our-team-grid .elementor-widget-heading {
		grid-column: 1/3;
	}
}

@media only screen and (max-width: 1024px) {
	.our-team-grid .elementor-container {
    	max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.our-team-grid > .elementor-widget-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.our-team-grid .elementor-widget-heading {
		grid-column: 1/2;
	}
	
	.our-team-grid .elementor-section {
		max-width: 75% !important;
		margin: 0 auto;
	}
	
	.team-member .elementor-image-box-wrapper {
		display: flex;
		margin-bottom: 15px;
	}
	
	.team-member .elementor-image-box-content {
		align-items: flex-start;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.our-team-grid .elementor-section {
		max-width: 100% !important;
	}
}

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

.post-slider article,
.posts article {
    transition: transform linear .2s !important;
}

.post-slider article:hover,
.posts article:hover {
    transform: translateY(-10px);
}

.posts .elementor-pagination {
    display: flex;
    justify-content: center;
}

.posts .page-numbers {
    background: #0D1A3F10;
    padding: 10px 16px !important;
    border-radius: 100%;
    font-weight: bold;
}

.posts .page-numbers.prev {
    content: url(/wp-content/uploads/2022/11/left-arrow.svg);
	padding: 10px 12px !important;
}

.posts .page-numbers.next {
    content: url(/wp-content/uploads/2022/11/right-arrow.svg);
	padding: 10px 12px !important;
 }

.posts .page-numbers.current {
    background: #FF7A0210;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin: 20px 0;
}

.elementor-widget-post-info .elementor-icon-list-item:last-child {
    margin-left: 0px !important;
}

.elementor-widget-post-info .elementor-icon-list-icon {
    margin-top: 10px;
}

.newsletter-form .elementor-widget-wrap::after {
    width: 13vmax !important;
    height: 25vmax !important;
    content: "";
    left: 34vmax;
}

@media only screen and (max-width: 1600px) {
    .newsletter-form .elementor-widget-wrap::after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .posts article:last-child {
		grid-column: 1/3;
		width: 50%;
		margin: 0 auto;
	}
	
	.post .hero-section .elementor-column:last-child {
    	width: 75%;
    	margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
    .posts article:last-child {
		grid-column: 1;
		width: 100%;
	}
}

/****************************************** SUCCESS STORIES ******************************************/
.succes-stories-section > .elementor-widget-wrap {
    gap: 100px;
}

.succes-stories-text {
    max-width: 25vmax;
    margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
	.succes-stories-text {
		max-width: 30vmax;
	}
}

@media only screen and (max-width: 1440px) {
    .succes-stories-text {
        max-width: 40vmax;
    }
}

@media only screen and (max-width: 1024px) {
    .succes-stories-section .elementor-inner-section .elementor-container {
        max-width: 100% !important;
        flex-direction: column;
        gap: 25px;
    }

    .succes-stories-section .elementor-inner-section:nth-of-type(2n) .elementor-container {
        flex-direction: column-reverse;
    }

    .succes-stories-section .succes-stories-text {
        max-width: 90% !important;
        width: 90% !important;
		margin: 0 auto;
    }
	
	.succes-stories-section .elementor-column {
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.succes-stories-text {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/****************************************** PARTNERS ******************************************/
.partnerslide-section .swiper-container {
    overflow: visible;
}

.partnerslide-section .elementor-widget-image-carousel:last-child {
    margin-left: -140px;
}

/* .partnerslide-section .swiper-slide.swiper-slide-prev,
.partnerslide-section .swiper-slide-duplicate:not(.swiper-slide-duplicate-active):not(.swiper-slide-duplicate-next) {
    visibility: hidden;
}  */

.partnerslide-section .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active):not(.swiper-slide-duplicate-next) {
    visibility: hidden;
} 

.partnerslide-section .swiper-slide-active ~ .swiper-slide, 
.partner-slide-section .swiper-slide-active + .swiper-slide {
    visibility: visible !important;
}

.partnerslide-section .swiper-slide {
    background-color: var(--white);
    box-shadow: 0px 40px 100px 0px #0d1a3f10;
    border-radius: 50px;
	margin-right: 30px;
	min-height: 200px;
    display: flex;
    align-items: center;
}


.partnerslide-section .swiper-slide img {
	width: 60%;
}

.reseller-section .elementor-inner-section .elementor-container {
    gap: 20px;
    align-items: center;
}

.reseller-section .elementor-inner-section .elementor-inner-column {
    width: 100% !important;
	height: 200px;
}

.reseller-section .elementor-inner-section .elementor-inner-column .elementor-widget-wrap {
	align-content: center;
}

.reseller-section .elementor-inner-section:not(:first-child), 
.reseller-section .elementor-inner-section:not(:last-child) {
    margin: 10px 0;
} 

@media only screen and (max-width: 1440px) {
    .partnerslide-section .elementor-widget-image-carousel:not(:last-child) {
        margin-right: -140px;
    }
	
	.partnerslide-section .swiper-slide img {
		width: 75%;
	}
}

@media only screen and (max-width: 1200px) {
    .reseller-section .elementor-inner-section .elementor-column {
        width: 33% !important;
		height: 150px;
    }

    .reseller-section .elementor-inner-section .elementor-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 1024px) {
	.partnerslide-section .elementor-image-carousel {
		gap: 10px;
	}
	
	.partnerslide-section .elementor-widget-image-carousel:not(:last-child) {
		margin-right: 100px;
	}
	
	.partnerslide-section .elementor-widget-image-carousel:last-child {
		margin-left: -100px;
	}

	.partnerslide-section .swiper-slide {
		min-height: 150px;
		border-radius: 30px;
		margin-right: 0px;
	}

	.partnerslide-section .swiper-slide {
		visibility: visible !important;
	}
	
    .reseller-section .elementor-inner-section .elementor-column {
        width: 48% !important;
    }
}

@media only screen and (max-width: 768px) {
	.partnerslide-section .elementor-widget-image-carousel:not(:last-child) {
		margin-right: 50px;
	}
	
	.partnerslide-section .elementor-widget-image-carousel:last-child {
		margin-left: -50px;
	}
}

@media only screen and (max-width: 550px) {
	 .reseller-section .elementor-inner-section .elementor-column {
        width: 100% !important;
    }
}

/****************************************** FAQ ******************************************/
.uael-faq-container,
.faq-title {
    width: 35vmax !important;
    margin: 0 auto;
}

.uael-faq-accordion .uael-accordion-title {
    border-radius: 20px;
	padding: 15px 20px !important;
}

.uael-faq-accordion .uael-accordion-content {
	padding: 15px 20px !important;
}

.uael-faq-accordion .uael-title-active .uael-question-span {
	font-weight: 600;
}

.uael-faq-accordion .uael-title-active .uael-accordion-icon {
    transform: rotate(90deg);
}

.uael-faq-accordion .uael-accordion-title .uael-accordion-icon {
	transition: transform linear .2s;
}

@media only screen and (max-width: 1920px) {
	.uael-faq-container,
	.faq-title {
		width: 40vmax !important;
	}
}

@media only screen and (max-width: 1440px) {
    .uael-faq-container,
    .faq-title {
        width: 60vmax !important;
    }
}

@media only screen and (max-width: 1024px) {
    .uael-faq-container,
    .faq-title {
        width: 100% !important;
    }
}

/****************************************** CONTACT ******************************************/
.contact-column .elementor-icon-box-title a:hover {
    color: var(--primary);
}

.social-icons .elementor-widget-container {
    transition: transform linear .2s;
}

.social-icons .elementor-widget-container:hover {
    transform: translateY(-10px);
}

.social-icons .elementor-icon-wrapper {
    height: 25px;
}

.social-icons:not(:last-child) {
    margin-right: 10px;
}

@media only screen and (max-width: 500px) {
	.social-icons .elementor-widget-container:hover {
		transform: none !important;
	}
}


/****************************************** FOOTER ******************************************/
.elementor-location-footer .monkey-footer a:first-child {
    margin-right: 40px;
}

.elementor-location-footer .monkey-footer a {
	color: var(--white);
}

.elementor-location-footer .monkey-footer a:hover {
	color: var(--primary);
}

@media only screen and (max-width: 1024px) {
    footer .elementor-section:first-child .elementor-container {
        width: 75%;
        margin: 0 auto;
		row-gap: 25px;
    }

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

@media only screen and (max-width: 768px) {
    footer .elementor-section:first-child .elementor-container {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    footer .elementor-section .elementor-column {
        width: 80% !important;
        margin: 0 auto;
    }

    footer .elementor-icon-box-wrapper,
    footer .monkey-footer .elementor-widget-container {
        text-align: left !important;
    }
}

@media only screen and (max-width: 425px) {
	footer .elementor-section .elementor-column {
        width: 100% !important;
    }
}

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

.customer-slider .owl-item .elementor-widget-container {
    line-height: 30px;
}

.customer-slider .elementor-inner-column {
    width: 50%;
    margin: 0 auto;
}

.post-slider article,
.elementor-posts article,
.features-slider .elementor-column .elementor-widget-wrap {
    box-shadow: 0px 10px 30px 0px #0D1A3F10;
    border-radius: 60px;
}

.post-slider .owl-carousel .owl-stage-outer,
.features-slider .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.post-slider .owl-item:not(.active), .post-slider .owl-item.cloned:not(.active),
.features-slider .owl-item:not(.active), .post-slider .owl-item.cloned:not(.active) {
    visibility: hidden;
}

.post-slider .owl-item.active,
.features-slider .owl-item.active {
    transition: transform linear .5s;
}

.post-slider .owl-item.active:hover
.features-slider .owl-item.active:hover {
    transform: scale(1.05);
}

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

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

.owl-carousel .owl-nav .owl-prev{
	background-image:url('/wp-content/uploads/2022/11/icon_arrow_left.svg')!important;
    position: absolute;
    top: 5vmax;
    left: 0vmax;
}

.owl-carousel .owl-nav .owl-next {
	background-image:url('/wp-content/uploads/2022/11/icon_arrow_right.svg')!important;
    position: absolute;
    top: 5vmax;
    right: 0vmax;
}

.post-slider .owl-carousel .owl-nav .owl-prev {
    top: 8vmax;
    left: -4vmax;
}

.features-slider .owl-carousel .owl-nav .owl-prev {
    left: -4vmax;
}

.post-slider .owl-carousel .owl-nav .owl-next {
    top: 8vmax;
    right: -4vmax;
}

.features-slider .owl-carousel .owl-nav .owl-next {
    right: -4vmax;
}

.owl-carousel .owl-dots {
	margin: 50px auto auto;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot {
	background-color: var(--lightblue);
	height:10px;
	width:10px;
	margin: 5px;
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color:var(--secondary);
}

@media only screen and (max-width: 1600px) {
    .owl-carousel .owl-nav .owl-prev{
        left: 2vmax;
    }
    
    .owl-carousel .owl-nav .owl-next{
        right: 2vmax;
    }

    .post-slider .owl-carousel .owl-nav .owl-next,
    .post-slider .owl-carousel .owl-nav .owl-prev,
    .features-slider .owl-carousel .owl-nav .owl-next,
    .features-slider .owl-carousel .owl-nav .owl-prev {
        display: none;
    }
}


@media only screen and (max-width: 1200px) {
    .customer-slider .elementor-inner-column {
        width: 66%;
    }
}

@media only screen and (max-width: 1024px) {
    .customer-slider .elementor-inner-column {
        width: 75%;
    }

    .post-slider article,
    .elementor-posts article,
    .features-slider .elementor-column .elementor-widget-wrap {
        border-radius: 30px;
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        top: 10vmax;
    }

    .owl-carousel .owl-dots {
        margin: 25px auto auto;
    }
}

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        display: none;
    }

    .customer-slider .elementor-inner-column {
        width: 90%;
    }
}

/****************************************** GRAVITY FORMS **************************************************/
.gform_body input,
.gform_body select {
	padding: 10px 20px !important;
    border: 1px solid transparent !important;
	height: 50px;
}
.woocommerce select {
	padding:0 10px!important;
}

.gfield_checkbox input[type=checkbox]+label:before {
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px !important;
}

.gfield_checkbox input[type=checkbox]:checked+label:before {
    content: url("/wp-content/uploads/2022/11/icon_check.svg") !important;
}

.gform_confirmation_message {
    font-weight: 400 !important;
}

/********************************** KLEINE VELDEN EN INPUTS *******************/
.gform_body .gchoice {
    margin-bottom: 10px;
}

.gform_body select {
    background: #F2F8FD !important;
    box-shadow: none !important;
    color: #0D1A3F50 !important;
	padding: 0 20px !important;
	height: 50px !important;
}

.gform_body option:not(.gf_placeholder) {
	color: var(--black);
}

.uael-gf-style .uael-gf-select-custom:after {
    right: 1.5em !important;
}

.gform_body textarea {
    border-radius: 24px !important;
    border: 1px solid transparent !important;
    background-color: #F2F8FD !important;
	resize: none !important;
	padding: 10px 20px !important;
}

.gform_body textarea::placeholder {
	color: #0D1A3F50 !important;
}

.datepicker {
    background-color: transparent !important;
    border-radius: 0px !important;
    width: 80% !important;
}

div#field_4_6 {
    background-color: #F2F8FD !important;
    border-radius: 24px !important;
}

@media only screen and (max-width: 640px) {
    .gform_body .chosen-single span {
        margin: 8px !important;
		line-height: 30px !important;
    }

    .name_first {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 500px) {
	.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 425px) {
	.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 11px !important;
	}
}
/********************************** KLEINE VELDEN FOCUS ********************/
.gform_body input[type=text]:focus,
.gform_body input[type=tel]:focus {
    border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
}

					/*selectie bericht*/
.gform_body textarea:focus {
    border: 1px solid #CBCBCB !important;
	box-shadow: none !important;
}

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

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 1px solid #56c92a !important;
        position: relative;
    }

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


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


@media(max-width:980px) {
	div#CookiebotWidget {
		display: none !important;
	}
}


/* Table of contents */

/* .elementor-toc__header {
    background-color: #2BBBE5 !important;
}

.elementor-toc__header h5.elementor-toc__header-title {
	color: #000000 !important;
} */