/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2024 | 12:43:32 */
body {
	--primair: 			var(--e-global-color-primary);
	--secundair: 		var(--e-global-color-secondary);
	--tekst: 			var(--e-global-color-text);
	--accent: 			var(--e-global-color-accent);
	--geel: 			var(--e-global-color-654589f);
	--achtergrondGeel: 	var(--e-global-color-63e815c);
	
	--wit: 			#fff;
	--zwart:		#000;
}

/* Titels */
.webr-page-title {
	font-weight: bold;
	line-height: 1.2em;
}

.block-title p {
	color: var(--tekst);
}
/* End Titels */

body:not(#__) {
	color: var(--tekst);
}

.grecaptcha-badge {
	visibility: hidden;
}

body:not(#__) .page-header::after {
	background-image: url(https://orpheuscurat.nl/wp-content/uploads/2024/09/6emfk1a751dm1eymwic.svg);
    filter: invert(99%) sepia(56%) saturate(692%) hue-rotate(297deg) brightness(102%) contrast(110%);
    transform: rotate(180deg);
	height: 50px;
}

.elementor-28 .elementor-element.elementor-element-c8153d4:not(.elementor-motion-effects-element-type-background),
.history-one,
.main-nav-one .logo-box,
.main-nav-one .logo-box::before,
.faq-three,
.slider-one__wrapper { 
	background-color: var(--accent);
} 

body:not(#__) .webr-contact-form.webr-remove-background,
body:not(#__) .webr-featured-half-usps.remove-background .about-three, 
body:not(#__) .webr-bestuur.remove-background .living-option-three {
	background-color: transparent;
}

.primary-url a {
	color: var(--primair);
}

.block-title p.has-line {
	color: var(--secundair);
	font-weight: 600;
}

body:not(#__) .webr-featured-half-usps h3,
body:not(#__) .webr-featured-half-faq h3 {
	margin: 15px 0 0 0;
}
body:not(#__)  .webr-featured-half-usps .about-three__content h3 {
	margin-bottom: 15px;
}
body:not(#__) .webr-featured-half-missie h3.content_typography,
body:not(#__)  .webr-featured-half-usps .about-three__content > p {
	margin: 0 0 25px 0;
}
body:not(#__) .webr-featured-half-faq .block-title {
	padding-bottom: 15px;
}
body:not(#__) .webr-featured-half-missie p.has-line,
body:not(#__) .webr-featured-half-faq .faq-one__block > p {
	margin-bottom: 15px;
}



.slider-one__nav {
	display: none;
}

.webr-hero .slider-one__content::after {
    background-image: url(https://orpheuscurat.nl/wp-content/uploads/2024/09/6emfk1a751dm1eymwic.svg);
	filter: invert(1);
    transform: rotate(0deg);
    height: 25px;
}

.webr-hero .slider-one__item::before {
    content: "";
    background-image: url(https://orpheuscurat.nl/wp-content/uploads/2024/09/6emfk1a751dm1eymwic.svg);
    transform: rotate(180deg);
    height: 45px;
    width: 100%;
    position: absolute;
    bottom: 0;
    filter: invert(99%) sepia(56%) saturate(692%) hue-rotate(297deg) brightness(102%) contrast(110%);
}

.webr-featured-half-faq .faq-three {
	padding: 75px 0 100px 0;
}

.webr-featured-half-usps .about-three {
	padding: 100px 0 50px 0;
}

.scroll-to-top {
	background: var(--primair);
}
.scroll-to-top:hover {
	background: var(--geel);
}

.webr-remove-background .faq-three {
	background: transparent; 
}

body:not(#__) .wpcf7-submit {
	background-color: var(--primair);
	color: var(--wit);
}

body:not(#__) .wpcf7-submit:hover,
body:not(#__) .webr-btn-full-service:hover,
body:not(#__) .webr-btn-full:hover {
	background-color: var(--geel);
	color: var(--tekst);
}

.webr-contact-form a {
	color: var(--tekst);
	transition: 50ms ease-in-out;
}
.webr-contact-form a:hover {
	color: var(--primair);
}











































