.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-4 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Hello Elementor prints its own footer; this site has a Theme Builder one. */
body > footer.site-footer { display: none; }
/* The source header is fixed and overlays the page, so <main> starts at 0.
   Elementor's header wrapper must not reserve height. */
body > header.elementor-location-header { height: 0; }

/* --- Header scroll state -------------------------------------------------
   The home header floats transparent over the hero, then turns cream once you
   scroll past it. Elementor exposes no control for a scroll-dependent style,
   so mu-plugins/sd-behaviour.php toggles ONE class (.sd-scrolled on <body>)
   and every value below is the source's, measured. Without this the header is
   cream-on-white and vanishes as soon as you leave the hero. */
.sd-head--over-hero {
  transition: background-color .3s ease, border-color .3s ease;
}
body.sd-scrolled .sd-head--over-hero {
  background-color: rgba(245, 243, 238, .92) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(12, 12, 12, .1);
}
/* type flips from cream to ink with the background */
body.sd-scrolled .sd-head--over-hero .elementor-heading-title,
body.sd-scrolled .sd-head--over-hero .elementor-heading-title a,
body.sd-scrolled .sd-head--over-hero .elementor-nav-menu a {
  color: #1a1a1a;
  transition: color .3s ease;
}
body.sd-scrolled .sd-head--over-hero .elementor-nav-menu a:hover,
body.sd-scrolled .sd-head--over-hero .elementor-nav-menu a.elementor-item-active,
body.sd-scrolled .sd-head--over-hero .elementor-heading-title a:hover {
  color: #c79a3b;
}
body.sd-scrolled .sd-head--over-hero .elementor-menu-toggle { color: #1a1a1a; }/* End custom CSS */