.elementor-kit-6{--e-global-color-primary:#2356F6;--e-global-color-secondary:#0B2153;--e-global-color-text:#1A233D;--e-global-color-accent:#1A233D;--e-global-color-86ff2ea:#F4F0EA;--e-global-color-f520f0b:#EFE8DE;--e-global-typography-primary-font-family:"EB Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"EB Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"EB Garamond";--e-global-typography-accent-font-weight:500;--e-global-typography-8867c26-font-family:"Lato";--e-global-typography-8ad9d88-font-family:"EB Garamond";background-color:var( --e-global-color-86ff2ea );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 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 .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;}}:root { --Text:#1a233d; --DUP_Text:#1a233d; }
/* Start custom CSS */li.menu-badge-new,
li.menu-badge-coming {
  position: relative;
}

li.menu-badge-new::before {
  font-family:"Montserrat";
  content: "Now Open";
  text-transform: uppercase;
  position: absolute;
  width: 74px;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
transform: translateX(-50%);
  background-color: #30759e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.4;
  pointer-events: none;
  z-index: 999;
}
li.menu-badge-coming::before {
  font-family:"Montserrat";
  content: "Coming Soon";
  text-transform: uppercase;
  position: absolute;
  width: 94px;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
transform: translateX(-50%);
  background-color: #859d56;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.4;
  pointer-events: none;
  z-index: 999;
}
@media (max-width: 1024px) {
    li.menu-badge-new, li.menu-badge-coming {
        position: relative;
    }
    li.menu-badge-new::before,
    li.menu-badge-new::before {
        top: 22px;
        height: 20px;
        left: 220px;

    }
    li.menu-badge-coming::before,
    li.menu-badge-coming::before {
        top: 22px;
        height: 20px;
        left: 250px;

    }
}/* End custom CSS */