/* MOVE PURECHAT */
#purechat-container iframe {
    bottom: 60px !important;
}
#wh-widget-send-button.wh-widget-right {
    bottom: 50px !important;
}
@media only screen and (max-width: 600px) { 
  #wh-widget-send-button.wh-widget-right {
    bottom: 100px !important;
}
}

/* MISC */
body {
    overflow-x: hidden !important;
}
.btn-white:hover {
    border: solid 1px #000;
    background: #fff;
    color: #000;
}
.btn-white-outline {
    border: solid 1px #000;
    background: #fff;
    color: #000;
    line-height: 1.2;
    padding: 10px 16px;
    letter-spacing: 1px;
}
.btn-white-outline:hover {
    border: solid 1px #000;
    background: #000;
    color: #fff;
}
.inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
}
section:not(#hero) {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.section-header {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 1rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.section-subheader {
    text-align: center;
    line-height: 1;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  	font-family: Twcenmtstd-light;
  	font-size:12px;
}
.section-text {
    text-align: justify;
    line-height: 1.6;
    font-size: 1rem;
  	font-family: Twcenmtstd-light;
}
.section-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.section-link {
    font-family: Twcenmtstd-light;
    border-bottom: solid 1px #000;
    font-size: 0.9rem;
    line-height: 1.4;
    padding-bottom: 3px;
  	margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.section-link:hover {
    text-decoration: none;
}
.divider {
    width: 95vw;
}
/* MISC */

/* JUMP BAR */
#jump-bar.stuck {
    position: fixed;
    top: 44px;
}
#jump-bar {
  z-index: 2000;
  background-color:#f7f7f9;
  padding:.5rem 0;
  width: 100vw;
  font-family: Twcenmtstd-light;
}
#jump-bar a {
  padding:.5rem 1.2rem;
  font-size:12px;
  text-transform:uppercase;
  color: #000;
}
#jump-bar a:hover {
  text-decoration:none;
}
#jump-bar a.active {
  text-decoration: underline;
}
@media (max-width:991px) {
    #jump-bar > div > a:nth-child(1) {
    display: none;
  }
  #jump-bar a {
    display: block;
    margin-top:0.75rem !important;
    margin-bottom:0.75rem !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
  }
  #jump-bar.stuck {
      position: fixed;
      top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
#jump-bar {
    transition: 0.5s all;
    display: block;
}
#jump-bar .container:before {
    content: '\f078';
    right: 20px;
    top: 2px;
    font-family: 'FontAwesome';
    position: absolute;
    transition: 0.5s transform;
}
#jump-bar.open .container:before {
    transform: rotate(180deg);
}
#jump-bar {
    display: block;
    position: sticky;
    top: 91px;
    width: 100vw;
    height: 68px;
    overflow: hidden;
    min-height: 0;
    z-index: 1000;
}
#jump-bar.open {
    height: 100%;
}
#jump-bar.stuck {
    position: fixed;
}
}
/* JUMP BAR */

/* HERO */
#hero {
	padding-top: 100px;
}
.page-header {
    height: 600px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.header-title {
  	font-size: 2.6rem;
    letter-spacing: 1px;
    line-height: 1.4;
}
.header-btn {
	visibility:hidden;
	text-decoration:none !important;
	width:fit-content;
	margin:auto;
}
.header-dates {
    font-size: 1.0rem;
    line-height: 1;
}
.header-tag {
    font-size: 1.2rem;
    line-height: 1.6;
}
/* HERO */

/* IMAGE1 */
#image1 .row {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.dual-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 450px;
}
/* IMAGE1 */

/* INCLUDED */
#included .included-items {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
#included .narrow-width {
    max-width: 900px;
}
#included p.section-text {
    text-align: left;
}
.included-items p:before {
    content: '+ ';
    position: absolute;
    margin-left: -15px;
}
@media only screen and (max-width: 600px) {
    #included .included-items {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #included p.section-text {
        text-align: center;
    }
}
/* INCLUDED */

/* ROOMS */
#rooms .row {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.room-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
 	 	max-width: 500px;
    height: 350px;
    margin-bottom: 2rem;
}
.room-text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 600px) {
    .room-image {
        height: 220px;
    }
}
/* ROOMS */

/* HOST */
#host a {
    margin-left: 1rem;
}
/* HOST */

/* WELLNESS */
#wellness .row {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#wellness .wellness-text {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
#wellness img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 600px) {
    .wellness-text.inner-text {
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }
}
/* WELLNESS */

/* TREATMENTS */
#treatments .row {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}
.extra-img {
    object-fit: cover;
    object-position: center;
    max-width: 220px;
 		width: 100%;
    height: 150px;
    margin-bottom: 2rem;
}
.extra-seg {
    margin-bottom: 0;
  	font-family: Twcenmtstd-light;
  	font-size:12px;
}
.extra-name {
    font-size: 1.2rem;
}
.extra-tagline {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 0.4rem;
    min-height: 40px;
}
#treatments a {
    position: absolute;
    bottom: 15px;
}
@media only screen and (max-width: 600px) {
	#treatments a {
    position: static;
	}
	#treatments .treatment-text {
    padding: 0;
	}
  .extra-img {
    height: 200px;
	}
}
/* TREATMENTS */

/* GALLERY */
 .swiper-slide {
      width: 600px !important;
      height: 500px !important;
 }
 .swiper-slide img {
     width: 100%;
     height: 450px;
     object-fit: cover;
     object-position: center;
 }
#gallery .swiper-button-next, #gallery .swiper-button-prev {
    position: absolute;
    bottom: 50%;
    top: auto;
    height: 20px;
    cursor: pointer;
    background-size: 27px 20px;
}
#gallery .swiper-button-next {
    right: 2%;
    left: auto;
}
#gallery .swiper-button-prev {
    left: 2%;
    right: auto;
}
@media only screen and (max-width: 600px) {
    #gallery .swiper-button-next {
        right: 2%;
        left: auto;
    }
    #gallery .swiper-button-prev {
        left: 2%;
        right: auto;
    }
  	#gallery .swiper-slide {
        width: 100vw !important;
        height: 300px !important;
    }
    #gallery .swiper-slide img {
        height: 250px;
    }
}
#gallery .swiper-pagination-bullet {
    width: 3px !important;
    height: 3px !important;
    margin-bottom: 3px !important;
    background-color: rgb(51,51,51) !important;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#gallery .swiper-pagination-bullet-active {
    margin-bottom: 0px !important;
    width: 9px !important;
    height: 9px !important;
    background-color: #000 !important;
}
/* GALLERY */

/* DATES */
.dates-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.retreat-dates .row {
  display: flex;
  align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 0;
}
/* DATES */

/* TESTIMONIALS */
#testimonials .row {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}
/* TESTIMONIALS */

/* FAQs */
#faqs .row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.faq-item {
    max-width: 400px;
    margin-left: auto;
    Margin-right: auto;
    font-size: 0.9rem !important;
}
.faq-content {
  height:0;
  overflow:hidden;
  padding:0 !important;
}
.faq-content p {
  font-size: 0.8rem !important;
  text-align: left;
}
.faq-item.open a .fa-chevron-down {
  transform:rotate(180deg);
}
.faq-item.open .faq-content {
  height:auto;
  padding:1rem 0 !important;
}
/* FAQs */

/* BAR */
.productfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f7f7f9;
    color: #000 !important;
    z-index: 2000;
    font-family: Twcenmtstd-light;
}
.productfooter p {
    font-size: 0.9rem;
}
.productfooter h6 {
    font-family: Twcenmtstd-light;
}
.newprice {
    color: #800000;
  	font-family: Twcenmtstd;
}
.btn-white {
    border: solid 1px #000;
    background: #000;
    color: #fff;
    line-height: 1.2;
    padding: 10px 16px;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .product-cta-bar.productfooter {
      text-align: center;
  }
  .product-cta-bar.productfooter p.text-right {
      text-align: center !important;
      margin-top: 10px;
  }
}
/* BAR */


.fsSectionHeader {
    display: none;
}
.fsBody.fsEmbed {
    padding-top: 0;
    padding-bottom: 0;
}

/* DATES DROPDOWN */
.select-dates-bar.d-none {
    display: block !important;
}
.select-dates-bar a {
    display: block;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.select-dates-bar a:hover {
    text-decoration: none;
}
#dates-dropdown {
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
#dates-dropdown.open {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0625rem 0.375rem, rgba(0, 0, 0, 0.12) 0px 0.0625rem 0.25rem;
}
#dates-dropdown .fa.fa-chevron-down {
        transition: 0.5s transform;
}
#dates-dropdown.open .fa.fa-chevron-down {
        transform: rotate(180deg);
}
.select-dates-dropdown {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 500px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.0625rem 0.375rem, rgba(0, 0, 0, 0.12) 0px 0.0625rem 0.25rem;
    height: 0px;
  	max-width: calc(100% - 40px);
}
.select-dates-dropdown.open {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}
.select-dates-dropdown a:hover {
    background-color: rgba(0,0,0,0.05);
}

    /* POPUP */
	body.popup-open {
    overflow:hidden;
  }
  .popup-overlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:rgba(225,225,225,0.95);
    align-items:center;
    justify-content:center;
  }
  .popup-open .popup-overlay {
    display:flex
  }
  .popup-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    border-radius: 5px;
    margin-bottom: 1rem;
  }
  .form-header {
    padding: 10px 30px;
    color: #000;
    display: flex;
    margin-bottom:20px;
  }
  .form-header img {
    object-fit:contain;
    margin-left: auto;
    margin-right: auto;
  }
  .form-title {
      color: #000 !important;
  }
  .closepop {
    position:absolute;
    top:15px;
    right:25px;
    cursor:pointer;
    color:#000;
  }
  .popup-overlay .form-header img {
      height: 80px;
      width: 80px;
  }
  @media screen and (max-width: 767px) {
    .popup-inner {
        width: 95%;
        max-height: 95%;
    }
    .popup-overlay .form-header img {
        width: 50px;
    }
  }
  /* POPUP */
#jumpTop {
    bottom: 70px;
}
@media screen and (max-width: 767px) {
#jumpTop {
    bottom: 110px;
}
}