.elementor-kit-6{--e-global-color-primary:#3276BA;--e-global-color-secondary:#3D5165;--e-global-color-text:#9BADBC;--e-global-color-accent:#30BAB6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#3276BA;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WPForms Submit Button Styling */

/* Base state */
.wpforms-form button[type="submit"],
.wpforms-form .wpforms-submit {
    background-color: #30bab6 !important;
    color: #ffffff;
    width: 69%;
    display: block;
    margin: 0 auto; /* centers button */
    text-align: center;
    margin-top: 35px !important;
}

/* Hover state */
.wpforms-form button[type="submit"]:hover,
.wpforms-form .wpforms-submit:hover {
    background-color: #dce1e5;
    color: #ffffff;
}

/* Active (click) state */
.wpforms-form button[type="submit"]:active,
.wpforms-form .wpforms-submit:active {
    background-color: #dce1e5 !important;
    color: #ffffff;
}

/* keeps quicklinks visibe on mobile */
@media only screen and (max-width: 595px) {

  /* Hide the social/search row on mobile */
  #bottombar .social-menu {
    display: none !important;
  }

  /* Let quick links take the full row */
  #bottombar .header-right {
    width: 100% !important;
  }

  /* Wrap quick links cleanly */
  #add-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  /* Reset theme menu item layout */
  #add-nav > li {
    float: none !important;
    display: block !important;
    width: auto !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
    text-align: center !important;
  }

  /* Keep theme padding, only control font sizing */
  #add-nav > li > a {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

}


@media only screen and (max-width: 595px) {

  /* Keep original padding for first row */
  #add-nav > li > a {
    font-size: 13px !important;
    padding: 19px 0 12px 0 !important;
  }

  /* Reduce top padding ONLY for items in second row and beyond */
  #add-nav > li:nth-child(n+4) > a {
    padding-top: 6px !important;   /* adjust if needed (4–8px range) */
  }

}




/* indenting bulleted lists globally */
.entry .wp-block-list {
    padding-left: 35px !important;
}

/* updating link background color on hover */
.entry p a:hover {
    background-color: #30bab6 !important;
}

/* ≥768px (portrait iPad and above)
   Ensure minimum 20px left/right padding per menu item */
@media only screen and (min-width: 768px) {
    .header_fullwidth_special #main-nav > li {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* ================================
   Footer Typography (15px unified)
   Applies to menu, copyright, and Astound credit
================================ */
.footer-menu,
.footer-menu a,
.footer_credits,
.footer_credits a,
.footer_astound_credit,
.footer_astound_credit a {
    font-size: 15px;
    text-align: center;
}


/* ================================
   Reduce spacing below copyright
================================ */
.footer_credits {
    margin-bottom: 9px; /* tighter gap before Astound credit */
}


/* ================================
   Add spacing below Astound credit
================================ */
.footer_astound_credit {
    margin-top: 6px;
    padding-bottom: 21px; /* creates breathing room at very bottom */
}





/* remove extra space below footer */
#footer {overflow: hidden;}

/* Preserve the original footer block height/background */
#footop {
	position: relative;      /* Allows absolute positioning of the heading */
	padding: 30px 0;         /* Restores vertical height */
	min-height: 0;           /* Prevents forced compression/expansion issues */
}

/* Center the text without wrapping to two lines */
#footop .footer_text {
	position: absolute;      /* Centers independently of the right-side icons */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	text-align: center;
	white-space: nowrap;     /* Keeps the text on one line */
	width: auto;             /* Prevents unnecessary width constraints */
	max-width: none;         /* Avoids forced wrapping */
	padding: 31px 40px;
}

/* Keep the right-side area layered normally */
#footop .footop-right {
	position: relative;
	z-index: 2;
}/* End custom CSS */