body.inled-home-page,
body.inled-legal-page {
  margin: 0;
}

body.admin-bar.inled-home-page .sticky-chrome,
body.admin-bar.inled-legal-page .sticky-chrome {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.inled-home-page .sticky-chrome,
  body.admin-bar.inled-legal-page .sticky-chrome {
    top: 46px;
  }
}

.inled-form-shortcode .wpforms-container,
.inled-form-shortcode .wpcf7 {
  margin: 0;
}

.inled-form-shortcode .wpforms-field-label,
.inled-form-shortcode .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(19, 19, 19, 0.75);
}

.inled-form-shortcode .wpforms-field,
.inled-form-shortcode .wpcf7-form p {
  margin: 0 0 14px;
}

.inled-form-shortcode input[type="text"],
.inled-form-shortcode input[type="email"],
.inled-form-shortcode input[type="tel"],
.inled-form-shortcode input[type="number"],
.inled-form-shortcode input[type="url"],
.inled-form-shortcode select,
.inled-form-shortcode textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1.5px solid rgba(19, 19, 19, 0.42);
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}

.inled-form-shortcode textarea {
  min-height: 140px;
  resize: vertical;
}

.inled-form-shortcode .wpforms-submit,
.inled-form-shortcode .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 368px);
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(19, 19, 19, 0.72);
  border-radius: 999px;
  background: transparent;
  color: #111111;
  font-family: "Strawford", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
  cursor: pointer;
}

.inled-form-shortcode .wpforms-submit:hover,
.inled-form-shortcode .wpcf7-submit:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.inled-form-shortcode .wpforms-error,
.inled-form-shortcode .wpcf7-not-valid-tip,
.inled-form-shortcode .wpforms-confirmation-container,
.inled-form-shortcode .wpcf7-response-output {
  margin-top: 12px;
  font-size: 14px;
}

