/*
Theme Name: De Parel ZB
Theme URI: https://www.fconline.nl
Template: hello-elementor
Author: FC Online
Author URI: https://www.fconline.nl
Version: 1.0.0.1676882304
Updated: 2023-02-20 08:38:24

*/
@import url("https://use.typekit.net/aqt0koy.css");
h1, h2, h3, p, a, span, label {
	font-family:"Effra"!important;
}
h3 {
	font-weight: 600;
    color: var(--e-global-color-primary);
}
@media screen and (max-width:767px) {
	h1 {
		font-size:32px;
		padding-top:20px;
	}
	h2 {
		font-size:26px;
	}
	h3 {
		font-size:24px;
	}
}
.elementor-icon-list-text {
	font-family:"Effra";
	font-weight:400;
}
.elementor-button-text {
	font-family:"Effra";
	font-weight:600;
	text-transform:uppercase;
}

.cf7mls, .wpcf7-form {
	width:800px;
	background:#fff;
	padding:30px;
}
@media screen and (max-width:967px) {
	.cf7mls, .wpcf7-form { 
		width:100%;
		background:#fff;
		padding:30px;
	}
	.half {
		display: flex;
		flex-direction: column;
		flex-basis: 99%!important;
		flex: 1;
	}
	.third {
		display: flex;
		flex-direction: column;
		flex-basis: 99%!important;
		flex: 1;
	}
	.full-width a {
		width:100%!important;
	}
	.page-id-40 .full-width {
		display:none;
	}
}
.white a {
	color:white;
}
a:hover {
	color:var(--e-global-color-accent);
}
.to-right .elementor-button {
	 /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, #08E1C0 50%, #05255A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.to-right .elementor-button:hover {
    background-position: left;
}
.elementor-post__badge, .cf7mls_next, .wpcf7-submit {
	background-image:linear-gradient(150deg, var( --e-global-color-accent ) 0%, var( --e-global-color-primary ) 100%)!important;
	border:none;
	color:#fff;
}
.cf7mls_back {
	background:#e5e5e5!important;
	color:#000!important;
}
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + .wpcf7-list-item-label {
	color:var(--e-global-color-accent);
}
[type=radio]:checked + img {
	filter: grayscale(0%);
}
.wpcf7-list-item img {
	width:90px;
	filter: grayscale(100%);
}
.wpcf7-list-item {
	text-align:center;
}
.active a {
	background-color:var(--e-global-color-accent)!important;
	color:var(--e-global-color-primary)!important;
}
.overig-form {
	display:none;
}
input, textarea {
	border: 1px solid #dedede!important;
    border-radius: 0px!important;
	outline:0px!important;
}
fieldset {
	padding:0px!important;
}
label {
	width:100%;
	line-height:1.5;
}
.wpcf7-form p {
	margin-bottom:0px;
}
.flex-form {
	margin-top:10px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.full {
	display: flex;
    flex-direction: column;
    flex-basis: 99%!important;
    flex: 1;
}
.wpcf7 input[type="file"] {
	margin-bottom:10px;
}
.zonnepaneel, .overig {
	cursor:pointer;
}
@media screen and (min-width:967px) {
	.half {
		display: flex;
		flex-direction: column;
		flex-basis: 49%!important;
		flex: 1;
	}
	.third {
		display: flex;
		flex-direction: column;
		flex-basis: 32%!important;
		flex: 1;
	}
}
.round-icon .elementor-icon-list-icon, .elementor-social-icon {
	background-image: linear-gradient(150deg, var(--e-global-color-accent ) 0%, var(--e-global-color-primary ) 100%);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grecaptcha-badge {
	display:none;
}