/*
 Theme Name:     Domicill
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         MagnetischeMarketing.be
 Author URI:     https://www.magnetischemarketing.be
 Template:       Divi
 Version:        1.1.2
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);

#magma_search_filter { 
	background-color: #e9e5e2; 
	padding: 40px;
    border-radius: 0px 0px 10px 10px;
	margin-bottom: 20px;
}

#magma_search_filter h1 {
	color: #3A6F8F;
	padding-bottom: 30px;
	margin: 0 auto;
	max-width: 1440px;
}

#magma_search_filter form {
	max-width: 1440px;
	margin: 0 auto;
}

#magma_search_filter input, #magma_search_filter select {
	padding: 15px 20px;
	border-radius: 10px;
	border-color: white;
}

#magma_search_filter label {
	font-family: 'Dosis';
    font-size: 17px;
    padding-right: 10px;
}

#magma_search_filter button {
	color: #FFFFFF;
    border-width: 0px;
    border-radius: 50px;
    font-size: 20px;
	padding: 15px 20px;
    font-family: 'Dosis',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #A68361;
	margin-left: 30px;
}

#magma_search_filter .magma_type_aanbod, #magma_search_filter .magma_type_nieuwbouw {
	display: inline-block;
	text-decoration: none;
	padding: 8px 30px;
	margin-right: 10px;    
	border-radius: 10px;
	background: transparent;
	color: #3A6F8F;	
	transition: all 0.4s ease-in-out;
	border: 1px solid #3A6F8F;
}

#magma_search_filter .magma_type_nieuwbouw {
	margin-right: 0px;
}

#magma_search_filter .magma_type_nieuwbouw.aan {
	border-radius: 10px 0px 0px 10px;
}

#magma_search_filter .magma_type_nieuwbouw.uit {
	border-radius: 0px 10px 10px 0px;
	margin-left: -3px;
}

#magma_search_filter .magma_type_aanbod:hover, #magma_search_filter .magma_type_nieuwbouw:hover {	
	color: white;
	opacity: 1;
	background: #3A6F8F;
}

#magma_search_filter .magma_type_aanbod.active, #magma_search_filter .magma_type_nieuwbouw.active {
	background: #3A6F8F;	
	color: white;
}

/* PANDEN OVERZICHT */

.magma_pand {
    padding: 0px;
	margin-right: 5%;
	margin-bottom: 5%;
	border: 1px solid #F1F1F1;
	border-radius: 10px;
	margin-right: 0% !important;
}

.magma_pand .et_pb_row {
	width: 100%; 
	padding-top: 0 !important;
}

.magma_pand .magma_label {
	/*width: 63px;*/ /* Removed on 10/06/22 to allow larger stickervalue text */
	text-align:center;
	z-index: 9999 !important;
	background-color: #00adef !important;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 5px;
	font-family: 'Dosis';
	position: absolute;
	top: 10px; 
	right: 10px;
}

.magma_pand .magma_afbeelding img {
	border-radius: 10px !important;	
}

.magma_pand .magma_type_pand {
	float: left;
	font-family: 'Dosis';
	font-size: 23px;
	font-weight: 600;
	color:#00adef !important;
	padding-left: 20px;
	margin-top: 20px;
}

.magma_pand .magma_locatie {
	float: right;
	padding-right: 20px;
	font-family: 'Dosis';
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.magma_pand .magma_omschrijving {
	clear:both;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
}

.magma_pand .magma_omschrijving p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}

.magma_pand .magma_prijs {
	clear:both;
	font-weight: bold;
	color: #a68361;
	font-size: 28px;
	font-family: 'Dosis';
	padding: 20px;
}

.magma_pand .magma_oppervlakte {
	width: max-content;
	float:left;
	margin-right: 0px !important;
	margin-left: 20px;
	border-radius: 10px;
	padding: 20px;
	font-size: 17px;
	font-weight: 600;
	background-color: #f1f1f1;
}

.magma_pand .magma_slaapkamers {
	width: max-content;
	float:left;
	margin-right: 0px !important;
	margin-left:20px;
	border-radius: 10px;
	padding: 20px;
	font-size: 17px;
	font-weight: 600;
	background-color: #f1f1f1;
}

.magma_pand .magma_badkamers {
	width: max-content;
	float:left;
	margin-left: 20px;
	margin-right:0px;
	border-radius: 10px;
	padding: 20px;
	font-size: 17px;
	font-weight: 600;
	background-color: #f1f1f1;
}

.wpv-loop td {
	vertical-align: top;
	
}

@media screen and (max-width: 600px) {
	body .magma_pand .magma_slaapkamers, body .magma_pand .magma_badkamers, body .magma_pand .magma_oppervlakte { padding: 10px 11px 10px 11px !important; }
	body.home .magma_pand .magma_slaapkamers, body.home .magma_pand .magma_oppervlakte { margin-right: 5px !important; }
	
	body.home .magma_pand .magma_slaapkamers, body.home .magma_pand .magma_badkamers, body.home .magma_pand .magma_oppervlakte { padding: 10px 10px 10px 10px !important; }
	
	.magma_form_field { width: 100%;  display: flex; margin-bottom: 10px; margin-top: 10px; }
	
	#magma_search_filter input, #magma_search_filter select { flex-grow: 100 !important; }
	
	#magma_search_filter label { margin-left: 0px !important; }
	
	#magma_search_filter .magma_type_aanbod, #magma_search_filter .magma_type_nieuwbouw { padding: 8px 20px !important; }
	
	#magma_search_filter button { margin-left: 0px !important; width: 100% !important; }
	
	.magma_pand .magma_afbeelding img { height: 100% !important; }
}

/* PANDEN HOME EN ACADEMY */

.home .entry-content tr td, .page-id-1063 .entry-content tr td { padding: 6px 13px !important; }

/* EVENTS */

.archive-event .iee_event { 
	border-radius: 10px 10px 10px 10px;
    overflow: hidden;
	border: 1px solid #F1F1F1;    
}

.archive-event .iee_event .event_date { 	
	background: #00ADEF !important;
}

.archive-event .iee_event .event_details { 
	background-color: transparent;
}

.single-eventbrite_events h1 { 
	padding-bottom: 20px;
}

.single-eventbrite_events h1:before {
	content: '';
    display: flex;
    width: 10px;
    height: 10px;
    background-color: #00ADEF;
    border-radius: 5px;
    align-self: flex-start;
    margin-right: 20px;
    position: relative;
    top: 27px;
    left: -30px;
}

.single-eventbrite_events  .post-meta {
	display: none !important;
}

.single-eventbrite_events .iee_organizermain { 
	background: transparent;
	border-radius: 10px; 
	font-size: 15px; 
}

.single-eventbrite_events .iee_organizermain .titlemain { 
	font-family: 'Dosis'; 
	color: #3a6f8f;
}

/* END EVENTS */

/* RESPONSIVE DIVIDERS */

@media screen and (max-width: 600px) {
	
	.et_pb_bottom_divider .et_pb_bottom_inside_divider {
		background-size: 100% 26px !important;   
    	height: 26px !important;
	}
			
	
	.home .wpv-loop td { 
		padding: 0px !important;
	}
	
}

/* END RESPONSIVE DIVIDERS */

/* ------------------------------ */
/*                                *
 *     ACTIVECAMPAIGN STYLING    *
 *                                *
/* ------------------------------ */

/* GENERAL */

._form ._form_element {
	width: 47%; 
	margin-right: 2%;
	float:left;
	margin-bottom: 20px;
}

._form ._error-inner {
	color: #cc0000;
    background-color: #ffdddd;
    font-size: 11px;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 20px;
}

._form ._form_element:nth-of-type(odd) {
	clear:both;
}

._form ._form_element label, ._form ._form_element legend {
	font-family: 'Dosis';
    font-size: 17px;
    padding-right: 10px;
}

._form ._form_element input[type="text"], ._form ._form_element textarea, ._form ._form_element select {
	border-radius: 10px;
	border: 1px solid #eee;
	padding: 12px;
	width: 100%;
	transition: ease-in-out, width .35s ease-in-out;
}

._form ._form_element select, .wpv-filter-form select {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}




._form ._form_element select[multiple="true"] {
	background: transparent !important;
}

._form ._form_element input[type="checkbox"], ._form ._form_element input[type="radio"]  {
	appearance: none;
  	background-color: #fff;
  	margin: 0;  	
  	border: 1px solid #eee;
  	width: 1.15em;
  	height: 1.15em;  	
  	border-radius: 0.15em;
  	transform: translateY(-0.075em); 
	top: 0.2em;
    margin-right: 10px;
    position: relative;
}

._form ._form_element input[type="radio"] {
	border-radius: 1em;
}

._form ._form_element input[type="checkbox"]::before, ._form ._form_element input[type="radio"]::before  {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  background-color: #00adef;
  display: inline-block;
  margin: 0.2em;
  transition: 120ms transform ease-in-out;  
}

._form ._form_element input[type="radio"]::before {
	border-radius: 1em;
}

._form ._form_element input[type="checkbox"]:checked::before, ._form ._form_element input[type="radio"]:checked::before {
  transform: scale(1);
}

._form ._form_element input:focus, ._form ._form_element textarea:focus, ._form ._form_element select:focus {
	background-color: #e5f7fd;
}

._form ._form_element ._checkbox-radio label {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
} 

._form ._button-wrapper {
	clear:both;
}

._form button[type="submit"] {
	color: #FFFFFF;
    border-width: 0px;
    border-radius: 50px;
    font-size: 20px;
    padding: 15px 20px;
    font-family: 'Dosis',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #A68361;
	cursor:pointer
}

._form button[type="submit"]:hover {
	background-color: #00ADEF;
}

/* RESPONSIVE */

@media screen and (max-width: 600px) {
  ._form ._form_element {
    width: 100%;
	margin-right: 0%;
  }
}

/* FORM SPECIFIC STYLING */

._form_1 ._field1 {
   width: 100%;
}

._form_1 ._form_element:nth-of-type(odd) {
	clear:none;
}

._form_1 ._form_element:nth-of-type(even) {
	clear:both;
}


/* mariage form */
/*progressbar*/

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #D2D2D2;
    text-transform: capitalize;
    font-size: 16px;
    width: 16.66%;
    float: left;
    position: relative;
	text-align: center;
}
#progressbar li.active {
    color: #3A6F8F;
}
#progressbar li:before{
    content:'' ;/*counter(step)*/
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 18px;
    /*color:#fff ;*/
    background: transparent;
    border-radius: 100%;
    margin: 0 auto 5px auto;    
  border: 2px solid #ECECEC;
}
#progressbar li:nth-child(1):before{
  content:"\f3c5" ;
  font-family: 'FontAwesome'; 
}
#progressbar li:nth-child(2):before{
  content:"\e065" ;
  font-family: 'FontAwesome'; 
}
#progressbar li:nth-child(3):before{
  content:"\f0e3" ;
  font-family: 'FontAwesome'; 
}
#progressbar li:nth-child(4):before{
  content:"\f153" ;
  font-family: 'FontAwesome'; 
}
#progressbar li:nth-child(5):before{
  content:"\f236" ;
  font-family: 'FontAwesome'; 
}
#progressbar li:nth-child(6):before{
  content:"\f007" ;
  font-family: 'FontAwesome'; 
}
#progressbar li:after {
    content: '';
    width: 73%;
    height: 2px;
    background: #ECECEC;
    position: absolute;
    left: -35%;
    top: 25px;
    z-index: -1;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:before {
    border: 2px solid #3A6F8F;
    color: #3A6F8F;
  /* content: "\f164";*/
}
#progressbar li.active:after {
  background: #3A6F8F;
  color: white;
}

/*
** Contact Form 7
**
**/


/*checkbox label*/
.wpcf7-list-item-label {
	/*color: rgba(0,0,0,0.7);*/
	font-weight: 300;
	font-size:18px;
    margin-bottom: 15px;
    
}



/*tekst label*/
.dipe-cf7 .wpcf7 form .dp-col>label {color: rgba(0,0,0,0.7);font-weight: 300;font-size:18px !important;}


.dipe-cf7 .wpcf7 input[type="text"],
.dipe-cf7 .wpcf7 input[type="email"],
.dipe-cf7 .wpcf7 input[type="tel"],
.dipe-cf7 .wpcf7 input[type="number"],
.dipe-cf7 .wpcf7 input[type="search"],
.dipe-cf7 .wpcf7 select,
.dipe-cf7 .wpcf7 textarea {
    font-size: 16px !important;
    background-color: #ffffff!important;
    border-radius: 10px 10px 10px 10px!important;
	overflow: hidden!important;
	border-width: 1px!important;
	border: 1px solid #bbb;
	height:40px;
	background: transparent;
 }

.dipe-cf7 .wpcf7 textarea {height: 120px;}

.dipe-cf7 .wpcf7 input[type="radio"] {
	 font-size: 16px !important;
     background-color: #ffffff!important;
	transform: scale(1.5);
	accent-color: #3a6f8f;
}

.dipe-cf7 .wpcf7 input[type="text"]:focus,
.dipe-cf7 .wpcf7 input[type="email"]:focus,
.dipe-cf7 .wpcf7 input[type="tel"]:focus,
.dipe-cf7 .wpcf7 input[type="number"]:focus,
.dipe-cf7 .wpcf7 input[type="search"]:focus,
.dipe-cf7 .wpcf7 input[type="radio"]:focus,
.dipe-cf7 .wpcf7 textarea:focus { 
border-color: #00ADEF!important;}

.dipe-cf7 .wpcf7 input[type=submit] {border-width: 0px!important;
border-color: #A68361;
border-radius: 50px;
font-size: 20px;
font-family: 'Dosis',Helvetica,Arial,Lucida,sans-serif!important;
font-weight: 500!important;
text-transform: uppercase!important;
background-color: #A68361!important;
padding-top: 10px!important;
padding-right: 20px!important;
padding-bottom: 10px!important;
padding-left: 20px!important;
/*margin-top: 10px!important;
margin-bottom: 10px!important;*/

}

.wpcf7-list-item {margin: 0 10px 0 0;}



.dipe-cf7  input[type="checkbox"] {
width: 20px;
height: 20px;
border-width: 1px;
accent-color: #3a6f8f;}


input[type="checkbox"]+span:before {background-color:#fff !important;opacity: 0;}






.select2-container--default.select2-container--focus .select2-selection--multiple {border:none; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {border: 1px solid #A68361;font-size: 16px;
color: rgba(0,0,0,0.7);
font-weight: 300;}

.select2-container--default.select2-container--focus .select2-selection--multiple {border-radius: 10px 10px 10px 10px!important;
border-color: #00ADEF!important;}

.dipe-cf7 h3 {margin-bottom: 0px;margin-top: 10px;} /*was 60px*/



.dvppl_cf7_styler_0 .dipe-cf7 .wpcf7-radio input[type="radio"]:not(:checked)+span:before {
    background-color: #ffffff !important;
} 

.wpcf7-list-item-label::before {margin-left: 5px;}
.wpcf7-list-item-label::after {margin-left: 30px;}

.dipe-cf7 .wpcf7 input[type=file] {
	background-color:#ffffff !important;
	border-color: #bbb;
	border-radius: 10px;
	color: rgba(0,0,0,0.7);
    font-weight: 300;
    font-size: 18px;}


.dipe-cf7 .wpcf7 input[type=file]:focus {
	border-color: #00ADEF!important;}

.dipe-cf7 p {font-weight: 300;
line-height: 2em;
color: rgba(0,0,0,0.7)!important;
font-size: 18px;}

.wpcf7-not-valid-tip {
    font-size: 16px;
	font-weight: 300;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border: 2px solid #00adef;}

.wpcf7 form .wpcf7-response-output {border: 2px solid #00adef;}

/* special for Academy form */
#form-academy .wpcf7-list-item-label {color:#fff}
#form-academy .wpcf7-not-valid-tip {color:#fff}
#form-academy a {color:#fff}
#form-academy  p {color:#fff !important}
#form-academy label {color:#fff}

/* foto slider panden */
.tb-image-slider--crop .glide__slide img {height:333px !important}


@media screen and (max-width: 600px) { 
	.tb-image-slider--crop .glide__slide img { height: auto !important; 
	} 
}

/* GDPR branding * /
.moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {display:none;}*/

input[name="wpv-wpcf-price_min"], input[name="wpv-wpcf-price_max"] {
	height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;    
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

@media screen and (max-width: 600px) { 
.magma-nieuwbouw .d-flex-radio {
	    flex-wrap: wrap;
}
	
.magma-nieuwbouw label[for="wpv-wpcf-webtype"] {
		width: 100%;
	}
}


/* hide author, date,category in blog */
#left-area .post-meta {display: none;}

/* verwijder titel bij category webinars */
.category-webinars .entry-title {display: none;}

/* slim investeren - geen ruimte onder webinar*/
/*.et_pb_post {margin-bottom:-60px !important}*/




.wpcf7 form.sent .wpcf7-response-output {
	font-weight: 700;
	font-size: 18px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;}
