/**
 * Resets
 */

.bottom-text{
    text-align: left;
	max-width: 400px;;
}

.bottom-text h1{
	text-align: center;
}

.bottom-text ul{
	
    text-align: left;
}

.open .inner-page {
	display: flex;
}

.open .inner-page.times {
	display: none;
}

.update .inner-page.times {
	display: flex;
}

.update .inner-page{
	display: none;
}
.bottom-left a {
	text-decoration: none;
	color: rgba(166, 105, 88, 1);
}
a:hover {
	color: black;
}
.close {
	right: 20px;
	color: rgba(166, 105, 88, 1);
	font-family: 'QTBasker';
	cursor: pointer;
	font-size: 35px;
	position: absolute;
	top: 20px;
}
.close:hover {
	opacity: 0.8;
}

.close-alt {
	right: 20px;
	color: rgba(166, 105, 88, 1);
	font-family: 'QTBasker';
	cursor: pointer;
	font-size: 35px;
	position: absolute;
	top: 20px;
}
.close-alt:hover {
	opacity: 0.8;
}
[data-page-id="439556"] main {
	pointer-events: none;
}
.content_width {
	z-index: 99;
	background: transparent;
}
#map {
	border: 3px solid rgba(166, 105, 88, 1);
	;
	margin: 0px auto 50px;
	width: calc(100% - 100px);
	height: 400px;
}
#backdrop {
	display: none !important;
}
.inner-page {
	display: none;
	position: fixed;
	top: 0px;
	justify-content: center;
	align-items: flex-start;
	opacity: 1;
	text-align: center;
	z-index: 9999999999;
	background: rgba(166, 105, 88, 0.79);
	width: 100%;
	overflow: scroll;
	padding: 50px;
	height: 100vh;
}
.inner-page-inner {
	position: relative;
	font-family: "Albert Sans", sans-serif;
	padding: 50px;
	font-size: 20px;
	background: #EFE2D7;
	max-width: 800px;
}
.bottom-left b {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	;
	color: #A66958 !important;
}
.bottom-right b {
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: 1px;
	;
	text-transform: uppercase;
	color: #A66958 !important;
}
.book-now:hover {
	opacity: 0.8;
}
.bottom-right {
	text-align: right;
	position: fixed;
	bottom: 50px;
	right: 100px;
}
.top-left {
	flex-direction: column;
	display: flex;
	position: fixed;
	left: 100px;
	top: 50px;
}
.top-left a:first-child {
	border-top: 2px solid #A66958;
}
.top-left a {
	letter-spacing: 1px;
	padding: 8px 0px;
	margin: 0px 0px !important;
	font-weight: bold;
	text-decoration: none;
	color: #A66958;
	border-bottom: 2px solid #A66958;
	display: flex;
	flex-direction: column;
	display: inline-block;
}
.top-left a:hover{
	
    color: black;
}
.book-now {
	position: fixed;
	right: 100px;
	z-index: 9999999;
	top: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	width: 150px;
	background-image: url(https://files.persona.co/113643/book-now.svg);
}
.bottom-left {
	position: absolute;
	bottom: 50px;
	left: 100px;
	;
}
body {
	font-family: "Albert Sans", sans-serif;
	font-size: 16px;
	line-height: 27px;
}
.border-left {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 50px;
	background: #EFE2D7;
	height: 100vh;
}
.border-right {
	position: fixed;
	right: 0px;
	display: block;
	z-index: 999999;
	top: 0px;
	margin: 0px;
	width: 50px;
	background: #EFE2D7;
	height: 100vh;
}
.logo {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	width: 80vh;
	height: 100vh;
	background-image: url(https://files.persona.co/113643/main-logo.svg);
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-moz-selection {
	background-color: #09f;
	color: #fff;
}
::selection {
	background-color: #09f;
	color: #fff;
}
:focus {
	outline: 0;
}
customhtml>* {
	position: relative;
	z-index: 10;
}
/**
 * Global
 */

body, html {
	min-height: 0vh;
	margin: 0px;
	padding: 0px;
}
html {
	position: relative;
}
body {
	background: #e4cdb9;
	color: #000;
}
a:active {
	opacity: 0.7;
}
/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}
/**
 * Container
 */

main {
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
main>div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}
.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}
sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}
sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}
s {}
.slideshow-nav {
	margin-bottom: 0.5em;
}
img {
	border: 0;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}
.bodycopy {
	display: none;
}
.container {
	min-height: 100%;
	z-index: 99;
}
.content img {
	float: none;
	margin-bottom: 1em;
}
.clear:after {
	content: "";
	display: table;
	clear: both;
}
.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100;
}
/**
 * Editor styles
 */

[data-css-presets="true"] main {
	text-align: left/*!text_left*/
	;
	min-height: 100vh/*!content_stretch*/
	;
	-webkit-align-items: center/*!vertical_middle*/
	;
	align-items: center/*!vertical_middle*/
	;
	left: 0/*!content_left*/
	;
}
[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/
	;
}
[data-css-presets="true"] .content_width {
	width: 100%/*!content_left*/
	;
}
[data-css-presets="true"] #backdrop {
	width: 100%/*!background_cover*/
	;
}
[data-predefined-style="true"] main {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social/*!System*/
	;
	font-style: normal;
	line-height: 1.3;
}
[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0em;
	border-bottom: 0.08em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}
[data-predefined-style="true"] main a:hover {}
main a.image-link, main a.icon-link, main a.image-link:hover, main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}
[data-predefined-style="true"] h1 {
	font-family: 'QTBasker';
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 1.1;
	color: rgba(166, 105, 88, 1);
	text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Bold', Social/*!System*/
	;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3rem;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social/*!System*/
	;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}
[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.4);
	border-bottom-width: 0.1em;
}
[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(166, 105, 88, 0)/*!subpage_overlay*/
	;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}
/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin, [data-css-presets="true"].mobile #backdrop, .mobile #backdrop, .mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem)/*!right_fit*/
	;
	top: 0;
	bottom: auto;
	left: 0/*!right_fit*/
	;
}
.mobile main, [data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}
.mobile main.content_width, [data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
@media only screen and (max-width: 1000px) {



.close {
	right: 20px;
	font-size: 30px;
	top: 20px;
}



#map {
	
	margin: 0px auto 40px;
	width: calc(100% - 60px);
	height: 300px;
}

.inner-page {
	display: none;
	position: fixed;
	top: 0px;
	justify-content: center;
	align-items: flex-start;
	opacity: 1;
	text-align: center;
	z-index: 9999999999;
	background: rgba(166, 105, 88, 0.79);
	width: 100%;
	overflow: scroll;
	padding: 30px;
	height: 100vh;
}
.inner-page-inner {
	padding: 30px;
	font-size: 18px;
	
	max-width: 800px;
}
.bottom-left b {
	margin-bottom: 6px;
	
}
.bottom-right b {
	margin-bottom: 6px;
	
}

.bottom-right {

	bottom: 30px;
	right: 60px;
}
.top-left {
	
	left: 60px;
	top: 30px;
}


.book-now {
	
	top: 30px;
right: 60px;
	height: 120px;
	width: 120px;
}
.bottom-left {
    position: fixed;
	bottom: 30px;
	left: 60px;
}
body {
	font-family: "Albert Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.border-left {

	width: 30px;
	height: 100vh;
}
.border-right {

	width: 30px;

	height: 100vh;
}
.logo {
	left: 50%;
    position: fixed;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 48% !important;
	width: 500px;
	height: 400px;
}

[data-predefined-style="true"] h1 {
font-size: 30px;
    
    }
    .top-left a{
	
        padding: 5px 0;
}
}


@media only screen and (max-width: 600px) {



.close {
	right: 20px;
	font-size: 30px;
	top: 20px;
}



#map {
	
	margin: 0px auto 0px;
	width: calc(100% - 20px);
	height: 300px;
}
    
  
.inner-page {
	display: none;
	position: absolute;
	top: 0px;
    
    min-height: 100vh;;
	justify-content: center;
	align-items: flex-start;
	opacity: 1;
	text-align: center;
	z-index: 9999999999;
	background: rgba(166, 105, 88, 0.79);
	width: 100%;
	overflow: scroll;
	padding: 20px;
	height: auto;
}
.inner-page-inner {
	padding: 30px 20px;
	font-size: 16px;
	min-height: 0px;
	max-width: 800px;
}
.bottom-left b {
	margin-bottom: 6px;
	
}
.bottom-right b {
	margin-bottom: 6px;
	
}

.bottom-right {
text-align: center;
    left: 0px;
    position: relative;
	bottom: 0px;
    margin-top: 30px;
	right: 0px;
}
.top-left {
	
	left: 40px;
	top: 20px;
}


.book-now {
	
	top: 10px;
right: 40px;
	height: 100px;
	width: 100px;
}
.bottom-left {
    text-align: center;
    right: 0px;
    position: relative;
	bottom: 0px;
	left: 0px;
}
body {
	font-family: "Albert Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.border-left {

	width: 20px;
	height: 100vh;
}
.border-right {

	width: 20px;

	height: 100vh;
}
.logo {
	left: 0%;
    margin-top: 120px;
    position: relative;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	top: 0% !important;
	width: 280px;
	height: 300px;
}
    
    mai{
	
        position: relative !important;
}

[data-predefined-style="true"] h1 {
font-size: 27px;
    margin-top: 30px;
    
    }
    .top-left a{
	
        padding: 5px 0;
}
}