.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-32cb08e:#181F37;--e-global-color-cbed252:#CDB986;--e-global-color-6337ad9:#E5E7E9;--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;--e-global-typography-f075cbc-font-family:"Lexend Deca";--e-global-typography-f075cbc-font-size:16px;--e-global-typography-f075cbc-font-weight:200;--e-global-typography-f075cbc-line-height:24px;--e-global-typography-3fc29ad-font-family:"EB Garamond";--e-global-typography-3fc29ad-font-size:40px;--e-global-typography-3fc29ad-font-weight:400;--e-global-typography-3fc29ad-line-height:48px;--e-global-typography-bd80d5b-font-family:"EB Garamond";--e-global-typography-bd80d5b-font-size:32px;--e-global-typography-bd80d5b-font-weight:400;--e-global-typography-bd80d5b-line-height:36px;--e-global-typography-2c46658-font-family:"EB Garamond";--e-global-typography-2c46658-font-size:36px;--e-global-typography-2c46658-font-weight:400;--e-global-typography-2c46658-line-height:48px;--e-global-typography-eb51d0e-font-family:"EB Garamond";--e-global-typography-eb51d0e-font-size:28px;--e-global-typography-eb51d0e-font-weight:400;--e-global-typography-eb51d0e-line-height:36px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-cbed252 );}.elementor-kit-7 h2{font-family:"EB Garamond", Sans-serif;font-size:32px;font-weight:500;line-height:28px;}.elementor-kit-7 h3{font-family:"EB Garamond", Sans-serif;font-size:32px;font-weight:500;line-height:28px;}.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-kit-7{--e-global-typography-3fc29ad-font-size:28px;--e-global-typography-3fc29ad-line-height:28px;--e-global-typography-bd80d5b-font-size:24px;--e-global-typography-bd80d5b-line-height:28px;--e-global-typography-2c46658-font-size:28px;--e-global-typography-2c46658-line-height:28px;--e-global-typography-eb51d0e-font-size:24px;--e-global-typography-eb51d0e-line-height:28px;}.elementor-kit-7 h2{font-size:32px;line-height:28px;}.elementor-kit-7 h3{font-size:24px;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

#site-header.show-header {
    transform: translateY(0);
}

/* Gravity Forms submit button */
.eael-gravity-form .gform_button,
.eael-gravity-form input[type="submit"],
.eael-gravity-form button[type="submit"],
.gform_wrapper .gform_button {
    width: 100% !important;
    display: block !important;
    background-color: #CDB986 !important;
    color: #000 !important;
    font-family: "EB Garamond", serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 16px 24px !important;
    box-shadow: none !important;
}

/* WordPress dropdown menus */
.elementor-nav-menu--dropdown,
.elementor-nav-menu--dropdown .elementor-sub-item,
.sub-menu,
.sub-menu li a {
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    background: #ffffff !important;
    color: #181F37 !important;
}

/* Dropdown links */
.elementor-nav-menu--dropdown a,
.sub-menu a {
    color: #181F37 !important;
    background: #ffffff !important;
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

/* Remove hover/active colour changes */
.elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu--dropdown a:focus,
.elementor-nav-menu--dropdown .elementor-item-active,
.elementor-nav-menu--dropdown .current-menu-item > a,
.sub-menu a:hover,
.sub-menu .current-menu-item > a {
    color: #181F37 !important;
    background: #ffffff !important;
}

/* Dropdown spacing */
.elementor-nav-menu--dropdown li a,
.sub-menu li a {
    padding: 12px 20px !important;
}/* End custom CSS */