/*   
Theme Name: Master Theme
Author: TVI Designs
Author URI: http://tvidesigns.com
Version: 2
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	background: #e7e5e3 ;
}

body {
	color: #000;
	font-family: 'myriad', 'myraid pro', arial, sans-serif;
	font-size: 13px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -100px;
}

.push {
	height: 100px;
	clear: both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* -------------------------------------- Globals -------------------------------------- */
.button, #bookingForm input[type="submit"] {
	font-family: 'Cabin Condensed', sans-serif;
	background: #242121;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: 1px;
}

.button:hover {
	background: #870d17 !important;
}

.transition {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* -------------------------------------- Header -------------------------------------- */
header {
	height: 170px;
	position: relative;
	background: #EFEEEC url('_img/fp_bg.jpg') top center;
	z-index: 900;
}

.headerWater {
	width: 100%;
	height: 10px;
	background: red;
	position: absolute;
	bottom: 40px;
	z-index: 999;
	background: url('_img/water.png') repeat;
}

#headerDetails {
	width: 960px;
	margin: 0 auto;
}

#headerDetails ul {
	list-style: none;
	float: right;
	margin-top: 25px;
}

#headerDetails ul li {
	float: left;
	padding: 10px;
	position: relative;
}

#headerDetails ul li:after {
	content: "";
	display: table;
	clear: both;
}

#headerDetails ul li.fryingPan {
	margin-left: 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7) url('_img/logo_66.png') no-repeat 10px center;
	padding-left: 90px;
	width: 385px;
}

#headerDetails span.title {
	font-family: 'Cabin Condensed', sans-serif;
	color: #B61A27;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4em;
	line-height: .8em;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#headerDetails ul li p {
	font-size: .9em;
	color: #666;
	line-height: 1.5em;
}

#headerDetails ul li.fryingPan p {
	padding-right: 102px;
}

#headerDetails ul li.fryingPan .button {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 102px;
}

#headerDetails ul li.notice {
	width: auto;
	text-align: right;
	text-overflow: ellipsis;
	max-width: 250px;
}

#headerDetails ul li.notice span.title {
	background: transparent url('_img/frying_pan_bullet.png') no-repeat 0 center;
	height: 15px;
	padding-left: 10px;
	text-overflow: ellipsis;
}

header a.logo {
	display: block;
	float: left;
	overflow: hidden;
	width: 252px;
	height: 110px;
	margin-top: 17px;
}

header a.logo img{
display: block;
height: 100%;
width: 100%;
}

header a.logo:hover {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

/* -------------------------------------- Navigation -------------------------------------- */
.sticky-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

nav {
	height: 40px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

nav.stuck {
	position: fixed;
	bottom: auto;
	top: 0px;
	z-index: 998;
}

nav > ul {
	width: 960px;
	margin: 0 auto;
	list-style: none;
	position: relative;
	z-index: 999;
}

nav > ul > li {
	float: left;
	position: relative;
}

nav > ul > li:last-of-type {
	margin: 0;
}

nav ul li.page_item a {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0 25px;
	white-space: nowrap;
	cursor: pointer;
}

nav ul li.page_item ul {
	background: #000000;
	list-style: none;
	position: absolute;
	min-width: 100%;
	padding-bottom: 5px;
	display: none;
	z-index: 999;
}

nav ul li.page_item ul li a {
	height: 30px;
	line-height: 30px;
}

nav ul li.page_item:hover > a, nav ul li.page_item ul li a:hover {
	background: #393e40;
}

nav ul li.page_item.current_page_item > a, nav ul li.page_item.current_page_parent > a {
	background: #B61A27 !important;
}

/* -------------------------------------- Mobile -------------------------------------- */

#mobileHeader{
display: none;
background: url('_img/canvas.jpg');
padding: 10px;
position: relative;
z-index: 999;
}

#mobileHeader a.reservationButton{
background: #B61A27;
display: block;
margin-bottom: 10px;
color: #fff;
text-align: center;
font-family: 'Cabin Condensed', sans-serif;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
padding: 8px 0;
letter-spacing: 1px;
font-size: .9em;
}

a.mobileLogo{
display: block;
text-align: center;
padding: 10px
}

a.mobileLogo img{
width: 30%;
height: auto;
}

#mobileNavWrapper {
padding: 5px; 
background: #4C5457;
}

#mobileNav {
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
	line-height: 1em;
	position: relative;
}

#mobileNav select {
	background: #fff;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 10px;
	margin: 0 0 0 0;
	font: inherit;
	font-size: .9em;
	outline: none;
	line-height: 1.1;
	color: #4A1505;
}

#mobileNav:after {
	height: 100%;
	width: 35px;
	content: "▼";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
	font-size: 1em;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #B61A27;
}


#mobileFooter{
display: none;
background: #000;
padding: 10px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
color: #fff;
text-align: center;
font-size: .8em;
border-top: 2px solid #aeaeae;
}

#mobileFooter a{
color: #fff;
text-decoration: none;
}







/* -------------------------------------- Social Media -------------------------------------- */
.socialMedia {
	list-style: none;
	display: block;
}

.socialMedia li {
	float: left;
	margin-right: 7px;
}

.socialMedia li:last-of-type {
	margin: 0;
}

.socialMedia li a {
	background: #B61A27 url('_img/sm_sprite.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.socialMedia li.twitter a {
	background-position: 0 0;
}

.socialMedia li.twitter a:hover {
	background-color: #00ABF0;
}

.socialMedia li.facebook a {
	background-position: -1px -25px;
}

.socialMedia li.facebook a:hover {
	background-color: #3B559F;
}

.socialMedia li.instagram a {
	background-position: -1px -50px;
}

.socialMedia li.instagram a:hover {
	background-color: #ff5f0f;
}

/*.socialMedia li.gmap a {
	background-position: 0px -75px;
}

.socialMedia li.gmap a:hover {
	background-color: red;
}*/




header .socialMedia {
	margin-top: 8px;
}

footer .socialMedia {
	margin-top: 16px;
}

/* -------------------------------------- Footer -------------------------------------- */
footer {
	height: 100px;
	position: relative;
	z-index: 900;
}

footer .credits {
	height: 60px;
	position: absolute;
	bottom: 0;
	background: #000;
	left: 0;
	width: 100%;
	color: #ccc;
	text-transform: uppercase;
	font-size: .8em;
}

footer .credits a {
	color: #eee;
	text-decoration: none;
}

footer .credits > ul {
	width: 960px;
	margin: 0 auto;
	list-style: none;
}

footer .credits > ul > li {
	line-height: 60px;
	float: left;
	margin-right: 15px;
}

footer .credits > ul > li:last-of-type {
	float: right;
	margin: 0;
}

/* -------------------------------------- Main Columns -------------------------------------- */
#contentWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	z-index: 10;
}

#columnWrapper .Contentcolumn {
	display: block;
	position: relative;
}

#columnWrapper .Contentcolumn.right {
	width: 390px;
}

#columnWrapper .Contentcolumn.left {
	width: 520px;
}

/* -------------------------------------- Homepage -------------------------------------- */
#contentWrapper.homepageWrapper {
	position: relative;
}

#homeTombstones {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#homeTombstones li {
	display: table-cell;
	position: relative;
	background: rgba(191, 29, 45, 0.9);
	color: #fff;
	padding: 15px;
	text-align: center;
}

#homeTombstones li a.tombstone{
display: block;
color: #fff;
}

#homeTombstones li.gutter {
	width: 25px;
	border: 0;
	background: transparent;
	padding: 0;
}

#homeTombstones li.gutter:last-child {
	display: none;
}

#homeTombstones li .image {
	height: 145px;
	margin-bottom: 25px;
}

#homeTombstones li h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #fff;
}

#homeTombstones li p {
	font-size: .9em;
	display: block;
}

#homeTombstones li p:last-of-type {
	padding: 0;
}

#homeTombstones li #mailingList {
	padding: 0;
	margin: 15px 0 0 0;
}

#homeTombstones li #mailingList span {
	display: none;
}

#homeTombstones #mailingList form input[type="text"] {
	background: #d8d8d8;
	color: #fff !important;
}

#captions {
	list-style: none;
}

#captions li {
	background: rgba(32, 32, 32, 0.9);
	margin-bottom: 10px;
	padding: 20px;
	float: left;
	max-width: 50%;
}

#captions li h3 {
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.3em;
	display: block;
	width: 75%;
}

#captions li p {
	color: #ccc;
}

#captions li p:last-of-type {
	padding: 0;
}

.homepageImageSpacer {
	height: 275px;
	display: block;
	position: relative;
}

/* -------------------------------------- Typeography -------------------------------------- */
h1, h2, h3 {
	font-family: 'Cabin Condensed', sans-serif;
	text-transform: uppercase;
	line-height: .8em;
	font-weight: 600;
}

h1, h3 {
	color: #B61A27;
}

h2 {
	margin-bottom: 25px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #B61A27;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 15px;
}

a {
	color: #B61A27;
	text-decoration: none;
}

a img {
	border: 0;
}

#titleWrapper {
	display: block;
	margin-bottom: 30px;
	height: 25px;
}

#titleWrapper h1 {
	float: left;
}

#titleWrapper #subNav {
	float: right;
	list-style: none;
	margin-top: -2px;
}

#titleWrapper #subNav li {
	float: left;
	margin-left: 5px;
}

#titleWrapper #subNav li a.button{
background: #4A5456;
}

#titleWrapper #subNav li.current_page_item a {
	background: #B61A27 !important;
}

#contentWrapper p {
	line-height: 1.9em;
	padding-bottom: 20px;
	display: block;
}


.menuSubheader p{
font-family: 'Cabin Condensed', sans-serif;
font-weight: normal;
color: #4C5457;
font-size: 1.7em;
line-height: 1.5em !important;
}



/* -------------------------------------- Images -------------------------------------- */
.image {
	background: #c3bfbb;
	border: 3px solid #c3bfbb;
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.image a {
	display: block;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
}

.image a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.image img {
	display: block;
	position: relative;
	border: 0;
}

#headerImage {
	height: 305px;
	margin-bottom: 30px;
}

/* -------------------------------------- Homepage Images -------------------------------------- */
#homepageImages {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #465052;
	overflow: hidden;
}

#homepageImages li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* -------------------------------------- Contact Form 7 -------------------------------------- */
input[type="text"] {
}

.ajax-loader {
	margin: -23px 0 0 10px;
	display: block;
	float: left;
}

.wpcf7-not-valid-tip {
	background: #ac0006;
	position: absolute !important;
	top: 0;
	right: 0;
	display: block;
	color: #fff;
	width: auto !important;
	height: 100%;
	line-height: 33px;
	white-space: nowrap;
	padding: 0 10px;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: none;
}

.wpcf7-not-valid-tip:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -15px;
	border: 15px solid #ac0006;
	border-right-width: 0;
	border-left-color: transparent;
}

.wpcf7-response-output {
	margin-bottom: 10px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 33px;
	display: none;
	clear: both;
	overflow: hidden;
}

.wpcf7-response-output.wpcf7-validation-errors {
	background: #ac0006;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #0f881d;
}

/* -------------------------------------- FAQ -------------------------------------- */
#faq * {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#faq {
	display: block;
	margin-bottom: 30px;
}

#faq .toggle {
	margin: 0 0 20px 0;
	height: 40px;
	display: block;
}

#faq .toggle a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	float: left;
	background-color: #B61A27;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 15px;
	font-weight: normal;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
}

#faq .toggle a:after {
	position: absolute;
	z-index: 900;
	bottom: -10px;
	left: 10px;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #4C5457;
	display: none;
}

#faq .toggle.open a {
	background: #4C5457;
}

#faq .toggle.open a:after {
	display: block;
}

#faq .toggle + div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	display: block !important;
}

#faq .content {
	padding: 20px;
}

#faq .content p {
	font-size: 1.1em;
}

#faq .content p:last-child {
	padding-bottom: 0 !important;
}

#faq .toggle.open + div {
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

#faq .content ul {
	list-style: none;
	font-size: 1.1em;
	margin-bottom: 20px;
}

#faq .content ul li {
	display: block;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.5em;
	padding-left: 13px;
}

#faq .content ul li:after {
	content: '●';
	color: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: .5em;
}

/* -------------------------------------- FAQ -------------------------------------- */
.accordion * {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.accordion {
	display: block;
	margin-bottom: 30px;
}

.accordion .toggle {
	margin: 0 0 5px 0;
	height: 40px;
	display: block;
}

.accordion .toggle a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	background-color: #000000;
	padding: 0 15px;
	font-weight: normal;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
}

.accordion .toggle a:after {
	position: absolute;
	z-index: 900;
	top: 13px;
	right: 13px;
	content: '▾';
	display: block;
	color: #ccc;
	font-size: 1.7em;
	width: 15px;
	height: 15px;
	line-height: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .toggle.open a:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion .toggle.open {
	margin: 0;
}

.accordion .toggle.open a {
	background: #000000;
}

.accordion .toggle + div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	display: block !important;
}

.accordion .content {
	padding: 20px;
	color: #fff;
	font-size: .98em;
}

.accordion .content ul {
	list-style: none;
}

.accordion .content ul li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-left: 13px;
}

.accordion .content ul li:after {
	content: '●';
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: .5em;
}

.accordion .content p:last-child {
	padding-bottom: 0 !important;
}

.accordion .toggle.open + div {
	height: auto;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #6E7174;
	margin-bottom: 5px;
}

/* -------------------------------------- Image Block -------------------------------------- */
#imageBlock {
	margin-bottom: 30px;
}

#imageBlock:after {
	content: "";
	display: table;
	clear: both;
}

#imageBlock.oneImage li {
	height: 205px;
}

#imageBlock.twoImage li {
	height: 125px;
	float: left;
	width: 48.5%;
}

#imageBlock.twoImage li:nth-child(2) {
	float: right;
}

/* -------------------------------------- Main Content -------------------------------------- */
#mainContent {
	margin-bottom: 30px;
	display: block;
}

#mainContent ul {
	list-style: none;
	margin-bottom: 30px;
}

#mainContent ul li {
	display: block;
	margin-bottom: 10px;
	line-height: 1.6em;
	background: transparent url('_img/frying_pan_bullet.png') no-repeat 0 3px;
	padding-left: 20px;
}

#mainContent *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* -------------------------------------- Description Buttons -------------------------------------- */
#descButtons {
	list-style: none;
	display: block;
	margin-bottom: 30px;
}

#descButtons:after {
	content: "";
	display: table;
	clear: both;
}

#descButtons li {
	height: 84px !important;
	overflow: hidden;
}

#descButtons li.withText {
	background: #dbd8d5;
	padding: 15px;
}

#descButtons li.withText span {
	display: block;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform: uppercase;
	color: #B61A27;
	line-height: .8em;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#descButtons li.withoutText {
	background: #b51b27;
	padding: 5px;
}

#descButtons li.withoutText .button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #c42835;
	background: #b01a26;
	height: 100%;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#descButtons.oneColumn li.withoutText .button {
	font-size: 1.8em;
}

#descButtons.twoColumn li.withoutText .button {
	font-size: 1.4em;
}

#descButtons.oneColumn li {
	width: 100%;
}

#descButtons.twoColumn li {
	width: 48.5%;
	float: left;
}

#descButtons.twoColumn li:nth-child(2) {
	float: right;
}

#descButtons.twoColumn li span {
	font-size: 1.1em;
	font-weight: 700;
}

/* -------------------------------------- MailingList -------------------------------------- */
#mailingList {
	background: #dbd8d5;
	padding: 15px;
	margin-bottom: 30px;
}

#homeTombstones #mailingList {
	background: none;
}

#mailingList > span {
	display: block;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform: uppercase;
	color: #B61A27;
	line-height: .8em;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#mailingList form {
	display: block;
}

#mailingList form:after, #mailingList.largeList form .box:after {
	content: "";
	display: table;
	clear: both;
}

#mailingList form input[type="text"] {
	float: left;
	width: 100%;
	border: 0;
	background: #eaeaea;
	height: 25px;
	padding-left: 10px;
	line-height: 22px;
	color: #fff;
}

#mailingList.smallList form input[type="text"] {
	width: 73%;
}

#mailingList.largeList form .box input[type="text"] {
	width: 49%;
	float: left;
	margin-bottom: 5px;
}

#mailingList.largeList form .box input[type="text"]:nth-child(even) {
	float: right;
}

#mailingList form input[type="submit"] {
	border: 0px;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
}

#mailingList.smallList form input[type="submit"] {
	float: right;
	width: 25%;
}

#mailingList.largeList form ul.splitFields {
	margin-bottom: 5px;
}

#mailingList.largeList form ul.splitFields li {
	list-style: none;
	width: 49%;
}

#mailingList.largeList form ul.splitFields li.left .styled-select{
width: 30%;
float: left;
}

#mailingList.largeList form ul.splitFields li.left .styled-select:last-of-type{
float: right;
}

#mailingList.largeList form ul.splitFields li.left .styled-select:first-of-type{
margin-right: 5%;
}

#mailingList .styled-select {
	width: 100%;
	height: 25px;
	overflow: hidden;
	border: 0;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
}

#mailingList .styled-select select {
	background: transparent;
	width: 100%;
	padding: 0 0 0 10px;
	font-size: .85em;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	color: #000;
}

@-moz-document url-prefix() {
   #mailingList .styled-select select {
   padding: 5px 0 0 7px;
   }
}

#mailingList .styled-select:after {
content: '▾';
width: 25px;
height: 25px;
position: absolute;
top: 0;
right: 0;
display: block;
background: #888;
color: #000;
line-height: 25px;
text-align: center;
pointer-events: none;
}

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #666;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}


#homeTombstones li #mailingList ::-webkit-input-placeholder{
color: #fff !important;
}

#homeTombstones li #mailingList :-moz-placeholder{
color: #fff !important;
}

#homeTombstones li #mailingList ::-moz-placeholder{
color: #fff !important;
}

#homeTombstones li #mailingList :-ms-input-placeholder{
color: #fff !important;
}

#mailingList .response {
	margin-top: 5px;
	text-align: center;
	color: #fff;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0;
	font-size: .85em;
	display: none;
}

#mailingList .response.fail {
	background: #d90000;
}

#mailingList .response.success {
	background: green;
}

/* -------------------------------------- Map -------------------------------------- */
#map {
	background: #c3bfbb;
	border: 3px solid #c3bfbb;
	display: block;
	position: relative;
	overflow: hidden;
	height: 200px;
	margin-bottom: 10px;
}

a.map.button{
margin-bottom: 30px;
}

/* -------------------------------------- Gallery -------------------------------------- */
#gallery {
	list-style: none;
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
	padding-bottom: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gallery li {
	width: 17.92%;
	height: 165px;
	float: left;
	margin: 0 2.58% 2.58% 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gallery li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#gallery li:nth-child(5n+5) {
	margin-right: 0;
}

/* -------------------------------------- Menus -------------------------------------- */
#menus {
	display: block;
	background: rgba(255, 255, 255, 0.2);
	padding: 20px 0;
	border: 1px solid #c1c0c0;
}

#menus ul.menu, .mailingListWrapper {
	list-style: none;
	width: 479px;
	padding: 0 20px;
	float: left;
	margin-bottom: 60px;
}

#menus ul.menu h3 {
	background: transparent url('_img/frying_pan_bullet.png') no-repeat 0 0;
	height: 15px;
	padding-left: 20px;
	margin-bottom: 30px;
}

#menus ul.menu p.disclaimer{
font-style: italic;
background: rgba(0, 0, 0, 0.05);
padding: 15px;
margin: 0 0 20px 0;
}


#menus ul.menu  li {
	display: block;
	padding: 0;
	margin-bottom: 20px;
}

#menus ul.menu  li.image {
margin: 0px;
}

#menus ul.menu div.title {
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	position: relative;
	margin-bottom: 7px;
	border-bottom: 1px solid #999;
	padding: 0 25px 5px 0;
}

#menus ul.menu div.title span {
	position: absolute;
	top: 0;
	right: 0;
	color: #B61A27;
}

#menus ul.menu div.title div.subTitle {
	color: #515151;
	font-size: .9em;
}

#menus ul.menu div.description {
	font-style: italic;
	color: #515151;
	line-height: 1.7em;
}

/* -------------------------------------- Booking Form -------------------------------------- */

input:focus, textarea:focus{
color: #000 !important;
}

#bookingForm {
	background: #dbd8d5;
	display: block;
	padding: 15px;
	margin-bottom: 30px;
}

#bookingForm label, #mailingList label {
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 600;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	clear: both;
}

#bookingForm span {
	display: block;
	position: relative;
	margin-bottom: 7px;
}

#bookingForm .halfBlock {
	display: block;
	margin-bottom: 5px;
}

#bookingForm .halfBlock:after {
	content: "";
	display: table;
	clear: both;
}

#bookingForm .halfBlock > span {
	width: 49%;
	float: left;
}

#bookingForm .halfBlock > span:nth-of-type(even) {
	float: right;
}

#bookingForm input[type="text"], #bookingForm input[type="email"], #bookingForm textarea {
	border: 0px;
	background: #eaeaea;
	width: 100%;
	color: #000;
}

#bookingForm input[type="text"], #bookingForm input[type="email"] {
	height: 30px;
	width: 100%;
	padding-left: 10px;
	color: #666;
}

#bookingForm textarea {
	padding: 10px;
	height: 100px;
}

#bookingForm input[type="submit"] {
	border: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	cursor: pointer;
	clear: both;
}

#bookingForm .wpcf7-form-control-wrap.type {
	width: 100%;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	font-size: .9em;
	margin-top: 3px;
}

#bookingForm .wpcf7-form-control-wrap.type  span {
	float: left;
	margin: 0 5px 0 0;
}

#bookingForm .wpcf7-form-control-wrap.type input[type="checkbox"] {
	float: left;
	margin-right: 3px;
}

#tribe-events-event-meta h2{
font-size: 2em;
}