@media screen and (max-width: 937px) {
  header ul.dropdown {
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
  }
  
  header ul.dropdown li.button a.btn:hover {
    border-color: : #f7eee0 !important;
    color: #f7eee0 !important;
  }
}

@media screen and (min-width: 960px) {
  .reservation-form .freeform-row .freeform-column #form-input-adults {
    width: 100% !important;
  }
}

.reservation-form-homepage {
}

.reservation-form-homepage .reservation-form-date-row {
  width: 50%;
}

.reservation-form-homepage .reservation-form-date-row > .freeform-column {
	width: 50%;
}

.reservation-form-homepage .reservation-form-details-row > .freeform-column {
	width: 33.3%;
}

.reservation-form-homepage .select-div {
	width: 100%;
}

.reservation-form-homepage .reservation-form-existing-row {
	flex-direction: row;
	/* justify-content: flex-end; */
	justify-content: center;
}

.reservation-form-homepage .reservation-form-existing-row .freeform-column {
	/* width: 100% !important; */
	/* text-align: right; */
	text-align: center;
}

.reservation-form-homepage .existingBooking {
  margin: 0px 0px 0px 0px;
  
	color: #f7eee0;
  display: block;
  font-family: Source Serif Pro,serif;
  font-size: 12px;
  
  border-bottom: 1px solid;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
  padding-bottom: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.reservation-form-homepage .existingBooking:hover {
	text-decoration: none !important;
	color: rgba(247,238,224,0.8);
}


/* */
.row.reservations {
}

.row.reservations .reservation-text {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.row.reservations .col-md-12.reservation-text {
  border-right: none !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  
  width: 100% !important;
  max-width: 100% !important;
}

.row.reservations .col-md-12.reservation-text p,
.row.reservations .col-md-12.reservation-text h2,
.row.reservations .col-md-12.reservation-text .link {
  text-align: center !important;
}

.row.reservations .col-md-12.reservation-form {
  padding-left: 0% !important;
  padding-right: 0% !important;
  
  /*
  width: 100% !important;
  max-width: 100% !important;
  */
}
/* */


/* */
#resform { 
}
.reservation-form-homepage .reservation-form-date-row {
  /* width: 66.66%; */
  width: 50%;
  
  float: left;
  
  margin-right: 0px;
  padding-right: 0px;
}
.reservation-form-homepage .reservation-form-details-row {
  /* width: 33.33%; */
  width: 30%;
  
  float: left;
  
  margin-left: 0px;
  padding-left: 0px;
}
.reservation-form-homepage .reservation-form-book-row {
  /* width: 100%; */
  /* width: 15%; */
  width: 20%;
  
  float: left;
  
  padding-left: 0px;
  padding-top: 20px;
  /* margin-left: 0px; */
  margin-left: 15px;
}


.reservation-form-homepage .freeform-column.bookRoom {
	text-align: center;
	
	padding-left: 0px;
	margin-left: 0px;
}

.reservation-form-homepage .freeform-column.bookRoom button {
  float: none;
  
  background: #f7eee0;
  color: #955D50;
  
  border: 1px solid;
  border-radius: 0;
  border-color: #955D50;
  
  height: 44px;
  max-height: 44px;
  
  width: 100%;
  max-width: 100%;
  
  margin-left: 15px;
  padding: 12px 12px 12px 12px;
  
  font-size: 13px;
  line-height: 20px;
  
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  
  transition: all 0.2s ease-in-out;
}

.reservation-form-homepage .freeform-column.bookRoom button:hover {
  background: #a8685a;
  border-color: #a8685a;
  color: #FFF;
}

.reservation-form-homepage .reservation-form-existing-row {
  width: 100%;
  padding-left: 15px;
}
/* */



@media screen and (max-width: 1024px) {
	.reservation-form-homepage {
	}
	
	.reservation-form-homepage .reservation-form-date-row {
  	width: 100% !important;
		flex-direction: row;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.reservation-form-homepage .reservation-form-details-row {
  	width: 100% !important;
		flex-direction: row;
	}
	
	.reservation-form-homepage .reservation-form-date-row > .freeform-column {
		width: 50% !important;
	}
	
	.reservation-form-homepage .reservation-form-details-row > .freeform-column {
		width: 33.3% !important;
	}
	
	.reservation-form-homepage .reservation-form-book-row {
  	width: 100% !important;
  	max-width: 100% !important;
  	
  	padding-top: 0px;
  	margin-left: 0px !important;
	}
	
	.reservation-form-homepage .freeform-column.bookRoom {
		text-align: center !important;
		
		margin-left: 0px !important;
		margin-right: 0px !important;
		
    padding-left: 0px !important;
    padding-right: 0px !important;
	}
	
	.reservation-form-homepage .freeform-column.bookRoom button {
		float: none !important;
		
		width: auto !important;
    max-width: auto !important;
    margin: 0px auto !important;
    
    /* margin-left: -15px !important; */
    margin-left: 0px !important;
	}
	
	.reservation-form-homepage .reservation-form-existing-row {
		justify-content: center;
		padding-left: 30px;
	}
	
	.reservation-form-homepage .reservation-form-existing-row .freeform-column {
		text-align: center;
	}
	
	.reservation-form-homepage .reservation-form-existing-row .freeform-column .existingBooking {
		margin: 0px 0px 0px 0px;
	}
	
	.reservation-form-homepage .select-div {
		width: 100% !important;
	}
	
	.reservation-form-homepage .freeform-row .freeform-column label {
		text-align: center !important;
	}
}

@media (max-width: 1199px) {
  .row.reservations .col-md-12.reservation-form {
    width: 100%;
    max-width: 100%;
  }
}

.freeform-form-success p {
	font-weight: bolder !important;
}

.red-bg .freeform-form-success p {
	font-weight: bolder !important;
	color: #FFF !important;
}

.red-bg .freeform-form-error p {
	font-weight: bolder !important;
	color: #FFF !important;
}

.green-bg .freeform-form-success p {
	font-weight: bolder !important;
	color: #FFF !important;
}

.green-bg .freeform-form-error p {
	font-weight: bolder !important;
	color: #FFF !important;
}

.prevWrap,
.nextWrap {
    min-width: 75px;
}

.prevWrap {
    text-align: left;
}

.nextWrap {
    text-align: right;
}

.post-nav-back {
    background: #6A6F52;
    color: #f7eee0 !important;
    
    border: 1px solid;
    border-radius: 0;
    border-color: #6A6F52;
    
    font-size: 13px;
    height: 42px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 10px;
    max-height: 42px;
    padding: 11px;
    text-transform: uppercase;
}

.post-nav-back:hover {
    background: #565c43;
    border-color: #565c43;
}


/* NAV FIX */
header .navbar-nav li.nav-item .dropdown-menu {
    width: 0;
}

header .navbar-nav li.nav-item.dropdown.hover > .dropdown-menu, header .navbar-nav li.nav-item.dropdown:hover > .dropdown-menu, header .navbar-nav li.nav-item.dropdown:active > .dropdown-menu, header .navbar-nav li.nav-item.dropdown:focus > .dropdown-menu {
    width: auto;
}

/* A11Y: body content links must be visually distinct without relying on color alone */
#maincontent a:not(.btn):not(.social-link):not(.navbar-brand):not(.dropdown-toggle):not(.more-link):not(.existingBooking):not(.cat-link):not(.read-more):not(.title-link):not(.fc-event) {
  text-decoration: underline;
}

/* FAQ SECTIONS */
.faq-section + .faq-section {
    padding-top: 0;
}
.faq-section:has(+ .faq-section) {
    padding-bottom: 0;
}

.faq-section h3.faq-question {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* A11Y PHASE 2: heading hierarchy fixes */

/* FAQ section title: was h3, now h2 — preserve 30px visual size */
h2.faq-section-title {
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 40px;
}

/* Blog archive post titles: was h3, now h2 — preserve existing 30px/1px styles */
a.title-link h2.post-title {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Blog body content: match existing H4 visual size so Tiffany's team can
   safely change H4 to H2/H3 in Redactor without any visual change.
   Scoped to .entry-blog so other pages are unaffected. */
.entry-blog #maincontent h2,
.entry-blog #maincontent h3,
.entry-blog #maincontent h4 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}

/* Body content: equalize H2 to match H3 (30px) so content team can safely
   change H3 to H2 without any visual change. Covers all entry types that
   render Redactor body content with content-entered headings. */
.entry-sectionedContent #maincontent h2,
.entry-simpleContent #maincontent h2,
.entry-sectionedEvents #maincontent h2,
.entry-forms #maincontent h2,
body.waterparks #maincontent h2 {
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 40px;
}

/* Gallery slider: ensure images fill the full slide width */
.galleryImage img {
  width: 100%;
}