/* Mixins
================================================== */
/* Breakpoints
================================================== */
/* Ninja forms
================================================== */
.nf-form-fields-required {
  display: none !important;
}

.smartplaceholder .nf-field-label {
  top: 2.5em;
  position: relative;
  transition: 0.5s;
  pointer-events: none;
  z-index: 1;
}
.smartplaceholder .nf-field-label.active {
  top: 0;
}

@media (max-width: 768px) {
  .nf-form-cont .five-sixths, .nf-form-cont .four-sixths, .nf-form-cont .one-fourth, .nf-form-cont .one-half, .nf-form-cont .one-sixth, .nf-form-cont .one-third, .nf-form-cont .three-fourths, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths, .nf-form-cont .two-sixths, .nf-form-cont .two-thirds {
    width: 100%;
    float: none;
    clear: both;
  }
}