@import "social-media.css";
/* =========================================================================== */
/* ============================================================ GLOBAL STYLING */
/* =========================================================================== */

::selection {
  background: #474D5E;
  color: #F2EDE9;
}

:root {
  --global-spacing: 2.375rem;
  --inner-padding: 50px;
}

@media (max-width: 680px) {
  :root {
    --global-spacing: .725rem;
    --inner-padding: 30px;
  }
}

body .website-wrapper > .main-page-wrapper {
  background-color: #F2EDE9;
}

body .website-wrapper > footer,
body .website-wrapper > header,
body .website-wrapper > .main-page-wrapper > .page-title {
  display: none !important;
}

body .vc_section[data-vc-full-width] {
  padding-top: 0;
}

body .vc_section[data-vc-full-width] > .vc_row {
  margin-left: 0;
  margin-right: 0;
}

body .vc_col-has-fill > .vc_column-inner, 
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, 
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, 
body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: var(--inner-padding);
}

body .vc_column_container > .vc_column-inner {
  padding: var(--inner-padding);
}

body .scrollToTop {
  display: none !important;
}

/* =========================================================================== */
/* ================================================ ACCESSIBILITY TOOL STYLING */
/* =========================================================================== */

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
  left: -200px;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  left: 200px;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay {
  width: 220px;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-open.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  left: 219px;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
  display: flex;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text {
  vertical-align: middle;
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
}

/* =========================================================================== */
/* ================================================== WORDLINES TEXT ANIMATION */
/* =========================================================================== */

body .span--wordlines .span-line {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

body section.section--intro .contentHolder .textHolder h1 .span-line {
  padding-bottom: 8px;
}

body .span--wordlines .span-line .span-line-inner {
  position: relative;
  display: block;
  transform: translate(0, 50px);
  opacity: 0;
}

body .rendered__revealBlock {
  width: 100%;
  height: 100%;
  background: #F2EDE9;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

/* =========================================================================== */
/* ======================================================== TYPOGRAPHY STYLING */
/* =========================================================================== */

body h1.mainText {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 92px;
  line-height: .95;
  letter-spacing: -0.02em;
}

body h2.mainText {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

body h3.mainText {
  font-family: 'HDColton-XWideRegular', Arial, Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body h4.mainText {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

body h5.mainText {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.015em;
}

body label.mainText {
  font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
}

body p.mainText.p-small {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
}

body p.mainText.p-xsmall {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.05;
  letter-spacing: -0.015em;
}

body p.mainText.xwide-small {
  font-family: 'HDColton-XWideRegular', Arial, Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body .mainText.frenzy {
  font-family: 'Metal Reg-2';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 680px) { 
  body h1.mainText {
    font-size: 64px;
  }
}

/* =========================================================================== */
/* ========================================================== SECTIONS STYLING */
/* =========================================================================== */

body section.section--hasRadius .vc_column_container > .vc_column-inner {
  border-radius: 0;
}

/* body section.section--intro .vc_column_container > .vc_column-inner {
  --section-bg-url: url(/wp-content/uploads/2023/02/argonauts-13.webp);
  background: 
    linear-gradient(180deg, rgba(13, 16, 24, 0) 30%, rgba(13, 16, 24, .25) 100%), 
    linear-gradient(0deg, rgba(13, 16, 24, .4), rgba(13, 16, 24, .05)), 
    linear-gradient(200deg, rgba(48, 144, 199, .25) 5%, rgba(167, 182, 204, 0) 75%), 
    var(--section-bg-url), 
    #22262F;
  background-size: cover;
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
} */

body section.section--intro .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

body section.section--intro .contentHolder {
  min-height: calc( 100vh - ( var(--global-spacing) * 3 ) + 60px - ( var(--inner-padding) * 2 ) );
}

body section.section--intro .contentHolder .weathertime-widget {
  opacity: .7;
}

body section.section--intro .contentHolder .textHolder {
  display: flex;
  position: relative;
  height: calc( 100vh - ( var(--global-spacing) * 3 ) + 60px - ( var(--inner-padding) * 2 ) );
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1850px;
  padding: calc( var(--global-spacing) - 30px) var(--global-spacing) calc( var(--global-spacing) - 40px) var(--global-spacing);
}

body section.section--intro .contentHolder .textHolder h1 {
  color: #F2EDE9;
  margin-bottom: 0;
  margin-top: 28px;
  max-width: 776px;
}

body section.section--intro .contentHolder .textHolder h1 strong {
  font-weight: 400;
}

body section.section--intro .contentHolder .textHolder h1 i {
  font-style: italic;
}

body section.section--intro .contentHolder .guestInfoHolder {
  display: flex;
  gap: 18px;
  overflow: hidden;
}

body section.section--intro .contentHolder .belowHolder {
  display: flex;
  justify-content: space-between;
}

body section.section--intro .contentHolder .wifiInfoHolder {
  flex-direction: row-reverse;
}

body section.section--intro .contentHolder .guestInfoHolder .arrivalInfo,
body section.section--intro .contentHolder .guestInfoHolder .departureInfo {
  justify-content: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  min-width: 55px;
}

body section.section--intro .contentHolder .guestInfoHolder > span {
  transform: translateY(100%);
  background-color: #F2EDE9;
  mask: url(/wp-content/uploads/2023/01/icon-apartment.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-apartment.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  margin-top: 25px;
}

body section.section--intro .contentHolder .wifiInfoHolder > span {
  mask: url(/wp-content/uploads/2023/02/info-wifi_icon.svg);
  -webkit-mask: url(/wp-content/uploads/2023/02/info-wifi_icon.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
}

body section.section--intro .contentHolder .textHolder h4 {
  text-align: start;
  color: #F2EDE9;
  margin-bottom: 0;
  display: block;
}

body section.section--intro .contentHolder .textHolder h5 {
  text-align: start;
  color: rgba(242, 237, 233, 0.6);
  margin-bottom: 0;
  display: block;
}

@media (max-width: 1480px) {
  body section.section--intro .contentHolder .textHolder h4 {
    align-items: flex-start;
    text-align: start;
  }
}
@media (max-width: 680px) {
  body section.section--intro .vc_column_container > .vc_column-inner {
    background: 
      linear-gradient(180deg, rgba(13, 16, 24, .05) 30%, rgba(13, 16, 24, .25) 100%), 
      linear-gradient(0deg, rgba(13, 16, 24, .65), rgba(13, 16, 24, .15)), 
      linear-gradient(208.88deg, rgba(48, 144, 199, .2) 5%, rgba(167, 182, 204, 0) 75%), 
      var(--section-bg-url), 
      #22262F;
    background-size: 150vh;
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  body section.section--intro .contentHolder .belowHolder {
    margin-bottom: 75px;
  }
  body section.section--intro .contentHolder .guestInfoHolder {
    flex-direction: column;
  }
}
@media (max-width: 430px) {
  body section.section--intro .contentHolder .belowHolder {
    margin-bottom: 55px;
  }
  body section.section--intro .contentHolder .guestInfoHolder {
    margin-left: 0;
  }
}

body section.section--maxHeight .vc_column_container > .vc_column-inner {
  min-height: 100vh;
}

body section.section--1 .titleHolder {
  max-width: 648px;
  margin: 100px auto 80px auto;
}

body section.section--1 .titleHolder :is(p, h2) {
  text-align: center;
}

body section.section--1 .cardsWrapper {
  position: relative;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto 100px auto;
}

body section.section--1 .cardsHolder {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
  position: relative;
  padding-bottom: 40px;
}

body section.section--1 .cardsHolder::after {
  content: '';
  width: 38px;
  height: 2px;
  background-color: #434242;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

body section.section--1 .cardsHolder .card {
  box-sizing: border-box;
}

body section.section--1 .cardsHolder .card:nth-child(1) { --card-backgroundUrl: url(/wp-content/uploads/2023/02/card-intro.webp) }
body section.section--1 .cardsHolder .card:nth-child(2) { --card-backgroundUrl: url(/wp-content/uploads/2023/01/card-2.webp) }
body section.section--1 .cardsHolder .card:nth-child(3) { --card-backgroundUrl: url(/wp-content/uploads/2023/02/card-view.webp) }
body section.section--1 .cardsHolder .card:nth-child(4) { --card-backgroundUrl: url(/wp-content/uploads/2023/01/card-4.webp) }
body section.section--1 .cardsHolder .card:nth-child(5) { --card-backgroundUrl: url(/wp-content/uploads/2023/01/card-5.webp) }

body section.section--1 .cardsHolder .cardImage {
  display: block;
  min-height: 406px;
  background: var(--card-backgroundUrl);
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 150%;
}

body section.section--1 .cardsHolder label {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

body section.section--1 .cardsHolder p {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.015em;
  color: rgba(67, 66, 66, 0.7);
}

@media (max-width: 1380px) {
  body section.section--1 .cardsWrapper {
    max-width: 860px;
  }
  body section.section--1 .cardsHolder {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 680px) {
  body section.section--1 .cardsWrapper {
    max-width: 420px;
  }
  body section.section--1 .cardsHolder {
    grid-template-columns: repeat(1, 1fr);
  }
}

body section.section--1 .rotatorBadgeHolder {
  display: block;
  position: absolute;
  top: -70px;
  right: 70px;
}

body section.section--1 .rotatorBadgeHolder .rotatorBadge--background {
  position: absolute;
  width: 138px;
  height: 138px;
  background: #F2EDE9;
  display: block;
  border-radius: 138px;
  filter: drop-shadow(15px 15px 50px rgba(27, 29, 34, 0.15));
  transform: scale(0);
}

body section.section--1 .rotatorBadgeHolder .rotatorBadge--text {
  display: block;
  width: 127.7px;
  height: 127.7px;
  background-color: #434242;
  mask: url(/wp-content/uploads/2023/01/rotatorBadge-arc.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/rotatorBadge-arc.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  margin: 5px;
}

body section.section--1 .historyWrapper {
  max-width: 1140px;
  margin: 0 auto 145px auto;
  text-align: center;
}

body section.section--1 .historyWrapper h3 {
  padding-top: 104px;
}

body section.section--1 .historyWrapper .historyContentHolder {
  font-size: 18px;
  line-height: 1.35;
}

body section.section--1 .historyWrapper .historyContentHolder.expanded {
  height: auto;
}

body section.section--1 .historyWrapper .historyContentHolder,
body section.section--1 .historyWrapper .historyContentHolder p {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  color: #464D5D;
  width: auto;
  margin-bottom: 0;
}

body section.section--1 .historyWrapper .historyContentHolder.expanded p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

body section.section--1 .historyWrapper > a {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.15;
  text-align: center;
  color: #1b1d22;
  margin: 55px auto 0 auto;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #1b1d22;
}

body section.section--2 .vc_column_container > .vc_column-inner {
  padding: 0;
}

body :is(section.section--intro, section.section--2) .swiper .contentHolder {
    width: 100vw;
    bottom: 60px;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    padding: 0;
}



body :is(section.section--intro, section.section--2) .swiper .contentHolder h3 {
  color: #F2EDE9;
  text-align: center;
  transform: translateY(-280%);
  opacity: 0;
}

body :is(section.section--intro, section.section--2) .swiper .contentHolder .navButtonsHolder {
  display: flex;
  width: 190px;
  height: 50px;
  margin: 30px auto 18px auto;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

body :is(section.section--intro, section.section--2) .swiper .contentHolder .swiper-button-prev,
body :is(section.section--intro, section.section--2) .swiper .contentHolder .swiper-button-next {
  background: #F2EDE9;
  position: relative;
  border-radius: 60px;
  right: unset;
  left: unset;
  top: unset;
  padding: 0;
  display: flex;
  align-items: center;
  width: 64px;
  height: 44px;
  justify-content: center;
  margin: 0;
  transform: translateY(-120%);
  opacity: 0;
}

body :is(section.section--intro, section.section--2) .swiper .contentHolder .swiper-button-prev::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #434242;
  transform: rotate(-135deg);
}

body :is(section.section--intro, section.section--2) .swiper .contentHolder .swiper-button-next::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #434242;
  transform: rotate(45deg);
}

body :is(section.section--intro, section.section--2) .swiper .contentHolder p {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: rgba(242, 237, 233, 0.7);
}

body :is(section.section--intro, section.section--2) .swiper .swiper-slide {
  height: 100vh;
  background: var(--swiper-backgroundUrl);
  background: 
    linear-gradient(180deg, rgba(13, 16, 24, 0) 0%, rgba(27, 29, 34, 0.55) 89.34%), 
    var(--swiper-backgroundUrl), 
    #22262F;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 680px) {
  body :is(section.section--intro, section.section--2) .swiper .contentHolder {
    bottom: 50px;
    padding: var(--global-spacing);
  }
  body :is(section.section--intro, section.section--2) .swiper .contentHolder .navButtonsHolder {
    width: 150px;
  }
  body section.section--intro .contentHolder .belowHolder {
    margin-bottom: 75px !important;
  }
}

body section.section--2 .wpb_raw_code {
  margin-bottom: 0;
}

body section.section--3 {
  background: #1B1D22;
}

body section.section--3 .wpb_raw_code {
  margin-bottom: 0;
}

body section.section--3 .wpb_raw_code > .wpb_wrapper {
  padding: var(--inner-padding) 0;
}

body section.section--3 h3 {
  text-align: center;
  color: #F2EDE9;
}

body section.section--3 .amenitiesHolder {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
  position: relative;
  padding: 80px 0;
}

@media (max-width: 1180px) {
  body section.section--3 .amenitiesHolder {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 45px;
  }
}
@media (max-width: 768px) {
  body section.section--3 .amenitiesHolder {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 45px;
  }
}

body section.section--3 .amenityHolder:nth-child(1) { --amenityIcon: url(/wp-content/uploads/2023/12/green-energy.svg) }
body section.section--3 .amenityHolder:nth-child(2) { --amenityIcon: url(/wp-content/uploads/2023/12/safe-box.svg) }
body section.section--3 .amenityHolder:nth-child(3) { --amenityIcon: url(/wp-content/uploads/2023/12/key-card.svg) }
body section.section--3 .amenityHolder:nth-child(4) { --amenityIcon: url(/wp-content/uploads/2023/01/icon-airConditioning.svg) }

body section.section--3 .amenitiesViewAll,
body section.section--3 .amenitiesViewAll > * {
  cursor: pointer;
}

body section.section--3 .amenityHolder label {
  color: #F2EDE9;
  text-align: center;
}

body section.section--3 .amenityHolder p {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.015em;
  color: rgba(242, 237, 233, 0.7);
}

body section.section--3 .amenityHolder .amenityIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  border-radius: 128px;
  margin: 0 auto 30px;
  border: 1px solid rgba(242, 237, 233, 0.15);
  transition: all .675s cubic-bezier(0.4, 0, 0.25, 1);
}

body section.section--3 .amenityHolder:hover .amenityIcon:not(.amenitiesIconViewAll) {
  border: 1px solid rgba(242, 237, 233, 0.7);
}

body section.section--3 .amenityHolder:not(:last-child) .amenityIcon::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  mask: var(--amenityIcon);
  -webkit-mask: var(--amenityIcon);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F2EDE9;
}

@media (max-width: 520px) {
  body section.section--3 .amenityHolder .amenityIcon {
    width: 28vw;
    height: 28vw;
    border-radius: 28vw;
  }
}

body section.section--3 .amenityHolder .amenitiesIconViewAll {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  background: #F2EDE9;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1B1D22;
}

body section.section--3 .amenitiesExtendHolder {
  text-align: center;
  max-width: 352px;
  margin: 0 auto;
}

body section.section--3 .amenitiesExtendHolder > a {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.15;
  text-align: center;
  color: #F2EDE9;
  margin: auto auto 20px;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #F2EDE9;
}

body section.section--3 .amenitiesExtendHolder > p {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(242, 237, 233, 0.7);
  margin-bottom: 0;
}

/* =========================================================================== */
/* ============================================================ FOOTER STYLING */
/* =========================================================================== */

body section.section--footer {
  opacity: 1 !important;
  background: #F2EDE9;
  min-height: 40vh;
}

body section.section--footer .vc_column_container > .vc_column-inner {
  background: #F2EDE9;
  padding-bottom: calc( var(--inner-padding) * 2 + 61px );
  margin: 0 auto;
  max-width: 1930px;
}

body section.section--footer .footerGrid {
  gap: 20px;
  display: grid;
  grid-template-columns: 7fr 2fr 3fr;
}

@media (max-width: 1280px) {
  body section.section--footer .footerGrid {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  body section.section--footer .copyrightsGrid {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 20px;
    margin-bottom: -20px;
  }
}

body section.section--footer .footerCol label {
  margin-bottom: 30px;
  color: #434242;
}

body section.section--footer .footerCol h2 {
  color: #434242;
}

body section.section--footer .footerCol ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

body section.section--footer .wpb_content_element,
body section.section--footer .footerCol ul > li {
  margin-bottom: 0;
}

body section.section--footer .footerCol ul > li h4 {
  margin-bottom: 2px;
  color: #434242;
}

body section.section--footer .footerCol ul > li {
  transition: all .175s ease-in;
}

@media (min-width: 680px) {
  body section.section--footer .footerCol ul > li:hover {
    padding-left: 3px;
  }
}


body section.section--footer .copyrightsGrid {
  padding-top: 128px;
  align-items: end;
  grid-template-columns: 7fr 2fr 3fr;
}

body section.section--footer .copyrightsGrid .footerCol ul {
  display: flex;
  margin-bottom: 0;
  gap: 20px;
}

body section.section--footer .copyrightsGrid .footerCol .p-small {
  color: #434242;
  margin-bottom: 0;
}

body section.section--footer .social--facebook {
  width: 19px;
  height: 19px;
  display: block;
  background-color: #434242;
  mask: url(/wp-content/uploads/2023/01/icon-socialFacebook.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-socialFacebook.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
}

body section.section--footer .social--instagram {
  width: 19px;
  height: 19px;
  display: block;
  background-color: #434242;
  mask: url(/wp-content/uploads/2023/01/icon-socialInstagram.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-socialInstagram.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
}

body section.section--footer .social--airbnb {
  width: 62px;
  height: 19px;
  display: block;
  background-color: #434242;
  mask: url(/wp-content/uploads/2023/01/icon-socialAirBnB.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-socialAirBnB.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
}

body section.section--footer .newsletterHolder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

body section.section--footer .newsletterHolder.has-error .postForm--messages .p-small {
  color: #cd343d;
  margin-bottom: 0;
}

body section.section--footer .newsletterHolder.is-successful .postForm--messages .p-small {
  color: #53b187;
  margin-bottom: 0;
}

body section.section--footer .newsletterForm {
  display: flex;
  align-items: center;
  gap: 25px;
}

body section.section--footer .newsletterForm input.newsletter--field-email {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #434242;
  padding: 0;
  height: 42px;
  border: none;
  border-bottom: 1px solid #434242;
  max-width: 380px;
}

body section.section--footer .newsletterForm .buttonSubmit {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.05;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.015em;
  color: #434242;
  border: 1px solid rgba(70, 77, 93, 0.2);
  background: transparent;
  border-radius: 61px;
  padding: 14px 22px 14px 22px;
  transition: all ease-in .175s;
}

body section.section--footer .newsletterForm .buttonSubmit:hover {
  border: 1px solid rgba(70, 77, 93, 0.45);
}

body section.section--footer .newsletterCheckbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}

body section.section--footer .newsletterCheckbox span.checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #434242;
  border-radius: 14px;
  display: block;
}

body section.section--footer .newsletterCheckbox span.checkbox i {
  width: 10px;
  height: 10px;
  background: #434242;
  border-radius: 10px;
  display: block;
  margin: 1px;
  transform: scale(0, 0);
}

body section.section--footer .newsletterCheckbox p {
  margin-bottom: 0;
  color: #434242;
  margin-top: 1px;
}

body section.section--footer .newsletterCheckbox p a {
  color: #434242;
  border-bottom: 1px solid #434242;
}

body section.section--footer .newsletterCheckbox.disabled,
body section.section--footer .newsletterForm .buttonSubmit.disabled {
  opacity: .666;
  pointer-events: none !important;
  cursor: auto;
}

@media (max-width: 680px) {
  body section.section--footer .newsletterForm {
    align-items: flex-start !important;
    gap: 18px !important;
    flex-direction: column;
  }
  body section.section--footer,
  body section.section--footer .vc_column_container,
  body section.section--footer .vc_column_container > .vc_column-inner {
    max-width: 100vw;
    margin: 0;
  }
}

/* =========================================================================== */
/* ======================================================= WEATHER&TIME WIDGET */
/* =========================================================================== */

body .weatherapi-weather-wrap {
  display: none !important;
}

body .weathertime-widget {
  display: flex;
  align-items: center;
  gap: 4px;
  --weathertime-widget--color: #F2EDE9;
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudSun.svg);
}

body .weathertime-widget[data-theme="light"] {
  --weathertime-widget--color: #F2EDE9;
}

body .weathertime-widget[data-theme="dark"] {
  --weathertime-widget--color: #434242;
}

body .weathertime-widget .weather-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  mask: var(--weathertime-widget--icon-url);
  -webkit-mask: var(--weathertime-widget--icon-url);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: var(--weathertime-widget--color);
}

body .weathertime-widget .weather--cloudSun {
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudSun.svg);
}
body .weathertime-widget .weather--sun {
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-sun.svg);
}
body .weathertime-widget .weather--snow {
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-snow.svg);
}
body .weathertime-widget .weather--wind {
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-wind.svg);
}
body .weathertime-widget .weather--cloudRain {
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudRain.svg);
}
body .weathertime-widget .weather--cloudLightning {
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudLightning.svg);
}
body .weathertime-widget .weather--cloud {
  --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloud.svg);
}

body .weathertime-widget p,
body .weathertime-widget p span {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.015em;
  color: var(--weathertime-widget--color);
  opacity: 1
}

body .weathertime-widget p.clock > span {
  animation: weathertimeBlinker 1s linear infinite;
}

@keyframes weathertimeBlinker { 
  0% { opacity: 0 } 
  49% { opacity: 0 } 
  50% { opacity: 1 } 
  100% { opacity: 1 } 
}

/* =========================================================================== */
/* ================================================================== NAV MENU */
/* =========================================================================== */

/* =========================================================================== */
  /* ================================================================== NAV MENU */
  /* =========================================================================== */
  
  body nav.navMenu {
    position: fixed;
    overflow: hidden;
    top: var(--global-spacing);
    left: 0;
    width: 100%;
    z-index: 99;
    transform: scale(.875);
    margin-bottom: -100px;
  }
  
  body nav.navMenu .wrapper {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 var(--global-spacing);
  }
  
  body nav.navMenu .inner {
    background: rgba(27, 29, 34, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 45px;
    overflow: hidden;
  }
  
  body nav.navMenu .flyoutContent {
    display: flex;
    justify-content: space-between;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    background: rgba(13, 16, 24, 0.42);
    color: #F2EDE9;
    padding: 0;
    border-radius: 29px;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 0;
  }
  
  body nav.navMenu .navContent {
    position: relative;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    padding: 5px 0;
  }
  
  body nav.navMenu .navContent::before {
    display: none;
  }
  
  body nav.navMenu .leftside {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    padding-left: 6px;
    flex: 2;
    justify-content: center;
    transition: all 0.5s;
  }
  
  body nav.navMenu[data-state="flyout"] .leftside {
    flex-grow: 3;
}

  body nav.navMenu .leftside .menu-lg {
    display: flex;
    align-items: center;
  }
  
  body nav.navMenu .leftside a,
  body nav.navMenu .flyoutContent a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    background: transparent;
    color: #F2EDE9;
    padding: 18px 14px;
    border-radius: 33px;
  }
  
  body nav.navMenu a[data-action="trigger-submenu"] {
    cursor: pointer;
  }
  
  body nav.navMenu .flyoutContent a {
    display: inline-block;
  }
  
  body nav.navMenu .flyoutContent a[data-role="close"] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    background: transparent;
    color: #F2EDE9;
    padding: 18px 14px 18px 22px;
    border-radius: 33px;
    cursor: pointer;
  }
  
  body nav.navMenu .menu-sm a[data-role="toggle"] {
    cursor: pointer
  }
  
  body nav.navMenu .flyoutContent a[data-role="close"] > i {
    background: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 14px;
  }
  
  body nav.navMenu .leftside a:hover,
  body nav.navMenu .flyoutContent a:hover,
  body nav.navMenu .flyoutContent a[data-role="close"]:hover {
    background: rgba(234, 227, 221, 0.15);
  }
  
  body nav.navMenu .midside {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    overflow-y: hidden;
    position: relative;
  }
  
  body nav.navMenu .midside > .logo--typeOnlyHolder,
  body nav.navMenu .midside > .logo--fullLogoHolder {
    position: absolute;
    transition: all .675s cubic-bezier(0.4, 0, 0.25, 1);
  }
  
  body nav.navMenu .midside[data-state="is-scrolled"]  > .logo--typeOnlyHolder { display:none; }
  body nav.navMenu .midside[data-state="is-scrolled"]  > .logo--fullLogoHolder {  }
  body nav.navMenu .midside[data-state="not-scrolled"] > .logo--typeOnlyHolder { display:none; }
  body nav.navMenu .midside[data-state="not-scrolled"] > .logo--fullLogoHolder {  }
  
  body nav.navMenu .midside .logo--typeOnly {
    display: block;
    mask: url(/wp-content/uploads/2022/09/aeson.svg);
    -webkit-mask: url(/wp-content/uploads/2022/09/aeson.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
    width: 120px;
    height: 15.88px;
  }
  
  body nav.navMenu .midside .logo--fullLogo {
    display: block;
    mask: url(https://aeson-volos.gr/wp-content/uploads/2023/12/aeson-logo.svg);
    -webkit-mask: url(https://aeson-volos.gr/wp-content/uploads/2023/12/aeson-logo.svg);
    mask-size: cover;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: #F2EDE9;
    width: 88px;
    height: 66px;
    margin-left: 50px;
  }
  
  body nav.navMenu .rightside {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 6px;
    gap: 20px;
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.015em;
    color: #F2EDE9;
    gap: 15px;
    background: transparent;
    border-radius: 33px;
    padding: 9px 6px 9px 22.5px;
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a:hover {
    background: rgba(252, 245, 238, 0.25);
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a > span {
    display: flex;
    width: 33px;
    height: 33px;
    background: #F2EDE9;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a > span::before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    mask: url(/wp-content/uploads/2023/01/icon-globe.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-globe.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #434242;
  }
  
  body nav.navMenu .mainCTA--container a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.015em;
    color: #434242;
    gap: 15px;
    border-radius: 33px;
    background: rgba(252, 245, 238, 0.9) !important;
    padding: 9px 6px 9px 22.5px;
  }
  
  body nav.navMenu .bookCTAContent {
    margin: 0;
    height: 0;
    overflow: hidden;
  }
  
  body nav.navMenu .bookCTAContent .mainCTA--container a {
    padding: 14px 13px 14px 22.5px !important;
  }
  
  body nav.navMenu .mainCTA--container a > span {
    display: flex;
    width: 33px;
    height: 33px;
    background: #474D5E;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
  }
  
  body nav.navMenu .mainCTA--container a > span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
  }
  
  body nav.navMenu .leftside .menu-sm {
    display: none;
  }
  
  body nav.navMenu .leftside .menu-sm > a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  body nav.navMenu .leftside .menu-sm > a::before {
    content: '';
    display: block;
    width: 32px;
    height: 17px;
    mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
  }
  
  body nav.navMenu[data-submenu="rooms"] .roomsContainer {
    display: flex;
  }
  
  body nav.navMenu:not([data-submenu="rooms"]) .roomsContainer {
    display: none;
  }
  
  body nav.navMenu[data-submenu="language"] .languageContainer {
    display: flex;
  }
  
  body nav.navMenu:not([data-submenu="language"]) .languageContainer {
    display: none;
  }
  
  body nav.navMenu .fullNavContainer {
    display: none;
  }
  
  body nav.navMenu .fullNavContainer p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.015em;
    margin-bottom: 5px;
    opacity: .6;
    margin-top: 30px;
  }
  
  body nav.navMenu .fullNavContainer p:first-child {
    margin-top: 0;
  }
  
  body nav.navMenu .fullNavContainer a {
    font-size: 17px;
    padding: 12px 0;
    background: transparent !important;
  }
  
  body nav.navMenu a.flag {
    display: inline-flex;
    align-items: center;
  }
  
  body nav.navMenu a.flag > i.flag--eng,
  body nav.navMenu a.flag > i.flag--gre {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
  }
  
  body nav.navMenu a.flag > i.flag--eng {
    background: url(/wp-content/uploads/2023/01/flag-o-en.svg);
  }
  
  body nav.navMenu a.flag > i.flag--gre {
    background: url(/wp-content/uploads/2023/01/flag-o-gr.svg);
  }

  body nav.navMenu .sidebar-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }

  body nav.navMenu .sidebar-menu-btn span {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 300px;
    background-color: #474D5E;
    cursor: pointer;
    color: rgba(252, 245, 238, 0.9);
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    padding: 12px;
    font-weight: 400;
    transition: 0.3s;
  }

  body nav.navMenu .sidebar-menu-btn span:hover {
    opacity: 0.7;
  }

  body nav.navMenu .sidebar-menu-btn span:before {
    content: '';
    display: block;
    width: 32px;
    height: 17px;
    mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
    margin-top: -3px;
  }

  body .menu-sidebar {
    background-color: #EEE9E4;
    right: -520px;
    top: 0;
    height: 100vh;
    position: fixed;
    padding: 30px;
    z-index: 99;
    width: 520px;
    transition: 0.5s;
  }

  body .menu-sidebar.active {
    right: 0px;
  }

  body .menu-sidebar ul {
    padding: 0;
    margin-bottom: 0;
  }

  body .menu-sidebar ul li {
    margin-bottom: 15px;
  }

  body .menu-sidebar ul li::marker {
    font-size: 0;
  }

  body .menu-sidebar ul li a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.15;
    color: #464D5D;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    display: block;
    transition: 0.3s;
  }

  body .menu-sidebar ul li a:hover {
    opacity: 0.8;
  }
  
  body .menu-sidebar .close-btn {
    padding: 12px;
    border-radius: 300px;
    background-color: #484D5F;
    width: max-content;
    margin-bottom: 40px;
    cursor: pointer;
    transition: 0.3s;
  }

  body .menu-sidebar .close-btn:hover {
    opacity: 0.7;
  }

  body .menu-sidebar .close-btn span {
    color: #EDE9E4;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
  }

  body .menu-sidebar .close-btn span:before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('/wp-content/uploads/2023/01/icon-closeMid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 3px;
  }

  @media (max-width: 1080px) {
    body nav.navMenu .leftside .menu-lg,
    body nav.navMenu .rightside .languageSwitcher--container {
      display: none;
    }
    body nav.navMenu .leftside .menu-sm {
      display: block;
    }
    body nav.navMenu[data-state="flyout"] .wrapper {
      width: 100%;
    }
    body nav.navMenu .flyoutContent > :not(.fullNavContainer, .closeBtnContainer) {
      display: none;
    }
    body nav.navMenu .fullNavContainer {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }

    body nav.navMenu .sidebar-menu-btn {
      display: none;
    }

    body nav.navMenu .rightside {
      display: none;
    }

    body nav.navMenu .leftside {
      justify-content: end;
      padding-right: 30px;
    }
  }
  
  @media (max-width: 680px) {
    body nav.navMenu .inner {
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      background: transparent;
      width: 100%;
    }
    body nav.navMenu[data-state="idle"] .inner {
      width: 132px;
    }
    body nav.navMenu .flyoutContent {
      overflow-y: scroll;
    }
    body nav.navMenu .navContent {
      width: fit-content;
      background: transparent;
      margin: 5px;
    }
    body nav.navMenu .navContent::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      justify-content: space-between;
      background: rgba(13, 16, 24, 0.42);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 33px;
      align-items: center;
      z-index: -1;
    }
    body nav.navMenu .midside,
    body nav.navMenu .rightside {
      display: none;
    }
    body nav.navMenu .leftside {
      padding: 0 5px 0 4px;
    }
    body nav.navMenu .leftside a {
      padding: 12px 14px;
    }
    body nav.navMenu .leftside .menu-sm > a::before {
      width: 35px;
      height: 27px;
    }

    body .menu-sidebar {
      width: 320px;
      right: -320px;
    }
  }

/* =========================================================================== */
/* ============================================================= BOOKING MODAL */
/* =========================================================================== */

body #nf-form-4-cont.nf-form-cont {
  display: none !important;
}

body .bookingModal {
  --global-spacing: 1.625rem;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(13, 16, 24, 0.45);
  backdrop-filter: blur(0px) contrast(50%);
  -webkit-backdrop-filter: blur(0px) contrast(50%);
  opacity: 0;
  display: none;
}

body .bookingModal .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 512px;
  overflow: hidden;
  margin: -10vh auto auto;
  padding: 0 var(--global-spacing);
  display: flex;
  align-items: center;
}

@media (max-width: 680px) {
  body .bookingModal .wrapper {
    margin: 0 auto auto
  }
}



body .bookingModal .inner {
  background: #F2EDE9;
  transform: translate(0px, -20px);
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}

body .bookingModal .modalContent {
  padding: var(--global-spacing) var(--global-spacing) calc(var(--global-spacing) + 5px) var(--global-spacing);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

body .bookingModal .modalContent > h4 {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #434242;
  margin-bottom: 0;
}

body .bookingModal .modalContent > h5 {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(67, 66, 66, 0.7);
  max-width: 394px;
  text-align: center;
  margin: -8px auto 5px auto;
}

body .bookingModal .modalContent > hr {
  background: rgb(67, 66, 66);
  height: 1px;
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  opacity: .2;
}

body .bookingModal .inner[data-state="success"] .modalContent > h5 {
  margin-bottom: 0;
  margin-left: 0;
  text-align: start;
  max-width: 300px;
}

body .bookingModal .modalContent .closeContainer {
  position: absolute;
  right: 26px;
  margin-top: -4.5px;
  cursor: pointer;
}

body .bookingModal .modalContent .closeContainer > span {
  background-color: #E3DEDA;
  display: flex;
  width: 34px;
  height: 34px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .675s cubic-bezier(0.4, 0, 0.25, 1)
}

body .bookingModal .modalContent .closeContainer:hover > span {
  background-color: #E0DAD5;
}

body .bookingModal .modalContent .closeContainer > span::after {
  content: '';
  mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #434242;
  background-size: cover;
  display: block;
  width: 22px;
  height: 14px;
}

body .bookingModal .formHolder {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

body .bookingModal .formHolder .field {
  padding: 0;
}

body .bookingModal .formHolder .field-12 {
  width: 100%;
}
body .bookingModal .formHolder .field-6 {
  width: calc( 50% - 12px );
}

body .bookingModal .formHolder .field > label {
  font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #434242;
  margin-bottom: 12.5px;
}

body .bookingModal .formHolder input[type="text"],
body .bookingModal .formHolder input[type="email"],
body .bookingModal .formHolder input[type="number"],
body .bookingModal .formHolder input.modal--field-date-1,
body .bookingModal .formHolder input.modal--field-date-2,
body .bookingModal .formHolder .select2-container {
  background: #E3DEDA;
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.015em;
  color: #434242;
  padding: 18px 20px;
  text-align: start;
  border-radius: 0;
  border: 0px;
  height: fit-content;
  transition: all .15s ease-in;
}

body .bookingModal .formHolder input[type="text"]:-webkit-autofill,
body .bookingModal .formHolder input[type="text"]:-webkit-autofill:hover, 
body .bookingModal .formHolder input[type="text"]:-webkit-autofill:focus, 
body .bookingModal .formHolder input[type="text"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E0DAD5 inset !important;
}

body .bookingModal .formHolder .select2[data-select2-id]:hover {
  cursor: pointer;
}

body .bookingModal .formHolder .select2-container:hover {
  background: #E0DAD5;
}

body .bookingModal .formHolder .select2-container::after {
  content: '';
  mask: url(/wp-content/uploads/2023/01/icon-chevronDown.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-chevronDown.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 22px;
  height: 22px;
  background-color: #434242;
  display: block;
  position: absolute;
  top: 19px;
  right: 15px;
}

body .bookingModal .formHolder .select2-container {
  padding: 14px 20px;
  width: 100% !important;
}

body .bookingModal .formHolder input[type="text"]:focus {
  background: #E0DAD5;
}

body .bookingModal .formHolder .errorHolder {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.015em;
  background: #edcccc;
  color: #ca3d3d;
  padding: 18px 20px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all .175s ease-in;
  display: none;
}

body .bookingModal .formHolder .errorHolder.active {
  height: fit-content;
  display: block;
}

body .bookingModal .formHolder .errorHolder p {
  margin-bottom: 0;
}

body .bookingModal .mainCTA--container a {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: -0.015em;
  color: #F2EDE9;
  gap: 5px;
  border-radius: 0;
  background: rgba(67, 66, 66, 0.9) !important;
  padding: 14px 10px 14px 22.5px;
  width: 100%;
  justify-content: center;
  transition: all .15s ease-in;
}

body .bookingModal .mainCTA--container:hover a {
  background: rgba(67, 66, 66, 1) !important;
}

body .bookingModal .mainCTA--container a > span {
  display: flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
}

body .bookingModal .mainCTA--container a > span::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F2EDE9;
  transform: rotate(45deg);
}

body .bookingModal[data-state="loading"] .mainCTA--container a > span {
  opacity: 0;
  width: 0;
}

/* =========================================================================== */
/* =================================================== BOOKING MODAL / SELECT2 */
/* =========================================================================== */

body .select2-container,
body .select2-container * {
  transition: all .15s ease-in;
}

body .select2-container .select2-search.select2-search--dropdown {
  display: none;
}

body .select2-container {
  padding-top: 37px;
}

body .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.015em;
  color: #434242;
  padding: 0;
}

body .select2-container .select2-dropdown {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  box-shadow: none;
  background: rgb(67 66 66);
  border-radius: 0;
  border: none;
  overflow: hidden;
  margin-top: -5px;
}

body .select2-container--default .select2-results>.select2-results__options {
  max-height: 40vh;
  height: fit-content;
}

body .select2-results__option {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.015em;
  color: #F2EDE9;
  margin: 0;
  padding: 18px 20px;
  border-radius: 0;
}

body .select2-results__option:last-child {
  margin-bottom: 0;
}

body .select2-results__option:hover {
  background: rgba(234, 227, 221, 0.065) !important;
  background-color: rgba(234, 227, 221, 0.065) !important;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-container--default .select2-results__option--selected {
  background: rgba(234, 227, 221, 0.15);
  background-color: rgba(234, 227, 221, 0.15);
}

body .select2-container--default .select2-selection--multiple {
  height: 30px;
  border: none !important;
  outline: 0 !important;
  background: transparent;
  background-color: transparent;
}

body .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
  outline: none !important;
  color: transparent !important;
}

/* =========================================================================== */
/* ======================================== BOOKING MODAL / DATEPICKER STYLING */
/* =========================================================================== */

body {
  --flatpickr-width: 334px;
}

body .flatpickr-calendar {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  background: transparent;
  box-shadow: none;
  width: var(--flatpickr-width) !important;
  background: rgb(67 66 66);
  border-radius: 0;
  overflow: hidden;
  margin-top: -57px;
}

body .flatpickr-mobile {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
}

body .flatpickr-calendar,
body .flatpickr-calendar * {
  transition: all .15s ease-in;
}

body .flatpickr-calendar,
body .flatpickr-days,
body .dayContainer {
  width: var(--flatpickr-width) !important;
  min-width: var(--flatpickr-width);
  max-width: var(--flatpickr-width);
}

body .flatpickr-rContainer {
  width: 100%;
}

body .flatpickr-day {
  max-width: unset;
  border-radius: 0;
  height: calc( var(--flatpickr-width) * .142857 );
  line-height: calc( var(--flatpickr-width) * .142857 );
}

body .flatpickr-calendar .flatpickr-day,
body .flatpickr-current-month .flatpickr-monthDropdown-months,
body .flatpickr-current-month input.cur-year,
body span.flatpickr-weekday {
  color: #F2EDE9;
  font-weight: 500;
}

body .flatpickr-calendar .flatpickr-day.flatpickr-disabled, 
body .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover, 
body .flatpickr-calendar .flatpickr-day.prevMonthDay, 
body .flatpickr-calendar .flatpickr-day.nextMonthDay, 
body .flatpickr-calendar .flatpickr-day.notAllowed, 
body .flatpickr-calendar .flatpickr-day.notAllowed.prevMonthDay, 
body .flatpickr-calendar .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(234, 227, 221, 0.4)
}

body .flatpickr-day.inRange, 
body .flatpickr-day.prevMonthDay.inRange, 
body .flatpickr-day.nextMonthDay.inRange, 
body .flatpickr-day.today.inRange, 
body .flatpickr-day.prevMonthDay.today.inRange, 
body .flatpickr-day.nextMonthDay.today.inRange, 
body .flatpickr-day:hover, 
body .flatpickr-day.prevMonthDay:hover, 
body .flatpickr-day.nextMonthDay:hover, 
body .flatpickr-day:focus, 
body .flatpickr-day.prevMonthDay:focus, 
body .flatpickr-day.nextMonthDay:focus {
  background: rgba(234, 227, 221, 0.15);
  border-color: transparent;
}

body .flatpickr-day.today {
  border-color: rgba(234, 227, 221, 0.25);
}

body .flatpickr-day.today:hover, 
body .flatpickr-day.today:focus {
  border-color: transparent;
  background: rgba(234, 227, 221, 0.25);
}

body .flatpickr-current-month .numInputWrapper {
  margin-left: 9px;
  padding: 15px 14px 15px 12px;
  border-radius: 0;
}

body .numInputWrapper:hover,
body .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(234, 227, 221, 0.1);
}

body .flatpickr-months .flatpickr-month,
body .flatpickr-current-month {
  height: 72px;
}

body .numInputWrapper span.arrowUp,
body .numInputWrapper span.arrowDown {
  display: none;
}

body .flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 15px;
  border-radius: 0;
  font-size: 16px;
}

body .flatpickr-current-month input.cur-year {
  font-size: 16px;
}

body .flatpickr-current-month {
  padding-top: 5px;
}

body .flatpickr-months .flatpickr-prev-month, 
body .flatpickr-months .flatpickr-next-month {
  background: rgba(234, 227, 221, 0.1);
  border-radius: 0;
  height: 48px;
  width: 48px;
  padding: 14px;
  top: 5px;
}

body .flatpickr-months .flatpickr-prev-month {
  left: 5px !important;
}

body .flatpickr-months .flatpickr-next-month {
  right: 5px !important;
}

body .flatpickr-months .flatpickr-prev-month:hover, 
body .flatpickr-months .flatpickr-next-month:hover {
  background: rgba(234, 227, 221, 0.15);
}

body .flatpickr-months .flatpickr-prev-month svg, 
body .flatpickr-months .flatpickr-next-month svg,
body .flatpickr-months .flatpickr-prev-month:hover svg, 
body .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #F2EDE9;
}

body .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  color: #434242;
  font-weight: 500;
}










/* =========================================================================== */
/* =========================================================== AMENITIES MODAL */
/* =========================================================================== */

body .amenitiesModal {
  --global-spacing: 1.625rem;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(13, 16, 24, 0.45);
  backdrop-filter: blur(0px) contrast(50%);
  -webkit-backdrop-filter: blur(0px) contrast(50%);
  opacity: 0;
  display: none;
}

body .amenitiesModal .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 512px;
  overflow: hidden;
  margin: 0 auto auto;
  padding: 0 var(--global-spacing);
  display: flex;
  align-items: center;
}

body .amenitiesModal .inner {
  background: #F2EDE9;
  transform: translate(0px, -20px);
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 680px) {
  body .amenitiesModal .wrapper {
    padding: 0 15px;
  }
  body .amenitiesModal .inner {
    height: 80%;
  }
}

body .amenitiesModal .modalContent {
  padding: var(--global-spacing) var(--global-spacing) calc(var(--global-spacing) + 5px) var(--global-spacing);
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 25px;
}

body .amenitiesModal .modalContent > h4 {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #434242;
  margin-bottom: 0;
}

body .amenitiesModal .modalContent > h5 {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(67, 66, 66, 0.7);
  max-width: 394px;
  text-align: center;
  margin: -8px auto 5px auto;
}

body .amenitiesModal .modalContent > hr {
  background: rgb(67, 66, 66);
  height: 1px;
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  opacity: .2;
}

body .amenitiesModal .modalContent .closeContainer {
  position: absolute;
  right: 26px;
  margin-top: -4.5px;
  cursor: pointer;
}

body .amenitiesModal .modalContent .closeContainer > span {
  background-color: #E3DEDA;
  display: flex;
  width: 34px;
  height: 34px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .675s cubic-bezier(0.4, 0, 0.25, 1)
}

body .amenitiesModal .modalContent .closeContainer:hover > span {
  background-color: #E0DAD5;
}

body .amenitiesModal .modalContent .closeContainer > span::after {
  content: '';
  mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #434242;
  background-size: cover;
  display: block;
  width: 22px;
  height: 14px;
}

body .amenitiesModal .contentHolder {
  max-height: clamp(760px, 760px, 85vh);
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-right: 10px;
}

body .amenitiesModal .contentHolder,
body .amenitiesModal .contentHolder .scroll-content,
body .amenitiesModal .contentHolder .amenityGroup,
body .amenitiesModal .contentHolder .amenityGroup > li {
  width: 100%;
}

body .amenitiesModal .contentHolder .scroll-content {
  padding-bottom: 20px;
}

body .amenitiesModal .contentHolder::after {
  content: '';
  width: calc( 100% - 6px );
  height: 100px;
  display: block;
  background: linear-gradient(180deg, rgba(242, 237, 233, 0) 0%, rgba(242, 237, 233, 0.5) 50.52%, #F2EDE9 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

body .amenitiesModal .scrollbar-thumb,
body .amenitiesModal .scrollbar-track-y {
  width: 6px;
}

body .amenitiesModal .contentHolder label {
  color: #434242;
  font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
}

body .amenitiesModal .contentHolder .amenityGroup {
  list-style: none;
  margin-bottom: 28px;
  padding: 0;
}

body .amenitiesModal .contentHolder .amenityGroup > li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-bottom: 1px solid rgb(67 66 66 / 15%);
  margin-bottom: 0;
  padding: 15px 0;
}

body .amenitiesModal .contentHolder .amenityGroup > li::before {
  content: '';
  background-color: #434242;
  mask: url(/wp-content/uploads/2023/01/icon-checkCircle.svg);
  -webkit-mask: url(/wp-content/uploads/2023/01/icon-checkCircle.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 22px;
  height: 22px;
  display: block;
}

body .amenitiesModal .contentHolder .amenityGroup > li > .info {
  max-width: calc( 100% - 34px );
}

body .amenitiesModal .contentHolder .amenityGroup > li p {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #434242;
  margin-bottom: 0;
  margin-top: 2px;
}

body .amenitiesModal .contentHolder .amenityGroup > li i {
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: rgb(67 66 66 / 65%);
  display: inline-block;
  margin-bottom: 3px;
}

body .amenitiesModal .contentHolder .amenityGroup > li i > span {
  font-style: italic;
  font-weight: 600;
}













/* =========================================================================== */
/* ================================================================= PRELOADER */
/* =========================================================================== */

body {
  opacity: 0;
}

body .preloader {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  background: white;
  top: 0;
}

body .preloader .preloaderContent--holder {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

body .preloader .logo-stroke--holder .path-1,
body .preloader .logo-stroke--holder .path-2 {
  stroke-dasharray: 1850 2000;
  stroke-dashoffset: 1850;
}

body .preloader .logo-type--holder {
  position: relative;
  overflow: hidden;
  width: 347px;
  height: 46px;
}

body .preloader .logo-type--holder > span {
  position: absolute;
  display: block;
  opacity: 0;
  mask: url(/wp-content/uploads/2022/09/aeson.svg);
  -webkit-mask: url(/wp-content/uploads/2022/09/aeson.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #000;
  width: 347px;
  height: 46px;
  transform: translateY(100%);
}

/* =========================================================================== */
/* ========================================================= COMPLIANZ STYLING */
/* =========================================================================== */

body #cmplz-cookiebanner-container {
  --global-spacing: 1.625rem;
}

body #cmplz-cookiebanner-container .cmplz-cookiebanner {
  background: #f2ede9;
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
}

body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
  font-size: 24px;
}

body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message, 
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories, 
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links, 
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons, 
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-divider {
  grid-column: span 3;
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: rgb(67 66 66 / 65%);
}