/*
Theme Name: MDW Totaal
Theme URI:  https://mdwtotaal.nl/
Author:     Klok Media
Author URI: https://klokmedia.nl/
Template:   Divi
Version:    1.0
License:    GNU General Public License v2 or later
*/

.mfp-bottom-bar{display:none;}

.et_boxed_layout #page-container {
    background: #1d1d1b;
}

/* CONTACT FORM 7
 * _____________________________________
 * 
*/

#responsive-form{
/* max-width:600px; -- change this to get your desired form width --*/
        width:100%;
}

.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.column-whole{
  padding: 0.65rem;
	clear:both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid grey;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #dee8ff;
	color:black;
}
.wpcf7-submit{
float: right;
    margin-right: 10px;
    font-family: 'Avenir Light',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px;
    background: #64b26a;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 20px 30px;
    cursor: pointer;
    border-radius: 3px;
}
.wpcf7-submit:hover{
	background: #093a70;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 15px;
	color: #fff;
	font-weight:700;
	background: #C72929;
	padding: 0px 15px;
	border-radius:5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #5d8b6f;
	border-color: #5d8b6f;
	color: #fff;
	margin: 0;
}

.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea{background:#fff;}

.wpcf7 label{
  font-weight:700;
	font-family:'Avenir Light',Helvetica,Arial,Lucida,sans-serif;
  color:#000;
  font-size:17px;
  line-height:35px;
}

.codedropz-upload-inner h3{
color:white;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #73b86a;
    background: #73b86a;
    color: white;
    font-family: 'Avenir Light',Helvetica,Arial,Lucida,sans-serif;
    border-radius: 5px;
} 

.opmerking-cf7{
	background:#8b2d33;
	padding:7px 10px;
	color:white;
}

@media screen and (max-height:1079px){
	.belgerust a{
			font-size:10px!important;
	}
	
	.belgerust{
		margin-left:0px!important;
		max-width:80%;
		margin-top:10px;
	}
}

@media screen and (max-height:640px){
	.wpcf7 label{
		font-size:16px!important;
		line-height:32px!important;
	}
	
	.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea{
		padding:7px!important;
	}
} 

/* Houd de ingezoomde afbeelding binnen het kader */
.projectrow .projectafbeelding {
  overflow: hidden;
}

.projectrow .projectafbeelding .et_pb_image_wrap {
  display: block;
  overflow: hidden;
}

/* Rustige overgang bij zowel hover-in als hover-out */
.projectrow .projectafbeelding img {
  display: block;
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Subtiele zoom op apparaten met een muis */
@media (hover: hover) and (pointer: fine) {
  .projectrow > .et_pb_column:hover .projectafbeelding img {
    transform: scale(1.06);
  }
}

/* Respecteer de voorkeur voor minder beweging */
@media (prefers-reduced-motion: reduce) {
  .projectrow .projectafbeelding img {
    transition: none;
  }
} 

.mdw-sollicitatieformulier h3 {
  font-weight: 800;
  color: #003a70;
}