.elementor-kit-7{--e-global-color-primary:#19150F;--e-global-color-secondary:#467881;--e-global-color-text:#19150F;--e-global-color-accent:#F0EEEB;--e-global-color-dd868c9:#6F6F6F;--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#467881;}.elementor-kit-7 a:hover{color:#467881B0;text-decoration:underline;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-weight:400;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Hanken Grotesk", Sans-serif;}.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;}.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 *//* Default links */
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a {
    color: #3E6B73 !important;
    text-decoration: underline;
}

/* Hover */
.elementor-widget-text-editor a:hover,
.elementor-widget-theme-post-content a:hover {
    text-decoration: none;
}

/*Hide wordpress menu*/

@media (max-width: 1024px) {
  .desktop-menu {
    display: none !important;
  }
}


/*Popup tablet and mobile menu*/
.popup-menu .menu-item a,
.popup-menu .elementor-item {
  display: block;
  padding: 24px 32px;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  transform: none;
  transition: background-color 0.3s ease;
}

/* Hover (desktop) */
.popup-menu .menu-item a:hover,
.popup-menu .elementor-item:hover {
  background-color: rgba(255,255,255,0.08);
  font-weight: 400;
  transform: none;
}

/* Mobile + tap states */
.popup-menu .menu-item a:focus,
.popup-menu .elementor-item:focus,
.popup-menu .menu-item a:active,
.popup-menu .elementor-item:active {
  background-color: rgba(255,255,255,0.08);
  font-weight: 400;
  transform: none;
}

/* Prevent Elementor adding its own active styles */
.popup-menu .menu-item.current-menu-item a,
.popup-menu .elementor-item.elementor-item-active {
  font-weight: 400;
  background-color: transparent;
}/* End custom CSS */