.elementor-kit-17{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Averia Serif Libre";--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-17 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);}.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 *//* Mobile Menu Container */
body .elementor-nav-menu--dropdown {
    background-color: #ffffff !important; /* crisp white dropdown */
    border-radius: 14px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15) !important;
    padding: 12px 0 !important;
    top: 60px !important;
    backdrop-filter: blur(8px) !important;
    z-index: 9999 !important;
}

/* Menu Items */
body .elementor-nav-menu--dropdown .menu-item a {
    color: #1a1a1a !important; /* clean dark text */
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 12px 22px !important;
    display: block !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

/* Hover effect */
body .elementor-nav-menu--dropdown .menu-item a:hover {
    background-color: rgba(160, 220, 236, 0.1) !important; /* faint robin’s egg tint */
    color: #c13f3f !important; /* subtle red accent */
    transform: translateX(2px) !important;
}

/* Remove pseudo-elements */
body .elementor-nav-menu--dropdown:before,
body .elementor-nav-menu--dropdown:after {
    display: none !important;
}

/* Toggle Button */
body .elementor-menu-toggle {
    background-color: rgba(255, 255, 255, 0.3) !important; /* translucent for dark/light compatibility */
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    backdrop-filter: blur(6px) !important; /* subtle glass effect */
}

/* Toggle hover */
body .elementor-menu-toggle:hover {
    background-color: rgba(255, 255, 255, 0.45) !important;
    transform: rotate(10deg) !important;
}

/* Hamburger icon */
body .elementor-menu-toggle svg {
    stroke: #ffffff !important; /* white icon for both dark and light pages */
    stroke-width: 2 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Averia Serif Libre';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://erinandausten.com/wp-content/uploads/2025/10/AveriaSerifLibre-Bold-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Averia Serif Libre';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://erinandausten.com/wp-content/uploads/2025/10/AveriaSerifLibre-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */