/* Match contact form look to index.html dmform styling */
#m1386,
#m1386 .field,
#m1386 label,
#m1386 p,
#m1386 input,
#m1386 textarea {
  font-family: Mulish, "Mulish Fallback", sans-serif;
}

#m1386 label,
#m1386 .form_option label {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}

#m1386 .subtitle {
  color: #3f3f3f;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

#m1386 input[type="text"],
#m1386 input[type="email"],
#m1386 input[type="tel"],
#m1386 textarea {
  color: #3f3f3f;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  background: #fff;
  font-size: 17px;
  line-height: normal;
  padding: 0 10px;
}

#m1386 input[type="text"],
#m1386 input[type="email"],
#m1386 input[type="tel"] {
  height: 40px;
}

#m1386 textarea {
  min-height: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#m1386 input[type="submit"] {
  color: #3f3f3f;
  background: #f3d304;
  border: 1px solid #f3d304;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

#m1386 input[type="submit"]:hover {
  color: #3f3f3f;
  background: #c2a803;
  border-color: #c2a803;
}
