/* 
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
---------------------------------------------------------------------------------*/
html { scroll-behavior: smooth; }

.slider-push-me {
	height: 135px;
}

* {	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;}
a:link, a:visited { color:#279bcc; 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;
	
}
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-weight: 400;
 	font-size:16px;
	overflow-x:hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-width:320px;  
	background: #FEFEFE;
}
body, html {
	width:100%;
	height:100%;
	position:relative;
}
p { 
	line-height: 24px;
	padding-bottom:18px;
	font-size: 14px; 
	color: #515151;
	color: #26334d;
	
}
.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 {
	background: #342316;
    color: white; 
    padding: 4px 0px 4px 0px;
    position: relative;
    z-index: 100; 
    text-align: center;
}
.promo-text a {
	text-decoration: none;
}
  
  
.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: 15px; 
}
.page-content-wrapper li {
	list-style-type: disc;
    line-height: 24px; 
    font-size: 14px;
    color: #26334d;
}
.page-content-wrapper h3 {
	padding: 10px 0px 5px;
	text-transform: uppercase;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
	margin:0 auto;
    position: relative;
    xpadding-bottom: 56.25%;
   padding-bottom: 43%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sow-slider-base a {
	background: white;
	border-radius: 100px;
	text-decoration: none !important;
	border: 1px solid #26334d;
	width: 60px;
	height: 60px;
}


#bgvid {
	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;
}
.video-push-me {
	position: relative;
	height: 100%;
	width: 100%;
}

 
input[type="text"], input[type="email"], input[type="tel"], textarea{
	-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);
}
 
#field_1_2 label {
	display: none !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: #ff0000;
}
.phone-button {
	 display: flex; 
	 justify-content: center;
	 align-items: center;
	 position: absolute; 
	 border: none;
	 background: #ff0000;
	 background-size: 18px;
	 cursor: pointer;
	 outline: none;
	 animation: pulsephone 3s ease infinite;
}
.phone-button a {
	 position: absolute;
	 color: #fff;
	 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;
} 
 
 

 
 

/* 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: 14px;
    top: -2px;
    font-size: 8px;
    color: black;
}
	

.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: 590px; 
	height: 100%;
	position: absolute;
	top: 0;
}

.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: #9e1422;
}
.swiper-mask {
	background: rgba(0,0,0,.4);
	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: -30px;
	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: 1px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	 
}
.swiper-slide-content p:nth-of-type(2) {
	font-size: 61px;
	line-height: 68px;
	 
	padding: 0px 10px 10px 10px;
	font-weight: 400; 
	color: #fff;
	font-weight: bold;
}
.swiper-slide-content p:nth-of-type(2) span {
	
	font-size: 40px;
	line-height: normal;
	color: #dedede;
	left: 1px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}



.link-button {
	margin-bottom: 4px;
	letter-spacing: 1px;
    background: #1d1d52;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
	z-index: 99; 
	
    
	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: 15px;
	text-decoration: none !important;
	border-radius: 5px;
	text-transform: uppercase; 
	
}
.link-button:hover {
    background: #fff;
    color: #000 !important; 
}


.link-button-fill {
	margin-bottom: 4px;
	letter-spacing: 1px;
    background: #26334d;
    color: #fff !important;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
	z-index: 99;  
	font-weight: bold;
    
	border-radius: 5px;
	-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: 13px;
	text-decoration: none !important;
	border-radius: 0px;
	text-transform: uppercase;
	border: 1px solid #26334d;
	
}
.link-button-fill:hover {
    background: #3e527b; 
}


.link-button-outline {
	margin-bottom: 4px;
	letter-spacing: 1px;
    background: transparent;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
	z-index: 99; 
	 
	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: 15px;
	text-decoration: none !important;
	border-radius: 0px;
	text-transform: uppercase;
	border: 1px solid white;
	
	border-radius: 5px;
}
.link-button-outline:hover {
    background: #fff;
    color: #000 !important; 
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
    letter-spacing: 0px !important;
}

.gform_button {
	margin-bottom: 4px;
	letter-spacing: 1px; 
    padding: 10px 20px;
    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-radius: 5px !important; 
	border: 1px solid #26334d !important;
    background: #1d1d52 !important;
    color: #fff !important;
    border: none !important;
    font-weight: 300 !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:71px; 
	background: #fff;
	display: none;	   
	border-top: none;
	width: 205px;  
}
.header-navigation li li {
	display: block; 
	float: none;
	width: 100%;
	text-align: left;
}
.header-navigation ul li ul li a {
	padding: 7px 15px 7px 15px !important;
	display: block;
	width: 100%; 
	color: #000; 
	margin: 0px 0px 0px 0px !important;
	line-height: 20px;
	font-size: 13px !important;
}
.header-navigation ul li ul li a:hover {
	color: #b8b8b8 !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;
} 

.page-push-home {
	height: 100%;
}
.page-push {
	height: 135px;
}
 
 
.header-wrapper {
	position: fixed;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10000;
	xbackground: url(img/bg-header.png) repeat-x;
	background-size: 14px 180px;
	height: 0px;
} 
.header-wrapper-abs {
	position: absolute;
}

.header-top { 
    padding: 4px 0 4px;  
    background: #1d1d52; 
    color: #fff;
    font-size: 14px; 
}
.header-bottom {
	xbox-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	x-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.2);
	x-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.header-top i {
	color: white;
}
.header-top i:hover {
	opacity: 0.7;
}

.header-top-left {
    float: left;
    position: relative;
    top: 2px;
}

.header-top-left i {
	font-size: 15px;
	padding: 4px 3px 4px 10px;
}
 

.header-top-right {
    float: right;
}

.book-right a {
	background: #ff0000;
	color: #fff!important;
	padding: 4px 20px !important;
	border-radius: 3px;
	font-size: 14px;
}
.book-right a:hover {
	background: #ff0000;
	color: #fff !important; 
}


.header-top ul {
	text-align: center;
}
.header-top li {
	text-align: center;
	display: inline-block;  
}
.header-top li a:link, .header-top li a:visited {
	text-transform: uppercase;
	display: inline-block; 
	padding: 0px 10px;
	color: #fff; 
}
.header-top li a:hover, .header-top li a.selected {
	 color: #fff;
}
.header-top li i {
	font-size: 14px;
	padding-right: 5px;
}

 
 



 
.center-center {
    xmax-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0px 5px; 
	z-index: 1000; 
} 
.header-bottom {
	position: relative; 
	height: 100px;
	background: white;
    xbox-shadow: rgb(0 0 0 / 40%) 0px 40px 20px -35px;
} 
.logo {
	position: absolute;
	top: 25px;
	left: 15px;  
	z-index: 10;
}
.logo img {
	max-width: 400px;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: 0px;
	
}
.logo:hover {
	top: 16px;
}
.logo:active {
	top: 20px;
}
 
.header-navigation { 
	display: inline-block;
	float: right;
	margin-right: 20px;
	text-align: right;
	position: relative;
	top: 30px;
} 
.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: #26334d; 
	display: inline-block;
	padding: 1px 5px;
	margin: 8px 11px;   
    position: relative;
   xtext-transform: uppercase; 
    font-size: 14px; 
    text-transform: uppercase; 
    font-weight: bold;
    xfont-family: 'teko',sans-serif;
}
.header-navigation li a:hover {
	color: #1d1d52!important; 
} 
.current_page_item a, .current_page_parent > a{
	color: #1d1d52  !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 #1d1d52;
    transition: all .2s ease-in-out;
    content: '';
}


.current-menu-item a {
	color: #1d1d52 !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: #9e1422;
	margin-left: 15px;
	border-radius: 5px;
    
} 
.nav-button a {
	color: white !important;
} 
 
 
.desktop-phone {
	position: absolute;
    top: 40px;
    left: 25px;
    z-index: 1000; 
}
.desktop-phone a { 
    color: #9e1422;
    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 { 
	color: #fff !important;
	padding: 10px 20px 15px;  
	font-size: 12px; 
	background: #1d1d52;
	border-radius: 5px;
}
.home-phone a:hover {
	background: #1d1d52;
	color: #fff !important;
}

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

 

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









/*---------
WORDPRESS
----------*/
 
.page-content-wrapper {
	padding: 60px 35px 50px;
	position: relative;
	z-index: 10;  
}

.home .page-content-wrapper {
	padding: 50px 35px 50px;
	position: relative;
	z-index: 10;  
}

.page-content-wrapper a:link, .page-content-wrapper a:visited {
	xcolor: #ff0000;
	xtext-decoration: underline;
}
.page-content-center {
	max-width: 1300px;
	margin: 0 auto;
}
.page-content-left {
	width: 55%;
	float: left;
}
.page-content-right {
	width: 45%;
	float: right;
}
.mid-hours {
	background: #292929;
	border-radius: 20px;
	overflow: hidden;	
	color: white;
	padding: 20px 30px 15px;
	margin-top: -144px;
	position: relative;
	z-index: 100;
	background: rgb(68,68,68);
	background: radial-gradient(circle, rgba(68,68,68,1) 13%, rgba(23,23,23,1) 93%);
}
.mid-hours p { 	
	color: white;
	padding-bottom: 10px;
}
.mid-hours h4 {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #9e1422;
	padding-bottom: 5px;
	margin-bottom: 10px;
    
}
.page-content-padding {
	padding: 0px 15px;
}
.img-responsive {
	height: auto;
	width: 100%;
	display: block;
}
.page-content-wrapper small {
	letter-spacing: 1px;
	padding-bottom: 10px;
	font-size: 15px;
	display: block; 
	text-transform: uppercase;
	color: #279bcc;
    
}
.page-content-wrapper h1 {   
    
    line-height: 44px; 
    font-size: 40px; 
    padding: 0px 0px 10px 0px;
    color: #26334d;
    font-weight: 100;
    letter-spacing: -1px;
	text-transform: uppercase;
}
.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 { 
	padding: 50px 30px 10px 0px;
}
.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-weight: 100;
    font-size: 28px; 
    padding: 0px 0px 10px 0px;
    letter-spacing: -1px;
    color: #26334d;
    text-transform: uppercase; 
}
.page-content-wrapper h2 a { 
    color: #26334d !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;
}







.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: 400px;
}
.hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 99;
}
.hero-content {
    color: white;
    position: relative;
    text-align: center;
    padding: 80px 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: #1c1c1c;
	color: white;	
	padding: 0px 0px 40px;
	background: 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: 1300px;
	margin: 0 auto;
}
.footer-third {
	width: 33.333%;
	float: left;
}
.footer-third-padding {
	padding: 0px 30px;
	margin-bottom: 20px;
}
.footer-third-padding p{
	color: white;
	padding-bottom: 12px;
}
.footer-third-padding h4 {
	padding: 15px 0px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #474747;
	font-weight: 100;
	font-size: 16px;
	color: #979797; 
    letter-spacing: 1px;
}
.logo-footer {
	max-width: 530px;
	margin: 0 auto 15px;
	text-align: center;
	padding: 0px 20px;
}
.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 15px 40px;
}
.footer-nav li {
	display: inline-block;
	padding: 8px 10px;
	text-transform: uppercase;
}
.footer-nav li a {
	font-size: 16px;
	color: #979797 !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: 5px;
}
.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:  #979797 !important;
}
.footer-nav-copy li a:hover { 
	color:  #979797 !important
}
.footer-nav-copy .current_page_item a {
	color:   #979797 !important
}


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

.footer-decor-top {
    background: url(img/icon-footer-decor-top.png) repeat-x;
    background-size: 6px 11px;
    height: 11px;
}
.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: 100; 
    margin-bottom: 0px;
    padding-bottom: 10px;  
    color: black;
    
    letter-spacing: -1px;
    color: #26334d; 
}







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

.hero-featured {
	background: black;
	height: 300px;
	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: .8;
}
.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;
}
.page-fix-half {
	width: 50%;
	float: left;
}

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





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

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

/* Instagram
---------------------------------------------------------------------------------*/
.insta-wrapper {
	width: 100%;
	padding: 2px 2px 0px;
	position: relative;
	z-index: 100;
	background: #fff;
}
.insta-post { 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-position: left center;
	
}
.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;
}
 

.tablepress-table-name { 
	z-index: 100;  
	margin:20px 0px 0px;	 
	padding: 0px !important; 
	font-weight: 100; 

}

.tablepress thead {
	display: none;
}
.table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.table .tr {
  display: table-row;
}
.table .td {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.tablepress td {
	display: block;
	text-align: center;
}
.tablepress tbody td {
	border: none !important;
}
.tablepress th {
	display: none !important;
}
.tablepress tbody tr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ededed;
}
.tablepress caption {
	display: none !important;
}
.tablepress img {
	width: 100%;
	height: auto;
	display: block;
}
.tablepress .column-2 {	
	text-align: left; 
	float: left !important;
	width: 75%;
	font-size: 16px;
    font-weight: bold;
    padding: 0px 0px;
    text-transform: uppercase;
}
.tablepress .column-3 {	
	text-align: right; 
	float: left !important;
	width: 25%;
	font-size: 16px;
    font-weight: bold;
    padding: 0px 0px;
}

.tablepress tr td:nth-of-type(4)::before {
	xclear: left;
	content: " ";
	display: block;
	width: 100%;
}  
 
.tablepress .column-4 {	
    text-align: left;
    clear: left;
    font-weight: bold;
    xdisplay: none !important;
    padding: 5px 0px 4px;
}

.tablepress tr td:nth-of-type(5)::before {
	clear: left;
	content: " ";
	display: block;
	width: 100%;
} 
.tablepress .column-5 {	
	text-align: left;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding: 0px 0px 10px;
    clear: both;
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    text-transform: lowercase;
}
.tablepress tbody tr:nth-child(4n+1) { 
	clear: left;
}
.tablepress-table-description {
	text-align: center;
	padding: 10px;
    line-height: 23px;
}

@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;
}  
 


#sb_instagram #sbi_images {
    padding: 0px 0 !important;
}


 
 
 
 
/* Define a highlight effect */


@keyframes highlightAnimation {
  0% { background-color: yellow !important ; }
  10% { background-color: transparent !important; }
}
 
.highlight {
  background-color: yellow !important; /* Ensure visibility */
  transition: background-color .1s ease;
  animation: highlightAnimation .1s ease;
}

.map-wrapper {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;

} 
.map-locations {
	position: relative;
} 
.map-icon {
	background-image: url(img/map-icon.png);
	background-size: 65px 94px;
	width: 65px;
	height: 94px;
	position: absolute;  
	text-align: center;
	font-size: 12px;
	-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;
opacity: 0.8;

}
.map-icon a { 
	width: 65px;
	height: 94px; 
	color: black;
	display: block;
} 
.map-icon u {
	text-decoration: none;
	position: relative;
	top: 90px;
	padding: 2px 5px;	
	background: white;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid white;
} 
.map-icon u:hover {
	background: white;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid black;
} 
.zbmh {
	top: 320px;
	left: 560px;
}
.zdfw {
	top: 340px;
	left: 390px;
}
.zlax {
	top: 270px;
	left: 30px;
}
.zmco {
	top: 431px;
	left: 662px;
}
.zord {
	top: 150px;
	left: 525px;
}
.zghq {
	top: 177px;
	left: 732px;
}
.zbwi {
	top: 195px;
	left: 702px;
}
.zjfk {
	top: 154px;
	left: 774px;
}
.zewr {
	top: 165px;
	left: 753px;
}
.zocf {
	top: 413px;
	left: 638px;
}

 
.map-icon:hover {
	z-index: 1000;
	opacity: 1;
} 
 
 
 
 





.single-left {
	text-align: left;
}
.single-post p {
	padding-bottom: 20px;	
}
.single-left h1 {
	font-size: 37px;
	line-height: 44px;
	padding-bottom: 20px;
}

.single-left h3 {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 20px;
}

.single-post .byline, .single-post .updated {
	display: none !important;
}

.blog .addtoany_share_save_container {
	display: none !important;
}


.index-box-wrapper {
	
}

.index-box-padding {
	padding: 10px;
	
}

.blog .service-category {
	background: #f7f7f7;
}

.index-box-first {
	float: left;
	width: 10%;	
}
.index-box-first .updated, .index-box-first .byline {
	display: none;
}
.index-box-first .index-box-entry {
	text-align: center;
	color: #002139;
	background: #fff;
	padding: 10px 10px; 
	border-bottom: 3px solid #1779ba;
}
.index-box-entry small {
	font-size: 13px;
}
.index-box-second {
	float: left;
	width: 25%;	
	
}

.index-box-third {
	float: left;
	width: 56%;	
	text-align: left;
}
.index-box-third .entry-title a {
	font-size: 24px;
	
}


.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.clearfix::after {
    clear: both;
}

.index-box-wrapper img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

 
 
 


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

---------------------------------------------------------------------------------*/
 
/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:930px) {
	
	
	.map-wrapper {
	position: relative;
	max-width: 330px;
	margin: 0 auto;
	} 
	
	.map-icon {
	background-image: url(img/map-icon.png);
	background-size: 20px 29px;
	width: 20px;
	height: 29px;
	position: absolute;
	top: 150px;
	left: 16px;
	display: none;
	} 
	
	
	
	
}	
 

/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1090px) {
	
	
	

	
	 	
	.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: #fefefe !important;
    margin: 0px;
    border: none;
    width: 100%;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
	}
	.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:  #1d1d52  !important;
	}
	.logo { 
	top: 10px;
	left: 6px;
	margin-left: 0px;
	z-index: 10;
	}
	.header-bottom {
	height: 65px;
	xposition: absolute;
	xz-index: 100;
	}
	.logo img {
    max-width: 280px; 
    }
	.nav-container {
    top: 5px;
    right: 5px;
    left: auto;
	}
	.home-phone { 
	top: 20px;
    right: 60px;
	}
	.home-phone a {
    font-size: 10px; 
    padding: 8px 10px;
    }
	.header-navigation { 
	position: relative;
	text-align: center;
	background: #fff;
	padding-top: 65px;
	background: url(img/bg-mobile-navae52.jpg?v=5) center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	margin-right: 0px;
	float: none;
	}
	.swiper-container {
	xheight: 55%;
	}
	.home-phone a {
	font-size: 15px;
    padding: 10px 20px 10px; 
    letter-spacing: -1px;
	}
	.logo {
	padding: 0px 0px 0px 0px;
	
	top: 15px;
	left: 10px;
	}
	.logo:hover {
	top: 12px;
	left: 10px;
	}
	.logo:active {
	top:20px;
	}
	.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: 12px 0px 12px; 
	font-size: 22px;
	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: 22px;
    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: -60px;
	}
 
	.swiper-slide-content p:nth-of-type(1) { 
	font-size: 17px;
	letter-spacing: 1px;
	}
	.swiper-slide-content p:nth-of-type(2) {  
	font-size: 48px;
	line-height: 52px;
	}
	.swiper-slide-content p:nth-of-type(2) span {
    
    font-size: 21px;
    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 { 
    xfont-size: 40px; 
	}
	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: 70px 20px 0px;
    }
    .page-content-wrapper {
    padding: 40px 20px;
    }
    .page-content-wrapper small {
    font-size: 13px;
    letter-spacing: 2px;
    }
    .footer-wrapper {
	padding: 0px 0px 40px;
	}
	.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: 450px;
	}
	.hero-featured { 
	height: 140px;
	}
	.page-id-92 .hero-featured {
	height: 80px;
	}
	input[type="text"], input[type="email"], textarea, select {
    xpadding: 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;
	}
	
	.header-top-left {
	padding: 10px 0px 20px;
	}
	.header-top-left a {
	margin: 0px 10px;
	xcolor: white;
	font-size: 
	}	
	.header-top-left a {
    margin: 0px 0px;
    }
    .header-top-left {
    padding: 15px 0px 20px;
    padding: 0px;
	}
	.header-top .center-center {
    padding: 0px 5px;
    }
    .header-navigation {
    top: 0px;
    right: 0px;
    box-shadow: rgb(0 0 0 / 80%) 0 40px 40px -35px;
	}
	.header-top-left i {
    font-size: 16px; 
	}
	
	.header-navigation ul li ul li a { 
    font-size: 18px !important;
    padding: 10px 0px !important;
	}
	.page-fix-half {
	width: 100%;
	float: none;
	}
	.xpage-content-wrapper h2 {  
    font-size: 40px;  
    padding: 10px 0px 5px 0px;    
	}
	.home .page-content-wrapper {
    padding: 30px 20px 30px;
    }
    .page-push {
	height: 65px;
	}
	.hero-featured {
	opacity: .9;
	}
	.logo-footer {
	max-width: 380px; 
	}
	.slider-push-me {
	height: 100px;
	}
	
	
		
	.index-box-wrapper {
	}
	
	.index-box-padding {
	padding: 10px;
	
	}
	
	.index-box-first {
	float: left;
	width: 30%;	
	}
	
	.index-box-second {
	float: left;
	width: 60%;	
	
	}
	
	.index-box-third {
	float: left;
	width: 100%;	
	text-align: left;
	}
	.index-box-third .entry-title a {
	font-size: 24px;
	
	}
	
	.single-left h1 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
	}
	.single-left h3 {
    font-size: 19px;
    line-height: 27px;
    padding-bottom: 20px;
	}
	
	
	

	
	
}

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

} 