/*
Theme Name: Fireside Stack
Author: Andy Sammons - American National Investments
Author URI: http://www.americannationalinvestments.com
Text Domain: ANI
*/


/*************************
  Global
**************************/
html, body {
	height: 100%;
	color: #222222;
	font-size: 19px;
	background: #efefef;
	font-family: "ff-tisa-web-pro";
	line-height: 1.42em;
}
/*************************
  Typography
**************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
	text-transform: uppercase;
}
h1, .h1{
	color: #6b9c99;
	font-size: 4.47em;
	font-weight: normal;
}
h2, .h2{
	font-size: 3.5em;
	font-weight: bold;
}
h3, .h3{
	font-size: 1.94em;
	font-weight: normal;
	margin-bottom: 1em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.42em;
	margin: 1.66em 0;
}
a {
	color: #d95028;
	text-decoration: none;
}
a:hover, a:focus {
	color: #bf4225;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #bf4225;
	margin-top: -5px;
	margin-bottom: 25px;
}
a, button{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;	
	transition: all 200ms ease-out;
}
p{
	margin-bottom: 1.25em;
}
p a{
	text-decoration: underline;	
}
p a.btn{
	text-decoration: none;	
}
.btn{
	border-radius: 0;
	font-family: "ff-tisa-sans-web-pro";
	padding: 25px 50px;
}
.btn-primary{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #d95028;
	border-color: #d95028;
}
.btn-primary:hover,
.btn-primary:focus{
	background: #bf4225;
	border-color: #bf4225;
	outline: 0;
}
.btn-primary-outline{
	text-transform: uppercase;
	font-weight: bold;
	color: #f3f4ef;
	background: transparent;
	border-color: #f3f4ef;
	padding: 10px 20px;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus{
	color: #f3f4ef;
	background: #d95028;
	border-color: #d95028;
	padding: 10px 20px;
}


.btn-default{
	text-transform: uppercase;
	color: #403d41;
	background: #bbb985;
	border-color: #bbb985;
}
.btn-default:hover,
.btn-default:focus{
	background: #a5a277;
	border-color: #a5a277;
	outline: 0;
}
.btn-default-outline{
	text-transform: uppercase;
	font-weight: bold;
	color: #d95028;
	background: transparent;
	border-color: #d95028;
	border-width: 2px;
	padding: 10px 20px;
}
.btn-default-outline:hover,
.btn-default-outline:focus{
	color: #fff;
	background: #d95028;
	border-color: #d95028;
}



blockquote {
	font-style: italic;
	color:#999;
	margin:30px 0 30px;
}
/*************************
  Nav
**************************/
.navigation, 
nav a, 
.hamburger-label, 
.navigation span{
	text-transform: uppercase;
}
.navigation{
	font-family: "ff-tisa-sans-web-pro";
	padding-top: 30px;
	background: transparent;
	border: none;
	position: fixed;
	z-index: 500;
	width: 100%;
	top: 0;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.navigation .logo{
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;

    transition-property: height, width;
	-webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
}
.navigation .col-md-6, .navigation .navbar-collapse{
	padding: 0;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus{
	color: #f3f4ef;
	text-transform: uppercase;
	font-size: .84em;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #bbb985;
}
.nav-up {
    top: -100px !important;
}
.nav-scrolled{
	padding-top: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	background: #222;
}
.nav-scrolled img.logo{
	max-height: 30px;
	margin-top: 5px;

}
.nav-scrolled .nav-reservation-button{
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    margin-top: 2px;
}
.navbar-default {
	background: transparent;
	border: none;
}
.navbar{
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
	color: #bbb985;
	background: transparent;
}
.mobile-nav{
	font-family: "ff-tisa-sans-web-pro";
	background: #403d41;
	top: 0;
	position: fixed;
	z-index: 500;
	width: 100%;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.mobile-nav .logo-holder{
	background: #403d41;
	height: 68px;
}
.mobile-nav .logo{
	max-height: 40px;
	margin: 14px auto;
}
.mobile-quick-link{
	text-transform: uppercase;
	display: block;
	text-align: center;
	background: #a6a299;
	color: #403d41;
	line-height: 65px;
}
.mobile-quick-link:hover{
	display: block;
	background: #403d41;
	color: #a6a299;
	text-decoration: none;
}

.mobile-quick-link span{
	font-size: 13px;
}
.mobile-quick-link span.icon{
	font-size: 27px;
}
.quick-call{
	border-left: solid 1px #403d41;
}

/*************************
  Hero
**************************/
header{
	width:100%;
	height:100%;
	background-size:cover !important;
	background-position: 50% 50% !important;
}
.header-content{
	background: rgba(79,78,85,.9);
	padding: 35px;
	margin-top: 120px;
}
.header-content h1{
	margin-top: 0;
}
.gradient{
	margin-top: -10px;
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );

}
.header-content em{
	color: #f3f4ef;
	font-size: 1.68em;
}
.header-content .h1 strong{
	color: #bbb985;
}
h1.main-description{
	color: #f3f4ef;
	font-size: 19px;
	text-transform: none;
	line-height: 1.42em;
	margin-bottom: 2em;
}
.cta-buttons{
	margin-bottom: -50px;
	-webkit-animation-duration: 2s;
  	-webkit-animation-delay: 2s;
  	-moz-animation-duration: 2s;
  	-moz-animation-delay: 2s;
}
.cta-buttons button{
	margin-left: 10px;
	margin-right: 10px;

}
.scroll-arrow{
	width: 50px;
	position: absolute;
	bottom: 5%;
	margin-left: -25px;
	display: inline-block;
	left: 50%;
	color: #f3f4ef;
	font-size: 3em;
}
.scroll-arrow:hover,
.scroll-arrow:focus{
	text-decoration: none;
}
/*************************
  About
**************************/
.section.gallery-container{
	background: url('img/seamless_marble_light.jpg') repeat;	
}
.about.img-showcase-container{
	position: relative;
}
.about.img-showcase{
	position: absolute;
}
.about .img-showcase-height{
	height: 100%;	
}
.about .img-showcase.left{
	background: #d8d9d8;
	left: 0;
	right: 50%;
}
.about .img-showcase.right{
	background: url('img/contemporary_china.png') repeat;
	background-size: auto !important;
	right: 0;
	left: 50%;
}
.about .featured-img-container{
	padding: 30px;
}

/*************************
  Meet the Chefs
**************************/
.meet-our-chefs{
	border-top: solid 10px #6b9c99;
	background: url('img/seamless_marble_light.jpg') repeat;	
}
.meet-our-chefs .section-title{
	color: #6b9c99;
}

.chef-team-toggle.btn-primary{
	font-weight: normal;
	text-align: center;
	border-color: #6b9c99;
	background-color: #6b9c99;
	/*
	margin: 0 auto -20px;
	display: inline-block;
	position: absolute;
	top: 0;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	*/
}

.chef-team-toggle.btn-primary .lnr{
	margin-left: 5px;
}

.chef-content-holder{
	background: #403d41;
	padding: 30px;
	color: #f3f4ef;
}
.chef-name{
	color: #bbb985;
	font-size: 1.2em;
}
.chef-team-toggle .meet-chefs-closed{
	display: inline-block;
}
.chef-team-toggle.collapsed .meet-chefs-opened{
	display: none;
}
.chef-team-toggle.chef-expanded .meet-chefs-closed{
	display: none;
}
.chef-profile-photo{
	position: absolute;
	top: -20px;
	left: -140px;
	max-height: 170px;
}
.head-chef{
	margin-bottom: 3em;
}
.collapsing {
    transition: height 1.5s;
}
/*************************
  Press
**************************/
.section.press{
	background: #6b9c99;
}
.section.press .section-title{
	color: #e6e7d8;
}
.expand-press{
	font-size: .73em;
	color: #d8d9d8;
	text-transform: uppercase;
	margin-bottom: 2em;
}
.section.press ul{
	list-style: none;
	padding-left: 0;
}
.section.press h4 a{
	color: #262527;
	font-weight: bold;
	text-transform: none;
}
.section.press li p{
	color: #d8d9d8;
	font-size: .68em;
	text-transform: uppercase;
}

/*************************
  Menu
**************************/
#menu{
	border-top: solid 10px #6b9c99;
	background: url('img/stardust.png') repeat;
	color: #fff;
	position: relative;
}
#menu blockquote{
	color: #fff;
	font-style: normal;
	border-left: none;
	font-family: "ff-tisa-sans-web-pro";
}
#menu .section.bg-overlay{
	background: url('img/bg-overlay.png') no-repeat center bottom;
}
#menu_modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.open-menu-button-body{
	position: absolute;
    margin: -20px -105px 0;
    left: 50%;
    width: 210px;
}
.open-menu-button-body-mobile{
	margin: 0 auto;
	display: block;
}

#menu_modal .h1{
	color: #5a5452;
}
.dish{
	margin-bottom: 1.25em;
}
.dish .description p{
	margin-bottom: 0;
}
.full-width-menu{
	text-align: center;
}
h5.course-name{
	font-size: 1.57em;
	line-height: 1.5em;
	color: #f3f4ef;
	background: url('img/stardust.png') repeat;
	padding: 0 15px;
	font-weight: normal;
	text-transform: lowercase;
}
h3.dish-name{
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: lowercase;
}
.dish-price{
	text-align: right;
	font-size: .9em;
}
h5.origin{
	text-transform: lowercase;
}
small.abv{
	color: #222;
}
p.course-description{
	padding-left: 15px;
	padding-right: 15px;
}
.beverages .dish-name,
.beverages .dish-price{
	font-size: .9em;
}
.beverages .dish{
	margin-bottom: 1em;
}

.panel-default>.panel-heading,
.panel-default,
.panel{
	border: none;
	background: #a6a299;
}
.panel-heading{
	padding: 0;
}
.panel-body{
	padding-top: 0;
}
.menu-filters{
	margin-bottom: 1.5em;
}
.menu-filters .nav-tabs>li>a{
	background: transparent;
	font-size: 1.1em;
	border: none;
	border-top: solid 3px #5a5452;
	color: #5a5452;
	border-radius: 0;
	padding: 10px;
}
.menu-filters .nav-tabs>li>a:hover{
	background: transparent;
	border: none;
	border-top: solid 3px #5a5452;
	color: #e6e7d8;
}
.menu-filters .nav-tabs>li.active>a{
	color: #e6e7d8;
	border: none;
	background: transparent;
	border-top: solid 3px #bbb985;
}
.menu-filters .nav-tabs{
	border-bottom: none;
}
.menu-filter .nav-tabs>li>a{
	margin-right: 0;
}
.tile-holder{
	margin-top: 1.5em;
}
/*************************
  Image Showcase
**************************/

.img-showcase-container{
	position: relative;
}
.img-showcase{
	position: absolute;
	background-size: cover !important;
}
.img-showcase-height{
	height: 496px;	
}
.img-showcase.right{
	right: 0;
	left: 50%;
}
.img-showcase.left{
	left: 0;
	right: 50%;
}


/*************************
  Gallery
**************************/
.section.gallery-container{
	background: url('img/seamless_marble_light.jpg') repeat;	
	/* margin-bottom: -18em;*/
}
.carousel-control{
	top: 40%;
	width: 100%;
	bottom: auto;
	font-size: 2.1em;
	color: #5a5452;
	text-shadow: none;
	text-align: center;
}
.carousel-control:hover,
.carousel-control:focus{
	color: #d95028;
}
.carousel-control.left,
.carousel-control.right,
.carousel-control.left:hover,
.carousel-control.right:hover{
	background: transparent;
}
.carousel-control-container{
	position: relative;
}
.carousel-indicators{
	position: relative;
	margin: 1.5em auto;
	left: auto;
	bottom: auto;
}
.carousel-indicators li{
	border-color: #5a5452;
}
.carousel-indicators li.img-responsive.active{
	background: #5a5452;
}
#gallery .item{
	max-width: 960px;
	margin: 0 auto;
}

/*************************
  Private Events
**************************/
#group-events.section{
	background-size:cover !important;
	background-position: 50% 50% !important;
	padding: 6em 0;	
}
#group-events.section p.section-title, #group-events.section p{
	color: #fff;
}
#private_event_modal .modal-backdrop{
	background: #6b9c99;
}
#private_event_modal.modal{
	text-align: left;
}
#private_event_modal label{
	color: #fff;
}
#private_event_modal .modal-dialog{
	display: block;
    text-align: left;
}
#private_event_modal input.form-control:focus, 
#private_event_modal select.form-control:focus, 
#private_event_modal textarea.form-control:focus{
	border-color: #51847f;
}

/*************************
  Questionnaire
**************************/
.page-title-section{
	position: relative;
	padding-bottom: 5em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.page-title-section .gradient{
	z-index: -1;
}
.page-title-section h1{
	color: #6b9c99;
}
.event-questionnaire, .blog-main-content{
	position: relative;
	background: url('img/seamless_marble_light.jpg') repeat;	
}
.event-questionnaire .card, .blog-main-content .card{
	background: #f3f4ef;
	padding: 40px;
	margin-top: -7em;	
}
input.form-control, 
select.form-control, 
textarea.form-control{
	background: rgba(255,255,255,.5);
	color: #5a5452;
	font-style: normal;
}
input.form-control:focus, 
select.form-control:focus, 
textarea.form-control:focus{
	background: rgba(255,255,255,.9);
	color: #262527;
	box-shadow: none;
	border-color: #bbb985;
}




/*************************
  Map
**************************/
#find-us{
	margin-bottom: -6em;
	background: url('img/concrete_seamless.png') repeat;
	/*padding-top: 18em;*/
}
#map{
	width: 100%;
	height: 550px;
}
.contact-information{
	text-align: left;
	margin-bottom: 2em;
}

/*************************
  Social
**************************/

.section.social-media{
	padding: 5.2em 0 4.2em;
	background: url('img/stardust.png') repeat;
}
.inline-social ul.social-icons{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.inline-social ul.social-icons li{
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
}
.inline-social ul.social-icons li a{
	padding: 15px 15px;
	font-size: 2.2em;
}
.inline-social ul.social-icons li a span{
	display: none;
}

.social-icons ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.fa-facebook:hover{
	color: #3b5a9a; 	
}
.fa-twitter:hover{
	color: #29a9e1; 	
}
.fa-pinterest:hover{
	color: #cd2129;	
}
.fa-google-plus:hover{
	color: #df4b38;
}
.fa-instagram:hover{
	color: #5280a5;
}
.social-links ul a{
	color: #666;
}

.social-icons li{
	float: left;
	margin-right: 4px;
}
ul.instagram-pics{
	list-style: none;
	margin: 0;
	padding: 0;
}
li.instagram-image{
	float: left;
	display: inline-block;
	margin: 0;
	width: 16.6667%;
	padding: 0;
}

img.instagram-image{
	width: 100%;
}
a.instagram-image:hover{
	opacity: .8;
}
.social-media h3{
	color: #e6e7d8;
}

/*************************
  Contact Form
**************************/

span.wpcf7-not-valid-tip {
	color: #a94442;
	font-size: .8em;
	display: block;
	margin-top: 3px;
}
.main-cta div.wpcf7 div.wpcf7-validation-errors {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.main-cta div.wpcf7-response-output {
	margin: 2em 0 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok, 
div.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.required{
	color: #bf4225;
}


/*************************
  Reservation Modal
**************************/
#reservations_modal .modal-backdrop.in{
	background: #403d41;
	opacity: 1;	
}
.modal-backdrop.in{
	background: #a6a299;
	opacity: 1;
}
.modal-header{
	color: #fff;
	text-align: center;
	border-bottom: none;
}
.close{
    position: absolute;
    top: 15px;
    right: 15px;
	color: #403d41;
	text-shadow: none;
	opacity: .8;
	font-size: 3.5em;
}
.close:hover{
	color: #fff;
	text-shadow: none;
	opacity: 1;
}

.modal-content{
	box-shadow: none;
	background: transparent;
	border: none;
	border-radius: 0;
}
.modal {
  text-align: center;
  padding: 0!important;
}
/*
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-right: -4px;
}*/
.modal h1{
	color: #5a5452
}
#reservations_modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal h3{
	font-weight: bold;
}
.menu-back-to-top{
	font-size: .8em;
	margin-bottom: 1.5em;
}

/*************************
  Reservations
**************************/
.page-reservations .page-title-section img{
	margin-left: auto;
	margin-right: auto;
}
#reservations-content{
	position: relative;
	background: url('img/seamless_marble_light.jpg') repeat;	
}
#reservations-content .card{
	padding: 40px;
	margin-top: -7em;
	background: #5a5452;
	color: #d8d9d8;
}
#reservations-content h1{
	text-align: center;
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: .5em;
	color: #bbb985;
}

i.sr-fa-logo {
	display: none;
}


/*************************
  No Nav Page Template
**************************/

.no-nav-page-template{
	position: relative;
	background: url('img/seamless_marble_light.jpg') repeat;	
}
.no-nav-page-template .card{
	background: #f3f4ef;
	padding: 40px;
	margin-top: -7em;	
}

/*************************
  Happening List
**************************/
.section.category-title-section{
	background: url('img/happening-category-bg.jpg') no-repeat;
	background-size: cover !important;
	background-position: 50% 50% !important;
}
.happening-navigation a{
	color: #d8d9d8;
}
.happening-navigation a:hover,
.happening-navigation a:focus{
	text-decoration: none;
	color: #bf4225;
}
.happening-navigation .mobile-nav{
	padding: 10px 0;
}
.happening-navigation .mobile-nav a{
	line-height: 1.5em;
	font-size: 1.5em;
}
.happening-navigation .mobile-nav .logo{
	margin: 5px auto 0;
}
.happening-list{
	background: url('img/concrete_seamless.png') repeat;
}
.happening-tile{
	overflow: hidden;
	position: relative;
	height: 300px;
	margin-bottom: 1.5em;
}
.happening-tile a .happening-overlay{
	position: absolute;
	padding: 15px;
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 50%;
	background: rgba(38,37,39,.7);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;	
	transition: all 400ms ease-in-out;

}
.happening-tile a:hover .happening-overlay{
	bottom: 15px;
    background: rgba(107,156,153,.9);
}
.happening-tile a img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
	max-width: 150%;
	max-height: 200%;
	min-height: 300px;
    -moz-transition: -moz-transform 1.5s ease-in-out;
    -webkit-transition: -webkit-transform 1.5s ease-in-out;
    -o-transition: -o-transform 1.5s ease-in-out;
}
.happening-tile a:hover img{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.happening-tile .happening-title, 
.happening-tile .happening-date,
.happening-tile .read-more{
	display: block;
	color: #fff;
}
.happening-tile .happening-title.h4{
	font-size: 1.4em;
}
.happening-tile .happening-date{
	font-size: .84em;
}
.happening-tile .read-more{
	display: none;
	color: #bbb985;
	font-size: .68em;
	text-transform: uppercase;
	font-family: "ff-tisa-sans-web-pro";
}
.happening-tile a:hover .read-more{
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.view-all-happenings a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.view-all-happenings a:hover{
	text-decoration: underline;
}

/*************************
  Happenings Single
**************************/

.happening-header, .blog-header{
	position: relative;
	background-size: cover !important;
	background-position: 50% 50% !important;
}
.happening-main-content{
	background: #fff;
}
.happening-header p.lead{
	color: #f3f4ef;
	font-size: 19px;
	text-transform: none;
	line-height: 1.42em;
	margin-bottom: 2em
}
.happening-header p.happening-date{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.admission-price{
	font-weight: bold;
	color: #e6e7d8;
	margin-right: 1em;
}
.happening-navigation{
	z-index: 500;
	position: absolute;
	top: 0;
	width: 100%;
}
.happening-navigation .logo{
	margin-top: 20px;
}
.post-navigation-link{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150px;
	z-index: 1;
	opacity: .7;
	color: #fff;
	font-size: 2.5em;
}
.post-navigation-link:hover{
	opacity: 1;
}
.previous-post-link{
	text-align: left;
	left: 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.next-post-link{
	text-align: right;
	right: 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.post-navigation-link span{
	position: absolute;
	top: 50%;
}
.next-post-link.post-navigation-link span{
	right: 0;
	padding-right: 20px;
}
.previous-post-link.post-navigation-link span{
	left: 0;
	padding-left: 20px;
}

.back-to-happening-list{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 2.5em;
}
div.hr{
	text-align: center;
}
div.hr img{
	margin: -6em auto 0;
}
.special-menu{
	text-align: center;
}
.special-menu h1{
	color: #5a5452;
}
.special-menu h3{
	margin-bottom: .5em;

}
.special-menu h4{

}
.special-menu h5{
	font-weight: bold;
	margin-top: 2em;
	font-size: 1em;
	color: #6b9c99;
	text-transform: lowercase;
}

.event-share .panel-default>.panel-heading,
.event-share .panel-default,
.event-share .panel{
	border: none;
	background: transparent;
}
.event-share h3{
	font-size: 1.5em;
}


/*************************
  Blog Single
**************************/
.gallery-container .section-title{
	margin-bottom: .5em;
}
.breadcrumb a{
	text-decoration: none;
}
.page-title-section.blog-section,
.page-reservations .page-title-section{
	background: url('img/blog-header.jpg');
}
.blog-feature-img{
	margin: 1.5em auto;
}
.sidebar .panel-default>.panel-heading, 
.sidebar .panel-default, 
.sidebar .panel{
	background: transparent;
}
/*************************
  Footer
**************************/
footer .footer-signup{
	padding: 2em 0;
	background: #5a5452;
	color: #e6e7d8;
}
footer .newsletter-cta{
	text-align: right;
}
footer .newsletter-form{
	padding-top: 15px;
}

p.newsletter-cta{
	display: none;
}
.footer-signup .btn{
	padding: 10px 16px;
}
.section.footer-legal{
	background: #232322;
}
.footer-signup input.form-control,
.footer-signup select.form-control,
.footer-signup textarea.form-control{
	color: #d8d9d8;
	border: solid 2px #d8d9d8;
	background: transparent;
	font-style: italic;
}
footer a.scroll-link{
	text-align: center;
	display: block;
	margin: -30px auto 0;
	border-radius: 35px;
	width: 70px;
	height: 70px;
}
footer a.scroll-link i{
	padding-top: 20px;
	margin-bottom: 5px;
}
footer a.scroll-link i, 
footer a.scroll-link span{
	display: block;
	font-size: 10px;
	line-height: 10px;
}
footer a.scroll-link:hover{
	margin-top: -35px;
	margin-bottom: 5px !important;
	text-decoration: none;
}
a.patio-group-logos{
	line-height: 40px;
}
a.patio-group-logos img{
	opacity: .5;
}
a.patio-group-logos:hover img{
	opacity: 1;
}

.section.gift-card-holder{
	background: #6b9c99;
	text-align: center;
	color: #fff;
	padding: 2em 0;
}

footer .footer-legal{
	font-size: 12px;
	color: #bebebe;
}
footer .footer-legal a{
	color: #eee;
	text-decoration: none;
}
.bottom-of-page-widget, 
.bottom-of-page-widget p{
	height: 0;
	margin: 0;
}

/*************************
  Utilities
**************************/
hr{
	border-bottom: solid 4px #e6e7d8;
	margin: 2em 0;
}
.wpcf7 .form-control{
	font-family: "ff-tisa-sans-web-pro";
}
span.wpcf7-list-item{
	display: block;
}
.wpcf7-form p {
	line-height: 1px;
	margin: 0;
}
.wpcf7-form br{
	display: none;
}
.wpcf7-form .help-block{
	font-size: .73em;
	margin-top: 0;
}
.wpcf7-form-control-wrap.AdditionalServices .wpcf7-list-item{
	width: 50%;
	margin-left: 0;
	float: left;
}
.form-group.food-served{
	margin-top: 20px;
}
.section{
	padding: 4.2em 0;
}
.box-drop-shadow{
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.container-fluid.container-no-gutter, .container.container-no-gutter{
	padding-left: 0;
	padding-right: 0;
}
.row.row-no-gutter{
    margin-right: 0;
    margin-left: 0;
}
.row.row-no-gutter .col-lg-1, 
.row.row-no-gutter .col-lg-10, 
.row.row-no-gutter .col-lg-11, 
.row.row-no-gutter .col-lg-12, 
.row.row-no-gutter .col-lg-2, 
.row.row-no-gutter .col-lg-3, 
.row.row-no-gutter .col-lg-4, 
.row.row-no-gutter .col-lg-5, 
.row.row-no-gutter .col-lg-6, 
.row.row-no-gutter .col-lg-7, 
.row.row-no-gutter .col-lg-8, 
.row.row-no-gutter .col-lg-9, 
.row.row-no-gutter .col-md-1, 
.row.row-no-gutter .col-md-10, 
.row.row-no-gutter .col-md-11, 
.row.row-no-gutter .col-md-12, 
.row.row-no-gutter .col-md-2, 
.row.row-no-gutter .col-md-3, 
.row.row-no-gutter .col-md-4, 
.row.row-no-gutter .col-md-5, 
.row.row-no-gutter .col-md-6, 
.row.row-no-gutter .col-md-7, 
.row.row-no-gutter .col-md-8, 
.row.row-no-gutter .col-md-9, 
.row.row-no-gutter .col-sm-1, 
.row.row-no-gutter .col-sm-10, 
.row.row-no-gutter .col-sm-11, 
.row.row-no-gutter .col-sm-12, 
.row.row-no-gutter .col-sm-2, 
.row.row-no-gutter .col-sm-3, 
.row.row-no-gutter .col-sm-4, 
.row.row-no-gutter .col-sm-5, 
.row.row-no-gutter .col-sm-6, 
.row.row-no-gutter .col-sm-7, 
.row.row-no-gutter .col-sm-8, 
.row.row-no-gutter .col-sm-9, 
.row.row-no-gutter .col-xs-1, 
.row.row-no-gutter .col-xs-10, 
.row.row-no-gutter .col-xs-11, 
.row.row-no-gutter .col-xs-12,
.row.row-no-gutter .col-xs-2, 
.row.row-no-gutter .col-xs-3, 
.row.row-no-gutter .col-xs-4, 
.row.row-no-gutter .col-xs-5, 
.row.row-no-gutter .col-xs-6, 
.row.row-no-gutter .col-xs-7, 
.row.row-no-gutter .col-xs-8, 
.row.row-no-gutter .col-xs-9{
	padding-left: 0;
	padding-right: 0;
}
.container-fluid.container-fluid-no-gutter{
	padding-left: 0;
	padding-right: 0;
}
.section{
	z-index:1;
}
.section-title{
	color: #5a5452;
	margin-bottom: 1em;
}
.img-hover:hover,
a.hover-img-link img:hover{
	opacity: 0.8;
}
.btn, 
.btn-default, 
.btn-primary, 
.btn-lg, 
.btn-sm, 
.form-control{
	border-radius: 0;
}
.scrolloff{
    pointer-events: none;
}
.clear{
	clear: both;	
}
body.admin-bar .navbar.primary{
	top: 32px;
}

.panel{
	box-shadow: none;
}
a.gallery-img-link img{
	margin-bottom: 15px;
}
a.gallery-img-link:hover img{
	opacity: .8;
}
/* vertically centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
/* horizontally centered columns styles */
.center-row {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.center-col {
	display: table-cell;
    vertical-align: middle;
    float: none;
}
div.wpcf7-validation-errors {
	background: #f1ec9e;
	border: 2px solid #f7e700;
}
div.wpcf7-mail-sent-ok {
	background: #91c57b;
	border: 2px solid #398f14;
}
input.form-control.wpcf7-not-valid, 
textarea.form-control.wpcf7-not-valid{
	color: #a94442;
    background-color: #f2dede;
    border: solid 1px #d50000;
}
span.wpcf7-not-valid-tip{
	font-size: .6em;
	font-weight: bold;
}
.wpcf7-form-control-wrap.date{
	font-weight: normal;
}
div.wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
	font-size: .9em;
}

/*************************
  Bootstrap 5 Column
**************************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*************************
  WP Core
**************************/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*************************
  Responsive
**************************/
@media(max-width:1199px) {
	h1, .h1{
		font-size: 3.3em;
	}
	.chef-profile-photo{
		position: relative;
		margin-bottom: -35px;
		margin-left: 20px;
		left: auto;
		max-height: 140px;
	}
}
@media(max-width:991px) {
	.page-title-section .gradient{
		margin-top: 0;
	}
	footer .newsletter-cta{
		text-align: center;
	}

	.gallery-container .row{
		margin: 0;
	}	
	.gallery-container .container,
	.gallery-container .container .col-md-10.col-sm-12{
		padding: 0;
	}
	.gallery-container .row{
		margin: 0;
	}
	.navigation .nav>li>a{
    	padding: 10px 10px;
	}
	.center-row {
		display: block !important;
	}
	.center-col {
		display: block !important;
		float: left;
	}
	.carousel-control-container.center-col {
		display: none !important;
	}
	.chef-profile-photo{
		position: relative;
		margin-bottom: -35px;
		margin-left: 20px;
		left: auto;
		max-height: 140px;
	}
	.head-chef .chef-profile-photo{
		margin-left: auto;
		margin-right: auto;
	}
	.head-chef .chef-name{
		text-align: center;
	}
	.contact-information{
		text-align: center;
	}
	.happening-tile a img{
		left: 0;
    	top: 0;
    }
	.ot-dtp-picker-selector,
	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button{
		width: 100% !important;
		margin-bottom: .5rem !important;
	}
}

@media(max-width:768px) {
	h1, .h1{
		font-size: 2em;
	}
	h2, .h2, #reservations_modal h2, #reservations-content h1{
		font-size: 1.1em;
	}
	.header-content .h1{
		margin-top: 0;
	}
	.btn{
		padding: 20px 40px;
	}
	li.instagram-image{
		width: 33.33%;
	}
	.wpcf7-form-control-wrap.AdditionalServices .wpcf7-list-item{
		width: 100%;
		margin-left: .5em;
		float: none;
	}
	.gallery-container{
		padding: 0;
	}
	.gallery-container{
		padding: 0;
	}
	.chef-profile-photo{
		position: relative;
		margin-bottom: -35px;
		margin-left: 20px;
		left: auto;
		max-height: 160px;
	}
	.chef-profile-photo{
		margin: 3em auto -90px;
		left: auto;
		max-height: 270px;
	}
	.chef-content-holder{
		text-align: center;
		padding-top: 80px;
	}
	.menu-filters .nav-tabs>li>a{
		font-size: 16px;
		padding: 10px 8px;
	}
	#find-us{
		margin-bottom: 0;
		background: url('img/concrete_seamless.png') repeat;
	}
	.section.social-media{
		padding: 4.2em 0;
	}
	.contact-information{
		text-align: center;
	}
}
@media(max-width:480px) {
	header{
		height: auto;
	}
	.gradient{
		display: none;
	}
	.header-content{
		padding: 15px;
		margin-top: 68px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.header-content em{
		font-size: 1em;
		margin-bottom: 0;
	}
	.header-content p {
		margin-bottom: .5em;
	}
	.btn-default, .btn-primary, input.btn-default, input.btn-primary{
    	display: block;
    	width: 100%;
    }
    .cta-buttons {
    	margin-bottom: 0;
    }
    .cta-buttons button{
    	margin: 0 auto 1em;
    }
    .modal-header p.h1,
    .modal-header h2{
    	margin-top: 35px;
    }
    .close{
    	font-size: 1.5em;
    }

    .menu-filters .nav-tabs>li{
    	float: none;
    	width: 250px;
    }
	.menu-filters .nav-tabs>li>a{
		font-size: 16px;
		padding: 10px 8px;
	}
	#map{
		height: 250px;
	}
	li.instagram-image{
		width: 50%;
	}
	.happening-header p.lead{
		margin-bottom: .5em;
	}
	.admission-price{
		display: block;
		text-align: center;
		margin: 0 0 .5em;
	}
    .happening-header .section{
    	padding: 0;
    }
    .happening-header .header-content{
    	margin-top: 62px;
    }
    .event-share h3{
		font-size: 1em;
	}

}

@media (max-height: 769px) and (max-width: 1367px) {
	header .h1{
		font-size: 2.5em;
	}	
}
@media (max-height: 750px){
	.scroll-arrow{
		display: none;
	}	
}



