.elementor-kit-6{--e-global-color-primary:#4393D9;--e-global-color-secondary:#2D6DA6;--e-global-color-text:#333333;--e-global-color-accent:#A60311;--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 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:#EBEBEB;border-radius:10px 10px 10px 10px;padding:15px 25px 15px 25px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#EBEBEB;}.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 *//*fix flashing when sticking menu*/
body.custom-background {
    background-color: #1a1a1a;
}

#masthead {
    padding: 0 31px;
}

a.menu-link {
    color: #1a1a1a !important;
    transition: color .2s;
}

a.menu-link:hover {
    color: var(--e-global-color-primary) !important;
}


@media only screen and (min-width: 800px) {
    .site-header:not(.sticky-header) a.menu-link {
        color: #ebebeb !important;
    }
    .site-header:not(.sticky-header) a.menu-link:hover {
        color: var(--e-global-color-primary) !important;
    }
}


#site-navigation, #header-menu
{
    background-color: transparent !important;
}

/*mobile menu fixes*/

.menu-toggle {
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
    margin: 0px 0px 40px 0px !important;
}

@media only screen and (max-width: 800px) {
    
    ul#header-menu, ul.sub-menu
    {
        background-color: #ebebeb !important;
    }
    
    .custom-logo {
        width: 200px;
    }
}

@media only screen and (max-width: 900px) {
    
    .custom-logo {
        width: 300px;
    }
}

@media only screen and (max-width: 1040px) {
    
    .site-header-row .main-navigation.toggled {
        background-color: #ebebeb;
    }
    
    .custom-logo {
        width: 400px;
    }
}


.menu-toggle {
    color: var(--e-global-color-primary) !important;
}

.sticky-header .menu-toggle {
    background-color:transparent !important;
    color: var(--e-global-color-primary);
}

/*mobile menu fixes*/

/*sticky menu fixes*/

#masthead.sticky-header .main-navigation, .res-transparent-header #masthead.sticky-header .main-navigation {
    background-color: #ebebeb;
}

#masthead.sticky-header, .res-transparent-header #masthead.sticky-header, .res-transparent-header:not(.woocommerce-cart):not(.woocommerce-checkout) #masthead.sticky-header {
    background-color: #ebebeb;
    opacity: 1;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,0.3);
}
/*sticky menu fixes*/



.main-navigation-wrapper {
    background-color: transparent !important;
}

.site-branding {
    padding-left: 0;
    padding-right: 0;
}

.about-card p:first-of-type::first-letter {
    font-size:23px;
    font-weight: 700;
}

.about-card#about-first p:first-of-type::first-letter {
    color: var(--e-global-color-accent);
}

.about-card#about-second p:first-of-type::first-letter {
    color: var(--e-global-color-primary);
}

.main-navigation .menu li > a:hover {
    color: var(--e-global-color-primary);
}/* End custom CSS */