.elementor-kit-452{--e-global-color-primary:#305C37;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-40e01afc:#4054B2;--e-global-color-36358f0:#23A455;--e-global-color-63109640:#000;--e-global-color-2567a509:#FFF;--e-global-color-5d09d355:#000000;--e-global-color-33748093:#000000;--e-global-color-f1a0eb3:#020101;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-452 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-452 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-452 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-452{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-452{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header.sticky-header {
    --header-height: 80px;
    --opacity: 1;
    --shrink-me: 0.90;
    --sticky-background-color: #305c37;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}

header.sticky-header-2
{
     --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.70;
    --sticky-background-color: #305c37;
    --transition: .1s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}

header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

header.sticky-header-2.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}

header.sticky-header-2 > .elementor-container {
    transition: min-height var(--transition);
}


header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}

header.sticky-header-2.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}


header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}

header.sticky-header-2.elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}

header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 26px !important;
    padding-top: 26px !important;
    color: white !important;
}

header.sticky-header-2.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 26px !important;
    padding-top: 26px !important;
    color: white !important;
    
}

header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition)  !important;
}

header.sticky-header-2 > .elementor-container .logo-2 img {
    transition: max-width var(--transition)  !important;
    
}

header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me)) !important;
}

header.sticky-header-2.elementor-sticky--effects .logo-2 img {
    max-width: calc(25% * var(--shrink-me)) !important;
}*/

/*REPLACES LAST BIT*/
/*
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: 34% !important;
}
*/



/*** 
* Logo on top of menu to logo to the side of the menu
* new class: .sticky-logo
*/


header.sticky-header {
    --header-height: 80px; /* Set the correct height for your header */
    --shrink-me: 0.9; /* Set relative sticky header height to be 60% or any other value you deem fit */
}

header.sticky-header > .elementor-container .sticky-logo {
    display: none;
}
header.sticky-header.elementor-sticky--effects .logo {
    display: none;
}
header.sticky-header.elementor-sticky--effects .sticky-logo {
    display: block;
    filter: invert(1);
}/* End custom CSS */