.elementor-kit-6{--e-global-color-primary:#2F473B;--e-global-color-secondary:#A9BEA3;--e-global-color-text:#181818;--e-global-color-accent:#D97C5A;--e-global-typography-primary-font-family:"freight-text-pro";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"merriweather";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"merriweather";--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-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 *//* Always-hamburger Elementor menu for the Nav Menu with ID "header-nav" */

/* 1. Always show the hamburger / toggle button */
#header-nav .elementor-menu-toggle,
#header-nav .elementor-nav-menu__toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* 2. Hide the inline/horizontal main menu so only the dropdown is used */
#header-nav .elementor-nav-menu--main {
    display: none !important;
}

/* 3. Make sure the dropdown menu is usable at all widths */
#header-nav .elementor-nav-menu--dropdown,
#header-nav .elementor-nav-menu--dropdown .elementor-nav-menu {
    display: block !important;
}

/* 4. Optional niceties: remove bullets/indent on dropdown items */
#header-nav .elementor-nav-menu--dropdown .elementor-nav-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.elementor-menu-toggle svg {
    height: auto;
    width: 3em;
    opacity: 1 !important;
    transition: transform 0.25s ease, opacity 0.25s ease;
    /* fill: var(--nav-menu-icon-color, currentColor); */
}

.elementor-menu-toggle:hover svg {
    transform: scale(1.1);
    opacity: 0.8;
}/* End custom CSS */