/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Home Page CSS Start */

html,body{
	overflow-x: clip;
}

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

.hero-section:before {
    max-height: 45%;
	z-index: 2;
}

.hero-section:after{
	content: '';
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(images/hero-banner-right-shape.svg) no-repeat right bottom;
	background-size: auto 100%;
	z-index: 1;
}

.btn-skewy .elementor-button{
	transform: skewX(-16deg);
}

.btn-skewy .elementor-button .elementor-button-content-wrapper{
	transform: skewX(16deg);
}

.about-left-column {
    padding-left: calc((100vw - 1360px) / 2);
}

.section-title .elementor-heading-title{
	position: relative;
}

.section-title .elementor-heading-title:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -40px;
    bottom: -30px;
    background: url(images/before-title-line.svg) no-repeat left center;
    background-size: auto 100%;
    width: 100%;
	z-index: -1;
}

.home-service-image{
	position: relative;
}

.home-service-image:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 52%;
	background: url(images/image-overlay-line.png) no-repeat right 30px top;
}

.home-service-image:after{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 48%;
    background: linear-gradient(0deg, #1D2730 0%, #1D273000 100%);
    opacity: 0.62;
}

.btn-fixed-width a{
	min-width: 242px;
}

.btn-fixed-width .elementor-button-text{
	flex-grow: initial;
}

.feature-right-column {
    padding-right: calc((100vw - 1360px) / 2);
}

.feature-list-box .elementor-icon-box-title {
    background: url(images/list-left-shape.svg) no-repeat left top;
    background-size: 38px auto;
	padding-left: 55px;
}

.footer-newsletter-form .elementor-field{
	height: 48px;
	padding-left: 0;
	padding-right: 0;
	outline: 0;
	box-shadow: none;
}

.footer-newsletter-form .elementor-field:focus{
	box-shadow: none;
	outline: 0;
}

.footer-newsletter-form .elementor-field-group svg *{
	fill: transparent !important;
}

.footer-newsletter-form .elementor-button{
	transform: skewX(-16deg);
	outline: 0;
	box-shadow: none;
}

.footer-newsletter-form .elementor-button > span{
	transform: skewX(16deg);
}

.footer-section:before {
    background-size: auto 60%;
	background-position: bottom -1px right !important;
}

/* About us Page CSS Start  */

.single-line-section-title{
	position: relative;
}

.single-line-section-title:before{
	content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    height: 180px;
    background: url(images/before-title-line.svg) no-repeat left center;
    background-size: auto 100%;
    width: 100%;
	z-index: -1;
}

.particulier-about-left-column{
	padding-left: calc((100vw - 1360px) / 2);
}

.bottom-right-padding{
	padding-right: calc((100vw - 1360px) / 2);
}

.image-left-shape-overlay:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -2px;
    left: -2px;
    background: url(images/image-left-shape-overlay.svg) no-repeat left top;
    background-size: auto 100%;
    z-index: 1;
    bottom: -2px;
}


.image-right-shape-overlay:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -2px;
    right: -2px;
    background: url(images/image-right-shape-overlay.svg) no-repeat right top;
    background-size: auto 100%;
    z-index: 1;
    bottom: -2px;
}

.contact-form .elementor-field-option{
	position: relative;
}

.contact-form .elementor-field{
	box-shadow: none;
	outline: 0;
	padding: 10px 0;
}

.contact-form .elementor-field:focus{
	box-shadow: none;
	outline: 0;
}

.contact-form .elementor-acceptance-field{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.contact-form .elementor-field-option label{
	font-size: 15px !important;
	padding-left: 32px;
}

.contact-form .elementor-field-option label a{
	text-decoration: underline;	
}

.contact-form .elementor-field-option label:before{
	content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #A4A8AC;
    background: #fff;
}

.contact-form .elementor-field-option label:after{
	content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    background: url(images/checkbox-checked.svg) no-repeat center center;
    background-size: 14px auto;
    transform: scale(0);
    overflow: hidden;
    transition: all 0.1s ease-in-out;
}

.contact-form .elementor-acceptance-field:checked ~ label:after {
  transform: scale(1);
}

.contact-form .elementor-button{
	transform: skewX(-16deg);
}

.contact-form .elementor-button > span{
	transform: skewX(16deg);
}

.contact-form .elementor-button svg *{
	fill: transparent !important;
}

.contact-social-icon .elementor-social-icon{
	transform: skewX(-16deg);
}

.contact-social-icon .elementor-social-icon i{
	transform: skewX(16deg);
}

/* Aanbod Archive Page CSS */
.aanbod-loop{
	position: relative;
}

.aanbod-loop:before{
	content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 148px;
    background: url('/wp-content/uploads/2024/04/before-title-line-2.svg') no-repeat center center;
    background-size: auto 100%;
    z-index: 1;
}

.aanbod-loop .e-loop__load-more a{
	transform: skewX(-16deg);
}

.aanbod-loop .e-loop__load-more .elementor-button-content-wrapper{
	background-image: url('/wp-content/uploads/2023/04/right-arrow-1.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px auto;
	padding-right: 30px;
	transform: skewX(16deg);
}

.aanbod-post-title .elementor-heading-title span{
	font-weight: 100;
}

.aanbod-featured-image img{
	aspect-ratio: 1 / 0.6;
    object-fit: contain;
}



@media only screen and (max-width: 991px){
	.particulier-about-left-column{
		padding-left: 10px;
	}
	
	.bottom-right-padding{
		padding-right: 10px;
	}
	
	/* Aanbod Archive Page CSS */
	.aanbod-featured-image img{
		aspect-ratio: 1 / 0.56;
	}

	.aanbod-loop:before{
		top: 0;
		left: 0;
		width: 30px;
		height: 100px;
	}
	
	.aanbod-loop .e-loop__load-more .elementor-button-content-wrapper{
		background-size: 18px auto;
	}
	
}

@media only screen and (max-width: 767px){
	.hero-section:after{
		background-size: auto 200px;
		background-position: right -20px bottom;
	}
	
	.hero-section:before{
		max-height: 80%;
	}
	
	.section-title .elementor-heading-title:before{
		left: -10px;
	}
	
	.btn-fixed-width a{
		min-width: 200px;
	}
	
	.footer-section:before{
		background-size: auto 200px;
	}
	
	.single-line-section-title:before{
		top: -10px;
		left: -10px;
		height: 100px;
	}
	
	
	/* Aanbod Archive Page CSS */
	.aanbod-loop:before{
		height: 80px;
	}
	
	
}
