/*
Theme Name: Hello Elementor Child
Template:   hello-elementor
Version:    1.0.0
*/

.elementor-widget-text-editor a:hover {
  text-decoration: none;
}

.elementor-widget-text-editor ul {
  margin-left: 0;            
  padding-left: 1.2rem;      
}



/** Add margin beneath bulleted lists **/
.elementor-widget-text-editor ul {
  margin-bottom: 10px;
}

/** Hide the contact form legend **/
.gform_required_legend {
  display: none;
}

/** Hide the recaptcha badge in lieu of the disclaimer **/
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

/** Adjusted styles for Icon List Widget **/
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  align-items: start !important;
}

.elementor-icon-list-icon {
  margin-top: 5px;
}

/* HIDE Mobile Menu Items */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .mobile-menu {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) {
  .mobile-menu {
    display: none !important;
  }
}

 /* Form grid layout & gaps */
.gform_wrapper .gform_fields {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

/* Field wrapper & label spacing */
.gform_wrapper .gfield {
  padding: 6px 0;
}
.gform_wrapper .gfield_label {
  font-size: 18px;
  margin-bottom: 6px;
}

/* Text inputs & selects — unified sizing */
.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container input[type="tel"],
.gform_wrapper .ginput_container input[type="number"],
.gform_wrapper .ginput_container select {
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  border: none;
  font-size: 18px;
  background-color: #fff;
  color: black;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4px;
}

/* Textarea sizing/spacing */
.gform_wrapper .ginput_container textarea {
  line-height: 1.6;
  padding: 14px 16px;
  border: none;
  font-size: 18px;
  background-color: #fff;
  color: black;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4px;
}

/* Placeholder appearance */
.gform_wrapper .ginput_container input::placeholder,
.gform_wrapper .ginput_container textarea::placeholder {
  color: black;
}

/* Choice fields (checkbox/radio text) */
.gform_wrapper .gchoice label {
  font-size: 19px;
  padding: 10px 12px;
}

/* Footer / submit area spacing */
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  margin-top: 12px;
}

/* Selects — native cleanup + vertical text centering */
.gform_wrapper .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 12px center;
  background-repeat: no-repeat;
  height: 50px;
  line-height: 50px;
  padding: 0 16px !important;
  border: none;
  font-size: 18px;
  background-color: #fff;
  color: black;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.gform_wrapper .ginput_container select option {
  line-height: normal;
}

/* reCAPTCHA/Turnstile disclaimer text */
.recaptcha-disclaimer {
  font-size: 80%;
  color: black;
}
.recaptcha-disclaimer a {
  color: var(--e-global-color-accent);
}
.recaptcha-disclaimer a:hover {
  text-decoration: underline;
}

/* Elementor theme override protection (gaps only) */
.elementor .gform_wrapper .gform_fields {
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}

/* Address field (complex) — mobile stacking & spacing */
@media (max-width: 767px) {
  .gform_wrapper .gfield--type-address .ginput_complex {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
