
/*************************************
 
 
 	1. MAIN STYLES
	
	2. HEADER
	
	3. HOME
	
	4. MENU
	
	5. PAGES

	6. BLOG
	
	7. FOOTER
	
	8. BACKGROUND IMAGES
	
	9. OTHER
 
 
 
************************************/

/*************************************


1. MAIN STYLES

 ************************************/


/* RESET STYLES */


*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal }
address{font-style:italic;}
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
q:before, q:after { content:'';}
strong,b { font-weight: bold; }
em, cite { font-style: italic; }
cite { display: block; }
strike, del {text-decoration: line-through;}
sup {font-size: 0.75rem;position: relative;vertical-align: top;top: 5px;}
sub {	bottom: 0.25rem;	font-size: 0.75rem;	position: relative;	vertical-align: bottom;}
.italic { font-style: italic;}
button,input,select,textarea { font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.no-margin{margin:0px !important;}
.no-bottom{margin-bottom:0px;}
.no-padding{padding:0px;}
.column-clear{clear:both;}

 .wp-caption { max-width: 100%; }

 .sticky { position: relative; }
 .wp-caption-text, .gallery-caption{color: #555555;
font-size: 0.75rem;
text-align:center;
margin-top:1.5rem;
font-style:italic;
font-weight:300;}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
 .bypostauthor .comment-body { border-bottom: 1px solid #f2f2f2; }
 .screen-reader-text { clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	}
	
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size:0.8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
}

 .alignright {
     display: block;
     float: right;
     margin: 4px 0 0 24px;
 }

 .alignleft {
     display: block;
     float: left;
     margin: 4px 24px 0 0;
 }

 .aligncenter {
     display: block;
     clear: both;
     margin: 24px auto;
 }
 
 pre {
    margin-bottom: 24px;
    overflow: auto;
    padding: 10px;
    white-space: pre-wrap;
}
pre, code{
  background:#f0f0f0;
  color: #333;
  font-family: "Courier New", Courier, monospace;
  padding:10px;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

*{ 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html{-webkit-font-smoothing:antialiased;}


body{-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling:touch;
text-rendering: optimizeLegibility;
font-family: Work Sans, Segoe UI, system-ui, sans-serif;
background-color: white;
background-attachment: fixed;
/*font-size: 16px;*/
/*line-height:1.5;*/
overflow-x:hidden;
}

.home-body {
  background-color: #180c2b;
}

/*h1, h2, h3, h4, h5, h6, blockquote, .logo-txt{ font-family:Lora, serif; }*/
h1, h2, h3, h4, h5, h6 {
	color: #252525;
	font-weight: 400;
	line-height:1.5em;
}

h1{font-size:3.2rem;}
h2{font-size:2.8rem;}
h3{font-size:2.2rem;}
h4{font-size:1.7rem;}
h5{font-size:1.2rem;}
h6{font-size:1rem;}

a{color:#252525;text-decoration:none;}
p a{border:none;
text-decoration:none;}
p a:hover{
  color:#9fc4ce;
  text-decoration:none;
  border-bottom: 1px solid #9fc4ce;
}
.contact p a:hover{
  color:#5927a4;
  border-bottom: 1px solid #5927a4;
}
a:hover, a:active,a:focus{outline: none;
color:#9fc4ce;
text-decoration:none;}

ul, ol {margin: 0 0 0 24px;}	
	 
.alignc{text-align:center;}
.alignr{text-align:right;}
.none{display:none;}

div p:last-of-type{margin-bottom:0;}


a, .view-more, #submit, #submit-contact, .white-btn, .post-password-form input[type="submit"], .gallery-post .gallery-view, .menu-title-section:before {

-webkit-backface-visibility: hidden;
-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   
}

/*************************************

2. HEADER

************************************/



/*** menu large screens ***/

.menu-nav{margin:0; font-size:0;
text-align:center;}
.menu-nav li{display:inline-block;
position: relative;
margin-left:22px;
font-size:1.2rem;
font-weight:600;
letter-spacing:0.08em;
text-transform:uppercase;
}
.menu-nav li:first-child{margin-left:0px;}

.menu-nav li a{
  color:#ffffff;
  font-family: system-ui;
  padding:10px 0;
  display:block;

}
.menu-mobile li {
  position: relative;
  padding:10px 0;
  width: max-content;
}
.menu-nav li a:before,
.menu-mobile li a:before
{
  position: absolute;
  display: block;
  bottom: 8px;
  left: 50%;
  width: 0;
  border-top: 1px solid #ffffff;
  content: '';

-webkit-backface-visibility: hidden;
-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}


.menu-nav li a:hover,
.menu-nav > li:hover > a, 
.menu-mobile li a:hover,
.menu-mobile > li:hover > a, 
.menu-nav > li.current-menu-item > a,
.menu-mobile > li.current-menu-item > a  {
  background:none;
  text-decoration: none;
  color:#cef5ff;
}

.menu-nav > li:hover > a:before,
.menu-mobile > li:hover > a:before
{
  left:0;
  width:100%;	
  border-color:#c2f2ff;
}

.menu-nav ul{
  display: none;
  margin: 0;
  padding:12px 0;
  width: 180px;
  position: absolute;
  top: 67px;
  left: 50%;
  margin-left:-90px;
  background:rgba(60, 60, 60, 0.9);
  z-index:5;
}

.menu-nav ul:before{
  content: '';
  position:absolute;
  left:50%;
  top:-6px;
  margin-left:-10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #9fc4ce transparent;
}

.menu-nav ul li {display:block;
text-align:center;
background:none;
margin:0;
font-size:1.1rem;
font-weight:400;
text-transform:none;
letter-spacing: 0.05em;
}
.menu-nav ul li > a{display:block;
  padding: 5px 16px;
  color:#ffffff;
}


.menu-nav ul li a:hover, .menu-nav li:hover ul li a:hover {text-decoration:none;
  color:#ccffff;}
.menu-nav li:hover > ul{ display: block;}
.menu-nav li ul ul { left: 100%; top: -12px; 
margin:0;}
.menu-nav li ul ul:before, .menu-nav li ul a:before{display:none;}

.menu-nav .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -12px;
    margin: 0;
    right: 100%;
}

/*** end menu large screens ***/


.nav-button-holder{display:none;}

.nav-button{background:none;
border:none;
cursor:pointer;
padding-bottom:15px;
vertical-align:middle;
}

.icon-bar, .icon-bar1, .icon-bar2{display: block;
    height: 2px;
    width: 25px;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
} 
.icon-bar1, .icon-bar2{width:18px;}

.icon-bar:before, .icon-bar:after  {
   background:#ffffff;
    content: "";
    height: 100%;
    left: 4px;
    position: absolute;
    bottom: -6px;
	right:0;

}
.icon-bar:after { bottom: -12px;
left:8px;
top: auto; }

.nav-button:hover .icon-bar:before, .nav-button:hover .icon-bar:after{ left:0;}

.icon-bar, .icon-bar1, .icon-bar2, .nav-button .icon-bar:before, .nav-button .icon-bar:after { -webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;}

.menu-mobile{font-size:0;
margin:0 auto;
margin-left:0;
padding-left:48px;
}

.menu-mobile li{font-size:1rem;
font-weight:600;
text-transform: uppercase;
letter-spacing:0.1em;
padding-top:24px;
list-style:none;
}

.menu-mobile li a{
  color:#ccc;
  display: block;
  line-height:1;
}
/*.menu-mobile li a:hover, .menu-mobile li a:focus{
  background:none;
  color: #9fc4ce;
  text-decoration: underline;
  text-underline-offset: 6px;
}*/
.menu-mobile li a.view-more:hover  {
  text-decoration: none;
}
.menu-mobile li a.view-more:before  {
  display:none;
}

/*.menu-mobile li:hover > a, .menu-mobile li.current-menu-item > a{color:#ffffff;}*/


.menu-mobile > li.menu-item-has-children.menu-open > a:after{content: "\f106";}

.menu-mobile ul{margin-left:0px;}
.menu-mobile > li > ul{display:none;}  
.menu-mobile > li.menu-open > ul{display:block;}  
.menu-mobile ul li{font-size:1rem;
font-weight:400;
padding-top:16px;
text-transform:none;
padding-left:8px;
letter-spacing:0.06;
display:block;}

.menu-contact{margin-top:72px;
  font-size: 1.2rem;
padding-left:48px;
color:#ccc;}
.menu-contact ul{list-style:none;
margin-left:0;
margin-bottom:0;
}

.menu-contact ul li {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap:10px;
  color: #ccc;
}
.menu-contact ul li a{
  color: #ccc;
}
.menu-contact ul li:hover, .menu-contact ul li a:hover {
  color: #9fc4ce;
}


.menu-contact .social-media{margin-top:48px;
padding-bottom:48px;
justify-content: start;
}

/*.mobile-contact li a:hover{
  color: #9fc4ce;
}
.mobile-contact li a{
  color: #ccc;
}*/

.social-media .fab {
  font-size: 2em;
}

.menu-mobile .mobile-btn{
  display: inline-block;
  color: #212529;
  margin-bottom: 24px;
}

/*** end menu mobile ***/


/***** MODAL WINDOW ******/

body.has-active-menu { overflow: hidden; }

.menu-mask{position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;}
.menu-mask.is-active{width:100%;
height:100%;
opacity:0.9;}
  
.mobile-menu-holder{ position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 350px;
  height: 100%;
  background: #120615;
  opacity: 0;
  padding:0 30px;
  
-webkit-transform: translateX(-400px);
-ms-transform: translateX(-400px);
transform: translateX(-400px);

  -webkit-backface-visibility: hidden;
-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
 }
.mobile-menu-holder.is-active{ opacity: 1;

-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);

 }

.modal-menu-container{position:relative;}

.exit-mobile{cursor: pointer;
padding: 7px 1px;
display: inline-block;
margin-top:32px;
}  
.icon-bar1{top:2px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.icon-bar2{-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);}

/***** END MODAL WINDOW ******/

.logo img {
    width: 6em;
    padding: 5px;
}
.logo-header img {
    height: 3em;
    width: auto;
    padding: 4px;
}

.logo-header,
.btn-header{flex: 1 1 auto;}

.btn-header{text-align:right;}

.headerHolder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Gradient background */
  background: linear-gradient(
    hsl(263, 56%, 11%) 0%,
    hsla(263, 56%, 11%, 0.62) 25%,
    hsla(263, 56%, 11%, 0.4) 50%,
    hsla(263, 56%, 11%, 0.2) 80%,
    hsla(263, 56%, 11%, 0.05) 92%,
    hsla(263, 56%, 11%, 0) 100%
  );
  transition: background 0.6s ease-in-out;
  overflow: hidden;
}

.headerHolder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: hsl(263, 56%, 11%);
  opacity: 0; /* hidden by default */
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}

.headerHolder.scrolled::before {
  opacity: 1; 
}



.nav-holder {
  display:block;
  text-align:center;
  margin-left: auto;
}

.logo-txt{font-size:2.25rem;}
.logo-txt a{color:#ffffff;}


.social-contact {
  padding-bottom: 20px;
  margin: 0 auto;
  color: #2f1a4f;
}

.social-contact .social-media a{
  font-size : 1.6em;
  color: #5927a4;
}


.social-contact li{
  display:inline-block;
font-size:1.35rem;
margin-left:12px;}


ul.social-media{
  display:flex;
  justify-content: center;
  align-items: center;
  list-style:none;
  margin: 0px 0px 12px 0px;
}

.social-footer{ margin: 0 auto;
font-size: 2rem;
}

.social-footer li{
font-size:0.85rem;
margin-left:12px;}

.social-footer .fab {
  font-size : 2.5rem;
  padding: 5px 0 ;
}


.social-media li a{color:#ccc;border:none;}
.social-media li:first-child, .social-footer li:first-child{margin-left:0;}

a.social-twitter:hover{color:#29C5F6 !important;}
a.social-facebook:hover{color:#6788CE !important;}
a.social-linkedin:hover{color:#3A9BDC !important;}
a.social-pinterest:hover{color:#FE4445 !important;}
a.social-youtube:hover{color:#E34040 !important;}
a.social-vimeo:hover{color:#44BBFF !important;}
a.social-instagram:hover{color:#AA8062 !important;}
a.social-dribbble:hover{color:#ED4F8C !important;}
a.social-skype:hover{color:#24B4F0 !important;}

a.social-tripadvisor:hover{color:#00AF87 !important;}
a.social-tripadvisor svg {
  width: 48px;
  height: 48px; 
  margin-right: 20px;
  margin-bottom: 3px;
}

.social-contact a.social-tripadvisor svg {
  color: #2f1a4f;
  width: 78px;
  height: 78px; 
}



/*************************************

3. HOME

************************************/
/*MODAL*/
.modal {
    /*padding-top: 20px;*/
}

.modal-body {
  padding: 0.15rem;
}

#flashModal .btn-close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  height:2rem;
  width: 2rem;
  border-radius: 33%;
  z-index: 2;
  background-color:white;
}

/* SLIDER */

.glide__slides {
    transform: translate3d(0, 0, 0) !important;
}

.glide__slide {
    position: absolute;
    top: 0;
    left: 0;
    order: 2;
    opacity: 0;
    transition: opacity 600ms ease-in-out;
}

.glide__slide.glide__slide--active {
    position: relative;
    order: 1;
    opacity: 1;
    z-index: 1;
}
.glide, .glide__slides, .glide__track {
  height:100%;
}

.slider-container{
  height: min(77vh, calc(100vw*9/16));
  overflow: hidden;
  position: relative;
  display:block;
}

.slider-img{
  background-size: cover;       /* or 'contain' if you want no cropping */
  background-position: center;
  background-repeat: no-repeat;
  height:100%;
}



/*
.slider-img:before{content:'';
position:relative;
height:100%;
top:0;
left:0;
bottom:0;
right:0;
}*/

.slider-caption{ position: absolute;
   left: 0;
   bottom: 12px;
   right:0;
   text-align:center;
   color:#ffffff;
   padding: 0 54px;
   z-index:2;

	-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	
.intro-txt {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.03em;
}	
.slider-caption h2{font-size:8rem;
letter-spacing:0.03em;
color:#ffffff;
line-height: 1;
padding:16%;
}

.slider-caption p  {
  font-size: 1.4em;;
}


a.slider-btn {
  display: inline-block;
}
/* .slider-caption .slider-btn{
  margin-top:48px;
  font-size: 22px;
} */

#home-menu {
  background: white;
}

#menu-frame {
  border: none;
  height: 100vh;
  width: 100vw;
  display: block;
}

#home-content-2 {

  display: block;
}

.reservation-table {
  padding: 20px 0;
}

#reservation-row {
  background: white;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

#reservation-caption{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-attachment: fixed;
  background: inherit;
  width: 100%;
  height: inherit;
  position: relative;
  overflow: hidden;
}

#reservation-caption p {
  font-size: 1.85rem;
  font-weight: 430;
  letter-spacing: 0.01em;
  color: #ffffff;
  line-height: 1.5;

  position: relative;
  z-index: 1;
}



#blur-container  {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min-content;
  padding: 20px 10px;
  background: inherit;
  background-attachment: fixed;
  overflow: hidden;
}

#blur-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

/* END SLIDER */

.home-section{
  /* margin-bottom:46px; */
}



.parallax, .no-parallax  {
  /* background-repeat: repeat; */
  background-position: center center !important;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
}
.parallax{position:relative;
padding-top:12px;
padding-bottom:12px;}
.parallax h2, .parallax h3, .parallax h4{color:#ffffff;}
.parallax:before {content: '';
    /* background: rgba(0,0,0,0.3); */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Parallax Backgrounds */

#home-content-1{
  z-index:1;
}
#home-content-3 {
  height: min-content;
}

/** GALLERY **/

.gallery-container-fs{padding: calc(2vh + 30px) 20px;}

.gallery-holder{display:flex;
flex-wrap:wrap;
/* margin:0 -10px -20px -10px; */
}
.gallery-post{width: 33.33%;
height: 400px;
display: block;
overflow: hidden;
position: relative;
margin-bottom:20px;
padding:0 10px;
}

.gallery-post a{
position: relative;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}

.gallery-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
	
	-webkit-backface-visibility: hidden;
-webkit-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -moz-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -o-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   -ms-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
   transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.gallery-post:hover .gallery-img{
transform:scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
}

.gallery-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.gallery-desc{
    position: absolute;
    z-index: 4;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-view{color:#ffffff;
font-size:2.2rem;
opacity:0;
-ms-transform: translateY(30px);
-webkit-transform: translateY(30px);
transform:translateY(30px);}

.gallery-post:hover .gallery-view{opacity:1;
-ms-transform: translateY(0px);
-webkit-transform: translateY(0px);
transform:translateY(0px);}

.gallery-4cols .gallery-post{width:25%;}

/** TEAM **/

.team-member{margin-bottom:72px;}
.team-img{margin-bottom:24px;
text-align:center;}
.team-img img{margin:0 auto;}
.page-holder h3.team-title{font-size:1.5rem;
margin-bottom:0px;}
.team-desc{text-align:center;}
.team-desc .smalltitle{font-size:0.85rem;
letter-spacing:0;
margin-bottom:24px;}


/** CONTACT **/

.contact-wrapper{padding:10vh 0;
background: white;}

.contact-icon{
  font-size: 1.7rem;
  padding: 34px;
  color:#5927a4;
  border: 2px solid #5927a4;
  border-radius: 50%;
  display:inline-block;
  text-align:center;
  line-height:1;
  justify-content: center;
}



/*************************************

7. FOOTER

************************************/

footer{
  padding-top: 15px;
 /*margin-top:108px; */
background:#180c2b;}
/*footer .container {margin: 0 auto;}*/

#footer-logo img {
  margin: 0 auto;
  display:block; 
  width:125px;
  height:auto;
  /*padding: 10px 0;*/
}


footer, footer a, .social-footer li a{color:#ccc;}

.foo-block, .widget-footer{
  margin-bottom:20px;
  font-size: 1.1rem;
}

.foo-block .widgettitle{ 
  color:#ffffff; 
  text-decoration: 
}

.widget-footer .textwidget {
  margin-bottom: 12px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.contact .textwidget {
/*  margin: 12px 24px;
  display:flex;*/
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
}

.contact .widgettitle a{ 
    /*margin-bottom:10px;*/
    transition: none;
}
.contact .widgettitle a:hover{ 
    color: #5927a4;
    text-decoration: underline;
}

.contact .widgettitle {
  text-decoration: underline;
  text-underline-offset: 8px; 
}

.copyright{margin-top:18px;
display:flex;}

.footer-copy{font-size:0.75rem;
letter-spacing:1px;
flex:1 1 auto;}

.social-footer{ margin: 0 auto;
font-size: 1.75rem;
}

/*************************************

8. BACKGROUND IMAGES

************************************/

/* Home Slider */
.slide-1{background-image:url('/images/home/slide-1.jpg');}
/*.slide-1{background-image:url('/images/home/slide-1-sm.webp');}*/
.slide-2{background-image:url('/images/home/slide-2.jpg');}
.slide-3{background-image:url('/images/home/slide-3.jpg');}
.slide-4{background-image:url('/images/home/slide-4.jpg');}


/*************************************

9. OTHER

************************************/

.page-home{padding-left:15px;
padding-right:15px;}
.hometitle{font-size: 2rem;}
.white{color:#ffffff;}
.white:before, .white:after{background:#ffffff;}

.single-post-content img, .custom-page-template img{ height: auto;
    max-width: 100%;}
.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6{margin-bottom:12px;}	

.view-more, #submit, .white-btn, #submit-contact{
  /*font-size: 0.9rem;*/
    letter-spacing: 0.12em;
	font-weight:600;
	display:inline-block;
	border:2px solid #9fc4ce;
 text-transform: uppercase;
padding:12px ;
background: white;
cursor:pointer;
}
/*.menu-nav .view-more {
  color: #252525;
  font-size: inherit;
  padding: 0.2em 0.8em;
}*/

.view-more:hover, #submit:hover, #submit-contact:hover{color:#9fc4ce;
border:2px solid;
background-color:#252525;
text-decoration: none;
}

.white-btn{background:none;
color:#ffffff;
	border:2px solid #ffffff;}

.white-btn:hover{color:#252525;
	border:2px solid #ffffff;
	background:#ffffff;}

.btn-header	.view-more{
  color: #252525;
  background: #ffffff;
  border-color: #ffffff;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  text-decoration: none;

}

.btn-header .view-more:hover{color:#252525;
background:#cef5ff;  
border-color:#cef5ff;
}


.slider-btn {
  border: thin solid #ffffff;
  border-radius: 5px;
  color:#ffffff;
  letter-spacing: 0.09em;
  padding-bottom: 4px;
  font-weight: 600;
  margin: 5px;
  padding: 4px 12px 6px 19px;
  font-size: 1.35rem;
}

.slider-btn:hover{
  background-color: #fff;
  
  border:1px solid #000;
  color: #000
}

.gmaps {
	position: relative;
	padding: 0;
	height: 600px;
	overflow: hidden;
}
.gmaps iframe{border:none;}

.video-widget iframe, .gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollup{display:none;}
.scrollup i {
width:30px;
height:30px;
position: fixed;
background:#252525;
color:#ffffff;
border-radius: 50%;
bottom: 20px;
right: 20px;
text-align: center;
padding-top:6px;
cursor: pointer;
z-index: 110;
}

.nf-text{margin:24px 0;}


/* Owl Carousel Default Nav */
.owl-carousel{ cursor: -webkit-grab; cursor: -moz-grab; }
.owl-carousel.owl-grab{cursor: -webkit-grabbing; cursor: -moz-grabbing;}

  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 48px; }

.slider-bullets {
    position: absolute;
    right: 0;
	  left:0;
    text-align: center;
    bottom: 0px;
    z-index: 100;
    width: auto;
}

.slider-bullet  {
    padding:15px 10px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.slider-bullet span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: hsla(0, 0%, 100%, .5);
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
  opacity: 0.8;
 transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}  



.slider-bullet[class*=active] span {
    background-color: #fff;
    transform: scale(1.6);
    opacity: 1;
}
	   
/*************************************

MAGNIFIC POPUP

************************************/	

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 0.75rem
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 0.75rem;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	
/*************************************

END MAGNIFIC POPUP

************************************/

.padding-tb54{padding-top:54px;padding-bottom:54px;}
.padding-tb48{padding-top:48px;padding-bottom:48px;}
.padding-tb32{padding-top:32px;padding-bottom:32px;}
.padding-tb24{padding-top:24px;padding-bottom:24px;}
.padding-tb81{padding-top:81px;padding-bottom:81px;}
.padding-tb108{padding-top:108px;padding-bottom:108px;}
.margin-tb54{margin:54px 0;}
.margin-tb36{margin:36px 0;}
.margin-tb24{margin:24px 0;}
.margin-t54{margin-top:54px;}
.margin-t36{margin-top:36px;}
.margin-t32{margin-top:32px;}
.margin-t24{margin-top:24px;}
.margin-t16{margin-top:16px;}
.margin-b108{margin-bottom:108px;}
.margin-b72{margin-bottom:72px;}
.margin-b54{margin-bottom:54px;}
.margin-b48{margin-bottom:48px;}
.margin-b36{margin-bottom:36px;}
.margin-b32{margin-bottom:32px;}
.margin-b24{margin-bottom:24px;}
.margin-b16{margin-bottom:16px;}
.margin-b12{margin-bottom:12px;}
.margin-none{margin:0;}
.padding-none{padding:0;}
.img-center{margin:0 auto;}	

.margin-l54{margin-left:54px;}
.margin-r54{margin-right:54px;}

/* Placeholder text color */

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #252525;
}

:-moz-placeholder { /* Firefox 18- */
  color: #252525;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #252525;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #252525;
}

::-ms-input-placeholder { /* Edge */
  color: #252525;
}

:placeholder-shown { /* Standard one last! */
  color: #252525;
}

/*************************************

MEDIA QUERIES

************************************/


@media (min-width: 768px) { .container, .elementor-section.elementor-section-boxed > .elementor-container{ max-width: 708px; } 
#reservation-row {
  height: 22vh;
  
  }
}
@media (min-width: 992px) { .container, .elementor-section.elementor-section-boxed > .elementor-container{ max-width: 930px; } }
@media (min-width: 1024px) { .container, .elementor-section.elementor-section-boxed > .elementor-container{ max-width: 960px; } }
@media (min-width: 1200px) { 

.container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1140px; }

.parallax{ background-attachment: fixed !important;}

 }
@media (min-width: 1500px) {
	
.container, .elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}

.inner-desc{ position: absolute;
    z-index: 4;
	text-align: center;
	padding:0 15px;
    width: 60%;
	top:50%;
	left:50%;
		-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
    transform:translate(-50%, -50%);
}

}


@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
  

}

@media (max-aspect-ratio: 1.1) {

.modal{
  padding-top: 40px;
}

.modal-dialog {
  display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

/*slider*/
.slider-container {
  position:relative;
  height:100vh;
  /*height: min(75vh, calc(100vw * 16/9));*/
  display: block;
  overflow: hidden;
}

.slide-1{background-image:url('/images/home/slide-1-sm.webp');}
.slide-2{background-image:url('/images/home/slide-2-sm.webp');}
.slide-3{background-image:url('/images/home/slide-3-sm.webp');}
.slide-4{background-image:url('/images/home/slide-4-sm.webp');}

}


@media (max-width: 800px) {

/* menu */



.nav-holder{
  display: none;
}


.nav-button-holder {display:block;}

/*.headerHolder{padding-right: 5px;
}*/


.logo-header{flex: 1 1 0;
text-align:right;}

.logo img {
  width: 4em;
}

.logo{
  text-align: right;
}


/* end menu */

.order1 { order: 1; }
.order2 { order: 2; }

.bkg-image,
.gmaps-homevideo{
	height: 400px;
}

.menutab-6{
	display: block;
}

.menutab-6 .menuTab.nav{
	display: flex;
}

.menutab-6 .menuTab{
	text-align: center;
	width: auto;
	margin-top: 0;
}

.margin-l54{margin-left:0;}
.margin-r54{margin-right:0;}

.slider-bullet span{
  width: 8px;
  height: 8px;
}

}


@media (min-width: 568px) and (max-width: 768px) { 



.blog-item-1col-list {display: block;}
.blog-item-1col-list .post-image {width: 100%;
height: 300px;
margin-bottom: 24px;}
.blog-item-1col-list .post-holder { width: 100%;
padding-left: 0;}

.gallery-post, .gallery-4cols .gallery-post{width: 50%;
height: 300px;}

.width60{width:100%;
margin-left:0;
margin-right:0;}

}

@media (max-width: 767px) {

  .nav-padder {
    height: calc(12px + 12vh);
  }

.container { max-width: 100%; }	

h1{font-size:2rem;}	
h2{font-size:1.75rem}
h3{font-size:1.4rem;}
h4{font-size:1.3rem;}
h5{font-size:1.2rem;}
h6{font-size:1.0rem;}


.slider-caption h2, .single-post-title{font-size:3.5rem;}


.width60{width:100%;
margin-left:0;
margin-right:0;}
.icon-holder, .image-text{margin-bottom:48px;}

.gallery-container-fs{padding: 0 15px;}
.gallery-post, .gallery-4cols .gallery-post{width: 100%;
height: 300px;}


.copyright{display:block;}
.footer-copy{margin-bottom:16px;}

.meta-nav-right{margin-top:24px;}

.page-numbers{margin-bottom:24px;}

/* Home Sections*/

.home-section-1 .col-md-3{display:none;}

.margin-none{margin:0;}

.menuTab {justify-content: left;
    margin-left: -16px;
}
.menuTab .nav-link {padding:16px;}


.mobile-margin-b24{ margin-bottom:24px;}
.mobile-margin-b48{ margin-bottom:48px;}
.mobile-margin-b54{margin-bottom:54px;}
.mobile-margin-b72{margin-bottom:72px;}
.mobile-padding-tb48{padding-top:48px;padding-bottom:48px;}


}
@media (max-width: 650px) {
  .contact-wrapper{padding:16vh 0;}

}

@media (max-width: 568px) {
	
	.page-links a{margin-bottom:16px;}



}

@media (max-width: 480px) {
	.post-password-form label input, .post-password-form input[type="submit"]{
    display:block;
    margin-left:0;
    margin-top:8px;
  }

}

@media (max-width: 395px) {

.contact-wrapper{padding:22vh 0;}

}

