/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*-------------------------------------------
 Core
-------------------------------------------*/
input:focus {
  outline: none;
}

/*-------------------------------------------
 Global Classes
-------------------------------------------*/
.ff-ranch-water,
.ff-ranch-water button,
.ff-ranch-water a,
.ff-ranch-water p,
.ff-ranch-water h1,
.ff-ranch-water h2,
.ff-ranch-water h3,
.ff-ranch-water h4,
.ff-ranch-water h5,
.ff-ranch-water h6 {
  font-family: 'Ranch Water' !important;
}
.ff-albert-sans,
.ff-albert-sans button,
.ff-albert-sans a,
.ff-albert-sans p,
.ff-albert-sans h1,
.ff-albert-sans h2,
.ff-albert-sans h3,
.ff-albert-sans h4,
.ff-albert-sans h5,
.ff-albert-sans h6 {
  font-family: 'Albert Sans' !important;
}
.ff-adrianna-extended,
.ff-adrianna-extended button,
.ff-adrianna-extended a,
.ff-adrianna-extended p,
.ff-adrianna-extended h1,
.ff-adrianna-extended h2,
.ff-adrianna-extended h3,
.ff-adrianna-extended h4,
.ff-adrianna-extended h5,
.ff-adrianna-extended h6 {
  font-family: 'Adrianna Extended Rg' !important;
}
.book-now-btn .elementor-button:hover .elementor-button-text,
.btn-hover .elementor-button:hover .elementor-button-text,
.restaurant-menu-btn .elementor-button:hover .elementor-button-text {
  font-style: italic;
}

/*-------------------------------------------
 Elementor Styles
-------------------------------------------*/
.elementor-widget-image a img[src$=".svg"] {
	width: auto !important;
}

/*-------------------------------------------
 Header
-------------------------------------------*/
.topbar-text__item span {
  color: #EEE6D9;
  text-align: center;
  display: block;
  font-family: 'Adrianna Extended Rg';
  font-size: 12px;
}
.topbar-text .slick-next:before, 
.topbar-text .slick-prev:before {
  content: none;
}
.topbar-text .slick-prev img {
  transform: rotate(-180deg);
}
.menu-toggle svg {
  width: 27px;
}
.menu-toggle {
    border: 0 none;
    width: fit-content;
}
.menu-toggle:hover {
    background: transparent;
}
.menu-toggle span.elementor-button-text {
    display: none;
}
.nav-content {
  opacity: 0;
  z-index: -1 !important;
  transition: all 0.2s ease 0s;
}
.nav-content.nav-toggled {
  opacity: 1;
  z-index: 9999 !important;
}
.mobile-close-nav {
  display: none;
}
.header-nav__links {
  list-style: none;
  padding: 0;
}
.header-nav__links li a {
  color: #EEE6D9;
  font-family: 'Ranch Water';
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  letter-spacing: 3px;
  line-height: 1.2em;
}
.links-num {
  display: block;
  font-family: 'Adrianna Extended Rg';
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.header-nav__links li {
  margin-bottom: 20px;
}
.header-nav__links li:last-child {
  margin-bottom: 0;
}
.sticky-header {
  position: fixed;
  background-color: #ffffff;
}
body.logged-in .home-header {
  top: 32px;
}

/*-------------------------------------------
 Footer
-------------------------------------------*/
.back-to-top svg {
  width: 35px;
}
.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
.cta-form-content {
  opacity: 0;
  height: 0;
}
.cta-form-bottom-text {
  color: #EEE6D9;
  text-decoration: underline !important;
}
.cta-form-bottom-text:hover {
  color: #ffffff;
}
.cta-form__group label {
  color: #EEE6D9;
  font-family: 'Adrianna Extended Rg';
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.cta-form__input {
  border: 0 none !important;
  border-bottom: 1px solid #EEE6D9 !important;
  border-radius: 0 !important;
  background: transparent;
  color: #EEE6D9;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cta-form__group {
  width: 50%;
}
.cta-form__fields {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.cta-form__btn {
  width: 100%;
  display: block;
  max-width: 115px;
  margin: 50px auto 0;
  border: 1px solid #EEE6D9;
  border-radius: 0 !important;
  color: #EEE6D9;
  font-family: 'Ranch Water';
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.cta-form__btn:hover {
  background-color: #EEE6D9;
  color: #2E3B4D;
}
.cta-form-heading .e-con-inner {
  cursor: pointer;
}
.footer__social li a:hover img {
  filter: brightness(0) invert(1);
}
.footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 760px;
}
.footer-bottom-links li {
  position: relative;
}
.footer-bottom-links li::before {
  content: "";
  background-color: #9A9C95;
  width: 1px;
  height: 55%;
  position: absolute;
  right: -14px;
  top: 7px;
}
.footer-bottom-links li:nth-child(3n)::before {
  content: none;
}
.footer-bottom-links li a {
  color: #9A9C95;
  font-family: 'Adrianna Extended Rg';
  font-size: 16px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-bottom-links li a:hover {
  color: #ffffff;
}


/*-------------------------------------------
 Pages/Content
-------------------------------------------*/
/**
 *  Home
 */
.hero-section {
  position: relative;
}
.hero-btn .elementor-button-content-wrapper::after {
  content: "";
  background: transparent url("/wp-content/uploads/angle-right-small.svg") no-repeat scroll 0 0 / cover;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 16px;
}
.hero-btn .elementor-button:hover .elementor-button-content-wrapper::after {
  background-image: url("/wp-content/uploads/angle-right-small-active.svg");
}
.hero-btn .elementor-button:hover .elementor-button-text {
  font-style: italic;
}
.hero-btn .elementor-button-content-wrapper::before {
  content: "";
  border-right: 1px solid #172539;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 39px;
}
.experience-section .e-con-inner::after {
  content: "";
  background: transparent url("/wp-content/uploads/experience.webp") no-repeat scroll 0 0 / 100% auto;
  width: 100%;
  max-width: 1033px;
  height: 102px;
  position: absolute;
  bottom: 90px;
  left: -133px;
}
.experience-section .e-con-inner {
  position: relative;
}
.menus-group .elementor-button {
    width: 100%;
    background-color: #b15c35 !important;
}
.menus-group {
  max-width: 360px;
  position: absolute;
  bottom: 12px;
  left: 443px;
  z-index: 999;
  display: none;
  overflow: hidden;
}

/**
 *  Rooms & Suites
 */
.rooms-and-suites__no-data {
  display: block;
  font-size: 20px;
  text-align: center;
  font-family: 'Adrianna Extended Rg', sans-serif;
}
.rooms-and-suites__filters-wrapper {
  background-color: #172539;
  padding: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.rooms-and-suites__filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.filter-control {
  border: 1px solid #EEE6D9;
  border-radius: 0;
  color: #EEE6D9;
  font-family: 'Ranch Water';
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 20px;
}
.filter-control:focus,
.filter-control:active {
  outline: none;
  border-radius: 0;
}
.filter-control:hover,
.filter-control.mixitup-control-active {
  background-color: #EEE6D9;
  color: #172539;
  font-style: italic;
}
.rooms-and-suites__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px;
  min-height: 130px;
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}
.rooms-and-suites__item {
  width: 40%;
}
.rooms-and-suites__name {
  color: #B15C35;
  font-family: 'Ranch Water', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 15px;
  line-height: 1.2em;
}
.rooms-and-suites__img {
  margin-bottom: 20px;
}
.rooms-and-suites__details {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.rooms-and-suites__details li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-family: 'Adrianna Extended Rg';
  color: #B15C35;
}
.rooms-and-suites__view,
.rooms-and-suites__book-now {
  display: inline-block;
  border: 1px solid #172539;
  color: #172539;
  font-family: 'Ranch Water';
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rooms-and-suites__view {
  background-color: #172539;
  color: #ffffff;
}
.rooms-and-suites__view:hover,
.rooms-and-suites__book-now:hover {
  color: #B15C35;
  font-style: italic;
}
.rooms-and-suites__view:hover {
  color: #ffffff;
}
.amenities-carousel .slick-prev::before,
.amenities-carousel .slick-next::before {
  content: none;
}
.amenities-carousel .slick-prev {
	z-index: 5;
}
.amenities-carousel .slick-dots {
  bottom: -55px;
}
.amenities-section .e-con-inner {
  max-width: 1500px !important;
  width: 100%;
}
.amenities-carousel.slick-slider {
  max-width: 1500px;
  margin: 0 auto;
}
.amenities__item {
	position: relative;
}
.amenities__icon {
  display: flex;
  margin: 0 auto 15px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}
.amenities__text {
  display: block;
  text-align: center;
  color: #172539;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.amenities__item::after {
  content: "";
  background-color: #9A9C95;
  width: 1px;
  height: 50%;
  bottom: 0;
  right: 0;
  position: absolute;
}
.amenities-carousel .slick-dots button {
  background: transparent;
}
.white-popup {
  position: relative;
	background: rgba(255,255,255,1);
	width: auto;
	max-width: 875px;
	margin: 20px auto;
	padding: 50px;
}
.mfp-close-btn-in .mfp-close {
  background: transparent !important;
  border: 0 none !important;
  outline: none !important;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-close-btn-in .mfp-close {
    color: #ffffff !important;
    opacity: 1;
}
.mfp-close {
    top: -40px !important;
}
.rooms-and-suites__gallery {
/* 	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 15px; */
}
.rooms-and-suites__gallery .slick-next:before, 
.rooms-and-suites__gallery .slick-prev:before {
    content: none;
}
.gallery-heading {
  text-align: center;
  margin: 0;
  color: #172539;
  font-family: 'Ranch Water', sans-serif;
}
.gallery__item {
    width: 48%;
	padding: 0 15px;
}
.gallery__item a {
    display: block;
	line-height: 1;
	position: relative;
	overflow: hidden;
}

/**
 *  Meetings & Events
 */


/**
 *  About Us
 */
.about-us-carousel .slick-dots {
  bottom: 30px;
}
.about-us-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #172539;
}
.about-us-carousel .slick-dots li button:before {
  font-size: 12px;
}
.about-us-carousel .slick-dots li button:focus, 
.about-us-carousel .slick-dots li button:hover {
  background-color: transparent;
}

/**
 *  Explore
 */
.explore-slides .slick-prev {
  left: auto;
  z-index: 5;
  right: 270px;
  top: 92%;
}
.explore-slides .slick-next {
  left: auto;
  z-index: 5;
  right: 220px;
  top: 92%;
}
.explore-slides .slick-prev::before,
.explore-slides .slick-next::before {
  content: none;
}
.adventure-content {
  min-height: 160px;
}
.adventure-col::after {
  content: "";
  background-color: #9A9C95;
  width: 1px;
  height: 81%;
  position: absolute;
  right: -12px;
  bottom: 0;
}
.adventure-col:last-child::after {
  content: none;
}
.drive-times {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drive-times li {
  color: #172539;
  font-family: 'Adrianna Extended Rg';
  font-size: 14px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.active-img {
  color: #B15C35 !important;
}
.drive-times li:last-child {
  margin-bottom: 0;
}
.surroundings-img__item {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.surroundings-img__item.show-img {
  opacity: 1;
}
.explore-slide__item {
  position: relative;
}
.explore-slide__info {
  position: absolute;
  bottom: 0;
  background-color: rgba(46,59,77,0.85);
  width: 100%;
  padding: 25px;
}
.explore-slide__info-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.explore-slide__info h4 {
  color: #B15C35;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Ranch Water', sans-serif;
  letter-spacing: 3px;
}
.explore-slide__info p {
  margin: 0;
  color: #EEE6D9;
  font-family: 'Adrianna Extended Rg';
  font-size: 12px;
}



/**
 *  Contact Us
 */
.contact-form__group,
.proposal-form__group {
  margin-bottom: 40px;
}
.contact-form__group.cfg-flex,
.proposal-form__group.cfg-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact-form__col,
.proposal-form__col {
  width: 50%;
}
.contact-form__group label,
.proposal-form__group label {
  color: #172539;
  font-family: 'Adrianna Extended Rg';
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.contact-form__input,
.proposal-form__input {
  border-radius: 0 !important;
  border: 0 none !important;
  border-bottom: 1px solid #172539 !important;
  padding: 15px 0 !important;
}
.contact-form__textarea,
.proposal-form__textarea {
  border-radius: 0 !important;
  border: 0 none !important;
  border-bottom: 1px solid #172539 !important;
  padding: 15px 0 !important;
  resize: none;
  height: 60px;
}
.contact-form__submit,
.proposal-form__submit {
  width: 100%;
  border: 1px solid #172539;
  border-radius: 0;
  cursor: pointer;
  font-family: 'Ranch Water';
  text-transform: uppercase;
  font-size: 12px;
  color: #172539;
  max-width: 115px;
  margin: 0 auto;
  display: block;
}
.contact-form__submit:hover,
.proposal-form__submit:hover {
  background-color: transparent;
  color: #B15C35;
  font-style: italic;
}
.contact-form__submit:focus,
.contact-form__submit:active {
  outline: none;
  border-radius: 0;
}
.contact-link {
  color: #172539;
  text-decoration: underline !important;
}
#map {
  height: 770px;
}
