form, .nf-form-layout, .nf-form-cont{
  width: 100%;
}
.nf-field-label{
  display: none;
}
.wpcf7, .wpcf7-form label{
  width: 100%!important;
}
.wpcf7-form-control, .ninja-forms-field .nf-element, .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
  background: transparent!important;
  border: 0!important;
  border-bottom: solid 1px black!important;
  color: inherit!important;
  padding: 7px!important;
  height: 40px!important;
  width: 100%!important;
}
footer .wpcf7-form-control.wpcf7-submit, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
  width: 100%;
}
.wpcf7-form-control.wpcf7-textarea, .nf-form-content textarea{
  height: 140px!important;
}
.ajax-loader{
  display: none!important;
}
