/*
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 {
	width: 1920px;
	max-width: 100%;
	margin: auto;
	font-family: "Lato", sans-serif;
	font-size: 16px;
}

a {
	transition: all 0.3s;
}

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

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

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

.s_title {
	text-align: center;
	font-size: 45px;
	font-weight: 300;
	color: #3a2a4a;
}

.flex-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-row:before,
.flex-row:after {
	content: none;
}

.btn-custom {
	font-size: 18px;
	color: #ffffff;
	background-color: #3b2a4a;
	border: none;
	border-radius: 0;
	padding: 12px 25px;
	transition: all 0.3s;
}

.btn-custom:hover,
.btn-custom:focus {
	color: #ffffff;
	background-color: #684a84;
}

.btn-custom-alt {
	font-size: 18px;
	color: #ffffff;
	background-color: #684a84;
	border: none;
	border-radius: 0;
	padding: 12px 25px;
	transition: all 0.3s;
}

.btn-custom-alt:hover,
.btn-custom-alt:focus {
	color: #ffffff;
	background-color: #3b2a4a;
}
.tab-content > .tab-pane {
	display: block;
}

.fade {
	height: 0;
	overflow: hidden;
}

.fade.in {
	height: auto;
}

.acf-map {
	height: 660px;
}

#page-wrap {
	overflow: hidden;
}

#main_header .sticky_header {
	position: fixed;
	top: auto;
	left: auto;
	width: 1920px;
	max-width: 100%;
	background-color: #ffffff;
	z-index: 2;
	padding: 5px 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0);
	transition: all 0.3s;
	transform: translateY(-100%);
}

#main_header .sticky_header.show {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	transform: translateY(0%);
}

#main_header .sticky_header .site_logo {
	display: table;
	width: 150px;
}

#main_header .sticky_header .site_logo:hover,
#main_header .sticky_header .site_logo:focus {
	transform: scale(0.96);
}

#main_header .sticky_header .custom_menu {
	position: relative;
}

#main_header .sticky_header .custom_menu .menu_trigger {
	cursor: pointer;
	display: table;
	margin-left: auto;
	color: #684a84;
}

#main_header .sticky_header .custom_menu .menu_trigger .burger {
	display: inline-flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: solid 4px rgba(105, 75, 132, 0.25);
	border-radius: 100%;
	font-size: 20px;
}

#main_header .sticky_header .custom_menu .menu_container {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #ffffff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	width: 200px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
}

#main_header .sticky_header .custom_menu .menu_container .header_nav {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_header
.sticky_header
.custom_menu
.menu_container
.header_nav
> li:not(:last-child) {
	border-bottom: solid 1px #cccccc;
}

#main_header .sticky_header .custom_menu .menu_container .header_nav > li > a {
	display: block;
	padding: 10px;
	color: #000000;
}

#main_header
.sticky_header
.custom_menu
.menu_container
.header_nav
> li
> a:hover,
#main_header
.sticky_header
.custom_menu
.menu_container
.header_nav
> li
> a:focus,
#main_header
.sticky_header
.custom_menu
.menu_container
.header_nav
> li.active
> a {
	background-color: #684a84;
	color: #ffffff;
}

#main_header .socials_box {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 8;
}

#main_header .socials_box .socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_header .socials_box .socials li {
	margin: 15px;
}

#main_header .socials_box .socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: solid 3px #3b2a4a;
	border-radius: 100%;
	font-size: 18px;
	color: #3b2a4a;
	background-color: #ffffff;
}

.footer-bottom .socials_box .socials li a:hover,
.footer-bottom .socials_box .socials li a:focus,
#main_header .socials_box .socials li a:hover,
#main_header .socials_box .socials li a:focus {
	background-color: #3b2a4a;
	color: #ffffff;
}

#main_header .header-body {
	padding: 15px 0;
}

#main_header .header-body .site_logo {
	display: table;
}

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

#main_header .header-body .info {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #684a84;
}

#main_header .header-body .info li {
	display: inline-block;
	vertical-align: middle;
}

#main_header .header-body .info li:not(:last-child) {
	margin-right: 20px;
}

#main_header .header-body .info li a {
	color: #684a84;
}

#main_header .header-body .info li a:hover,
#main_header .header-body .info li a:focus {
	color: #000000;
}

#main_header .header-body .custom_menu {
	position: relative;
}

#main_header .header-body .custom_menu .menu_trigger {
	cursor: pointer;
	display: table;
	margin-left: auto;
	color: #684a84;
}

#main_header .header-body .custom_menu .menu_trigger .burger {
	display: inline-flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: solid 4px rgba(105, 75, 132, 0.25);
	border-radius: 100%;
	font-size: 20px;
}

#main_header .header-body .custom_menu .menu_container {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #ffffff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	width: 200px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 2;
}

#main_header .header-body .custom_menu .menu_container .header_nav {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_header
.header-body
.custom_menu
.menu_container
.header_nav
> li:not(:last-child) {
	border-bottom: solid 1px #cccccc;
}

#main_header .header-body .custom_menu .menu_container .header_nav > li > a {
	display: block;
	padding: 10px;
	color: #000000;
}

#main_header
.header-body
.custom_menu
.menu_container
.header_nav
> li
> a:hover,
#main_header
.header-body
.custom_menu
.menu_container
.header_nav
> li
> a:focus,
#main_header
.header-body
.custom_menu
.menu_container
.header_nav
> li.active
> a {
	background-color: #684a84;
	color: #ffffff;
}

#banner_section {
	position: relative;
	margin-bottom: 50px;
}

#banner_section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 490px;
	background: -moz-linear-gradient(
		top,
		rgba(35, 23, 43, 0) 0%,
		rgba(35, 23, 43, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(35, 23, 43, 0) 0%,
		rgba(35, 23, 43, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(35, 23, 43, 0) 0%,
		rgba(35, 23, 43, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0023172b', endColorstr='#23172b',GradientType=0 ); /* IE6-9 */
	z-index: 1;
}

#banner_section .banner_image {
	height: 700px;
	background-size: cover;
	background-position: center;
}

#banner_section .banner_content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
}

#banner_section .banner_content .gradient_container {
	position: relative;
	padding: 30px 0;
}

#banner_section .banner_content .gradient_container:before {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	width: 100vw;
	background: rgb(116, 0, 172); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(116, 0, 172, 1) 0%,
		rgba(59, 42, 74, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(116, 0, 172, 1) 0%,
		rgba(59, 42, 74, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(116, 0, 172, 1) 0%,
		rgba(59, 42, 74, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7400ac', endColorstr='#3b2a4a',GradientType=0 ); /* IE6-9 */
	opacity: 0.5;
}

#banner_section .banner_content .gradient_container .bannerSliderIndex {
	margin-bottom: 1em;
}

#banner_section .banner_content .gradient_container .title {
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

#banner_section .banner_content .gradient_container .excerpt p {
	font-size: 16px;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

#banner_section .banner_content .nav_container .slick-dots {
	position: unset;
	text-align: left;
}

#banner_section .banner_content .nav_container .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

#banner_section .banner_content .nav_container .slick-dots li:not(:last-child) {
	margin-right: 5px;
}

#banner_section .banner_content .nav_container .slick-dots li button {
	width: 13px;
	height: 13px;
	padding: 0;
	background-color: #ffffff;
	border: solid 3px #ffffff;
	border-radius: 100%;
	transition: all 0.3s;
}

#banner_section .banner_content .nav_container .slick-dots li button:hover,
#banner_section .banner_content .nav_container .slick-dots li button:focus,
#banner_section
.banner_content
.nav_container
.slick-dots
li.slick-active
button {
	background-color: #8500b2;
}

#banner_section .banner_content .nav_container .slick-dots li button:before {
	content: none;
}

#banner_section .new_search {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 1;
	/*display: none;*/
}

.new_search .mphb_sc_search-wrapper .mphb-required-fields-tip {
	display: none;
}

.new_search .mphb_sc_search-wrapper .mphb_sc_search-form {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.new_search .mphb_sc_search-wrapper .mphb_sc_search-form > p {
	width: 25%;
	padding: 0 15px;
}

#banner_section .new_search .mphb_sc_search-wrapper .mphb_sc_search-form > p label {
	color: #ffffff;
}

.new_search .mphb_sc_search-wrapper .mphb_sc_search-form > p input,
.new_search .mphb_sc_search-wrapper .mphb_sc_search-form > p select {
	line-height: 1;
	font-size: 15px;
	border: solid 1px #000000;
	border-radius: 0;
	height: auto !important;
	padding: 12px;
	z-index: 1;
	background-color: #ffffff;
	width: 100%;
	height: 44px !important;
}

#banner_section .new_search .mphb_sc_search-wrapper .mphb_sc_search-form > p input,
#banner_section .new_search .mphb_sc_search-wrapper .mphb_sc_search-form > p select {
	border-color: #ffffff;
}

.new_search .mphb_sc_search-wrapper .mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper .button {
	font-size: 16px;
	color: #ffffff;
	background-color: #3b2a4a;
	border: none;
	border-radius: 0;
	padding: 14px 25px;
	transition: all 0.3s;
}

.new_search .mphb_sc_search-wrapper .mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper .button:hover,
.new_search .mphb_sc_search-wrapper .mphb_sc_search-form > .mphb_sc_search-submit-button-wrapper .button:focus {
	color: #ffffff;
	background-color: #684a84;
}

#banner_section .search-form {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 1;
}

#banner_section .search-form label {
	font-size: 15px;
	color: #684a84;
}

#banner_section .search-form .input_container {
	position: relative;
}

#banner_section .search-form .input_container .form-control {
	position: relative;
	line-height: 1;
	font-size: 15px;
	border: solid 1px #000000;
	border-radius: 0;
	height: auto !important;
	padding: 12px;
	z-index: 1;
	background-color: transparent;
}

#banner_section .search-form .input_container .fas {
	position: absolute;
	font-size: 25px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	opacity: 0.25;
	z-index: 0;
}

#banner_section .search-form label {
	font-size: 15px;
	color: #ffffff;
}

#banner_section .search-form .input_container {
	position: relative;
}

#banner_section .search-form .input_container .form-control {
	position: relative;
	line-height: 1;
	font-size: 15px;
	border: solid 1px #ffffff;
	border-radius: 0;
	height: auto !important;
	padding: 12px;
	z-index: 1;
	background-color: #ffffff;
}

#banner_section .search-form .input_container .fas {
	position: absolute;
	font-size: 25px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	opacity: 0.25;
	z-index: 0;
}

#banner_section .search-form .btn {
	margin-top: 27px;
	padding: 10px 15px;
	width: 100%;
}

#about_us {
	padding: 50px 0;
}

#about_us .s_title {
	text-align: left;
}

#about_us .img_container {
	width: 500px;
	max-width: 100%;
	margin: auto;
}

#about_us .img_container .fake_image {
	background-size: cover;
	background-position: center;
}

#about_us .about_content p {
	font-size: 18px;
	color: #727272;
	line-height: 2;
	margin-bottom: 1em;
}

#about_us .search-form {
	margin-top: 40px;
}

#about_us .search-form label {
	font-size: 15px;
	color: #684a84;
}

#about_us .search-form .input_container {
	position: relative;
}

#about_us .search-form .input_container .form-control {
	position: relative;
	line-height: 1;
	font-size: 15px;
	border: solid 1px #000000;
	border-radius: 0;
	height: auto !important;
	padding: 12px;
	z-index: 1;
	background-color: transparent;
}

#about_us .search-form .input_container .fas {
	position: absolute;
	font-size: 25px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	opacity: 0.25;
	z-index: 0;
}

#rooms_suites {
	background-color: #eae5ef;
	padding: 50px 0;
}

#rooms_suites .excerpt {
	text-align: center;
	font-size: 18px;
	color: #666666;
}

#rooms_suites .main_content {
	margin-top: 30px;
}

#rooms_suites .main_content .room_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

#rooms_suites .main_content .room_box .room {
	position: relative;
	display: block;
	/* width: 25%; */
	padding: 5px;
	width: 400px;
	max-width: 100%;
}

#rooms_suites .main_content .room_box .room .tax_image_container {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 33%;
	background-color: #ffffff;
}

#rooms_suites .main_content .odd .room_box .room .tax_image_container {
	left: unset;
	right: 30px;
}

#rooms_suites .main_content .room_box .room .tax_image_container .fake_image {
	padding-top: 66.5%;
	background-size: cover;
	background-position: center;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	transform: translateX(-10px) translateY(-10px);
}

#rooms_suites
.main_content
.odd
.room_box
.room
.tax_image_container
.fake_image {
	box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.5);
	transform: translateX(10px) translateY(-10px);
}

#rooms_suites .main_content .room_box .room .img_container {
	margin: auto;
}

#rooms_suites .main_content .room_box .room .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

#rooms_suites .main_content .room_box .room .title {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	opacity: 0;
	transition: all 0.3s;
}

#rooms_suites .main_content .room_box .room:hover .title,
#rooms_suites .main_content .room_box .room:focus .title {
	opacity: 1;
}

#dining {
	padding: 50px 0;
}

#dining .resto_box {
	display: block;
	width: 500px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#dining .resto_box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 75px;
	background: -moz-linear-gradient(
		top,
		rgba(59, 42, 74, 0) 0%,
		rgba(59, 42, 74, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(59, 42, 74, 0) 0%,
		rgba(59, 42, 74, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(59, 42, 74, 0) 0%,
		rgba(59, 42, 74, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b2a4a', endColorstr='#3b2a4a',GradientType=0 ); /* IE6-9 */
	transition: all 0.3s;
}

#dining .resto_box:hover:before {
	height: 150px;
}

#dining .resto_box .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

#dining .resto_box .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 15px 15px;
	font-size: 30px;
	font-weight: 900;
	color: #ffffff;
	transition: all 0.3s;
	z-index: 1;
}

#dining .resto_box:hover .title {
	transform: translateX(10px);
}

#dining .modal-body .resto_gallery,
.resto_gallery {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#dining .modal-body .resto_gallery .resto_image,
.resto_gallery .resto_image {
	width: 33.33%;
	padding: 8px;
}

#dining .modal-body .resto_gallery .more,
.resto_gallery .more {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33.33%;
	height: 33.33%;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
}

#dining .modal-body .img-container,
.resto_gallery .resto_image .img-container {
	display: block;
	width: 100%;
	max-width: 100%;
}

#dining .modal-body .img-container .fake_image,
.resto_gallery .resto_image .img-container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

#dining .excerpt {
	text-align: center;
	font-size: 18px;
	color: #666666;
}

#dining .grid_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#dining .grid_container .img_container {
	overflow: hidden;
}

#dining .grid_container .img-1 {
	width: 40%;
	margin-bottom: 3px;
}

#dining .grid_container .img_container .fake_image {
	padding-top: 250px;
	background-size: cover;
	background-position: center;
	transition: all 0.3s;
}

#dining .grid_container .img_container:hover .fake_image {
	transform: scale(1.05);
}

#dining .grid_container .l-group-1 {
	width: 25%;
	padding: 0 3px;
	margin-bottom: 3px;
}

#dining .grid_container .img-2 {
	width: 35%;
	margin-bottom: 3px;
}

#dining .grid_container .links {
}

#dining .grid_container .links .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 125px;
	font-size: 25px;
	font-weight: 600;
}

#dining .grid_container .links .btn:before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
}

#dining .grid_container .l-group-1 .btn-custom-alt:before {
	content: "\f100";
	left: 37%;
	top: 63%;
	transform: translateY(-50%);
}

#dining .grid_container .l-group-2 .btn-custom-alt:before {
	content: "\f102";
	left: 60%;
	top: 63px;
	transform: translateX(-50%);
}
#dining .grid_container .links.l-group-2 .btn span {
	text-align: left;
}
#dining .grid_container .links.l-group-1 .btn:first-child span,
#dining .grid_container .links.l-group-3 .btn:first-child span {
	text-align: right;
}
#dining .grid_container .l-group-3 .btn-custom:before {
	content: "\f101";
	right: 23%;
	top: 50%;
	transform: translateY(-50%);
}
#dining .grid_container .l-group-1 .btn-custom:before {
	content: "\f101";
	right: 32%;
	top: 50%;
	transform: translateY(-50%);
}
#dining .grid_container .l-group-3 .btn-custom-alt:before {
	content: "\f100";
	left: 40%;
	top: 63%;
	transform: translateY(-50%);
}
#dining .grid_container .l-group-2 .btn-custom:before {
	content: "\f101";
	right: 40%;
	top: 65%;
	transform: translateY(-50%);
}

#dining .grid_container .links .btn span {
	display: block;
	width: 150px;
	max-width: 100%;
	margin: auto;
	white-space: initial;
}

#dining .grid_container .img-3 {
	width: 25%;
	margin-bottom: 3px;
}

#dining .grid_container .title {
	width: 75%;
	padding-left: 100px;
	margin-bottom: 3px;
}

#dining .grid_container .title h4 {
	font-size: 45px;
	color: #684a84;
	margin: 0;
}

#dining .grid_container .title h2 {
	font-size: 90px;
	font-weight: 900;
	color: #3b2a4a;
	margin: 0;
}

#dining .grid_container .l-group-2 {
	width: 25%;
	margin-bottom: 3px;
}

#dining .grid_container .img-4 {
	width: 32%;
	padding: 0 3px;
	margin-bottom: 3px;
}

#dining .grid_container .excerpt {
	align-self: stretch;
	width: 43%;
	background-color: #f0f0f0;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 25px;
	color: #684a84;
	margin-bottom: 3px;
}

#dining .grid_container .img-5 {
	width: 40%;
	margin-bottom: 3px;
}

#dining .grid_container .l-group-3 {
	width: 25%;
	padding: 0 3px;
	margin-bottom: 3px;
}

#dining .grid_container .img-6 {
	width: 35%;
	margin-bottom: 3px;
}

#dining .rooms_bar {
	background-color: #684a84;
	padding: 30px 0;
	margin-bottom: 3px;
}

#dining .rooms_bar .rooms_container {
	width: 1173px;
	max-width: 100%;
	margin: auto;
	padding: 0 15px;
}

#dining .rooms_bar .rooms_container .room_link {
	display: table;
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

#dining .rooms_bar .rooms_container .room_link:hover,
#dining .rooms_bar .rooms_container .room_link:focus {
	transform: translateX(10px);
}

#dining .membership_section {
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

#dining .membership_section .membership_container {
	width: 1173px;
	max-width: 100%;
	margin: auto;
	padding: 0 15px;
}

#dining .membership_section .membership_container h2 {
	font-size: 60px;
	color: #ffffff;
	text-shadow: 3px 3px 6px #000000;
	width: 50%;
	margin: 0;
	margin-bottom: 1em;
}

#news_promos {
	background-color: #e2dce8;
	padding: 50px 0;
}

#news_promos .img_container {
	position: relative;
	display: block;
	width: 400px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #000000;
}

#news_promos .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	transform: scale(1.05);
	transition: all 0.3s;
}

#news_promos .img_container:hover .fake_image,
#news_promos .img_container:focus .fake_image {
	transform: scale(1);
	opacity: 0.5;
}

#news_promos .img_container .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#photos_videos {
	padding: 50px 0;
}

#photos_videos .excerpt {
	text-align: center;
	font-size: 18px;
	color: #666666;
}

#photos_videos .content {
	text-align: center;
	font-size: 18px;
	color: #727272;
	line-height: 2;
	margin-bottom: 50px;
}

#photos_videos .pvSliderNav {
	margin-bottom: 30px;
}

#photos_videos .pvSliderNav .item {
	padding: 5px;
}

#photos_videos .pvSliderNav .btn {
	display: block;
	padding: 24px;
	width: 100%;
}

#photos_videos .img_box {
	padding: 5px;
}

#photos_videos .img_container {
	width: 500px;
	max-width: 100%;
}

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

#footer {
	background-image: url(images/footer-bg.jpg);
	background-size: cover;
	background-position: center bottom;
}

.site-footer .footer-body {
	padding: 50px 0;
}

.site-footer .footer-body .s_title {
	text-align: left;
	color: #ffffff;
}

.site-footer .footer-body .exerpt {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 1em;
}

.site-footer .footer-body .footer_about p {
	font-size: 21px;
	color: #ffffff;
	line-height: 2;
	margin-bottom: 1em;
}

.site-footer .footer-body .info {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 17px;
	color: #684a84;
}

.site-footer .footer-body .info > li {
	margin-bottom: 1em;
	position: relative;
	padding-left: 30px;
}

.site-footer .footer-body .info > li > i {
	position: absolute;
	left: 0;
	top: 3px;
}

.site-footer .footer-body .info > li > a {
	color: #ffffff;
}

.site-footer .footer-body .info > li > a:hover,
.site-footer .footer-body .info > li > a:focus {
	color: #684a84;
}

.site-footer .footer-body .info .phone_numbers {
	position: relative;
	padding: 0;
	padding-left: 30px;
	margin: 0;
	margin-bottom: 1em;
	list-style: none;
}

.site-footer .footer-body .info .phone_numbers > i {
	position: absolute;
	top: 3px;
	left: 0;
}

.site-footer .footer-body .info .phone_numbers > li {
	display: inline-block;
	vertical-align: middle;
}

.site-footer .footer-body .info .phone_numbers > li:not(:last-child):after {
	content: "/";
	margin: 0 10px;
	color: #ffffff;
}

.site-footer .footer-body .info .phone_numbers > li > a {
	color: #ffffff;
}

.site-footer .footer-body .info .phone_numbers > li > a:hover,
.site-footer .footer-body .info .phone_numbers > li > a:focus {
	color: #684a84;
}

.site-footer .footer-body .newsletter_box h4 {
	font-size: 25px;
	color: #ffffff;
}

.site-footer .footer-body .newsletter_box p {
	font-size: 17px;
	color: #ffffff;
}

.site-footer .footer-body .newsletter_box form {
	display: flex;
	align-items: flex-end;
}

.site-footer .footer-body .newsletter_box .form-group {
	margin-bottom: 0;
	flex: 1;
	margin-right: 10px;
}

.site-footer .footer-body .newsletter_box .form-group label {
	color: #ffffff;
}

.site-footer .footer-body .newsletter_box .form-group .form-control {
	font-size: 17px;
	padding: 23px 15px;
	border-radius: 0;
}

.site-footer .footer-body .cards {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .footer-body .cards li {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	color: #ffffff;
}

.site-footer .footer-bottom {
	padding: 30px 0;
}

.site-footer .footer-bottom .footer_nav {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .footer-bottom .footer_nav > li {
	display: inline-block;
	vertical-align: middle;
}

.site-footer .footer-bottom .footer_nav > li > a {
	display: table;
	color: #ffffff;
	padding: 20px;
}

.site-footer .footer-bottom .copyright {
	text-align: right;
	color: #ffffff;
}

/* 11 18 2019 */
#inner_banner {
	position: relative;
	display: flex;
	align-items: center;
	height: 385px;
	background-size: cover;
	background-position: center;
}

#inner_banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 385px;
	background: -moz-linear-gradient(
		top,
		rgba(133, 0, 178, 0) 0%,
		rgba(133, 0, 178, 0.65) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(133, 0, 178, 0) 0%,
		rgba(133, 0, 178, 0.65) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(133, 0, 178, 0) 0%,
		rgba(133, 0, 178, 0.65) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008500b2', endColorstr='#a68500b2',GradientType=0 );
}

#inner_banner .container {
	width: 100%;
}

#inner_banner .container .gradient_container {
	position: relative;
	display: inline-block;
}

#inner_banner .container .gradient_container:before {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	width: 100vw;
	background: rgb(116, 0, 172);
	background: -moz-linear-gradient(
		top,
		rgba(116, 0, 172, 1) 0%,
		rgba(59, 42, 74, 1) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(116, 0, 172, 1) 0%,
		rgba(59, 42, 74, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(116, 0, 172, 1) 0%,
		rgba(59, 42, 74, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7400ac', endColorstr='#3b2a4a',GradientType=0 );
	opacity: 0.85;
}

#inner_banner .container .gradient_container h1 {
	position: relative;
	font-size: 70px;
	font-weight: 300;
	color: #ffffff;
	margin: 0;
	padding: 30px 15px;
}

.newsletter_title {
	text-align: center;
	font-size: 35px;
	font-weight: 900;
}

.newsletter_content {
	text-align: center;
	font-size: 25px;
	line-height: 2em;
}

/* 11 19 2019 */
.wprm-overlay {
	opacity: 0.8;
}

/* 11 25 2019 */
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
	font-size: 15px;
	padding: 10px !important;
	border-radius: 0;
}

/* 01/07/2020 */
.newsletter_bac {
	margin-top: 30px;
}

body:not(.home) .site-footer .footer-body {
	box-shadow: -1px -2px 7px 2px rgba(158, 158, 158, 0.2);
}

.map_container {
	position: relative;
}

.map_texts {
	max-width: 951px;
	padding-left: 214px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(46, 34, 60, 0.9);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
}

.map_texts h2 {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 40px;
}

.map_texts p {
	margin-bottom: 40px;
}

.map_texts ul li,
.map_texts p {
	line-height: 38px;
	font-size: 21px;
}

.map_texts ul {
	padding-left: 20px;
}

.footer_sidebar .widget-title {
	font-family: "Lato";
	color: #684a84;
	font-size: 25px;
}

.footer_sidebar .textwidget p a,
.footer_sidebar .textwidget p {
	font-size: 17px;
	color: #3b2a4a;
	transition: ease-in-out 0.1s font-weight;
}

.footer_sidebar .menu-sitemap-container ul {
	padding-left: 0;
	list-style: none;
}

.footer_sidebar .menu-sitemap-container ul a {
	color: #3a2a4a;
	font-size: 17px;
}

.footer_sidebar .textwidget p a:hover,
.footer_sidebar .menu-sitemap-container ul a:hover,
.footer_sidebar .menu-sitemap-container ul .current_page_item a {
	color: #684a84;
	font-weight: 600;
}

.footer_sidebar .newsletter .btn-custom {
	display: block;
	margin-left: auto;
}

.footer-bottom .socials_box .socials {
	list-style: none;
	display: inline-flex;
}

.footer-bottom .socials_box .socials li {
	padding-right: 10px;
	padding-left: 10px;
}

.footer-bottom .socials_box .socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: solid 3px rgb(103, 74, 131);
	border-radius: 100%;
	font-size: 18px;
	color: #3b2a4a;
	background-color: #ffffff;
}

.footer_sidebar {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
}

.site-footer-contact {
	background-color: rgb(59, 42, 74);
	background-image: none !important;
	border-bottom: 25px solid rgb(104, 74, 132);
}

.site-footer.site-footer-contact .footer-bottom {
	padding: 60px 0;
}

.footer_sidebar .textwidget p i {
	margin-right: 20px;
}

.footer_sidebar .textwidget p span {
	margin-left: 40px;
}

.footer_sidebar .widget-content:first-child,
.footer_sidebar .widget-content:nth-child(2) {
	width: 30%;
	margin: 0 20px;
}

.footer_sidebar .widget-content:nth-child(3) {
	width: 15%;
}

.footer_sidebar .widget-content:nth-child(4) {
	width: 28%;
}

.footer-bottom .socials_box {
	text-align: center;
}

.footer-bottom .footer_logo img {
	transition: ease-in-out 0.3s all;
}

.footer-bottom .footer_logo img:hover {
	transform: scale(0.9);
}

/* 2 11 2019 */
.roomGallery .img_container {
	margin: 0 10px;
}

.roomGallery .img_container .fake_image {
	padding-top: 66.75%;
	background-size: cover;
	background-position: center;
}

/* 2 13 2019 */
.room_search .room {
	border: solid 1px #cccccc;
	margin-bottom: 30px;
	border-radius: 5px;
}

.room_search .room .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

.room_search .room .metadata {
	padding: 15px;
}

.room_search .room .metadata .title {
	margin: 0;
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.room_search .room .metadata .links {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.room_search .room .metadata .links > li {
	display: inline-block;
	vertical-align: middle;
}

/* Section - Dining */

#banner_section .new_search .mphb_sc_search-wrapper .mphb_sc_search-form > p {
	margin-bottom: 0;
}

#rooms_suites .nav-pills {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

#rooms_suites .nav-pills > li {
	margin: 0 15px;
}

#rooms_suites .nav-pills .active .btn-custom {
	background-color: #684a84;
}

#rooms_suites .nav-pills .active .btn-custom:hover {
	/*cursor: none;*/
}

#dining .modal-header {
	padding-bottom: 0;
	border-bottom: none;
}

#dining .modal-header,
#dining .modal-body {
	padding-left: 53px;
	padding-right: 53px;
}

#dining .modal-header {
	padding-top: 45px;
}

#dining .modal-body {
	padding-bottom: 45px;
}

#dining .modal-title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 900;
	color: #3a2a4a;
}

#dining .modal-excerpt {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #727272;
}

#dining .modal-content {
	height: 90vh;
	overflow-y: scroll;
	border-radius: 0 !important;
}

#dining .modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0) translateY(-50%);
	top: 50%;
}

/* Page - Search  */
body .mphb_sc_search_results-wrapper .mphb-reservation-cart {
	margin-bottom: 24px;
}

body .mphb-empty-cart-message {
	font-size: 24px;
	font-weight: 300;
}

body .mphb-room-type .mphb-room-type-title a {
	font-size: 18px;
	font-weight: 300;
}

body .mphb-regular-price {
	margin-bottom: 0;
}

body .mphb-regular-price *,
body
.mphb-room-type
.mphb-loop-room-type-attributes
> li
.mphb-attribute-title {
	font-weight: 400 !important;
}

body .mphb-regular-price *,
body .mphb-room-type .mphb-loop-room-type-attributes > li {
	border-bottom: none;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

body .mphb-room-type .mphb-loop-room-type-attributes {
	margin-bottom: 15px;
}

body .mphb-room-type-details-title {
	display: none;
}

body .mphb-available-rooms-count {
	font-size: 10px;
}

body .mphb-room-type .mphb-reserve-room-section select {
	border-radius: 0 !important;
	font-size: 12px;
}

body .mphb-room-type .mphb-reserve-room-section select {
	border-radius: 0 !important;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 4px 8px;
	text-align: center;
	width: auto;
}

body .mphb-room-type .mphb-reserve-room-section .mphb-button {
	font-size: 14px;
	padding: 4px 15px;
}

body .mphb-rooms-reservation-message,
body .mphb-remove-from-reservation {
	font-weight: 700;
	font-size: 8px;
	margin-bottom: 0;
}

body
.mphb_sc_search_results-wrapper
.mphb-reserve-room-section
.mphb-rooms-reservation-message-wrapper
.mphb-remove-from-reservation {
	float: none;
}

body .mphb-rooms-reservation-message-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin-bottom: 14px;
}

body .mphb-room-type-title {
	margin: 0;
	line-height: normal;
	height: auto;
	font-size: initial;
	margin-bottom: 10px;
}

.search-results-loop--items {
	display: flex;
	flex-wrap: wrap;
}

.search-results-loop--item {
	width: 25%;
	margin-bottom: 5rem;
	padding-left: 16px;
	padding-right: 16px;
}
/* 
body .mphb-room-type {
  width: initial;
  display: flex;
  flex-direction: column;
  height: 100%;
} */

body .mphb-reserve-room-section {
	margin-top: auto;
}

/* 3 11 2020 */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 24px;
	padding: 40px 0;
	color: #3a2a4a;
}

/* 3 12 2020 */
.resto_excerpt {
	font-size: 18px;
	color: #666666;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	background-color: #684a84;
	border-color: #684a84;
	cursor: default;
}

.pagination > li > a,
.pagination > li > span {
	color: #684a84;
}

body .mphb-room-type {
	/* width: initial; */
	display: initial;
	flex-direction: column;
	height: auto;
	margin-top: 0 !important;
	margin-bottom: 30px;
}

/* .mphb-room-type {
  width: initial !important;
  max-width: !important;
} */

.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #3a2a4a;
}

.align-items-start {
	align-items: flex-start;
}

#about_us .s_title {
	margin-top: 0;
	line-height: normal;
}

.footer-socials_box {
	display: none;
	padding-top: 30px;
}

.footer-socials_box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	font-size: 18px;
	width: 40px;
	position: relative;
}

.footer-socials_box a:hover i {
	color: #fff;
}

.footer-socials_box a:hover:after {
	background-color: #3b2a4a;
}

.footer-socials_box a:after {
	content: "";
	position: absolute;
	border: solid 3px #3b2a4a;
	border-radius: 50%;
	color: #3b2a4a;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: 0.3s ease-in-out;
}

.footer-socials_box a,
.footer-socials_box a:after {
	width: 40px;
	height: 40px;
}

.footer-socials_box a i {
	color: #3b2a4a;
}

.footer-socials_box .socials {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-socials_box .socials li {
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 768px) {
	#about_us .group-image {
		margin-bottom: 1rem;
	}
}

@media (max-width: 768px) {
	#main_header .socials_box .socials {
		display: none;
	}
	.footer-socials_box {
		display: block;
	}

	.site-footer .footer-body {
		padding-bottom: 0;
	}
	.footer-socials_box .socials {
		margin-bottom: 0;
	}
}


/* 3 29 2023 */
.mphb_sc_search_results-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.mphb_sc_search_results-wrapper > :not(div) {
	flex: 100%;
}