/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field-1, .contact-field-3, .contact-field-5 {
  width: 50%;
  margin-right: 5px;
}
.contact-field-2, .contact-field-4, .contact-field-6 {
  width: 50%;
  margin-left: 5px;
}
.wpcf7 select, .wpcf7 textarea {
  width: 100%;
  background: none;
  border: 1px solid #3A3A3A;
  margin-bottom: 15px;
}
input#myFirstDatepicker, .wpcf7-form-control .wpcf7-datepicker {
  color: #747474;
}
textarea {
  height: 250px;
}
.wpcf7 input:not([type="submit"]) {
  background: none;
  border: 1px solid #3A3A3A;
  margin-bottom: 0px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
