.elementor-kit-13{--e-global-color-primary:#D13024;--e-global-color-secondary:#E3D5BB;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-f87b2d6:#314993;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:tada;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:22%;}.elementor-kit-13 e-page-transition{background-color:transparent;background-image:radial-gradient(at center center, var( --e-global-color-f87b2d6 ) 0%, var( --e-global-color-astglobalcolor2 ) 100%);}.elementor-kit-13 h1{color:var( --e-global-color-accent );font-family:"Oswald", Sans-serif;font-size:70px;font-weight:900;text-transform:uppercase;line-height:1.1em;}.elementor-kit-13 h2{font-family:"Oswald", Sans-serif;font-weight:900;text-transform:uppercase;}.elementor-kit-13 h3{font-family:"Oswald", Sans-serif;font-weight:900;text-transform:uppercase;}.elementor-kit-13 h4{font-family:"Oswald", Sans-serif;font-weight:900;text-transform:uppercase;}.elementor-kit-13 h5{font-family:"Oswald", Sans-serif;font-weight:900;text-transform:uppercase;}.elementor-kit-13 h6{font-family:"Oswald", Sans-serif;font-weight:900;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-13 h1{font-size:40px;}.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 *//* ---------- General ---------- */

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}


/* ---------- Sticky header: background + shadow ---------- */

header.sticky-header {
    transition: .5s all ease-in-out;
}

header.sticky-header.elementor-sticky--effects {
    background-color: #ffffff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}


/* ---------- Sticky header: menu links ---------- */

header.sticky-header.elementor-sticky--effects a.uael-menu-item {
    color: #000000 !important;
}

header.sticky-header.elementor-sticky--effects a.uael-menu-item:hover {
    color: #cd9e44 !important;
}

header.sticky-header.elementor-sticky--effects a.uael-menu-item:active {
    color: #cd9e44 !important;
}


/* ---------- Logo swap + shrink ---------- */
/* Top of page: white-text logo (overlay). Scrolled: dark site logo (real <img>). */

.elementor-element-de2658a .elementor-widget-container a {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.elementor-element-de2658a .elementor-widget-container img {
    opacity: 0;
    transition: .5s all ease-in-out;
}

.elementor-element-de2658a .elementor-widget-container a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://militelloholidaylights.com/wp-content/uploads/2026/09/Militello_logo_white_text.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    pointer-events: none;
}

header.sticky-header.elementor-sticky--effects .elementor-element-de2658a .elementor-widget-container img {
    width: 140px !important; /*--edit the pixels to change to desired shrinking size--*/
    opacity: 1 !important;
}

header.sticky-header.elementor-sticky--effects .elementor-element-de2658a .elementor-widget-container a::after {
    opacity: 0;
}

/* ---------- Site motto: hidden at top, fades in on scroll ---------- */

.site-motto {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

header.sticky-header.elementor-sticky--effects .site-motto {
    opacity: 1;
    visibility: visible;
}/* End custom CSS */