/*---------------------------------------------------------------------------------
 Theme Name:   Divi Child
 Theme URI:    https://www.elegantthemes.com/
 Description:  Divi Child Theme
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*===================================
 Custom Fonts
*==================================*/
.custom-font-1,
.custom-font-1 button,
.custom-font-1 input[type="submit"],
.custom-font-1 p,
.custom-font-1 span,
.custom-font-1 h1,
.custom-font-1 h2,
.custom-font-1 h3,
.custom-font-1 h4,
.custom-font-1 h5,
.custom-font-1 h6 {
  font-family: 'Ranch Water' !important;
}
.custom-font-2,
.custom-font-2 button,
.custom-font-2 input[type="submit"],
.custom-font-2 p,
.custom-font-2 span,
.custom-font-2 h1,
.custom-font-2 h2,
.custom-font-2 h3,
.custom-font-2 h4,
.custom-font-2 h5,
.custom-font-2 h6 {
  font-family: 'Adrianna Extended Rg' !important;
}

/*===================================
 Global Classes
*==================================*/
.custom-buttons {

}
.custom-buttons.custom-buttons__flex {
  display: flex;
}
.custom-btn-item a {
  color: #172539;
  border: 1px solid #172539;
  padding: 12px 24px;
  font-family: 'Ranch Water' !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2em;
}
.custom-btn-item a:hover {
  background-color: #172539;
  color: #ffffff;
}

/*===================================
 Header
*==================================*/

/*===================================
 Footer
*==================================*/
.menu-custom_footer_menu_1,
.menu-custom_footer_menu_2,
.menu-custom_footer_menu_3 {
  padding: 0 !important;
}
.menu-custom_footer_menu_1 li,
.menu-custom_footer_menu_2 li,
.menu-custom_footer_menu_3 li {
  list-style: none;
  position: relative;
}
.menu-custom_footer_menu_3 li::after {
  content: "";
  background-color: #9A9C95;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}
.menu-custom_footer_menu_3 li:nth-child(3n)::after {
  content: none;
}
.menu-custom_footer_menu_3 li {
  width: fit-content;
  padding: 0 20px;
}
.menu-custom_footer_menu_1 li a,
.menu-custom_footer_menu_2 li a,
.menu-custom_footer_menu_3 li a {
  font-family: 'Adrianna Extended Rg' !important;
  color: #9A9C95;
}
.menu-custom_footer_menu_3 li a {
  text-align: center;
  display: block;
}
.menu-custom_footer_menu_1 li.current_page_item a,
.menu-custom_footer_menu_2 li.current_page_item a,
.menu-custom_footer_menu_3 li.current_page_item a,
.menu-custom_footer_menu_1 li a:hover,
.menu-custom_footer_menu_2 li a:hover,
.menu-custom_footer_menu_3 li a:hover {
  color: #ffffff;
}
.menu-custom_footer_menu_3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.back-to-top {
  border: 0 none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

/*===================================
 Explore
*==================================*/
.discover-img {
	display: none;
}
.discover-img.discover-img--active {
	display: block;
}
.dine-slider .dipl_image_card_carousel_item {
  margin-bottom: 0 !important;
}

/*===================================
 Location & Parking
*==================================*/
#map {
  height: 770px;
}

/*===================================
 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 80px;
  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;
}