/*
 Theme Name:     Silicon Village
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Een prachtig WordPress template
 Author:         Rogier Swagerman
 Author URI:     https://www.siliconvillage.nl
 Template:       Divi
 Version:        1.1.17
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* aanpassingen om contact form 7 responsive te maken */

.wpcf7 {
	width:75% !important;
}

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	width:60% !important;
	padding: 7px !important;
}


.wpcf7-form input[type="number"]{
	padding: 7px !important;
}


/* Hide Divi Main Navigation Menu on home page only */
.home #main-header { display:none; }
.home #page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

span.wpcf7-list-item {display: block;}