.elementor-kit-13270{--e-global-color-primary:#469BD1;--e-global-color-secondary:#3981AC;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"proxima-nova-condensed";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"proxima-nova-condensed";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Georgia";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13270 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* 1. BODY LINKS: Posts & Pages */
/* Targets paragraphs and lists, but excludes Header and Footer areas */
:not(header):not(footer) .elementor-widget-text-editor p a,
:not(header):not(footer) .elementor-widget-text-editor li a,
:not(header):not(footer) .wp-caption-text a,	
:not(header):not(footer) .elementor-widget-theme-post-content p a,
:not(header):not(footer) .elementor-widget-theme-post-content li a {
    color: inherit !important; 
    text-decoration: underline !important;
    text-decoration-color: #469bd1 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;    
    transition: all 0.3s ease;
}

/* 2. HOVER STATE: Turn text teal */
:not(header):not(footer) .elementor-widget-text-editor p a:hover,
:not(header):not(footer) .elementor-widget-text-editor li a:hover,
:not(header):not(footer) .wp-caption-text a:hover,	
:not(header):not(footer) .elementor-widget-theme-post-content p a:hover,
:not(header):not(footer) .elementor-widget-theme-post-content li a:hover {
    color: #469bd1 !important;
    text-decoration-color: #469bd1 !important;
}

/* 3. IMAGE & NAVBAR PROTECTION: No Underlines */
/* This stops links that wrap around images from showing a teal line */
.elementor-nav-menu a, 
.elementor-nav-menu a:hover,
.elementor-widget-image a,
.elementor-widget-text-editor a:has(img) {
    text-decoration: none !important;
    color: inherit;
}

/* 4. IMAGE SIZING & SIDEBAR FIXES */
.elementor-widget-html img,
.elementor-widget-image img,
footer img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    object-fit: contain;
}/* End custom CSS */