/* 
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
*/
/*ALGEMEEN*/
/*Kruisje weg in zoekbalk */
input.elementor-search-form__input::-webkit-search-cancel-button {
	display: none;
}
body {
	overflow-x: hidden !important;
}
.elementor-widget-text-editor a {
	color: #FFFFFF;
}
.elementor-widget-text-editor a:hover {
	color: var( --e-global-color-a4522ab );
}
.e-n-accordion-item:first-child .e-n-accordion-item-title {
	border-top: 0px !important;
}
a:focus-visible {
	outline: none !important;
}
/*END ALGEMEEN*/

/*HEADER*/
.main-header {
	min-width: 100%;
}
.elementor-nav-menu .active-parent > a
.elementor-nav-menu .current-menu-parent > a,
.elementor-nav-menu .current-menu-ancestor > a {
  color: var( --e-global-color-secondary ) !important;
}
.elementor-nav-menu .sub-arrow {
	display: none;
}
/*END HEADER*/
/*HOMEPAGE*/
.usp-title .elementor-heading-title:before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/2025/02/MrLong-logo-beeldmerk-green.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 44px; 
	height: 28px; 
	margin-right: 40px;
	margin-bottom: -4px;
}
#custom-carousel-keukens .swiper {
    overflow: visible !important;
    clip-path: inset(0 -9999px) !important;
}
.stappen-nummer {
	width: 75px !important;
}

/*END HOMEPAGE*/
/*IMAGE SLIDER*/
    .marquee-container {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 10px 0;
    }
    .marquee-content {
        display: inline-block;
        white-space: nowrap;
    }
    .marquee-content span {
        display: inline-block;
        margin-right: 30px; /* Ruimte tussen de titels */
        z-index: 0;
        width: 20%;
    }
    .marquee-content span img {
        border-radius: 30px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        z-index: 0;
        
    }
    .marquee-content img.height-450 {
        aspect-ratio: 4 / 5;
    }
    .marquee-content img.margin-bottom-25 {
        margin-bottom: 25px
    }
     .marquee-content img.margin-bottom-50 {
        margin-bottom: 50px
    }
    .marquee-content img.margin-bottom-75 {
        margin-bottom: 75px
    }
        .marquee-content img.margin-bottom-100 {
        margin-bottom: 100px
    }
        .marquee-content img.margin-bottom-125 {
        margin-bottom: 125px
    }
        .marquee-content img.margin-bottom-150 {
        margin-bottom: 150px
    }
    .marquee-content span.good-vibes-badge:before {
    	content: '';
    	display: block;
    	position: relative;
    	background: url(/wp-content/uploads/2025/03/Mr-long-badge-good-vibes.svg);
    	background-size: cover;
    	background-repeat: no-repeat;
    	width: 139px; 
    	height: 103px;
    	top: 50px;
    	left: 70px;
    }
    .marquee-content span.smile-badge, .marquee-content span.good-vibes-badge {
        position: relative;
    }
    .marquee-content span.smile-badge:after {
    	content: '';
    	display: block;
    	position: absolute;
    	background: url(/wp-content/uploads/2025/03/Mr-long-badge-smile.svg);
    	background-size: cover;
    	background-repeat: no-repeat;
    	width: 103px; 
    	height: 103px;
    	bottom: 60px;
    	left: 200px;
    }
/*END IMAGE SLIDER*/
/*PULSING BULLETS*/
span.pulse::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: rgba(158, 235, 0, 1); /* Rood met transparantie */
    border-radius: 50%;
    left: 0px; /* Plaatsing links van de tekst */
    top: 50%;
    transform: translateY(-50%);
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}

span.pulse {
	display: block;
	margin: 5px 0px;
    position: relative; /* Zorgt ervoor dat ::before zich hierop oriënteert */
    padding-left: 30px; /* Voorkomt overlap met de tekst */
}
/*END PULSING BULLETS*/
/*SUBPAGES*/
.subpage-hero-img {
	height: 100%;
}

/*FORMULIEREN*/
    .wpforms-container-full {
        visibility: unset !important;
		margin: 0px auto !important;
    }
    div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
        margin-top: -15px;
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        margin-bottom: 10px !important;
		font-weight: 500 !important;
		color: #FFF;
		margin: 0 0 15px 0 !important;
    }

    
    div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
        font-size: 16px !important;
        color: var(--e-global-color-text) !important;
		border-radius: 4px !important;
		border: 0px solid var(--e-global-color-4d157e0) !important;
		background: #FFF;
        height: 50px !important;
		padding: 12px 16px !important;
    }
    div.wpforms-container-full .wpforms-form textarea {
        height: 150px !important;
    }
    div.wpforms-container div.wpforms-uploader {
		color: var(--e-global-color-text) !important;
		border-radius: 6px 6px 6px 6px !important;
		border: 1px dashed var(--e-global-color-4d157e0) !important;
		background: transparent !important;
    }
    div.wpforms-container div.wpforms-uploader .dz-message svg {
        opacity: 1;
        fill: #C6C6C6;
    }
    div.wpforms-container div.wpforms-uploader .dz-message {
        font-size: 14px !important;
    }
.wpforms-field-large option.placeholder {
	color: #B9B9B9 !important;
}
    div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
        font-family: var(--e-global-typography-13a51bb-font-family), Sans-serif !important;
		font-size: var(--e-global-typography-13a51bb-font-size) !important;
		font-weight: var(--e-global-typography-13a51bb-font-weight);
		line-height: var(--e-global-typography-13a51bb-line-height);
		letter-spacing: var(--e-global-typography-13a51bb-letter-spacing);
		word-spacing: var(--e-global-typography-13a51bb-word-spacing);
		fill: var(--e-global-color-text);
		color: var(--e-global-color-text) !important;
		background-color: var(--e-global-color-a4522ab) !important;
		border-radius: 12px;
		padding: 15px 24px !important;
        margin-top: 30px;
		border: 0px !important;
    }
    div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
        background-color: var(--e-global-color-primary) !important;
		border: 0px;
		color: #fff !important;
        transition: all, .3s;
    }
div.wpforms-container-full .wpforms-form button[type=submit].secundaire-submit-btn {
	background-color: var(--e-global-color-8ca45ab) !important;
	color: var(--e-global-color-e554720);
}
    div.wpforms-container-full .wpforms-form label.wpforms-error {
        margin-top: 10px;
    }

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: transparent !important;
	border: 0px !important;
	padding: 10px 0px 0px 0px !important;
}
.wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
		color: #fff !important;
}
.wpforms-field-html:not(:first-child) {
	padding-top: 30px !important;
	
}
.wpforms-field h4 {
	color: #FFF;
	font-size: 18px !important;
}
.wpforms-field-description {
	color: #FFF;
}
/*CHECKBOXES*/
	.wpforms-container input[type=radio], 
	.wpforms-container input[type=checkbox] {
		display:none !important; 
	}

	.wpforms-container input[type=radio] + label, 
	.wpforms-container input[type=checkbox] + label {
		background-color: transparent !important;
		font-family: var(--e-global-typography-13a51bb-font-family), Sans-serif !important;
		font-size: var(--e-global-typography-13a51bb-font-size) !important;
		font-weight: var(--e-global-typography-13a51bb-font-weight) !important;
		line-height: var(--e-global-typography-13a51bb-line-height) !important;
		letter-spacing: var(--e-global-typography-13a51bb-letter-spacing) !important;
		word-spacing: var(--e-global-typography-13a51bb-word-spacing) !important;
		color: #FFF !important;
		border-radius: 12px !important;
		border: 1.5px solid #FFF !important;
		padding: 14px 24px !important;
		width: 100% !important;
		display: block !important;
		text-align: center !important;
	}

	.wpforms-container input[type=radio]:checked + label, 
	.wpforms-container input[type=checkbox]:checked + label, 
	.wpforms-container input[type=radio]:checked + label, 
	.wpforms-container input[type=radio] + label:hover, .wpforms-container input[type=checkbox] + label:hover {
		background-color:  var(--e-global-color-primary) !important;
		color: #FFF !important;
		cursor: pointer !important;
		border-color:  var(--e-global-color-primary) !important;
	}

	.wpforms-container ul li {
		margin: 5px !important;
	}
	
	div#wpforms-2082 .wpforms-form ul li {
		margin-bottom: 30px !important;
		margin-right: 10px !important;
	}
	div#wpforms-2082 .wpforms-form ul {
		margin-bottom: -20px !important;
	}
	/*END CHECKBOXES*/
/*END FORMULIEREN*/

/*FOOTER*/
/* Algemene opmaak voor de footer */
.site-footer {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
    width: 100% !important; 
    max-width: 100% !important;
    color: #ffffff;
    line-height: 36px;
    background-color: var( --e-global-color-8ca45ab );
	z-index: 100;
}
.site-footer h4 {
	font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px !important;
}
.site-footer .outer-wrapper {
	z-index: 2;
	position: relative;
}
/* Inner-wrapper met maximale breedte van 1400px en centreren */
.site-footer .inner-wrapper {
    margin: auto;
    padding: 0 30px;
}
.site-footer .content-container {
    width: 100%;
    padding: 0px 30px;
}
.site-footer .content-wrapper:before {
    content: '';
    width: 100%;
    height: 50%;
    background-image: url(/wp-content/uploads/2025/03/MrLong-Pattern-01-large.svg);
    background-color: var(--e-global-color-8ca45ab);
    background-blend-mode: darken;
    background-repeat: no-repeat;
	background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    opacity: .3;
	z-index: -1;
}
.site-footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	right: 0px;
	top: -15px;
	background: url(/wp-content/uploads/2025/02/MrLong-divider-circles-dark-blue.svg);
	background-size: unset;
	background-position: top middle;
    background-repeat: repeat-x;
    background-color: transparent !important;
    z-index: 1;
}
/* Flex-opmaak voor de content-container */
.site-footer .content-container .inner-wrapper {
    max-width: 1600px;
    padding: 100px 0px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .grid-item {
    flex: 1 1 calc(20% - 30px);
}
.site-footer .footer-logo {
	max-width: 300px;
	margin-bottom: 15px;
	margin-top: 8px;
}
.site-footer .footer-icons img {
	width: 28px;
	margin-right: 10px;
}
.site-footer ul {
    list-style: none;
    padding-left: 0px;
}
.site-footer .copyright-bar {
    padding: 0px 30px;
	border-top: 1px solid #fff;
}
.site-footer .copyright-bar span {
	margin-right: 30px;
}
.site-footer .copyright-bar a, .site-footer .copyright-bar p {
    font-size: 14px;
    margin-bottom: 0px;
}
/* Flex-opmaak voor de copyright-bar */
.site-footer .copyright-bar .inner-wrapper {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

/* Uitlijning voor de drie kolommen van de copyright-bar */
.site-footer .copyright-bar .grid-item:first-child {
    text-align: left; /* Linker item */
    flex: 1 1 calc(70% - 30px); /* Eerste item krijgt 50% van de ruimte */
}
.site-footer .copyright-bar .grid-item:nth-child(2) {
    text-align: right; /* Rechter item */
    flex: 1 1 calc(25% - 30px); /* Eerste item krijgt 50% van de ruimte */
}

/* Kleur voor links en tekst in de footer */
.site-footer h4,
.site-footer a,
.site-footer p {
    color: #ffffff;
	line-height: 46px;
	margin-bottom: 0px;
}

.site-footer a:hover {
    font-weight: inherit;
    color: #ffffff;
}

/*END FOOTER*/