/* FONTS */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=cfdfb220-1ecf-4e9f-b5ca-fc872b52efe0&fontids=737097,737076");
@font-face{
font-family:"AmericanTypwrterITCW02";
src:url("../fonts/737097/b0a6ffcb-0fd8-40ef-8d6c-5dd763edff98.eot?#iefix");
src:url("../fonts/737097/b0a6ffcb-0fd8-40ef-8d6c-5dd763edff98.eot?#iefix")
format("eot"),url("../fonts/737097/6a3e8126-55e1-4ddf-b2ca-05501d7e0b49.woff")
format("woff"),url("../fonts/737097/95cbe64e-450b-4cab-b793-926491fab6a4.ttf")
format("truetype"),url("../fonts/737097/3fdb1dae-45c4-4b42-9d3e-1909103844be.svg#3fdb1dae-45c4-4b42-9d3e-1909103844be") format("svg");
}
@font-face{
font-family:"AmericanTypwrterITCW02";
src:url("../fonts/737076/2e665264-3523-4468-9127-707776c8664c.eot?#iefix");
src:url("../fonts/737076/2e665264-3523-4468-9127-707776c8664c.eot?#iefix")
format("eot"),url("../fonts/737076/607010a8-a057-42dc-93bf-40a5990d8b10.woff")
format("woff"),url("../fonts/737076/4522ab95-959c-4c70-a179-53ad18ade67d.ttf")
format("truetype"),url("../fonts/737076/88844595-7605-4d72-953d-988b29a97213.svg#88844595-7605-4d72-953d-988b29a97213") format("svg");
font-weight:bold;
}


/* Override font from foundation.css */
body {
	font-family: 'AmericanTypwrterITCW02', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* HEADER */

header#large_header {
	height:147px;
	background:transparent url('../img/header_large.png') repeat-x center top;
	-moz-box-shadow: 0 -2px 6px #000;
	-webkit-box-shadow: 0 -2px 6px #000;
	box-shadow: 0 -2px 6px #000;
	min-width: 1070px;
}

header#large_header:before {
	content:".";
	text-indent:-99999px;
	position:absolute;
	left:8px;
	top:54px;
	display:block;
	background:transparent url('../img/screw.png') no-repeat center center;
	width:23px;
	height:24px;
}

header#large_header:after {
	content:".";
	text-indent:-99999px;
	position:absolute;
	right:8px;
	top:54px;
	display:block;
	background:transparent url('../img/screw.png') no-repeat center center;
	width:23px;
	height:24px;
}

header#large_header section {
	height:48px;
	line-height:48px;
	color:#f7f4eb;
	text-align:center;
	font-size:15px;
}

header#large_header section span {
	font-weight:bold;
	padding-left:26px;
	background:transparent url('../img/findus.png') no-repeat left center;
}

header#large_header section a {
	color:#f7f4eb;
	text-decoration:underline;
}

header#large_header h1 {
	display:block;
	width:294px;
	height:41px;
	line-height:37px;
	background:transparent url('../img/logo.png') no-repeat center top;
	text-indent:-99999px;
	margin:20px auto 0px;
}

header#large_header h1:after {
	content:'~';
	line-height:48px;
	display:block;
	margin:16px auto 0;
	padding:0;
	width:250;
	height:48;
	background:transparent url('../img/header_decor.png') no-repeat center top;
	text-indent:-99999px;
}

header#small_header {
	height:238px;
	background:transparent url('../img/header_small.png') repeat-x center 42px;
	-moz-box-shadow: 0 -2px 6px #000;
	-webkit-box-shadow: 0 -2px 6px #000;
	box-shadow: 0 -2px 6px #000;
}

header#small_header section {
	height:110px;
	background:transparent url('../img/header_smallwood.png') repeat-x center top;
	background-size:cover;
	line-height:22px;
	padding-top:10px;
	color:#f7f4eb;
	text-align:center;
	font-size:15px;
}

header#small_header section a {
	color:#f7f4eb;
	text-decoration:underline;
}


header#small_header h1 {
	display:block;
	width:294px;
	height:41px;
	line-height:37px;
	background:transparent url('../img/logo.png') no-repeat center top;
	text-indent:-99999px;
	margin:20px auto 0px;
}

/* NAVIGATION */

header#large_header nav {
	width:920px;
	margin:0 auto;
}

header#large_header nav ul { list-style:none; margin: 21px 0 0;}
header#large_header nav ul li { display:inline-block;}
header#large_header nav ul li a {
	display:inline-block;
	color:#2e261d;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
	font-size:18px;
	padding:0 20px;
}
header#large_header nav ul.right li a { padding:0 9px; }

header#large_header nav ul li a.active {
	background:transparent url('../img/underline.png') no-repeat center bottom;
	padding-bottom:12px;
}

header#small_header nav {
	display:block;
	width:320px;
	margin:0 auto;
}

header#small_header nav ul { list-style:none; margin: 12px 0 0; text-align:center;}
header#small_header nav ul li { display:inline-block;}
header#small_header nav ul li a {
	display:inline-block;
	color:#2e261d;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
	font-size:18px;
	padding:0 11px;
}

header#small_header nav ul#dropdown_items { display:block; width:100%; margin:0 auto; text-align:center; padding:0 20px;}

/* FOOTER */

footer#large_footer {
	position:fixed;
	bottom:0;
	height:136px;
	width:100%;
	min-width:1095px;
	background:#EBE8E4 url('../img/footer.png') repeat-x center top;
	-moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px #000;
}

footer#large_footer a {
	color:#4b4944;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
}

footer#large_footer section {
	display:block;
	height:117px;
	width:1095px;
	margin:14px auto 0;
	background:transparent url('../img/footer_frame.png') no-repeat center top;
}

footer#large_footer section #notice {display:inline-block; float:left; margin-top:20px; margin-left:22px; height:75px; width:210px;}
footer#large_footer section #links {display:inline-block; float:left; margin-left:30px;}
footer#large_footer section #email {display:inline-block; float:right; margin-right:22px;}
footer#large_footer section #legal {display:inline-block; float:left; clear:both;}
footer#large_footer section #legal a {font-family: 'AmericanTypwrterITCW02', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;text-transform:lowercase; font-size:12px;}

footer#large_footer section ul { list-style:none; margin: 12px 0 14px;}
footer#large_footer section ul li { display:inline-block;}
footer#large_footer section ul li a {
	padding-left:20px;
	margin-right:12px;
	font-size:14px;
	line-height:16px;
}
footer#large_footer section ul li a.facebook {background:transparent url('../img/facebook_icon.png') no-repeat left center;}
footer#large_footer section ul li a.twitter {background:transparent url('../img/twitter_icon.png') no-repeat left center;}
footer#large_footer section ul li a.instagram {background:transparent url('../img/instagram_icon.png') no-repeat left center;}
footer#large_footer section ul li a.foursquare {background:transparent url('../img/foursquare_icon.png') no-repeat left center;}

footer#large_footer section #related_links { font-size:14px; font-family: 'Oswald';}
footer#large_footer section #related_links a {margin:0 4px;}

footer#large_footer section a#email_signup {
	display:block;
	width:85px;
	height:46px;
	background:transparent url('../img/signup.png') no-repeat center center;
	text-indent:-99999px;
	float:right;
	margin-top:15px;
}

footer#large_footer .legal {
	margin-top:28px;
}


@media only screen and (max-width: 768px) {
	html,body { margin-bottom: 50px; }
}

footer#small_footer {
	display:block;
	position:fixed;
	bottom:0;
	width:100%;
	height:41px;
	margin-top:16px;
	background:#EBE8E4 url('../img/footer_small.png') repeat-x center top;
	-moz-box-shadow: 0 -4px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 -4px 4px rgba(0,0,0,.3);
	box-shadow: 0 -4px 4px rgba(0,0,0,.3);
}

footer#small_footer a#reveal {
	color:#4b4944;
	display:block;
	width:100%;
	padding-top:11px;
	line-height:30px;
	text-align:center;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
}

footer#small_footer section{
	display:block;
	width:300px;
	margin:0 auto;
	padding-top:28px;
}

footer#small_footer section a#close{
	color:#4b4944;
	display:block;
	float:right;
	background:transparent url('../img/close_icon.png') no-repeat 12px center;
	padding-left:34px;
	text-transform:lowercase;
    font-family: 'AmericanTypwrterITCW02', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

footer#small_footer section, footer#small_footer section a {
	color:#4b4944;
	font-size:14px;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
}

footer#small_footer section #notice {display:inline-block; float:left;height:55px; width:210px;}

footer#small_footer section hr {
	border:none;
	background:transparent url('../img/smallerfooter_hr.png') repeat-x center top;
	height:2px;
	margin:20px 0;
}

footer#small_footer section ul { list-style:none; margin: 0;}
footer#small_footer section ul li { display:inline-block;}
footer#small_footer section ul li a {
	padding-left:20px;
	margin-right:12px;
	font-size:14px;
	line-height:20px;
}
footer#small_footer section ul li a.facebook {background:transparent url('../img/facebook_icon.png') no-repeat left center;}
footer#small_footer section ul li a.twitter {background:transparent url('../img/twitter_icon.png') no-repeat left center;}
footer#small_footer section ul li a.instagram {background:transparent url('../img/instagram_icon.png') no-repeat left center;}
footer#small_footer section ul li a.foursquare {background:transparent url('../img/foursquare_icon.png') no-repeat left center;}

footer#small_footer section #related_links {line-height:28px;}

footer#small_footer section a#updates {
	display:block;
	background:transparent url('../img/signup_updates.png') no-repeat center center;
	width:166px;
	height:45px;
	text-indent:-9999px;
	border:none;
	margin:20px 0;
}

footer#small_footer section #legal, footer#small_footer section #legal a {
	font-family: 'AmericanTypwrterITCW02', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	text-transform:lowercase !important;
}

/* BACK TO TOP */

a#backtotop {
	position:fixed;
	top:144px;
	right:20px;
	width:88px;
	height:93px;
	background:transparent url('../img/backtotop.png') no-repeat center center;
	text-indent:-99999px;
}

/* HOMEPAGE */

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

	html { overflow-x:hidden;}
	#homepage_container {
		display:block;
		position:relative;
		width:2200px;
		left:50%;
		margin-left:-1100px;
		height:2460px;
	}
	html.homepage, body.homepage {
		max-height:2000px;
	}

}


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

	html,body {
		height:auto !important;
	}

	#homepage_container {
		display:block;
		position:relative;
		width:100%;
		margin: 0 auto;
	}
	#homepage_container div {
			position:static;
	}
	#promo_area span.more-button {
		left:50%!important;
		margin-left:-82px!important;
	}
}

#promo_area {
	display:block;
	position:absolute;
	top:20px;
	left:615px;
	width:309px;
	height:338px;
	background-size:cover;
	background:transparent url('../img/promoarea_frame.png') no-repeat center top;
}
#promo_area strong { font-size:14px;line-height:15px;}

#promo_area span.more-button {
	display: block;
	font-family: 'Oswald';
	font-size:22px;
	background: transparent url('../img/moreinfo.png');
	position:absolute;
	top:230px;
	left: 72px;
	width: 163px;
	height: 51px;
	text-indent:-9999px;
}
#promo_area .callout_image {
	display:block;
	margin:0 auto;
    width:251px;
    height:231px;
    background-size:cover;
    background-position:center center;
}


#recent_tweet {
	display:block;
	position:absolute;
	top:33px;
	left:1220px;
	width:388px;
	height:492px;
	background:transparent url('../img/recenttweet.png') no-repeat center center;
}


@media only screen and (max-width: 768px) {
	#recent_tweet { width:320px; }
}

#recent_tweet span {
	display:block;
	position:relative;
	top:185px;
	width:192px;
	height:158px;
	margin:0 auto;
	overflow: hidden;
	font-size:14px;
	line-height:19px;
}

#recent_tweet span a {
	text-decoration:underline;
	color:#000;
}

#recent_tweet a#follow {
	display:block;
	position:relative;
	top:180px;
	margin:0 auto;
	width:166px;
	height:45px;
	text-indent:-99999px;
	background:transparent url('../img/recenttweet_button.png') no-repeat center center;
}

@media only screen and (max-width: 768px) {
	#promo_area {
		position:static;
		margin:15px auto;
	}

	#recent_tweet {
		position:static;
		margin:0 auto;
	}

	a#reservations {
		display:block;
		position:static !important;
		margin:20px auto;
	}

	a#reservations img {
		display:block;
		position:static !important;
		margin:0 auto;
	}
}

#hours {
	display:block;
	position:absolute;
	top:1080px;
	left:540px;
	width:405px;
	height:507px;
	background:transparent url('../img/hours.png') no-repeat center center;
	padding-top:204px;
	text-align:center;
	font-size:13px;
}

#hours hr {
	background:transparent url('../img/hours_break.png') no-repeat center center;
	border:none;
	height:5px;
}

#open_closed {
	display:block;
	position:absolute;
	top:400px;
	left:720px;
	width:277px;
	height:106px;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding-top:17px;
	background:transparent url('../img/homepage_open.png') no-repeat center center;
}

#open_closed.closed {
	background:transparent url('../img/homepage_closed.png') no-repeat center center;
}

/* INNER PAGES */

.paper_container:before {
	content:'-';
	text-indent:-9999px;
	display:block;
	margin-top:58px;
	width:100%;
	height:30px;
	background:transparent url('../img/paper_top.png') no-repeat center bottom;
}

.paper_container {
	display:block;
	width:100%;
	background:transparent url('../img/paper_repeat.png') repeat-y center top;
}

.paper_container:after {
	content:'-';
	text-indent:-9999px;
	display:block;
	margin-bottom:160px;
	width:100%;
	height:35px;
	background:transparent url('../img/paper_bottom.png') no-repeat center top;
}

@media only screen and (max-width: 768px) {
	.paper_container:after {margin-bottom:12px !important;}
}

.paper_container a {
	color:#2e261d;
	display:inline-block;
	line-height:1.6em;
	border-bottom:1px solid #cdcac3;
}

.paper_container .editable a {
	display:inline;
	text-decoration:underline;
	border:none;
	line-height:normal;
	overflow-x:hidden;
	word-break: break-all;
}

a.print_download {
	display:block;
	float:right;
	background:transparent url('../img/printer_icon.png') no-repeat center left;
	line-height: 32px;
	padding-left:32px;
	color:#2e261d;
	font-weight:bold;
	border-bottom: none;
}

hr {
	border:none;
	background:transparent url('../img/hr.png') repeat-x center top;
	height:5px;
}

#script {
	position:absolute;
	z-index:-100;
	background:transparent url('../img/static_script.png') no-repeat center 201px;
	width:100%;
	height:100%;
}

/* MENU PAGES */

nav.menu {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #2d251d; /* layer fill content */
padding:14px;
margin-bottom:32px;
color:#f2efe6;
font-size:13px;
text-align:center;
}

nav.menu.left_justify { text-align:left; }

nav.menu a {
	color:#f2efe6;
	border-bottom:none;
}

nav.menu a.active {
	border-bottom:1px solid #726e66;
}

/* MENU LANDING */

a.landing {
	display:block;
	background:transparent url('../img/menulanding_sprites.jpg') no-repeat;
	width:100%;
	max-width:450px;
	height:212px;
	text-indent:-9999px;
	margin-bottom:52px;
	background-size:cover !important;
}

.landing span.more-button , .eventslanding span.more-button {
	display: none;
	font-family: 'Oswald';
	font-size:22px;
	background: transparent url('../img/seemenu.png');
	position:absolute;
	top:88px;
	left: 155px;
	width: 163px;
	height: 51px;
}

.landing span.more-button {
	background: transparent url('../img/seemenu.png');
}

.eventslanding span.more-button {
	background: transparent url('../img/moreinfo.png');
}


@media only screen and (max-width: 768px) {
	.eventslanding span.more-button { top:50px; left: 90px; }
	.eventslanding span.venue-name { top:50px !important;width:300px !important; }
	.eventslanding span.venue-capacity { top:80px !important;width:300px !important; }
}



a.landing:hover > span.more-button, a.eventslanding:hover > span.more-button {
	display:block;
}

a.landing:hover > span.menu-name {
	display: none;
}

a.eventslanding:hover span.venue-name, a.eventslanding:hover span.venue-capacity {
	display: none;
}

.landing span.menu-name, .eventslanding span.venue-name, .eventslanding span.venue-capacity {
	font-family: 'Oswald';
	font-size:22px;
	text-indent:0;
	position:absolute;
	top:100px;
	width:100%;
	max-width:450px;
	text-align: center;
	color:#f8f4ec;
	text-transform:uppercase;
	display:block;
	font-weight:300;
}

.eventslanding span.venue-name {
	top: 80px;
}

.eventslanding span.venue-capacity {
	font-family: 'AmericanTypwrterITCW02';
	font-size: 14px;
	top: 110px;
	text-transform: none;
}

/* CHEFS TABLE */

form.custom label {
	text-transform: lowercase;
	font-weight:bold;
	font-size:13px;
}

form.custom input.submit {
	display:block;
	float:right;
	background:transparent url('../img/submit.png') no-repeat center center;
	width:163px;
	height:51px;
	text-indent:-9999px;
	border:none;
}

form.custom input#date {
	background:#ffffff url('../img/calendar_icon.png') no-repeat 12px center;
	padding-left:34px;
}

form.custom textarea {
	resize: none;
	height:82px;
}

form.custom .custom.dropdown ul {
	width:300px !important;
	min-width:300px !important;
}

/* ABOUT */

a#bold_link {
	float:right;
	font-weight:bold;
	background:transparent url('../img/rightarrow_icon.png') no-repeat right center;
	padding-right:14px;
}

/* PEOPLE */
a.social {
	padding-left:20px;
	margin-right:12px;
	color:#2e261d;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
	font-size:14px;

}
a.facebook {background:transparent url('../img/facebook_icon.png') no-repeat left center;}
a.twitter {background:transparent url('../img/twitter_icon.png') no-repeat left center;}
a.instagram {background:transparent url('../img/instagram_icon.png') no-repeat left center;}
a.foursquare {background:transparent url('../img/foursquare_icon.png') no-repeat left center;}
a.vine {background:transparent url('../img/vine_icon.png') no-repeat left center;}

/* FAQ */

strong.category {
	text-transform: uppercase;
}

.qa {
	margin:9px 0;
}

.qa .question {
	cursor:pointer;
	font-size:16px;
	padding-left:20px;
}

.qa .answer {
	font-size:14px;
	line-height:17px;
	padding-left:20px;
	margin:18px 0 32px;
}

.qa.closed .question{
	background:transparent url('../img/plus_icon.png') no-repeat left 3px;
}

.qa.open .question{
	background:transparent url('../img/minus_icon.png') no-repeat left 3px;
	font-weight:bold;
}

.qa.closed .answer {
	display:none;
}


/* EVENT LANDING */

nav.events a {
	text-transform: lowercase;
}

a.eventslanding {
	display:block;
	background:transparent url('../img/eventslanding_sprites.jpg') no-repeat;
	width:450px;
	height:212px;
	text-indent:-9999px;
	margin-bottom:52px;
}


a.eventslanding#libertyhall_hero {background-position:0px 0px;}
a.eventslanding#libertyhall_hero:hover {background-position:0px -212px;}
a.eventslanding#mystery_hero {background-position:-450px 0px;}
a.eventslanding#mystery_hero:hover {background-position:-450px -212px;}
a.eventslanding#oysterbar_hero {background-position:-900px 0px;}
a.eventslanding#oysterbar_hero:hover {background-position:-900px -212px;}
a.eventslanding#theloft_hero {background-position:-1350px 0px;}
a.eventslanding#theloft_hero:hover {background-position:-1350px -212px;}
a.eventslanding#theboardroom_hero {background-position:-1800px 0px;}
a.eventslanding#theboardroom_hero:hover {background-position:-1800px -212px;}
a.eventslanding#chefstable_hero {background-position:-2250px 0px;}
a.eventslanding#chefstable_hero:hover {background-position:-2250px -212px;}



@media only screen and (max-width: 768px) {
	a.eventslanding { width:300px;height:140px; background-size:600%;}
a.eventslanding#libertyhall_hero {background-position:0px 0px;}
a.eventslanding#libertyhall_hero:hover {background-position:0px -141px;}
a.eventslanding#mystery_hero {background-position:-300px 0px;}
a.eventslanding#mystery_hero:hover {background-position:-300px -141px;}
a.eventslanding#oysterbar_hero {background-position:-600px 0px;}
a.eventslanding#oysterbar_hero:hover {background-position:-600px -141px;}
a.eventslanding#theloft_hero {background-position:-1200px 0px;}
a.eventslanding#theloft_hero:hover {background-position:-1200px -141px;}
a.eventslanding#theboardroom_hero {background-position:-1500px 0px;}
a.eventslanding#theboardroom_hero:hover {background-position:-1500px -141px;}
a.eventslanding#chefstable_hero {background-position:-1800px 0px;}
a.eventslanding#chefstable_hero:hover {background-position:-1800px -141px;}
}

a#close_light{
	display:block;
	background:transparent url('../img/closelight_icon.png') no-repeat left 5px;
	padding-left:18px;
}

nav#privateevents {
  display: table;
  margin: auto;
}

nav#privateevents a {
	color:#2e261d;
	font-size:18px;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	margin:5px 11px;
	padding:4px 0;
}

nav#privateevents a.active {
	background:transparent url('../img/down_icon.png') no-repeat center bottom;
}

#tripleseat input#lead_phone_number, #tripleseat input#lead_event_date, #tripleseat input#lead_guest_count, #tripleseat input#lead_start_time, #tripleseat input#lead_end_time {
  width:100%;
}

.orbit-slide-number {display:none;}
.orbit-next, .orbit-prev { border-bottom:none !important;}
.orbit-container ul li img { min-width:100%; }
/*MODAL*/
#emailModal {
	background:#eae7e1;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	width:530px;
	margin-left:-265px;
	padding-left:18px;
}

#emailModal input#email {
	width:100%;
}

#emailModal input.submit {
	display: block;
	background: transparent url('../img/submit.png') no-repeat center center;
	width: 163px;
	height: 51px;
	text-indent: -9999px;
	border:none;
	margin-top:28px;
}

#emailModal .close-reveal-modal {
	color:#4b4944 !important;
	font-size:14px;
	line-height:22px;
	display:block;
	float:right;
	background:transparent url('../img/close_icon.png') no-repeat 12px center;
	padding-left:34px;
	text-transform:lowercase;
    font-family: 'AmericanTypwrterITCW02', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.expand2 { font-size:15px; line-height:18px;}

.menu_listing {
	padding-bottom:45px;
	font-size:15px;
	line-height:28px !important;
}

.menu_listing p {
	margin:0;
	line-height:28px !important;
	padding:4px 0;
}

.menu_listing span {
	display:inline-block;
	margin-left:24px;
}

.menu_listing hr {
	margin:30px 0;
}

/* LATEST */

.featured-image div, .featured-image a {
	background-position:center center;
	background-size:cover;
	width:100%;
	height:319px;
	margin-bottom:35px;
	font-size:18px;
	line-height:28px;
}

.featured-image a span {
	visibility:hidden;
	width:100%;
	height:100%;
    background:rgba(0,0,0,.6);
    color:white;
    text-align:center;
	padding-top:130px;
}

.featured-image a:hover span { display:block; visibility: visible; }

.link-container {
	padding-top:10px;
}


/* PRESS */
div.pressImage {
	background-position:center center;
	background-size:cover;
	width:304px;
	height:208px;
	display: block;
	position: relative;
}

.pressImage .overlay {
	background-color: #000;
	opacity: 0.7;
	width:304px;
	height:208px;
}

.pressImage span {
	text-align:center;
	display:block;
	width:100%;
	color:#f8f4ec;
}


.pressImage .source {
	position: absolute;
	font-family: 'Oswald';
	font-size: 22px;
	text-transform: uppercase;
	top: 80px;
}

.pressImage .date {
	position: absolute;
	top:115px;
}

.press.inline-list li { margin-left:16px;width:304px; margin-bottom:14px;}

.menu_listing span, .menu_listing strong {
	font-family: AmericanTypwrterITCW02, 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif !important;
	margin-left:0!important;
}

/*
.paper_container.store:before {
	background-image:url('../img/paper_top_store.png');
	height:51px;
	position:relative;
	top:-3px;
}
*/
.store .cart {
	font-weight:bold;
	font-size:14px;
}
.store .cart .row { max-width: 1015px; }
.store .cart a {
	border:none;
	position:relative;
	top:-14px;
	color:#f2efe8;
	background:#2e261e;
	border-radius:3px;
}
.store .cart a svg {
	margin:0 10px -8px;
	height:23px;
}
.store .cart a svg path { fill:#f2efe8; }
.store .cart a span {
	display:inline-block;
	line-height:18px;
	padding:10px 10px 7px;
	border-left:1px solid #f2efe8;
}

.store form input, .store form textarea, .store form .custom.dropdown {
	-webkit-appearance: none;
	width:290px;
	padding:14px 20px;
	margin-bottom:28px;
	background:#ffffff;
	height:48px;
}
.store form textarea {
	height:93px;
}
.store form .custom.dropdown a.current {
	line-height:22px;
	border-bottom:none;
	color: #999;
	margin:0;
}
.store form .custom.dropdown.placeholder-off a.current {
	color: rgba(0, 0, 0, 0.75);
}
.store form .custom.dropdown a.selector {
	height:48px;
	border-bottom:none;
}
.store form.custom .custom.dropdown.open ul {
	width:290px !important;
	min-width:290px !important;
}
.store form.custom .custom.dropdown.open ul li:first-child { display:none; }

.store form button, .button.custom-button {
	display:inline-block;
	color:#ffffff;
	border:none;
	background: #908e4b;
	font-family: 'Oswald', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
	width:282px;
	margin-left:4px;
	text-align:center;
	font-weight:normal;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.store form button:before, .button.custom-button:before {
	content: "";
	background:transparent;
	border:1px solid #908e4b;
	position:absolute;
	top:-3px;
	right:-3px;
	left:-3px;
	bottom:-3px;
}

.store .cart-titles { padding: 15px 0; }
.store .item {
	padding: 30px 0 5px;
	font-size:14px;
}

.store .item .columns {
	padding-bottom:15px;
}

.store .item a {
	font-size:12px;
}
.store .item .qty {
	float:left;
	bottom: -2px;
    position: relative;
}
.store hr {
	border-bottom:1px solid #bdb7af;
	background:none;
	margin:0;padding:0;
}
.store .cart-details {
	margin-top:30px;
}
.store .back {
	display:inline-block;
}
@media only screen and (max-width: 768px) {
.store .item .text-right { text-align:left !important; }
}

#tripleseat_embed_form table {
	width: 100%;
	background: transparent url('../img/paper_repeat.png') repeat-y center top;
	border: none;
}
#tripleseat_embed_form {
	background: transparent url('../img/paper_repeat.png') repeat-y center top;
}

#tripleseat_embed_form table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: inherit;
}

#tripleseat_embed_form h2 {
	font-size: 1.5em;
}