/*
Theme Name: Linkage Web Development
Author: Linkage Developer
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	font-family: "Barlow", sans-serif;
	margin: auto;
	font-size: 18px;
	font-weight: 500;
}

a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover,
a:focus {
	text-decoration: none;
}

#page-wrap {
	overflow: hidden;
}

.abril {
	font-family: "Abril Fatface", cursive;
}

.slick-slide:focus {
	outline: none;
}

.container-fluid {
	width: 1592px;
	max-width: 100%;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1382px;
	}
}

.btn-custom,
.gform_button,
.mphb-book-button {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: rgb(162, 85, 9);
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(162, 85, 9, 1)),
		to(rgba(247, 177, 105, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(162, 85, 9, 1) 0%,
		rgba(247, 177, 105, 1) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a25509', endColorstr='#f7b169', GradientType=0);
	/* IE6-9 */
	border: solid 3px #f7b169 !important;
	padding: 10px 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
	border-radius: 4px !important;
}

.btn-custom:hover,
.btn-custom:focus,
.mphb-book-button:hover,
.mphb-book-button:focus,
.gform_button:hover {
	color: #ffffff;
}

.gform_button:hover {
	background: #f7b169;
}

.btn-custom:before,
.mphb-book-button:before,
.gform_button:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f7b169;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-custom:hover:before,
.btn-custom:focus:before,
.mphb-book-button:hover:before,
.mphb-book-button:focus:before,
.gform_button:hover:before {
	opacity: 1;
}

#main_header .sticky_header {
	position: fixed;
	top: auto;
	left: auto;
	width: 1920px;
	max-width: 100%;
	padding: 5px 0;
	background: rgb(67, 86, 100);
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(67, 86, 100, 1)),
		to(rgba(50, 65, 75, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(67, 86, 100, 1) 0%,
		rgba(50, 65, 75, 1) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#435664', endColorstr='#32414b', GradientType=0);
	/* IE6-9 */
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main_header .sticky_header.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#main_header .sticky_header .sticky_nav {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 15px;
}

#main_header .sticky_header .sticky_nav > li {
	display: inline-block;
	align-items: center;
}

#main_header .sticky_header .sticky_nav > li > a {
	display: table;
	padding: 15px;
	margin: 0 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f7b169;
	letter-spacing: 2px;
}

#main_header .sticky_header .sticky_nav > li > a:hover,
#main_header .sticky_header .sticky_nav > li > a:focus,
#main_header .sticky_header .sticky_nav > li.active > a {
	color: #ffffff;
}

#main_header .header_body {
	position: relative;
	padding: 15px 0;
	background: rgb(67, 86, 100);
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(67, 86, 100, 1)),
		to(rgba(50, 65, 75, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(67, 86, 100, 1) 0%,
		rgba(50, 65, 75, 1) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#435664', endColorstr='#32414b', GradientType=0);
	/* IE6-9 */
}

#main_header .header_body .header_bar {
	position: absolute;
	top: 0;
	height: 4px;
	background-color: #f5af67;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main_header .site_logo {
	display: table;
	margin: auto;
}

#main_header .site_logo:hover,
#main_header .site_logo:focus {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

#main_header .header_body .header_menu {
	text-align: right;
}

#main_header .header_body .header_menu .header_nav {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

#main_header .header_body .header_menu .header_nav > li {
	display: inline-block;
	vertical-align: middle;
}

#main_header .header_body .header_menu .header_nav > li > a {
	display: table;
	padding: 15px;
	margin: 0 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f7b169;
	letter-spacing: 2px;
}

#main_header .header_body .header_menu .header_nav > li > a:hover,
#main_header .header_body .header_menu .header_nav > li > a:focus,
#main_header .header_body .header_menu .header_nav > li.active > a {
	color: #ffffff;
}

#banner_section {
	position: relative;
	height: 800px;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#banner_section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(120, 143, 78, 0)),
		to(rgba(120, 143, 78, 1))
	);
	background: linear-gradient(
		to right,
		rgba(120, 143, 78, 0) 0%,
		rgba(120, 143, 78, 1) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00788f4e', endColorstr='#788f4e', GradientType=1);
	/* IE6-9 */
}

#banner_section .title {
	font-family: "Abril Fatface", cursive;
	text-align: center;
	font-size: 85px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 20px;
}

#banner_section .content {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 2;
	margin-bottom: 1em;
}

#banner_section a {
	display: table;
	margin: auto;
	text-align: center;
	font-family: "Abril Fatface", cursive;
	font-size: 45px;
	color: #ffffff;
}

#banner_section a:hover,
#banner_section a:focus {
	color: #f7b169;
}

#welcome_section .w_main {
	padding: 100px 0;
}

#welcome_section .w_main .title {
	position: relative;
	text-align: center;
	font-family: "Abril Fatface", cursive;
	font-size: 45px;
	color: #33434d;
	margin: 0;
	margin-bottom: 1em;
	padding-top: 0.5em;
}

#welcome_section .w_main .title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 5px;
	background-color: #698c00;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#welcome_section .w_main .content {
	text-align: center;
	line-height: 2;
}

#welcome_section .w_images {
	position: relative;
	padding: 200px 0;
}

#welcome_section .w_images:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background-color: #698c00;
	background-image: url(images/stripes.fw.png);
	background-repeat: no-repeat;
	background-position: 200px -250px;
}

#welcome_section .w_images .welcome_images {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#welcome_section .welcome_images .img_link.link_1 {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}

#welcome_section .welcome_images .img_link.link_3 {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

#welcome_section .welcome_images .img_link:hover,
#welcome_section .welcome_images .img_link:focus {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

#welcome_section .welcome_images .img_link.link_1:hover,
#welcome_section .welcome_images .img_link.link_1:focus {
	-webkit-transform: translateY(-100px) scale(0.95);
	transform: translateY(-100px) scale(0.95);
}

#welcome_section .welcome_images .img_link.link_3:hover,
#welcome_section .welcome_images .img_link.link_3:focus {
	-webkit-transform: translateY(100px) scale(0.95);
	transform: translateY(100px) scale(0.95);
}

#welcome_section .welcome_images .img_link .img_container {
	padding: 5px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
}

#welcome_section .welcome_images .img_link .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

#services_section {
	position: relative;
	padding-bottom: 100px;
}

#services_section .img_container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
}

#services_section .img_container .fake_image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

#services_section .container-fluid {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

#services_section .title {
	position: relative;
	font-family: "Abril Fatface", cursive;
	font-size: 45px;
	margin: 0;
	margin-bottom: 1em;
	padding-top: 20px;
}

#services_section .title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background-color: #698c00;
}

#services_section .content p {
	line-height: 2;
	margin-bottom: 2em;
}

#booking_section {
	padding: 100px 0;
	background-image: url(images/booking-bg.jpg);
	background-size: cover;
	background-position: center;
}

#booking_section .title {
	text-align: center;
	font-family: "Abril Fatface", cursive;
	font-size: 45px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 1em;
}

#booking_section .links {
	text-align: center;
	padding: 0;
	margin-bottom: 2em;
}

#booking_section .links li {
	display: inline-block;
	vertical-align: middle;
	width: 33.1%;
}

#booking_section .links li .btn {
	width: 100%;
	border-radius: 0;
	font-size: 21px;
	padding: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#booking_section .links li .btn-1 {
	color: #435664;
	background-color: #f0f0f0;
}

#booking_section .links li .btn-2 {
	color: #ffffff;
	background-color: #c0a88b;
}

#booking_section .links li .btn-3 {
	color: #ffffff;
	background-color: #d38a41;
}

#booking_section .links li .btn:hover,
#booking_section .links li .btn:focus {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

#booking_section #searchform label {
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
}

#booking_section #searchform .form-control {
	border-radius: 0;
	border: none;
	padding: 15px;
	height: auto;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 2em;
}

#gallery_section .gallerySlider {
	margin-bottom: 0;
}

#gallery_section .gallery {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#gallery_section .gallery .img_container {
	position: relative;
	display: block;
	width: 33.33%;
}

#gallery_section .gallery .img_container .fake_image {
	position: relative;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

#gallery_section .gallery .img_container .fake_image:before {
	content: "";
	position: absolute;
	top: 15%;
	right: 15%;
	bottom: 15%;
	left: 15%;
	background-color: #000000;
	opacity: 0.25;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#gallery_section .gallery .img_container:hover .fake_image:before {
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	opacity: 0.75;
}

#gallery_section .gallery .img_container .meta {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 70%;
	padding: 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#gallery_section .gallery .img_container .meta > div {
	position: relative;
}

#gallery_section .gallery .img_container .meta h3 {
	text-align: center;
	font-family: "Abril Fatface", cursive;
	font-size: 30px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 0.5em;
}

#gallery_section .gallery .img_container .meta .btn {
	display: table;
	margin: auto;
	font-size: 21px;
	font-weight: 600;
	color: #ffffff;
	border: solid 3px #c0a88b;
	padding: 10px 30px;
}

#gallery_section .gallery .img_container .meta .btn:hover,
#gallery_section .gallery .img_container .meta .btn:focus {
	color: #ffffff;
	background-color: #c0a88b;
}

#gallery_section .gallerySlider .slick-dots {
	position: unset;
	padding: 30px 0;
}

#gallery_section .gallerySlider .slick-dots li {
	width: auto;
	height: auto;
	vertical-align: middle;
}

#gallery_section .gallerySlider .slick-dots li button {
	background-color: #435664;
	padding: 0;
	height: 5px;
	width: 45px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#gallery_section .gallerySlider .slick-dots li button:hover,
#gallery_section .gallerySlider .slick-dots li button:focus,
#gallery_section .gallerySlider .slick-dots li.slick-active button {
	background-color: #698c00;
}

#gallery_section .gallerySlider .slick-dots li button:before {
	content: none;
}

#testimonials_section {
	background-color: #698c00;
	padding: 100px 0;
}

#testimonials_section .fas {
	display: table;
	margin: auto;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 1.5em;
}

#testimonials_section .title {
	text-align: center;
	font-family: "Abril Fatface", cursive;
	font-size: 45px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 1em;
}

#testimonials_section .content {
	color: #ffffff;
	line-height: 2;
}

#footer {
	background: rgb(67, 86, 100);
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(67, 86, 100, 1)),
		to(rgba(50, 65, 75, 1))
	);
	background: linear-gradient(
		to right,
		rgba(67, 86, 100, 1) 0%,
		rgba(50, 65, 75, 1) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#435664', endColorstr='#32414b', GradientType=1);
	/* IE6-9 */
}

#footer .footer_main {
	padding: 50px 0;
}

#footer .footer_main .title {
	font-weight: 800;
	color: #8ebf00;
	margin: 0;
	margin-bottom: 1em;
}

#footer .footer_main .footer_box {
	color: #ffffff;
}

#footer .footer_main .footer_box p {
	line-height: 1.5;
	margin-bottom: 1em;
}

#footer .footer_main .footer_box .information {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer_main .footer_box .information > li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 1em;
}

#footer .footer_main .footer_box .information > li > .fas {
	position: absolute;
	top: 3px;
	left: 0;
}

#footer .footer_main .footer_box .information > li > a {
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}

#footer .footer_main .footer_box .information > li > a:hover,
#footer .footer_main .footer_box .information > li > a:focus {
	color: #8ebf00;
}

#footer .footer_main .footer_box .information > li > a:not(:last-child):after {
	content: "\2022";
	margin: 0 5px;
}

#footer .footer_main .footer_box .tweets {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer_main .footer_box .tweets > li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 1em;
}

#footer .footer_main .footer_box .tweets > li > .fab {
	position: absolute;
	top: 3px;
	left: 0;
}

#footer .footer_main .footer_box .posts {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer_main .footer_box .posts > li {
	margin-bottom: 1em;
}

#footer .footer_main .footer_box .posts > li > a {
	color: #ffffff;
}

#footer .footer_main .footer_box .posts > li > a:hover,
#footer .footer_main .footer_box .posts > li > a:focus {
	color: #8ebf00;
}

#footer .footer_main .footer_box .posts > li > .date {
	display: block;
}

#footer .colophon {
	padding-bottom: 50px;
}

#footer .colophon hr {
	margin: 0;
	margin-bottom: 50px;
	border-width: 3px;
	opacity: 0.1;
}

#footer .colophon .copyright {
	text-transform: uppercase;
	color: #e5dace;
}

#footer .colophon .affiliates {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#footer .colophon .affiliates li {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #ffffff;
}

#inner_banner {
	height: 250px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

#inner_banner h1 {
	text-align: center;
	font-family: "Abril Fatface", cursive;
	font-size: 85px;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

/* 2 25 2020 */
.about-us_page {
	background-color: #4b604a;
	background-image: url(images/about-top.jpg), url(images/about-bot.fw.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	/*background-size: contain, contain;*/
}

.about-us_page .s_title h2 {
	position: relative;
	font-family: "Abril Fatface", cursive;
	font-size: 45px;
	color: #f5af67;
}

.about-us_page .s_title h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 5px;
	background-color: #698c00;
}

.about-us_page .brown_screen {
	position: relative;
}

.about-us_page .brown_screen:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50vw;
	background-color: rgba(207, 134, 60, 0.5);
}

.about-us_page .brown_screen > div {
	position: relative;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

/* 27th Mar, 2020 */

/* Class */
.container-lg {
	max-width: 1590px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.d-inline-block {
	display: inline-block;
}

.d-flex {
	display: -webkit-box;
	display: flex;
}

.justify-content-start {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.justify-content-end {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.align-items-stretch {
	-webkit-box-align: stretch;
	align-items: stretch;
}

.list-unstyled {
	list-style: none;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-4 {
	margin-bottom: 2.5rem;
}

.pl-0 {
	padding-left: 0;
}

.ff-abril {
	font-family: "Abril Fatface", cursive;
}

.ff-barlow {
	font-family: "Barlow", sans-serif;
}

.text-white {
	color: #fff;
}

.lh-normal {
	line-height: normal;
}

.lh-2 {
	line-height: 1.5rem;
}

.lh-3 {
	line-height: 2rem;
}

.lh-4 {
	line-height: 2.5rem;
}

.lh-5 {
	line-height: 3rem;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.nav-tabs > li > a {
	border-top: none !important;
	border-right: none !important;
	border-bottom: 2px solid transparent !important;
	border-left: none !important;
	padding-left: 0;
	padding-right: 0;
	color: #415462;
	font-size: 18px;
	margin-right: 0 !important;
}

.nav-tabs {
	border: none;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
}

.nav-tabs > li {
	padding-left: 15px;
	padding-right: 15px;
}

.nav-tabs > li.active > a {
	border-bottom: 2px solid #3c4d5a !important;
	background-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
	background-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a {
	color: #b06418 !important;
}

.inner-banner-excerpt {
	max-width: 753px;
	width: 100%;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
}

/* Header */
#main_header .header_body {
	padding-top: 0;
	padding-bottom: 0;
}

#main_header li > a {
	position: relative;
	height: 100%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#main_header li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	background-color: #f7b169;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#main_header li > a:hover:before {
	opacity: 1;
}

#main_header .sticky_header .sticky_nav {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 15px;
}

#main_header .header_body .header_menu .header_nav > li:last-child {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.header_body--row {
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.header-menu--wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

.header_menu,
.header_nav,
.header_nav .menu-item,
.header_nav .menu-item a,
.sticky_nav,
.sticky_nav .menu-item,
.sticky_nav .menu-item a {
	height: 100%;
}

#main_header .site_logo {
	padding-top: 8px;
	padding-bottom: 8px;
}

#main_header .sticky_header {
	padding-top: 0;
	padding-bottom: 0;
}

#main_header .btn-custom {
	color: #fff !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	height: auto;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

/* Hero */
.hero--list-item {
	background-size: cover;
	background-position: center;
	height: 65vh !important;
	min-height: 650px !important;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.hero--list-item-heading {
	margin-top: 0;
}

.hero--list-item-heading {
	font-size: 85px;
	line-height: 85px;
}

.hero--list-item-link {
	font-size: 45px;
}

.hero--list-item-heading {
	margin-bottom: 40px;
}

.hero--list-item-lead {
	margin-bottom: 20px;
}

.hero--list-item-link:hover {
	color: #fff;
	-webkit-filter: brightness(0.85);
	filter: brightness(0.85);
}

/* Footer */
.affiliates--list-item a {
	margin-right: 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.affiliates--list-item:last-child a {
	margin-right: 0;
}

.affiliates--list-item a:hover {
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

.copyright a {
	color: #e5dace;
}

.copyright a:hover {
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
}

/* Gallery */
section.gallery {
	margin-bottom: 0;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.gallery--list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.gallery--list-item img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.gallery--list-item img:hover {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.gallery--container {
	max-width: 1140px;
}

.gallery .tab-content {
	margin-top: 4rem;
}

/* Message */
.message {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #b86c21;
	color: #fff;
}

.message--heading,
.message--icon {
	margin-bottom: 5rem;
}

.message--heading {
	margin-top: 0;
	font-size: 45px;
}

.message--text {
	margin-bottom: 0;
}

/* Contact form */
.contact-form--form {
	max-width: 637px;
	width: 100%;
}

.gform_title {
	margin-bottom: 2rem !important;
	color: #f6b169;
	font-family: "Lato", sans-serif;
	font-size: 40px !important;
}

.gform_description {
	font-size: 20px;
	font-weight: 700 !important;
	font-family: "Lato", sans-serif;
	line-height: 2.5rem;
}

.gform_description {
	font-size: 20px;
	font-weight: 700 !important;
	font-family: "Lato", sans-serif;
	line-height: 2.5rem;
}

.contact-form .gform_description,
.contact-form .gform_wrapper .top_label .gfield_label {
	color: #fff;
}

.gform_wrapper .top_label .gfield_label,
.gform_description small {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400 !important;
}

.contact-form--map {
	padding-left: 0;
	padding-right: 0;
}

.contact-form--form-grp {
	background-size: cover;
	background-position: right;
	padding-top: 40rem;
	padding-left: 5rem;
	padding-bottom: 5rem;
}

.gform_wrapper .gform_heading {
	margin-bottom: 0;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

.gform_wrapper input,
.gform_wrapper textarea {
	border-radius: 0;
	border: none;
}

.contact-form--map {
	height: auto;
}

.contact-form--map > p,
.contact-form--map iframe {
	height: 100%;
}

.gform_wrapper form {
	position: relative;
}

.contact-form .gform_footer.top_label {
	position: absolute;
}

.gform_footer.top_label {
	bottom: 0;
	right: 0;
	width: auto !important;
}

.gform_confirmation_message {
	color: #fff;
	font-size: 20px;
}

#main_header .btn-custom:hover:before {
	display: none;
}

#main_header .btn-custom:hover {
	background: #f7b169;
}

.testimonialSlider .slick-track {
	display: flex;
	align-items: center;
}

#testimonials_section {
	padding: 50px 0;
}

#gform_2 input, 
#gform_2 textarea, 
#gform_2 select {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 4px;
	padding: 0.5rem 1rem;
}

@media (max-width: 1440px) {
	.hero--list-item-heading {
		font-size: 70px;
		line-height: 70px;
	}
}

@media (max-width: 1280px) {
	.hero--list-item-heading {
		font-size: 50px;
		line-height: 50px;
	}

	.hero--list-item-link {
		font-size: 40px;
	}
}

@media (max-width: 1024px) {
	.footer_main .row > div {
		margin-bottom: 5rem !important;
	}

	#footer .footer_main {
		padding-bottom: 0;
	}

	#footer .colophon .col-lg-6 {
		width: 100%;
		text-align: center;
		margin-bottom: 3rem;
	}

	#footer .colophon .affiliates {
		text-align: center;
	}

	#footer .colophon .affiliates li {
		width: 100%;
		margin-bottom: 3rem;
	}

	#footer .colophon .affiliates li:last-child {
		margin-bottom: 0;
	}

	.footer_main .row {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}

	.contact-form--form-grp {
		padding-left: 15px;
	}

	.contact-form > .d-flex {
		flex-wrap: wrap;
	}

	.contact-form--map,
	.contact-form--form-grp {
		width: 100%;
	}

	.contact-form--form-grp {
		padding-top: 5rem;
	}

	.contact-form--form {
		margin-left: auto;
		margin-right: auto;
	}

	#main_header .site_logo {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (max-width: 992px) {
	#welcome_section .w_images:before,
	#services_section .img_container .fake_image {
		opacity: 0.3;
	}

	.nav-tabs > li > a {
		font-size: 14px;
	}

	.nav-tabs > li {
		padding-left: 8px;
		padding-right: 8px;
	}

	#main_header .header_body .header_menu .header_nav,
	#main_header .sticky_header .sticky_nav {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	#main_header .sticky_header .sticky_nav > li {
		align-items: center;
		display: flex;
	}

	#main_header .header_body .header_menu .header_nav > li > a,
	#main_header .sticky_header .sticky_nav > li a {
		margin-left: 8px;
		margin-right: 8px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.footer_main .row {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.footer_main .row > div {
		max-width: 575px;
		width: 100%;
	}

	#main_header .sticky_header .sticky_nav > li,
	#main_header .header_body .header_menu .header_nav li {
		display: none;
	}

	#main_header .sticky_header .sticky_nav > li:last-child,
	#main_header .header_body .header_menu .header_nav li:last-child {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.gallery--list {
		justify-content: center;
	}

	#welcome_section .welcome_images .img_link {
		width: 33.33%;
	}

	#gallery_section .gallery .img_container {
		width: 50%;
	}

	.btn-custom,
	.gform_button {
		z-index: initial;
	}

	.header_body--row > div:nth-child(1) {
		width: 30%;
	}

	.header_body--row > div:nth-child(2) {
		width: 70%;
	}
}

@media (max-width: 575px) {
	.hero--list-item-heading {
		font-size: 34px;
		line-height: 34px;
	}

	.hero--list-item-link {
		font-size: 28px;
	}

	#inner_banner {
		height: 285px;
	}

	.title,
	#inner_banner h1,
	.message--heading,
	.gform_title {
		font-size: 34px !important;
	}

	#footer .footer_main .title {
		font-size: 18px !important;
	}

	#welcome_section .welcome_images .img_link {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-transform: initial !important;
		transform: initial !important;
		margin-bottom: 2rem;
	}

	#gallery_section .gallery .img_container {
		width: 100%;
	}

	.gallery--list {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.nav-tabs {
		flex-wrap: wrap;
	}

	.nav-tabs > li {
		width: 100%;
		text-align: center;
	}

	.nav-tabs > li > a {
		font-size: 16px;
		display: inline-block;
		margin-bottom: 1rem;
	}

	.gform_footer.top_label {
		position: initial;
		display: inline-block;
	}

	.about-us_page .brown_screen:before {
		width: 100%;
	}

	.elementor-9
	.elementor-element.elementor-element-805bc93
	.elementor-heading-title {
		line-height: 1em !important;
		padding-top: 1em;
	}

	#main_header .sticky_header .sticky_nav > li:last-child a,
	#main_header .header_body .header_menu .header_nav li:last-child a {
		margin-right: 0 !important;
	}
}

@media (max-height: 414px) {
	.header_body--row > div:first-child {
		width: 30%;
	}

	.header_body--row > div:last-child {
		width: 70%;
	}

	.header_nav {
		margin-right: 0 !important;
	}

	#main_header .sticky_header .sticky_nav > li:last-child a,
	#main_header .header_body .header_menu .header_nav li:last-child a {
		margin-right: 0 !important;
	}

	#welcome_section .welcome_images .img_link {
		width: 33.33%;
	}

	.about-us_page .brown_screen:before {
		width: 100%;
	}
}

/* 2 19 2024  */
.mphb_room_type .moto_gallery {
	margin-bottom: 30px;
}

.mphb_room_type .moto_gallery .img_container, .mphb_room_type .moto_gallery_thumb .img_container {
	display: block;
	width: 100%;
	overflow: hidden;
}

.mphb_room_type .moto_gallery_thumb .img_container {
	transition: all .3s;
	transform: scale(.8);
}

.mphb_room_type .moto_gallery_thumb .slick-current .img_container {
	transform: scale(1);
}

.mphb_room_type .moto_gallery .img_container .fake_image, .mphb_room_type .moto_gallery_thumb .img_container .fake_image {
	padding-top: 56.25%;
	background-size: cover;
	background-position: center;
}

.mphb-room-type .fake_image {
	padding-top: 56.25%;
	background-size: cover;
}