/* 
Theme Name: messtudios
Theme URI: http://www.messtudios.com
Description: This theme was created by Owen Piccirillo - MESstudios.
Version: 100.0
Author: Owen Piccirillo
Author URI: http://www.messtudios.com

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;


box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-appearance: none;

background: url(img/xxx.jpg) center center;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 

 
/* Main and Reset
---------------------------------------------------------------------------------*/
* {	margin: 0;	padding: 0;	outline:none; -webkit-text-size-adjust: 100%;	}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li {list-style-type: none }
.clr {clear:both;}
img {border:0;}

.page-content-wrapper img {border-radius: 10px;}

a:link, a:visited { color: #000; text-decoration:none;
	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	
}
a:hover {
	opacity: 0.6;
}

 

input[type="text"], textarea, input[type="submit"], input[type="tel"] {
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	outline:none;
}
.left {float:left;}
.right {float:right;}
body {  
	font-family: 'Open Sans', sans-serif; 
	font-size:16px;
	overflow-x:hidden;
	-webkit-tap-highlight-color:(0, 0, 0, 0);
	min-width:320px;  
	background: #FEFEFE;
}
body, html {
	width:100%;
	height:100%;
	position:relative;
}
html {   scroll-behavior: smooth; }
p { 
	line-height: 26px;
	padding-bottom:18px;
	font-size: 15px; 
	color: #000;
}
.wow {
    visibility: hidden;
}
.img-responsive {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}

.mobile-show {display: none !important; }
.mobile-show-inline {display: none;}

.nav-mask { 
	width:100%;
	height:100%;	 
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:101;
	display:none; 
	background-size: 300px 427px; 
}
.promo-text { 
	text-align: center;
	color: white;
	padding: 2px 5px;
	width: 100%;
	text-align: center; 
	background: #000;
	z-index: 1000;
	font-size: 15px;
}
.promo-text a {  
	color: white;
 
}
  
.position-relative {
	position: relative !important;
	background: none !important;
	height: 100% !important;	 
}
.page-content-nav {
	height: 0;
	overflow: hidden;
}

.page-content-wrapper-hamburger {
	display: none;
}
.page-content-wrapper ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
.page-content-wrapper li {
	list-style-type: disc;
    line-height: 35px; 
    font-size: 16px;
    color: #000;
}
.page-content-wrapper h3 {
	padding: 20px 0px;
	color: #000;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
	margin:0 auto;
    position: relative;
    padding-bottom: 56.25%;
   xpadding-bottom: 43%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
input[type="text"], input[type="email"], input[type="tel"], textarea, select{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	color: black;
	border: 1px solid #d2d2d4 !important;
	cursor: pointer; 
	font-size: 16px !important;
	border-radius: 5px !important;
	padding: 10px 10px !important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
	cursor: auto;
	border: 1px solid rgba(103, 201, 205, 1) !important;
	box-shadow: 0px 0px 10px rgba(36, 74, 123, .4);
	-webkit-box-shadow:  0px 0px 10px rgba(36, 74, 123, .4);
	-moz-box-shadow: 0px 0px 10px rgba(36, 74, 123, .4);
}
 
select {
	padding: 0px 10px !important;
}
 
.happenings-mirror h2 {
	 font-size: 15px !important;
	 padding-top: 0px !important;
 }
 
 
 
.phone-pulse {
	position: fixed;
	bottom: 70px;
	right: 70px;
	z-index: 1000;
}  
 
.phone-bg, .phone-button {
	 position: absolute;
	 width: 60px;
	 height: 60px;
	 border-radius: 100%;
}
 
.phone-bg {
	 animation: pulse 1.2s ease infinite;
	 background: #8df53d;
}
.phone-button {
	 display: flex; 
	 justify-content: center;
	 align-items: center;
	 position: absolute; 
	 border: none;
	 background: #8df53d;
	 background-size: 18px;
	 cursor: pointer;
	 outline: none;
	 animation: pulsephone 3s ease infinite;
}
.phone-button a {
	 position: absolute;
	 color: #000;
	 font-size: 30px;
}
 @keyframes pulse {
	 0% {
		 transform: scale(1, 1);
	}
	 50% {
		 opacity: 0.3;
	}
	 100% {
		 transform: scale(1.3);
		 opacity: 0;
	}
}
 @keyframes pulsephone {
	 0% {
		 transform: scale(.5);
	}
	 50% {
		transform: scale(1.15); 
	}
	 100% {
		 transform: scale(.7); 
	}
}
  
 
 
.page-id-92 .page-hero-top {
	display: none !important;
} 



#xxxbgvid {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%); 
  background-size: cover;
  transition: 1s opacity;
}
#bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translateY(-30%);
    z-index: -100;
    height: 1000px;
}
.video-push-me {
	position: relative;
	height: 100%;
	width: 100%;
}

 
 

/* Hamburgler Stuff
---------------------------------------------------------------------------------*/
.hamburger-wrapper {
	display: block;
	position:absolute;
	top:0;
	right: 0;
	z-index:1000;
	float: right;
	padding: 25px 20px 25px 20px;
	cursor: pointer;
	text-align: left;
}
.hamburger-wrapper-index {
	display: block;
	position:absolute;
	top:0;
	left: 0;
	z-index:1000;
	float: right;
	padding: 30px 20px 30px 20px;
	cursor: pointer;
	text-align: left;
}
#menu {
	padding: 24px 13px 23px;
	height: auto;
}
#menu span {
	background: #fff;
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}
#menu span,
#menu span:before,
#menu span:after {
	width: 25px;
	height: 3px;
	-moz-transition:       all 0.2s;
	-o-transition:         all 0.2s;
	-webkit-transition:    all 0.2s;
	transition:            all 0.2s;
	-webkit-transform: translate3d(0,0,0);
}
#menu span:before,
#menu span:after {
	background: #fff;
	content: " ";
	margin-top: -.6em;
	position: absolute;
}
#menu span:after {
	margin-top: .6em;
}
#menu.on span {
	background: transparent;
}
#menu.on span:before {
	-moz-transform: rotate(45deg) translate(.5em, .4em);
	-ms-transform: rotate(45deg) translate(.5em, .4em);
	-o-transform: rotate(45deg) translate(.5em, .4em);
	-webkit-transform: rotate(45deg) translate(.5em, .4em);
	transform: rotate(45deg) translate(.5em, .4em);
}
#menu.on span:after {
	-moz-transform: rotate(-45deg) translate(.45em, -.35em);
	-ms-transform: rotate(-45deg) translate(.45em, -.35em);
	-o-transform: rotate(-45deg) translate(.45em, -.35em);
	-webkit-transform: rotate(-45deg) translate(.45em, -.35em);
	transform: rotate(-45deg) translate(.45em, -.35em);
}

.lines-black:before, .lines-black:after  {
	xbackground: #000 !important;
}
.directions-black {
	xcolor: #000 !important;
}
.location-black {
	xcolor: #000 !important;
}
 
 
.page_item_has_children::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	display: inline-block; 
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	left: -30px;
    top: -1px;
    font-size: 10px;
}
.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    right: 11px;
    top: -1px;
    font-size: 8px;
    color: #000;
}
	

.robo_gallery {
	margin-left: -7px !important;
}



/* NAVIGATION ------------------------------------------*/

.navigation {
	display: none;
	float: none;
	padding: 0px;
	padding-top: 0px;
	height: 100%;
}
.navigation ul {
	margin: 0px 0px 0px 0px;
	padding-top: 110px;
	position: relative;
	z-index: 100;
}
.navigation li { 
}
.navigation li a {
	xcolor: #3d3d3d;
	font-family: 'Telegraficoregular';
	display: block;
	padding: 23px 0px 23px 0px;
	font-size: 80px;
	line-height: 43px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease; 
}
.navigation li a:hover, .navigation li a.selected {
	background: rgba(22, 22, 22, 0.3);
	color: #fff !important;
}
.nav-social a {
	padding: 12px 20px !important;
	font-size: 30px !important;	
	display: inline-block !important;
	color: #fff !important;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);;
}
.navigation span {
	font-size: 85px !important;
    line-height: 0px !important;
}











/* ------------------------------------------------------------------------------/
	
/////////////	
SWIPER /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
.swiper-container {
	width: 100%;
	height: 660px; 
}

.swiper-wrapper { 
	position: relative;
	top: 50px;
}

.swiper-slide {  
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
 
.swiper-button-next, .swiper-button-prev {
	z-index: 1000;
} 
.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: auto;
    bottom: 0 !important;
}
:root {
    --swiper-theme-color: #000;
}
.swiper-mask {
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
}
.swiper-mask-white {
	background: rgba(255,255,255,1);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 100000;
}
.swiper-slide-content { 
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -125px;
	z-index: 100;
	text-align: center;
}
.swiper-slide-content img {
	max-width: 650px;
	opacity: .6;
	width: 100%;
	height: auto;
	padding: 0px 25px;
}
.swiper-slide-content p {
	color: white;
	text-align: center;
	position: relative;
	z-index: 100; 
}
.swiper-slide-content p:nth-of-type(1) {
	letter-spacing: 2px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.swiper-slide-content p:nth-of-type(2) {
	font-size: 80px;
	line-height: 67px;
	padding: 0px 10px 15px 10px;
	font-weight: 100;
	font-weight: bold;
	max-width: 750px;
	margin: 0 auto;
	 
	xtext-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
.swiper-slide-content p:nth-of-type(2) span {
	
	font-size: 40px;
	line-height: normal;
	xcolor: #dedede;
	left: 1px;
	xtext-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}



.link-button {
	margin-bottom: 4px;
	letter-spacing: 1px;
    background: transparent !important;
    color: #000 !important;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
	z-index: 99; 
	border: 1px solid #000;
    
	border-radius: 0px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 5px;
	text-transform: uppercase;
}
.link-button:hover {
    background: #fff;
    color: #000 !important; 
}

.link-button-blue a {
	color: white !important;
	text-decoration: none !important;
}
.link-button-blue {
	margin-bottom: 4px;
	letter-spacing: 1px;
    background: #000 !important;
    color: #fff !important;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
	z-index: 99; 
	border: 1px solid #000;
    
	border-radius: 0px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 5px;
	text-transform: uppercase;
}
.link-button-blue:hover {
    background: #fff;
    color: #fff !important; 
}



.link-button-outline {
	margin-bottom: 4px;
	letter-spacing: 1px;
    background: transparent !important;
    color: #fff !important;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
	z-index: 99; 
	border: 1px solid #fff;
    
	border-radius: 0px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size: 16px;
	text-decoration: none !important;
	border-radius: 5px;
	text-transform: uppercase;
}
.link-button-outline:hover {
    background: #fff;
    color:#fff !important; 
}


.gform_button {
	margin-bottom: 4px;
	letter-spacing: 1px;
    background: #000;
    color: #fff !important;
    padding: 8px 20px !important;
    display: inline-block;
    position: relative;
	z-index: 1000;
	
    
	border-radius: 0px !important;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size: 15px !important;
	text-transform: uppercase;
	cursor: pointer;
	width: auto !important;
	line-height: normal !important;
	border: 0px !important;
    border-radius: 5px !important;
    
    text-transform: uppercase !important;
    background: #fff !important;
    color: #000 !important;   
	border: 1px solid #000 !important;
}
.gform_button:hover {
    background: #fff !important;
    color: #000 !important; 
}
 
.gform_wrapper .gform_footer {
	padding: 0px !important;
	margin: 0px !important;
	padding-top: 10px !important;
}


 
/* Nav Area Dropdown
-----------------------------------------*/
.header-navigation ul ul {
	position: absolute;
	top:84px; 
	background: #fff;
	display: none;	   
	border-top: none;
	width: 230px;  
}
.header-navigation li li {
	display: block; 
	float: none;
	width: 100%;
	text-align: left;
}
.header-navigation ul li ul li a {
	padding: 10px 15px 10px 15px !important;
	display: block;
	width: 100%; 
	color: #000 !important; 
	margin: 0px 0px 0px 0px !important;
}

 
 
 
 /* Hamburger
-----------------------------------------*/
.nav-container {   
	height: 55px;
	width: 55px; 
	padding-top:18px; 
	cursor: pointer;
	position:absolute;
	top: 25px;
	left: 15px;
	z-index: 1001;
	display: none; 
}
.nav-container:active { 
}
.nav-container span {
  -webkit-transition: all 0.4s cubic-bezier(0.1, 7, 0.1, 0.1);
  transition: all 0.4s cubic-bezier(0.1, 7, 0.1, 0.1);
  display: block;
  xcursor: pointer; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.active {
  background: #000;
  width: 25px;
  height: 5px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.cross {
  background: #000;
   width: 25px;
  height: 5px;
  margin-top: 7px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.cross:nth-of-type(1) {
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}
.cross:nth-of-type(2) {
  -webkit-transform: rotate(-41deg);
          transform: rotate(-41deg);
  margin-top: -5px;
} 
 
 
.header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10000;
	xbackground: url(img/bg-header.png) repeat-x;
	background-size: 14px 180px;
	height: 80px;
} 
.center-center {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0px 20px; 
	z-index: 1000; 
} 
.header-bottom {
	position: relative; 
	height: 115px;
	background: white;
    box-shadow: rgb(0 0 0 / 40%) 0px 40px 20px -35px;
} 
.logo {
	position: absolute;
	top: 10px;
	left: 15px;  
	z-index: 10;
}
.logo img {
	max-width: 235px;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: 0px;
}
.logo:hover {
	top: 18px;
}
.logo:active {
	top: 21px;
}
 
.header-navigation { 
	display: inline-block;
	float: right;
	margin-right: 20px;
	text-align: right;
	position: relative;
	top: 32px;
} 
.header-navigation ul {
	display: inline-block;
} 
.header-navigation ul li{
	display: inline-block;
	float: left;
} 
.header-navigation ul li img {
    max-width: 10px;
    position: relative;
    top: -3px;
    left: 5px;
}
.header-navigation li a:link, .header-navigation li a:visited  {
	color: #000; 
	display: inline-block;
	padding: 5px 3px;
	margin: 10px 6px;   
    position: relative;
   text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 13px;   
}
.header-navigation li a:hover {
	color: #000 !important; 
} 
.current_page_item a, .current_page_parent > a{
	xcolor: #000 !important;  
} 
.header-navigation li a:active{ 
	top: 1px;
} 

.book-party a { 
	border-bottom: 1px solid #911c18;
}

.header-navigation li a:hover:after {
    transform: translateX(-50%) scaleX(1);
    content: '';
}
 
.header-navigation li a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 2px);
    transform: translateX(-50%) scaleX(0);
    width: calc(100% - 2px);
    height: 15px;
    border-bottom: 1px solid #000;
    transition: all .2s ease-in-out;
    content: '';
}


.current-menu-item a {
	xcolor: #000 !important;
}
.header-navigation .current-menu-item a:after { 
    content: '';
    left: calc(0% - 0px) !important;
    transform: none !important;
    
}

.header-navigation li li a:after {
   display: none !important;
}

.nav-button {
	background: #000;
	margin-left: 5px;
	border-radius: 5px;
	font-weight: bold;
    
} 
.nav-button a {
	color: #fff !important;
} 
 
 
 
.desktop-phone {
	position: absolute;
    top: 40px;
    left: 25px;
    z-index: 1000; 
}
.desktop-phone a { 
    color: #000;
    padding: 10px 5px 10px 0px;
}

.home-phone {
    xdisplay: none; 
}
.home-phone {
	letter-spacing: 1px;
    position: absolute;
    top: 40px; 
    right: 25px;  
    z-index: 1000;
}
.book-party-mobile { 
	padding: 5px 7px;
	color: #911c18 !important; 
	font-size: 14px;
}
.home-phone a {
	background: transparent; 
	color: #000 !important;
	padding: 10px 20px;
    border-radius: 5px;
	border: 1px solid #000;
	font-size: 12px;
	
    
}
.home-phone a:hover {
	background: #000; 
	color: black !important;
}
 

.hero-scroll {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 100;
    cursor: pointer;
}




/*---------
Book now script
----------*/

.check-availability {
	text-align: center;
	font-weight: 100; 
    font-size: 40px;
    
    padding: 30px 0px 10px 0px;
}


.widgetHotelsForm {
	text-align: center;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #e7e7e7;
}
.CloudBedsWidget .vertical-widget {
    width: auto !important;
}

.widgetHotelsForm .vertical-widget a.submit_link:hover {
    background: #fff !important;
    color: #000 !important;
}
.CloudBedsWidget .widgetHotelsForm a.submit_link {
    border-radius: 0 !important;
    background: #000 !important;
    text-transform: uppercase;
    padding: 10px 30px !important;
    font-family: 'Oxygen', sans-serif !important;
    font-weight: 100 !important;
    color: #fff;
    padding: 4px;
    min-width: 100px;
    margin-top: -5px;
    text-shadow: none;
    white-space: normal;
    cursor: pointer;
    letter-spacing: 2px !important;
    border: none !important;
    box-shadow: none !important;
}
.widgetHotelsForm .acessa_widget_block p {
	font-family: 'Oxygen', sans-serif !important;
}
.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date, .widgetHotelsForm .acessa_widget_block select {
    width: 145px !important;
}
.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date, .widgetHotelsForm .acessa_widget_block select {
    height: 35px !important;
}
















/*---------
WORDPRESS
----------*/
 
.page-content-wrapper {
	padding: 40px 35px 50px;
	position: relative;
	z-index: 10;
    xbackground: #f8f8f8;
	xbackground: url(img/bg-decor.png) no-repeat top right;
	background-size: 150px 132px; 
	
}
.page-content-wrapper a:link, .page-content-wrapper a:visited {
	color: #000;
	text-decoration: underline;
}
.page-content-center {
	max-width: 1300px;
	margin: 0 auto;
}
.page-content-left {
	width: 60%;
	float: left;
}
.page-content-right {
	width: 35%;
	float: right;
}
.mid-hours {
	background: #000;
	border-radius: 20px;
	overflow: hidden;	
	color: white;
	padding: 20px 30px 15px;
	margin-top: -144px;
	position: relative;
	z-index: 100; 
}
.mid-hours p { 	
	color: white;
	padding-bottom: 10px;
}
.mid-hours h4 {
	font-size: 28px;
	font-weight: bold;
	xborder-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
	xfont-weight: 100;
    
}
.page-content-padding {
	padding: 0px 15px;
}
.img-responsive {
	height: auto;
	width: 100%;
	display: block;
}
.page-content-wrapper small {
	letter-spacing: 1px;
	padding-bottom: 15px;
	font-size: 15px;
	display: block; 
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
    
}
.page-content-wrapper h1 {   
    
    line-height: 42px;
     text-transform: uppercase;
    font-size: 42px; 
    padding: 0px 0px 15px 0px;
    color: #000;
    color: #000; 
}
.gform_title {
	font-weight: 100 !important;
    
    font-size: 40px !important; 
    padding: 40px 0px 10px 0px;
  
	
}
 

.img-decor {
    position: relative; 
}
 
.img-decor::before {
    border-color: rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: 1;
    border-top-width: 1px;
    top: 10px;
    border-right-width: 1px;
    right: 10px;
    bottom: 0;
    left: 0; 
}
.img-decor::after {
    border-color: #d2d2d2;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-style: solid;
    border-width: 1px;
    top: 10px;
    right: 10px;
    bottom: -10px;
    left: -10px; 
}
.padding-top-80 { 
}
.bg-grey {
	background: #f8f8f8;
}
.img-button {
	position: absolute;
	bottom: -7px;
	left: -4px;
}




.page-content-third {
	width: 50%;
	text-align: center;
	float: left;
}
.page-content-wrapper h2 {  
    font-size: 28px;  
    padding: 10px 0px 15px 0px;    
    color: #000;
    text-transform: uppercase;
}
.page-content-wrapper h2 a { 
	text-decoration: none !important;
}
.img-radius img {
	border-radius: 10px;
} 

.center-home-amenities {
	text-align: center;
	padding: 40px 0px;
}
.center-home-amenities .content-title{
    font-weight: 100;
    
    font-size: 48px;
    padding: 0px 0px 10px 0px;
    display: block;
    line-height: normal;  
}
.center-home-amenities p {
	max-width: 600px;
	margin: 0 auto;
}

.gform_required_legend {
	display: none !important;
}


 


.hero-me-two {
    position: relative;
    background: url(img/test.jpg) center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    z-index: 98;
    height: 650px;
}
.hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 40, 79, .5);
    width: 100%;
    height: 100%;
    z-index: 99;
}
.hero-content {
    color: white;
    position: relative;
    text-align: center;
    padding: 244px 20px 0px;
    z-index: 100;
}
.hero-me-one p, .hero-me-two p { 
    max-width: 860px;
    margin: 0 auto;
    color: white;
}





/*---------
THIRD
----------*/
.footer-wrapper {
	background: #000;
	color: white;	
	padding: 40px 0px 40px;
	xbackground: url(img/bg-footer.jpg) center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
}
.footer-wrapper a:hover {
	color: white;
}
.footer-center {
	max-width: 900px;
	margin: 0 auto;
}
.footer-third {
	width: 50%;
	float: left;
}
.footer-third-padding {
	padding: 0px 25px;
	margin-bottom: 20px;
}
.footer-third-padding p{
	color: white;
	padding-bottom: 12px;
}
.footer-third-padding h4 {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #474747;
	font-weight: 100;
	font-size: 18px;
	xcolor: #979797;
}
.logo-footer {
	max-width: 345px;
	margin: 0 auto 15px;
	text-align: center;
}
.footer-social {
	padding: 10px 0px 15px;
	text-align: center;
}
.footer-social a {
	font-size: 20px;
	padding: 0px 10px;
	text-align: center;
}
.footer-nav {
	text-align: center; 
	padding: 0px 10px 35px;
}
.footer-nav li {
	display: inline-block;
	padding: 10px 10px;
	text-transform: uppercase;
}
.footer-nav li a {  
	color: #fff !important;
}
.footer-nav .current_page_item a {
	color: white !important;
}
.footer-copyright {
	padding: 10px;
	color: #999999;
	text-align: left;
	background: #2e2e2e;
	font-size: 12px;
}
.img-footer-contact {
	max-width: 169px;
	margin-bottom: 10px;
}
#eapps-weather-77eea84b-789c-488c-9bea-3aab32de5723 > div > div:nth-child(2) {
	display: none;
}
.eaw-weather-component {
	width: 100% !important;
	max-width: none !important;
}
#eapps-weather-77eea84b-789c-488c-9bea-3aab32de5723 > div > a {
	background: transparent !important;
	display: none !important;
}
.footer-hours {
    font-weight: bold;
}
.footer-hours span {
    float: right;
    font-weight: 100;
}

.footer-hours p {
    padding-bottom: 0px;
}
.footer-nav-copy {
	text-align: center; 
	padding-bottom: 15px;
}
.footer-nav-copy li {
	display: inline-block;
	padding: 10px 10px; 
}
.footer-nav-copy li a:link, .footer-nav-copy li a:visited {
	font-size: 12px;
	color: #fff !important;
}
.footer-nav-copy li a:hover { 
	xcolor: #b03b27 !important
}
.footer-nav-copy .current_page_item a {
	color:  #000 !important
}


.call-to-action {
    border-top: 1px solid #e7e7e7;
    padding: 0px 0px 5px;
    text-align: center;
}
.call-to-action h3 {
    text-align: center;
    font-size: 42px; 
    font-weight: 100;
    margin-bottom: 10px; 
     
    
    color: #000;
    letter-spacing: -2px;
}
.footer-subscribe {
    background: #fff;
    padding: 10px 0px 30px;
    border-bottom: 1px solid #e7e7e7;
	xbackground: url(img/bg-subscribe.jpg) center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
}
.footer-decor {
	height: 38px;
	width: 100%;
	background: url(img/decor.png) repeat-x #fff;
	background-size: 50px 38px;  
	position: relative;
	z-index: 100;
}

.footer-decor-moo {
	height: 121px;
	width: 100%;
	background: url(img/bg-moo.png) repeat-x #fff;
	background-size: 695px 121px;  
	position: relative;
	z-index: 100;
}

.footer-subscribe-padding {
    padding: 0px 20px;
    max-width: 700px;
    margin: 0 auto;
}
.footer-subscribe-text {
    color: black;
    font-size: 22px;
    float: none;
    width: 100%;
}
 
.footer-subscribe-text p:nth-of-type(1) {
    font-size: 42px; 
    font-weight: bold; 
    margin-bottom: 0px;
    padding-bottom: 10px;   
    color: #000; 
    color: #000;
}







.page-hero-top {
	position: relative;
	z-index: 0;
}

.hero-featured {
	background: black !important; 
	height: 120px;
	background-size:cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important; 	
	position: relative;
	z-index: 1000;
	opacity: .4;
	margin-top: 119px;
}
.rbs_shortcode {
	margin-left: 13px !important;
}
.page-mask {
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.hero-page-title {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	color: white;
     
	z-index: 10001;
	font-size: 40px;
}


.header-navigation {
    box-shadow: rgb(0 0 0 / 40%) 0px 40px 20px -35px;
}





/* ------------------------------------------------------------------------------/
	
/////////////	
FOOTER /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
 

/* Instagram
---------------------------------------------------------------------------------*/
.insta-wrapper {
	width: 100%;
	padding: 2px 2px;
	position: relative;
	z-index: 100;
	background: #fff;
}
.insta-post { 
	background: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover; 
	
}
.insta-square {
	position: relative;
	width: 16.6666%;
	float: left;
	display:block;
	padding: 2px;
}	
.insta-post img {
	width: 100%;
	height: 100%;
	display:block;
}
.instagram-spot a {
    font-size: 20px;
    color: #000 !important;
    background: white;
    display: inline-block;
    padding: 20px 20px 17px;
    font-family: 'PT Sans', sans-serif;
}
.instagram-spot {
    text-align: center;
}
.instagram-title {
	font-weight: 100;
    font-size: 40px;
    
    padding: 50px 0px 10px 0px;
    text-align: center;
}
.instagram-icon {
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 25px;
    margin-top: 15px;
    color: #688e9b;
    text-transform: uppercase;
}









 
 
 
 .placeholder-section {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 height: 50vh;
	 background-color: lightgray;
}



/* Make TablePress table look like a weekly calendar */
.tablepress-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

/* Header row for days */
.tablepress-calendar thead th {
  background-color: #000;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ccc;
}

/* First column (time slots) */
.tablepress-calendar tbody td:first-child {
  background-color: #f2f2f2;
  font-weight: bold;
  width: 90px;
}

/* Table cells */
.tablepress-calendar td {
  border: 1px solid #ccc;
  padding: 15px 8px;
  vertical-align: top;
  min-height: 80px;
}

/* Hover effect */
.tablepress-calendar td:hover {
  background-color: #fffbcc;
}

/* Responsive scroll on small screens */
@media (max-width: 768px) {
  .tablepress-calendar {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}



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

/*
	.tablepress tbody tr {
	float: left;
	width: 50%;
	}
	.tablepress tbody tr:nth-child(2n+1) { 
	clear: left;
	}
*/

}

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

/*
	.tablepress tbody tr {
	float: none;
	width: 100%;
    border-bottom: 1px solid #ededed;
	}
*/

}
 
 
 
 
 
.order-online-img img {
	border-radius: 10px;
}  
 



 
 
 


/* ------------------------------------------------------------------------------/
	
/////////////	
RESPONSIVE /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
 

 

/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1023px) {
	 	
	.mobile-hide {display: none !important;}
	.mobile-show {display: block;}
	.mobile-show-inline {display: inline-block;}

	 
	 
	.insta-square {
	width: 50%;
	}
	.insta-square:nth-child(5), .insta-square:nth-child(6), .insta-square:nth-child(7), .insta-square:nth-child(8), .insta-square:nth-child(9), .insta-square:nth-child(10) {
	display:none !important;
	}
	
	.header-navigation {
	display: none; 
	position: relative;
	top: 0px;
	}	 
	.nav-container {
	top: 17px;
	right: 15px;
	}
	.logo {
	padding: 5px 0px 5px 5px; 
	}
	.logo img {
    max-width: 185px;
    }	  
    .nav-container {  
	display: block;
	}

	.header-navigation ul {
    float: none;
	}
	.header-navigation ul li{
	display: block;
	float: none;
	position: relative;
	text-align: left;
	} 
	.header-navigation ul li a:link, .header-navigation ul li a:visited {
	display: block;
	padding: 15px 0px; 
	font-size: 22px;
	text-align: center;
	margin: 0px;
	}
 
	.page_item_has_children::after {
	left: auto;
	right: 15px;
    top: 22px;
    font-size: 10px;
    position: absolute;
	}
	.header-navigation ul li li a::after {
	content: " - ";
	padding-left: 10px;
	display: inline-block;
	}
	.header-navigation ul li img {
    top: -10px;
    } 	
	.header-navigation ul ul {
    position: relative;
    top: auto; 
    display: none; 
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    background: #f2f2f2 !important;
    margin: 0px;
    border: none;
    width: 100%;
	}
	.header-navigation ul li ul li a {
    padding: 10px 20px !important;
    width: auto !important;
   	}
	.header-navigation ul li ul li a {
    float: none; 
	}
	.current_page_item a, .current_page_parent > a{
	color: #000  !important;
	}
	.nav-button a {
	color:#000 !important;
	} 
	.logo { 
	top: 5px;
	left: 5px;
	margin-left: 0px;
	z-index: 10;
	}
	.header-bottom {
	height: 80px;
	xposition: absolute;
	xz-index: 100;
	}
	.logo img {
    max-width: 172px; 
    }
	.nav-container {
    top: 15px;
    right: 10px;
    left: auto;
	}
	.home-phone { 
	top: 30px;
    right: 65px;
	}
	.home-phone a {
    font-size: 10px; 
    padding: 8px 10px;
    }
	.header-navigation { 
	position: relative;
	text-align: center;
	background: #fff;
	padding-top: 95px;
	xbackground: url(img/bg-mobile-nav.png) center center #000;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	margin-right: 0px;
	float: none;
	}
	.swiper-container {
	height: 400px;
	}
	.home-phone a {
	font-size: 16px;  
	padding: 10px 12px;
	letter-spacing: 1px;
	border-radius: 5px; 
	color: white !important;
	background: #000;
	}
	.logo {
	padding: 0px 0px 0px 0px;
	}
	.logo:hover {
	top: 9px;
	}
	.logo:active {
	top:12px;
	}
	.header-navigation ul {
	display: block;
	} 
	.header-navigation ul li{
	display: block;
	float: none;
	}  
	.header-navigation ul li a:link, .header-navigation ul li a:visited {
	display: block;
	padding: 10px 0px; 
	font-size: 18px;
	text-align: center;
	margin: 0px;  
	}
   .header-navigation li a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: calc(50% - 2px);
	transform: translateX(-50%) scaleX(0);
	width: calc(100% - 2px);
	height: 15px;
	border-bottom: 1px solid #132045;
	transition: all .2s ease-in-out;
	content: '';
	display: none;	
	}
	.header-navigation .current-menu-item a:after { 
	content: '';
	left: calc(0% - 0px) !important;
	transform: none !important;
	display: none;	
	}
	.mobile-show {
	display: block !important;
	}
	.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 25px;
    top: 24px;
    font-size: 10px; 
	}
	.promo-text { 
    }
    .swiper-button-next, .swiper-button-prev {
	display: none;
	}
	.header-top-left {
	padding: 20px 0px 20px;
	}
	.header-top-left a {
	margin: 0px 10px;
	color: #000;
	}	
	.swiper-slide-content {  
	margin-top: -85px;
	}
 
	.swiper-slide-content p:nth-of-type(1) { 
	font-size: 12px;
	letter-spacing: 1px;
	}
	.swiper-slide-content p:nth-of-type(2) {  
	font-size: 40px;
	line-height: 46px;
	}
	.swiper-slide-content p:nth-of-type(2) span {
    
    font-size: 32px;
    line-height: normal;
	}
	.link-button {
	xfont-size: 16px;
	xletter-spacing: 1px; 
	}
	.page-content-left {
	width: 100%;
	float: none;
	}
	.page-content-right {
	width: 100%;
	float: none;
	}
	.page-content-wrapper h1 { 
    font-size: 34px; 
	}
	p {
    line-height: 26px;
    padding-bottom: 18px;
    font-size: 14px;
    }
    .padding-top-80 {
	padding-top: 0px;
	}
	.page-content-third {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	}
	.page-content-wrapper h2 {  
	xfont-size: 30px; 
	}
	.center-home-amenities .content-title {
    font-size: 40px;
    }
    .page-content-padding {
    padding: 0px 10px;
	}
	.hero-content {
    padding: 90px 20px 0px;
    }
    .page-content-wrapper {
    padding: 30px 20px;
    }
    .page-content-wrapper small {
    font-size: 13px;
    letter-spacing: 2px;
    }
    .footer-wrapper {
	padding: 40px 0px;
	}
	.footer-third {
	width: 100%;
	float: none;
	}
 
	.footer-subscribe-text {
	color: black;
	font-size: 22px;
	float: none;
	width: 100%;
	}
	.footer-subscribe-form {
	float: none;
	width: 100%;
	}
	.footer-subscribe-text p:nth-of-type(1) {
    margin-top: 20px;
    }
    .hero-me-two {
    height: 410px;
	}
	.hero-featured { 
	height: 20px;
	margin-top: 84px;
	}
	.page-id-92 .hero-featured {
	height: 80px;
	}
	input[type="text"], input[type="email"], textarea, select {
    padding: 5px 10px !important;
	}
	.gform_wrapper li.field_sublabel_below .ginput_complex {
	margin-top: 0px !important;
	}
	.happenings-mirror h2 {
	font-size: 25px !important;
	padding-top: 0px !important;
 	}
 	.page-content-wrapper {
    background-size: 80px 70px;
	}
	.swiper-wrapper {
	height: 100%;
	position: relative;
	top: 0px;
	}
	.swiper-slide-content img {
    max-width: 380px;
    }
    .nav-button {
	margin: 0px 10px;
	border-radius: 5px; 
    }
    .mid-hours {
	margin-top: 0px;
    }
    .footer-hours p {
	padding-bottom: 0px;
    }
    .page-content-padding {
    padding: 0px 0px 50px;
	}
	.nav-button a {
	color: #fff !important;
	} 
	#bgvid {
    transform: translateY(-10%);
    }
	
	
}

  
@media screen and (min-width:1024px) {
	 
	.header-navigation {
	display: block !important;
	}

} 