/*
Theme Name:   Ro-Klus Divi child
Theme URI:    https://www.ro-klus.nl/
Description:  Child theme, based on Divi
Author:       Gé Custers
Author URI:   https://www.gecusters.com
Template:     Divi
*/

#main-header {
display: none;
}
#page-container, #content {
    padding-top: 0 !important;
}

.wpcf7 p label span input{
		border: 0px;
		padding-left: 15px;
		height: 50px;
		width: 100%;
	  background: #eeeeee;
}

form.customize-unpreviewable select{
	border: 0px;
	height: 50px;
	width: 100%;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
	height: 50px;
	width: 100%;
}

.wpcf7-form-control.wpcf7-submit{
	border: 0px;
	height: 50px;
	background: #97bf0d!important;
	color: white;
	text-align: center;
	font-size: 20px;
	width: 130px;
}

.wpcf7-form-control.wpcf7-submit:hover{
	width: 150px;
	transition: all .2s;
}

.wpcf7 p{
	color: white;
	font-size: 16px;
}

.wpcf7-form-control-wrap textarea{
	background: #eeeeee;
	border: 0px;
	width: 100%;
	padding: 15px;
}

.wpcf7 p{
	padding: 0px
}

.wpcf7-form-control{
	background: blue;
	width: 400px;
	height: 50px;
}
