.mw_wp_form .Form-Item input {
  width: 100%;
}

.mw_wp_form textarea {
  width: 100% !important;
}

.mw_wp_form .mwform-tel-field input {
  width: 30% !important;
}

.mw_wp_form .contact-btn {
  margin-top: 20px;
  background-color: #F08700;
}

.single .mw_wp_form .Form-Item input.form-imput {
  width: 100%;
  background-color: #efefef !important;
}

.single .mw_wp_form textarea {
  width: 100% !important;
  background-color: #efefef !important;
}

.single .mw_wp_form .mwform-tel-field input {
  width: 30% !important;
}

.single .mw_wp_form .contact-btn {
  margin-top: 20px;
  background-color: #F08700 !important;
}

@media screen and (min-width: 640px) {
  .single .mw_wp_form {
    max-width: 90%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=contact.css.map */