/*Color - Remove Pre-Launch*/
/*Red: #9a2c29;*/
/*Blue: #4e5a6c;*/
/*Taupe: #c7c2ac;*/
/*Gray: #e5e5e5;*/

/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@font-face {
    font-family: komu-a;
    src: url(http://restaurantecentralgrill.com/pt/resources/fonts/Komu_A.otf);
}

@font-face {
    font-family: adelle-n7;
    src: url(http://restaurantecentralgrill.com/pt/resources/fonts/Adelle_Bold.otf);
}

@font-face {
    font-family: adelle-n6;
    src: url(http://restaurantecentralgrill.com/pt/resources/fonts/Adelle_Heavy.otf);
}

@font-face {
    font-family: adelle;
    src: url(http://restaurantecentralgrill.com/pt/resources/fonts/Adelle_Light.otf);
}

@font-face {
    font-family: Adelle;
    src: url(http://restaurantecentralgrill.com/pt/resources/fonts/Adelle_Regular.otf);
}

@font-face {
    font-family: adelle-n1;
    src: url(http://restaurantecentralgrill.com/pt/resources/fonts/Adelle_Bold Italic.otf);
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0; 
}

html {
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img { 
	border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal; 
}

caption, th { 
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	display:inline;
	font-size:100%; 
	font-weight:normal; 
	font-smoothing: antialiased;		
	-webkit-font-smoothing:antialiased;						
}

q:before, q:after { 
	content:'';
}

strong { 
	font-weight:bold;
}

em { 
	font-style:italic;
}

a img { 
	border:none 
}

abbr {
	color:#ee1c24; 
	border-bottom:1px dotted #ee1c24;
}

div {
	position:relative;
}

/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:20px 0;
/*
	font-smoothing: antialiased;		
	-webkit-font-smoothing: antialiased;
*/
}

a {
	text-decoration: none;
	color: #9a2c29;
}

a:hover {
	text-decoration: underline;
	color: #555;
}

.cite a {color:#fff;}

.page-id-2 blockquote p, .page-id-99 blockquote p {
	font-size: 32px!important;
	font-weight: 100;
	display: block;
	
}

.page-id-99 blockquote {padding-top: 8px!important;}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	text-align:center;
	font-family:"adelle","adelle-n1", serif;
	background: #f0efef;
}

.inner {
	width: 1020px;
	margin: 0 auto;
}

#logo {
	display:block;
	width:233px;
	height:128px;
	position: absolute;
	top: 0px;
	left: 20px;
	text-indent:-9999px;
	background-image:url(../images/logo.png);
	background-position: left top;	
}

#logo:hover {
	background-position: left -196px;
}

/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main-header {
	margin: 0 auto;
	background: #f0efef;
	background: rgba(240,239,239,.97);
	border: 8px solid #f0efef;
	box-shadow: inset 0 0 30px #e5e5e5;
	box-shadow: inset 0 0 30px rgba(0,0,0,.05);	
	width: 1004px;
	height: 128px;
	margin-top: -8px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

#primary {
	margin-top:26px;
	line-height:35px;
}

#primary ul {
	list-style-type:none;
	width:530px;
	text-align:left;
	margin-left: 504px;
}

#primary li {
	zoom: 1;
	display: inline-block;
	width: 160px;
	margin-left: 12px;
	margin-bottom: 4px;
}

#primary li a {
	font-size:24px;
	font-family: "adelle-n7", "adelle", serif;
	font-weight:bold;
	color:#9a2c29;
	text-decoration:none;
	padding: 0;
	transition: color .25s;
	-moz-transition: color .25s;
	-webkit-transition: color .25s;
}

#primary a:hover {
	color:#333333;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
	transition: color .05s;
	-moz-transition: color .05s;
	-webkit-transition: color .05s;	
}

#primary #menu-item-7164 a {
	color: #bbb;
	position: relative;
}

.current_page_item {
	
}

#primary a.current, #primary .current_page_item a {
	color: #333!important;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.2);
}

#main {
	text-align: left;
	margin-top: -151px;	
}

.home #main {
	margin-top: -151px;
	text-align: center;
}

.nav-tog {
	display: block;
	width: 50px;
	height: 54px;
	background: url(../images/hamburguer.png) no-repeat left top;
	position: absolute;
	right: 30px;
	top: 31px;
	text-indent: -9999px;
	display: none;
}

.nav-tog:hover {
	background: url(../images/hamburguer.png) no-repeat -50px top;
}

.nav-tog.close {
	display: block;
	width: 50px;
	height: 54px;
	background: url(../images/close.png) no-repeat left top;
	position: absolute;
	right: 9px;
	top: 8px;
	text-indent: -9999px;
	display: none;
}

.nav-tog.close:hover {
	background: url(../images/close.png) no-repeat -46px top;
}

/* Main UI Elements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tooltip {
	display: block;
	display: none;
	position: absolute;
	left:-62px;
    bottom:-46px;
    /* margin-left: -50px; */
    white-space:nowrap;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;	
	border-radius: 1px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	background-color: #fff;
	border: 1px solid #999;
	color: #666;
	font-size: 15px;
	line-height: 1;
	padding: 10px 12px;
	text-align: right;
	overflow: visible;
	z-index: 99;
	text-indent: 0;
	text-shadow: none;
	font-weight: 300;
}

	.tooltip span.notch {
		width: 17px;
		height: 10px;
		display: block;
		position: absolute;
		top: -10px;
		right: 20px;
		background: url(img/tip-notch.png) no-repeat -5px -12px;
	}


/* Flex Grid Structure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.flex-grid {
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

	.flex-grid section {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		background: #96211e;
		float: left;
		margin: 0 0 5px 0;
		height: 300px;
	}

	.flex-grid section h3 {
		color: #fff;
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 1px;
		text-rendering:optimizeLegibility;
		font-smoothing: antialiased;		
		-webkit-font-smoothing:antialiased;		
	}

	.flex-grid section.full {
		width: 100%;
	}

	.flex-grid section.half {
		width: 50%;
	}

	.flex-grid section.fourth {
		width: 25%;
	}

	.flex-grid section.fourth {
		width: 25%;
	}

	.flex-grid section.short {
		height: 300px;
	}

	.flex-grid section.tall {
		height: 610px;
	}

	.flex-grid .menu-block {
		background: url(../images/iniciovoucher.jpg) no-repeat center center;
		background-size: cover;
		border-right: 3px solid #f0efef;
	}

		.hoverFx h3 {
			display: block;		
			margin-top: 135px;	
			opacity: .6;	
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;
		}

		.hoverFx a.cta {
			opacity: 0;
			margin: 24px auto 0 auto;
			text-transform: none;
			font-weight: 300;
			font-size: 24px;
			color: #eea30d;		
			padding: 10px;	
			display: inline;	
			line-height: 1.1em;
			width: 70%;
			display: block;
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;
			font-smoothing: antialiased;		
			-webkit-font-smoothing:antialiased;			
		}

		.hoverFx:hover a.cta {
			opacity: 1;
			margin-top: 5px;
			text-decoration: none;
		}

		.hoverFx:hover h3 {
			margin-top: 115px;
			opacity: 1;	
		}

	.flex-grid .visit-block {
		background: url(../images/iniciocartaooferta.jpg) no-repeat center center;
		background-size: cover;
		border-left: 3px solid #f0efef;		
	}

	.flex-grid .visit-block h3 {
		display: block;
		margin-top: 142px;
		line-height: 1;	
	}
	
	.flex-grid .ale-block h3 {
		display: block;
		margin-top: 88px;
		line-height: 1;	
	}

		.flex-grid .visit-block:hover h3 {
			margin-top: 125px;
		}

	
	.flex-grid .events-block h3 {
		display: block;
		margin-top:-5px!important;
	}
	

	.flex-grid .ale-block {
		background: url(../images/visitenos.jpg) no-repeat center center;
		background-size: cover;
	}

	.flex-grid .events-block {
		border-right: 3px solid #f0efef;
		padding-top: 60px;
	}

	.flex-grid .ale-block {
		border-left: 3px solid #f0efef;
		border-right: 3px solid #f0efef;
	}

	.flex-grid .ale-block:hover h3 {
		margin-top: 68px;
	}

	.flex-grid .ale-block a.cta {
		font-size: 18px;
		display: block;
		margin: 0 auto;
		width: 80%;
		letter-spacing: 0px;
		line-height: 1.4em;
	}
	
	.flex-grid .events-block h5 {
		font-family: "komu-a";
		display: block;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 100;
		color: #fff;
		letter-spacing: 2px;
	}
	
	.flex-grid .events-block .event-list {
		list-style-type: none;
		margin-top: 25px;
		margin-bottom: 35px;
		display: block;
	}
	
	#main .flex-grid .events-block .event-list li {
		margin-bottom: 20px;
		font-size: 17px;
	}
	
	.flex-grid .events-block .event-list span.date {
		color:#fff!important;
		font-weight: 200;
		display: block;
	}
		
	.flex-grid .events-block .event-list a {
		color: #EEA224;
		width: 77%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		display: block;
		margin: 0 auto;		
	} 
		
	.flex-grid .events-block .event-list a:hover {
		color:#c7c2ac;
	}
	
	.flex-grid .events-block a.all-events {
		background: url(../images/arrow-right-home.png)no-repeat 160px 34px;
		border-top: 1px dotted #C18081;
		font-family: "komu-a";
		font-size: 24px!important;
		letter-spacing: .2em;
		text-transform: uppercase;
		color: white;
		padding: 30px 40px 0 40px;
		display: inline-block;
		width: 90px;
		margin: 0 auto;
	}
		
		.flex-grid .events-block a.all-events:hover {
			color:#c7c2ac;
			}


	.flex-grid .misc-block {
		border-left: 3px solid #f0efef;
	}

		.flex-grid .img-block {
			border-bottom: 6px solid #f0efef;
			height: 300px;
			overflow: hidden;
		}
		

		.flex-grid .host-block {
			background: #5b191d url(../images/bgcontactenos.jpg)no-repeat center top;
			border-bottom: 6px solid #f0efef;
			height: 148px;
			padding: 1px 0;
			display: block;
		}

		.flex-grid .host-block h3 {
			display: block;
			margin-top: 50px;
		}

		.flex-grid .host-block:hover h3 {
			margin-top: 35px;
			margin-bottom: 0;
		}

		.flex-grid .host-block a.cta {
			font-size: 20px;
			letter-spacing: 0px;
			margin-top: 0px;
			padding: 0;
		}

		.flex-grid .tweet-block {
			background: #4e5a6c url(../images/fundogris.jpg) repeat;
			height: 107px;
			padding: 20px 40px;
		}
		
		.flex-grid .tweet-block p {
			color: #eea30d!important;
			font-size: 17px!important;
			font-weight: 200;
			line-height: 1.2;
		}

		.flex-grid .tweet-block a {
			color: #fff;
			display: block;
			margin-top: -10px;
		}
		
		.flex-grid .tweet-bird {
			position: absolute;
			bottom: -5px;
			right:15px;
			}



#hero-cycle {
	height: 590px;
}

/*
#hero-cycle .slides li.one {
	background: url(img/home-burger.jpg) no-repeat center center; 
	background-size: cover;
	height: 590px;
	width: 100%;
}

#hero-cycle .slides li.two {
	background-size: cover;
	height: 590px;
	width: 100%;
}

#hero-cycle .slides li.three {
	background-size: cover;
	height: 590px;
	width: 100%;
}
*/

/*
#hero-cycle .slides li.four {
	background-size: cover;
	height: 590px;
	width: 100%;
}
*/

	#hero-cycle .slides li h2 {
		display: block;
		position: relative;
		margin:280px auto 0 auto;
/* 		top:280px; */
		font-size: 80px;
		font-weight: 300;
		font-family: "adelle-n6", "adelle";
		letter-spacing: -1px;
		color: #b9292f;
		display: block;
		width: 85%;
		left: 0px;
		max-width: 580px;
		text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
		text-align: center;
		-webkit-transition: all .75s ease;
		-moz-transition: all .75s ease; 
		transition: all .75s ease;		
    text-shadow: 2px 2px #fff;
	}
	
	#hero-cycle .slides li p {
		display: block;
		width: 75%;
		max-width: 960px;
		margin: 60px auto 0 auto;
		position: relative;
		/* top: 330px; */
		left: 0px;
		font-weight: 100;
		font-size: 32px;
		color: #fff;
		line-height: 1.2em;
		text-shadow: 0px 0px 15px rgba(0,0,0,0.5);	
		font-smoothing: antialiased;
		-webkit-font-smoothing: antialiased;
		-webkit-transition: all .75s ease; 
		-moz-transition: all .75s ease; 
		transition: all .75s ease;
    text-shadow: 2px 2px #ba2930;
		}

	.csstransitions #hero-cycle .slides li h2 {
		left: -30px;
	}
	
	.csstransitions #hero-cycle .slides li p {
		left: 30px;
	}
	
	#hero-cycle .slides li p a {	
		color: #fff;
		}
		
	#hero-cycle .slides li.one p, #hero-cycle .slides li.three p {
		margin: 60px auto 0 auto;
	}
		
	#hero-cycle .slides li.one p a, #hero-cycle .slides li.three p a {
		background: rgba(150,33,30,0.6);
		padding: 6px 12px;
		border: 4px solid rgba(150,33,30,0.2);
	}

	#hero-cycle .slides li.one h2 {
		font-size: 110px;
	}
				
		#hero-cycle .slides li p a:hover {
			color:#fff;
			text-decoration: none;
		}
			
			.csstransitions #hero-cycle .slides li.flex-active-slide h2 {
				left: 0px;
			}

			.csstransitions #hero-cycle .slides li.flex-active-slide p {
				left: 0px;
			}

	#hero-cycle .slides li.four h2 {
		font-size: 90px;
	}

.span-bar {
	width: 100%;
	border: 1px solid #aaa;
	background: #fff;
	height: 70px;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
	margin-top: -35px;
}

.home .span-bar {
	width: 1018px;
	border: 1px solid #aaa;
	background: #fff;
	padding: 0px;
	height: 70px;
	box-shadow: 0 0 7px rgba(0,0,0,.3);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
}

.home .span-bar h2, .about .span-bar h2, .page-template-default .span-bar h2 {
	float:left;
	font-family: "komu-a";
	text-transform: uppercase;
	font-size:28px;
	letter-spacing: 2px;
	line-height: 70px;
	color:#b2b2b2;
	margin-left: 30px;
	}

	.home .span-bar h2 span {
		display: inline;
		position: relative;
		float: left;
		margin-right: 10px;
		}

	.home .span-bar h2 div#destination {
/*
		display: inline;
		position: relative;
		top: 2px;
*/
		display: inline-block;
		overflow: hidden;
		width: 400px;
		height: 70px;
		}
	
	.home #main .span-bar h2 li {
		font-size: 36px;
		color:#4e596d;
		list-style: none;
		position: relative;
		display: block;
		text-align: left;
		line-height: 70px;
		font-size: 36px;	
		}

.home .span-bar .reserve, .span-bar a {
	float:right;
	font-family: "komu-a";	
	text-transform: uppercase;
	font-size: 28px;
	padding: 6px 0;
	line-height: 58px;
	letter-spacing: 2px;
	margin-right: 30px;
	padding-right: 28px;
	background: url(../images/sinalizador.png) no-repeat right 18px;
	color: #777;
	}

.home .span-bar .reserve:hover, .span-bar a:hover {
	color: #333;
	text-decoration: none;
	}


/* MAIN
*********************************/

#main p {
	color: #555;
	font-weight: 200;
	font-size: 18px;
	line-height: 1.4em;
}

#main li {
	color: #555;
	font-weight: 200;
	font-size: 18px;
	line-height: 1.4em;
}

/* INNER PAGES
*********************************/

.pg-banner {
	width: 100%;
	height: 400px;
	padding: 1px 0;	
	background: #760c07 url(../images/contactos.jpg) no-repeat;
	background-size: cover;
}

.page-id-6 .pg-banner {
	width: 100%;
	height: 400px;
	padding: 1px 0;	
	background: #760c07 url(../images/menu.jpg) no-repeat;
	background-size: cover;
}

.page-id-2 .pg-banner {
	width: 100%;
	height: 400px;
	padding: 1px 0;	
	background: #760c07 url(../images/sobrenos.jpg) no-repeat;
	background-size: cover;
}

.page-id-14 .pg-banner {
	width: 100%;
	height: 400px;
	padding: 1px 0;	
	background: #760c07 url(../images/social.jpg) no-repeat;
	background-size: cover;
}

.page-id-37 .pg-banner {
	width: 100%;
	height: 400px;
	padding: 1px 0;	
	background: #760c07 url(img/events.jpg) no-repeat;
	background-size: cover;
}

.page-id-12 .pg-banner {
	width: 100%;
	height: 400px;
	padding: 1px 0;	
	background: #760c07 url(img/tour.jpg) no-repeat;
	background-size: cover;
}

.blog .pg-banner {
	width: 100%;
	height: 400px;
	padding: 1px 0;	
	background: #760c07 url(../images/parceiros.jpg) no-repeat;
	background-size: cover;
}

.pg-banner h2 {
	font-size: 140px;
	font-family: 'Adelle';
	font-weight: 100;
	letter-spacing: -9px;
	color:rgba(255,255,255,0.8);
	color:rgb(255,255,255);
	display: block;
	width: 960px;
	padding: 0 40px;
	margin: 155px auto 0 auto;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	text-rendering: optimizeLegibility;
}

.banner-promo {
	width: 100%;
	padding: 50px 0;
	background: url(img/banner-shadow.png) no-repeat center 18px;
}

.banner-promo div {
	width: 100%;
	background: #9a2c29;
	color: #fff;
	height: 148px;
	padding: 1px 0;
	position: relative;
	background: url(img/banner-promo.png) no-repeat center center;
}



/* MENU
*********************************/

  .columns-2 {
            float:left;
            width:45%;
            margin-left:5%;
    }
    
    .col-post {
            margin-bottom:20px;
    }
    
    .first {
            clear:both;
            margin-left:0;
    }

.menu-categories {
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	height: 70px;
	margin: -35px auto 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.menu-categories li {
	list-style: none;
	display: inline;
	line-height: 32px;
	font-family: "adelle-n1", "adelle", serif;
	margin: 0;
}

.menu-categories li a {
	display: inline-block;
	font-size: 18px;
	padding: 28px 27px;
	position: relative;
	top:-6px;
	color: #555555;		
}

.menu-categories li a:hover {
	display: inline-block;
	background: #9a2c29;
	color: #fff;
	border: 1px solid #7e2d20;
	padding: 27px 26px;
	color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
	transition: color .25s ease;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;	
	text-decoration: none;
}

.menu-categories li.current a {
	background: #4E5A6C;
	border: 1px solid #3a4555;
	padding: 27px 26px;
	color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.menu-section {
	min-height: 500px;
}

.menu-section h3 {
	display: block;
	width: 100%;
	margin: 30px auto 20px auto;
	clear: both;
	text-align: center;	
	text-transform: uppercase;
	font-size: 30px;
	font-family: "adelle-n1", "adelle", serif;
	font-weight: 100;
	color: #4E5A6C;
	letter-spacing: 3px;
	font-family: "komu-a";
}

.menu-section h3 span {
	background: #F0EFEF;
	padding: 0 10px;
	font-family: "adelle-n1", "adelle", serif;
}

.menu-section h3:before {
 	content: "\00b7";
}

.menu-section h3:after {
	content: "\00b7";
}

.menu-section p.distinction {
	width: 100%;
	float:left;
	clear:left;
	display:block;
}

#menu-sections .description {
	display: block;
	width:100%;
	text-align:center;
	margin: -20px auto 20px auto;
	}

#main .menu-section p.distinction strong {
	font-size: 34px;
	font-weight: 400;
	font-style: italic;
}

#main .menu-section p.distinction strong:after {
	content: " \00a0\2014";
}

.menu-section ul {
    max-width: 28em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    margin: 40px 0;
}

	.menu-section ul.col-1 {
		float: left;
		margin-right: 56px;
		margin-left: 34px;
	}

	.menu-section ul.col-2 {
		float: left;
	}

.menu-section ul li {
	margin-bottom: 5px;
	display: block;
    background: url(img/leader.gif) repeat-x left top;	
    position: relative;
}

.menu-section ul span {
	font-size: 22px;
    font-weight: 600;
    background: #f0efef;    
}

.menu-section ul span:first-child {
    padding-right: 0.33em;
    color: #c8232b;
}

.menu-section ul span + span {
    float: right;
    padding-left: 0.33em;
    font-size: 18px;
    font-weight: 500;
}

.menu-section ul li p {
	display: block;
}

#main .reserve-cta {
	text-align: center;
	width: 628px;
	margin: 0 auto 20px auto;
	display: block;
	line-height: 70px;
}

.reserve-cta span {
	text-align: center;
	width: 527px;
	transition: width .25s ease;
	-webkit-transition: width .25s ease;
	-moz-transition: width .25s ease;	
	margin: -50px auto 70px auto;
	border-bottom: 1px dotted #c8232b;
	display: block;
}

.reserve-cta:hover span {
	width: 629px;
	border-color: #333;
}

.reserve-cta a {
	background: #fff;
	border: 1px solid #aaa;
	padding: 10px 36px;
	display: block;
	width: 258px;
	margin: 0 auto 20px auto;
	line-height: 40px;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;	
	position: relative;
}

.reserve-cta a:hover {
	background: #fff;
	border: 1px solid #777;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	color: #333;
	text-decoration: none;
}

.allergen {
	text-align: center;
	margin: 70px auto 0 auto;
	display: block;
	width: 250px;
	color: #777;
}

.allergen span {
	padding: 0 8px;
}

.local-time {
	text-indent: -9999px;
}

/* ALLERGENS
*********************************/

table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
}

table tr {
	border-bottom: 1px dotted #aaa;
}

table tbody tr:nth-child(odd) {
	background: #e9e9e9;
}

table tbody tr:hover {
	background: #fff;
}

table thead tr:hover {
	background: none;
}

table th {
	text-align: center;
	padding: 5px 0;
}

table td {
	padding: 9px 0;
	border-right: 1px dotted #aaa;
	width: 8%;
	text-align: center;
}

table th.category {
	width: 28%;
	text-align: left;
	font-size: 24px;
}

table td.item {
	text-align: left;
	color: #999;
	padding-left: 5px;
}

p.menu-img span {
	font-size: 14px;
	text-transform: uppercase;
	}
	
	p.menu-img img {
		height: 600px;
		width: 1020px;
		margin-bottom: 10px;
	}

	p.cocktails {
		height: 590px;
	}
	
	p.cocktails img {
		position: absolute;
		display: none;
	}

/* ABOUT
*********************************/

#quick-info {
	float: left;
	width: 302px;
	margin-right: 98px;
	margin-top: 30px;
}

#quick-info div {
	padding: 22px 0;
	padding-left: 30px;
	border-bottom: 5px solid #cfd7e3;
	background: url(../images/sml-star.png) no-repeat left 26px;
}

#quick-info .location {
	border-bottom: none;
	padding-bottom: 30px;
	background: url(../images/location-star.png) no-repeat left 26px;
}

#main #quick-info p {
	margin-top: 0px;
}

#quick-info div a {
	border-bottom: 1px solid #e2cac9;
}

#quick-info div a:hover {
		text-decoration: none;
}

#quick-info div h3 {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	font-family: "adelle-n6", "adelle";
	font-weight: 600;
	color: #4e5a6c;
}

#quick-info div ul {
	list-style: none;
}

#quick-info div li span {
	margin-right: 15px;
}

.contact #quick-info h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.contact .short {
	display: none;
}

.about #main article {
	float: right;
	width: 600px;
	margin-right: 20px;
	margin-top: 30px;
}

#quick-info .last {
	border-bottom: none;
}

#quick-info p.addr {
	margin-top: 20px;
	display: block;
}

.about #main article p {
	line-height: 1.4em;
	margin-bottom: 1em;
	display: block;
}

.inner-grid {
	width: 100%;
	clear: both;
	float: left;
	margin: 40px 0 20px 0;
	display: block;
}

.about .inner-grid {
	margin-top: 0;
}

.inner-grid section {
	float: left;
}

.inner-grid .about-map {
	width: 755px;
	height: 375px;
	border: 5px solid #fff;
	box-shadow: 0 0 15px #999;
	margin: 0 5px 5px 0;
	position: relative;
}

.get-directions {
	background: transparent url(../images/comochegar.png) no-repeat left center;
	background-size: 100%;
	width: 170px;
	height: 54px;
	position: absolute;
	left: 0px;
	top: 162px;
	z-index: 999;
	display: block;
	text-indent: -9999px;
}

.inner-grid #map {
	width: 755px;
	height: 375px;
}

.inner-grid .about-reserve {
	width: 245px;
	height: 385px;
	background: #9a2c29 url(../images/sobrenosgps.jpg) no-repeat left top;
	margin-bottom: 5px;
}

.about-reserve a {
	background: transparent url(../images/sobrenosgps.png) no-repeat center;
	height: 77px;
	width: 155px;
	background-size: 100%;
	margin: 0 auto;
	margin-top: 150px;
	display: block;
	text-indent: -9999px;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}

	.about-reserve a:hover {	
			margin-top: 145px;
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;
	}

.about-menu {
	width: 380px;
	height: 300px;
	background: #9a2c29 url(../images/redessociais.jpg) no-repeat left top;
	margin-right: 5px;
}

.about-menu a {
	background: transparent url(../images/redessociais.png) no-repeat center;
	height: 62px;
	width: 226px;
	background-size: 100%;
	margin: 0 auto;
	margin-top: 130px;
	display: block;
	text-indent: -9999px;	
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}

	.about-menu a:hover {
			margin-top: 125px;
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;
	}

.gallery {
	width: 630px;
	height: 300px;
	overflow: hidden;	
}

.inner-grid .flexslider {
	width: 630px;
	height: 300px;
}


/* EVENTS
*********************************/

.book-cta {
	background: #4e5a6c;
	border: 6px solid #69717d;
	outline: none;
	padding: 16px 24px;
	color: #fff;	
	box-shadow: none;
	font-weight: 500;
	border-radius: 0;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	position: absolute;
	right: 0;
	top: -34px;
}

.book-cta:hover {
	background: #69717d;
	border: 6px solid #4e5a6c;
	box-shadow: 0 0 12px rgba(0,0,0,.4);
	text-decoration: none;
	color:#fff;
}

#featured-event {
	clear: both;
	}

.event-thumb {
	border: 5px solid #fff;
	float: left;
	height: 370px;
	width: 310px;
	margin: -35px 40px 30px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.event-thumb img {
	display: block;
}

#featured-event h4 {
	background: url(../images/star.png) no-repeat left 5px;
	font-family: "komu-a";
	letter-spacing: 2px;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 22px!important;
	margin: 30px 0 0 0;
	color: #4E596D;
	display: block;
	padding-left: 28px;
}

#featured-event h1 {
	font-size: 70px;
	letter-spacing: -3px;
	text-rendering: optimizeLegibility;
	color: #4e5a6c;
	line-height: 1.1em;
	font-family: 'Adelle';
	font-weight: 100;
	display: block;	
	position: relative;
	left: -5px;
	margin: 0px 0 5px 0;
	padding-right: 40px;
}

#featured-event h1 a {
	color: #4e5a6c;
}

#featured-event h1 a:hover {
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
}

#featured-event .event-date {
	display: block;	
	font-size: 22px;
	color: #c8232b;
	font-weight: 700;
	margin: 10px 0;
}

#featured-event p {
	display: block;
	margin: 10px 0;
}

#featured-event p.learn-more {
	font-family: "komu-a";
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4e5a6c;
	margin-top: 15px;
	font-size: 24px;
}

#featured-event p.learn-more a {
	color: #4e5a6c;
}

#featured-event .excerpt {
	width: 95%;
	font-size: 16px;
}

#em-wrapper .event-description span {display:none;}

.calendar {
	margin: 30px 0;
	display: block;
	padding: 200px 0;
	text-align: center;
	border: 1px dotted #aaa;
}

#em-wrapper h2 {
	display: block;
	width: 100%;
	margin: 30px auto;
	clear: both;
	text-align: center;	
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 100;
	color: #4E5A6C;
	letter-spacing: 3px;
	font-family: "komu-a";
	background: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 0px;
	padding: 10px 0;
}

#em-wrapper h2 span {
	background: #F0EFEF;
	padding: 0 10px;
}

#em-wrapper h2:before {
 	content: "\00b7";
}

#em-wrapper h2:after {
	content: "\00b7";
}

.em-pagination {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.em-pagination {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: auto;
	font-size: 30px;
	font-family: "komu-a";
	padding: 0;
}

.em-pagination span, .em-pagination a {
	padding: 10px 12px;
	margin: 0;
}

.em-pagination a:hover {
	background: #fff;
	text-decoration: none;
}

.em-pagination span.current {
	background: #4e5a6c;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	color: #fff;
}

.events .banner-promo h3 {
	margin: 32px 0 0 45px;
	display: block;
	font-size: 40px;
	font-family: 'Adelle';
	font-weight: 100;
	line-height: 1.05em;
	letter-spacing: -2px;
}

.events .banner-promo a {
	display: block;
	font-size: 24px;
	font-family: "komu-a";
	font-weight: 100;
	color: #FFF;
	line-height: 1.1em;
	position: absolute;
	right: 40px;
	top: 66px;	
	color: white;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 100;
	anti-aliased: auto;
	-webkit-anti-aliased: auto;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}

.events .banner-promo a:hover {
		color:#eea30d;
		text-decoration: none;
		-webkit-transition: all .3s ease; 
		-moz-transition: all .3s ease; 
		transition: all .3s ease;
		right: 30px;
}

.events-table {
	width: 100%;
	margin: 15px auto 70px auto;
	display: block; 
	position: relative;
}

.events-table:last-child {
	margin: 15px 0 50px 0;
}

.events-table thead {
	display: none;
}

table.events-table tbody tr:nth-child(odd) {
	background: none;
}

table.events-table tbody tr:nth-child(even) {
	background: #E9E9E9;
}

table.events-table tbody tr:hover {
	background: #FFF;
}

table.events-table td {
	border-right: none;
	text-align: left;
	padding: 18px 0;
	font-size: 18px;
}

table.events-table td.event-time {
	width: 110px;
	padding-left: 20px;
}

table.events-table td.event-description {
	width: 75%;
	max-width: 720px;
	min-width: 400px;
	overflow: hidden;
	padding-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;	
	color: #999;
	font-size: 16px;	
}

table.events-table td.event-description span {
	display: inline;
	color: #999;
	font-size: 16px;
}

table.events-table td.event-description a {
	font-size: 18px;
}

table.events-table td.more-info {
	width: 80px;
	padding-right: 20px;
}

table.events-table td a:hover {
	text-decoration: underline;
}

	/* Single Event */

	.single-event #main .post-content header p, .single-event .all-posts, .single-event #main p.meta, .single-event .post-actions {
		margin-bottom: 0;
		display: none;
	}
	
	.single-event #main .post-content header {
		margin: 30px 0 20px 0;
	}

	.single-event #main article h2 {
		line-height: 1em;
		letter-spacing: -2px;
	}

	.single-event #main .sidebar {
		margin-bottom: 20px;
		background: none;
	}

	.single-event #main .sidebar span.shade {
		/* display: none; */
	}

	.single-event article .wp-post-image {
		margin-bottom: 10px;
	}

	.single-event #main {
		margin-bottom: 20px;	
	}

	.single-event .post-content {
		margin-bottom: 30px;
	}

	.single-event #main .event-date {
		border-left: 1px dotted #aaa;
		padding-left: 20px;
		display: block;
		float: left;
		width: 260px;
		margin-right: 50px;
		margin-bottom: 20px;	
	}
	
	.single-event .event-date span {
		display: block;
		font-size: 24px;
		font-weight: 700;
		color: #C8232B; 
	}
	
	.single-event #main .event-location {
		border-left: 1px dotted #aaa;
		padding-left: 20px;
		display: block;
		float: left;
		width: 260px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.single-event #main .post-content p.event-location, .single-event #main .post-content p.event-date {
		margin-bottom: 10px;
	}
	
	.single-event .post-nav, .single-event .nocomments, .single-event #respond {
		display: none;
	}

/* SOCIAL
*********************************/

.social .inner-grid {
	margin-top: -35px;
}

.social .twitter-feed {
	width: 765px;
	height: 385px;
	background: #4e5a6c url(../images/socialfundotwitter.jpg) no-repeat left top;
	margin: 0 5px 5px 0;
	box-shadow: 0 -5px 20px rgba(0,0,0,.5);
	position: relative;
}

.social #main .twitter-feed p {
	font-size: 42px;
	color: #fff;
	margin: 40px 0 0 40px;
	width: 660px;
	line-height: 1.3em;
	display: block;
	font-family: 'Adelle';
	font-weight: 100;
}

.social .twitter-feed a.handle {
	font-size: 18px;
	color: #eea30d;
	position: absolute;
	left: 34px;
	bottom: 34px;
}

.follow {
	position: absolute;
	right: 38px;
	bottom: 34px;
	padding: 6px 6px 1px 6px;
	background: rgba(255,255,255,.15);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;		
}

.follow:hover {
	background: rgba(255,255,255,.25);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.social .hashtag {
	width: 250px;
	height: 385px;
	background: #9a2c29 url(../images/hashtag.jpg) no-repeat left top;
	margin: 0 0 5px 0;
	box-shadow: 0 -5px 20px rgba(0,0,0,.5);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.social #main .hashtag p {
	color: #fff;
	font-family: "komu-a";
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 182px;
	display: block;
	font-size: 26px;
}

.social .photo {
	width: 380px;
	height: 305px;
	background: #9a2c29 url(../images/socialmesas.jpg) repeat left top;
	margin: 0 5px 5px 0;
}

.social .photo p {
			text-indent: -9999px;
			display: block;
			background: transparent url(../images/socialtwitterlogo.png) no-repeat center center;
			height: 305px;
			width: 380px;
			opacity: 0;
			margin: 10px auto 0 auto;
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;	
}

	.social .photo:hover > p {
			opacity: 1;
			margin-top: 0;
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;
	}

	.social .photo.two {
		height: 396px;
		margin: 0 0 5px 0;
		background: #9a2c29 url(../images/fundogoogle.jpg) repeat left -100px;
	}
	
	.social .photo.two p {
			text-indent: -9999px;
			display: block;
			background: transparent url(../images/googleplus.png) no-repeat center center;
			height: 390px;
			width: 380px;
			opacity: 0;
			margin-top: 10px;
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;
	}
	
	.social .photo.two:hover > p {
			opacity: 1;
			margin-top: 0;
			-webkit-transition: all .3s ease; 
			-moz-transition: all .3s ease; 
			transition: all .3s ease;
	}

.social .facebook {
	width: 635px;
	height: 305px;
	margin: 0 0 5px 0;
}

.social .facebook #like {
	background: #663425 url(../images/like-us.jpg) no-repeat left top;
	height: 150px;
	width: 635px;
	margin-bottom: 5px;
}

.social .facebook #like h3 {
	text-indent: -9999px;
	display: block;
	}
	
	.social .facebook #like p {
		padding-left: 310px;
		color:#fff;
		font-size: 16px!important;
		}

	#like .fb-like {
		position: absolute;
		top: 45px;
		left: 40px;
	}

.social .facebook .fb-quote {
	background: #4e5a6c url(../images/fundogris.jpg) repeat left top;
	height: 148px;
	padding: 1px 0;
	width: 635px;
	margin-bottom: 5px;
	text-align: center;
}

	.social .facebook .fb-quote blockquote {
		color: #eea30d;
		text-align: center;
		width: 490px;
		display: block;
		margin: 35px auto 0 auto;
		font-size: 18px;
		font-weight: 200;
	}

	.social .facebook .fb-quote blockquote span {
		display: block;
		color: #fff;
		margin-top: 6px;
	}


.social .fb-feed {
	height: 396px;
	width: 635px;
	margin: 0 5px 5px 0;
}

.social .ig-feed {
	position:relative;
	z-index:1;
	height: 150px;
	width: 100%;
	margin: 0 0 5px 0;
	background: #f0efef url(img/ig-feed.jpg) no-repeat center center;
}

.ig-feed .instagram {
	list-style: none;
}

.ig-feed .instagram h2 {
	display: none;
}

#main .instagram-image {
	border: none;
	padding: 0;
	margin-right: 4px;
	margin-top: 0;
	background: #333;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

#main .instagram-image a {
	display: block;
}

#main .instagram-image:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	z-index: 99;
}

#main .instagram-image img {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;	
}

#main .instagram-image:hover img {
	opacity: .6;
	transition: all .1s ease;
	-moz-transition: all .1s ease;
	-webkit-transition: all .1s ease;	
}

#main #instagram-image-3 {
	margin-right: 104px;
}

#main #instagram-image-6 {
	margin-right: 0;
}

.social .fav-tweet {
	height: 300px;
	width: 220px;
	padding-left: 30px;
	margin: 0 5px 5px 0;
	background: #4e5a6c url(../images/fundogris.jpg) repeat left top;
}

	.social #main .fav-tweet p {
		color: #eea30d;
		display: block;
		margin: 35px 0 0 0;
		font-size: 18px;
		font-weight: 200;
		width: 180px;
	}

	.social #main .fav-tweet a {
		color: #fff;
		display: block;
	}

.social .beer-of-week {
	height: 300px;
	width: 765px;
	margin: 0 0 5px 0;
	background: #9a2c29 url(../images/botw.jpg) no-repeat left top;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

	.social .beer-of-week li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.social #main .beer-of-week p {
		margin: 80px 0 0 260px;
		display: block;
		font-size: 18px;
		color: #eea30d;
	}

	.social .beer-of-week h3 {
		margin: 25px 0 0 260px;
		display: block;
		font-size: 48px;
		color: #fff;
		font-weight: 900;
		text-transform: capitalize;
		line-height: .9em;
		width: 460px;
	}


/* BLOG
*********************************/

.blog #main .inner, .archive #main .inner {
	margin-top: -30px;
}

.blog .cat-filter, .archive .cat-filter {
	position: absolute;
	right: 0;
	top: -100px;
	display: none;
}

.blog article, .archive article {
	width: 100%;
	height: 305px;
	clear: both;
	margin-bottom: 5px;
}

.blog article img, .archive article img {
	background: #9A2C29;
	height: 305px;
	width: 380px;
	display: block;
	float: right;
}

.blog article:nth-child(even) img, .blog article.even img, .archive article:nth-child(even) img, .archive article.even img {
	background: #4e5a6c;
	height: auto;
	width: 380px;
	display: block;
	float: left;
}

.blog article div, .archive article div {
	background: #9A2C29;
	height: 275px;
	width: 540px;
	margin-left: 0px;
	padding-top: 30px;
	float: left;
	padding-left: 32px;
	padding-right: 63px;
	overflow: hidden;
}

.blog article:nth-child(even) div, .blog article.even div, .archive article:nth-child(even) div, .archive article.even div {
	background: #4e5a6c url(../images/fundogris.jpg) repeat left top;
	height: 275px;
	width: 540px;
	margin-left: 5px;
	padding-top: 30px;
	float: right;
	padding-left: 32px;
	padding-right: 63px;
	overflow: hidden;
}

.blog article header, .archive article header {
	margin: 10px 0 10px 0;
	display: block;
}

.blog article h2, .archive article h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 100;
	display: block;
	line-height: 1.1em;
}

.blog article h2 a, .archive article h2 a {
	color: #fff;
}

.blog article h2 a:hover, .archive article h2 a:hover {
	border-bottom: 1px dotted #fff;
	border-bottom: 1px dotted rgba(255,255,255,.4);	
	text-decoration: none;
}

.blog #main article p, .archive #main article p {
	color: #eea30d;
}

.blog article span.thumb, .archive article span.thumb {
	overflow: hidden;
	display: block;
	float: left;
	height: 305px;
}

.blog article:nth-child(odd) span.thumb, .archive article:nth-child(odd) span.thumb {
	float: right;
}

.blog article a.more, .archive article a.more {
	color: #fff;
	display: block;
	padding: 5px 0;
	margin: 10px 0;
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;	
}

.blog article a.more span, .archive article a.more span {
	margin-right: 4px;
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;		
}

.blog article a.more:hover, .archive article a.more:hover {
		text-decoration: none;
}

.blog article a.more:hover span, .archive article a.more:hover span {
	border-bottom: 1px dotted #fff;
	margin-right: 7px;
	text-decoration: none;
}

.post-nav {
	width: 100%;
	border: 1px solid #aaa;
	background: #fff;
	padding: 34px 0;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
	margin-top: 30px;
	position: relative;
}

	.post-nav .older {
		margin-left: 20px;
		color: #999;
		position: absolute;
		left: 0px;
		top: 15px;		
	}

	.post-nav .newer {
		color: #999;
		position: absolute;
		right: 20px;
		top: 15px;
	}

	.post-nav .older a, .post-nav .newer a {
		font-size: 24px;
		color: #999;
		line-height: 36px;
	}

	.post-nav .older a {
		background: url(img/post-nav.png) no-repeat -74px -3px;
		padding-left: 30px;
		}

	.post-nav .older a:hover {
		color: #4e5a6c;
		background-position: -74px -53px;
		}

	.post-nav .newer a {
		background: url(img/post-nav.png) no-repeat 120px -3px;
		padding-right: 30px;
		}

	.post-nav .newer a:hover {
		color: #4e5a6c;
		background-position: 120px -53px;
		}

.post-nav .notch {
	position: absolute;
	top: -17px;
	left: 496px;
	height: 17px;
	width: 28px;
	background: url(../images/post-nav-notch.png) no-repeat center top;
}

.post-nav h3 {
	text-align: center;
	margin: 0 auto;
	width: 332px;
	color: #4E5A6C;
	font-size: 26px;
	font-weight: 600;
	display: block;
}

.post-nav h3 span {
	color: #9A2C29;
	font-weight: 800;	
}

/* SINGLE
*********************************/

.single .pg-banner {
	height: 250px;
	background-image: url(../images/parceiros.jpg);
	background-size: cover;
}

.single .wp-post-image {
	border: 7px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	width: 315px;
	height: auto;
	margin: -30px 0 30px 0;
}

.single header p {
	background: url(../images/star.png) no-repeat 0px 8px;
	padding-left: 25px;
	font-family: "komu-a";
	font-weight: 100;
	text-transform: uppercase;
	font-size: 22px!important;
	margin: 40px 0 0 0;
	letter-spacing: 2px;
}

.single header p a {
		color:#4e596d!important;
		}
		
		.single header p a:hover {
		color:#c8232b!important;
		}

.single #main .post-content header p.category {
	margin-bottom: 1em;
}

.single article {
	width: 100%;
	float: left;
}

.single .sidebar {
	float: left;
	width: 330px;
	margin-right: 55px;
	margin-bottom: 100px;
	text-align: center;
}

.single #main p.meta {
	color: #aaa;
	font-size: 16px;
	line-height: 1.6em;
}

.single .meta a, .single .meta time {
	color: #c8232b;
}

.single #main span.shade {
	background: url(../images/meta-shadow.png) no-repeat center top;
	width: 100%;
	height: 45px;
	display: block;	
}

.sharing {
	display: block;
	margin-top: -45px;
}

.sharing li {
	display: inline-block;
	list-style: none;
	padding: 10px 0;
	margin: 12px 6px;
	transition: margin .25s ease;
	-moz-transition: margin .25s ease;
	-webkit-transition: margin .25s ease;	
}

.sharing.active li {
	margin: 12px 10px;
}

.sharing li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent url(../images/social.png) no-repeat 3px 2px;
	text-indent: -9999px;
}

	.sharing li.fb a {
		background-position: -55px 2px;
	}

		.sharing li.fb a:hover {
			background-position: -55px -48px;
		}
	
	.sharing li.tw a {
		background-position: 3px 2px;
	}

		.sharing li.tw a:hover {
			background-position: 3px -48px;
		}
	
	.sharing li.em a {
		background-position: -113px 2px;
	}

		.sharing li.em a:hover {
			background-position: -113px -48px;
		}

	.post-actions {
		margin: 15px 0;
		text-align: center;
	}

	.post-actions li {
		list-style: none;
		display: inline;
		margin: 0 15px;
	}

	.post-actions li a {
		font-family: "komu-a";
		font-weight: 100;
		text-transform: uppercase;
		font-size: 24px;
		letter-spacing: 2px;
		color: #777;
		padding-left: 30px;
		display: none;
	}

.single .post-content {
	float: right;
	width: 635px;
}

.single .all-posts {
	position: absolute;
	right: 0;
	top: -30px;	
	background: #69717d;
	border: 6px solid #4e5a6c;
	outline: none;
	padding: 12px 24px;
	color: #fff;	
	box-shadow: none;
	font-weight: 500;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;	
}

.single .all-posts:hover {
	background: #4e5a6c;
	border: 6px solid #69717d;
	box-shadow: 0 0 12px rgba(0,0,0,.4);
	text-decoration: none;
}

.single article h2 {
	font-size: 70px;
	line-height: 1em;
	font-family: 'Adelle';
	font-weight: 100;
	letter-spacing: -2px;
	color: #4e5a6c;
	margin-top: 30px;
}

.single #main .post-content p {
	display: block;
	line-height: 1.6em;
	margin-bottom: 2em;
}

.single #main .post-content ol, .single #main .post-content ul {
	padding-left: 20px;
	margin-bottom: 1.6em;
}

.single #main .post-content li {
	padding-left: 10px;
	margin-bottom: .6em;
	padding-bottom: .6em;
	border-bottom: 1px dotted #bbb;
}

.single #main .post-content li:last-child {
	border-bottom: none;
}

.single .post-nav {
	width: 100%;
	border: 1px solid #aaa;
	background: #fff;
	padding: 16px 0;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
	margin-top: 30px;
	position: relative;
	clear: both;
	height: 36px;
}

	/* COMMENTS */
	
	.commentlist {
		margin-top: 10px;
	}
	
	.commentlist li {
		border-bottom: 1px dotted #b0afbe;
		padding: 20px 0 16px 0;
		display: block;
		list-style: none;
		clear: both;
		position: relative;
		width: 100%;
		margin: 0 auto;
		float: left;
	}

	.single .commentlist li article {
		float: none;
	}
	
	.comment-meta a {
		color: #4e5a6c;
	}

	.comment-edit-link {
		position: absolute;
		left: 0;
		bottom: 10px;
		display: none;
	}
	
	.commentlist li article header {
		float: left;
		width: 332px;
		text-align: right;
		margin-right: 50px;
	}

	.commentlist li article .comment-content {
		float: left;
		clear: none;
		text-align: left;
		width: 580px;
		max-width: 580px;
		min-width: 300px;
	}
	
	#main .vcard, #main .comment-content p {
		display: block;
		margin: 0 0 2px 0;
	}

	#main .vcard {
		color: #c8232b;
	}

	#respond {
		float: left;
		width: 100%;
		margin-top: 20px;
		background: url(img/comment-lines.gif) no-repeat 307px 42px;
	}
	
	#respond .required {
		background: #fff url(../images/required.png) no-repeat right -53px;
	}
	
	#respond .required:focus {
		background: #fff url(../images/required.png) no-repeat right -2px;
	}
	
	#respond .left {
		float: left;
		width: 335px;
		text-align: right;
		margin-right: 35px;
	}

	#respond .left input {
		margin-bottom: 28px;
		width: 260px;
	}
	
	#respond .commentarea {
		float: left;
		clear: none;
		text-align: left;
		width: 580px;
		max-width: 580px;
		min-width: 300px;
	}
	
	#respond textarea {
		height: 107px;
		margin-bottom: 32px;
	}
	
	#respond #submit {
		background: #4e5a6c;
		border: 6px solid #69717d;
		outline: none;
		padding: 16px 24px;
		color: #fff;	
		box-shadow: none;
		font-weight: 500;
		border-radius: 0;
		margin-bottom: 30px;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		transition: all .25s ease;
		-moz-transition: all .25s ease;
		-webkit-transition: all .25s ease;
	}

	#respond #submit:hover {
		background: #69717d;
		border: 6px solid #4e5a6c;
		box-shadow: 0 0 12px rgba(0,0,0,.4);
	}


/* TOUR
*********************************/

.tour .pg-banner h2 {
	text-indent: -9999px;
	height: 1px;
}

.tour .inner {
	position: relative;
}

.tour .inner h3 {
	background: transparent url(img/google-tour.png) no-repeat left 100px;
	font-size: 34px;
	color: #fff;
	font-weight: 100;
	position: absolute;
	left: 875px;
	top: 120px;
	line-height: 1;
	z-index: 999;
	padding-bottom: 60px;
}

.big-arrow {
	width: 145px;
	height: 170px;
	background: transparent url(img/big-arrow.png) no-repeat center center;
	display: block;
	position: absolute;
	left: 40px;
	top: 108px;
}



.video-tour {
	padding: 5px;
	background: #fff;
	width: 690px;
	margin: -200px auto 0 auto;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.video-tour iframe {
	display: block;
}

.tour .inner p {
	width: 650px;
	margin: 30px auto;
	display: block;
}

.slider-wrap {
	background: #af1a21;
	width: 100%;
	height: 300px;
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	overflow: hidden;
}

.slider-wrap:hover {
	height: 500px;
}

/*
.slider .notch {
	width: 42px;
	height: 20px;
	background: url(img/slider-notch.png) no-repeat center bottom;
	position: absolute;
	top: -42px;
	left: 500px;
}
*/

.slider ul {
	margin-top: 20px;
	width: 9999px;
	margin-left: -300px;
	height: 480px;
}

.slider li {
	width: 730px;
	display: inline;
	text-align: center;
	float: left;
	margin-left: -50px;
	color: #fff;
}

.slider li:nth-child(odd) {
	opacity: .3;
}

.slider li img {
	display: block;
	margin-bottom: 30px;
}

.slider li h2 {
	display: block;
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.slider li a {
	font-size: 18px;
	color: #eea30d;
	border-bottom: 1px solid #eea30d;
}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; min-height: 100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	zoom: 1;
	}
.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
	}
	
.about .flex-viewport {
	height: 300px;
}
	
.loading .flex-viewport {
	max-height: 300px;
	}
.flexslider .slides {
	zoom: 1;
	}

.carousel li {
	margin-right: 5px
	}

/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav {
	
}
.flex-direction-nav a {
	width: 60px; height: 140px; margin: 0 0 0; display: block; background: url(../images/slider-nav.png) no-repeat 0 0; position: absolute; top: 230px; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;
	}
.flex-direction-nav .flex-next {
	background-position: -142px center; 
	right: 0px; 
	}
.flex-direction-nav .flex-prev {
	background-position: -43px center;
	left: 0px;
	}
.flexslider:hover .flex-next {
	opacity: 0.8; right: 25px;
	}
.flexslider:hover .flex-prev {
	opacity: 0.8; left: 25px;
	}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	}
.flex-direction-nav .flex-disabled {
	opacity: .3!important; 
	filter:alpha(opacity=30); 
	cursor: default;
	}

/* Pagination Nav */

.flex-control-nav {
	position: absolute; 
	top: 90px;
	left: 0;
	background: #f0efef; 
	padding: 12px 6px 12px 3px;
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;	
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	box-shadow: 4px 0px 3px rgba(0,0,0,.3);
	text-align: center;
}

.flex-control-nav a {
	background: transparent url(../images/star-nav.png) center -22px;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

.flex-control-nav a.flex-active {
	background: transparent url(../images/star-nav.png) center top;
}

/* Control Nav */

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}



/* Contact -------------------------- */


#main div.wpcf7 {
	background: transparent url(../images/contact-lines.gif) no-repeat left 45px;
	width: 560px;
	float: left;
	padding-left: 25px;
	margin: 35px 0 50px 0;
}

input, textarea {
	border: 1px solid #aaa;
	background: #fff;
	border-radius: 3px;
	box-shadow: inset 0 1px 9px #ddd;
	padding: 14px 12px;
	font-family:"adelle","adelle-n1", serif;
	font-weight: 200;
	color: #999;
}

.select select {
width: 295px;
height: 53px;
}

#main textarea {
	height:185px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	border: 1px solid #4e5a6c;
	box-shadow: inset 0 1px 9px #ccc, 0 0 12px #999;
	color: #555;
}

textarea {
	width: 532px;
	margin-bottom: 15px;
}

p.name, p.email, p.phone, p.time, p.date, p.guests, p.select {
	float: left;
	margin-top: 1px;
}

p.name, p.phone, p.time {
	margin-right: 20px;
}

.your-name input {
	width: 218px;
}

.your-email input {
	width: 268px;
}

.your-phone input {
	width: 268px;
}

.your-guests input {
	width: 218px;
}

.your-time input, .your-date input {
	width: 243px;
}

.wpcf7-validates-as-required {
	background: #fff url(../images/required.png) no-repeat right -53px;
}

.wpcf7-validates-as-required:focus {
	background: #fff url(../images/required.png) no-repeat right -2px;
}

.wpcf7-submit {
	background: #4e5a6c;
	border: 6px solid #69717d;
	outline: none;
	margin-top: -30px;
	padding: 12px 24px;
	color: #fff;	
	box-shadow: none;
	font-weight: 500;
	border-radius: 0;
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;	
}

.wpcf7-submit:hover {
	background: #69717d;
	border: 6px solid #4e5a6c;
	box-shadow: 0 0 12px rgba(0,0,0,.3);
}

.wpcf7-response-output {
		width: 400px;
		margin:0!important;
		padding:7px!important;
		color:#9A2C29;
		float:right;
		font-size: 14px;
		line-height: 1.2;
		position: relative;
		top:-76px;
		}
		
		.wpcf7-validation-errors {
			border: 5px solid #9A2C29!important;
			background:#fff;
			margin: 0 0 0 20px;
			}
			
	.wpcf7-not-valid-tip {
		border: 1px solid #9A2C29!important;
		margin:0!important;
		padding:2px!important;
		color:#9A2C29;
		box-shadow: 0 0 10px #ddd;
		}
		
		 .wpcf7-mail-sent-ok {
		 	border: 5px solid #cfd7e3!important;
			background:#fff;
			color:#4e596d;
			padding: 15px 7px!important;
			margin: 0 0 0 20px;
			}

/* Book Your Event
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.book-your-event .pg-banner h2 {
	font-size: 120px;
	margin-top: 180px;
}

.book-your-event article {
	margin-top: 30px;
}

.book-your-event #main aside {
	float: left;
	width: 370px;
}

.book-your-event #main p {
	float: left;
	width: 370px;
	font-size: 16px;
}

.book-your-event #main div.wpcf7 {
	float: right;
	background: transparent url(img/contact-lines-lrg.gif) no-repeat left 25px;
	margin: 25px 0 60px 30px;
	width: 560px;
}

.book-your-event #main div.wpcf7 p {
	width: auto;
	font-size: 18px;	
}

.book-your-event #main div.wpcf7 p.message {
	margin-top: 0;
	margin-bottom: 0;
}

.book-your-event #main div.wpcf7 p.submit {
	margin-top: 14px;
	clear: left;
}

.book-your-event .input {
	margin-bottom: 10px;
	float: left;
}

.book-your-event aside p {margin: 10px 0;}

.book-your-event textarea {
		height: 190px!important;
}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bottom {
	clear: both;
	padding: 45px 0 20px 0;
	text-align: left;
	display: block;
	width: 1000px;
	margin: 40px auto 20px auto;
	list-style: none;
	background: url(../images/bottom-shadow.png) no-repeat center top;
}

.bottom ul {
	width: 100%;
}

.bottom li {
	width: 140px;
	padding-left: 40px;
	float: left;
	clear: none;
	margin-right: 20px;
	margin-bottom: 30px;
	list-style: none;
	height: 64px;
}

.bottom li.restaurant {
	background: url(../images/bottom-icons.png) no-repeat 0 2px;
}

.bottom li.restaurant {
	width: 24%;
	margin-right: 5%;	
}

.bottom li.location {
	width: 45%;
	height: auto;
	background: url(../images/bottom-icons.png) no-repeat 0 -76px;
}

.bottom .social-icons p {
	margin-left: -9px;
}

.bottom li.social-icons {
	width: 105px;
	float: right;
	margin-right: 0;
	height: 80px;
}

.bottom li.social-icons a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent url(../images/social.png) no-repeat 3px 2px;
	text-indent: -9999px;
}




.bottom li.social-icons a.tw  {
		background-position: 3px 2px;
	}

		.bottom li.social-icons a.tw:hover {
			background-position: 3px -48px;
		}

.bottom li.social-icons a.fb {
		background-position: -55px 2px;
	}

		.bottom li.social-icons a.fb:hover {
			background-position: -55px -48px;
		}
	
 .bottom li.social-icons a.ta {
		background-position: -113px 2px;
	}

		.bottom li.social-icons a.ta:hover {
			background-position: -113px -48px;
		}
	
 .bottom li.social-icons a.gp {
		background-position: -172px 2px;
	}

		.bottom li.social-icons a.gp:hover {
			background-position: -172px -48px;
		}


	

.bottom li h3 {
	display: block;
	color: #999;
	font-family: "komu-a";
	font-weight: 100;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.bottom li p {
	margin-top: 0px;
	display: block;
	color: #999;
	font-size: 14px;
}

.bottom li.restaurant h3 {
	margin-bottom: 10px;
}

.bottom li.bar p, .bottom li.restaurant p {
	color: #96211e;
	margin: 0 0 8px 0;
}

.bottom li.restaurant p.weekday {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px dotted #aaa;
}

.bottom li.restaurant p span {
	display: inline-block;
	width: 70px;
}

.bottom li p span {
	display: block;
}

.bottom li p .tel span {
	display: inline;
}

.bottom li a {
	color: #555;
	font-size: 14px;
}

#pg-footer {
	background: transparent url(../images/fundobg.png) repeat center bottom;
	width: 100%;
	padding: 0;
	text-align: left;
	margin-bottom: 0;
	height: 170px;
}

footer a {
	color: #aaa;
	text-decoration: none;
}

#pg-footer ul {
	background: #fff;
	border: 1px solid #a3a3a3;
	max-width: 1020px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	padding: 25px 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	position: relative;
	top: -37px;
}

#pg-footer ul li {
	display: inline;
	margin: 0 0;
}

#pg-footer ul li a {
	color: #4e5a6c
}

.footer-nav a {
	padding: 0 10px;
	margin: 0;
}

.footer-nav li:last-child span {
	display: none;
}

.footer-nav span {
	padding: 0 8px;
	color: #aaa;
}

.footer-nav a:hover {
		text-decoration: none;
		color:#c8232b!important;
}

#sign-up {
	float: left;
	width: 70%;
}

#sign-up input {
	width: 55%;
	max-width: 500px;
	min-width: 200px;
	background: #9a2c29;
	color: #fff;
	box-shadow: inset 0 1px 9px #832220;
	border: 1px solid #832220;
}

#sign-up #mc-embedded-subscribe {
	width: 10%;
	max-width: 220px;
	min-width: 220px;
	/* background: #4e5a6c; */
	background: #c8232b;
	border: 6px solid #a71c22;
	outline: none;
	padding: 9px 16px 8px 16px;
	text-align: center;
	color: #fff;
	box-shadow: none;
	font-weight: 500;
	font-family: "komu-a";
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
	display: inline-block;
	border-radius: 0;
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;	
}

#sign-up #mc-embedded-subscribe:hover {
	background: #c8373e;
	border: 6px solid #84171c;
	box-shadow: 0 0 12px rgba(0,0,0,.3);
}

.credit, .tour p.credit {
	margin: 5px 2% 20px 0;
	float: right;
	width: 28%;
	min-width: 125px;
	text-align: right;
	color: #ffffff;
}

.credit span, .tour p.credit span {
	display: block;
}

.credit a, .tour p.credit a {
	color: #832220;
	border-bottom: 1px dotted #832220;
	text-decoration: none;
}

.credit a:hover, .tour p.credit a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

.col-title {
	color: #fff;
	padding-bottom: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #999;
	margin-bottom: 16px;
}

.bottom-bar {
	background: #000;
	width: 100%;
	padding: 25px 0;
}


/* Open Table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pg-cover {
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%; height: 100%;
	z-index: 50;
	visibility: hidden;
	opacity: 0;
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;	
	-o-transition: all .25s ease;
}

#ot-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent url(img/overlay.png) repeat;
	z-index: 99999;
	text-align: center;
	display: none;
}

.ot-wrap {
	width: 900px;
	text-align: center;
	margin: -50px auto 100px auto;
	display: block;
	clear: both;
}

.ot-wrap h4 {
	text-align: center;
	font-size: 80px;
	font-family: "adelle";
	font-weight: 100;
	color: #fff;
	margin-bottom: 60px;
	letter-spacing: -2px;
}

#ot-modal .OT_wrapper {
	font-family: 'Helvetica Neue',sans-serif!important;
	box-shadow: 0 0 30px rgba(0,0,0,.8);
	margin-bottom: 50px;
}

#ot-modal a.OT_Find_a_Table {
	font-family: 'Helvetica Neue', sans-serif!important;
}

#ot-modal .close {
	background: #4e5a6c;
	border: 6px solid #69717d;
	outline: none;
	padding: 14px 30px;
	color: #fff;	
	box-shadow: none;
	font-weight: 500;
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.6);
	transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;	
}

#ot-modal .close:hover {
	background: #69717d;
	border: 6px solid #4e5a6c;
	box-shadow: 0 0 25px rgba(0,0,0,.8);
}

/* 404 ----------------------------- */

.error404 .pg-banner {
	background: url(img/404.jpg) no-repeat center top;
	background-size: cover;
	height: 650px;
}

.error404 .pg-banner h2 {
	display: none;
}

.error404 .span-bar h2 {
	font-family: "Adelle";
	font-size:28px;
	display: block;
	letter-spacing: -1px;
	line-height: 70px;
	color:#b2b2b2;
	text-align: center;
	}

.error404 .span-bar h2 a {
	font-family: inherit;
	font-size: inherit;
	float: none;
	display: inline;
	letter-spacing: -1px;
	text-transform: none;	
	position: relative;
	top: 0; left: 0;
	line-height: 70px;
	padding: 0;
	margin: 0;
	background: none;
	}


/* WP Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}



/** MEDIA QUERY --------------------------------------------- **/

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

	#hero-cycle .slides li h2 {
		margin-top: 270px;
	}

	#hero-cycle .slides li p {
		margin-top: 15px;
	}

	#hero-cycle .slides li.one p, #hero-cycle .slides li.three p {
		margin-top: 20px;
	}

	#hero-cycle .slides li.four p {
		font-size: 26px;
	}

	#main-header, .span-bar, .home .span-bar, .pg-banner h2 {
		width: 90%;
	}

	.pg-banner h2 {
		padding: 0 0 0 5%;
	}

	.span-bar {
		width: 100%;
	}

		#primary ul {
			margin-left: 45%;
		}
		
		#primary li {
			width: 140px;
		}
		
	#pg-footer {
		width: 100%;
	}

	#pg-footer ul {
		width: 100%;
	}

	#pg-footer ul li a {
		padding: 0 7px;
	}

	#pg-footer ul li:first-child {
		display: none;
	}

	.tweet-block p {
		font-size: 16px!important;
	}
	
	#hero-cycle .slides li h2 {		
		font-size: 100px;
		line-height: 1;
	}

	.inner {
		width: 90%;
	}

	/* Menu */

	.menu-section ul span:first-child {
		padding-right: .3em;
		color: #c8232b;
		margin-right: 60px;
	}

	#ales ul span:first-child {
		margin-right: 142px;
	}

	.menu-section ul span + span {
		float: right;
		padding-left: 0.33em;
		font-size: 18px;
		font-weight: 500;
		position: absolute;
		right: 0;
		top: 1px;
	}

	p.menu-img img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	
	p.cocktails {
		height: 410px;
	}
	
	.menu-categories li a {
		padding: 28px 20px;
		font-size: 16px;
	}

	.menu-categories li a:hover, .menu-categories li.current a {
		padding: 26px 19px;
	}
	
	
	.bottom {
		width: 90%;
		padding: 45px 5% 20px 5%;
	}
	
	.bottom li.location {
		width: 35%;
		margin-bottom: 40px;
	}

	.bottom li.location h3 {
		line-height: 1.1em;
	}
	
	/* About */
	
	#quick-info {
		width: 30%;
		margin-right: 7%;
	}
	
	.about #main article {
		width: 58%;
		margin-right: 2%;
	}
	
	.inner-grid .about-map {
		width: 70%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	
	.inner-grid #map {
		width: 100%;
	}

	.inner-grid .about-reserve {
		width: 27%;
		margin-bottom: 1%;
	}

	.about-menu {
		width: 42%;
		margin-right: 1%;
	}

	.gallery {
		width: 56%;
	}
	
	
	/* Social */
	
		.social .twitter-feed {
			width: 70%;
			margin-right: 1%;
			margin-bottom: 1%;
			background-position: right top;
		}
	
		.social #main .twitter-feed p {
			width: 85%;
			font-size: 32px; 
		}
	
		.social .hashtag {
			width: 29%;
			margin-bottom: 1%;
			background-size: cover;
		}
	
		.social .photo {
			width: 35%;
			margin-right: 1%;
			margin-bottom: 1%;
			overflow: hidden;
		}
	
		.social .photo p, .social .photo.two p {
			display: none;
		}
	
		.social .facebook {
			width: 64%;
			margin-bottom: 1%;			
		}

		.social .facebook #like, .social .facebook .fb-quote {
			width: 100%;
		}

		.social .facebook #like {
			background: #663425 url(../images/like-us-sm.jpg) no-repeat left top;
			background-size: cover;
		}

		.social .facebook #like p {
			padding-left: 120px;
			width: 70%;
			display: block;
		}

		.social .fb-feed {
			width: 64%;
			margin-bottom: 1%;
			margin-right: 1%;
		}

		#fb-root {
		    display: none;
		}
		
		.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
	
		.ig-feed {
			display: none;
		}	

		.social .fav-tweet {
			clear: left;
			width: 26%;
			padding-left: 3%;
			margin: 0 1% 1% 0;
		}
	
		.social #main .fav-tweet p {
			width: 90%;
		}
	
		.social .beer-of-week {
			width: 70%;
			margin: 0;
			margin-bottom: 1%;
		}
	
		.social .beer-of-week h3 {
			width: 55%;
			font-size: 40px;
			font-weight: 700;		
		}
	
		.about-menu {
			width: 42%;
			margin-right: 1%;
		}
	
		.gallery {
			width: 56%;
		}	
	
	
	
	/* Events */

	table.events-table td {
		vertical-align: top;
	}
	
	table.events-table td.event-time {
		min-width: 90px;
		width: 10%;
	}

	table.events-table td.event-description {
		width: 75%;
		max-width: 720px;
		min-width: 0px;
		overflow: hidden;
		padding-right: 5%;
		white-space: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		color: #999;
		font-size: 16px;
	}

	table.events-table td.event-description span {
		color: #aaa;
		font-weight: 100;
	}

	table.events-table td.more-info {
		min-width: 90px;
		width: 10%;
	}

	/* Contact */
	
	#main div.wpcf7	{
		width: 55%;
		float: right;
		padding-left: 2%;		
	}

	#quick-info {
		width: 33%;
		margin-right: 7%;
	}

	#quick-info div {
		padding-left: 9%;
	}

	.contact #main textarea	{
		padding: 14px 4%;
		width: 91%;
	}

	.contact #main input {
		display: block;
		padding: 14px 4%;
		width: 91%;
	}
	
	.contact p.name, p.phone, p.time {
		margin-right: 0;
		margin-left: 0;
	}
	
	.contact #main .wpcf7-submit {
		width: auto;
	}
	
	/* Blog */
	
	.blog article, .archive article {
		width: 100%;
		height: 305px;
		clear: both;
		margin-bottom: 5px;
	}

.blog article:nth-child(even) div, .blog article.even div, .archive article:nth-child(even) div, .archive article.even div {
		width: 50%;
		margin-left: 1%;
		padding-top: 30px;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 1%;
	}

.blog article:nth-child(odd) div, .blog article.even div, .archive article:nth-child(odd) div, .archive article.even div {
		width: 50%;
		margin-right: 1%;
		padding-top: 30px;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 1%;
	}
	
	.blog article span.thumb, .archive article span.thumb {
		width: 39%;
		overflow: hidden;
	}

	.blog article h2, .archive article h2 {
		font-size: 34px;
	}

	/* Single */
	
	.single .sidebar {
		width: 30%;
		margin-right: 8%;
	}
	
	.single .post-content {
		width: 62%;
	}
	
	.single .wp-post-image {
		width: 100%;
	}
	
	.sharing li {
		margin: 12px 3px;
	}
	
	.single #main .post-content header p.category {
		margin-top: 60px;
	}
	
	.single article h2 {
		font-size: 50px;
	}
	
	#respond .commentarea {
		width: 44%;
	}

	#respond .commentarea textarea{
		max-width: 100%;
		width: 100%;
		min-width: 200px;
		padding: 14px 2%;
	}
	
	/* Book Event */
	
	.book-your-event #main div.wpcf7 {
		width: 96%;
		float: left;
		margin-left: 0;
		padding-bottom: 40px;
		padding-left: 4%;
	}

	.book-your-event #main div.wpcf7 p {
		margin-right: 3%;
	}
	
	.book-your-event #main aside {
		width: 90%;
	}

	.book-your-event #main aside p {
		width: 100%;
	}
	
	/* 404 */
	
	.error404 .span-bar h2 {
		font-family: "Adelle";
		font-size:22px;
		display: block;
		letter-spacing: -1px;
		line-height: 70px;
		color:#b2b2b2;
		margin-left: 30px;
		text-align: center;
		}	
	
	

} /* End 1020 --------------------------------------------------------------------------- */


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

	.pg-banner {
		background-size: 130%;
		
	}

	#hero-cycle .slides li h2 {
		margin-top: 264px;
		line-height: .9em;
	}

	#hero-cycle .slides li.one h2 {
		font-size: 85px;
	}

	#hero-cycle .slides li p {
		margin-top: 15px;
	}

	.page-id-6 .pg-banner, .page-id-2 .pg-banner, .page-id-14 .pg-banner, .page-id-37 .pg-banner, .page-id-12 .pg-banner {
		background-size: 130%;
	}

	.book-your-event .pg-banner h2 {
		font-size: 100px;
		line-height: .85em;
		letter-spacing: -7px;
	}

	#main-header, .home .span-bar {
		width: 90%;
	}

	.span-bar {
		width: 100%;
	}

	.contact .span-bar a {
		display: none;
	}

		#primary ul {
			margin-left: 45%;
		}
		
		#primary li {
			width: 135px;
		}

	.flex-grid section.full {
		width: 100%;
	}

	.flex-grid section.half {
		width: 100%;
	}

	.flex-grid section.fourth {
		width: 50%;
	}

	.flex-grid section.fourth {
		width: 50%;
	}
	
	#pg-footer ul li a {
		padding: 0 1px;
		font-size: 15px;
	}

	.flex-grid .menu-block {
		border-right: 0;
	}

	.flex-grid .visit-block {
		border-left: 0;
	}

	.flex-grid .ale-block {
		border-right: 0;
	}

	.flex-grid .misc-block {
		border-left: 0;
	}

	.flex-grid section.misc-block.tall {
		background: none;
		height: auto;
	}

	.flex-grid .tweet-block {
		display: none;
	}

	.bottom li.location {
		width: 43%;
	}

	.bottom li.social-icons {
		width: 40px;
		height: 65px;
	}
	
	.bottom li.social-icons h3 {
		display: none;
	}

	.bottom li.social-icons a {
		display: block;
	}
	
	/* About */
	
	.about .span-bar a {
		display: none;
	}
	
	#quick-info div li span {
		display: block;
	}	
	
	/* Social */
	
	.social .facebook .fb-quote blockquote {
		width: 90%;
		font-size: 16px;
	}
	
	.social .beer-of-week {
		background-position: -95px top;
	}

	.social #main .beer-of-week p, .social .beer-of-week h3 {
		margin-left: 30%;
		width: 65%;
	}
	
	.social .beer-of-week h3 {
		font-size: 40px;
		font-weight: 700;	
	}
	
	/* Menu */
	
	.menu-categories li a {
		padding: 28px 17px;
		font-size: 15px;
	}

	.menu-categories li a:hover, .menu-categories li.current a {
		padding: 26px 16px;
	}

	#main .reserve-cta {
		width: 90%;
	}
	
	#main .reserve-cta:hover span {
		width: 90%;
	}
	
	#main .reserve-cta a {
		width: 42%;
	}
	
	.reserve-cta span {
		width: 100%;
	}
	
	/* Contact */
	
	#main div.wpcf7	{
		width: 50%;
		float: right;
		padding-left: 2%;		
	}

	.contact #quick-info {
		width: 36%;
		margin-right: 7%;
	}

	.contact #main #quick-info p {
		font-size: 16px;
	}
	
	.contact .short {
		display: inline-block;
	}

	.contact .long {
		display: none;
	}
	
	/* Blog */
	
	.blog article h2, .archive article h2 {
		font-size: 28px;
	}

	.blog #main article p, .archive #main article p {
		font-size: 16px;
	}

} /* END 960 -------------------------------------------------------- */

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

	#hero-cycle .flex-direction-nav {display:none;}

	#hero-cycle .slides li h2 {
		line-height: .9em;
	}

	#hero-cycle .slides li.one h2 {
		font-size: 85px;
	}

	#hero-cycle .slides li p {
		margin-top: 15px;
	}

	.nav-tog, .nav-tog.close {
		display: block;	
	}

	.span-bar, .home .span-bar {
		width: 100%;
		display: none;
	}

	#main-header {
		overflow: visible;
	}

		#primary {
			display: none;
			position: absolute;
			top: -26px;
			left: 0;
			width: 100%;
			height: 128px;
			background: #fff;
		}

		#primary ul {
			margin-left: 5%;
			margin-top: 22px;
		}
		
		#primary li {
			width: 120px;
		}
		
		#primary li a {
			color: #9a2c29;
		}
		
	#primary {
		display: block;	
		background: #fff;
		position: fixed;
		width: 70%;
		height: 300px;
		left: 50%;
		top: 35%;
		margin: -190px 0 0 -37%;
		visibility: hidden;
		opacity: 0;
		z-index: 99;
		padding: 2%;
		background: white;
		box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.6 );
		border-radius: 3px;
		-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
		-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		   -moz-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		    -ms-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		     -o-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		        transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
		
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	}

	.nav-active #primary {	
		visibility: visible;
		opacity: 1;
		top: 60%;		
	}

	.nav-active .pg-cover {
		visibility: visible;
		opacity: 1;
	}

	#primary ul {
		margin-top: 22px;
		width: 80%;
	}
	
	#primary li {
		display: block;
		width: 100%;
		/* width: 120px; */
		border-bottom: 1px dotted #bbb;
	}
	
	#primary li a {
		color: #9a2c29;
	}				
	
	.home .span-bar .reserve, .home .span-bar h2, .home .span-bar h2 span, .span-bar a {
		font-size: 24px;
		top: 0;
	}

	.pg-banner, .page-id-6 .pg-banner, .page-id-2 .pg-banner, .page-id-14 .pg-banner, .page-id-37 .pg-banner, .page-id-12 .pg-banner, .blog .pg-banner {
		background-size: auto;
		height: 350px;
	}
	
	.pg-banner h2 {
		font-size: 110px;
	}

	.book-your-event .pg-banner h2 {
		font-size: 80px;
	}

	#pg-footer {
		height: auto;
	}

	#pg-footer ul {
		height: auto;
		float: left;
	}
	
	#pg-footer ul li {
		width: 41%;
		margin: 0 4% 5px 4%;
		border-bottom: 1px dotted #aaa;		
		float: left;
		text-align: left;
	}
	
	#pg-footer ul li a {
		font-size: 15px;
		padding: 8px 0 8px 0;
		display: block;
	}

	#pg-footer ul li span {
		display: none;
	}
	
	/* About */
	
	#quick-info {
		width: 100%;
		margin-right: 0;
		display: none;
	}
	
	#quick-info div li span {
		display: inline;
	}

	#quick-info div li {
		display: inline;
		margin-right: 20px;
	}

	#quick-info div p {
		margin-bottom: 0;
	}
	
	.about #main article {
		width: 90%;
		float: none;
		clear: left;
		margin: 30px auto 50px;
	}
	
	#quick-info .location {
		background: url(../images/sml-star.png) no-repeat left 26px;
		padding-bottom: 0;
	}
	
	.inner-grid .about-map {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1%;
		border: none;
	}
	
	.inner-grid #map {
		width: 100%;
	}

	.inner-grid .about-reserve {
		width: 49%;
		margin-bottom: 1%;
		margin-right: 1%;
		height: 300px;
		background-size: cover;
	}

	.about-menu {
		width: 50%;
		margin-right: 0%;
		height: 300px;
		background-size: cover;		
	}

	.gallery {
		width: 100%;
	}

	.inner-grid .flexslider {
		width: 100%;
	}
	
	/* Menu */
	
	.menu-categories li a {
		padding: 28px 15px;
		font-size: 14px;
	}

	.menu-categories li a:hover, .menu-categories li.current a {
		padding: 26px 14px;
	}

/*
	.menu-categories li:last-child {
		display: none;
	}
*/
	
	.menu-section ul li {
	    /* background: url(img/leader.gif) repeat-x left top; */
	    background: none;
	}
	
	.menu-section ul span {
		font-size: 20px;
	}
	
	.menu-section ul span:first-child {
		display: inline-block;
		width: 75%;
	}
	
	.menu-section ul span + span {
		float: right;
		padding-left: 0.33em;
		position: absolute;
		top: -1px;
		right: 0;
	}	
	
	/* Bottom */

	.bottom li.restaurant {
		width: 19%;
		margin-right: 9%;
		padding-left: 0;
		background: none;
	}

	.bottom li.restaurant p span {
		display: block;
	}

	.bottom li.location {
		width: 47%;
		padding-left: 0;
		background: none;
		margin-right: 0;
		height: auto;
	}

	.bottom li.location p {
		line-height: 1.75em;
	}

	.bottom li.location p a.tel {
		display: block;
	}

	.bottom li.social-icons {
		margin-left: 0;
	}

	/* Home */
	
		.flex-grid .tweet-block p {
			color: #eea30d!important;
			font-size: 17px!important;
			font-weight: 200;
			line-height: 1.2;
		}

		.flex-grid .tweet-block a {
			color: #fff;
			display: block;
			margin-top: -10px;
		}
	
	
	/* Contact */
	
	#main div.wpcf7	{
		width: 47%;
		float: right;
		padding-left: 2%;		
		background-position: 30px 30px;
	}

	.contact #quick-info {
		width: 40%;
		margin-right: 5%;
		display: block;
	}
	
	.contact #quick-info div p {
		margin-bottom: 20px;
	}
	
	/* Book Event */

	.page-id-99 #main blockquote p {
		line-height: 1.2em;
	}

	.book-your-event article {
		width: 90%;
		margin: 0 auto;
	}

	.book-your-event .pg-banner h2 {
		font-size: 60px;
		letter-spacing: -3px;
	}

	.book-your-event #main div.wpcf7 {
		background-position: 30px 25px;
		padding-left: 0px;
		margin-bottom: 0px;
	}

	.book-your-event #main div.wpcf7 p {
		margin-right: 3%;
	}
	
	.book-your-event input[type="text"], .book-your-event textarea {
		width: 90%!important;
	}
	
	.book-your-event #main aside {
		width: 90%;
	}

	.book-your-event #main aside p {
		width: 100%;
	}	
	
	/* Social */
	
		.social .twitter-feed {
			width: 100%;
			margin-right: 0;
			margin-bottom: 1%;
			background-position: right top;
		}
	
		.social #main .twitter-feed p {
			width: 85%;
			font-size: 32px;
		}
	
		.social .hashtag {
			display: none;
		}
		
		.social .photo {
			display: none;
		}
	
		.social .facebook {
			width: 100%;
			margin: 0;
			margin-bottom: 1%;
		}

		.social .fb-feed {
			width: 99%;
			margin-right: 0;
			margin-left: 0;
		}
		
		.social .fav-tweet {
			display: none;
		}
		
		.social .beer-of-week {
			background-position: -20px top;
			width: 100%;
		}
	
		.social #main .beer-of-week p, .social .beer-of-week h3 {
			margin-left: 40%;
			width: 56%;
		}
		
	/* Events */
	
	.event-thumb {
		display: none;
	}
	
	#featured-event h4 {
		
	}
	
	table.events-table td.event-description span {
		display: none;
	}
	
	.em-pagination span, .em-pagination a {
		padding: 10px 8px;
		margin: 0;
	}
		
	.em-pagination a:nth-child(6), .em-pagination a:nth-child(7), .em-pagination a:nth-child(8), .em-pagination a:nth-child(9), .em-pagination a:nth-child(10) {
		display: none;
	}
		
	.banner-promo {
		display: none;
	}
		
	/* Blog */
	
	.blog article:nth-child(even) div, .blog article.even div, .archive article:nth-child(even) div, .archive article.even div {
			width: 90%;
			margin-left: 0;
			padding-top: 30px;
			padding-left: 5%;
			padding-right: 5%;
			margin-bottom: 1%;
			height: 320px;
		}
	
	.blog article:nth-child(odd) div, .blog article.even div, .archive article:nth-child(odd) div, .archive article.even div {
			width: 90%;
			margin-right: 0;
			padding-top: 30px;
			padding-left: 5%;
			padding-right: 5%;
			margin-bottom: 1%;
			height: 320px;
		}
	
	.blog article span.thumb, .archive article span.thumb {
		display: none;
	}
	
	.blog article h2, .archive article h2 {
		font-size: 34px;
	}
	
	.blog #main article p, .archive #main article p {
		font-size: 18px;
	}	
	
	.post-nav .notch {
		left: 50%;
	}
	
	/* Single */
	
	.single .sidebar {
		width: 30%;
		margin-right: 8%;
		display: none;
	}
	
	.single .post-content {
		width: 100%;
	}
	
	.single .wp-post-image {
		width: 100%;
	}
	
	.sharing li {
		margin: 12px 3px;
	}
	
	.single #main .post-content header p.category {
		margin-top: 40px;
	}
	
	.single article h2 {
		font-size: 44px;
	}
	
	.post-nav h3 {
		display: none;
	}
	
	#respond {
		background-position: 17px 42px;
	}
	
	#respond .left {
		text-align: left;
		width: 100%;
	}
	
	#respond .left input {
		width: 80%;
		padding: 14px 2%;
	}
	
	#respond .commentarea {
		width: 81%;
	}

	#respond .commentarea textarea{
		max-width: 100%;
		width: 100%;
		min-width: 200px;
		padding: 14px 2%;
	}

	#pg-footer {
		margin-top: 30px;
		height: 350px;
	}
	
	#pg-footer .inner {
		width: 95%;
	}

	.error404 .pg-banner {
		background-size: cover;
		height: 550px;
	}

	.error404 .span-bar {
		display: block;
	}
	
	.error404 .span-bar h2 {
		font-size:20px;
	}

	.error404 .span-bar h2 span {
		display: none;
	}
	
} /* End 768 -------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
/* Menu */
	
	.menu-categories {
		text-align: left;
		width: 90%;
		height: auto;
	}
	
	.menu-categories li {
		list-style: none;
		display: block;
		line-height: normal;
		margin: 0;
	}	

	.menu-categories li a {
		padding: 14px 0;
		font-size: 16px;
		display: block;
		float: left;
		width: 50%;
		top: 0px;
		text-indent: 5%;
		border: none;
	}

	.menu-categories li a:hover {
		border: none;
		padding: 14px 0;		
	}
	
	.menu-categories li.current a {
		border: none;
		padding: 14px 0;		
	}

}

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

	.nav-tog {
		display: block;
		right: 15px;
	}

	#primary {
		display: block;	
		background: #fff;
		position: fixed;
		width: 70%;
		height: 300px;
		left: 50%;
		top: 35%;
		margin: -190px 0 0 -37%;
		visibility: hidden;
		opacity: 0;
		z-index: 99;
		padding: 2%;
		background: white;
		box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.6 );
		border-radius: 3px;
		-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
		-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		   -moz-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		    -ms-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		     -o-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		        transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
		
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	}

	.nav-active #primary {	
		visibility: visible;
		opacity: 1;
		top: 60%;		
	}

	.nav-active .pg-cover {
		visibility: visible;
		opacity: 1;
	}

	#primary ul {
		margin-top: 22px;
		width: 80%;
	}
	
	#primary li {
		display: block;
		width: 100%;
		/* width: 120px; */
		border-bottom: 1px dotted #bbb;
	}
	
	#primary li a {
		color: #9a2c29;
	}

	#main-header {
		margin: 0 auto;
		background: #f0efef;
		background: rgba(240,239,239,.97);
		border: none;
		border-bottom: 8px solid #f0efef;
		border-top: 8px solid #f0efef;
		box-shadow: inset 0 0 30px #e5e5e5;
		width: 100%;
		height: 128px;
		margin-top: -8px;
		position: relative;
		overflow: visible;
	}

	.home .span-bar h2, #hero-cycle .flex-direction-nav, .blog article:nth-child(even) img, .blog article.even img {display:none;}

	.pg-banner, .page-id-6 .pg-banner, .page-id-2 .pg-banner, .page-id-14 .pg-banner, .page-id-37 .pg-banner, .page-id-12 .pg-banner, .blog .pg-banner {
		background-size: auto;
		height: 310px;		
	}
	
	.pg-banner h2 {
		font-size: 74px;
		letter-spacing: -5px;
		padding: 0;
	}

	.social .pg-banner h2 {
		font-size: 60px;
	}
			
	.inner {
		width: 100%;
		padding: 0;
	}
	
	.flex-grid .img-block {
		height: 285px;
	}
	
	.flex-grid section.ale-block, .flex-grid section.events-block {
		width: 100%;
	}

	.flex-grid section.events-block {
		border-right: none;
	}

	.flex-grid section.ale-block.tall {
		height: 310px;
		border-left: none;
	}
	
	.flexslider .slides li	{
		width: 100%;
		width: auto;
		height: auto;
	}
	
	.flex-grid .host-block h3 {
		font-size: 36px;
		text-transform: capitalize;
		letter-spacing: -1px;
	}
	
	/* About */
	
	.get-directions {
		display: none;
	}
	
	.inner-grid .about-reserve {
		width: 100%;
		margin: 0 0 1% 0;
	}

	.about-menu	{
		width: 100%;
		margin: 0 0 1% 0;
	}	
	
	.inner-grid .flexslider, .about .flex-viewport, .gallery {
		height: 230px;
	}
	
	.flex-control-nav {
		top: 50px;
	}
	
	/* Menu */
	
	.menu-categories {
		text-align: left;
		width: 90%;
		height: auto;
	}
	
	.menu-categories li {
		list-style: none;
		display: block;
		line-height: normal;
		margin: 0;
	}	

	.menu-categories li a {
		padding: 14px 0;
		font-size: 16px;
		display: block;
		float: left;
		width: 50%;
		top: 0px;
		text-indent: 5%;
		border: none;
	}

	.menu-categories li a:hover {
		border: none;
		padding: 14px 0;		
	}
	
	.menu-categories li.current a {
		border: none;
		padding: 14px 0;		
	}
	
	.columns-2, .columns-2.first {
		float: none;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	#menu-sections .description	{
		width: 90%;
	}

	.menu-section h3 {
		line-height: 1em;
	}
	
	.menu-section h3 span {
		font-size: 26px;
	}
	
	.menu-section h3:before {
	 	content: "";
	}
	
	.menu-section h3:after {
		content: "";
	}	
	
	p.menu-img {
		display: block;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	p.cocktails, #main .reserve-cta {
		display: none;
	}
	
	/* Contact */
	
	#main div.wpcf7	{
		width: 90%;
		padding-left: 0px;
		margin: 0 auto;
		float: none;
		background-position: 32px 10px;
	}

	.contact #quick-info {
		width: 90%;
		margin-right: 0%;
		clear: none;
		display: block;
		margin: 20px auto;
		float: none;
		padding-left: 0;	
	}	
	
	.contact #quick-info .last {
		display: none;
	}
	
	.contact #main #quick-info p {
		font-size: 20px;
	}
	
	/* Social */
	
	.social .twitter-feed {
		width: 100%;
		height: 120px;
		box-shadow: 0 -5px 20px rgba(0,0,0,.5);
		position: relative;
		overflow: hidden;
	}

	.social .twitter-feed a.handle {
		bottom: 45px;
	}

	.social #main .twitter-feed p {
		width: 90%;
		font-size: 28px;
		visibility: hidden;
	}

	.social .facebook .fb-quote {
		height: 175px;
	}

	#like .fb-like {
		left: 8%;
	}

	.social .facebook #like p {
		padding-left: 29%;
		width: 65%;
	}

	.social .facebook #like p span {
		display: none;
	}

	.social .facebook {
		height: auto;
		margin-bottom: 0;
	}

	.social .fb-feed {
		display: none;
	}

	.social .beer-of-week {
		background-position: -160px top;
		width: 100%;
	}

	.social #main .beer-of-week p, .social .beer-of-week h3 {
		margin-left: 28%;
		width: 66%;
	}

	.social .beer-of-week h3 {
		font-size: 30px;
	}
		
		.flex-grid .tweet-block p {
			color: #eea30d!important;
			font-size: 15px!important;
			font-weight: 200;
			line-height: 1.2;
		}

		.flex-grid .tweet-block a {
			color: #fff;
			display: block;
			margin-top: -10px;
		}
		
		#hero-cycle .slides li h2 {		
			font-size: 60px;
			line-height: 1;
			font-family: "adelle-n7", "adelle", serif;
			letter-spacing: -3px;
		}
		
		#hero-cycle .slides li.one h2 {
			font-size: 60px;
		}
		
		#hero-cycle .slides li p {
			font-size: 22px;
			font-weight: 600;
		}
		
	.home .span-bar .reserve, .span-bar a {
		float:left;
		font-size: 36px;
		padding: 12px 0 0 0;
		line-height: 58px;
		letter-spacing: 4px;
		margin-right: 0px;
		padding-left: 40px;
		padding-right: 40px;
		background: url(../images/sinalizador.png) no-repeat 300px 23px;
		color: #777;
		}
		
	/* Event */
	
	.book-cta {
		display: none;
	}
	
	#featured-event, .single-event #main article {
		width: 90%;
		margin: 0 auto;
	}

	.single-event #main article {
		width: 100%;
		margin: 0 auto;
	}
	
	.single .post-content {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	
	#featured-event h1 {
		font-size: 42px;
		line-height: 1em;
	}
	
	table.events-table td.more-info	{
		display: none;
	}
	
	.blog article, .archive article	{
		height: 320px;
	}
		
	.blog article div {
		background: #9A2C29;
		height: 300px;
		width: 100%;
		margin-left: 0px;
		padding-top: 30px;
		float: left;
		padding-left: 32px;
		padding-right: 63px;
		overflow: hidden;
	}
	
	.single .all-posts {
		left: 0;
		top: -85px;
		right: auto;
	}

	.single #main .post-content header p.category {
		margin-top: 50px;
	}

	.single .post-nav, .post-nav {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	.blog .post-nav {
		margin-top: 50px;
	}

	.single .post-nav a span {
		display: none;
	}

	.post-nav .older a, .post-nav .newer a {
		background: none;
		padding: 0;
	}

	.commentlist {
		display: none;
	}

	#respond {
		float: none;
		width: 90%;
		display: block;
		margin: 25px auto;
		display: none;
	}

	/* Bottom */

	.bottom li.restaurant {
		width: 45%;
		margin-right: 8%;
	}

	.bottom li.location {
		width: 47%;
	}

	.bottom li p .tel span {
		display: none;
	}

	.bottom li.social-icons, .big-arrow, .tour .inner h3 {
		display: none;
	}

	#pg-footer {
		margin-top: 10px;
		width: 100%;
		height: 400px;
	}

	#sign-up {
		width: 100%;
		margin-bottom: 15px;
	}

	#sign-up input {
		width: 50%;
		font-size: 14px;
		letter-spacing: 1px;
		min-width: 181px;
	}

	#sign-up #mc-embedded-subscribe {
		padding: 9px 10px 8px 10px;
		min-width: 175px;
		border-width: 4px;
		position: relative;
		top: 2px;
	}

	.credit, .tour p.credit {
		margin: 5px 0 20px 0;
		float: left;
		clear: left;
		width: 100%;
		text-align: left;
	}
	
	.tour .inner p {
	width: 90%;
	margin: 30px auto;
	display: block;
}

.video-tour, iframe {width: 100%; height: 500px margin:0; padding:0;}


	.error404 .pg-banner {
		background-size: 150%;
		height: 400px;
	}

	.error404 .span-bar {
		width: 90%;
		margin: -35px auto 0 auto;
	}

}