@charset "UTF-8";

@import url("https://use.typekit.net/qhs7tah.css");

@import url("https://use.typekit.net/gwc1zld.css");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "SweetSansPro-Regular";
  src:
    url("https://www.evergladeshotelderry.com/wp-content/themes/avviowpcms2-evergladeshotel/assets/fonts/SweetSansPro/SweetSansProRegular.otf") format("opentype");
}

@font-face {
  font-family: "Americana-Regular";
  src:
    url("https://www.evergladeshotelderry.com/wp-content/themes/avviowpcms2-evergladeshotel/assets/fonts/AmericanaRegular/AmericanaFontRegular.otf") format("opentype");
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --color-brand-1: #25282a;
  --color-brand-2: #5e5e5e;
  --color-brand-3: #e2ddd9;
  --color-brand-4: #f8f5f3;
  --color-brand-5: #5e5e5e;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-brand-base: #12132511;
  
  --font-family-1: "larken", "the-seasons", "proxima-nova", "Montserrat", "Noto Sans", "Helvetica", Helvetica, "Verdana", verdana, "Arial", arial, system-ui, sans-serif;
  --font-family-2: "SweetSansPro-Regular", "sweet-sans-pro", "Montserrat", "Noto Sans", "Helvetica", Helvetica, "Verdana", verdana, "Arial", arial, system-ui, sans-serif;
  
  --border-radius-1x: 0px;
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
  
  --custom-transition: all 0.6s ease;
}

/* - Hide review pro score - */
/* .item.can-close:has(img[src*="ReviewPro"]) {
  display: none !important;
} */

/* - Hide box to provide different delivery details - */
/* .app-vouchers5 .booker-details .card-information:has(div > .booker-delivery-header) {
  display: none !important;
} */

@media screen {
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .main-be-area {
    background-color: var(--color-brand-4);
  }

  .button--branded,
  .button--secondary {
    text-transform: uppercase;
  }

  .card-information__info-area .button {
    text-transform: uppercase;
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: var(--color-white);
    
    height: 80px;
    width: 100%;
    padding: 0;
  }
  
  .header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;
  }
  
  .header .invisible-flex-item {
    display: none;
    
    width: 100px;
    height: 100%;
  }
  
  .header .logo {
    display: block;
    
    height: 60px;
    width: 110px;
    position: relative;
    text-align: center;
    transition: var(--custom-transition);
  }

  .header .logo a {
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: var(--custom-transition);
  }

  .header .logo a svg { 
    display: inline-block;
    height: 100%;
    object-fit: contain;
    transition: var(--custom-transition);
    vertical-align: top;
    width: auto;
  }
  
  .header .logo:hover a svg {
    opacity: 90%;
  }
  
  .header .backtosite {
    position: absolute;
    right: 3%;
    width: 170px;
    z-index: 9999;
  }
  
  .header .backtosite a {
    display: flex;
    align-items: center;
    justify-content: center;
    
    color: var(--color-white);
    background-color: var(--color-brand-2);
    
    font-family: var(--font-family-2);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid var(--color-white);
    
    transition: var(--custom-transition);
  }
  
  .header .backtosite:hover a {
    color: var(--color-white);
    background-color: var(--color-brand-1);
  }
  
  .full-ribbon-one {
    background-color: var(--color-brand-4);
    box-shadow: 4px 10px 21px -21px var(--color-brand-1);
    
    border-bottom: 1px solid var(--color-brand-4);
  }
  
  .full-ribbon-one .header-grid .button--plain.button--primary {
    background-color: transparent;
    color: var(--color-brand-1);
    
    transition: var(--custom-transition);
  }
  
  #section_closedsignup > div {
    background-color: var(--color-brand-base);
  }
  
  .cug-signup-email .button--secondary {
    background-color: var(--color-brand-2);
    border-color: var(--color-brand-2);
    color: var(--color-white);
  }
  
  .cug-signup-email .button--secondary > * {
    font-family: var(--font-family-2);
  }
  
  .avvioCalendarFragment .label.selected:after {
    display: none !important;
  }
  
  h1, h2, h3,
  h4, h5, h6,
  .header1, .header2, .header3,
  .header4, .header5, .header6,
  .heading-1, .heading-2, .heading-3,
  .heading-4, .heading-5, .heading-6 {
    font-family: var(--font-family-2);
  }
  
  /* --- Abandonment messages --- */
  #exitIntentPopupContainer {
    box-shadow: unset !important;
    
    width: 590px;
    height: 346px;
    padding: 40px;
    border-radius: 6px;
  }
  
  #exitIntentPopupContainer * {
    font-family: var(--font-family-2);
  }
  
  #allContent {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
    height: 100%;
  }
  
  #exitIntentHeading {
    font-size: 31px;
    font-weight: 400;
  }
  
  #exitIntentText {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  #exitIntentText > p:nth-child(2) > span {
    display: flex;
    flex-direction: column;
  }
  
  #emailBasketAddressPopup {
    border-radius: 6px;
    border-color: transparent;
  }
  
  #exitIntentCtaButton.sendBasketTrigger {
    width: 90px;
  }
  
  #exitIntentCtaButton {
    padding-inline: 16px;
    padding-block: 8px;
    border-radius: 6px;
    border: unset !important;
    
    transition: var(--custom-transition);
  }
  
  #exitIntentCtaButton:hover {
    color: var(--color-white);
    background-color: var(--color-brand-1);
  }
  
  #exitIntentAction {
    display: flex;
    justify-content: space-between;
  }
  
  #exitIntentAction::after {
    content: "";
    
    width: 100%;
    height: 100%;
  }
  
  /*-------------------
          FOOTER
  /*-------------------*/

  .footer {
    flex-direction: column;
  }

  .footer-container {
    background: var(--color-brand-4);
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
  
  /*-------------------
          FOOTER - footer top
  /*-------------------*/
  .footer-top {
    width: 100%;
    padding-top: 23px;
  }

  .footer-top .footer-top-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    max-width: 1065px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .footer-top .footer-top-content p {
    color: var(--color-brand-1);
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-family: var(--font-family-2);
    font-size: clamp(1.88rem, 1.06vw + 1.48rem, 2.75rem);
    font-weight: 500;
    letter-spacing: 0.784816px;
    line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
    text-transform: uppercase;
  }

  .footer-top .footer-top-content a {
    background-color: var(--color-brand-2);
    border-color: var(--color-brand-2);
    color: var(--color-white);
    align-items: center;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-family-2);
    font-size: clamp(.94rem, .08vw + .91rem, 1rem);
    font-weight: 500;
    gap: 10px;
    letter-spacing: 0.629376px;
    line-height: clamp(1.44rem, .08vw + 1.41rem, 1.5rem);
    padding: 10px 26px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: var(--custom-transition);
    word-break: normal;
  }

  .footer-top .footer-top-content a:hover {
    background-color: var(--color-brand-1);
    border-color: var(--color-brand-1);
  }

  /*-------------------
          FOOTER - footer middle
  /*-------------------*/
  .footer-middle {
    width: 100%;
    margin-top: 30px;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0;
    position: relative;
  }

  .footer-middle::before,
  .footer-middle::after {
    background: #b2b3b266;
    content: "";
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    width: 5000px;
  }

  .footer-middle::before {
    top: 0;
  }
  
  .footer-middle::after {
    bottom: 0;
  }

  .footer-middle .footer-logo {
    margin-right: 30px;
    min-height: 190px;
    padding: 20px 20px 20px 0;
    flex: 0 0 15.779%;
    border-right: 1px solid #b2b3b266;
    position: static;
    width: auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
  }

  .footer-middle .footer-logo a {
    max-width: 223px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .footer-middle .footer-logo a svg {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    transition: var(--custom-transition);
  }

  .footer-middle .footer-logo a svg:hover {
    opacity: .7;
  }


  .footer-middle .footer-contact {
    padding-top: 30px;
    margin-bottom: 0;
    max-width: 270px;
    width: 100%;
  }

  .footer-middle .footer-contact::before {
    color: var(--color-brand-1);
    content: "Contact";
    display: block;
    font-size: clamp(1.13rem, .15vw + 1.07rem, 1.25rem);
    letter-spacing: .54px;
    line-height: clamp(1.44rem, .08vw + 1.41rem, 1.5rem);
    width: 100%;
    font-family: var(--font-family-2);
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
  }

  .footer-middle .footer-contact ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-middle .footer-contact ul li {
    color: var(--color-brand-1);
    font-size: clamp(.94rem, .08vw + .91rem, 1rem);
    font-weight: 500;
    letter-spacing: .3px;
    line-height: clamp(1.5rem, .38vw + 1.36rem, 1.81rem);
    text-transform: none;
  }

  .footer-middle .footer-contact ul li span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    width: 22px;
  }

  .footer-middle .footer-contact ul li a {
    color: var(--color-brand-5);
    display: inline-block;
    position: relative;
    text-decoration: none;
  }

  .footer-middle .footer-contact ul li a::after {
    background-color: var(--color-brand-5);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: var(--custom-transition);
    width: 100%;
  }

  .footer-middle .footer-contact ul li a:hover::after {
    width: 0;
  }

  .footer-middle .footer-address {
    margin-bottom: 0;
    max-width: 306px;
    width: 100%;
    margin-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-middle .footer-address .address  {
    color: var(--color-brand-5);
    font-size: clamp(.94rem, .08vw + .91rem, 1rem);
    font-weight: 500;
    letter-spacing: .3px;
    text-align: left;
    line-height: clamp(1.5rem, .38vw + 1.36rem, 1.81rem);
    text-transform: none;
  }

  .footer-middle .footer-address .address span {
    color: var(--color-brand-1);
    font-size: clamp(1.13rem, .15vw + 1.07rem, 1.25rem);
    display: block;
    font-family: var(--font-family-2);
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
  }

  .footer-middle .footer-socials {
    flex: 1;
    margin-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-middle .footer-socials .socials {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .footer-middle .footer-socials .socials::before {
    font-family: var(--font-family-2);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    color: var(--color-brand-1);
    content: "Follow";
    display: block;
    font-size: clamp(1.13rem, .15vw + 1.07rem, 1.25rem);
    line-height: clamp(1.44rem, .08vw + 1.41rem, 1.5rem);
    width: 100%;
  }

  .footer-middle .footer-socials .socials a {
    align-items: center;
    background-color: var(--color-white);
    color: var(--color-brand-5);
    display: inline-flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: var(--custom-transition);
    width: 50px;
  }

  .footer-middle .footer-socials .socials a:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
  }

  .socials-icon {
    display: inline-block;
    text-decoration: none;
    transition: var(--custom-transition);
  }

  .socials-icon::before {
    display: inline-block;
    font-family: voyager-icon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }

  .screen-reader-text {
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    overflow: hidden;
    word-wrap: normal !important;
  }

  /*-------------------
          FOOTER - footer bottom
  /*-------------------*/
  .footer-bottom {
    background-color: var(--color-brand-4);
    background-image: url(https://mcdesign.avvio.com/123/063/000/8187/cust/imgs/menu-pattern.svg);
    background-size: 60px 60px;
  }

  .footer-bottom .container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-bottom .footer-nav {
    padding-bottom: 40px;
    padding-top: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
  }

  .footer-bottom .footer-nav .nav-container ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .footer-bottom .footer-nav .nav-container ul li {
    margin: 0 25px;
    margin-left: 0;
    position: relative;
    list-style: none;
  }

  .footer-bottom .footer-nav .nav-container ul li::before {
    background-color: var(--color-brand-2);
    content: "";
    height: 1px;
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
  }

  .footer-bottom .footer-nav .nav-container ul li:first-child::before {
    display: none;
  }

  .footer-bottom .footer-nav .nav-container ul li a {
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 25px;
    transition: var(--custom-transition);
    color: var(--color-brand-2);
    display: inline-block;
    font-family: var(--font-family-2);
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    text-transform: none;
    vertical-align: top;
  }

  .footer-bottom .footer-nav .nav-container ul li a::before {
    background: var(--color-brand-1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: var(--custom-transition);
    width: 0;
  }

  .footer-bottom .footer-nav .nav-container ul li a:hover {
    color: var(--color-brand-1);
    text-decoration: none;
  }

  .footer-bottom .footer-nav .nav-container ul li a:hover::before {
    width: 100%;
  }

  .footer .sister-sites {
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
  }

  .footer .sister-sites .sister-sites-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
  }
  
  .footer .sister-sites a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    height: 70px;
  }
  
  .footer .sister-sites a img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    transition: var(--custom-transition);
  }
  
  .footer .sister-sites a:hover img {
    transform: scale(1.1);
  }
  
  .footer small {
    color: var(--color-brand-1);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .footer small a {
    color: var(--color-brand-2);
    transition: all 0.8s ease-in-out;
  }
  
  .footer small a:hover {
    color: var(--color-brand-3);
  }
  
}

@media screen and (max-width: 1100px) {

  .footer-container {
    padding: 20px!important;
    padding-bottom: 0!important;
  }

}

/* ----- Tablet specific ----- */
@media screen and (max-width: 992px) {

  .footer-middle {
    padding-bottom: 20px;
  }
  
  .footer-middle .footer-logo {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 20px 0;
    position: relative;
    width: 100%;
    flex: auto;
    min-height: auto;
    border-right: none;
  }

  .footer-middle .footer-logo::after {
    background: #b2b3b266;;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 2000px;
  }

  .footer-middle .footer-logo a {
    max-width: 160px;
  }
  
  .footer-middle .footer-contact {
    padding-top: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .footer-middle .footer-address {
    margin: 0;
    padding-top: 0;
  }

  .footer-middle .footer-socials {
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
  }
  
  .footer-bottom .footer-nav {
    display: none;
  }

  .footer .sister-sites {
    padding-bottom: 40px;
    padding-top: 40px;
  }

}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {
  
  .header .container {
    justify-content: center;
  }
  
  .header .logo img {
    /* height: 110px; */
  }
  
  .header .backtosite {
    display: none;
  }

  .footer .sister-sites a {
    height: 65px;
  }
  
}