/*
Theme Name: officinebrera
Theme URI: http://wellmadedigital.com
Author: Aron Moe Macarow
Author URI: http://wellmadedigital.com
Description: A custom restaurant theme for Officine Brera. 
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: officinebrera
Tags:

Officine Brera is a custom theme based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Core Building Blocks ##
# Normalize
# RESET!
# Parallax
# Banner Text
# Pulsing Arrow Animation
# Typography
# Navigation 
# Content Accordion 
# Animations not created with Animate.css
# Generic Buttons
# Footer
# Accessiblity
# Alignments
# Clearings
# Gallery

Specific Page Content ##
# Press Page
# Menu Page
# Press and Contact Page
# Private Dining Page

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    max-width: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 10px 10px;
    font-family: 'Lato', sans-serif;
    margin: 0 0 10px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #045822;
    background: transparent;
}

.wpcf7 input[type="submit"] {
    color: #ffffff!important;
    background-color: #045822;
    -webkit-transition: background-color ease-in-out;
    -o-transition: background-color ease-in-out;
    transition: background-color ease-in-out;
    padding: 8px 15px;
    /* font-weight: 600; */
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px!important;
    border-style: none;
    border: #045822 1px solid;
}

a.main-nav-link.social-link {
    color: black;
    font-weight: bold;
    font-size: 14px;
}
/* RESET!
--------------------------------------------------------------*/

html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}article,aside,figure,footer,header,hgroup,nav,section{display:block}img,object,embed{max-width:100%}html{overflow-y:scroll}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%}th{font-weight:700;vertical-align:bottom}td{font-weight:400;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre-line;word-wrap:break-word}input[type=checkbox]{vertical-align:baseline}select,input,textarea{font:99% sans-serif}a:hover,a:active{outline:none}small{font-size:85%}strong,th{font-weight:700}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}pre,code,kbd,samp{font-family:monospace, sans-serif}.clickable,label,input[type=button],input[type=submit],button{cursor:pointer}button,input,select,textarea{margin:0}button{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}.ie6 html{filter:expression(document.execCommand("BackgroundImageCache",false,true))}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}input[type=radio],.ie6 input{vertical-align:text-bottom}

a { 
  	text-decoration: none; 
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/


.parallaxParent {
		height: 100vh;
		overflow: hidden;
	}
	.parallaxParent > * {
		height: 200%;
		position: relative;
		top: -100%;
	}

.parallax {
    overflow: hidden!important;
    position: relative;
    width: 100%;
    vertical-align: middle;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jarallax {
    position: relative;
    z-index: 0;
	background: transparent; 
	/*min-height: ; */
	width: 100%; 
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
header.entry-header {
    display: none;
}
@media screen and (max-width: 1025px) {

	.parallax {
    	background-attachment: inherit;
	}
}
  
.big-image {
    color: #000000;
}

.lander { 
  	height: 100vh; 
}
  
.in-page {
	height: 400px; 
}

.main-container {
	background-color: #ffffff;
}


/*--------------------------------------------------------------
# Banner Text
--------------------------------------------------------------*/

div#overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10%;
}

div#overlay-image img {
    max-width: 700px;
    width: 100%;
}

.banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
}

.banner-text h1 {
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 80px;
    line-height: 80px;
    font-family: 'montserrat';
    text-transform: uppercase;
}

.banner-text h1 span {
    font-family: 'Oswald-med', san-serif;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 3px;
    display: block;
  	line-height: 30px;
}

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

	.banner-text h1 {
    	font-size: 40px;
    	line-height: 45px;
	}

	.banner-text h1 span {
		font-size: 25px;
	}

}

@media screen and (min-width: 1100px) {

	.banner-text {
        padding-top: 65px;
    	padding-bottom: 256px; /*for home page */ 
	}
  
}


@media screen and (min-width: 1250px) {
  	
  	.banner-text {
		padding-top: 120px;
	}

}

/*--------------------------------------------------------------
# Pulsing Arrow
--------------------------------------------------------------*/

img.down-arrow {
    width: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
}
.down-arrow.scrolled {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
img.down-arrow.animated {
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.text-block {
    padding: 5em 15% 3em; 
}

.copyContainer {
	margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    max-width: 1200px;
}

.text-block p,
h2 {
    padding: 25px 0 0 0;
    color: #2a2a2a;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    text-align: center; 
}
	
h2 {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 0 0 15px;
    font-weight: 200;
}

.text-block h1 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: left;
    color: #000000;
    font-weight: 500; 
    text-align: center; 
	margin: 3.67em auto .67em;
}

.text-block h2, .text-block h3, .text-block h4 {
	text-transform: uppercase;
}

p a {
  color: #045822; 
}
a {
  font-weight: 600; 
}



.general-text-block p,
h2 {
    padding: 25px 0 0 0;
    color: #2a2a2a;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify; 
}
	
.general-text-block h1 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: left;
    color: #000000;
    font-weight: 500; 
    text-align: center; 
	margin: 3.67em auto .67em;
}

.general-text-block h2, .general-text-block h3, .general-text-block h4 {
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar-top {
    height: 65px;
  	-webkit-transition: height .5s ease-in;
  	-o-transition: height .5s ease-in;
  	transition: height .5s ease-in;
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
            box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23); */
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    /*background: #fff;*/
background: rgba(255, 255, 255, 0.56);
   /* background: url(../../uploads/2019/10/Ad1-woodbackground-1024x758.jpg) center bottom;*/
}

.navbar-top.alternate-color {
    background: #fff; 
}

.navbar-top a {
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
	transition: color .3s ease-in; 
}

.navbar-top li.main-nav-link a:hover, .navbar-top li.main-nav-link a:focus {
	color: #df4528;
	transition: color .3s ease-in; 
}

.navbar-top a.social-link img:hover,
.sisterPropertyLogo a img:hover {
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    background: none;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

a.top-logo {
    transition: opacity .5s ease-in;	
}

a.top-logo:hover, a.top-logo:focus {
    opacity: .5;
    transition: opacity .5s ease-in;
}

.top-logo img {
    max-height: 64px;
}

div#hoverLogo {
    display: inline-block;
}

.top-social img {
    height: 20px;
    vertical-align: middle; 
}

.top-social {
    display: none;
}

a.main-nav-link {
    margin-right: 30px;
}

a.main-nav-link:hover {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; 
    border-bottom: none;
    opacity: 0.5; 
	cursor: pointer;
}

li.current-menu-item a {
	/*padding: 3px 0;
    border-bottom: 2px solid #df4528;*/
	color: #df4528;
}

.flexy-top .top-social {
    margin-right: 150px;
    width: 100%;
    margin-left: 50px;
}

ul#menu-top-menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

li.main-nav-link {
    display: inline-block;
    margin-right: 30px;
}

.navbar-top.scrolled {
    -webkit-transition: height .5s ease-in;
    -o-transition: height .5s ease-in;
    transition: height .5s ease-in;
}


.navbar-top.scrolled .flexy-top {
    -webkit-transition: flex-direction 1s ease-in, -webkit- 2009flex-direction 1s ease-in;
    transition: flex-direction 1s ease-in, -webkit- 2009flex-direction 1s ease-in;
    -o-transition: flex-direction 1s ease-in;
    transition: flex-direction 1s ease-in;
    transition: flex-direction 1s ease-in, -webkit- 2009flex-direction 1s ease-in, -ms-flex-direction 1s ease-in;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.scrolled a.main-nav-link {
  color: #ffffff; 
  -webkit-transition: color 0.5s ease-in; 
  -o-transition: color 0.5s ease-in; 
  transition: color 0.5s ease-in; 
}
.flexy-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 20px;
	
}
a.main-nav-link.social-link {
    margin-right: 10px;
}
a div#hoverLogo:hover {
    -webkit-transition: background-image .5s ease-out;
    -o-transition: background-image .5s ease-out;
    transition: background-image .5s ease-out;
    opacity: .8;
    background-image: url(../../uploads/2017/09/Brera_logo_green.png)!important;
}
.flexy-top .top-social {
    margin-right: 150px;
}
  
/*  mobile menu -----------------------------------------*/ 

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
}
.showMenu {
	height: 100%!important; 
}
a.closebtn {
    color: #ffffff; 
}

.overlay-content {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%; 
}

.overlay-content a.main-nav-link {
    color: #045822;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-right: 0px!important;
    /* border-bottom: 2px solid #fff; */
    margin-bottom: 18px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; 
 	opacity: 1; 
  	display: block; /*IE fix*/
}

.overlay-content a.socialStuff img {
    width: 30px;
    margin: 5px 0px 10px;
}

.overlay-content a#nav-logo img {
    width: 300px;
    margin: 10px 0 5px;
}
.overlay-content a#nav-logo {
  	display: block; /*IE fix*/
}

.overlay-content a.socialStuff:hover, 
.overlay-content a#nav-logo:hover, 
.overlay-content a.main-nav-link:hover {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.5;
}

.overlay-content a.socialStuff {
    margin-right: 0px!important;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 18px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; 
 	opacity: 1; 
}
.hamburglar-contain { 
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 24; 
	cursor: pointer;
}

#hamburglar .line {
  width: 40px; 
  height: 4px; 
  display: block; 
  margin: 8px auto; 
  background-color: #df4528; 
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hamburglar:hover
{cursor: pointer;}

#hamburglar.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburglar.is-active .line:nth-child(1){
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

#hamburglar.is-active .line:nth-child(3){
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}


@media screen and (min-width: 1020px) {
  
	.navbar-top {
		height: 120px;
	}
	  
	.hamburglar-contain {
		right: 30px;
		top: 22px;
		vertical-align: middle;
        display: none; 
	}
  
    .overlay .closebtn {
		top: 18px!important;
		right: 30px!important;
		font-size: 60px;
	}

	.flexy-top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
        -webkit-box-orient: horitzontal;
        -webkit-box-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
		margin: /*0 20px*/ 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 94%;
	}
 
    .top-social {
    	line-height: 75px;
        display: inline-block!important; 
	}

	.top-logo img {
        /* max-width: auto; */
        max-width: 270px;
    	max-height: 103px;
    	margin-top: 0;
	}

    .navbar-top.scrolled .top-social {
		-webkit-transition: line-height 0.3s ease-in;
		-o-transition: line-height 0.3s ease-in;
		transition: line-height 0.3s ease-in;  
		line-height: 75px;
		display: inline-block!important;
	}

	.navbar-top #hoverLogo {
  		height: 80px!important; 
	    width: 200px!important; 
	}

	.navbar-top.scrolled #hoverLogo {
  		height: 50px!important; 
	    width: 207px!important; 
	}

	.navbar-top.scrolled .top-logo img {
		max-height: 82px;
		margin-top: 0px;
	}

	.navbar-top.scrolled {
		-webkit-transition: height .5s ease-in;
		-o-transition: height .5s ease-in;
		transition: height .5s ease-in;
		height: 70px; 
	}
	  
}

@media screen and (min-width: 1200px) {
   
}

@media screen and (min-width: 1380px) {
    .flexy-top {
  		margin: 0 3em; 
	}
}

@media screen and (min-width: 1550px) {
	  .navbar-top a {
		font-size: 14px;
	}
	a.main-nav-link {
    	margin-right: 40px;
	}

}


/*--------------------------------------------------------------
# Content Accordion 
--------------------------------------------------------------*/

#about.text-block {
    padding: 3em 15%;
}

button.accordion {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 25px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {

}

button.accordion:after {
    content: '\002B';
    color: #ffffff;
	font-size: 20px; 
    font-weight: bold;
    display: block; 
	text-align: center; 
    margin: 40px 0 0; 
}

button.accordion.active:after {
    content: "\2212";
}
button.accordion:before {
    content: "";
    border-top: 1px solid #000;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: block;
    padding-top: 60px;
}
button.accordion:first-of-type:before {
    content: "";
    border-top: 1px solid #fff;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    padding-top: 0px;
}
  
.text-block .accordion h1 {
    text-align: center; 
	margin: 0 auto; 
}
  
div.panel {
	padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
.panel p {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1000px;
}
.panel p:first-of-type {
    padding: 0;
}
.panel p:last-of-type {
	margin-bottom: 30px; 
}

/*===========================================*/
/* ARROW to X STYLES                         */
/*===========================================*/
.accarrow {
    display: block;
    position: absolute;
    left: 50%;
    margin-top: 50px;
}
.accordion .accarrow__upper:before, .accordion .accarrow__upper:after, .accordion .accarrow__lower:before, .accordion .accarrow__lower:after,
.accordion.active .accarrow__upper:before, .accordion.active .accarrow__upper:after, .accordion.active .accarrow__lower:before, .accordion.active .accarrow__lower:after {
	content: '';
	position: absolute;
	display: block;
	right: -9px;
	width: 11px;
	height: 2px;
	background: #000000;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.accordion .accarrow__upper:before, .accordion .accarrow__upper:after, 
.accordion.active .accarrow__upper:before, .accordion.active .accarrow__upper:after {
	top: 0px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.accordion .accarrow__upper:after, .accordion.active .accarrow__upper:after {
	right: inherit;
	left: -9px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.accordion .accarrow__lower:before, .accordion .accarrow__lower:after,
.accordion.active .accarrow__lower:before, .accordion.active .accarrow__lower:after {
	top: 6px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.accordion .accarrow__lower:after,
.accordion.active .accarrow__lower:after{
	right: inherit;
	left: -9px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.accordion.notactive .accarrow__lower:before,
.accordion.notactive .accarrow__lower:after {
	top: 0px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.accordion.notactive .accarrow__lower:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media screen and (max-width: 670px) {
  
  	button.accordion {
    	padding: 25px 0px;
	}
	.text-block .accordion h1 {
    	font-size: 16px;
    	width: 80%;
  		margin: 0 auto; 
	}
  	.panel {
    	padding: 0!important;
	}
}

/*--------------------------------------------------------------
# Animations not created with Animate.css
--------------------------------------------------------------*/

/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}

/*animation element sliding up*/

.animation-element.slide-up {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
  
/*animation element sliding up delay one*/

.animation-element.slide-up-delay {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -webkit-transition-delay: .3s; /* Safari */
  transition-delay: .3s;
}

.animation-element.slide-up-delay.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
    
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 700ms linear;
  -webkit-transition: all 700ms linear;
  -o-transition: all 700ms linear;
  transition: all 700ms linear;
  -moz-transform: translate3d(-200px, 0px, 0px);
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -o-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
  
/*animation element sliding right*/

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 700ms linear;
  -webkit-transition: all 700ms linear;
  -o-transition: all 700ms linear;
  transition: all 700ms linear;
  -moz-transform: translate3d(200px, 0px, 0px);
  -webkit-transform: translate3d(200px, 0px, 0px);
  -o-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
} 
  
/*animation element sliding down*/

.animation-element.slide-down {
  opacity: 0;
  -moz-transition: all 800ms linear;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
  -moz-transform: translate3d(0px, -200px, 0px);
  -webkit-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate3d(0px, -200px, 0px);
}

.animation-element.slide-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*--------------------------------------------------------------
# Generic Buttons
--------------------------------------------------------------*/

#submit a,
#readmore a, 
#cf7-container input[type="submit"], 
span#resumeButton, 
.caviar-button {
    color: #ffffff!important;
    background-color: #045822;
   	font-family: 'Lato', sans-serif;
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    /* padding: 8px 15px; */
    padding: 0px 5px;
    font-weight: 400!important; 
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px!important; 
    border-style: none;
}

#submit a:hover, 
#readmore a:hover, 
#cf7-container input[type="submit"]:hover,
span#resumeButton:hover {
    background-color: #50502c;
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    border-radius: 0px!important;
}
.outter-caviar-wrapper {
    display: block;
    position: absolute;
    right: 59px;
    top: 25px;
}
.caviar-wrapper {
	width: 139.5px;
    max-height: 55px;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height .25s ease-out;
    transition: max-height .25s ease-out;
}
a.main-nav-link.caviar-button {
    margin-right: 0px;
    border: 1px solid #045822!important; 
}
.takeout_options {
    background: #045822; 
    margin-top: -22px;
    display: block;
}
li.takeout_option {
    line-height: 2;
    padding: 5px 0;
}
.caviar-wrapper:hover {
    max-height: 200px;
    will-change: max-height;
    -webkit-transition: max-height .25s ease-out;
    transition: max-height .25s ease-out;
}
a.main-nav-link.caviar-button:hover {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-bottom: none;
    opacity: 1;
}
.scrolled .outter-caviar-wrapper {
    top: -3px;
	-webkit-transition: top .5s ease-in; 
	transition: top .5s ease-in;
}
a.main-nav-link.caviar-button:last-child {
    margin-right: 0px;
}
.caviar-wrapper a {
  	color: #ffffff; 
}
.takeout_option a {
    margin: 0 18px;
}
.takeout_option a:hover {
    opacity: .5;
    transition: opacity .5s ease-in;
}
#readmore a{
    display: block;
    margin: 20px 0;
    width: 130px;
    margin: 0 auto; 
    font-style: normal!important; 
}
#submit a {
    color: #ffffff!important;
    transition: background .5s ease-in;
}
@media screen and (min-width: 1550px) {
  	.caviar-wrapper {
		width: 147px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

div#bottom-line {
    width: 100%;
    display: block;
    border-top: 1px solid;
    padding: 2em 0 0;
}

#footer { 
	background: #fff;
}
	  
#footer.alternative-color {
	background: #171616; 
}

div#foot-left {
    /*display: inline-block; not needed with flexbox */
}

div#foot-mid {
    /*display: inline-block;
    position: relative;*/
}

#footer-container {
    padding: 50px 10% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
div#foot-left, 
#foot-mid, 
#foot-mid-2, 
#foot-right {
    margin: inherit;
    padding-bottom: 3.5em;
}
#footer-container h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding-bottom: 20px;
}

#footer-container strong {
	font-weight: 900;
}

.footer-text {
    color: #333333;
    text-align: center; 
    font-family: 'Lato', sans-serif; 
    font-weight: 400; 
	text-transform: none;
    letter-spacing: 1px;
    font-size: 12px;
}
#phone span { 
   text-transform: uppercase; 
}
#hours.footer-text {
	text-transform: none!important;
    letter-spacing: 1px;
}
	
div#address {
    padding-bottom: 20px;
    text-transform: uppercase; 
}

#hours p {
    margin-bottom: 12px;
}

.sisterPropertyLogo {
    text-align: center;
    margin: 0 0 17px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.sisterPropertyLogo img {
    width: 179px;
}
.top-social.social-foot {
    text-align: center;
    display: block!important;
    line-height: 1;
    margin-top: 25px;
}
a.main-nav-link.social-link:last-child {
    margin-right: 0px;
}
.break {
    height: 10px;
}
.footer-nav {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 13px; 
  	letter-spacing: 1px; 
    text-transform: uppercase;
    color: #ffffff;
}
a.main-nav-link.footer-nav {
    margin: 0 auto; 
    letter-spacing: 1px;
    font-size: 14px;
}


@media screen and (min-width: 1100px) {
 	
  	#foot-left, 
  	#foot-mid, 
  	#foot-mid-2,
  	#foot-right {
  		display: inline-block;
		position:relative; 
		float: left; 
		width: 24%; 
  	}
  	
  	#footer-container {
	  padding: 40px 20px 20px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: row;
	          flex-direction: row; 
	}
  
  	div#foot-left, #foot-mid, #foot-mid-2, #foot-right {
	  padding-bottom: 0px;
	}

  
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

#grid2 {
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
}
  
  .image-container img {
    margin-bottom: 25px;
    margin-right: 25px;
}
  
  a.image-container img:hover {
	opacity: 0.5; 
	background-color: #ffffff;
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -o-transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -o-transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
    transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
  }
  
  /*.grow { transition: all .5s ease-in-out!important; }
  .grow:hover { transform: scale(1.1)!important; }*/
  
  .tint { display: inline; }
  
  a div.tint img:hover {
    /* opacity: .5!important; */
    /* background-color: black; */
    /* -webkit-filter: grayscale(100%)!important; */
    -webkit-filter: brightness(50%);
}


/*--------------------------------------------------------------
# Press Page Content
--------------------------------------------------------------*/

.press-item.copy-container {
    margin: 0 auto 5em;
    display: block;
}

.press-item.copy-container h1, 
.press-item.copy-container h2,
.press-item.copy-container h3,
.press-item.copy-container h4,
.press-item.copy-container p {
    text-align: left;
}

.press-item.copy-container h1 {
	font-weight: 600;
}

.press-item span:before {
    display: inline-block;
    content: "|";
    margin: 0px 1em 0 .6em;
}

button.read-more {
    color: #ffffff;
    background-color: #333333;
    font-family: 'Lato', sans-serif;
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    padding: 8px 15px;
    font-weight: 400!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px!important;
    border: 1px solid #333333;
    margin-top: 2em;
}

a:hover button.read-more, 
a:focus button.read-more {
	background-color: #fff; 
	color: #333333;
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
}

div#next-page a, div#previous-page a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: .05rem;
    font-size: .85em;
	transition: opacity .5s ease-in;
}

div#next-page a:hover, div#previous-page a:focus,
div#next-page a:focus, div#previous-page a:hover {
	opacity: .5; 
	transition: opacity .5s ease-in;
}

nav.pagination {
    position: relative;
    height: 20px;
	margin-bottom: 2em;
}

div#next-page {
    position: absolute;
    right: 0;
}

div#previous-page {
    position: absolute;
    left: 0;
}

/*--------------------------------------------------------------
# Menu & Gallery Pages Content
--------------------------------------------------------------*/
#gallery.text-block {
    padding: 6em 2% 4em!important;
}

.menuContainer {
    margin: 0 auto;
    text-align: center;
}
a.restaurantMenu {
    color: #000000;
    font-family: 'Lato', sans-serif;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-bottom: none;
    opacity: 1;
}
a.restaurantMenu:hover {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-bottom: none;
    opacity: 0.5;
}
span.restaurantWrap:last-child:after {
    content: "";
    margin: 0;
}
span.restaurantWrap:after {
    content: "|";
    margin: 0 1em;
    text-decoration: none;
    color: #000000;
}

@media screen and (max-width: 1050px) {
  
	span.restaurantWrap {
    	display: block;
	    margin: 0 0 20px; 
	}
	span.restaurantWrap:after {
    	content: ""!important;
    	margin: 0;
	}
    .text-block {
    	padding: 50px 15%;
	}
	
}


/*--------------------------------------------------------------
# Careers Page & Contact Page Content
--------------------------------------------------------------*/

#contact-us.text-block {
	padding: 3em 15% 5em!important;
}
.text-block.flexy {
	padding: 0px 15% 100px;
}  
div#right-col {
	margin-top: 30px!important; 
}
div#left-col, div#right-col {
    margin: 0 auto;
    text-align: left!important;
}
div#left-col, #right-col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	text-align: left; 
}
#left-col h1, 
#right-col h1 {
	text-align: left; 
}
#right-col h1:not(:first-of-type) {
    padding: 30px 0 15px;
}
#contact-us h1 {
	padding: 0 0 30px; 
}
#contact-us p {
    text-align: center;
    padding: 3px 0;
    font-size: 15px;
}  
#contact-us h1.last {
	padding: 30px 0 30px; 
}
#contact-us h2.last {
	padding: 30px 0 15px; 
}
#cf7-container h1 {
    font-weight: 500; 
    text-align: left;
	margin: 0 0 30px;
	letter-spacing: 2px; 
}
#cf7-container div.last {
	padding: 0 0 30px; 
}
div#cf7-container p.infoLine {
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
	text-transform: uppercase; 
}
.wpcf7-file {
  	position: absolute;
  	top: 0;
  	right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 5em; 
  	height:45px; 
  	width:130px; 
}
.resumeUploadButton {
    display: block;
    width: 100%;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    height: 45px;
    background-color: #f3725f; color:#fff
}
input[type="file" i] {
    -webkit-appearance: initial;
    background-color: initial;
    padding: initial;
    border: initial;
	margin-top: -32px;
    width: 152px;
}
div#resumeUploader {
    padding: 10px;
}
#cf7-container p {
	padding: 0;
	text-align: center; 
}	  
#cf7-container .notCenter p {
	text-align: left!important;  
}	 	  
#cf7-container input[type="text"], 
#cf7-container input[type="email"], 
#cf7-container input[type="tel"], 
#cf7-container textarea {
    max-width: 300px;
	border: none;
	border-radius: 0;
	padding: 5px 8px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 10px;
	font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
  	background-color: #cacaca;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 150px; 
}
div#cf7-container {
    width: 100%;
	max-width: 1200px; 
	margin: 0 auto; 
}
.three-col.clearfix {
	width: 100%;
}
.col-1, .col-2, .col-3 {
   	width: 100%;
    float: none;
}  
#cf7-container input[type="text"], 
#cf7-container input[type="email"], 
#cf7-container input[type="tel"], 
#cf7-container textarea {
	max-width: 100%;
	width: 100%; 
	border: none;
	border-radius: 0;
	padding: 10px 10px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 10px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	border: 1px solid #cacaca;
	background: transparent;
}
#contact-button {
	text-align: right;
}
#contact-button span.ajax-loader {
	display: block!important; 
}	  
#cf7-container input[type="text"]:focus, 
#cf7-container input[type="email"]:focus,
#cf7-container input[type="tel"]:focus, 
#cf7-container textarea:focus {
    outline: 0;
    background-color: #444343;
}  
#cf7-container textarea:focus::-webkit-input-placeholder,
#cf7-container input[type="email"]:focus::-webkit-input-placeholder,
#cf7-container input[type="tel"]:focus::-webkit-input-placeholder, 
#cf7-container input[type="text"]:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
}	
#cf7-container textarea:focus::-moz-placeholder,
#cf7-container input[type="email"]:focus::-moz-placeholder, 
#cf7-container input[type="tel"]:focus::-moz-placeholder, 
#cf7-container input[type="text"]:focus::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
}
#cf7-container textarea:focus:-ms-input-placeholder,
#cf7-container input[type="email"]:focus:-ms-input-placeholder,
#cf7-container input[type="tel"]:focus:-ms-input-placeholder, 
#cf7-container input[type="text"]:focus:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}
#cf7-container textarea:focus:-moz-placeholder,
#cf7-container input[type="email"]:focus:-moz-placeholder, 
#cf7-container input[type="tel"]:focus::-moz-placeholder, 
#cf7-container input[type="text"]:focus:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}  
#cf7-container textarea:focus:focus:placeholder,
#cf7-container input[type="email"]:focus:placeholder,
#cf7-container input[type="tel"]:focus:placeholder, 
#cf7-container input[type="text"]:focus:placeholder {
	color:#ffffff; 
}  
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="range"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="color"]:focus, 
textarea:focus {
   color: #ffffff;
}
#cf7-container input[type="submit"] {
  	-webkit-appearance: none; 
	-moz-appearance: none;
	outline: none; 
}
textarea {
	background: transparent; 
}
div#map {
   margin-top: 32px;
}
img.map {
	width: 90%;
}
h1.contact {
    display: block;
    position: relative;
	text-align: center; 
}
section.text-block.specialText {
    padding: 125px 15% 75px;
}
.specialText p {
    display: block;
    text-align: center; 
}
.contactCopyContainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.contactCopyContainer:last-of-type {
    margin-bottom: 0px;
}
.infoLine {
    margin-top: 50px;
}
   	
@media screen and (min-width: 895px) {
	
		.col-1, .col-2, .col-3 {
			width: 32.6%;
			float: left;
		}
		.col-1, .col-2 {
			margin-right: 1%;
		}	
		div#right-col {
    		margin-top: 0px!Important;
		}
	
}
@media screen and (min-width: 950px) {
  	#col-container { 
		margin: 0 auto; 
		max-width: 1200px;
  	}
    section#contact-us.text-block {
    	margin: 0 auto;
    	padding: 3em 15% 5em!Important;
	}
	div#left-col, #right-col {
    	width: 50%;
    	display: inline-block;
    	vertical-align: top;
    	float: left;
	}
    div#left-col {
    	margin: 0;
	}
}
  
  
/*--------------------------------------------------------------
# Private Dining Page Content
--------------------------------------------------------------*/
  
#private-dining.text-block.flexy {
	padding: 125px 15%; 
}
#private-dining h1 {
	text-align: center; 
	margin: 0 auto; 
}
#private-dining #cf7-container h1 {
	margin: 0 0 70px; 
}

.special-events-button {
    text-align: center;
    margin: 0 0 4em;
}

a button.page-button {
    margin: .5rem 1.5em;
}
button.page-button {
    color: #ffffff!important;
    background-color: #045822;
    font-family: 'Lato', sans-serif;
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    padding: 8px 15px;
    font-weight: 400!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px!important;
    border-style: none;
}
a:hover button.page-button {
    background-color: #50502c;
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    border-radius: 0px!important;
}

@media screen and (max-width: 700px) {
	
	a button.page-button {
		margin: 1em auto;
		display: block;
	}
	
}


/*--------------------------------------------------------------
# Events Page Content
--------------------------------------------------------------*/

#events {
    margin-top: 65px;
}
#events h1 {
    margin-bottom: 30px;
}
#events h1 span {
   display: block; 
   margin-top: 10px; 
}
.eventsContainer {
    margin-bottom: 50px;
    border-bottom: 1px solid;
    padding-bottom: 50px;
}
.eventsContainer:last-of-type {
    border-bottom: 1px solid #ffffff;
}
.e-col-2 #readmore {
    margin-top: 20px; 
}
.e-col-2 p {
    padding: 0; 
}
.e-col-1 img {
	padding: 0 0 25px; 
}

@media screen and (min-width: 900px) {
	#events h1 {
    	text-align: left;
    	margin: 0 0 39px;
		font-size: 18px; 
	}
   #events h1 span {
   		display: inline-block; 
   		margin-top: 0; 
	}
   #events h1 span:before {
    	content: "|";
    	margin: 0 1em;
	}
    .e-col-1 {
    	width: 40%;
    	display: inline-block;
    	vertical-align: top;
	}
  	.e-col-2 {
		width: 58%;
		display: inline-block;
		vertical-align: top;
	}
  	#events p {
		padding: 0 0 0 30px;
		text-align: left;
		font-size: 13px;
	}
	.e-col-2 #readmore a {
	  	margin-left: 30px; 
	}
  	.e-col-1 img {
	    padding: 0; 
    }
}
@media screen and (min-width: 1050px) { 
  	#events {
		margin-top: 0px;
	}
}
@media screen and (min-width: 1100px) { 
  	#events p {
		font-size: 15px;
	}
}
@media screen and (min-width: 1250px) {
  	#events {
		margin-top: 25px;
	}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

button.footer-text.button {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #333333;
    margin-bottom: 1.5em;
}

button.footer-text.button:hover, button.footer-text.button:focus {
    -webkit-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;	
	background-color: #333333;
	color: #fff; 
}

a, a:hover, a:focus {
	cursor: pointer!important; 
}