/* Contact Form 7 */

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea , .wpcf7 input[type="date"]{
	width: 100% !important;
	border-radius: 3px !important;
	-webkit-box-sizing: border-box !important;
	 -moz-box-sizing: border-box !important;
	      box-sizing: border-box !important;
    padding: 8px;
}
.wpcf7 input[type="text"]:focus{
	background: #fff !important;
}

span.wpcf7-not-valid-tip{
	text-shadow: none !important;
	font-size: 12px !important;
	color: #fff !important;
	background: #ff0000 !important;
	padding: 5px !important;
}
div.wpcf7-validation-errors { 
	text-shadow: none !important;
	border: transparent !important;
	background: #f9cd00 !important;
	padding: 5px !important;
	color: #9C6533 !important;
	text-align: center !important;
	margin: 0 !important;
	font-size: 12px !important;
}
div.wpcf7-mail-sent-ok{
	text-align: center !important;
	text-shadow: none !important;
	padding: 5px !important;
	font-size: 12px !important;
	background: #59a80f !important;
	border-color: #59a80f !important;
	color: #fff !important;
	margin: 0 !important;
}
.wpcf7-submit{
	background: #a51d21 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border: none !important;
	padding: 1em 2em !important;
    border-radius: 5px !important;
	cursor: pointer !important;
}
.wpcf7-submit:hover{
	background: #ff0000 !important;
}
#responsive-form{
	max-width:950px /*-- change this to get your desired form width --*/;
	margin:0 auto !important;
        width:100% ;
}
.form-row{
	width: 100% !important;
}
.column-half, .column-full{
	float: left !important;
	position: relative !important;
	padding: 0.65rem !important;
	width:100%;
	-webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
font-weight: bold !important;
    font-size: 1em !important;
font-family: "Lato", Arial, sans-serif !important;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* top banner remove 1/2 inch gap at top */
.custom #all {
position: relative;
	top: 10rem;
}
@media screen and (max-width: 1023px) {
.custom #all {
position: relative;
top: 9rem;
}
}
