.elementor-kit-8{--e-global-color-primary:#1A3A5C;--e-global-color-secondary:#C9A84C;--e-global-color-text:#2C2C2C;--e-global-color-accent:#FAF7F2;--e-global-typography-primary-font-family:"Playfair Display SC";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playfair Display SC";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:1.6px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;color:#2C2C2C;font-family:"Lato", Sans-serif;font-size:16px;font-weight:300;line-height:1.6px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{color:#1A3A5C;font-family:"Playfair Display", Sans-serif;font-size:60px;}.elementor-kit-8 h2{color:#1A3A5C;font-family:"Playfair Display", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-8 h3{color:#C9A84C;font-family:"Playfair Display", Sans-serif;font-size:24px;font-weight:700;}.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-kit-8{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* STYLE THE FOOTER FORM */
.wpforms-container {
    margin-top: 10px !important;
}

/* The Input Field */
.wpforms-field-container input {
    background-color: rgba(255,255,255,0.1) !important; /* Subtle see-through white */
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}

/* The Submit Button */
.wpforms-submit {
    background-color: #c9a84c !important; /* Your Global Gold */
    color: #0f2540 !important;           /* Your Global Navy */
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    width: 100% !important;
    transition: 0.3s !important;
}

.wpforms-submit:hover {
    background-color: #ffffff !important;
    cursor: pointer;
} 
/* Fix for the Admin Bar overlap */
body.admin-bar .main-navbar {
    top: 32px;
}

/* Adjust for mobile screens where the admin bar is taller */
@media (max-width: 782px) {
    body.admin-bar .main-navbar {
        top: 46px;
    }
}/* End custom CSS */