:root {
  --color-primary: #1e2c25;
  --color-secondary: #d9b871;
  --color-light: white;
  --color-dark: #b07c41;
  --color-gray: #a7a7a7;
  --color-background-gray: #f3f3f3;
  --color-background-dark-gray: #ececec;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

a.remove-default {
  cursor: pointer !important;
}

.imagenes {
  opacity: 0;
  transition: opacity 2s;
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  z-index: -10;
  padding-top: 0;
}

.page-template-template-contact .contact,
.page-template-template-offers .site-main,
.page-template-template-gallery .site-main {
  padding-top: 0px !important;
}


.page-template-template-gallery .site-header,
.page-template-template-offers .site-header,
.single-offer .site-header {
  background-color: rgba(30, 30, 30, .45) !important;
}

.site-header.scrolldown {
  background-color: #1e2c25 !important;
}


.container-video {
  /* width:100vh; */
  height: 80vh;
}


video {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  transition: all 1.2s linear;
  z-index: -10;
}

.video1 {
  opacity: 1;
}

.video2 {
  opacity: 0;
}

.video3 {
  opacity: 0;
}

.video4 {
  opacity: 0;
}



.banner_header {
  padding-right: 0px !important;
  padding-left: 0px !important;
  height: auto;
  border-right: 1px solid black;
  max-width: 100%;
}

.address {
  text-align: left !important;
}

.content li {
  margin-bottom: 10px;
  text-align: justify;
}

.t-h4 {
  font-size: 28px !important;

}

.benefits-listing .col-12 .item .icon {
  text-align: left !important;
}

.offers .item .image img {
  object-fit: contain !important;
  width: inherit !important;
  height: 100% !important;
  border-radius: 20px;
}

.social-media ul li a svg {
  height: 25px !important;
}

.accordion h3 {
  font-size: 25px !important;
}

.slider_section {
  /* background-image: url(../images/slider-bg.jpg); */
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
}

.care_detail {
  margin-right: 0 !important;
}

.pd_0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

::-webkit-scrollbar {
  width: 10px;
}

.full-image {
  width: 100%;
  height: 750px;
  object-fit: cover;
}

.page-template-template-blogs .site-header,
.single-post .site-header {
  background-color: #1e2c25;
}

.page-template-template-blogs .site-main {
  margin: 0;
  padding-top: 100px;
}

.page-template-template-blogs .posts .item {
  margin-bottom: 50px;
}

.page-template-template-blogs .posts .item .image {
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.page-template-template-blogs .posts .item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}

.page-template-template-blogs .posts .item .text .sub-heading {
  margin-bottom: 30px;
}

.page-template-template-blogs .posts .item .text .t-h4 {
  text-transform: uppercase;
}





.single-post h1 {
  font-size: 50px;
}

.home .hero .content {
  height: auto;
  display: block;
}

.home .hero .content .container {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.home .hero .text {
  padding: 5px 15px;
  background-color: rgba(217, 184, 113, 0.5);
  height: 40px;
  line-height: 40px;
}

.home .hero .text h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.7em;
}

.home .hero .text h3 span {
  color: #ff0000;
}

.home .hero .text h3 a {
  color: #ff0000;
  font-weight: bold;
  /* 	text-decoration: underline; */
}

@media only screen and (max-width: 768px) {
  .home .hero .content {
    padding: 0;
  }

  .home .hero .content .container {
    padding: 0;
  }

  .home .hero .text {
    height: auto;
  }

  .home .hero .text h3 {
    margin-bottom: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .home .hero .content .container {
    display: none;
  }
}

.brand-logo .wrapper {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .brand-logo .wrapper {
    flex-wrap: wrap;
  }

  .brand-logo .wrapper .item {
    flex: 0 0 33.333333%;
  }
}

page-template-template-sitemap .site-main {
  margin: 0;
  padding-top: 100px;
}

.page-template-template-sitemap .wpml-ls-item {
  display: none;
}

.page-template-template-meeting .content-block a.button {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-width: 340px;
  cursor: pointer;
  margin-bottom: 5px;
}

.page-template-template-meeting .content-block a.button:before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  transition: all 0.5s ease;
  z-index: -1;
  background-color: #d9b871;
  width: 100%;
  height: 100%;
}

.page-template-template-meeting .content-block a.button:hover {
  color: #fff;
  border-color: #d9b871;
}

.page-template-template-meeting .content-block a.button:hover:before {
  left: 0;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  .page-template-template-meeting .content-block a.button {
    min-width: 100%;
  }
}

.page-template-template-offers .offer_selection {
  padding: 50px 0 0;
  margin-bottom: -60px;
}

.page-template-template-offers .offer_selection select {
  width: 300px;
  margin-left: 15px;
  height: 55px;
  background: #005948;
  color: #fff;
  border: 0px solid;
}

.page-template-template-offers .offers {
  display: none;
}

.page-template-template-offers .offers.active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .page-template-template-offers .offer_selection {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-offers .offer_selection {
    z-index: 9;
    position: relative;
  }

  .page-template-template-offers .offer_selection .row {
    padding: 0 10px;
  }

  .page-template-template-offers .offer_selection select {
    width: 100%;
    margin-left: 0;
  }
}

.home video,
.page-template-template-test video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  margin-bottom: -10px;
}

.scroll-down {
  position: relative;
  top: -75px;
  font-size: 1rem;
  margin-bottom: -50px;
}

.scroll-down span {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  transform: rotate(45deg);
  position: relative;
  top: -10px;
}

@media screen and (max-width: 768px) {

  .home video,
  .page-template-template-test video {
    height: 42vh;
  }

  .scroll-down {
    display: none;
  }

  .offers-slider {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .home video,
  .page-template-template-test video {
    height: 30vh;
  }
}

.amenities ul {
  padding-left: 0;
  margin: -13px 0 7px;
}

.amenities ul li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  font-size: 16px;
}

.amenities ul li img {
  width: 25px !important;
  display: inline-block !important;
  margin-right: 5px;
}

.sha {
  display: none;
}

.hero .content {
  background-image: none;
}

.site-header .wrapper .header-right .checkrates a {
  border: 2px solid #d9b871;
  background-color: #d9b871;
}

.site-header .wrapper .header-right .checkrates a:hover {
  border: 2px solid #1e2c25;
}

.site-header .wrapper .header-right .checkrates a:before {
  background-color: #1e2c25;
}

.site-header.scrolldown .wrapper .header-right .checkrates a:hover {
  border: 2px solid #fff;
  color: #1e2c25;
}

.site-header.scrolldown .wrapper .header-right .checkrates a:before {
  background-color: #fff;
}

body.page-template-template-dining .dining .text {
  max-width: 100% !important;
}

.dining .text.text-pastel {
  padding: 80px 80px 80px 250px;
}

.dining .text.text-kingstonLounge,
.dining .text.text-mullis {
  padding: 80px 250px 80px 80px;
}

.hide-desktop {
  display: none;
}

.hide-tablet {
  display: block;
}

@media screen and (max-width: 768px) {
  .hide-desktop {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

  .dining .content-masonry .content-block {
    width: 100%;
  }

  .dining .text {
    padding: 50px !important;
  }

  .dining .image.image-starbucks {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .dining .text {
    padding: 0px !important;
  }
}

.no-js img.lazyload {
  display: none;
}

figure.wp-block-image img.lazyloading {
  min-width: 150px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

@media (min-width: 769px) {
  .page-template-template-concept .content-masonry .content-block.image .text-quote {
    bottom: auto;
    top: 100px;
    left: -50px;
  }
}

body.page-template-template-accommodations .anchors ul {
  width: 100%;
}

.hero .content {
  background-image: none !important;
}

.galleries .filter {
  padding-bottom: 50px;
  text-align: center;
}

.galleries .filter a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
  line-height: 1.5em;
  display: inline-block;
}

.galleries .filter a:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #242424;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.galleries .gallery {
  display: flex;
  display: none;
}

.gallery {
  display: grid;
  grid-gap: 1.5em;
}

.galleries .gallery.active {
  display: flex;
  flex-flow: row wrap;
}

.galleries .filter a:hover:after,
.galleries .filter a.active:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transition: transform 0.5s ease;
}

.galleries .gallery .item {
  width: calc(50%);
  height: 0;
  padding-top: 30%;
  position: relative;
}

.galleries .gallery .item:nth-child(6n + 1),
.galleries .gallery .item:nth-child(6n + 3) {
  width: 33.33%;
  padding-top: 20%;
}

.galleries .gallery .item:nth-child(6n + 2) {
  width: 66.66%;
  padding-top: 40%;
}

.galleries .gallery .item:nth-child(6n + 4) {
  width: 66.66%;
  padding-top: 40%;
}

.galleries .gallery .item:nth-child(6n + 5),
.galleries .gallery .item:nth-child(6n + 6) {
  width: 33.33%;
  padding-top: 20%;
}

.galleries .gallery .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
}

.galleries .gallery .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dining .text.text-pastel {
  padding: 80px 80px 80px 250px;
}

.dining .text.text-kingstonLounge,
.dining .text.text-mullis {
  padding: 80px 250px 80px 80px;
}

.hide-desktop {
  display: none;
}

.hide-tablet {
  display: block;
}

@media screen and (max-width: 768px) {
  .hide-desktop {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

  .dining .content-masonry .content-block {
    width: 100%;
  }

  .dining .text {
    padding: 50px !important;
  }

  .dining .image.image-starbucks {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .dining .text {
    padding: 0px !important;
  }
}

.footer-bottom .logo img {
  height: 150px;
}

div.elem-group {
  margin: 20px 0;
}

div.elem-group.inlined {
  width: 50%;
  display: inline-block;
  float: left;
}

label {
  display: block;
  font-family: "Poppins";
  padding-bottom: 10px;
  font-size: 1.25em;
}

input,
select,
textarea {
  border-radius: 2px;
  border: 2px solid #777;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: "Poppins";
  width: 100%;
  padding: 10px;
}

div.elem-group.inlined input {
  width: 98%;
  display: inline-block;
}

textarea {
  height: 250px;
}

hr {
  border: 1px dotted #ccc;
}

button {
  height: 50px;
  background: var(--color-dark);
  border: none;
  color: white;
  font-size: 18px;
  font-family: "Poppins";
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid white;
}

.checkrates {
  height: auto !important;
}

.bookingbar {
  padding: 0px !important;
}

.card {
  border: 0px !important;
  background-color: transparent !important;
  font-size: 16px !important;
  font-family: 'Poppins' !important;
}

.image_weather {
  width: 60px !important;
}

.title-start {
  text-align: start;
}


h1,
h2,
h3,
h5 {
  font-family: "Poppins" !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.t-h1,
.t-h2,
.t-h3 {
  font-family: "Poppins" !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  letter-spacing: 0px !important
}

.room-slider .item .text h3 {
  text-transform: capitalize !important;
}

.moreinfo a,
.moreinfo p {
  margin-top: 15px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.room-slider .item {
  align-items: flex-start !important;
}

.room-slider .item .images-slider {
  width: auto !important;
}

.room-slider .item .text {
  width: auto;
  padding: 0 20px 0 50px;
}

.room_images {
  width: 500px;
  height: 550px;
}

.cb-darkgreen .moreinfo a:after {
  mask-image: url(../images/long-arrow.svg) !important;
}

.sub-heading {
  margin-bottom: 30px !important;
}

.room-slider .item .checkrates a {
  white-space: nowrap;
}

/* .panolens-canvas {
  width: 500px !important;
  height: 500px !important;
} */

.cb-white .moreinfo a:after {

  mask-image: url(../images/long-arrow.svg) !important;
  ;
}

.benefits-listing .col-12 .item .icon img {
  opacity: .42 !important;
  width: 65px !important;
}

h4,
h6 {
  font-family: "Poppins" !important;
  font-size: 25px !important;
  font-weight: 400 !important;
}

p {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  /* text-align: justify !important; */
  font-weight: 250 !important;

}
.room-listing .room .item .text {
  padding: 0px 60px 0;
}

.room-listing .room .item .text h3 {
  text-transform: capitalize !important;
}

.benefits {
  background-image: url(../images/DesignPattern.png) !important;
}

.gallery_image {
  margin-bottom: 25px;
}

.galleries img {
  border-radius: 10px !important;
}




#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Loader Animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Hide content initially */
#content {
  display: none;
}