.elementor-kit-8{--e-global-color-primary:#4CB83A;--e-global-color-secondary:#1B2D5B;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1fbd448:#1B2D5B;--e-global-color-09735a5:#E8323C;--e-global-color-b6971a1:#F5C123;--e-global-color-aca8a5f:#3B8FD4;--e-global-color-6fc48d1:#F8F7F4;--e-global-color-399b1b1:#EDE9E1;--e-global-color-f51bfaa:#5A6A8A;--e-global-color-dfa035c:#E0DDD6;--e-global-color-1690c22:#FFFFFF;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f9b0942-font-family:"Cormorant Garamond";--e-global-typography-f9b0942-font-size:64px;--e-global-typography-f9b0942-font-weight:300;--e-global-typography-ff33e95-font-family:"Cormorant Garamond";--e-global-typography-ff33e95-font-size:148px;--e-global-typography-ff33e95-font-weight:300;--e-global-typography-33e4baa-font-family:"Cormorant Garamond";--e-global-typography-33e4baa-font-size:32px;--e-global-typography-33e4baa-font-weight:400;--e-global-typography-863bed2-font-family:"Nunito";--e-global-typography-863bed2-font-size:18px;--e-global-typography-863bed2-font-weight:700;--e-global-typography-9bf812f-font-family:"Nunito";--e-global-typography-9bf812f-font-size:14px;--e-global-typography-9bf812f-font-weight:700;--e-global-typography-9bf812f-text-transform:uppercase;font-family:"Nunito", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Cormorant Garamond", Sans-serif;font-size:64px;font-weight:300;}.elementor-kit-8 h2{font-family:"Cormorant Garamond", Sans-serif;font-size:48px;font-weight:300;}.elementor-kit-8 h3{font-family:"Cormorant Garamond", Sans-serif;font-size:32px;font-weight:400;}.elementor-kit-8 h4{font-family:"Nunito", Sans-serif;font-size:18px;font-weight:700;}.elementor-kit-8 h5{font-family:"Nunito", Sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:0.14em;}.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 .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 *///* Fix mobile menu overflow */
.elementor-nav-menu--dropdown {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  box-sizing: border-box !important;
}

.elementor-nav-menu--dropdown a {
  white-space: normal !important;
  word-break: break-word !important;
}

/* Fix mobile menu container */
.elementor-menu-toggle {
  margin-left: auto !important;
}

.e-con .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: fixed !important;
  top: 68px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  z-index: 9999 !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(27,45,91,0.1) !important;
}

/* Fix CTA button inside mobile menu */
.e-con .elementor-nav-menu--dropdown .menu-cta {
  display: block !important;
  text-align: center !important;
  padding: 12px 24px !important;
}

.e-con .elementor-nav-menu--dropdown .menu-cta > a {
  display: inline-block !important;
  width: auto !important;
  max-width: 200px !important;
  padding: 10px 28px !important;
  font-size: 15px !important;
  margin: 4px auto !important;
}

/* Prevent horizontal scroll on entire site */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/* CTA button inside mobile dropdown menu */
.elementor-nav-menu--dropdown .menu-cta > a {
  background-color: #4CB83A !important;
  color: #ffffff !important;
  padding: 10px 32px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  display: inline-block !important;
  margin: 8px auto !important;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(76,184,58,0.3) !important;
}

.elementor-nav-menu--dropdown .menu-cta > a:hover {
  background-color: #389929 !important;
}

/* Centre the CTA item in the dropdown */
.elementor-nav-menu--dropdown .menu-cta {
  text-align: center !important;
  padding: 8px 0 16px !important;
  display: block !important;
}/* End custom CSS */