@font-face {
  font-family: TAN-MERINGUE;
  src: url('/wp-content/themes/tws_theme/fonts/TAN-MERINGUE.otf') format('opentype');
}

@font-face {
  font-family: gill-sans-nova;
  src: url('/wp-content/themes/tws_theme/fonts/Gill-Sans.otf') format('opentype');
}

@font-face {
  font-family: GrandSlang;
  src: url('/wp-content/themes/tws_theme/fonts/GrandSlang-Roman.otf') format('opentype');
}

:root {
  --orange: #e0904d;
  --brown: #011119;
  --white: #fff;
  --black: #000;
  --wrapper-padding-inline: 1rem;
  --wrapper-max-width: 1344px;
  --font: 'Cormorant Garamond', serif;
}

.tws-has-background-brown {
  background-color: var(--brown);
}

.tws-has-text-orange {
  color: #00121a;
}

.header {
  z-index: 999999999999;
}

.header--scrolled {
  background-color: var(--brown);
}

.tws-padding {
  padding: 8rem 2rem;
}

.rates-availability__details-box--pounds {
  display: none !important;
}

#content2 {
  display: block !important;
}

.slick--room {
  height: 100%;
  width: 100%;
}
.slick--room .slick-slider {
  height: 100%;
  width: 100%;
}
.slick--room .slick-track {
  height: 100%;
  width: 100%;
}
.slick--room .slick-list {
  height: 100%;
  width: 100%;
}
.slick--room .slick-slide {
  height: 100%;
  width: 100%;
}

.slick--room .slick-slide > div {
  height: 100%;
  width: 100%;
}

.rooms__list-slick-container {
  height: 100vw;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rooms__list-slick-container {
    height: 80vw;
  }
}

@media screen and (min-width: 1024px) {
  .rooms__list-slick-container {
    height: 100%;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
  }
}

.search-filter {
  background-color: rgba(224, 215, 205, 1);
  position: relative;
  z-index: 1;
}

.search-filter__filter-container {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background-color: var(--brown);
}

.subscribe-form {
  background-color: #fff;
  padding: 4rem;
  display: flex;
  flex-direction: column;

  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
} */
}

.subscribe {
  padding: 7rem 2rem;
}

.slick--journal .slick-slide {
  margin: 0 60px;
}

.slick--journal .slick-list {
  margin: 0 -10px;
}

.search-filter__filter {
  height: fit-content;
}

.search-filter__filter form {
  height: fit-content;
  margin: 0;
  padding: 0;
}

.search-filter__filter form ul {
  height: fit-content;
  margin: 0;
  padding: 0;
}

.search-filter__filter form ul li {
  height: fit-content;
  margin: 0;
  padding: 0;
}

.search-filter__filter form ul li ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: fit-content;
  margin: 0;
  padding: 0;
  text-align: center;
}

.search-filter__filter form ul li ul li {
  margin-right: 2rem;
  position: relative;
  list-style: none;
  padding-left: 30px;
}

.search-filter__filter form ul li ul li input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.search-filter__filter form ul li ul li input::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--white);
  border-radius: 50%;
  margin-right: 10px;
}

.search-filter__filter form ul li ul li label {
  cursor: pointer;
  color: var(--white);
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
}

.search-filter__filter form ul li ul li input:checked + label::before {
  background-color: var(--white);
}

.search-filter__container {
  padding: 8rem 0;
}

.search-filter__results-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}

@media screen and (min-width: 768px) {
  .search-filter__results-list {
    gap: 5.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.search-filter__results-card {
  height: 100%;
  width: 100%;
  grid-row: span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
}

.page-template-journal .search-filter__results-card {
  flex-direction: unset;
  flex-wrap: wrap;
  align-content: flex-start;
}

.search-filter__results-card:hover {
  text-decoration: none;
}

.search-filter__results-text-box {
  height: fit-content;
  width: 100%;
  padding: 30px 25px 8px 25px;
}

.tall-card {
  grid-row: span 2;
}

.search-filter__results-image-container {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}

.search-filter__results-image-container.tws-oh-blog-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.search-filter__results-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.search-filter__results-image-container.tws-oh-blog-image > .search-filter__results-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-filter__results-categories {
  font-size: 1.4rem;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black);
}

.search-filter__results-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 11px;
  font-family: 'GrandSlang', sans-serif;
  font-size: 2.5rem;
  line-height: normal;
}

.page-template-journal .search-filter__results-title {
  font-size: 2.5rem;
  margin-bottom: 18px;
}

.page-template-journal .search-filter__results-description {
  margin-bottom: 18px;
}

.search-filter__results-desciption {
  margin-bottom: 1rem;
}

.search-filter__results-cta {
  font-weight: 600;
  color: #011119;
  font-weight: 600;
}

.post-page {
  width: 100%;
  background-color: rgba(224, 215, 205, 1);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.post-page__container {
  padding: 8rem 0;
}

.post-page__image-container {
  width: 100%;
  height: 100vh;
  min-height: 60rem;
  position: relative;
}

.post-page__image-btn-container {
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  cursor: pointer;

  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.post-page__image-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.post-page__image-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  font-size: 2rem;
  color: white;
}

.post-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-page__categories {
  font-size: 1em;
  margin: 2rem 0 1rem 0;
  text-transform: uppercase;
  color: white;
}

.post-page__title {
  font-size: 4.5rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2rem;
  font-family: 'GrandSlang', sans-serif;
}

.single-slider {
  margin: 0 auto;
  padding: 8rem 0;
  height: 60rem;
}

.single-slider__container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.single-slider__slick-container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.single-slider__item {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.single-slider__image {
  display: inline-block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 1225px) {
  .single-slider .slick-dots {
    left: 18%;
    position: relative;
    top: -26%;
  }
}

.single-slider .slick-dots li button:before {
  color: #000;
  font-size: 1rem;
}

.single-slider .slick-slider,
.single-slider .slick-slider .slick-list,
.single-slider .slick-slider .slick-list .slick-track {
  height: 100%;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .single-slider .slick-slider .slick-list {
    width: 99% !important;
  }

  .subscribe {
    padding: 7rem 0rem;
  }
}

.single-slider .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  -webkit-transition: 2.3s;
  transition: 2.3s;
  padding: 0 1.5rem;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .single-slider .slick-slider .slick-list .slick-track .slick-slide {
    height: 70%;
    -webkit-transition: 2.3s;
    transition: 2.3s;
    width: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .single-slider .slick-slider .slick-list .slick-track .slick-slide {
    -webkit-transform: translateX(49.5rem);
    -ms-transform: translateX(49.5rem);
    transform: translateX(49.5rem);
    transform: translateX(49.5rem);
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .single-slider .slick-slider .slick-list .slick-track .slick-slide {
    -webkit-transform: translateX(30vw);
    -ms-transform: translateX(30vw);
    transform: translateX(30vw);
    transform: translateX(30vw);
    overflow: hidden;
  }
}

.single-slider .slick-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
  width: 100%;
}

.single-slider .slick-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .single-slider .slick-current {
    height: 100% !important;
    -webkit-transition: 2.3s;
    transition: 2.3s;
    width: 36rem !important;
  }

  .single-slider .slick-current div {
    width: 33rem !important;
  }
}

.single-slider .slick-prev {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  background-image: url(/wp-content/uploads/2023/12/svgexport-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 5rem;
  justify-content: center;
  left: 3rem;
  position: absolute !important;
  top: calc(50% - 1px);
  width: 5rem;
  z-index: 20;
}

@media screen and (min-width: 1225px) {
  .single-slider .slick-prev {
    height: 8rem;
    left: calc(73% - 9rem);
    top: calc(90% - 1px);
    width: 44px;
  }
}

.single-slider .slick-prev i {
  color: var(--white);
  font-size: 3rem;
  height: 3rem;
  width: 3rem;
}

.single-slider .slick-prev:before {
  display: none;
}

.single-slider .slick-next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  background-image: url(/wp-content/uploads/2023/11/arrowL.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 5rem;
  justify-content: center;
  position: absolute !important;
  right: 3rem;
  top: 50%;
  width: 5rem;
  z-index: 20;
}

@media screen and (min-width: 1226px) {
  .single-slider .slick-next {
    height: 8rem;
    left: 73%;
    right: unset;
    top: 90%;
    width: 44px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1225px) {
  .single-slider .slick-next {
    height: 8rem;
    left: 83%;
    right: unset;
    top: 90%;
    width: 44px;
  }

  .single-slider .slick-prev {
    height: 8rem;
    left: calc(83% - 9rem);
    top: calc(90% - 1px);
    width: 44px;
  }

  .single-slider .slick-dots {
    left: 27%;
    position: relative;
    top: -26%;
  }
}

.single-slider .slick-next i {
  color: var(--white);
  font-size: 3rem;
  height: 3rem;
  width: 3rem;
}

.single-slider .slick-next:before {
  display: none;
}

.single-slider .slick-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.single-slider div.slick-active,
.single-slider div.slick-current {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.container__404 {
  margin-top: 15rem;
}

.rates-availability-section {
}
.rates-availability {
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}

.rates--pounds {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}

.rates--pounds.active {
  display: none;
}

.rates--dollars {
  display: none;
}

.rates--dollars.inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

.rates-availability__rates-box {
  width: 100%;
}
.rates-availability__content-box {
  width: 100%;
}

@media (max-width: 540px) {
  .rates-availability__list {
    font-size: 1.25rem;
  }
}

.rates-availability__title-box {
  display: flex;
  flex-direction: row;
  background-color: var(--brown);
  padding: 5px;
}
.rates-availability__title-box--date {
  width: 60%;
}

.rates-availability__title-box--date > p,
.rates-availability__title-box--nights > p,
.rates-availability__title-box--rates > p {
  color: white;
}
.rates-availability__title-box--nights {
  width: 20%;
  text-align: left;
}
.rates-availability__title-box--rates {
  width: 20%;
  text-align: left;
}
.rates-availability__details-box p {
  padding: 10px 5px;
}
.rates-availability__details-box {
  display: flex;
  flex-direction: row;
}

.rates-availability__details-box:first-child {
}
.rates-availability__details-box:nth-of-type(even) {
}
.rates-availability__details-box:nth-of-type(odd) {
  background-color: #e0d7cd;
}

.rates-availability__details-box--date {
  width: 60%;
}
.rates-availability__details-box--nights {
  width: 20%;
  text-align: left;
}
.rates-availability__details-box--pounds {
  width: 20%;
  text-align: center;
  justify-content: center;
}
.rates-availability__details-box--dollars {
  width: 20%;
  text-align: left;
  justify-content: center;
}

.rates-availability__terms-box {
  display: flex;
  flex-direction: row;
}
.rates-availability__terms-box--terms {
  width: 80%;
  padding: 10px 5px;
}
.rates-availability__terms-box--rates {
  width: 20%;
  background-color: var(--brown);
  display: flex;
  justify-content: center;
  padding: 10px 5px;
}

.rates-availability__terms-box--rates > span {
  color: white;
}

.rates-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve
  div.check-in-div,
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve
  div.check-out-div {
  background-color: #89afa3 !important;
  color: var(--white) !important;
}

.block_hints .block_free,
.block_hints .block_time,
.block_hints .block_booked,
.block_hints .block_pending,
.block_hints .block_check_in_out,
.datepick-inline .datepick-days-cell {
  border: none !important;
}

.wpdevelop {
  background-color: var(--white) !important;
}

.datepick-inline .datepick-header span {
  font-size: 1.6rem !important;
}

.rates-button i {
  color: var(--white);
}

.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a,
.datepick-inline .calendar-links .datepick-prev a:hover,
.datepick-inline .calendar-links .datepick-next a:hover {
  color: #5a5b60 !important;
}

.rates-button select,
.rates-button select:active,
.rates-button select:focus-visible,
.rates-button select:focus {
  background: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
  outline: none;
}

#content2 {
  display: none;
}

div.datepick-inline .datepick-title-row th {
  border: none !important;
}

.datepick-inline {
  border: none !important;
  box-shadow: unset !important;
  padding: 5px !important;
}

.datepick-inline .calendar-links {
  background: transparent !important;
}

.datepick-inline .datepick-header {
  background: var(--brown) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  margin: 0px !important;
}

.block_hints .block_free a,
.block_hints .block_time,
.datepick-inline .date_available a {
  color: #5a5b60 !important;
}

.datepick-inline .datepick-days-cell.datepick-unselectable,
.datepick-title-row {
  background-color: #ffffff;
}

.datepick-inline .date_available {
  background-color: #ffffff !important;
  color: #000;
}

.datepick-inline .datepick-one-month .datepick .datepick-current-day {
  background-color: #89afa3 !important;
}

.block_hints .date2approve.block_check_in_out,
.block_hints .block_pending,
.datepick-inline .date2approve,
.datepick-inline .date2approve.timespartly:not(.check_in_time, .check_out_time) .wpbc_time_dots,
.datepick-inline .date_approved.timespartly:not(.check_in_time, .check_out_time) .wpbc_time_dots,
.datepick-inline .date2approve.timespartly:not(.check_in_time, .check_out_time) a,
.datepick-inline .date_approved.timespartly:not(.check_in_time, .check_out_time) a {
  text-shadow: none !important;
  background-color: var(--orange) !important;
  fill: var(--orange);
}

.datepick-inline .datepick-days-cell.date_approved {
  background-color: #89afa3 !important;
}

.datepick-inline
  td.datepick-days-cell.check_out_time.check_out_time_date2approve
  .wpbc-cell-box
  .wpbc-co-out
  svg
  polygon {
  fill: var(--orange) !important;
}
.datepick-inline
  td.datepick-days-cell.check_in_time.check_in_time_date2approve
  .wpbc-cell-box
  .wpbc-co-in
  svg
  polygon {
  fill: var(--orange) !important;
}

.rooms__list-image-container {
  padding: 8rem 0rem;
}

.house-enquiry__text-box {
  height: 100%;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.wpbc-cell-box .wpbc-diagonal-el svg polygon {
  fill: #d0c4b5 !important;
}

.additional-info-title {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.additional-info-title i {
  transition: all 0.7s;
  margin-left: 5px;
}

.additional-info-title.active i {
  transform: rotate(180deg);
}

.additional-info-text {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}

.additional-info-text.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  pointer-events: all;
}

.image-slider__image,
.banner__video-container video {
  filter: brightness(0.9);
}

.banner__video-container iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.explore__item {
  display: block !important;
}
.explore__item-title {
  margin-bottom: 0px !important;
}

.rooms__btn-arrow {
  transition: all 0.7s;
  filter: brightness(0);
  /* transform: rotate(90deg); */
}
.rooms__btn-arrow.active-list {
  transform: rotate(90deg);
  transition: all 0.7s;
}

.rooms__container-2 {
  padding: 0px;
}

.tws-form-box {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  width: 90%;
  max-height: 430px;
  overflow-y: scroll;
  height: 72%;
  border: 5px solid var(--white);
}

.enquiry__bgb-img {
  /* filter: brightness(0.8) blur(3px); */
}

.tws-form-box__content-box {
  padding: 0px;
  width: 100%;
}

.enquiry__title {
  margin-bottom: 20px;
}

.enquiry__form-input p {
  text-align: left;
}

.enquiry__form-textarea textarea {
  resize: none;
}
.enquiry__form-textarea label {
  display: block;
  text-align: left;
  color: black;
}

.page-template-enquiry .enquiry__form-textarea label,
.page-template-enquiry .enquiry__form-input label {
  color: white;
}

.tws-form-box__content-box--content {
  background: #efe8e1;
  padding: 20px;
}

.house-nav {
  background-color: var(--brown) !important;
}

.enquiry__form-submit input {
  font-family: 'GrandSlang', sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  background-color: #011119;
  border: 1px solid #011119;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  padding: 1.2rem 4rem;
  text-decoration: none;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  border-radius: 0px !important;
  transition: all 0.7s;
}

.enquiry__form-submit input {
  width: max-content;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .brochure-banner__title,
  .house-enquiry__title {
    font-size: 3rem;
    text-transform: uppercase;
  }
  .brochure-banner__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .explore .slick-dots {
    left: unset;
    top: -40px;
    right: 42px;
    display: none !important;
  }

  .explore .slick-prev {
    left: 20px;
  }
  .explore .slick-next {
    left: 78px;
  }

  .explore .slick-next,
  .explore .slick-prev {
    top: -57px;
    height: 30px;
  }
  explore .slick-prev {
    top: -57px !important;
  }
  .nav__logo-container {
    left: 10px;
    transform: unset;
    width: 113px;
  }

  .nav__logo-container.logo-text {
    width: auto;
  }

  .nav__logo-container.logo-text > h1 {
    font-size: 3rem !important;
  }

  .nav-left {
    padding-top: 15px;
    /* position: unset; */
  }

  .nav-left--active-r,
  .nav-right--active-r {
    top: 231px;
    padding-bottom: 15px;
    /* position: unset; */
  }

  .brochure-banner {
    padding: 2rem 0;
  }
}

@media (min-width: 768px) {
  .enquiry__title {
    margin-bottom: 48px;
    /* color: white; */
  }
  .tws-form-box {
    border: unset;
    max-height: unset;
    max-width: 600px;
    width: 100%;
  }
  .tws-form-box__content-box {
    /* padding: 50px 80px; */
    border: 5px solid var(--white);
  }

  .tws-form-box__content-box--content {
    padding: 48px 30px;
  }
  .rates-availability {
    flex-direction: row;
  }

  .rates-availability__rates-box {
    width: 60%;
  }
  .rates-availability__content-box {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .tws-padding {
    padding: 8rem 0rem;
  }

  .journal-home .slick-prev,
  .journal-home .slick-next {
    top: -106px;
  }

  .journal-home .slick-dots {
    top: -110px;
    right: 100px;
  }
}

@media (min-width: 768px) {
  .padding-left {
    padding-left: 70px !important;
  }
  .padding-right {
    padding-right: 50px !important;
  }
}

.wrapper {
  max-width: var(--wrapper-max-width);
  margin-inline: auto;
  padding-inline: var(--wrapper-padding-inline);
}

.full-width-split-screen {
  position: relative;
}

.full-width-split-screen .full-width-split-screen--slick {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
  min-height: 300px;
}

.full-width-split-screen .full-width-split-screen--content {
  padding-inline: var(--wrapper-padding-inline);
  padding-top: 50px;
  padding-bottom: 50px;
  /* text-align: center;
    justify-items: center; */

  h1 {
    width: 75%;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .full-width-split-screen {
    display: grid;
    grid-template-columns:
      minmax(var(--wrapper-padding-inline), 1fr)
      minmax(0, calc(var(--wrapper-max-width) / 2))
      minmax(0, calc(var(--wrapper-max-width) / 2))
      minmax(var(--wrapper-padding-inline), 1fr);
  }

  .full-width-split-screen .full-width-split-screen--slick {
    max-height: inherit;
  }

  .full-width-split-screen .full-width-split-screen--slick:first-child {
    grid-column: 1 / 3;
  }

  .full-width-split-screen .full-width-split-screen--slick:last-child {
    grid-column: 3 / -1;
  }

  .full-width-split-screen .full-width-split-screen--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-content: center;
      justify-items: center; */
    padding-inline: 0px;
  }

  .full-width-split-screen .full-width-split-screen--content:first-child {
    grid-column: 1 / 3;
  }

  .full-width-split-screen .full-width-split-screen--content:last-child {
    grid-column: 3 / 4;
  }

  .full-width-split-screen .full-width-split-screen--content::before {
    content: '';
    position: absolute;
    background: inherit;
    inset: 0;
  }

  .full-width-split-screen .full-width-split-screen--content:first-child::before {
    grid-column: 1 / 2;
  }
  .full-width-split-screen .full-width-split-screen--content:last-child::before {
    grid-column: 4 / 5;
  }
}

.full-width-split-screen .button {
  width: max-content;
}

.bedroom .slick-slider .slick-list .slick-track .slick-slide {
  transform: unset;
}

.bedroom .slick-slide {
  height: 450px !important;
}

.bedroom .slick-slide.slick-current.slick-active {
  height: 450px !important;
}
.bedroom .slick-slide.slick-active {
  height: 540px !important;
}

.bedroom .slick-slide img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
  display: block;
}

.bedroom .slick-slider .slick-list .slick-track .slick-slide {
  transition: all 0.7s !important;
}
.home .search-filter__results-categories {
  color: var(--black);
}

.subscribe__title {
  width: unset;
  text-align: center;
}

.sub-form {
}

.sub-form br {
  display: none;
}

.sub-form label,
.sub-form input {
  display: block;
  width: 100%;
}

.sub-form .sub-form__grid-box:nth-of-type(2) .sub-form__grid-box--input {
  grid-column: 2 / -1;
}

.sub-form input {
  border: 1.5px solid #000;
  height: 3rem;
  padding: 2rem 1rem;
  width: 100%;
}

.sub-form__grid-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.sub-form__grid-box--labels {
  text-align: left;
}
.sub-form__grid-box--input {
}

.contact-us-popup-open {
  cursor: pointer;
}
.contact-us-popup-open:hover {
  color: var(--black);
  text-decoration: underline;
}

.contact-us-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.contact-us-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.contact-us-popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--black);
  background-color: var(--brown);
  cursor: pointer;
  font-weight: 700;
}

.contact-us-popup-overlay {
  position: absolute;
  inset: 0;
  background-color: #000000cc;
}

.subscribe__content {
  margin: unset;
  justify-content: unset;
}

.subscribe__form-submit .button {
  font-family: 'GrandSlang', sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  background-color: #011119;
  border: 1px solid #011119;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  padding: 1.2rem 4rem;
  text-decoration: none;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  border-radius: 0px !important;
  transition: all 0.7s;
}

.subscribe__form-submit .button:hover {
  border: 1px solid #000;
}

@media (min-width: 1024px) {
  .sub-form__grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .subscribe__text {
    width: 100%;
  }
  .bedroom__container-box {
    grid-template-columns: 30% 30% 30% 10%;
  }

  .concierge__text-box {
    margin-bottom: unset;

    margin: auto;
  }

  .journal-home__item {
    padding: 0 1.5rem;
  }

  .search-filter__results-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* .concierge__image-list {
    height: 80vh;
  }

  .concierge__text-box {
    height: 75rem;
  }
  .concierge__list-item {
    height: 75rem;
  } */

  .bedroom .slick-current div {
    padding-left: 0px;
  }

  .bedroom__slick-container {
    height: 540px;
  }
}

.concierge-new {
  padding: 7rem 0px;
  background: #f5f3ee;
}
.sticky-image {
}
.sticky-image .contain {
  max-width: 1600px;
  margin: auto;
}

.sticky-image > div {
  position: relative;
}

.sticky-image > div > div {
  max-width: 100%;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.sticky-image > div > div .left {
  width: 50%;
  max-width: 507px;
  margin: 0px 66px 0px 0;
}

.sticky-image > div > div .right {
  width: 50%;
}

.sticky-image > div > div .left .content-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 768px;
  margin-bottom: 160px;
}

.sticky-image > div > div .right .image {
  height: 640px;
  max-width: 100%;
  position: sticky;
  top: 140px;
}

.sticky-image > div > div .right .image .sticky-container {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.sticky-image > div > div .right .image .sticky-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sticky-image > div > div .right .image .sticky-container img.active {
  opacity: 1;
}

.tws-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.tws-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__btn {
  cursor: pointer;
}

.tws-banner .tws-banner__button-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.tws-rooms-grid {
  display: flex;
  flex-direction: column;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.rooms__container-2 .slick-dots {
  width: max-content;
  bottom: -15px;
  left: -10px;
}

.tws-rooms-card--title {
  font-size: 2.5rem;
  font-family: 'GrandSlang', sans-serif;
  line-height: normal;
}
.tws-rooms-card--text {
  font-size: 1.8rem;
  margin-bottom: 12px;
  margin-top: 12px;
  width: 80%;
}

.rooms__container-2 .slick-dots li button:before {
  font-size: 9px;
}

.tws-rooms-card {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  gap: 32px;
}

.tws-rooms-card__content-box,
.tws-rooms-card__slick-box {
  width: 100%;
}

.design__slider-container {
  height: unset;
  padding: unset;
}

.design {
  height: unset;
  min-height: unset;
}

.design__text-box {
  margin-top: 50px;
}

.design__image-container,
.tws-rooms-card__image-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.design__image-container img,
.tws-rooms-card__image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tws-rooms-card__information-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 12px;
}

.tws-rooms-card__button-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tws-rooms-card__button-box .button {
  min-width: 220px !important;
  min-height: 42px;
  background-color: transparent;
  display: inline-block;
  min-width: 86px;
  border-radius: 0px !important;
  min-height: 46px;
  line-height: 46px;
  padding: 0 16px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: var(--black);
  text-transform: uppercase;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: 1.5px solid var(--black);
}

@media (min-width: 540px) {
  .tws-rooms-card__button-box {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .tws-rooms-card__content-box,
  .tws-rooms-card__slick-box {
    width: 48%;
  }

  .tws-rooms-card {
    flex-direction: row;
    padding: 50px 0px;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .rooms__list-sub-title {
    font-size: 2rem;
  }

  .sticky-image > div > div .right {
    display: none;
  }

  .sticky-image > div > div .left {
    width: 100%;
    max-width: unset;
    margin: 0px auto;
  }

  .sticky-image > div > div .left .content-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: unset;
    max-width: 580px;
    margin: 0 auto 48px;
  }
}

body .datepick-inline {
  background: none;
  padding: 0 !important;
}

/* body {
  overflow-x: hidden;
} */

.brochure-banner__btn-arrow {
  filter: invert(64%) sepia(23%) saturate(1146%) hue-rotate(343deg) brightness(94%) contrast(86%);
}

.explore__item-btn svg {
  width: 35px;
}

.brochure-banner__btn svg {
  width: 60px;
  filter: brightness(0.5) invert(1);
}

.explore .slick-prev,
.bedroom .slick-prev {
  background-image: url(/wp-content/uploads/2023/11/arrowL.svg);
}

.explore .slick-next,
.bedroom .slick-next {
  background-image: url(/wp-content/uploads/2023/11/arrowL.svg);
  filter: brightness(0.5) invert(1);
}

.bedroom .slick-dots {
}

.slick-bedroom-btn-box {
}

.slick-bedroom-arrow-box {
}

.bedroom .slick-next {
  bottom: -31px;
  left: 41%;
}
.bedroom .slick-next,
.bedroom .slick-prev {
  height: 5rem;
  top: unset;
  filter: unset;
}

.bedroom .slick-prev {
  left: 25%;
  bottom: 8px;
}

.explore .slick-prev,
.bedroom .slick-prev {
  transform: rotate(180deg);
}

.explore .slick-prev {
  top: -72.6px;
  filter: brightness(0.5) invert(1);
}

@media (min-width: 1024px) {
  .explore .slick-prev {
    top: -7rem;
  }

  .bedroom .slick-prev {
    bottom: 10px;
  }
}
@media (min-width: 1408px) {
  .explore .slick-prev {
    top: -9rem;
  }

  .explore .slick-prev {
    transform: rotate(180deg) translate(68rem);
    filter: brightness(0.5) invert(1);
  }
}

@media screen and (max-width: 1024px) {
  body {
    overflow: hidden;
  }
  .nav__link {
    padding: 15px;
  }
}

@media screen and (max-width: 839px) {
  .bedroom__container-box {
    display: flex;
    flex-wrap: wrap;
  }
  .concierge__title {
    font-size: 2.5rem;
  }
  .bedroom__container-box > .bedroom__slick-container {
    order: 2;
  }
  .bedroom__container-box > .bedroom__text-box {
    order: 1;
    width: 100%;
    margin: auto;
    padding-bottom: 49px;
  }
  .bedroom {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bedroom .slick-next,
  .bedroom .slick-prev {
    display: none !important;
  }
  .concierge-new {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-template-home .concierge-new {
    padding-top: 60px;
  }

  .sticky-image > div > div {
    padding: 0 33px;
  }
  .concierge__image-container-1 {
    margin-top: 38px;
  }
  .journal-home .slick-prev {
    top: -36px;
    left: 35%;
  }
  .journal-home .slick-next {
    top: -36px;
    right: 35%;
  }
  .slick--journal .slick-slide {
    margin-right: 0;
  }
  .footer__map iframe {
    height: 300px;
  }
  .sub-form__grid-box--labels {
    width: 100%;
  }
  .journal-home__title {
    text-align: center;
    font-size: 2.5rem;
  }
  .sub-form__grid-box {
    grid-template-columns: unset;
  }
  .footer__map {
    padding: 16px;
    padding-bottom: 64px;
  }
  .finer-details__container {
    margin: 40px 0;
  }
  .calendar-section {
    padding: 0 15px;
  }
  .house-enquiry__text-box {
    width: 100%;
  }
  .house-enquiry__image-container {
    display: none;
  }
  .house-enquiry__container {
    width: 100%;
  }
  .house-enquiry {
    padding-bottom: 0;
  }
  .search-filter__filter-container {
    display: none;
  }
  .post-page__container {
    padding: 8rem 3rem;
  }
  .single-slider .slick-prev,
  .single-slider .slick-next {
    display: none;
  }
}

.calendar-section > .container > h3 {
  font-size: 2.5rem;
  line-height: normal;
  font-family: 'GrandSlang', sans-serif;
}

.search-filter__results-image-container {
  position: relative;
  padding-bottom: 100%;
}

.search-filter__results-image-container > .search-filter__results-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .brochure-banner__title,
  .house-enquiry__title {
    font-size: 2.5rem;
  }
  .design__container {
    padding-bottom: 0;
  }
}

.rooms__container-2 {
  background-color: #dfdbd0;
}

.grecaptcha-badge {
  display: none !important;
}

.tws-footer {
  background-color: #80ab90 !important;
  padding: 7rem 0rem;
  text-align: center;
}

.tws-footer .footer-section.top > .banner__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
}

.tws-footer .footer-section.top > .banner__heading {
  margin-bottom: 0;
}

.tws-footer .footer-section.gap {
  display: flex;
  gap: 6rem;
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.tws-footer .footer-section.gap.gap-small {
  padding: 0;
}
.tws-footer .footer-section.gap.gap-big {
  gap: 10rem;
  padding-top: 3rem;
}

.tws-footer .footer-section.gap.gap-terms {
  gap: 2rem;
  padding-top: 3rem;
}

.tws-footer .footer-section.gap.gap-social {
  gap: 2rem;
  padding-top: 3rem;
}

.tws-footer .footer-section.gap.gap-small > a {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-decoration: none;
}

.tws-footer .footer-section.address {
  color: #ffffff;
  padding: 3rem 0;
}

.tws-footer .footer-section.address > a,
.tws-footer .footer-section.gap a {
  color: #ffffff;
  text-decoration: none;
}

.tws-footer .footer-section.gap.gap-terms > a {
  font-size: 1.2rem;
}

.tws-footer .footer-section.gap.gap-social > a {
  border: solid 1px #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tws-title {
  font-family: var(--font);
  font-size: 4rem;
  letter-spacing: 5px;
  line-height: 55px !important;
  color: var(--black);
}

.tws-map-area__grid-box p {
  line-height: 1.125 !important;
}

.tws-address {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 10px;
}

.finer-details__item-text {
  line-height: 24px !important;
  font-size: 1.7rem;
}

.tws-address br {
  display: none;
}

.image-slider {
  position: relative;
}

.image-slider__item {
  position: relative;
}

.image-slider__item p,
.slider-counter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  font-size: 2rem;
  color: var(--white);
}

.page-template-flexible-content .desktop-content-switch {
  background-color: var(--white);
}
.page-template-flexible-content .desktop-content-switch .swiper {
  height: 100%;
}

.tws-flex-box .swiper-button-next:after,
.tws-flex-box .swiper-button-prev:after,
.page-template-flexible-content .swiper-button-next:after,
.page-template-flexible-content .swiper-button-prev:after {
  font-size: 20px;
  border: 1px solid var(--white);
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
}

.swiper-button-next {
  right: 35px !important;
}

.swiper-button-prev {
  left: 35px !important;
}

.image-slider__item p {
  bottom: 42px;
}

.slider-counter {
  bottom: 20px;
}

.mobile-content-switch {
  display: block !important;
}

.desktop-content-switch {
  display: none !important;
}

/* .page-template-flexible-content .full-width-split-screen .full-width-split-screen--gallery {
  grid-column: ;
} */

.page-template-flexible-content
  .flexible-content-content-switch
  .full-width-split-screen:nth-of-type(even)
  .full-width-split-screen--content {
  grid-column: 3 / 4;
}

.page-template-flexible-content
  .flexible-content-content-switch
  .full-width-split-screen:nth-of-type(even)
  .full-width-split-screen--gallery {
  grid-column: 1 / 3;
}

.page-template-flexible-content
  .flexible-content-content-switch
  .full-width-split-screen:nth-of-type(odd)
  .full-width-split-screen--content {
  grid-column: 2 / 3;
}

.page-template-flexible-content
  .flexible-content-content-switch
  .full-width-split-screen:nth-of-type(odd)
  .full-width-split-screen--gallery {
  grid-column: 3 / 5;
}

.page-template-flexible-content
  .flexible-content-content-switch
  .full-width-split-screen
  .full-width-split-screen--gallery
  img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.page-template-flexible-content .flexible-content-content-switch .full-width-split-screen {
  background-color: var(--white);
}

.full-width-split-screen.footer-content-switch .full-width-split-screen--content:first-child {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.full-width-split-screen.footer-content-switch .full-width-split-screen--content:last-child {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.full-width-split-screen {
  background-color: var(--white);
}

.wysiwyg-section {
  padding-top: 7rem;
}

.wysiwyg h1 {
  font-size: 5rem;
}

.wysiwyg-section .wysiwyg h1,
.wysiwyg-section .wysiwyg h2,
.wysiwyg-section .wysiwyg h3,
.wysiwyg-section .wysiwyg h4,
.wysiwyg-section .wysiwyg h5,
.wysiwyg-section .wysiwyg h6 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* .page-template-journal.tws-ye-styling .search-filter__results-text-box {
  flex-direction: column;
  margin-top: 0px !important;
} */

/* body .search-filter__results-text-box .right-jor .search-filter__results-description */

body .search-filter__results-text-box .left-jor .search-filter__results-title,
body .search-filter__results-text-box .left-jor .search-filter__results-categories {
  text-align: left;
}

.search-filter__results-text-box.j-home {
  text-align: right;
  margin-top: 20px !important;
}

.tws-design-image-box img {
  aspect-ratio: 9 / 6;
  object-fit: cover;
  display: block;
}

.slick--room .slick-next::before,
.slick--room .slick-prev::before,
.slick--design .slick-next::before,
.slick--design .slick-prev::before {
  content: unset !important;
}

.slick--room .slick-next,
.slick--design .slick-next {
  right: 45px;
}

.slick--room .slick-prev,
.slick--design .slick-prev {
  left: 25px;
  z-index: 99;
}

.slick--room .slick-next i,
.slick--room .slick-prev i,
.slick--design .slick-next i,
.slick--design .slick-prev i {
  color: var(--white);
  font-size: 20px;
  border: 1px solid var(--white);
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

body.tws-ye-styling header .nav__logo {
  filter: brightness(0) invert(100);
}

.button {
  font-family: 'Cormorant Garamond', serif;
  background: #6c9e81;
  border-color: #6c9e81;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  font-size: 2rem;
  font-weight: 400;
  justify-content: center;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  text-decoration: none;
  transition: 0.7s;
  border-radius: 0px !important;
  line-height: normal !important;
}

.page-template-policy .header,
.error404 .header {
  background-color: var(--white) !important;
}
.page-template-policy .nav__logo,
.error404 .nav__logo {
  filter: unset !important;
}
.page-template-policy .nav__link,
.error404 .nav__link {
  color: var(--black) !important;
}

.video-section {padding-bottom: 7rem;background: #f5f3ef;}
.video-section video,
.video-section iframe {
  display: block;
  aspect-ratio: 9 / 6;
  height: 100%;
  object-fit: cover;
}

body .search-filter__results-text-box {
  flex-direction: column;
  padding: 0px;
}

/* body .search-filter__results-text-box .right-jor .search-filter__results-description {
  text-align: left;
} */

.tws-map-area__grid-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.full-width-split-screen.footer-content-switch {
  padding-left: 20px;
  padding-right: 20px;
}

.journal-home .slick-slide img {
  transform: scale(90%);
  /* filter: blur(1px); */
  transition: all 1s;
}

.journal-home .slick-slide.slick-current.slick-active img {
  transform: scale(100%);
  filter: blur(0px);
}

.tws-flex-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
  gap: 4rem;
}

.tws-flex-box:last-child {
  margin-bottom: 0px;
}

.tws-flex-box__gallery-box,
.tws-flex-box__content-box {
  width: 100%;
}
.tws-flex-box__gallery-box {
}
.tws-flex-box__content-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tws-flex-box__gallery-box img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

@media (min-width: 768px) {
  .full-width-split-screen.footer-content-switch {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tws-map-area__grid-box {
    padding: 30px;
    margin-top: 0px;
  }

  .tws-title {
    font-size: 5rem;
  }

  body .search-filter__results-text-box {
    flex-direction: row;
    padding: 30px 25px 8px 25px;
  }

  /* body .search-filter__results-text-box .right-jor .search-filter__results-description {
    text-align: right;
  } */
}
@media (min-width: 1024px) {
  .tws-flex-box {
    flex-direction: row;
  }

  .tws-flex-box:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .tws-flex-box__gallery-box,
  .tws-flex-box__content-box {
    width: 50%;
  }

  #map {
    height: 100% !important;
  }

  .mobile-content-switch {
    display: none !important;
  }

  .desktop-content-switch {
    display: block !important;
  }

  .tws-map-area {
    flex-direction: row;
  }

  .tws-map-area__map-box,
  .tws-map-area__content-box {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .tws-footer .footer-section.gap.gap-big,
  .tws-footer .footer-section.gap.gap-small {
    flex-wrap: wrap;
    text-align: center;
    gap: 1rem;
    justify-content: center;
  }
  .tws-footer .footer-section.gap.gap-big > a {
    width: 100%;
  }
  .tws-footer .footer-section.gap.gap-small {
  }
}



body.tws-ye-styling header.header--scrolled .nav__link#availability {
  cursor: pointer;
}


.availability-area {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: #000000c7;
  z-index: 999999999999999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: .7s;
  align-items: flex-start;
}

.availability-area.active {
  opacity: 1;
  visibility: visible;
}

.availability-area  > .availability-inside {
  background: #ffffff;
  padding: 30px;
  width: 1344px;
  position: relative;
  overflow-y: scroll;
  margin: 100px 0;
  height: calc(100% - 200px);
  min-height: 400px;
  max-height: 100%;
}

.availability-area > .availability-inside > #close-popup {
  position: absolute;
  right: 30px;
  top: 30px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
}

html.no-scroll {
  overflow: hidden;
}










body.tws-ye-styling #Calendar .all-props-calendar {
    width: 100%;
    /* overflow-x: scroll; */
    margin-top: 40px;
}
body.tws-ye-styling #Calendar .property-calendar {
    white-space: nowrap;
    width: 100%;
    border-radius: 0;
    border: none;
}

body.tws-ye-styling #Calendar .property-calendar thead{background: #80aa90;overflow: hidden;}

body.tws-ye-styling #Calendar .property-calendar tbody {
    position: relative;
}
body.tws-ye-styling #Calendar .property-calendar th {
    padding: 15px 0;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 24px;
    text-align: left;
    border: none;
    color: #ffffff;
}
body.tws-ye-styling #Calendar .property-calendar th:nth-of-type(1) {
    padding: 15px;
    position: sticky;
    left: 0;
    background: #80aa90;
    overflow: hidden;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td {
    padding: 10px 15px;
    font-weight: 500;
    text-align: left;
    color: #948685;
    border: none;
    vertical-align: middle;
    border-bottom: solid 1px #ffffff;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td:nth-of-type(1) {
    position: sticky;
    left: 0;
    z-index: 9999;
    background: #ffffff;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td:nth-of-type(1) > i {
    font-size: 12px;
    color: #80aa90;
    margin-left: 5px;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td:nth-of-type(1):hover .bed-tool-tip {
    opacity: 1;
    visibility: visible;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td.month-cell {
    padding: 0;
}

body.tws-ye-styling #Calendar .property-calendar .property-row:nth-of-type(2n) {
    background: #f9f9f9;
    border: none;
}

body.tws-ye-styling #Calendar .property-calendar .property-row:nth-of-type(2n) > td:nth-of-type(1) {
    background: #f9f9f9;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td .day {
    padding: 10px;
    font-size: 15px;
    width: 44px;
    display: inline-block;
    text-align: center;
    margin-right: -5px;
    color: #5d5d5d;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td .day.booked-day {
    background: #80aa90;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td .day.booked-day.first-day {
    background: linear-gradient(to top left, #80aa90 50%, transparent 50%);
    position: relative;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td .day.last-day {
    background: linear-gradient(to top right, #80aa90 50%, transparent 50%);
    position: relative;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td .day.first-day.last-day {
    background: #80aa90;
}

body.tws-ye-styling #Calendar .property-calendar .property-row td:nth-of-type(2) > .booked-day.first-day:nth-of-type(1) {
     background: #80aa90;
}

body.tws-ye-styling #Calendar .all-props-calendar > .scroll-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 40px;
}

body.tws-ye-styling #Calendar .all-props-calendar > .scroll-buttons > button {
    transition: 0.6s;
    font-size: 14px;
    cursor: pointer;
    color: white;
    outline: none;
    letter-spacing: 1px;
    padding: 13px 30px;
    background: #80aa90;
    border-radius: 6px;
    border: solid 1px #80aa90;
    text-transform: unset;
    font-weight: 400;
}

body.tws-ye-styling #Calendar .all-props-calendar > .scroll-buttons > button:hover {
    background: none;
    color: #000000;
}

body.tws-ye-styling #Calendar .month-selector {
    margin-bottom: 40px;
    margin-top: -85px;
    position: relative;
    width: 300px;
}

body.tws-ye-styling #Calendar .month-selector #month-dropdown {
    background: #80aa90;
    padding: 0px 30px !important;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    transition: .6s;
    border: solid 1px #80aa90;
    /* line-height: 2px; */
    height: 45px;
    width: unset !important;
}


.page-template-agent .month-selector {
    margin-bottom: 40px;
    margin-top: -91px;
    position: relative;
    width: 300px;
}

.page-template-agent .month-selector #month-dropdown {
    background: none;
    padding: 0px 30px !important;
    color: #948685;
    border-radius: 10px;
    font-size: 14px;
    transition: .6s;
    border: solid 1px #948685;
    /* line-height: 2px; */
    height: 47px;
    width: unset !important;
}

@media only screen and (max-width: 1350px) {
  .availability-area > .availability-inside {
    width: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  .availability-area {
    display: none;
  }
  body.tws-ye-styling header .nav__link {
    color: #000000;
  }
  html.no-scroll {
    overflow: auto;
  }
}