/*
	Theme Name: MWL Theme
	Description: Multnomah Whiskey Library Theme
	Author: The Fiction Tribe
	Author URI: http://fictiontribe.com/
	Version: 1.0.0
 
	Template: genesis
	Template Version: 2.0.1
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Hidden Elements
	- Backgrounds and Borders
		- 
	- Home Page Widgets
		- Featured Circles
		- Featured Slider
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Top Bar Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Drop Cap
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- JetPack Sharing
	- Portfolio Page
	- Color Options
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
	- Mobile Navigation

*/


/*
 *
 * Remove mepr errors on Members renewal page. Fix issue and remove CSS. */
 /*.page-id-52 .mp_wrapper .mepr_error {
 	display: none;
 }*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*
Font(s)
--------------------------------------------- */
@font-face {
    font-family: 'EngraversLTStdBoldFace';
    src: url('fonts/Engravers-MT/engraversltstd-boldface.eot');
    src: url('fonts/Engravers-MT/engraversltstd-boldface.eot') format('embedded-opentype'),
         url('fonts/Engravers-MT/engraversltstd-boldface.woff') format('woff'),
         url('fonts/Engravers-MT/engraversltstd-boldface.ttf') format('truetype'),
         url('fonts/Engravers-MT/engraversltstd-boldface.svg#EngraversLTStdBoldFace') format('svg');
}



/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #000;
  	font-family: 'Crimson Text', serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 2;
	padding-bottom: 500px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

*::-moz-selection,
::selection {
	background-color: #969696;
	color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #999;
}

p {
	margin: 0 0 24px;
	padding: 0;
	letter-spacing: 0;
}
p em {
	font-family: Georgia,Times,"Times New Roman",serif;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: #f5f5f5;
	margin: 0 0 24px 0;
	padding: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: 'Old Standard TT', serif;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #999;
	color: #ddd;
}

cite {
	font-style: normal;
}

.one-whole {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.one-whole.footer-copy {
	margin: 20px 0 0;
}

.sans-light {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.2;
  font-size: 14px;
}

.address {
	float: left;
	width: 100%;
}

.hours {
	float: right;
	width: 100%;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #f69c9b;
	border: none;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #999;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.mp_wrapper textarea, 
.mp_wrapper select, 
.mp_wrapper input[type=text], 
.mp_wrapper input[type=url], 
.mp_wrapper input[type=email], 
.mp_wrapper input[type=tel], 
.mp_wrapper input[type=number], 
.mp_wrapper input[type=password] {
	text-transform: none;
}

.mepr-account-upgrade,
.postid-22 .mepr_mepr-address-one,
.postid-22 .mepr_mepr-address-two,
.postid-22 .mepr_mepr-address-city,
.postid-22 .mepr_mepr-address-state,
.postid-22 .mepr_mepr-address-zip,
.postid-22 .mepr_mepr-address-country,
.postid-22 .mepr_mepr_cell_phone,
.postid-22 .mepr_mepr_home_phone,
.postid-22 .mepr_mepr_favorite_whiskey,
.postid-22 .mepr_mepr_favorite_cocktail,
.postid-21 .mepr_mepr_membership_source,
.postid-345 .mepr_mepr_membership_source {
	display: none;
}
#upgrade-select {
	width: 300px;
    margin: 20px auto;
}
#upgrade-select select {
	text-transform: none;
    font-size: 14px;
    height: 30px;
}
@-moz-document url-prefix() { 
  #upgrade-select select  {
     padding: 0;
  }
}
.system-note {
	text-align: center;
    width: 70%;
    margin: auto;
}
select.mepr-select-field option {
	height: 40px;
}
.mp_wrapper .mp-form-row {
	margin-bottom: 20px;
}
.mp-form-label {
	text-align: left;
}
#wpcf7-f399-p97-o1 {
	max-width: 500px;
    text-align: center;
    margin: 6% auto;
}
.wpcf7-select {
	height: 40px;
}
input#rememberme {
	width: 4%;
}
#member-links {
	text-align: right;
}
#member-links a {
	font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #000;
    color: #FFF;
    padding: 6px;
    font-weight: bold;
}
#member-links a i {
	font-size: 22px;
    vertical-align: sub;
    padding-left: 2px;
}


/* MemberPress Styles
--------------------------------------------- */

.mepr-nav-item {
  padding: 6px 10px;
  border: 1px solid;
  margin: 0 5px;
  text-align: center;
  background-color: #000;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mepr-nav-item:hover {
	background-color: #655C5E;
}
.entry-content .mepr-nav-item a {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.entry-content .mepr-nav-item a:hover {
	color: #FFF;
}
.mp_wrapper {
	text-align: center;
}
.entry-content a {
	text-decoration: underline;
}
.mepr-cant-purchase {
	text-align: left; 
	margin-top: 100px; 
	margin-bottom: 70px; 
	border-radius: 4px; 
	border: 1px solid #FF5151; 
	background-color: #FF9393; 
	padding: 20px;
	max-width: 600px;
    margin: 100px auto;
    letter-spacing: 0;
}

/*  Waiting list page */
.postid-22 .mepr_price {
	display: none;
}

.mp_wrapper {
	margin: auto;
  	width: 90%;
  	padding-bottom: 20px;
  	font-family: 'Crimson Text', serif;
}

.mp_wrapper form {
	text-align: center;
}

.entry-content .mp_wrapper .mp-form-row {
	width: 100% !important;
}

.mp-form-row {
	text-align: center;
}
input#meprmailchimp_opt_in {
	width: 40px;
}

div#mepr-account-nav {
	text-align: center;
}

.underline-link {
	text-decoration: underline;
}

.mp_wrapper .mepr_payment_method {
	max-width: none;
}
input:hover[type="submit"] {
	background-color: #655C5E !important;
}
.mp_wrapper.full-table {
  width: 100%;
  max-width: 1140px!important;
}
.mp_wrapper.full-table table#mepr-account-subscriptions-table,
.mp_wrapper.full-table table#mepr-account-payments-table {
  width: 100% !important;
}
#mepr-account-subscriptions-table thead th,
#mepr-account-payments-table th {
	font-size: 16px;
	letter-spacing: 0px;
}

/* hide current member fields from approved for membership pages */
.post-21 .mepr_mepr_what_have_you_enjoyed_about_your_membership {
	display: none;
}

#info-bubble {
	display: none;
}
#info-bubble.info-display {
  display: block;
}
#info-bubble {
	font-size: 16px;
	line-height: 20px;
	padding: 13px;
	position: absolute;
	bottom: 40px;
	right: -105px;
	background: rgba(0,0,0,0.9);
	color: #FFF;
	font-family: 'Helvetica', sans-serif;
	width: 230px;
	border-radius: 4px;
}
#info-bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: rgba(0,0,0,0.9) transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 100px;
}
/*#info-icon:hover #info-bubble {
  display: block;
}*/
#info-icon {
	font-size: 20px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

html body {
    background-image: url('/wp-content/uploads/2015/06/portland.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
  	background-size: contain;
  	background-attachment: inherit;
}

.site-container  {
	background: #fff;
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	border-bottom: 2px solid black;
  	margin-bottom: 2px;
}
.site-header .header-widget-area.widget-area,
.site-title {
    width: 33%;
    display: inline;
    float: left;
    text-align: center;
}
.page-id-134 .entry-content {
	text-align: center;
}
.page-id-134 .entry-content h2 {
	text-align: center;
	margin: 34px 0 0;
}
.page-id-91 h2 {
	font-family: 'Crimson Text', serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 0;
}
.page-id-91 h2 a {
	text-decoration: none;
	text-transform: none;
}


/*
Backgrounds and Borders
---------------------------------------------------------------------------------------------------- */


.nav-primary,
.site-container,
.site-header,
.entry {
	background-color: transparent !important;
}
.site-container .top-bar {
	border-bottom: none;
}
.site-container .nav-primary {
	border-top: 2px solid #000;
}
.site-container .nav-primary:after {
	content:'';
}


/*
Home Page Widgets
---------------------------------------------------------------------------------------------------- */

/*
Home Slider Widget
--------------------------------------------- */
.home-slider {
	border-bottom: 1px solid #ddd;
	float: none;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}


/* Direction Nav */
.flex-direction-nav li a {
	width: 52px !important; 
	height: 52px !important; 
	margin: -20px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0 !important; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0 !important; 
	right: -60px !important; 
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px !important; 
}

.flex-direction-nav li .prev {
	left: -60px !important; 
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px !important; 
}

/*
Featured Circles
--------------------------------------------- */

.featured-circles .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.featured-circles {
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.featured-circles img {
	border: 1px solid #ddd;
	padding: 7px;
	border-radius: 50%;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px; 
	display: inline-block;
}

.featured-circles img:hover {
	background-color: #ddd;
}

.featured-circles .widget {
	display: inline-block;
	padding: 20px 25px;
	text-align: center;
	width: 20%;
}

.featured-circles .widget-title {
	margin-bottom: 7px;
	margin-top: 10px;
}

.featured-circles .featured-content .entry {
	border-bottom: 0;
}

/*
Home Featured Widget Area
--------------------------------------------- */

.home-featured-area .widget {
	float: left;
	margin-bottom: 10px;
	margin-top: 40px;
	padding: 0 2.8%;
	width: 33.33333333333%;
}

.home-featured-area .featured-content .entry-title {
	margin-bottom: 40px;
	margin-top: -70px;
	margin: -70px auto 40px auto;
	max-width: 300px;
}

.home-featured-area h2.entry-title {
	background-color: #000;
	opacity: 0.5;
}

.home-featured-area h2.entry-title a {
	color: #000;
	width: 100%;
}

.home-featured-area .post .entry-content p:first-child:first-letter { 
	color: #000; 
	float: none;
	font-size: 16px; 
	line-height: 1;
	margin: 0;
	padding: 0;
}

.home-featured-area .featured-content .entry {
	border: none;
}

.home article .img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 7px;
}

.home-featured-area {
	margin: 0 auto !important;
	padding: 20px 0;
	text-align: center;
}

.featured-slider {
	margin: 0 auto !important;
	text-align: center;
}

#genesis-responsive-slider {
	border: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

#genesis-responsive-slider img {
	border: none !important;
}

.slide-image img {
	padding: 0 !important;
}

.flex-direction-nav li .prev {
	left: 20px !important;
}

.flex-direction-nav li .next {
	right: 20px !important;
}

.flex-direction-nav li a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
	display: block;
}

.full-width-content .entry {
	padding-right: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar ul li {
	background-color: #fff;
	font-family: 'Old Standard TT', serif;
	text-align: center;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	/*margin-left: 2.564102564102564%;*/
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 33.333333%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
	margin-left: 2.5%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	/*margin-left: 0;*/
	text-align: center;
}

.one-third {
	text-align: center;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* Hidden Elements
--------------------------------------------- */

.site-header .title-area {
    display: none;
}


/*
Hidden Elements
--------------------------------------------- */



/* WordPress
--------------------------------------------- */

.avatar {
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100px;
	float: left;
	padding: 7px;
	width: 100px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.wp-caption-text p {
	margin: 0 0 0 0 !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #999;
}

.widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Top Bar Widget Areas
--------------------------------------------- */

.top-bar {
	background-color:transparent;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1;
	padding-bottom: 10px;
	padding-top: 15px;
	text-transform: uppercase;
}

.top-bar a {
	color: #000;
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0;
	text-transform: lowercase;
}

.top-bar a:hover {
	text-decoration: underline;
}

.top-bar-left,
.top-bar-right {
	width: 50%;
}

.top-bar-left p,
.top-bar-right p {
	margin-bottom: 0;
}

.top-bar-left {
	float: left;
}

.top-bar-left .widgetwrap {
	float: left;
}

.top-bar-right {
	float: right;
	text-align: right;
}

.top-bar .widgettitle {
	color: #e8d999;
	font-family: 'Old Standard TT', serif;
	line-height: 1;
	margin: 0 0 7px 0;
	text-transform: lowercase;
}

.top-bar-left .widgettitle {
	text-align: left;
}

.top-bar-right .widgettitle {
	text-align: right;
}

.top-bar .simple-social-icons {
	margin-bottom: -10px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #000;
	padding-top: 0;
}

.enews-widget .widget-title {
	color: #000;
}

.enews-widget input {
	padding: 10px;
	width: 60%;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f69c9b;
	color: #000;
	font-family: 'Old Standard TT', serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 7px 0;
	text-transform: lowercase;
	width: 20%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #999;
	color: #fff;
}

.footer-widgets .enews-widget input {
	margin-bottom: 10px;
	width: 100%;
}

.footer-widgets .enews-widget {
	display: inline-block;
	float: right;
	padding-right: 20px;
	width: 65%;
}

.footer-widgets .enews .widgettitle {
	text-align: right;
}

.footer-widgets .widget_nav_menu {
	display: inline-block;
	float: left;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Meta Slider Pro 
----------------------------------------------*/


.custom-arrow .flex-direction-nav li a.flex-next {
	background: url(images/bg_direction_nav.png) no-repeat -50px 1px !important;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="file"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
	padding: 0;
}

.gform_wrapper {
	max-width: 100% !important;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	border-radius: 0 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
}

div.gform_wrapper ul li {
	list-style-type: none !important;
}

.gform_wrapper input.button {
	color: #fff !important;
}

.gfield_label {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 2px;
	text-transform: uppercase !important;
}

.gform_body {
	background-color: #f5f5f5;
	border: 7px solid #eee;
	padding: 20px;
}

.gform_wrapper {
	max-width: 100%;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	border: none !important;
	color: #398F14;
    text-align: center;
    text-decoration: underline;
    /*text-shadow: 1px 1px 3px #A0A0A0;*/
}
div.wpcf7-validation-errors {
	color: red;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Portfolio Page
--------------------------------------------- */

.portfolio .entry-title {
	text-align: center;
}

.post-type-archive-portfolio .navigation {
	clear: both;
	text-transform: uppercase;
}

.portfolio-featured-image a img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.portfolio.type-portfolio.entry {
	float: left;
	padding: 0 29px;
}

.single-portfolio .type-portfolio.entry {
	float: none;
	padding: 0;
}

.portfolio-featured-image a img:hover {
	background-color: #ddd;
}

.single-portfolio #content {
	text-align: center;
}

.archive-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	background: #fff;
}

.portfolioblurb {
	font-size: 12px;
	text-align: center;
	width: 100%;
}

.portfolioblurb .textwidget {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 40px;
}

.portfolioblurb h4 {
	font-family: 'Old Standard TT', serif;
	font-size: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
}

.single-portfolio h1 {
	padding-top: 10px;
}

.post-type-archive-portfolio .portfolio .entry-content {
	display: none;
}


/* Simple Social Icons Custom Styling for swank
--------------------------------------------- */

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	padding: 0 !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	margin-bottom: 10px;
}

.site-header .wrap {
	padding: 15px 0;
}

.header-widget-area .widget.widget_text {
	margin-top: 42%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	display: inline-block;
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
	margin: 0;
	padding: 18px 0 25px 0;
	text-align: center;
	width: 320px;
}

.header-image .site-description {
	line-height: 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 58px;
	line-height: 0.8;
	margin: 0 0 12px 0;
	text-transform: none;
}

.site-title a:hover {
	color: #bbb;
}

.site-description {
	color: #bbb;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 0.5;
	margin: 0 10px;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	display: inline-block;
	float: right;
	text-align: right;
	width: 700px;
}

.header-image .site-header .widget-area {
	 padding-top: 165px;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 2px 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}

.nav-primary li a::after {
	color: #ddd;
	content: "";
	padding-left: 20px;
}

.genesis-nav-menu .sub-menu a::after {
	color: #fff !important;
	content: "";
	padding-left: 0px !important;
}

.genesis-nav-menu > .last > a::after {
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #655C5E !important;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #bbb;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #EFEBE3;
	border-top: none;
	font-size: 16px;
	padding: 5px 20px;
	position: relative;
	width: 200px;
	text-align: center;
	line-height: 1;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -39px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin-left: -35px;
/*	padding-top: 6px;
*/	z-index: 9999;
	/*display: inline-block;*/
}
.genesis-nav-menu .menu-item-119:hover > .sub-menu {
	margin-left: -54px;
}
.sub-menu {
	padding-top: 6px;
	display: inline-block;
}
#bad-ie {
	padding-top: 0;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 7px 14px 0;
	text-transform: none;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search input {
	color: #ddd;
	padding: 10px;
	
}
.genesis-nav-menu > .right.search {
	padding: 8px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

h1 {
	-webkit-margin-before: 0;
 -webkit-margin-after: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-bottom: 2px solid #000;
}

.nav-primary .current-menu-item > a {
	color: #bbb;
}

.nav-primary a:hover {
	color: #999;
}

.nav-primary .sub-menu a:hover {
	color: #555;
}

.border {
	position: relative;
	border: 1px solid black;
}

.border:before {
	content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid #ffea00;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.nav-secondary li a::after{
	color: #ddd;
	content: "|";
	padding-left: 20px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Food Menu */

.menu-wrap .menu-row {
	margin-bottom: 120px;
}
.menu-wrap .menu-row.steaks {
	margin-bottom: 150px;
}
.menu-wrap .one-whole.course {
	border-bottom: 1px solid #CCC;
}
.steaks .one-whole.course {
	margin-bottom: 20px;
}
.menu-wrap h2 {
	text-transform: uppercase;
  	margin: 0;
}
.menu-wrap .price,
.cocktail-wrap .description {
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 50px;
  letter-spacing: 0;
}
.menu-wrap .name {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
  	font-size: 18px;
  	line-height: 20px;
}
.menu-wrap .description,
.cocktail-wrap .description {
	line-height: 22px;
  	font-size: 18px;
  	letter-spacing: 0;
}
.menu-wrap .details-sm,
.menu-wrap .details-lg {
	font-weight: 700;
  	font-size: 18px;
  	line-height: 24px;
  	display: inline-block;
  	padding: 0 3%;
}
.one-whole.course {
	  margin: 20px 0 0;
}
.plates .one-third {
	margin-bottom: 40px;
	width: 30%;
	margin-right: 1.66666%;
  	margin-left: 1.66666%;
}


/* Events Calendar */

.tribe-events-month .tribe-events-calendar th {
	background-color: #000;
	color: #FFF;
}
#tribe-events-content-wrapper h2.tribe-events-page-title {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center !important;
	font-family: 'Josefin Sans', sans-serif;
}
#tribe-events #tribe-events-content-wrapper {
	text-align: center;
	margin-top: 60px;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar,
#tribe-events-bar #tribe-bar-form.tribe-bar-full .tribe-bar-filters {
	display: none;
}
#tribe-events-content-wrapper .tribe-events-month-event-title a {
	font-family: 'Crimson Text', serif;
}
#tribe-events-content-wrapper .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], 
#tribe-events-content-wrapper .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #655C5E;
  color: #fff;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-ical.tribe-events-button {
	display: none;
}
#tribe-events .tribe-events-button, 
.tribe-events-button {
	background-color: #000 !important;
	border-radius: 0 !important;
	font-family: 'Montserrat', sans-serif;
}
#tribe-events .tribe-events-button:hover, 
.tribe-events-button:hover {
	background-color: #655C5E !important;
	color: #FFF !important;
}
#tribe-events .tribe-events-content p, 
.tribe-events-after-html p, 
.tribe-events-before-html p {
	line-height: 23px !important;
}
.single-tribe_events .tribe-events-schedule h3 {
    font-family: 'Crimson Text', serif;
    font-size: 18px;
    line-height: 18px;
}
#tribe-events-content .tribe-events-schedule {
	margin: 0;
}
.tribe-events-month .tribe-events-notices {
	background: none;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
}


/* WooCommerce */

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #655C5E !important;
}
.woocommerce table.shop_table {
	border-radius: 0 !important;
}
.woocommerce-cart table.cart .product-thumbnail {
	display: none !important;
}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon {
	display: none !important;
}
.woocommerce-checkout #payment {
	background-color: transparent !important;
}
.entry-content .woocommerce a.button:hover {
	background-color: #655C5E !important;
}
.entry-content .woocommerce .order_details .product-name a {
	color: #00B900;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.cap_sales_msg {
	font-size: 14px;
}
div.woocommerce .woocommerce-info {
    border: 2px solid #000;
}
div.woocommerce .woocommerce-info:before {
    color: #000;
}
.onsale {
	display: none;
}
.woocommerce-breadcrumb {
	font-family: 'Josefin Sans', sans-serif;
}
.woocommerce ul.products li.product span.price {
	color: #000;
}
#hp-fields {
	margin: 20px 0;
}
#hp-fields h3 {
	margin-bottom: 0;
}
.woocommerce form #hall_pass_date_field label {
	font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
}

/*  Drop Cap
--------------------------------------------- */
.post .entry-content p:first-child:first-letter { 
	color: #f69c9b; 
	float: left; 
	font-family: 'Old Standard TT', serif;
	font-size: 95px; 
	line-height: 60px;
	padding-right: 4px;
}
	
/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	padding: 20px 20px 0 0;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #999;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #bbb;
	font-family: 'Old Standard TT', serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 0 7px 0;
	text-transform: lowercase;
}

.entry-time, .entry-author {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 40px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before, .entry-categories::before {
	content: "|";
	margin: 0 6px 0 2px;
}

.entry-categories a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.entry-comments-link {
	text-transform: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-family: 'Old Standard TT', serif;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ddd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #999;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

#respond textarea {
	color: #999;
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	text-transform: none;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond {
	border: 1px solid #ddd;
}

.entry-comments {
	padding: 0px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.comment-meta {
	font-family: 'Old Standard TT', serif;
}

.says {
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	text-transform: lowercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	margin-right: 12px;
	text-transform: uppercase;
}

.comment-subscription-form .subscribe-label {
	font-size: 12px;
	margin: 0;
}

p.comment-subscription-form {
	margin: 0 0 4px 0;
}

p.logged-in-as {
	margin: 0 0 2px 0;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	border-right: none;
	margin-right: -32px;
}

li.comment {
	background-color: #fff;
	border: 1px solid #ddd;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
	background-color: #f5f5f5 !important;
	border-right: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	display: none;
	font-size: 14px;
	padding: 24px;
}

.commentnumber {
	float: right;
	font-family: 'Old Standard TT', serif;
	font-size: 40px;
}

/*
Account Sidebar
---------------------------------------------------------------------------------------------------- */

/** VERY IMPORTANT TO PUT THIS BACK IN WHEN WE FIGURE OUT HOW TO FILTER THE STUPID MP NAV
 **/
 #mepr-account-nav,
.accounts header.entry-header {
 	display: none;
 }
.title-wrap {
	border-bottom: 2px solid #000;
}
.nav-wrap {
	border-top: 1px solid #000;
	margin-top: 2px;
	border-bottom: 1px solid #000;
}
.nav-wrap ul,
.nav-wrap ul li {
	list-style: none;
	margin-top: 10px;
	margin-left: 0;
}
.nav-wrap ul a,
.entry-content .nav-wrap ul a {
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.nav-wrap ul a {
	text-decoration: none;
}
.nav-wrap ul a:hover {
	color: #000;
}
.nav-wrap ul a:hover {
	text-decoration: underline;
}
#shop-btn {
	margin: 10px 0;
}
#acct-pad {
	border-top: 2px solid #000;
    margin: 2px 0 40px;
}
.renew-msg {
	margin: auto;
	max-width: 300px;
}
.price-box {
	border: 2px solid #000;
	padding: 14px;
}
.price-box.one-third {
    width: 32%;
    margin: 4% 0.5%;
}
.price-box.one-half {
    width: 48%;
    margin: 4% 0.5%;
    text-align: center;
}
.desc-title {
	text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}
.select-btn {
	font-family: 'Josefin Sans', sans-serif;
    color: #FFF;
    padding: 10px 10px 8px;
    border: 1px solid;
    margin: 0 5px;
    text-align: center;
    background-color: #000;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;
}
.select-btn:hover {
	color: #FFF;
	background-color: #655C5E;
}
.memb-desc {
	line-height: 20px;
	padding: 15px 0;
}
.mp_wrapper.full-table.three-fourths {
	width: 74.35897435897436%;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	color: #f69c9b;
}

.sidebar a:hover {
	color: #999;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #f5f5f5;
	border: 7px solid #eee;
	margin-bottom: 40px;
	padding: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: transparent;
	border-top: 1px solid black;
	color: #000;
	clear: both;
	padding-top: 30px;
}

.footer-widgets p {
	font-family: 'Old Standard TT', serif;
	font-size: 14px;
}

.footer-widgets-1 {
	width: 40%;
	float: left;
	font-size: 14px;
	font-family: 'Crimson Text', serif;
}

.footer-widgets-1:after {
	border-right: 1px solid #ddd;
}

.footer-widgets-2 {
	float: left;
	width: 20%;
	text-align: center;
}
.footer-widgets-2 a:first-child {
	margin-right: 3%;
}
.footer-widgets-3 {
  width: 40%;
  float: right;
}

.address, .hours {
	width: 100%;
}

.mobile-down {
	display: none;
}

.footer-widgets a {
	border-bottom: none;
	color: #999;
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	text-transform: lowercase;
}

.footer-widgets-1 a {
	color: #000;
    font-family: 'Crimson Text', serif;
    text-transform: none;
    font-style: normal;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widgettitle {
	color: #bbb;
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	font-style: italic;
	text-transform: none;
}

.footer-widgets-1 .widget-title {
	text-align: left;
}

.footer-widgets-2 .widget-title {
	text-align: right;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	letter-spacing: 0;
}
.site-footer {
	background-color: transparent;
	color: #000;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #000;
}

.site-footer a:hover {
	color: #303030;
}

.site-footer p {
  font-family: 'Crimson Text', serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.footer-copy {
	display: inline-block;
	border-top: 2px solid black;
}

.footer-copy h3 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	border-top: 1px solid black;
  	margin: 2px 0;
	padding: 30px 20px;
	font-size: 27px;
	letter-spacing: 0;
}

.widget-wrap #mc_embed_signup {
	background: transparent;
}

/*
Email form
---------------------------------------------------------------------- */

input#mce-EMAIL {
	width: 70%;
}
input[type="submit"] {
	background-color: #000;
	color: #fff;
	border-radius: 0;
  margin-left: -5px;
}
input:hover[type="submit"] {
	background-color: #000;
}
#mc_embed_signup h2 {
	margin: 0;
	padding: 0;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-size: 23px;
	float: left;
	text-transform: none;
}

.textwidget .fa {
	color: white;
	font-size: 25px;
	font-weight: bolder;
	border-radius: 50%;
	background-color: #655C5E;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
.textwidget .fa:hover {
	background-color: #000;
}

/*
Jetpack Sharing
---------------------------------------------------------------------------------------------------- */

.content div.sharedaddy div.sd-block {
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	padding: 0;
}

.content div.sharedaddy .sd-content {
	float: left;
	padding: 15px 0 10px 0;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 6px 18px;
}

.content a.sd-button > span {
	background-image: none !important;
	background: #999;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content a.sd-button:hover > span {
	background: #bbb;
}

.sd-content .sd-button span.share-count {
	color: #bbb !important;
	font-size: 100% !important;
}


/*
The Library Page
---------------------------------------------------------------------------------------------------- */
.entry-header .entry-title {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
  	font-weight: bold;
  	margin: 20px 0;
}

.entry-content {
  font-size: 19px;
  line-height: 23px;
  font-family: 'Crimson Text', serif; 
}
.entry-content > p {
	padding: 0 20%;
	text-align: center;
}
.josefin {
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
}
.crimson {
	font-family: 'Crimson Text', serif;
	letter-spacing: 1px;
}

/* Subpages */

.content-sidebar-wrap h2 {
	display: inline-block;
}

.one-half .circle {
	margin-left: 3%;
}
.one-half.first .circle {
	float: right;
	margin-right: 3%;
	margin-left: 0;
}
.circle.clear {
	width: 135px;
    height: 135px;
    margin: 10% auto;
}
.circle h2 {
	border-radius: 50%;
  	border: 2px solid black;
  	text-align: center;
}
.circle a {
	font-family: 'EngraversLTStdBoldFace';
	display: block;
	font-size: 23px;
	line-height: .7;
	margin: 2px;
	padding-top: 45%;
	letter-spacing: 0;
	background-color: #DCD9CF;
  	border-radius: 50%;
  	border: 1px solid black;
  	width: 135px;
  	height: 135px;
  	text-transform: uppercase;
}
/*.circle h2 {
	border-radius: 50%;
  	border: 2px solid black;
  	text-align: center;
  	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}*/

/*.circle a {
	font-family: 'EngraversLTStdBoldFace';
	font-size: 23px;
	line-height: .7;
	margin: 2px;
	padding-top: 5%;
	letter-spacing: .01em;
	background-color: #DCD9CF;
  	border-radius: 50%;
  	border: 1px solid black;
  	width: 135px;
  	height: 135px;
  	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
}*/

.circle a:hover {
	background-color: #b7b5ae;
	color: #000;
}

a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}


.cocktail-wrap {
	padding: 0 20%;
}
.cocktail-wrap .one-half {
	text-align: left;
}
.cocktail-wrap .description {
	line-height: 20px;
}

.cocktail-wrap .name {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  font-family: 'Josefin Sans', sans-serif;
}

.woocommerce input {
    padding: 7px;
}

/* content margin - maybe for all pages? */
.post-111 {
	margin-bottom: 50px;
}

/*  Reservations */

.powered-by-open-table {
	display: none;
}

.entry-content .otw-minimal-light-style {
	margin: auto;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
.content-sidebar-wrap .otw-minimal-light-style {
    background: transparent;
    border-radius: 0px;
    color: #000;
    box-shadow: none;
    border: 1px solid #000;
}
.otw-minimal-light-style input.otw-submit-btn, .otw-minimal-dark-style input.otw-submit-btn {
    width: 90%;
    background-color: #000;
    border: none;
}

.entry-content .otw-minimal-light-style .otw-widget-title {
	border: none;
	box-shadow: none;
}

.open-table-widget .btn-primary {
	border-radius: 0 !important;
}

.open-table-widget .btn-primary:hover, 
.open-table-widget .btn-primary:focus, 
.open-table-widget .btn-primary:active, 
.open-table-widget .btn-primary.active, 
.open-table-widget .open .dropdown-toggle.btn-primary, 
.open-table-widget input.otw-submit-btn:hover, 
.open-table-widget input.otw-submit-btn:focus {
	border-color: #655C5E !important;
	background-color: #655C5E !important;
}
.otw-wrapper input {
	border-radius: 0 !important;
}


/* This is a temporary element hide */
.entry-content .otw-error {
	display: none;
} 

.entry-content .otw-submit-btn {
	background-color: #000;
	border: none;
}

.entry-content .otw-submit-btn:hover {
	background: #000 !important;
}
.error404 .entry-title {
    text-align: center;
    margin: 4% 0;
}
.error404 .entry-content .search-form {
    margin: 5% auto;
}
.member-responsive .nav-wrap ul li {
	line-height: 23px;
}




/* Mobile Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;	
}

/* Navigation toggles
--------------------------------------------- */


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1140px) {
	.site-container {
		width: 90%;
	}
}


@media only screen and (max-width: 890px) {
	.member-responsive {
		width: 100%;
	}
	.three-fourths {
		margin-left: 0;
	}
	.mp_wrapper.full-table.three-fourths {
		width: 100%;
	}
}

@media only screen and (min-width: 767px) {

	/*.footer-widgets-1 {
		width: 36%;
		padding-left: 20px;
		font-size: 14px;
	}

	.footer-widgets-2 {
		width: 15%;
	}

	.footer-widgets-3 {
		float: right;
	}

	.address, .hours {
		width: 100%;
	}
	
	.mobile-down {
		display: none;
	}*/

}


/* Navigation toggles - Mobile
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	nav.nav-primary {
		position: absolute !important;
	  width: 100%;
	  top: 52px;
	  z-index: 100;
	}
	.site-container {
		width: 100%;
	}
	.site-container .nav-primary {
		border-top: none;
	}
	.nav-primary {
		border-bottom: none;
	}

	.genesis-nav-menu a, .genesis-nav-menu .sub-menu a {
		font-size: 23px;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: 0;
	}

	.genesis-nav-menu .menu-item:hover {
		background-color: #fff;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background-color: #f5f5f5;
	}

	.menu-toggle.activated:before {
		content: "\f00d";
	}

	.menu-toggle:before {
		font-size: 60px;
	  line-height: 0.5;
	  float: right;
	}

	.site-header .wrap {
		padding: 55px 0 0;
	}

	.site-title img {
		width: 55%;
	}

	.header-widget-area .widget.widget_text {
		margin-top: 0;
	}

	button.menu-toggle {
	  position: absolute;
	  top: 0;
	  z-index: 100;
	}
	.nav.nav-primary {
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 100;
	}

	.address, .hours {
		display: none;
	}

	.mobile-down {
		display: inline-block;
		padding: 0 10%;
	}

	.sans-light {
		font-size: 12px;
	}

	.header-image .site-title a {
		margin: 0 auto;
	}

	.site-header .header-widget-area.widget-area, .site-title {
		width: 100%;
	}

	.widget.widget_text {
		margin-top: 0;
	}

	.footer-widgets-1 {
		padding: 20px 0 0;
	  width: 100%;
	  float: left;
	  text-align: center;
	}

	.footer-widgets-2 {
		width: 100%;
  	text-align: center;
  	padding: 0;
	}

	.footer-widgets-3 {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	#mc_embed_signup h2 {
		padding-top: 10px;
		float: none;
	}

	.nav-primary li a::after,
	.nav-secondary li a::after {
		content: "";
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 25px;
		font-weight: 400;
		margin: 0 auto !important;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #999;
	}

	.sub-menu-toggle {
		padding: 4px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "\2261";
		color: #000;
	}

	.menu-toggle.activated:before {
		font-family: FontAwesome;
	  content: "\f00d";
	  font-size: 28px;
	  line-height: 1.1;
	}

	.sub-menu-toggle:before {
		content: "+";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	.sub-menu-toggle.activated:before {
		content: "-";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	.sub-menu-toggle:before {
		color: #000;
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 14px;
	}

}
@media only screen and (max-width: 767px) {
	#info-bubble {
		right: -28px;
	}
	#info-bubble:after {
	    left: 178px;
	}
}