#wpcf7 { 
background-color: transparent;
width:500px;
padding:10px 10px 0px 10px;
border-radius:0px;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.wpcf7 input[type="text*"]{
background:#ffffff;
width:100%;
color:#000000;
font-size:18px;
font-family:open-sans, sans-serif;
}
.wpcf7 input[type="email"] {
background:#ffffff;
width:100%;
color:#000000;
font-size:18px;
font-family:open-sans, sans-serif;
}
.wpcf7 input[type="tel"] {
background:#ffffff;
width:100%;
color:#000000;
font-size:18px;
font-family:open-sans, sans-serif;
}
.wpcf7 input[type="text"] {
background:#ffffff;
width:100%;
color:#000000;
font-size:18px;
font-family:open-sans, sans-serif;
}
.wpcf7 textarea {
background:#ffffff;
height:300px;
width:100%;
color:#000000;
font-size:18px;
font-family:open-sans, sans-serif;    
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#725f4c;
padding:20px;
width:100%;
color:#ffffff;
font-size:20px;
font-family:open-sans, sans-serif; 
font-style:bolt;
text-align:center;
text-transform:uppercase;
}
.form_half {
width: 49.5%;
float: left;
margin-right: 1%;
}
.form_half_last {
margin-right: 0px;
}
@media (max-width: 767px) {
.form_half {
width: 100%;
}