/*
Theme Name: HelloBettyOceanSide
Theme URI: http://hellobettyoceanside.com
Author: Scout Idea Ranch
Author URI: http://scoutidearanch.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hellobettyoceanside
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 HelloBettyOceanSide is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* Import Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'oklahoma_prodeputy';
    src: url('fonts/oklahomapro-deputy-webfont.eot');
    src: url('fonts/oklahomapro-deputy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oklahomapro-deputy-webfont.woff') format('woff'),
         url('fonts/oklahomapro-deputy-webfont.ttf') format('truetype'),
         url('fonts/oklahomapro-deputy-webfont.svg#oklahoma_prodeputy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trade_gothic_lt_stdregular';
    src: url('fonts/tradegothicltstd-webfont.eot');
    src: url('fonts/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-webfont.svg#trade_gothic_lt_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trade_gothic_lt_stdBdCnno20';
    src: url('fonts/tradegothicltstd-bdcn20-webfont.eot');
    src: url('fonts/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-bdcn20-webfont.svg#trade_gothic_lt_stdBdCnno20') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trade_gothic_lt_stdCnno.18';
    src: url('fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_stdCnno.18') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ZigguratMediumItalic';
    src: url('fonts/ziggurathtfblackitalic.eot');
    src: url('fonts/ziggurathtfblackitalic.eot') format('embedded-opentype'),
         url('fonts/ziggurathtfblackitalic.woff') format('woff'),
         url('fonts/ziggurathtfblackitalic.ttf') format('truetype'),
         url('fonts/ziggurathtfblackitalic.svg#ZigguratMediumItalic') format('svg');
}



/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	/*overflow-y: scroll;*/ /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {	
	background: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;		
	background-size: cover;
	-ms-behavior: url('http://hellobettyoceanside.com/backgroundsize.min.htc');	
	position: relative;
	z-index: 1;
}
.background-size-polyfill img{
	width: 100% !important;
	height: auto !important;
	left: 0px !important;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	*behavior: url('http://hellobettyoceanside.com/boxsizing.htc');
}
:focus{
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: 'trade_gothic_lt_stdregular', sans-serif;
	color: #ffffff;
	font-size: 11px;
	/*font-size: 1.6rem;*/
	line-height: 11px;
}
body p{
 
	font-size: 16px;
	line-height: 1.3em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	font-family: 'trade_gothic_lt_stdCnno.18';
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #f30088;
}
a:visited {
	color: #f30088;
}
a:hover,
a:focus,
a:active {
	color: #29c9da;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

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


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-right: 30px;
}
.main-navigation li a{
	font-family: 'oklahoma_prodeputy';
	font-size: 21px;
	line-height: 21px;
	color: #ffffff;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #fff63e;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #fff63e;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}*/

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 50px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Bojan Style 
----------------------------------------------- */
#masthead, #colophon, #content{
	max-width: 935px;
	width: 100%;	
	margin: 0 auto;
}
#content{
	padding: 25px;
	background: url('images/slider-bg.png');
	font-family: 'trade_gothic_lt_stdregular', sans-serif;
	color: #525151;
	font-size: 13px;
	line-height: 16px;
}
.home #content{
	padding: 16px;
}

/* Header
----------------------------------------------- */

#masthead{
	height: 129px;
	margin-top: 17px;
	margin-bottom: 23px;
}
.site-branding{
	width: 269px;
	float: left;
}
.site-title a{
	width: 269px;
	height: 129px;
	background: url('images/hello-betty-fish-house-oceanside-seafood-restaurant-logo.png') no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;	
}
.site-navigation{
	max-width: 666px;
	width: 100%;
	min-height: 129px;
	float: left;
	position: relative;
}
#menu-top{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top-menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	margin-top: 15px;
}
.top-menu li{
	float: left;
	margin-right: 19px;
}
.top-menu li a{	
	font-family: 'trade_gothic_lt_stdBdCnno20';
	color: #898989;
	font-size: 14px;
	text-decoration: none;	
	text-transform: uppercase;
	letter-spacing: 0.04em;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.top-menu li:hover > a, .addthis_button_compact:hover, .top-menu li.current-menu-item > a, .footer-menu li:hover > a{
	color: #29cada;
}
.no-margin-right{
	margin-right: 0px !important;
}
.no-margin-bottom{
	margin-bottom: 0px !important;
}

/* Share button */

.at300bs{
	width: 10px !important;
	height: 11px !important;
	background: url('images/share.png') no-repeat center !important;
}


/* Home Page Slider
----------------------------------------------- */

#home-slider{
	/*padding: 16px;
	background: url('images/slider-bg.png');*/
}
.home-widget{
	line-height: 22px;
	color: #4e4e4e;
	font-family: 'trade_gothic_lt_stdBdCnno20';
	letter-spacing: 0.012em;
	padding: 20px 20px 5px 20px;
}
.home-widget h1.home-widget-title{
	font-size: 24px;	
	text-transform: uppercase;
}
.home-widget .textwidget{
	font-size: 17px;	
}


/* Main Content
----------------------------------------------- */
.blog-single-page h2,
.page-title, .page-title a{
	font-family: 'Ziggurat A', 'Ziggurat B'; 
	font-weight: 800; 
	font-style: italic;	
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
	color: #a09f9f;
	text-transform: lowercase;
	text-decoration: none;
}

.page-title a:hover{
	color: #29cada;
}
.page-title.gallery, .page-title.pink, .pink, a.pink{
	color: #f30088;
}
a.pink{
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.page-title.crew, .page-title.blue, .blue, a.pink:hover{
	color: #29c9da;
}
.cf7{
	font-size: 17px;
	line-height: 24px;
	color: #70b72f;
	margin-top: 45px;
}

/* Gallery Page
----------------------------------------------- */
.page-template-gallery-php #content{
	padding-bottom: 6px;
}
.gallery-list{
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
	overflow: hidden;
}
.gallery-list li{
	float: left;
	margin: 0px 19px 19px 0px;
}
.gallery{
	float: left;
}
.click-enlarge{
	float: left;
	color: #737373;
	line-height: 35px;
	margin: 0 0 15px 10px;	
}

/* Crew Page
----------------------------------------------- */

.crew-list, .crew-links{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.crew-list li{
	overflow: hidden;
	margin-bottom: 23px;
}
.crew-list img{
	float: left;
	margin-right: 14px;
}
.crew-info{
	max-width: 590px;
	width: 100%;
	float: left;
}
.crew-info b{
	font-family: 'trade_gothic_lt_stdBdCnno20';
	text-transform: uppercase;
}
.crew-links{
	overflow: hidden;
	margin-bottom: 25px;
}
.crew-links li{
	float: left;
	margin-right: 25px;
}
.crew-links li a{
	font-family: 'trade_gothic_lt_stdCnno.18';
	text-transform: uppercase;
	color: #575858;
	text-decoration: none;
	font-size: 12px;
}

/* Blog
----------------------------------------------- */

.page-template-blog-php #primary, .single #primary{
	max-width: 618px;
	width: 100%;
	float: left;
}
.page-template-blog-php #secondary, .single #secondary {
	width: 215px;
	float: right;
}
.feat-img-wrap img{
	width: 100%;
}
.post-date-single{
	font-family: 'trade_gothic_lt_stdCnno.18';
	color: #a09f9f;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	font-style: normal;
}
.post-content {
	max-width: 440px;
	width: 100%;
	float: left;
}
.post-content p{
	margin: 10px 0px;
}
.feat-img-link img{
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.post{
	margin-bottom: 25px;
	overflow: hidden;
}
a.read-more{
	font-family: 'trade_gothic_lt_stdBdCnno20';
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #737373;
	font-weight: 800;
	text-decoration: none;

}
a.read-more:hover{
	text-decoration: underline;
}

/* Sidebar 
----------------------------------------------- */

.widget-title{
	font-family: 'trade_gothic_lt_stdBdCnno20';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #737373;
	font-weight: 800;
}
#secondary ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#secondary ul li, #secondary ul li a{
	font-family: 'trade_gothic_lt_stdCnno.18';
	color: #737373;
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
	font-weight: 800;
}
#secondary ul li a::before{
	content: "> ";
}
#secondary #recent-posts-2 ul li a::after{
	content: " - ";
}

/* Private Events
----------------------------------------------- */

.page-template-events-php{
	font-family: 'trade_gothic_lt_stdCnno.18';
}
.page-template-events-php #primary{
	float: left;
	max-width: 440px;
	width: 100%;
}
.page-template-events-php #secondary{
	float: right;
	max-width: 416px;
	width: 100%;
}
.upper-bold{
	font-family: 'trade_gothic_lt_stdBdCnno20';
	text-transform: uppercase;	
	font-weight: 800;
	text-decoration: none;
}
.upper-bold a{
	color: #525151;
	text-decoration: none;
}

/*	Events Form
----------------------------------------------- */

.wpcf7-form{
	color: #737373;
	text-transform: uppercase;
	font-family: 'trade_gothic_lt_stdCnno.18';
}
.wpcf7-form input[type="tel"],.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
	max-width: 416px;
	width: 100%;
	height: 23px;
	background: #ffffff; 
	border-radius: 0px;
}
.wpcf7-form textarea{
	max-width: 416px;
	width: 100%;
	height: 79px;
	background: #ffffff;
	border: none;
	border-radius: 0px;
}
.wpcf7-form input[type="submit"]{
	font-family: 'trade_gothic_lt_stdBdCnno20';
	font-size: 13px;
	line-height: 23px;
	width: 52px;
	height: 23px;
	color: #ffffff;
	background: #70b82f;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
	padding: 0px;
}

/* Menu
----------------------------------------------- */

.page-template-menu-php a.upper-bold{
	font-size: 16px;
	letter-spacing: 0.024em;
}
.menu-menu-container {
	width: 935px;	
	margin-left: -25px;
	margin-top: -25px;
	height: 31px;
	overflow: hidden;
}
.menu-menu-container ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 945px;
	overflow: hidden;
}
.menu-menu-container ul li{
	float: left;
	border-right: 1px solid #daeff1;	
}
.menu-menu-container ul li.last-menu{
	border: none;
}
.menu-menu-container ul li a{	
	font-family: 'trade_gothic_lt_stdBdCnno20';	
	color: #ffffff;
	background: #52d3df;
	font-size: 15px;
	line-height: 31px;
	height: 31px;
	display: block;
	text-decoration: none;	
	text-transform: uppercase;
	letter-spacing: 0.024em;
	padding: 0px 75px;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu-menu-container ul li:hover > a, .menu-menu-container ul li.current-menu-item > a{
	background: #f30088;
}
.menu-feat-img {
	width: 935px;
	max-height: 129px;
	margin-left: -25px;
}

/* Menu Manager Styles
----------------------------------------------- */

.wprmm_menu .menu_manager h2{
	font-family: 'Ziggurat A', 'Ziggurat B'; 
	font-weight: 800; 
	font-style: italic;
	color: #29cbda;
	font-size: 20px;
	line-height: 40px;	
	margin-bottom: 0px !important;
	letter-spacing: 0.024em;
	text-transform: lowercase;
}
.wprmm_menu .one-column h3{
	font-size: 14px;
	color: #f30088;	
	font-family: 'trade_gothic_lt_stdBdCnno20';
	text-transform: uppercase;
	line-height: 22px;	
}
.wprmm_menu .menu_manager p {
	font-size: 12px;
	line-height: 17px;
	color: #575858;
}
.wprmm_menu .clear, .wprmm_menu .one-column li{
	margin: 0px !important;
}

/* Menu Jump To
----------------------------------------------- */

.jump-to{
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	overflow: hidden;
}
.jump-to span{
	font-family: 'trade_gothic_lt_stdBdCnno20';
	margin-right: 18px;
	float: left;
}
.jump-to a{
	font-family: 'trade_gothic_lt_stdCnno.18';
	color: #575858;
	text-decoration: none;
	margin-right: 24px;
	float: left;
}


/* Salvattore 
----------------------------------------------- */

.column {
	float: left;
}
.size-1of4 {
	width: 25%;
}
.size-1of3 {
	width: 33.333%;
}
.size-1of2 {
	width: 50%;
}
/* Be sure to hide the element containing the configuration */
[data-columns]::before {
	position: absolute;
    top: -9999em;
    left: -9999em;
    visibility: hidden;
} 
#gridB[data-columns]::before {
	content: '2 .column.size-1of2';
}


/* Location
----------------------------------------------- */

#map-canvas{
	height: 350px;
	margin: 0px;
    padding: 0px
}
#map-canvas img{
	max-width: none;
}
.map-direction{
	font-family: 'trade_gothic_lt_stdBdCnno20';
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #f30088 !important;
	font-weight: 800;
	text-decoration: none;
}

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

.footer-blocks-wrap{
	overflow: hidden;
	margin: 15px 0px;
}
.footer-blocks-wrap p{
	font-size: 12px;
}
.footer-block{
	width: 255px;
	height: 160px;
	float: left;
	padding: 15px;
	font-size: 11px;
	line-height: 15px;
	font-family: 'trade_gothic_lt_stdCnno.18';
	position: relative;
}
.footer-block a{
	color: #ffffff;
	text-decoration: none;
}
.footer-block h3{
	font-family: 'Ziggurat A', 'Ziggurat B'; 
	font-weight: 800; 
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}
.reservation{
	background: #33c3d1;
	font-size: 13px;
	line-height: 16px;
}
/* Twitter Feed Style */

.tweet-wrap {
    width: 225px;				            		            
}

.tweet-wrap .tweet {
    overflow: hidden;
}

.tweet-wrap ul {
    width: 99999px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tweet-wrap ul li {
    width: 225px;
    height: 100px;
    float: left;				            
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}
.tweet-wrap ul li a{
	color: #fff63e;
}


.subscribe{
	background: #c2cb48;
	margin: 0px 25px;
}
.contact-hours{
	background: #f30088;
	width: 375px;
}
.left-contact {
	float: left;
	width: 45%;
}
.right-hours {
	float: right;
	width: 55%;
}
.hours-wrap p{
	float: left;
}
.hours-wrap p.first-hours{
	margin-right: 10px;
}
.footer-menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
.footer-menu li{
	float: left;
	margin-right: 25px;
}
.footer-menu li a{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'trade_gothic_lt_stdBdCnno20';
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 0.024em;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.site-info{
	min-height: 26px;
	overflow: hidden;
	margin-bottom: 15px;
}
.sage-logo{
	float: right;
}

/* Footer Block Forms 
----------------------------------------------- */

.subscribe p{
	margin-bottom: 10px;
}
.form-subscribe{
	width: 100%;
}
.form-subscribe input[type="email"]{
	width: 100%;
	height: 19px;
	background: #ffffff;
	color: #838383;
	font-family: 'trade_gothic_lt_stdCnno.18';
	font-size: 11px;
	border: none;
	border-radius: 0px;
}
.form-subscribe input[type="submit"], .form-reservations input[type="submit"]{
	background: #f3e951;	
	border-radius: 0px;
	border: none;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	font-family: 'trade_gothic_lt_stdBdCnno20';
	box-shadow: none;
	text-shadow: none;
	padding: 0px 10px;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	left: 15px;	
}
.form-subscribe input[type="submit"]{
	position: relative;
	bottom: -10px;
	left: auto;
	color: #abb247;
	*width: 89px;
}
.form-reservations select, .form-reservations input[type="text"], .form-reservations label, #meteor-slideshow *{
	*box-sizing: content-box !important;
}
.form-reservations input[type="submit"]{
	color: #33c3d1;
	*width: 116px;
}
.form-reservations input[type="text"], .form-reservations select, .form-reservations option{
	color: #000000;
	height: 18px;
	border: none;
	border-radius: 0px;
	width: 85px;
}
.form-reservations input[type="text"]{
	margin-bottom: 12px;
}
.form-reservations label{
	line-height: 18px;
	float: left;
}
#ieM{
	*margin-bottom: 12px;
}
#datepicker{
	*padding: 0px !important;
}
.left-reservations {
	width: 60%;
	float: left;
}
.right-reservations{
	width: 40%;
	float: left;
}
#party_size {
	width: 45px;
}
.left-reservations input[type="text"], .left-reservations select{
	float: right;
	margin-right: 20px;
}
.right-reservations select{
	float: right;	
}
.right-reservations label{
	margin-left: -7px;
}
.comm-img-links{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.comm-img-links li{
	width: 50%;
	display: table;
	float: left;
	text-align: center;
	min-height: 230px;
}
.comm-img-links li a{
	display: table-cell;
	vertical-align: middle;
}


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

.navigate-menu{
	width: 110%;
	height:30px;
	background: url('images/slider-bg.png');
	padding: 8px 15px;
	display: none;
	margin-left: -15px;
}
#showLeftPush{
	color: #29cada;
	font-size: 14px;
	text-transform: uppercase;
	background: url('images/hamburger.png') no-repeat left center;
	text-shadow: none;
	border: none;
	box-shadow: none;
	padding: 0px;
	text-indent: 20px;
	border-radius: 0px;
}
#hideLeft{
	font-size: 14px;
	text-indent: 10px;
	height:30px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0px;
	color: #ffffff;
	font-family: 'trade_gothic_lt_stdBdCnno20';
	border-bottom: 1px solid #daeff1;
	letter-spacing: 0.04em;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#hideLeft:hover{
	background: #f30088;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

h2.site-description{
	display: none !important;
}

/* Schema Wrap */
.schema-wrap{
	position: fixed;
	left: -99999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* Call Us / Find Us */
.mobile-us{
	display: none;
	height: 49px;
	width: 100%;	
	margin-top:40px;
	overflow:hidden;
}
.call-us, .find-us{
	width: 48%;
	background: #33c3d1;
	height: 49px;
	float: left;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.call-us:hover, .find-us:hover{
	background: #f30088;
}
.call-us a, .find-us a{
	font-family: 'Ziggurat A', 'Ziggurat B';
	font-weight: 800;
	font-style: italic;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 0.03em;
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	text-indent: 30px;
}
.call-us a{	
	background: url('images/call.png') no-repeat 10px center;
	display: block;
	width: 100%;
	height: 100%;
}
.find-us a{	
	background: url('images/find.png') no-repeat 10px center;
	display: block;
	width: 100%;
	height: 100%;
}
.call-us{
	margin-right: 2%;	
}
.find-us{
	margin-left: 2%;	
}

.img-fullwidth{
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px
}
.img-fullwidth img{
	width: 100%;
	position: absolute;
	bottom: 0
}
.box-3-wrap .b3w-box{
   float: left;
    width: 32%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #eee;
	min-height: 210px;
	margin-bottom: 20px
}
.box-3-wrap .b3w-box.middle{
	margin: 0 2%;
}
.box-3-wrap .b3w-box p{
	text-transform: uppercase; 
	font-size: 14px;
}
.hbrl-footer a,
.box-3-wrap .b3w-box a{
    font-size: 14px; 
    font-family: 'trade_gothic_lt_stdBdCnno20';
    text-transform: uppercase;
    line-height: 22px;
    text-decoration: none;
} 
.box-3-wrap h3{
    color: #29cbda;
    font-family: "Ziggurat A","Ziggurat B";
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.024em;
    line-height: 40px;
    margin-bottom: 0 !important;
    text-transform: lowercase;
}

						
.OT_day, .OT_time, .OT_party, .OT_submit{
    height: 40px !important;
    width: 170px !important;	
}
.OT_submit {
    width: 150px !important;
}
.OT_title {
    margin-top: 12px !important;
}
.dp-choose-date{
	display: none !important;
}
#opentable-reservation-form{
	margin-bottom: 20px;
}
.reserve2{
	margin-bottom: 25px;
}
.OT_title,#reservation_time,#reservation_date,#reservation_size{
	color: #525151;
}  
h1.blog-title{
    color: #29cada;
    font-size: 4em;
    line-height: 1em;
	margin-bottom: 0;
}
.post-date-single{
	font-size: 14px;
    margin-bottom: 30px;
    display: block;
}	
@media screen and (max-width: 767px) {
	.box-3-wrap .b3w-box{
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 20px auto !important;
	}
}
@media screen and (max-width: 960px) {
	.OT_wrapper{
		width: 270px !important; 
		height: 205px !important; 
	}
	.OT_day, .OT_time, .OT_party, .OT_submit {
		width: 270px !important;
	}
	#reservation_date{
		width: 212px !important;
	}
	.OT_list{
		margin: 0 !important; 
		width: auto !important;
	}
	.OT_day, .OT_time, .OT_party, .OT_submit{
		border: none !important;
	}
	.img-fullwidth{
		height: auto
	}
	.img-fullwidth img{
		position: relative;
		bottom: auto
	}
	body{
		padding: 0px 15px;
	}
	.navigate-menu, .mobile-us{
		display: block;
	}
	#masthead{
		height: auto;				
	}
	.desktop-menu, .menu-menu-container{
		display: none;
	}
	#showLeft, #hideLeft{
		cursor: pointer;
	}
	.menu-feat-img{
		margin-top: -25px;		
	}
	#content{
		overflow: hidden;
		position: relative;
	}
	.site-branding{
		float: none;
		margin: 0 auto;
	}
	.gallery-list li, .gallery-list li img{
		width: 100%;
	}
	.footer-block{
		margin: 0px;
		margin-bottom: 15px;
		width: 100%;
		height: auto;
	}
	.footer-blocks-wrap{
		margin-bottom: 0px;
	}
	.right-hours {		
		width: 100%;
		border-top: 1px solid #ffffff;
		padding-top: 15px;
	}
	.contact-hours{
		height: auto;
	}
	.site-info{
		background: #333333;
		padding: 15px;
	}
	.sage-logo {
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		clear: both;
		border-top: 1px solid #ffffff;
		padding-top: 15px;
	}
	.footer-menu{
		margin-bottom: 10px;
	}
	.size-1of2 {
		width: 100%;
	}
	.page-template-events-php #secondary{
		float: left;
	}
	.comm-img-links li{
		width: 100%;
		min-height: 100px;
		margin-bottom: 30px;
	}
}

.fform-7 span,.fform-7 p{
    color: #333
}
.fform-7 p{
    margin: 0px
} 

.wpcf7-not-valid-tip{
	color: red !important
}
