#wpforms-form-8068 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#wpforms-submit-8068 {
  background: #f86700;
  border: none;
  border-radius: 10px;
  padding: 7px 16px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}


.email-input-form {
  margin-left: 8px !important;
}

.email-input-form input {
  max-width: 100% !important;
  border-radius: 10px !important;
}


.name-input-form input {
  max-width: 100% !important;
  border-radius: 10px !important;
}
@media (min-width: 700px) {
  .name-input-form input, 
  .email-input-form input {
    width: 300px !important;
  }
  .email-input-form {
    margin-left: 12px !important;
  }
}



/* hero-cta form  */

.hero-cta div.wpforms-container-full {
  margin-bottom: 0;
}

.hero-cta .wpforms-field-container {
  max-width: 80%;
}

.hero-cta .wpforms-submit  {
  font-size: 0.9;
}
.hero-cta {
  padding-left: 0px;
  padding-right: 0px;
}

@media(min-width: 900px) {
  .hero-cta .cta-headline {
    max-width: 35%;
  }
  .hero-cta {
    padding: 0;
  }
}

@media (min-width: 769px) {
.home .vh-lg-70 {
  min-height: 400px;

  }
}

@media (max-width: 768px) {
  .hero-content {
    padding-top: 0 !important;
  }
}

@media(min-width: 320px) and (max-width: 500px) {
  .home .top-hero {
    min-height: 700px;
  }
}
