/*!
Theme Name: Hotel Amper 2026
Theme URI: http://underscores.me/
Author: Martin Mueller
Author URI: https://www.mm-websolutions.com
Description: Hotel Amper Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ha26

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

Hotel Amper 2026 is based on Underscores https://underscores.me/, (C) 2012-2026 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@charset "UTF-8";

body {
	font-family: "Open-Sans-Regular", sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #000;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: .6px;
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f3f0ed;
}

.btn {
	text-transform:uppercase;
}
button:focus {
	outline: 0;
}

/* Custom Fonts */

h1,
h2,
h3,
h4,
h5 {
	font-family: "Open-Sans-Light", sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 36px;
	line-height: 45px;
	text-transform: uppercase;
	margin: 18px 0;
	letter-spacing: .5px;
}
h2 {
	font-size: 30px;
	line-height: 37px;
	text-transform: uppercase;
	margin: 18px 0;
	letter-spacing: .5px;
}
h3,
h4,
h5 {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	letter-spacing: .5px;
}
a {
	color: #000;
}
a:lang,
a:link,
a:visited,
a:target,
a:active,
a:focus,
a:enabled,
a:disabled,
a:checked,
a:indenterminate,
a:nth-child,
a:first-of-type {
	background: none !important;
}
a:hover {
	color: #00a59f;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:disabled {
	color: #aaa;
	cursor: normal;
}
::-moz-selection {
	background: #00a59f !important;
	color:#fff; text-shadow:none;
}
::selection {
	background:#00a59f;
	color:#fff;
	text-shadow:none;
}
:focus {
	outline: 0;
}
 
* {
	box-shadow: transparent 0em 0em 0em;
}
strong, b {
	font-family: "Open-Sans-Semibold";
	font-weight: 400;
}
p {
	margin-bottom: 1.18rem;
}
ul,
ol {
	margin-left: 0;
	padding-left: 0;
}
header ul,
footer ul,
header ol,
footer ol {
	display: inline-block;
	list-style: none;
}
header li,
footer li {
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
}
.noscroll {
	overflow: hidden;
}
.hide {
	display: none !important;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.bg-white {
	background-color: #FFF;
}
.bg-creme {
	background-color: #f3f0ed;
}
.bg-lightgray {
	background-color: #F7F7F7;
}
.bg-gray {
	background-color: #EFEFEF;
}
.bg-lightgreen {
	background-color: #D8E8E8;
}
.bg-green {
	background-color: #00a59f;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navbar.hidden {
	display: none;
}
.main-navbar {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 24px;
	background: #f3f0ed;
	z-index: 1040;
}
.main-navbar .menu {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.navbar-main-menu {
	margin-top: 76px;
	margin-bottom: 24px;
	padding-left: 120px;
	background: #f3f0ed;
}
.navbar-main-menu a {
	display: inline-block;
	padding: 8px 0 0 0;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
}
.navbar-main-menu a:hover,
.navbar-main-menu a:focus,
.navbar-main-menu a:active,
.navbar-main-menu a.active {
	color: #000;
	background: transparent;
}
.navbar-main-menu li div {
	margin: -8px 16px 32px;
	border-right: 1px solid #9A909A;
}
.navbar-nav {
	display: inline-block;
	margin: 24px 0;
	list-style-type: none;
}
.nav-opener {
	z-index: 1080;
	transition: all .2s ease-in-out;
}
.nav-opener-inner {
	display: flex;
	width: 80px;
}
.nav-opener-inner.right-pos {
	display: none;
}
.page-title-nav {
	display: flex;
	width: 200px;
}
.page-title-icons {
	display: flex;
	justify-content:
	flex-end;
	width: 400px;
}
.dropdown-item {
	margin: 0 -8px;
	padding: .25rem 1.25rem .5rem 1.25rem;
	font-size: 13px;
	text-transform: uppercase;
}
.dropdown-item:last-of-type {
	padding-bottom: 0;
}

@media (max-width: 1079px) {
	.page-title-nav {
		display: none;
	}
	.page-title-icons {
		width: 200px;
	}
}

@media (max-width: 991px) {
	.navbar-main-menu {
		padding-left: 0;
	}
	.nav-opener-inner.left-pos {
		display: none;
	}
	.nav-opener-inner.right-pos {
		display: flex;
		justify-content: flex-end;
	}
}

@media (max-width: 799px) {
	.page-title-icons {
		display: none;
	}
	.nav-opener-inner.right-pos {
		width: 100px;
	}
	.dropdown-item {
		padding: .25rem .75rem 1.05rem .75rem;
		font-size: 12px;
		white-space: inherit;
	}
}

/*--------------------------------------------------------------
# WPML
--------------------------------------------------------------*/

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: inline-block;
}
.lang-wrapper-outside {
	display: flex;
	width: 120px;
}
.lang-switcher ul li a {
		display: block;
		width: 28px;
		height: 28px;
		line-height: 25px;
		margin-right: 8px;
		padding: 0;
		text-align: center;
		border: 1px solid #000;
		border-radius: 4px;
		color: #000;
		letter-spacing: 0;
		text-decoration: none;
}
.lang-switcher ul li.wpml-ls-current-language a,
.lang-switcher ul li.wpml-ls-current-language a:hover,
.lang-switcher ul li.wpml-ls-current-language a:focus,
.lang-switcher ul li.wpml-ls-current-language a:active,
.lang-switcher ul li.wpml-ls-current-language a.active {
		color: #000;
		border: 1px solid #000;
		cursor: default;
}

@media (min-width: 800px) and (max-width: 991px) {
	.lang-wrapper-outside {
		width: 280px;
	}
}

@media (max-width: 799px) {
	.lang-wrapper-outside {
		width: 100px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 24px;
	z-index: 1050;
}
.header {
	display: flex;
	align-items: center;
	max-width: 1440px;
	height: 76px;
	margin: 0 auto;
	border-bottom: 1px solid #00a59f;
}
.logo {
	width: 176px;
}
.header-insidenav li {
	margin: 0 24px 0 0;
	text-transform: uppercase;
}
.header .brand {
	display: flex;
	flex-grow: 1;
	justify-content: center;
}
.header-icons {
	display: flex;
	align-items: center;
}
.header-icons li {
	margin: 0 0 0 24px;
}
.header-insidenav li a,
.header-icons li a {
	text-decoration: none;
}
.header-icons .top-world {
	width: 32px;
}
.header-icons .top-calendar {
	width: 32px;
}
.header-icons .top-form {
	width: 28px;
}
.nav-opener {
	z-index: 1;
}
.menu {
	width: 160px;
}
.burger {
	width: 32px;
	cursor: pointer;
}

@media (max-width: 413px) {
	.logo {
		width: 132px;
	}
}
@media (max-width: 374px) {
	.logo {
		width: 52px;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.inner-content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.inner-content.border-top {
	border-top: 1px solid #00a59f;
}
.contentwrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}
.contenttop,
.contentbody,
.contentfooter {
	box-sizing: border-box;
}
.contenttop {
	display: flex;
	flex-direction: row;
}
.contentbody {
	display: flex;
	align-content: stretch;
	flex-grow: 1;
	margin-top: 88px;
	margin-bottom: 36px;
	transition: all .2s ease-in-out;
}
.contentbody ul,
.contentbody ol {
	margin-left: 16px;
}
.contentbodywrapper {
	transition: all .2s ease-in-out;
}
.inner-content-wrapper {
	padding: 0 24px;
}
.page-title {
	width: 100%;
}
.page-title h1 {
	margin: 4px 0;
}

@media (min-width: 992px) {
	.two-thirds {
		max-width: 70%;
		padding: 0;
	}
}

@media (min-width: 1140px) {
	.contentbodywrapper {
		padding: 0 120px;
	}
	.contentbodywrapper.topimage {
		padding: 0 76px;
	}
	body .is-layout-flex .topimage-wrapper {
		display: block;
		width: 100%;
	}
}

/* 404, Search */

.error404 .contentbody,
.search .contentbody {
	padding: 20px 0 0 0;
}
.error404 .contentbody h1,
.search .contentbody h1,
.error404 .contentbody h2,
.search .contentbody h2 {
	text-align: center;
}
.error404 .contentbody .page-content p,
.search .contentbody .page-content p {
	text-align: center;
	padding: 8px 0;
}
.error404 .contentbody .search-form label,
.search .contentbody .search-form label {
	margin: 0;
}
.error404 .contentbody .search-form input[type="search"],
.search .contentbody .search-form input[type="search"] {
	height: 38px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	z-index: 1030;
}
.footer-wrapper {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}
.footer-inner {
	display: flex;
	margin: 12px 24px 0;
	border-top: 1px solid #00a59f;
}
.footer p {
	margin: 0;
}
.footer-nav,
.footer-copy {
	color: #000;
}
.footer-copy {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow: 1;
}
.footer-copy p {
	margin: 0;
}
.footer-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
}
.footer-nav ul {
	display: inline-block;
}
.footer-nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0 8px 0 8px;
	border-left: 1px solid #000;
}
.footer-nav ul li:first-child {
	border-left: none;
}
.footer-nav ul li:last-child {
	padding-right: 0;
}
.footer-nav ul li a {
	color: #000;
	text-decoration: none;
}
.footer-nav ul li.current_page_item a,
.footer-nav ul li.current_page_item a:hover,
.footer-nav ul li.current_page_item a:focus,
.footer-nav ul li.current_page_item a:active,
.footer-nav ul li.current-menu-item a.active {
	color: #000;
	cursor: default;
}

@media (max-width: 767px) {
	.footer-inner {
		flex-direction: column-reverse;
	}
	.footer-copy {
		margin-bottom: 12px;
	}
	.footer-nav {
		justify-content: flex-start;
	}
	.footer-nav ul li {
		display: block;
		padding: 0 0 8px 0;
		border-left: none;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

form {
	width: 100%;
	margin: 0;
	padding: 0;
}
form p {
	margin: 0;
}
label {
	display: block;
	margin: 8px 18px 8px 0;
	padding: 12px 0;
}
input,
textarea {
	display: block;
	width: 100%;
	font-family: "Open-Sans-Regular", sans-serif;
	font-size: 15px;
	margin-top: 4px;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="search"] {
	border: 1px solid #000;
	background: #fff;
	height: 28px;
	padding: 4px 8px;
	color: #000;
	border-radius: 8px;
}
textarea {
	border: 1px solid #000;
	background: #fff;
	padding: 8px;
	color: #000;
	border-radius: 8px;
}
input[type="checkbox"] {
	width: 1em;
	height: auto;
	margin: 4px 4px 4px 0;
		margin-left: 0px;
	padding: 0;
	text-align: left;
}
input[type="select"] {
	padding: 12px 8px;
}
input[type="submit"] {
	margin: 12px 0;
	padding: 12px 8px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 8px;
}
button {
	display: block;
	margin: 12px 0;
	padding: 12px 8px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 8px;
}
button a {
	text-decoration: none;
}
button a:hover {
	color: #000;
}

/*--------------------------------------------------------------
# Complianz
--------------------------------------------------------------*/

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
    top: 5px !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
    top: 7px !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn,
#cmplz-manage-consent .cmplz-manage-consent {
	font-family: unset;
	text-transform: capitalize;
}
.cmplz-placeholder-1 {
    height: 100% !important;
}
.cmplz-placeholder-parent {
    height: 100% !important;
}

/*--------------------------------------------------------------
# CF7
--------------------------------------------------------------*/

.wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
		margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
	display: block;
	margin: -2px 0 0 12px;
}
.wpcf7-list-item input[type="checkbox"] {
	display: inline-block;
		margin: 0;
		padding-top: 4px;
}
.wpcf7 input[type="submit"] {
	cursor: pointer;
	color: #000;
	margin: 36px 0 12px 0;
}
.wpcf7 form .wpcf7-response-output {
	max-width: calc(760px - 2em);
	margin: 2em auto;
}

/*--------------------------------------------------------------
# Open Table
--------------------------------------------------------------*/

body .is-layout-flex .opentable-outer {
	position: relative;
	display: block;
	width: 100%;
}
.ot-wrapper {
	position: absolute;
	top: -101px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 101px;
	padding: 0 1%;
	z-index: 1;
}
#ot-reservation-widget {
	margin: 0 -16px 16px;
}
#ot-reservation-widget .ot-dtp-picker h1 {
	display: none;
}
#ot-reservation-widget .ot-dtp-picker .ot-powered-by {
	display: none;
}
#ot-reservation-widget .ot-dtp-picker.wide {
	width: min(1288px, 100%);
}
#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form {
	border: 2px solid #D0D0D0;
	border-radius: 0;
	height: auto;
	display: flex;
	text-align: center;
}
#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector {
	width: auto;
	float: none;
	flex: 1;
	display: flex;
	align-items: center;
}
#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
	padding: 0px;
	flex: 1;
}
#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
	color: #000;
	outline: none;
}
#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector select {
	left: 0;
}
#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button {
	flex: 1;
}

@media (min-width: 992px) and (max-width: 1139px) {
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form {
		flex-direction: row;
		flex-wrap: wrap;
		height: auto;
		min-height: 48px;
	}
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector,
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button {
		flex: 160px 1;
	}
}

@media (min-width: 768px) and  (max-width: 991px) {
	.ot-wrapper {
		left: 0;
	}
}

@media (max-width: 767px) {
	.ot-wrapper {
		position: relative;
		height: 224px;
		top: 0;
		left: 0;
	}
	#ot-reservation-widget .ot-dtp-picker.wide {
		width: min(300px, 100%);
		margin-inline: auto;
	}
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form {
		flex-direction: row;
		flex-wrap: wrap;
		height: auto;
		min-height: 48px;
	}
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-selector {
		height: 42px;
	}
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector {
		flex-basis: 4em;
		border-bottom: 2px solid #D0D0D0;
	}
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector:last-of-type {
		border-bottom: none;
	}
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector,
	#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button {
		flex: 160px 1;
	}
}

#ot-reservation-widget .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:before,
#ot-reservation-widget .ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:before,
#ot-reservation-widget .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:before {
	color: #B27B0D;
	font-size: 1.3rem;
	top: auto;
}
#ot-reservation-widget .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:after,
#ot-reservation-widget .ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:after,
#ot-reservation-widget .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:after {
	font-size: 0.7rem;
}
#ot-reservation-widget .ot-dtp-picker .ot-button {
	background-color: #00a59f;
	border-color: #00a59f;
}
#ot-reservation-widget .ot-dtp-picker .ot-button:hover, #ot-reservation-widget .ot-dtp-picker .ot-button:focus {
	background-color: #00a59f;
	border-color: #00a59f;
}
#ot-reservation-widget .ot-dtp-picker input[type=submit] {
	font-family: "Open-Sans", sans-serif;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.home .slider-wrapper {
	width: 100%;
	max-width: 1300px;
}
.slider-wrapper {
	width: 100%;
	max-width: 900px;
}
.with-radius .n2-ss-slider-2 {
	border-radius: 36px !important;
}

@media (max-width: 900px) {
	.home .slider-wrapper .n2-ss-slider .n2-ss-slider-controls-absolute-left .nextend-arrow-previous {
		--widget-offset: -30px !important;
	}
	.home .slider-wrapper .n2-ss-slider .n2-ss-slider-controls-absolute-right .nextend-arrow-next {
		--widget-offset: -30px !important;
	}
	.home div#n2-ss-3 .nextend-arrow img {
		width: 15px !important;
	}
}
@media (min-width: 901px) and (max-width: 1139px) {
	.home .slider-wrapper .n2-ss-slider .n2-ss-slider-controls-absolute-left .nextend-arrow-previous {
		--widget-offset: -48px !important;
	}
	.home .slider-wrapper .n2-ss-slider .n2-ss-slider-controls-absolute-right .nextend-arrow-next {
		--widget-offset: -48px !important;
	}
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/

.current-menu-item a,
.current-menu-item a:hover,
.current-menu-item a:focus,
.current-menu-item a:active,
.current-menu-item a.active {
	color: #000;
	cursor: default;
}
.page-id-3 .hide-de,
.page-id-28 .hide-de {
	display: none;
}
.page-id-3 h1,
.page-id-18 h1,
.page-id-28 h1 {
	hyphens: auto;
}
.contentbodywrapper small {
	display: inline-block;
	max-width: 700px;
}
.content-inner-wrapper {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
.content-inner-wrapper-sub {
	width: 100%;
	max-width: 760px;
	margin: 0 auto !important;
}
.typo-light {
	font-family: "Open-Sans-Light", sans-serif;
	font-weight: 400;
}
.rounded-image {
	display: flex;
}
.rounded-image img {
	border-radius: 36px;
}
.dirane img {
	border-right: 8px solid #fff;
}

@media (max-width: 767px) {
	.topimage li {
		margin-bottom: .7em;
	}
}

/* Directions */

.directions-wrapper {
	width: 100%;
}
.directions-wrapper iframe {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.parking-map,
.parking-google {
	width: 50%;
}
.parking-map p,
.parking-map figure {
	margin: 0 16.6666% 0 0;
}
.wp-block-columns.is-not-stacked-on-mobile.inner-col-text {
    flex: 1;
}

@media (max-width: 991px) {
	.parking-map p,
	.parking-map figure {
		margin-right: 0;
	}
}

/* Home Extras Widget */

body .is-layout-flex .extras-widget-outer {
	position: relative;
	display: block;
	width: 100%;
	max-width: 420px;
}
.extras-widget {
	position: absolute;
	top: -84px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 52px;
	padding: 0;
	z-index: 1;
	background: #fff;
	border-radius: 16px;
}
.extras-inner {
	width: 100%;
	height: 52px;
	gap: 0;
	align-items: stretch !important;
	align-self: center;
}
.extras-inner p {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: -0.2px;
}
.extras-inner a,
.extras-inner a:hover,
.extras-inner a:focus,
.extras-inner a:active,
.extras-inner a.active {
	color: #000;
	text-decoration: none;
}
.extras-inner .link-green a,
.extras-inner .link-green a:hover,
.extras-inner .link-green a:focus,
.extras-inner .link-green a:active,
.extras-inner .link-green a.active {
	color: #00a59f;
	text-decoration: none;
}
.extras-inner a {
	text-decoration: none;
}
.extras-inner p,
.extras-inner figure {
	margin: 0 auto;
}
.extras-inner figure.extras-booking {
	margin: 0;
}
.extra-col {
	width: 100%;
	height: fit-content;
	align-items: center;
}
.extra-col:nth-child(-n + 2) {
	border-right: 1px solid #000;
}
.extras-direction {
	padding-top: 4px;
	width: 19px;
}
.extras-room {
	padding-top: 6px;
	padding-bottom: 2px;
	width: 34px;
}
.extras-booking {
	width: 52px;
}
.extra-col-booking {
	align-items: center;
	height: 52px;
	gap: 0;
	margin-bottom: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAsUAAAH1CAIAAACROxR/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAylpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDEwLjAtYzAwMCA3OS5kMjBlNDY2MzAsIDIwMjUvMTIvMDktMDI6MTE6MjMgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNy43IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJGRTc3Rjc5NUI1QTExRjFBNEY0QzVBNjE4RDdDQTg4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJGRTc3RjdBNUI1QTExRjFBNEY0QzVBNjE4RDdDQTg4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkZFNzdGNzc1QjVBMTFGMUE0RjRDNUE2MThEN0NBODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkZFNzdGNzg1QjVBMTFGMUE0RjRDNUE2MThEN0NBODgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz561k6LAAAG5ElEQVR42uzWsQ0AIAwEsYT9h6BizafJDgjJHuGq6yT1Wp9dAMC3lgQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BADgJyQAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAAPyEBAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA+AkJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQCAcQUYACaNCC4X9EpVAAAAAElFTkSuQmCC");
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.extra-book-img {
	width: 52px;
	max-width: 52px;
	padding: 4px 0 0 8px;
}
.extra-book-par {
	align-self: center;
}

@media (max-width: 767px) {
	body .is-layout-flex .extras-widget-outer {
		max-width: 272px;
		height: 240px;
		margin-top: 16px;
	}
	.extras-widget {
		position: relative;
		height: auto;
		top: 0;
		left: 0;
	}
	.extras-inner {
		flex-direction: column;
		height: 240px;
	}
	.extras-inner p {
		font-size: 1em;
	}
	.extra-col:nth-child(-n + 2) {
		border-right: none;
	}
	.extra-col:nth-child(-n + 2) {
		border-bottom: 1px solid #000;
	}
	.extras-direction {
		width: 36px;
	}
	.extras-room {
		padding-top: 12px;
		width: 64px;
	}
	.extra-col-booking {
		flex-direction: row;
		background: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.extras-inner figure.extras-booking {
		margin: 0 auto;
	}
	.extra-book-img {
		max-width: unset;
		padding-top: 8px;
	}
}

@media (min-width: 768px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.extra-book-par {
        flex-basis: 0 !important;
    }
	.extras-inner .extra-book-par p {
		font-size: 1em;
		margin: 0 0 0 -18px;
	}
}

/* Real Price Widget */

body .is-layout-flex.realprice-widget {
	position: relative;
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	height: 52px;
	padding: 0;
	background: #fff;
	border-radius: 16px;
}
.extras-inner-realprice {
	width: 100%;
	height: 52px;
	gap: 0;
	align-items: stretch !important;
	align-self: center;
}
.extra-col-realprice {
	align-items: center;
	height: 52px;
	gap: 0;
	margin-bottom: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAsUAAAH1CAIAAACROxR/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAylpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDEwLjAtYzAwMCA3OS5kMjBlNDY2MzAsIDIwMjUvMTIvMDktMDI6MTE6MjMgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNy43IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJGRTc3Rjc5NUI1QTExRjFBNEY0QzVBNjE4RDdDQTg4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJGRTc3RjdBNUI1QTExRjFBNEY0QzVBNjE4RDdDQTg4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkZFNzdGNzc1QjVBMTFGMUE0RjRDNUE2MThEN0NBODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkZFNzdGNzg1QjVBMTFGMUE0RjRDNUE2MThEN0NBODgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz561k6LAAAG5ElEQVR42uzWsQ0AIAwEsYT9h6BizafJDgjJHuGq6yT1Wp9dAMC3lgQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BADgJyQAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAAPyEBAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA4CcAAD8BAPgJAMBPAAD4CQDATwAAfgIA8BMAAH4CAPATAICfAAD8BACAnwAA/AQA4CcAAD8BAOAnAAA/AQD4CQDATwAA+AkAwE8AAH4CAPATAAB+AgDwEwCAnwAA/AQAgJ8AAPwEAOAnAAA/AQDgJwAAPwEA+AkAwE8AAPgJAMBPAAB+AgDwEwAAfgIA8BMAgJ8AAPwEAICfAAD8BADgJwAAPwEA+AkJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQAAPwEA+AkAwE8AAH4CAMBPAAB+AgDwEwCAnwAA8BMAgJ8AAPwEAOAnAAD8BADgJwAAPwEA+AkAAD8BAPgJAMBPAAB+AgDATwAAfgIA8BMAgJ8AAPATAICfAAD8BADgJwAA/AQA4CcAAD8BAPgJAAA/AQD4CQDATwAAfgIAwE8AAH4CAPATAICfAADwEwCAnwAA/AQA4CcAAPwEAOAnAAA/AQD4CQCAcQUYACaNCC4X9EpVAAAAAElFTkSuQmCC");
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.realprice-widget h4 {
	margin: 0;
	padding: 0;
	line-height: 52px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.2px;
}
.realprice-widget h4 a {
	display: inline-block;
	text-decoration: none;
}
.realprice-widget p {
	margin: 0 0 0 4px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
}
.realprice-widget p a,
.realprice-widget p a:hover,
.realprice-widget p a:focus,
.realprice-widget p a:active,
.realprice-widget p a.active {
	color: #000;
	text-decoration: none;
}

@media (max-width: 767px) {
	body .is-layout-flex.realprice-widget {
		max-width: 272px;
	}
	.realprice-widget .extra-book-img {
		max-width: 52px;
		padding-top: 4px;
	}
	.realprice-widget .extra-book-par p {
		font-size: 1em;
		margin: 0;
	}
	.realprice-widget h4 {
		font-size: 22px;
	}
}
@media (max-width: 579px) {
	body .is-layout-flex.realprice-widget {
		margin-top: 24px;
	}
}

/* Enquiry Widget */

body .is-layout-flex.enquiry-widget {
	position: relative;
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	height: 52px;
	padding: 0;
	background: #fff;
	border-radius: 16px;
}
.enquiry-widget p {
	margin: 0;
	padding: 0 52px 0 0;
	line-height: 52px;
	text-align: center;
}
.enquiry-widget p a {
	display: inline-block;
	text-decoration: none;
}
.enquiry-widget p::after {
	content: '';
	position: absolute;
	right: 0;
	width: 52px;
	height: 52px;
	background: #00a59f;
	border-radius: 16px;
}

@media (max-width: 800px) {
	.enquiry-widget p {
		margin: 24px 0 0 0;
	}
}

@media (max-width: 767px) {
	body .is-layout-flex.enquiry-widget {
		max-width: 272px;
	}
}

/* features */

.feature-wrapper {
	width: 100%;
}
.feature-wrapper.rooms h3 {
	text-transform: uppercase;
}

/* Columns */

.col {
	gap: 0;
}
.col-feature {
	width: 100%;
	gap: 10em;
}
.col-feature-inside {
	gap: 0.75em;
}
.col h4 {
	font-family: "Open-Sans-Semibold";
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.col p {
	margin-top: .5em;
	margin-bottom: 0;
}
.col-img {
	padding-left: 24px;
}
.col-img-business {
	padding-left: 48px;
	max-width: 60px;
}
.col-img .candle {
	max-width: 60px;
}
.col-text {
	padding-right: 24px;
}
.inner-col {
	align-self: stretch;
}
.single-col, {
	width: 100%;
}
.two-col-details {
	padding: 0 24px;
}
.three-col {
	padding: 0 120px;
}
.two-col .inner-col {
	max-width: 50%;
	margin-bottom: 48px;
	padding: 18px 0;
}
.two-col-details .inner-col,
.two-col-details-room .inner-col-rooms,
.three-col-details .inner-col {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	gap: 0 !important;
}
.two-col-details .inner-col p,
.three-col-details .inner-col p {
	margin-top: 0;
}
.two-col-details .inner-col .col-text-title {
	border-right: 1px solid #000;
}
.two-col-details-room .inner-col-rooms .col-text.detail.right {
	border-left: 1px solid #000;
}
.two-col-details .inner-col .col-text-title p {
	padding: 12px 0 12px 60px;
}
.two-col-details .inner-col .col-text {
	padding-right: 0;
}
.two-col-details .inner-col .col-text p {
	padding: 12px 0 12px 18px;
}
.two-col-details .inner-col .col-text p small {
	min-height: 30px;
	line-height: 15px;
}
.two-col-details-room {
	margin-right: -0.14em;
}
.two-col-details-room p {
	padding-left: .28175em;
}
.two-col-details-room .right p {
	padding-left: .5625em;
}
.three-col .inner-col {
	max-width: 33.3333%;
	margin-bottom: 48px;
	padding: 18px 0;
	border-right: 1px solid #000;
}
.three-col-feature .inner-col-feature {
	padding: 4px 0;
	border: 1px solid #000;
	border-radius: 4px;
}
.three-col-feature .inner-col p {
	margin: 0;
}
.three-col-feature .inner-col-feature p {
	width: 100%;
	letter-spacing: -0.2px;
	white-space: nowrap;
	text-align: center;
}
.four-col .four-image .four-image-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap !important;
	margin: 0 -12px;
}
.four-col .four-image .rounded-image {
	max-width: 25%;
}
.four-col .four-image .rounded-image img {
	margin-top: -12px;
	padding: 12px;
}

@media (min-width: 1280px) {
	.three-col .inner-col:nth-child(3n) {
		border: none;
	}
	.col-img .candle {
		max-width: 42px;
	}
}

@media (max-width: 1279px) {
	.two-col-details .inner-col .col-text p small {
		min-height: 45px;
	}
	.col-details-room-left,
	.col-details-room-right {
		flex-basis: 50% !important;
	}
	.two-col-details-room .inner-col-rooms {
		flex-flow: column;
	}
	.two-col-details-room .inner-col-rooms .col-text.detail.right {
		border: none;
	}
	.two-col-details-room {
		margin-right: 0;
	}
	.two-col-details-room .right p {
		padding-left: .28175em;
	}
	.three-col {
		padding: 0 48px;
	}
	.three-col-feature {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.three-col .inner-col {
		max-width: 50%;
	}
	.three-col .inner-col:nth-child(2n) {
		border: none;
	}
}

@media (max-width: 979px) {
	.col-feature {
		gap: 2em;
	}
	.four-col .four-image .rounded-image {
		max-width: 50%;
	}
}

@media (min-width: 782px) and (max-width: 979px) {
	.two-col-details .inner-col .col-text-title p {
		padding-left: 12px;
	}
	.two-col-details .inner-col .col-text p small {
		min-height: 60px;
	}
	.three-col-feature {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 781px) {
	.col-feature {
		gap: 2em;
	}
}

@media (max-width: 767px) {
	.three-col {
		padding: 0;
	}
	.three-col .inner-col {
		max-width: unset;
		margin-bottom: 12px;
		border: none;
	}
	.col-img {
		padding-left: 0;
	}
	.col-text {
		padding-right: 0;
	}
}

@media (max-width: 478px) {
	.two-col-details .inner-col .col-text-title p {
		padding-left: 12px;
	}
}

@media (min-width: 479px) and (max-width: 767px) {
	.col-img {
		flex-basis: 10% !important;
	}
	.col-text:not(.detail) {
		flex-basis: 90% !important;
	}
}


/* Hide specific */

@media (min-width: 801px) {
	body .is-layout-flex.directions-wrapper.hide-d {
		display: none;
	}
}
@media (max-width: 800px) {
	body .is-layout-flex.directions-wrapper.hide-m {
		display: none;
	}
}
@media (min-width: 580px) {
	body .is-layout-flex.hide-d:not(.directions-wrapper) {
		display: none;
	}
}
@media (min-width: 801px) {
	.hide-d {
		display: none;
	}
}
@media (max-width: 800px) {
	.hide-m {
		display: none;
	}
}
@media (max-width: 579px) {
	body .is-layout-flex.hide-m:not(.directions-wrapper) {
		display: none;
	}
}

/*--------------------------------------------------------------
# Fix for Admin bar
--------------------------------------------------------------*/

.admin-bar .contenttop,
.admin-bar .main-navbar {
	margin-top: 32px;
}

@media (max-width: 991px) {
	.admin-bar .navbar-toggler {
		top: 74px;
	}
}

@media (max-width: 782px) {
	.admin-bar .contenttop,
	.admin-bar .main-navbar {
		margin-top: 46px;
	}
}

@media (max-width: 599px) {
	#wpadminbar {
		position: fixed;
	}
}