/*
 * Page-level layout tweaks that sit on top of Avada's generated stylesheet.
 *
 * !important is needed because Avada's own rules are emitted later in the page
 * as inline <style> blocks keyed to the same generated class names.
 */

/* Get Involved: tighten the space between the three options and the contact form.
   Avada sets 150px on both sides of this boundary, which left a ~270px gap. */
.lens-options-section {
  padding-bottom: 45px !important;
}

.lens-form-section {
  padding-top: 45px !important;
}

/* This section has a light grey background, but Avada renders the submit button
   inside it with a transparent fill (the same amber at alpha 0) and white text,
   leaving it invisible. Restore the solid amber it has on the contact page. */
.lens-form-section .fusion-button.form-form-submit,
.lens-form-section .fusion-button.form-form-submit:hover,
.lens-form-section .fusion-button.form-form-submit:focus {
  background-color: rgb(254, 201, 107) !important;
  color: #ffffff !important;
}
