/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.1.0.1648457531
Updated: 2022-03-28 08:52:11

*/

@font-face {
	font-family: 'Commissioner';
	font-style: normal;
	font-weight: 300;
	src:url('/wp-content/themes/understrap-child/fonts/Commissioner-Light.ttf');
}
@font-face {
	font-family: 'Commissioner';
	font-style: normal;
	font-weight: normal;
	src:url('/wp-content/themes/understrap-child/fonts/Commissioner-Regular.ttf');
}
@font-face {
	font-family: 'Commissioner';
	font-style: normal;
	font-weight: 600;
	src:url('/wp-content/themes/understrap-child/fonts/Commissioner-SemiBold.ttf');
}
body {
	font-family: 'Commissioner';
}
a {
	text-decoration: none;
	color: black;
}
.navbar-dark .navbar-toggler {
	border: 0;	
}
.navbar-dark .navbar-toggler:focus,.navbar-dark .navbar-toggler:focus-within {
	border: 0;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 6h16M4 12h16M4 18h16' /%3E%3C/svg%3E");
}
.btn-close {
	filter: none;
	opacity: 1;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z' /%3E%3C/svg%3E");
}
/***** HEADER *****/
.navbar-brand img {
	max-width: 270px;
}
.bg-primary {
	background-color: #ffffff !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: black;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: black;
	border-bottom: 1px solid;
}
/***** HOMEPAGE *****/
.home .wrapper {
	padding: 0;
}
.home .content-area {
	padding: 0;
}

.avail-section {
	background: #f8f8f8;
	padding: 15px 0;
}
.avail-section p {
	margin: 0;
}
.avail-section .row {
	align-items: center;
}

.description-section {
	padding: 30px 0;
}
.description-section p {
	margin: 0;
	text-align: center;
	font-size: 18px;
}
/***** SLIDER *****/
.slider-homepage .image-bg {
	/* Change silder settings here */
	min-height: 500px !important; 
	width: 100%;
	background-size: cover !important;
	background-position: center !important; 	
	background-repeat: no-repeat !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-homepage .slider-content {
	max-width: 60%;
	width: 60%;
	margin: 0 auto;	
}
.slider-homepage .slider-content p {
	margin-bottom: 0;
	position: relative;
	text-align: center;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
}
.slick-arrow svg {
	width: 50px;
	color: #fff;
}
.slick-next {
	right: 20px;
}
.slick-prev {
	left: 20px;
}
@media screen and (max-width: 992px) {
	.slider-homepage .image-bg {
		max-height: 400px;
		min-height: 400px;
	}
	.slick-next {
		right: 0px;
	}
	.slick-prev {
		left: 0px;
	}
	.slick-arrow svg {
		width: 40px;
		color: #fff;
	}
}

/*** ROOMS SLIDER ***/
.room-section {
	padding: 30px 0;
}
.room-preview {
	position: relative
}
.room-preview svg {
	width: 40px;
}
.room-preview img {
	/* 	Change gallery display here */
	max-height: 650px;
	object-fit: cover;
}
.room-thumbs {
	background: #f8f8f8;
}
.room-thumbs svg {
	width: 40px;
}
.room-thumbs img {
	height: 150px;
	object-fit: cover;
	padding: 5px;
}

/*** AMENITIES ***/
.amenities-section {
	padding: 30px 0;	
}
.amenities {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-left: 0;
}
.amenities li {
	width: calc(25% - 8px);
	text-align: center;
	padding: 10px;
	background: #f8f8f8;
}
@media screen and (max-width: 992px) {
	.amenities li {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 480px) {
	.amenities li {
		width: 100%;
	}
}
/***** PAGE *****/
.page .wrapper {
	padding-top: 0;
}
.headerImage {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.headerImage:before {
	content: "";
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.headerImage .entry-header {
	display: flex;
	justify-content: center;
}
.headerImage .entry-title {
	color: #fff;
	position: relative;
	z-index: 9
}
@media screen and (max-width: 768px) {
	.headerImage {
		min-height: 200px;
	}
}
/***** FOOTER *****/
#wrapper-footer {
	background: #f8f8f8;
	padding:  0;
}
.footer-links {
	margin-left: 0;
	margin-right: 0;
}
.footer-links p {
	margin: 0;
}
#wrapper-footer > .container {
	padding: 15px 0;

}
.copyright2 {
	text-align: right;
}
.contact-info {
	padding: 30px 0;
	border-bottom: 1px solid;
}
.contact-info p {
	margin: 0 !important;
}
.contact-info svg {
	width: 30px;
	display: block;
	margin: 0 auto;
}
.contact-info a {

}
.contact-info > div {
	text-align: center;
	margin: 0 auto
}
@media screen and (max-width: 480px) {
	.copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	.copyright2 {
		text-align: center;
	}
}
