
/* RESET UNDERSCORES STYLES  ================================================================ */

html, body {
	height: 100%;
}

body {
	padding-top: 80px; /* adjust to your header height */
}

.post, .page {
    margin: 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

a {
    text-decoration: none;
}

/* BTN OVERRIDE ================================================================ */

/* Base styles */
.btn {
  background-color: #ae132a !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  border: 2px solid #ae132a !important;
  font-size: 1em !important;
	
	font-size: .75em !important;
    text-transform: uppercase;
    letter-spacing: .1em;
	
}

/* Hover state */
.btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* Focus state */
.btn:focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none !important; /* Custom focus ring */
}

/* Active state */
.btn:active {
  background-color: #000 !important;
  border-color: #000 !important;
}

/* Disabled state */
.btn:disabled, .btn[disabled] {
  background-color: #e0e0e0 !important;
  color: #a0a0a0 !important;
  border-color: #d0d0d0 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* Button sizes */
.btn-sm {
  padding: 5px 10px !important;
  font-size: 0.875em !important;
}

.btn-lg {
  padding: 15px 30px !important;
  font-size: 1.25em !important;
}

/* Outline buttons */
.btn-outline-primary {
  background-color: transparent !important;
  border: 2px solid #404040 !important;
  color: #404040 !important;
}

.btn-outline-primary:hover {
  background-color: #007bff !important;
  color: #ffffff !important;
  border-color: #007bff !important;
}

/* Additional states for link buttons */
.btn-link {
  color: #007bff !important;
  text-decoration: underline !important;
}

.btn-link:hover {
  color: #0056b3 !important;
  text-decoration: none !important;
}

/* PRIMARY BUTTON STYLES */
.btn-primary {
  background-color: #ae132a !important; /* Custom primary color */
  color: #ffffff !important;
  border: none !important;
}

.btn-primary:hover {
  background-color: #000 !important; /* Darker shade for hover */
  border-color: #000 !important;
  color: #ffffff !important;
}

.btn-primary:focus, .btn-primary:active:focus {
  outline: none !important;
  box-shadow: none !important; /* Custom focus ring */
}

.btn-primary:active {
  background-color: #000 !important; /* Even darker shade for active */
  border-color: #000 !important;
}

.btn-primary:disabled, .btn-primary[disabled] {
  background-color: #cce5ff !important; /* Lighter shade for disabled */
  color: #ffffff !important;
  border-color: #cce5ff !important;
  pointer-events: none !important;
}

/* PRIMARY BUTTON SIZES */
.btn-primary.btn-sm {
  padding: 5px 10px !important;
  font-size: 0.875em !important;
}

.btn-primary.btn-lg {
  padding: 15px 30px !important;
  font-size: 1.25em !important;
}

/* PRIMARY OUTLINE BUTTONS */
.btn-outline-primary {
  background-color: transparent !important;
  border: 1px solid #404040 !important;
  color: #404040 !important;
}

.btn-outline-primary:hover {
  background-color: rgba(21, 57, 64, 1) !important;
  color: #ffffff !important;
  border-color: rgba(21, 57, 64, 1) !important;
}

/* SECONDARY BUTTON STYLES */
.btn-secondary {
  background-color: #6c757d !important; /* Custom secondary color */
  color: #ffffff !important;
  border: 2px solid #6c757d !important;
}

.btn-secondary:hover {
  background-color: #5a6268 !important; /* Darker shade for hover */
  border-color: #5a6268 !important;
  color: #ffffff !important;
}

.btn-secondary:focus, .btn-secondary:active:focus {
  outline: none !important;
  box-shadow: none !important; /* Custom focus ring */
}

.btn-secondary:active {
  background-color: #4e555b !important; /* Even darker shade for active */
  border-color: #4e555b !important;
}

.btn-secondary:disabled, .btn-secondary[disabled] {
  background-color: #e2e6ea !important; /* Lighter shade for disabled */
  color: #ffffff !important;
  border-color: #e2e6ea !important;
  pointer-events: none !important;
}

/* SECONDARY BUTTON SIZES */
.btn-secondary.btn-sm {
  padding: 5px 10px !important;
  font-size: 0.875em !important;
}

.btn-secondary.btn-lg {
  padding: 15px 30px !important;
  font-size: 1.25em !important;
}

/* SECONDARY OUTLINE BUTTONS */
.btn-outline-secondary {
  background-color: transparent !important;
  border: 2px solid #6c757d !important;
  color: #6c757d !important;
}

.btn-outline-secondary:hover {
  background-color: #6c757d !important;
  color: #ffffff !important;
  border-color: #6c757d !important;
}




.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* TYPOGRAPHY and COLOR  ================================================================ */

body {
	font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	line-height: 1.4;
	font-weight: 300;
	color: #000;
	background-color: #f9f5ed;
}

/* Default link style */
a {
    color: #ae132a !important;
    text-decoration: none !important;
}

/* Hover effect */
a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

/* Focus effect */
a:focus {
    outline: none !important;
    box-shadow: none !important;
    color: #000 !important;
}

strong, .strong {
	font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem !important;
	font-weight: 300 !important;
	line-height: 1.25;
}

h1, .h1 {
	font-size: 1.75em !important;
}

h2, .h2 {
	font-size: 1.35em !important;
}

h3, .h3 {
	font-size: 1.15em !important;
}

h4, .h4 {
}

h5, .h5 { 
	text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .75em;
	color: #ae132a;
}

h6, .h6  {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .75em;
}

small, .small {
	font-size: .75em;
}

/* tabs */

.nav-link {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .75em;
	color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ae132a !important;
    background-color: transparent !important;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}


.nav-link.active, .nav-item.show .nav-link {
    color: #000 !important;
    background-color: transparent !important;
}

/* Header / Navbar
--------------------------------------------- */


.site-header {
	z-index: 1030; /* Bootstrap navbar default */
}

.navbar {
	background: #fbfaf8; /* required for fixed nav */
}

#primaryNav {
	z-index: 1040; /* higher than navbar */
}

.navbar-brand,
.navbar-toggler {
	z-index: 1050;
}

body.menu-open {
	overflow: hidden;
}



.site-header {
	position: relative;
	z-index: 9999;
}

.header-logo {
    max-width: 200px;
    height: auto;
}

.navbar-toggler {
	position: relative;
	z-index: 10001;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
	box-shadow: none;
	outline: none;
}


/* Custom hamburger icon
--------------------------------------------- */

.navbar-toggler-icon-custom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	width: 32px;
	height: 32px;
}

.navbar-toggler-icon-custom span {
	display: block;
	width: 32px;
	height: 2px;
	background: #000;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hamburger to X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}


/* Desktop nav: Bootstrap-style horizontal menu
--------------------------------------------- */

@media (min-width: 992px) {

	#primaryNav {
		position: static;
		inset: auto;
		z-index: auto;
		background: transparent;
		padding: 0;
		text-align: right;
	}

	#primaryNav .navbar-nav {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: .5rem;
		min-height: auto;
	}

	#primaryNav .nav-link,
	#primaryNav a {
		font-size: 1rem;
		line-height: 1.2;
		color: #000;
		text-decoration: none;
	}

}


/* Mobile fullscreen overlay menu
--------------------------------------------- */

@media (max-width: 991.98px) {

	#primaryNav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10000;

		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 6rem 1.5rem 2rem;

		background: #fff;
		text-align: center;

		display: flex !important;
		align-items: center;
		justify-content: center;

		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-10px);

		transition:
			opacity 0.3s ease,
			transform 0.3s ease,
			visibility 0.3s ease;
	}

	#primaryNav.show {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	#primaryNav.collapsing {
		height: 100vh !important;
		transition:
			opacity 0.3s ease,
			transform 0.3s ease,
			visibility 0.3s ease;
	}

	#primaryNav .navbar-nav {
		width: 100%;
		min-height: auto;
		margin: 0;
		padding: 0;

		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1rem;
	}

	#primaryNav .nav-link,
	#primaryNav a {
		font-size: clamp(2rem, 6vw, 3.5rem);
		line-height: 1;
		color: #000;
		text-decoration: none;
		text-align: center;
	}

	.navbar-brand,
	.navbar-toggler {
		position: relative;
		z-index: 10001;
	}

}









/* WP Gallery */

/* Standard WP classic gallery */
.gallery {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.gallery-columns-1 { grid-template-columns: 1fr; }
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery-item {
  margin: 0;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* Gutenberg gallery */
.wp-block-gallery {
  margin-bottom: 2rem;
}

.wp-block-gallery img {
  display: block;
}

@media (max-width: 767.98px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* homepage */

.homepage-sidebar ul {
	margin-left: 0;
	list-style: square;
	
	font-size: .85em;
}

/* homepage slideshow */

.carousel-item img {
  -webkit-filter: brightness(0.8); /* Safari 6.0 - 9.0 */
  -moz-filter: brightness(0.8);    /* (rarely needed) */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(brightness=0.8)"; /* IE 8 */
  filter: brightness(0.8);         /* Standard syntax */
}

	
.overlay {
	width: 30%;
}

.carousel-caption {
    font-size: .75em;
    font-style: italic;
    letter-spacing: .01em;
}

/* Rooms posts on Homepage */

.room-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.room-card-link {
    display: block;
    flex-grow: 0;
}

.room-card .card-body {
    flex-grow: 1;
}

.room-card .card-footer {
    margin-top: auto;
}

.room-card-thumbnail img {
    /*height: 250px;
    object-fit: cover;*/
}


.card-body {
	background-color: #fff;
}


/* single Rooms */

.room-amenities ul {
    list-style: square;
    list-style-position: outside;
    padding-left: 0;
    margin-left: 1em;
    /* text-transform: uppercase; */
    font-size: .65em;
    font-weight: 300;
    /* letter-spacing: .1em; */
	
}

.room-amenities li {
	
}

/* FAQ page */

.page-template-page-FAQ .faq {
	font-size: .85em;
}

.faq h2 {
	color: #ae132a;
}


/* Footer */

.footer-logo {
	max-width: 300px;
}
.footer-info {
	font-size: .85em;
	letter-spacing: .025em;
	line-height: 1.5;
}

.footer-cin {
	margin-top: 1rem;
	text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .75em;
}

.thirdpartylogo img {
	width: 100%;
	height: auto;
}

.thirdpartylogo {
    max-width: 260px;
    border: solid 1px #ccc;
    padding: .5rem 2rem;
}

.booking-badge {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 250px;
}



/* Contact form */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5em;
}

/* RESPONSIVE ================================================================ */


.animate-on-breakpoint {
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}


/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1400px
*/




/*X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/





/*XX-Large devices (larger desktops, 1400px and down)*/
@media (max-width: 1400px) {
	
	.overlay {
		width: 40%;
	}
}

/*X-Large devices (large desktops, 1200px and down)*/
@media (max-width: 1200px) {
	
	.overlay {
		width: 50%;
	}
	
}

/*Large devices (desktops, 992px and down)*/
@media (max-width: 992px) {
	
	.overlay {
		width: 60%;
	}		
}

/*Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
	
	.overlay {
		width: 70%;
	}
	
	.thirdpartylogo {
		max-width: 180px;
	}	
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {
	
	body {
		font-size: 16px;
		/*line-height: 1.4;*/
	}
	
	.overlay {
		width: 80%;
	}
	
	.thirdpartylogo {
		max-width: 180px;
	}
	
	.room-amenities ul {
		font-size: .85em;
	}	
	
}
