.elementor-kit-5{--e-global-color-primary:#DCE342;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#DCE342;--e-global-color-bf384fb:#000000;--e-global-color-955ccbf:#FFFFFF;--e-global-typography-primary-font-family:"din-condensed";--e-global-typography-primary-font-size:70px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"din-condensed";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"ff-market-web";--e-global-typography-accent-font-size:40px;--e-global-typography-accent-font-weight:400;background-color:var( --e-global-color-bf384fb );}.elementor-kit-5 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 */.ironwood-underline {
  --underline-color: #cbd600;
  --underline-height: 0.82em;
  --underline-offset: -0.16em;
  --draw-time: 1.4s;
  --draw-delay: 3s;

  position: relative;
  display: inline-block;
  z-index: 1;
}

.menus {
  --draw-time: 1s;
  --draw-delay: 1.75s;
}
.locations {
  --draw-time: 1.5s;
  --draw-delay: 3s;
}

.ironwood-underline::after  {
  content: "";
  position: absolute;
  left: 0;
  bottom: var(--underline-offset);
  width: 100%;
  height: var(--underline-height);
  pointer-events: none;
  z-index: -1;

  background-image: url("/wp-content/uploads/2026/06/ironwood-animated-vector-underline.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;

  clip-path: inset(0 100% 0 0);
  animation: ironwoodRevealUnderline var(--draw-time) ease-out var(--draw-delay) forwards;
}

@keyframes ironwoodRevealUnderline {
  to {
    clip-path: inset(0 0 0 0);
  }
}

/* Example overrides:
.hero-title.ironwood-underline {
  --draw-time: 5s;
  --draw-delay: 3s;
  --underline-height: 0.3em;
  --underline-offset: -0.18em;
}
*//* End custom CSS */