/*
Theme Name: Enfold Child
Template: enfold
*/
.wpcf7,
.wpcf7 span,
.wpcf7-list-item,
.wpcf7-list-item-label{
	font-size:15px!important;
	color: #333!important;
}
.wpcf7, .wpcf7 span, .wpcf7-list-item{
	margin: 0;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-tel,
.wpcf7-email,
.wpcf7-select{
	width:100%;
	border:1px solid #333!important;
	font-size:15px;
	font-family: 'Raleway', serif;
	background:white;
	margin: 0;
	color:#333!important;
}
.wpcf7-submit{
	width: 100%;
	color: white;
	text-transform: uppercase;
	background: #188fcb!important;
	font-size: 17px;
}
.wpcf7-submit:hover{
	background: #333!important;
}
@media screen and (min-width:768px){
	.wpcf7 .form_fullwidth,
	.wpcf7 .form_element_half{
		padding: 0 1%;
		margin: 0!important;
		width: 98%;
		display: inline-block;
	}
	.wpcf7 .form_element_half{
		width: 49%;
	}
}