/* 
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
 

ccs3 Notes
-------------------------------------------------------------------------------/

img {
width: 100%;
height: auto;
width: auto\9;
vertical-align: middle;
}

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

filter: alpha(opacity=50);
opacity: 0.5;

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; 

/* FONTS
---------------------------------------------------------------------------------*/

 

/* 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;}
a:link, a:visited, a:hover, a.selected { color: #b69f13; text-decoration:none;}
input[type="text"], textarea {
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	outline:none;
}
.left {float:left;}
.right {float:right;}
body {  
	font-family: 'Quicksand', sans-serif;
	font-size:14px;
	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 { 
	padding-bottom:18px;
	font-size: 14px;
	line-height: 32px;
	color: #515151;
}

.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;
	xbackground: url(img/bg-nav.jpg) no-repeat right bottom #eaeaea;
	background-size: 300px 427px; 
}
.img-responsive {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
.seating-float {
	width: 50%;
	float: left;
}
.seating-padding {
	padding: 10px;
}
.seating-img {
	width: 100%;
	height: auto;
	display: block; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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);
	
}
.top-notice {
	background: blue;
	color: white;
	padding: 5px;
	text-align: center;
	z-index: 10000;
	position: relative;
}
  
.position-relative {
	position: relative !important;
	background: none !important;
	height: 100% !important;	
	xmin-height: 900px;
}
.page-content-nav {
	height: 0;
	overflow: hidden;
}

.page-content-wrapper-hamburger {
	display: none;
}
 
.wow {
    visibility: hidden;
}
.round-me {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #e7e7e7;
}

.googleCalendarmax {
	max-height: 900px;
	overflow: hidden;
}
.googleCalendar{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 900px;
} 
.thwepo-extra-options { 
}
.blackwhite {
	font-weight: bold;
	margin-bottom: 20px !important;
	display: block;
	margin-right: 30px !important;
}
.blackwhite .label {
	text-align: left;
	margin-bottom: 10px;
	display: inline-block;
	}
.blackwhite label { 
	display: block;
	margin-top: 5px !important;
}
.blackwhite td {  
}
.label-tag  {
	margin-bottom: 3px !important;
	display: block !important ;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
	margin:0 auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 43%;
    xpadding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-post-image {
	width: 100%;
	height: auto;
}
 
 
input[type="text"], input[type="email"], 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;
}

input[type="text"]:focus, input[type="email"]: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);
}
 
 


.mc-position { 
}
.mcbutton { 
	color: white !important;
	border:none;
	height:55px;
	width:136px;  
	cursor:pointer;
}
.mcemail {
	display: inline-block;
	margin-bottom: 10px;
  height:52px;
  width:306px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size:30px;
  padding-left:10px;
  border:1px solid #999;
	box-shadow: inset 0px 1px 5px #000;
	-webkit-box-shadow: inset 0px 1px 5px #000;
	-moz-box-shadow: inset 0px 1px 5px #000;
	cursor:pointer;
}

.mcemail:focus {
	border:1px solid #05a3ff;
	box-shadow: 0px 0px 15px #05a3ff;
	-webkit-box-shadow:  0px 0px 15px #05a3ff;
	-moz-box-shadow: 0px 0px 15px #05a3ff;

}
.xbirthday-title {
	position:absolute;
	top:-18px;
	right:214px;
	font-size:12px;
}

.date {
	height:52px;
  width:80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size:30px;
  padding-left:10px;
  border:1px solid #999;
	box-shadow: inset 0px 1px 5px #000;
	-webkit-box-shadow: inset 0px 1px 5px #000;
	-moz-box-shadow: inset 0px 1px 5px #000;
	cursor:pointer;
	xposition:absolute;
	top:0px;
	right:235px;
	margin-bottom: 10px;
}
.date2 {
	height:52px;
  width:80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size:30px;
  padding-left:10px;
  border:1px solid #999;
	box-shadow: inset 0px 1px 5px #000;
	-webkit-box-shadow: inset 0px 1px 5px #000;
	-moz-box-shadow: inset 0px 1px 5px #000;
	cursor:pointer;
	xposition:absolute;
	top:0px;
	right:155px;
	margin-bottom: 10px;
}



.r-wrap {width:700px; margin:0 auto; padding-top:205px; text-align:center; text-shadow:0px 1px 0px #fff;}
.r-title {font-size:40px;}
.r-desc {font-size:22px; line-height:29px;}
.r-valid {font-size:14px; color:#999; padding-top:6px;}
 
 
 

 
 
 

/* 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: 0px;
    top: -1px;
    font-size: 10px;
}
	





/* 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;
}





/* ------------------------------------------------------------------------------/
	
/////////////	
HOME /////////////------------------------------->
/////////////

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

.home-quiz {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 100;
	overflow: hidden;
}
.home-quiz p {
	display: inline-block;
	font-size: 62px;
	text-transform: uppercase;
}
.home-quiz a {
	background: #2E6DA9;
	text-align: center;
	padding: 10px 20px 6px 20px;
	font-size: 28px;
	color: white;
	display: inline-block;
	letter-spacing: 2px;
	position: relative;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.home-quiz a img { 
	max-width: 40px;
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 18px;
}
.home-quiz a:hover {
	opacity: .5;
}

 
 
  




 
.cool-button {
	background: #1e99c6;
	color: #fff !important;
	padding: 10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin: 5px 0px; 
}
 
 
  
 
 
 
/* Nav Area Dropdown
-----------------------------------------*/
.header-navigation ul ul {
	position: absolute;
	top:75px;
	margin-left: 40px;
	background: #fff;
	display: none;	   
	border-top: none;
	width: 260px;  
}
.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: #fff; 
	margin: 0px 0px 0px 0px !important;
}

 
 
 
 /* Hamburger
-----------------------------------------*/
.nav-container {   
	height: 55px;
	width: 55px; 
	padding-top:18px; 
	cursor: pointer;
	position:absolute;
	top: 15px;
	right: 15px;
	z-index: 1001; 
	display: none;
	background: white; 
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	border: 1px solid #b69f13;
}
.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;
} 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
  
/* Home 
-----------------------------------------*/
.hero-logo {
	max-width: 300px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto; 
}
.hero-logo-position {
	width: 100%;
	text-align: center;
}
.home-hero {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%; 
} 
.hero-slash {
	position: absolute;
	left: 0;
	bottom: 0; 
	width: 900px;
	height: 884px;
	background: url(img/bg-hero-corner.png) no-repeat;
	background-size:900px 884px; 
}
 
.home-hero-content {
	position: absolute;
	text-align: center; 
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -181px;
	z-index: 200;
	height: 600px;
	
}
.home-hero-content h1 {
	font-size: 58px;
	line-height: 50px;
	position: relative;
	z-index: 100;
	color:#fedf19; 	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}
.home-hero-content p {
	font-size: 40px;
	position: relative;
	z-index: 100;
	color:#fff; 
}
.home-hero-content p span {
	display: block;
}
 
.home-here-push-100 {
	height: 100%;
} 
.inner-push-100 {
	height: 141px;
} 
 
 
.logos-home img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
	max-width: 600px;
}
.home-ca {
	text-align: center;
}
.home-ca a:link, .home-ca a:visited {
	background: #c62c2c;
    text-align: center;
    padding: 20px 20px 16px 20px;
    font-size: 28px;
    color: white;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto 50px;
    border-bottom: 7px solid #9b1919;
    
    text-shadow:   #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
    
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:  0px 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);

}
 
 
 
.home-bio-wrapper {
	 border: 1px solid #2E6DA9;
	 margin: 10px;
	 padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	 
}
 
.home-bio-left {
	width: 50%;
	float: left;
}
.home-bio-left img {
	width: 100%;
	height: auto;
}
.home-bio-right {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}
.home-bio-right-padding {
	padding: 20px;
}

.home-bio-right a:link, .home-bio-right a:visited {
	background: #2E6DA9;
    text-align: center;
    padding: 10px 20px 6px 20px;
    font-size: 28px;
    color: white;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.home-bio-right img {
	
	width: 100%;
	height: auto;
}
 

/* Pop
-----------------------------------------*/
.body-content-wrapper {
	position: relative; 
	z-index: 10;
	xtext-align: center; 
}
.body-content-center {
	background: #fff;
	max-width: 1500px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}


.body-content ul {
	padding-left: 30px;
}
.body-content li {
	font-size: 16px;
	padding: 0px 10px;
	text-align: left;
	list-style-type: disc;
	line-height: 30px;
	
}

.body-content-padding {
	padding: 50px 20px;
}

.bbdw-logo-home {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.title-site { 
	line-height: 50px;
	font-size: 30px; 
	font-weight: bold; 
}
.dw-home {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.title-sub { 
	line-height: 30px;
}
 
 
 
 
 
.body-content-wrapper h2 {
	font-size: 40px;
	font-weight: 100;
	padding: 10px 0px 10px; 
} 
.home-services h1 { 
	font-size: 24px;
	padding: 30px 0px 10px; 
} 
.home-services h3 { 
	font-size: 24px;
	padding: 30px 0px 10px; 
} 
 


.home-services-icons {
	max-width: 800px;
	margin: 0 auto;
} 
.hs-icon {
	width: 33.3333%;
	float: left;
}
.hs-icon img{
	max-width: 80px;
	margin: 0 auto;
	padding: 30px 0px 20px;
}

 
 
.home-other-services {
	xpadding: 180px 0px -0px;
}
.ho-icon {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}
.ho-icon-padding {
	padding: 0px 10px;
}

.body-home .ho-icon {
	width: 33.33333%;
	float: left;
}


.body-contact .ho-icon {
	width: 33.33333%;
	float: left;
}
.body-doggydaycare .ho-icon {
	width: 33.33333%;
	float: left;
}
.body-dogwalking .ho-icon {
	width: 33.33333%;
	float: left;
}

.body-dogsitting .ho-icon {
	width: 33.33333%;
	float: left;
}
.body-catsitting .ho-icon {
	width: 33.33333%;
	float: left;
}
.body-contact .ho-icon i {
	font-size: 40px;
	margin: 0px 5px;
}



 
.fifty-me {
	width: 50%;
    margin-bottom: 20px;
}








/* Pop
-----------------------------------------*/
.pic-inner{
	height: 450px;
}
.body-content-padding-inner {
	padding: 30px 20px 70px;
}

 






/* Gallery
-----------------------------------------*/

.gallery-img-list {
	background: white;
	padding: 0px 100px 10px;
	
}
.gallery-img-list img {
	
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
	
}











/* Employment
-----------------------------------------*/

.job-position {
	text-align: left;
    background-color: #f7f7f7;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px; 
    margin-bottom: 30px;
    margin-top: 50px;
}
.job-position h3 {
    background-color: #004159;
    padding: 10px;
    font-size: 18px;
    color: white;
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.job-position strong {
    display: block;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #1e99c6;
    font-size: 18px;
    text-transform: uppercase;
}
.job-position li {
    padding: 5px 0px;
    margin-left: 30px;
    list-style-type: disc;
    list-style-position: outside;
   
    color: #666;
}
 
 
 
 
 
 
 



/* STAFF
-----------------------------------------*/ 
.staff-member {
	padding: 50px 0px 0px 0px;
	
}
.staff-member img {
	width: 100%;
	height: auto;
	display: block;
	
}
.staff-title {
	font-size: 24px;
    padding: 30px 0px 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
	 
.staff-member p {	
    line-height: 30px;
} 
 






/* Menu
---------------------------------------------------------------------------------*/

.page-template-template-menu .inner-page-center, .page-template-template-catering .inner-page-center {
	max-width: 1600px;
	
}
.menu-page-wrapper { 
	position:relative;
	z-index:98; 
}
.a-button {
    text-decoration: none !important;
    color: #fff;
    background: #6E1C0B;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    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); 
    margin-bottom: 5px !important;
    color: #fff  !important;
}
.page-template-template-menu .a-button-2 {
	margin-bottom: 15px;
}
.menu-page {
	position:relative; 
	margin:0 auto;
	padding:100px 10px 20px;
	xmax-width: 1200px;
	margin: 0 auto;
}
.menu-page img{
	width:100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: middle; 
}

.menu-button-wrapper {
	text-align: center;
	xpadding:0px 20px 0px 20px;
}
 
.menu-box {
}
.menu-box img { 
	padding: 10px;
	margin-bottom: 20px;
	
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);
	
}
.menu-padding {
	margin: 0px 5px 5px; 
	background: #fff; 
}
.menu-left {
	float:left;
	width:33.3333%;
}
.menu-right {
	float:right;
	width:49.5%;
}

.menu-half-l {
	float:left;
	width:49.5%;
}
.menu-half-r {
	float:right;
	width:49.5%;
}

.menu-section {
	position:relative;
	padding:8px 3px;
	margin-bottom:5px;
}
.menu-section:nth-child(odd) {
	background-color:#f6efe8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu-box h2 {
	padding:10px 0px;
	margin-bottom:10px;
	border-bottom:3px double #f0d7be;
	text-align:center;
}
.menu-section h3 {
	padding-right:47px;
	text-transform:capitalize;
}
p.menu-price {
	position:absolute;
	top:0px;
	right:0px;
	padding:6px 3px 5px 2px;
	font-size:16px;
}
.menu-section p {
	text-transform:lowercase;
	padding-bottom:0px;
}
.menu-divider {
	height:20px;
}

.menu-box img {
	width:100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: middle;
	xborder:5px solid #fff; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	xmargin-bottom:10px;
}



.home-texture-padding h1 {
	text-align: center;
}







 
 
 
 
 
 
 
 
 
 
 
 
/* Pop
-----------------------------------------*/
 
/* EMAIL FIXED UPDATE JAN 2017 */
.email-fixed-wrapper {
	position: fixed;
	z-index: 100;
	bottom: 0;
	bottom: -75px;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff !important;
	color: white;
	height: 54px;
	z-index: 300;
	border-top: 1px solid #dadada; 
}
 
.email-fixed { 
	display: inline-block;
	margin: 6px auto;
	width: 100%;
	text-align: center;	
}
.email-fixed p {  
	display:inline-block;
	padding: 6px 10px 6px; 
	color:#6E1C0B !important;
	border:none;
	text-decoration:none !important; 
	cursor:pointer;
	font-size:20px;  
	text-align: center;   
	margin: 0px auto;
	font-weight: 700;
}
.email-fixed p a {
	color: #fff;
	display: inline-block; 
}
.email-fixed a:nth-of-type(2) p {
	color: white !important;
	background: #6E1C0B;
	display: inline-block; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.email-fixed p:hover {
	text-decoration: underline !important;
}
.email-fixed-close {
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
}
 
 
 
 
 
 
 
 
 
 
 
 
 /* Email Promotions 
-----------------------------------------*/
.email-promotions {
	background: #002837;
	text-align: center;
} 
.email-promotions {
	padding: 100px 20px 150px;
	color: white;
}
.email-promotions-content img {
	max-width: 78px;;
}
.email-promotions-content p.title {
	font-size: 30px;
	margin-top: 15px;
}
.email-promotions-content a:link, .email-promotions-content a:visited {
	color: #fedf19 !important;
	font-size: 32px;
	padding: 20px 0px;
	display: inline-block;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 



/* HOURS
---------------------------------------------------------------------------------*/
.show-store-hours {
	cursor: pointer;
	color: #fff;
	display: none !important; 
	display: inline-block;
}
.show-store-hours:hover {
	color: #fff;
	text-decoration: underline;
}
.store-hours {
	width: 100%;
	max-width: 220px;
	margin: 0 auto 0px auto;
	xdisplay: none;
	padding-bottom: 10px;
}
.store-hours li {
	display: block;
	text-align: left;
	float: left;
	width: 100%;
		color: #fff;
	padding: 2px 0px;
}
.store-hours li span {
	text-align: right !important;
	display: inline-block;
	float: right;
}




section ul {
	margin-left: 10px;
	margin-bottom: 20px;
}

section li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	line-height: 26px;
}






.home-texture {
	background: #571108;
	background: url(img/bg-decor.jpg) #571108;
	 
}
.home-texture h1 {
	color: white; 
	font-size: 32px;
	padding: 35px 0px;
	font-weight: 100;
    font-family: 'Berkshire Swash', cursive;
}
.home-texture span {
	display: block;
}














/* Directions
---------------------------------------------------------------------------------*/
.map-wrapper {
	width:100%;
	height:800px;
	position: relative;
	z-index:1;	
}
 

















/* ------------------------------------------------------------------------------/
	
/////////////	
BX SLIDER INNER PAGE /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
.hero {
	height: 100%;
}
.hero li {
	height: 100%;
	xopacity: 0.8;
	height:100% !important;
	background-size:cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important; 
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	z-index:1;
	height:100% !important;
}
.slider-wrapper {
	position:relative;
	z-index:99;
	height:100% !important;
	background: #000;
}

.bxslider {
	z-index:1;
	width:100%;
	height:100% !important;
	
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-duration: 4s;
}
.bxslider li { 
	z-index:1;
	width:100%;
	height:100% !important;
	background-size:cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important; 
 
}
.bx-wrapper .bx-viewport {
	z-index:1;
	height:100% !important;
}

.home-menu-pizza .bx-wrapper .bx-viewport {
	z-index:1;
	height:auto !important;
}
.home-menu-salad .bx-wrapper .bx-viewport {
	z-index:1;
	height:auto !important;
}



.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index:1;
	display: none;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #fe6c00;
	padding:5px 0px 5px;
	xdisplay: none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 45px;
	outline: 0;
	width: 29px;
	height: 44px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-controls-direction {
	display: none !important;
}

.bx-wrapper .bx-prev {
	left: 25px !important;
	background: url(img/icon-arrow-left.png) no-repeat;
	background-size:28px 44px;
	width:28px;
	height:44px; 
}
.bx-wrapper .bx-next {
	right: 25px !important;
	background: url(img/icon-arrow-right.png) no-repeat;
	background-size:28px 44px;
	width:28px;
	height:44px;
}
.bx-wrapper .bx-next:hover { bottom:44px }
.bx-wrapper .bx-next:active  {bottom:43px }
.bx-wrapper .bx-prev:hover { bottom:44px }
.bx-wrapper .bx-prev:active  {bottom:43px }


.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-caption img {
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity:1;
	padding:5px 5px;
	width:100%;	
	display: block;
	z-index:100;
	background-color:#000;
	z-index: 10000;
	xdisplay: none;	
}
.bx-wrapper .bx-caption span {
	color: #ffe4af;
	display: block;
	font-size: 14px;
	z-index:100;
	position:relative;
	text-transform:uppercase;
}




 






 







.mptt-shortcode-wrapper p {
	padding: 0px !important;
}



[data-event-id="213"] { 
	background: #557fda !important;
	padding: 0px 0px !important;
	color:  white !important;
	margin: 0px !important;
}
[data-event-id="258"] { 
	background: rgba(75, 156, 35, 1) !important;
	padding: 0px 0px !important; 
	margin: 0px !important;
	color:  white !important;
}
[data-event-id="443"] { 
	background: rgba(248, 82, 215, 1) !important;
	padding: 10px 10px !important; 
	margin: 0px !important; 
}
[data-event-id="445"] { 
	background: rgb(0, 0, 0) !important;
	padding: 10px 10px !important; 
	margin: 0px !important; 
	color:  white !important;
}
[data-event-id="446"] { 
	background: rgba(127, 46, 46, 1) !important;
	padding: 10px 10px !important; 
	margin: 0px !important; 
	color:  white !important;
}
[data-event-id="442"] { 
	background: rgba(179, 150, 97, 1) !important;
	padding: 10px 10px !important; 
	margin: 0px !important; 
	color:  white !important;
}



 /* Piermont 
---------------------------------------------------------------------------------*/
.header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10000;
}
.header-top { 
    padding: 8px 0 0px; 
    background: #b69f13;
    background: #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}
.header-bottom { 
}
.free-trial {
	background: white;
	color: #b69f13;
	padding: 10px 30px;
	font-size: 20px;
	border: 2px solid #b69f13;
	display: inline-block;
	width: 252px;
}
.free-trial:hover {
	background: #b69f13;;
	color: white;
	padding: 10px 30px;
	font-size: 20px;
	border: 2px solid #b69f13;
	display: inline-block;
}

.header-top i {
	color: #b69f13;
}
.header-top i:hover {
	opacity: 0.7;
}
.center-center {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px; 
	z-index: 1000; 
}
.header-top-left {
    float: left;
}

.header-top-left i {
	font-size: 16px;
	padding: 0px 5px;
}

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


.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: #b69f13;
}
.header-top li a:hover, .header-top li a.selected {
	 color: #b69f13;
}
.header-top li i {
	font-size: 13px;
	padding-right: 5px;
}

 
 
 

.header-bottom {
	position: relative;
	background: white;
	padding: 5px 0px;
} 
.logo {
	position: absolute;
	top: 0;
	left: 15px; 
}
.logo img {
	max-width: 230px;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: -20px;
	
}
.logo:hover {
	top: -1px;
}
.logo:active {
	top: 1px;
}
  
.product_meta .sku_wrapper, .wc-tabs-wrapper {
	display: none !important;
}
  
  
.header-navigation { 
	text-align: right;
} 
.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 5px 5px;
	margin: 20px 0px 20px 40px;   
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    
}
.header-navigation li a:hover {
	color: #b69f13 !important; 
} 
.current_page_item a, .current_page_parent > a{
	color: #b69f13 !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 #132045;
    transition: all .2s ease-in-out;
    content: '';
}


.current-menu-item a {
	color: #b69f13 !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;
}
 
 
 


.home-phone {
    xdisplay: none; 
}
.home-phone {
    position: absolute;
    top: 32px; 
    right: 15px;  
    z-index: 1000;
}
.book-party-mobile { 
	padding: 5px 7px;
	color: #911c18 !important; 
	font-size: 14px;
}
.home-phone a {
	background: rgb(148,149,152);
	background: linear-gradient(25deg, rgba(148,149,152,1) 0%, rgba(188,189,192,1) 100%);
	color: white !important;
	padding: 10px 50px;
	
	border: 1px solid rgb(148,149,152);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.home-phone a:hover {
	background: #6c6d71; 
}
.robo_gallery {
	margin-left: -7px !important;
}
 
.bg-hero {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 100; 
	background: url(img/bg-hero.png) center center no-repeat;
	background-size: 900px 470px;
} 
.hero-content {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	text-align: center;
	color: white;
	z-index: 100; 
}
.hero-content p {
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
.hero-content p:nth-of-type(2) {
	font-size: 60px;
	letter-spacing: 5px;
	font-weight: bold;
	line-height: 50px;
} 
.hero-scroll {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	z-index: 100;
	cursor: pointer;
}
.bg-flowers {
	
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	padding: 50px 0px;
	position: relative;
	z-index: 1000;
	background: white;
} 
.home-intro {
	text-align: center;
	padding: 50px 30px 160px;
	background: white;
	margin: 0px 0px;
	xborder: 3px double rgb(148,149,152);
}
.home-intro h1 {
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-bottom: 15px;
	color: #b69f13;
	text-transform: uppercase;
}
.home-intro p { 
}
.home-intro small {
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #000;
}


.home-video {
	text-align: center;
	padding: 100px 0px;
}
.home-video h1 {
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-bottom: 15px;
	color: #b69f13;
	text-transform: uppercase;
	
}
.home-video small {
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #000;
	
}

.link-button {
	display: inline-block; 
	padding: 15px 30px; 
	letter-spacing: 1px;
    background:#b69f13;
    color: white !important; 
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px; 
}
.link-button:hover {
	background: #6c6d71;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	float: none;
	width: 150px;
}
.woocommerce button, .woocommerce a.button.alt {
	display: inline-block !important; 
	padding: 15px 30px !important;  
	letter-spacing: 1px !important;
    background:#b69f13 !important;
    color: white !important; 
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    font-size: 14px !important; 
	
}
.woocommerce input, .woocommerce textarea, .woocommerce select {
	padding: 10px;
}
.woocommerce .quantity .qty {
	line-height: 38px !important;
	padding: 0px !important;
}
.woocommerce-page .page-content-wrapper {
	padding: 0px;
}
.footer-button 	{
	display: inline-block; 
	padding: 15px 30px; 
	letter-spacing: 1px;
    background:#b69f13;
    color: white !important; 
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-button:hover {
	background: #6c6d71;
}

.link-outline {
	background: transparent;
	border: 1px solid rgb(148,149,152);
	color: rgb(148,149,152) !important;
}
.link-outline:hover {
	color: white !important;
}
 
 
 
 
.home-services {
	margin-top: -130px;
	text-align: center;
} 
.home-services-box {
	float: left;
	width: 33.33333%;
}
.home-services-box-padding {
	padding: 25px;
	
}
.home-services-box-content {
	padding: 2px 2px 20px 2px;	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;	
}
.home-services-box-content:hover {
	background: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.home-services h2 {
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #b69f13;
	text-transform: uppercase;
} 
.home-services p {
	
}



.call-to-action {
	border-top:1px solid rgb(148,149,152);	
	border-bottom:1px solid rgb(148,149,152); 
	padding: 100px 0px;
	text-align: center;
	position: relative;
	z-index: 1000;
	background: white;
}
.call-to-action h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 15px;
    color: #b69f13;
    text-transform: uppercase;
}
.call-to-action p {
	padding: 0px;
	font-style: italic;
}





/* FORM
---------------------------------------------------------------------------------*/
.gform_heading {
	margin-top: 30px;
}

.gform_body {
    width: calc(100%) !important;
}
.gform_wrapper .gform_footer {
    padding: 0px 0 0px !important;
    margin: 0px 0 0 !important; 
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 1px;
    margin-right: 5px;
}
.gform_button {
    display: inline-block;
    padding: 15px 30px;
    letter-spacing: 1px !important;
    background: rgb(148,149,152);
    background: linear-gradient(25deg, rgba(148,149,152,1) 0%, rgba(188,189,192,1) 100%);
    color: white !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px !important;
    border: none;
    line-height: 1 !important;
    cursor: pointer; 
    width:  auto !important;
	border: 1px solid rgb(148,149,152);

}
.gform_button:hover {
	background: #6c6d71;

}
.gfield_label {
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gform_confirmation_message {
	color: green !important;
}


.footer-subscribe {
	 background: #b69f13;
}
.footer-subscribe-padding {
	padding: 30px 0px 0px;
}
.footer-subscribe-text {
	color: white;
	font-size: 22px;
	float: left;
	width: 50%;
}
.mobile-show {
	display: none;
}
 
.footer-subscribe-text p:nth-of-type(1) {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.footer-subscribe-text p:nth-of-type(2) {
	color: white;
	font-size: 16px; 
}


.footer-subscribe-form {
	float: right;
	width: 50%;
}
.footer-subscribe-form label {
	display: none !important;
}






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

---------------------------------------------------------------------------------*/
 
.footer-navigation ul {
	text-align: center;
	padding: 35px 0px;
}
.footer-navigation li {
	display: inline-block;
}
.footer-navigation li a:link, .footer-navigation a:visited {
	float: left;
	font-size: 18px;
	padding: 0px 10px;
	display: block;
	line-height: 30px;
	color:  #fff;
	text-transform: uppercase;
}
.footer-navigation li a:hover, .footer-navigation li a.selected { color: #fedf19}

.footer-navigation li:after {
	content: " /";
	line-height: 30px;
	display: inline-block; 
	float: left;
}

.footer-navigation li:last-of-type:after {
	content: "";
	display: none; 
}

.decor-logo {
	padding: 0px 0px 0px; 
}
.decor-logo img{
	width: 100%;
	height: auto;
	max-width: 220px
}
.square-white { 
	height: 38px; 
	background: url(img/icon-squares-white.png) repeat-x;
	background-size: 38px 38px;
}
.square-black {  
	height: 38px; 
	background: url(img/icon-squares.png) repeat-x #fff;
	background-size: 38px 38px;
}
 
.footer-wrapper {
	text-align: center;
	color: white;
	padding:20px 15px 20px 15px;
	background: black;
	
	
} 
.footer-center {
	max-width: 1200px;
	margin: 0 auto;
}

.foot-left {
	float: left;
	width: 50%;
	text-align: left;
}
.foot-left:nth-of-type(2) { 
	text-align: right;
}
 

.footer-wrapper a{
	color: white;
} 
.footer-wrapper p{
	color: #c7c7c7;
} 

.hero-icon {
	position: absolute;
	bottom: 0;
	right: 0px; 
	z-index: 1000;
}
.hero-icon img {
	width: 200px;
}

.footer-wrapper a { 
}

.copyright p {
	line-height: 22px; 
}
.copyright p a:link, .copyright p a:visited {
	line-height: 20px;  
}
.copyright p a:hover { 
	color: #fff;
}

.footer-social { 
}
.footer-social li {
	display: inline-block;
}
.footer-social a { 
	display: inline-block;
	color: white !important;
	padding: 15px 15px 5px;
	font-size: 22px;
}
.footer-nav {
	padding: 20px 0px 10px;
}
.footer-nav .current-menu-item a {
    color: #a3c7d9 !important;
}
.footer-nav li {
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 10px;
}
.footer-nav li a {
	color: white; 
}
.footer-nav li a:hover {
	color: #a3c7d9;
}





.footer-navigation i {
	line-height: 30px;
	padding: 0px 0px;
	display: inline-block;
}

.footer-phone { 
	font-size: 40px;
	margin-bottom: 20px; 
	display: inline-block; 
}

.scroll-top {
	margin-top: 20px;
	cursor: pointer;
	display: inline-block; 
	text-align: center;
}


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

















/* Instagram
---------------------------------------------------------------------------------*/
.insta-wrapper {
	width: 100%; 
	position: relative;
	z-index: 100;
	background: #fff;
}
.insta-post { 
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important; 
	-o-background-size: cover !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;
}
.insta-post:hover {
	opacity: 0.5 !important; 
}
.insta-square {
	position: relative;
	width: 16.666%;
	float: left;
	display:block; 
	padding: 1px;
}	
 
.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;
}
.instagram-title {
	text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 15px;
    color: #b69f13;
    text-transform: uppercase;
    padding-top: 100px;
    position: relative;
	background: white;
	z-index: 1000;
}
.instagram-icon {
	text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #b69f13;
    text-transform: uppercase;
}







/* Wordpress
---------------------------------------------------------------------------------*/

 
.home-drinks-parallax {
	height: 550px !important;
	position: relative;
	background: #333;
}
.home-drinks-wrapper {
	height: 1000px;
	position: relative;
	z-index: 10;
		background: url(/wordpress/wp-content/uploads/2020/09/10.jpg) bottom center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
}
.home-drinks {
	max-width: 1640px;
	margin: 0 auto;
	color: #fff;
	padding: 0px 0px;
	
}
.home-drinks-parallax .home-drinks-padding {
	color: #fff;
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0px 20px;
	margin-top: -260px;
	z-index: 100;
}
.home-drinks-parallax .home-drinks p {
	letter-spacing: 5px;
    font-size: 126px;
    line-height: 130px; 
    padding-bottom: 0px;
    font-family: 'Telegraficoregular';
    font-weight: bold;
}








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

.page-content-wrapper {
    
	background-size:cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important; 	
	padding: 50px 0px;
	position: relative;
	z-index: 1000;
	background: white;
}

.page-content-wrapper h1 {
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-bottom: 15px;
	color: #b69f13;
	text-transform: uppercase;
}

.hero-featured {
	background: black;
	height: 550px;
	background-size:cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important; 	
	position: relative;
	z-index: 1000;
}
.product-template-default .hero-featured {
	display: none !important;
}
.related::before {
	display: block;
	clear: both;
	width: 100%;
	content: "";
}
.product_cat-hammer-bjj-store {
	text-align: center;
}


.page-content-wrapper .home-intro {
	text-align: left;
	padding: 50px 50px 50px;
	background: white;
	margin: 0px 0px; 
}
.page-content-wrapper .home-intro h1 {
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-bottom: 15px;
	color: #b69f13;
	text-transform: uppercase;
}

.page-content-wrapper .home-intro h2 {
	font-size: 26px; 
	font-weight: 100;
	margin: 25px 0px;
	color: #b69f13;
	text-transform: uppercase;
}
 
.page-content-wrapper .home-intro small {
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #000;
}



.gform_wrapper {
	margin: 0px 0 !important;
}
.gform_title { 
	font-size: 40px !important;
	letter-spacing: 2px !important;
	font-weight: 100 !important;
	margin-bottom: 15px !important;
	color: #b69f13 !important;
	text-transform: uppercase !important;
}
.gform_description {
	padding-bottom: 18px;
    font-size: 14px;
    line-height: 32px;
    color: #515151;
}
.inner-page-center p {
	line-height: 26px;
}
#gform_3 { 
	padding-top: 20px;
}
.inner-page-center a {
	color: #6E1C0B; 
}
.gform_body input, .gform_body textarea, .gform_body select {
	padding: 10px 5px !important; 
	border: 1px solid #dadada;
}
.gform_body select {
	height: 45px !important; 
}
#field_2_10 label {
	display: none !important;
}
 
 
 
.blog .index-frame {
	display: none;
}



/* Single
---------------------------------------------------------------------------------*/

.blog-box-content article {
    background: white;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog-post-bg-image {
    height: 400px;
}
.blog-box-text {
    padding: 20px;
}

.blog-post-bg-image {
    height: 400px;
    cursor: pointer;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}









 




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

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

@media screen and (min-height:1000px) {
	
	.home-hero-content h1 { 
    font-size: 82px;
    line-height: 70px; 
	}
	.home-hero-content p {
    font-size: 65px;
    }
    .home-hero-content {
    xmargin-top: -253px;
    }
	
	
}


/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1000px) {
	.header-top li span {
	xdisplay: none;
	font-size: 11px;
	padding-top: 5px;
	}
 
	.push-nav span {
		display: none;
	}
	
	.mobile-hide {display: none !important;}
	.mobile-show {display: block;}
	.mobile-show-inline {display: inline-block;}

	 
	 
	.insta-square {
	width: 50%;
	}
	  .insta-square:nth-child(8), .insta-square:nth-child(9), .insta-square:nth-child(10), .insta-square:nth-child(11), .insta-square:nth-child(12), .insta-square:nth-child(13), .insta-square:nth-child(14), .insta-square:nth-child(15), .insta-square:nth-child(16), .insta-square:nth-child(17), .insta-square:nth-child(18), .insta-square:nth-child(19), .insta-square:nth-child(20) {
		display:none !important;
	}
	
	
	.header-top li span {  
	font-size: 11px;
	padding-top: 5px;
	position: relative;
	top: -2px;
	}
	.header-top li i {
	margin-right: 0px;
	}

	.header-navigation {
	display: none;
	}
	.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;
	}
	.header-navigation ul li li a:link, .header-navigation ul li li a:visited {
 
	font-size: 17px; 
	}
	.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;
	}
	.background-none {
    xbackground: none;
	}
	.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; 
	}
	.hero-slash { 
	right: 0px;
	left: auto; 
	}
	.home-hero-content {
    position: absolute;
    top: 45%;
    xleft: 10px;
    xmargin-top: -153px;
	}
	.home-hero-content h1 {
    font-size: 44px;
    line-height: 38px
    }
	.home-hero-content p {
    font-size: 38px;
    }
    .email-fixed {
    xtext-align: left;
    xpadding-left: 10px;
    }
    .email-fixed p {
	font-size: 22px; 
    }
    .hs-icon {
	width: 100%;
	float: none;
	}
 
	.inner-push-100 {
	height: 120px;
	} 
	.pic-inner{
	height: 170px;
	}
	.body-content-padding-inner {
	padding: 20px 20px 50px;
	}
	.gallery-img-list {
	background: white;
	padding: 0px 10px 10px;
	}
	.gallery-img-list img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
	}
	.body-content-wrapper h2 {
	font-size: 30px;
	padding-top: 0px;
	}
	p {
		font-size: 14px;
		line-height: 28px;
	}
	.nonna-our-menus p {
		line-height: 28px;
	}
	.bx-wrapper {
	xheight:250px !important;
	}
	.slider-wrapper {
	xheight:250px !important;
	}
	.body-content-padding {
    padding: 30px 15px;
	}
	.title-site {
    padding: 0px 0px 20px;
    font-size: 22px;
    font-weight: bold;
	}
	.home-services {
    padding: 50px 0px;
	}
	.ho-icon {
    width: 100% !important;
    margin-bottom: 40px;
	}
	.body-content-padding {
    padding: 40px 20px;
	}
	.home-services {
    padding: 50px 0px 0px;
	}
	.home-quiz p { 
	font-size: 22px; 
	}
	
	.home-bio-left {
	width: 100%;
	float: none;
	}
	.home-bio-right {
	float: none;
	width: 100%; 
	}
	.home-bio-right-padding {
    padding: 0px;
	}
	.menu-secondary-container {
	padding-top:55px; 
	}
	.top-c span {display: inline-block !important; font-size: 14px !important;}
	.page-template-default .slider-wrapper, .page-template-template-menu .slider-wrapper, .page-template-template-catering .slider-wrapper {
	height: 200px; 
	}
	x.slider-push-me {
    height: 37px;
	}	
	.bx-pager {
		display: none;
	}
	.hero-me-one p {
    font-size: 17px;
    }
	.menu-left {
	float:none;
	width:100%;
	}
	.menu-right {
	float:none;
	width:100%;
	}
	
	.menu-half-l {
	float:none;
	width:100%;
	}
	.menu-half-r {
	float:none;
	width:100%;
	}
	.a-button {
	width: 100%;
	text-align: center;
	}
	.page-template-template-menu .inner-page-center, .page-template-template-catering .inner-page-center {
    background: #fff;
    padding: 10px 0px 20px 0px;
	}
 
	.hero-icon img {
    width: 60px;
	}
	
	
	.nonna-menus-left {
	float: none;
	width: 100%;
	}
	.nonna-menus-right {
	float: none;
	width: 100%;
	}
	.nonna-menus {
	padding: 0px 0px 20px;
	}
	
 
	.home-texture h1 { 
	font-size: 18px;
	padding: 25px 0px; 
	}
	


	.hero-content { 
	xpadding: 60px 20px; 
	}
	
	
	.page-template-template-gallery .bx-wrapper, .page-template-template-gallery .slider-wrapper, .page-template-template-gallery .bx-wrapper .bx-viewport, .page-template-template-gallery .bx-wrapper .bx-viewport  {
	height: 300px !important;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	}
	.gallery-push-me { 
    display: none; 
	}
	.page-template-template-menu .a-button-2 {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	}
	.copyright p {
	font-size: 16px;
	}
	.current_page_item a, .current_page_parent > a{
	xbackground: #ededed;
	color: #b69f13;
	}
	.footer-nav .current_page_item a, .footer-nav .current_page_parent > a{
	background: none !important;
	}	 
	
	
	
 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.header-top li {
	font-size: 15px;
	xfont-weight: bold;
	}	
	.header-top li a:link, .header-top li a:visited {
    padding: 0px 5px;
	}
	.logo {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
	}
	.logo img {
    max-width: 190px; 
    top: auto;
	}
	.header-bottom { 
    padding: 15px 0px;
	}
	.nav-container {
    top: 5px;
    right: 15px;
	}
	.home-phone { 
    top: 17px;
    right: 85px;
	}
	.home-phone a {
    font-size: 10px; 
    padding: 8px 10px;
    }
	.logo {
	padding: 0px 0px 0px 0px;
	}
	
	.header-navigation { 
	position: relative;
	top: 10px;
	}
	
	.home-phone a {
	font-size: 12px; 
	padding: 8px 10px;
	}
	.logo {
	padding: 0px 0px 0px 0px;
	}
	
	.header-navigation {
	xmargin-top: 15px; 
	}
 	.header-navigation { 
	text-align: center;
	} 
	.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; 
	font-size: 15px;
	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;	
	}
	
	
	.current_page_item a, .current_page_parent > a {
    xcolor: #b69f13 !important;
	}
	.header-navigation .current-menu-item a:after { 
	content: '';
	left: calc(0% - 0px) !important;
	transform: none !important;
	display: none;	
	}
	.header-top li i {
	font-size: 15px;
	padding-right: 5px;
	}
	.header-top-left i {
	font-size: 17px;
	position: relative;
	top:1px;
	padding: 0px 8px;
	}
	.header-top .center-center {
    padding: 0 10px;
	}
	
	.hero-content { 
	margin-top: -83px; 
	}
	.hero-content p { 
	}
	.hero-content p:nth-of-type(2)    {
	font-size: 50px; 
	} 
	.bg-hero {
	background-size: 340px 170px;
	background-position: center 272px;
	} 
	
	
	
	
	
	
	
	
	.bg-flowers {
	
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	padding: 50px 0px;
	position: relative;
	z-index: 1000;
	} 
	.home-intro { 
	padding: 20px 0px;
	background: transparent; 
	}
	.home-intro h1 {
	font-size: 30px; 
	}
	
	
	.page-content-wrapper .home-intro {
	padding: 20px 20px;
	background: white; 
	}
	.page-content-wrapper .home-intro h1 {
	font-size: 30px; 
	}
	
 
	
 
	
	
	
	.home-services {
	margin-top: 0px; 
	} 
	.home-services-box {
	float: none;
	width: 100%;
	margin-bottom: 50px;
	}
	.home-services-box-padding {
	padding: 0px;
	}
	.home-services h2 {
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #b69f13;
	text-transform: uppercase;
	} 
	
	
	
	.instagram-title { 
	font-size: 18px; 
	}
	.instagram-icon { 
	font-size: 18px; 
	}

	
	
	.footer-subscribe-text {
	width: 100%;
	float: none;
	text-align: center;
	}
	.footer-subscribe-form {
	float: none;
	width: 100%;
	}
	
	.call-to-action h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 15px;
    color: #b69f13;
    text-transform: uppercase;
	}
	.call-to-action {
    padding: 50px 0px;
    }
    .footer-subscribe-text i {
	 display: block;
	 margin-bottom: 20px;
	 font-size: 50px;
	}
	.slider-push-me {
	height: 93px;	
	}
	.hero-featured {
	height: 250px;
	}
	.blog-post-bg-image {
    height: 200px;
	}		
	
	.link-button {
	padding: 15px 20px; 
	}
	.header-top {
		display: none;
	}
	.foot-left {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
	}
	.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: 0px;
    top: 15px;
    font-size: 10px;
	}
	#input_3_5_Container, #input_3_5_toolbar, .gform_wrapper canvas {
	width: 300px !important;
	}

}

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



 





 









