/*
	Theme Name: eleven40 Child Theme | With customizations by Riavon Enterprises
	Theme URI: https://www.studiopress.com/themes/eleven40
	Description: eleven40 is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress | Customizatons by Riavon Enterprises
	Author URI: https://www.studiopress.com/ | https://riavonenterprises.com
 
	Version: 1.0
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Import Fonts
------------------------------------------------------------ */
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Lora:400italic,700italic);



/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #000;
	font-family: 'Lato', Aria, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p {
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:400;
	line-height:1.3;
}
p:empty,
.entry-content p:empty {
	display: none;
	margin:0;
	padding:0;
	height:0;
}

body {
	background: #000 url(../../uploads/2014/09/logo1.png) repeat-x 0 40px;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
{
	background-color: #fff;
	border: 1px solid #957a3a;
}

input,
label,
select,
textarea {
	box-sizing: border-box;
	color: #000;
	font-family: 'Lato', serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color:#8c0e21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

::-moz-selection {
	background-color: #cfa94e;
	color: #fff;
}

::selection {
	background-color: #cfa94e;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
   background: #000 url(images/tonys-bg-1.jpg) no-repeat 0 0px;
	background-size:cover;
	background-attachment:fixed;
}

#header {
	background:transparent;
	padding-bottom:25px;
	min-height:120px;
}

#circle {
    background: url("images/tonys-body-bg.jpg") no-repeat scroll 0 0 transparent;
    height: 275px;
    margin-bottom: -280px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

#inner .wrap:before,
#inner .wrap:after,
#header .wrap:before,
#header .wrap:after,
#nav .wrap:before,
#nav .wrap:after,
 {
    content:"";
    display:table;
}
#inner .wrap:after,
#header .wrap:after, 
#nav .wrap:after {
    clear:both;
}

#inner .wrap,
#nav .wrap,
#header .wrap,
{
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


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

#header .wrap {
	background: transparent none;
	min-height: 120px;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 30%;
}

#title {
	font-family: 'Lato', arial, serif;
	font-size: 30px;
	line-height: 1.4;
	margin: 12px 0 0 0;
	text-shadow: 0 1px #333;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	color:#fff;
	display:none;
}

#header .widget-area {
	float: right;
	width: 75%;
	position: relative;
   top: 26px;
   text-align:right;
   color:#fff;
}

#header .widget-area a {
	color:#cfa94e;
}

#header .widget-area p {
	color: #e7d3a2;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    margin-bottom: -2px;
    text-align: right;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: visible;
	padding: 0;
	text-indent: -9999px;
	width: 233px;
}

.header-image #title a {
	background: url(images/logo.png) no-repeat;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	clear: both;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	font-size: 1.25em;
   font-weight: 300;
   letter-spacing: -0.05em;
   margin-top: 10px;
   text-transform: uppercase;
   word-spacing: 0.25em;
}

.menu-primary {
	border-bottom: none;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #333;
	display: block;
	font-family: 'Lato', arial, serif;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}

#header .menu a {
	color: #fff;
	padding: 10px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #cfa94e;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #000;
	border: none;
	border-top: none;
	color: #fff;
	font-size: 1em;
	padding: 9px 10px 8px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 138px;
}

.reservations {
    background-color: #8c0e21;
    border-radius: 30px 30px 30px 30px;
    color: #FEFBF1;
    font-weight:700;
    margin: 0 0 0 10px;
}
.reservations a { color:#fff; }
.reservations a:hover {
	color:#EFE0C6!important;}



#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: #000;
	border-bottom:none;
	color: #fff;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #cfa94e;
}

#header .menu li li a:active,
#header .menu li li a:hover {
	background: #000;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	background:#000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:none
	height: auto;
	left: -9999px;
	margin: -10px 0 0 -20px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: relative;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	font-family: 'Lato', arial, serif;
	padding: 10px 15px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #cfa94e;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	background: transparent none;
}

#inner .wrap {
	background:transparent none;
	border-bottom: none;
	margin: 0 auto;
	overflow: hidden;
	padding-top:0;
}


/* Ria's Custom Home Page Widgets Home Third Widget Home Featured Content */

.home-third-one.widget-area,
.home-third-two.widget-area,
.home-third-last.widget-area {
	padding-top:0;
	width:30%;
	float:left; 
	margin-right:4%;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:600;
}

.home-third-one.widget-area img,
.home-third-two.widget-area img,
.home-third-last.widget-area img {
	
} 

.home-third-last.widget-area {
	margin-right:0;
}

.home-content {
	background: transparent;
}

.home-content:after {
	background: url("images/bg-957a3a-20p.png") repeat transparent;
    border-bottom: 1px solid #F4E9D7;
    clear: both;
    content: "";
    display: block;
    float: left;
    height: 2px;
    margin-bottom: 20px;
    width: 100%;
}


/* Page Title
------------------------------------------------------------ */

.page-title {
	border-bottom:none;
	border-top: none;
	font-family: 'Lato', serif;
	font-size: 30px;
	line-height: 1.0;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
}

.page-title p {
	font-size: inherit;
	line-height: 1.0;
	margin: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: transparent;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 950px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	background:#efe0c6 url(images/content-bg.png) no-repeat 0 50%;
	border: 10px solid #FFFFFF;
   width: 98%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	border:none;
	float: left;
	padding: 25px 39px 30px;
	width: 580px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 740px;
}

.content-sidebar #content {
	border-left: none;
	padding: 20px;
}

.content-sidebar-sidebar #content {
	border-left: none;
	padding: 25px 39px 30px 0;
	width: 620px;
}

.sidebar-content #content {
	border-right: none;
	float: right;
	padding: 25px 0 30px 39px;
}

.sidebar-sidebar-content #content {
	border-right: none;
	float: right;
	padding: 25px 0 30px 39px;
	width: 620px;
}

.full-width-content #content {
	max-width: 1080px;
   padding: 25px 20px;
   width: 100%;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 10px;
}

.entry-content a {
	color:#8c0e21;
}

.entry-content img {
	padding:6px;
	background: transparent url(images/bg-fff-70p.png);
	border:1px solid #957a3a;
}

blockquote {
	background:transparent;
	border: none;
	margin: 20px 5px 20px;
	padding: 0 60px 5px 60px;
}

blockquote p:before,
blockquote p:after {
	content: '"';
}

blockquote p,
.home-content p {
    color:#8c0e21;
    font-family: 'Lora',Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
}

.home-content a {
	color:#000;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #957a3a;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', arial, serif;
	font-weight: 400;
	letter-spacing:-.05em;
	line-height: 1.25;
	margin: 0 0 4px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #F4E9D7;
}

h1 {
	font-size: 48px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 36px;
}

h2 a,
h2 a:visited {
	color: #000;
	font-family: 'Lato', arial, serif;
}

h2 a:hover {
	color: #957a3a;
	text-decoration: none;
}

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
	font-size: 24px;
	line-height: 1.4;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 1.5em;
	margin: 0 0 5px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.after-post h4 {
	color: #957a3a;
	margin: 0 0 15px;
}

.taxonomy-description h1,
.widget-area h4 {
color: #8C0E21;
  font-size: 2em;
  font-weight: 400;
  letter-spacing:-.06em;
  text-shadow: 1px 1px 1px #F4E9D7;
  word-spacing: 0.05em;
  line-height:1;
  margin-bottom:12px;
}

.widget-area h4 a {
	color: #000;
	text-decoration: none;
}

#footer-widgets h4 {
	color: #957a3a;
	font-size: 2em;
	margin: 0 0 10px;
	padding: 0;
	text-transform:uppercase;
	text-shadow: 0 0 0 transparent;
}

h5 {
	font-size: 20px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.after-post ul,
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.after-post ul li,
.archive-page ul li,
.entry-content ul li {
	background: url(images/list.png) no-repeat top left;
	font-weight:600;
	list-style-type: none;
	margin: 0 0 5px 20px;
	padding: 0 0 0 15px;
	word-wrap: break-word;
}

.after-post ul li {
	background: url(images/list-after-post.png) no-repeat top left;
	margin: 0 0 5px 15px;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	height:0;
	visibility:hidden;
}

span.categories {
	color:#957a3a;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	color: #666;
	font-size: 14px;
	padding: 5px 0 0;
	text-transform: lowercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* After Post
------------------------------------------------------------ */

.after-post {
	background: transparent none;
	border: none;
	clear: both;
	color: #fff;
	margin: 30px 0;
	padding: 25px;
	overflow: hidden;
	text-shadow: 0 1px #111;
}

.after-post p {
	color: #fff;
}

.after-post form {
	background: url(images/arrow.png) no-repeat 40px 0;
	display: block;
	padding: 10px 0 10px 120px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #fff;
	border: 1px solid #957a3a;
	padding: 6px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	clear:both;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	margin: 3px 0 2px 0;
	color:#957a3a;
	font-size:.95em;
	font-style:italic;
	text-align:center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #444;
	border: none;
	color: #fff;
	font-family: 'Lato', arial, serif;
	font-size: 14px;
	padding: 5px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #cfa94e;
	border: none;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
   border-left: 1px solid #f4e9d7;
   display: inline;
   float: right;
   font-size: inherit;
   padding: 26px 10px 10px;
   width: 27%;
   background: transparent url(images/bg-957a3a-20p.png);
}

#sidebar-alt {
	float: left;
	padding: 25px 0 0;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: 0.9em;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin: 0 0 15px;
}

.sidebar a {
	color:#8c0e21;
}

.sidebar .widget {
	margin: 0 0 10px;
	background: transparent url(images/bg-957a3a-20p.png) repeat-x bottom;
	border-bottom:1px solid #F4E9D7;
}

.sidebar.widget-area ul li,
#footer-widgets ul li {
	border-bottom: none;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}

#footer-widgets ul li {
border:none;
margin-bottom: 0;
 padding-bottom: 6px;
    
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #cfa94e;
	color: #fff;
	cursor: pointer;
	line-height: 19px;
	padding: 8px 10px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.s {
	margin: 0 -7px 0 0;
	padding: 9px 8px;
	width: 65%;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 9px 8px;
	width: 70%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background: transparent none;
	border-top: none;
	clear: both;
	font-size: 14px;
	overflow: hidden;
}

#footer-widgets .wrap:before {
border-left: 6px solid #000000;
    border-top: 6px solid #000000;
    clear: both;
    content: url("images/plates.jpg");
    float: left;
    margin: 0 0 0 -12px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 25px;
	background: #000 url(images/footer-bg.png) no-repeat 0 50%;;
}

#footer-widgets .widget {
	background: none;
	border: none;
	clear: both;
	color:#EFE0C6;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 30px 0 0;
}

#footer-widgets p,
#footer-widgets a {
	color: #EFE0C6;
	font-size: inherit;
	margin: 0 0 10px;
	text-decoration:none;
}

#footer-widgets a:hover {
	color:#cfa94e;
}

#footer-widgets li.facebook {
	padding-left:30px;
	margin-top: 6px;
	background: transparent url(images/icon-fb-20px.png) no-repeat 0 0;
}

.sidebar.widget-area ul li.facebook {
	line-height:1.2;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets .latest-tweets {
	background: url(images/footer-twitter.png) -50px top no-repeat;
	padding-top:10px;
}

#footer-widgets .latest-tweets ul li a {
	margin-left:40px;
}

#footer-widgets .latest-tweets li span a,
#footer-widgets .latest-tweets li span a:visited {
	color: #bbb;
	text-decoration: none;
}

#footer-widgets .latest-tweets li span a:hover {
	color: #bbb;
	text-decoration: underline;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin: 0 4% 0 0;
	width: 30%;
}
.footer-widgets-1 {
	margin-left:10px;
	min-width:290px;
}

.footer-widgets-3 {
	margin-right:0;
}


/* Social Icons
------------------------------------------------------------ */

#footer-widgets ul li.social-facebook,
#footer-widgets ul li.social-linkedin,
#footer-widgets ul li.social-pinterest,
#footer-widgets ul li.social-plus,
#footer-widgets ul li.social-rss,
#footer-widgets ul li.social-twitter {
	border: none;
	float: left;
}

#footer-widgets ul li.social-facebook a,
#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-linkedin a,
#footer-widgets ul li.social-linkedin a:hover,
#footer-widgets ul li.social-pinterest a,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-plus a,
#footer-widgets ul li.social-plus a:hover,
#footer-widgets ul li.social-rss a,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a,
#footer-widgets ul li.social-twitter a:hover {
	background: #333 url(images/social-icons.png);
	display: block;
	height: 32px;
	margin: 0 20px 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
}

#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-linkedin a:hover,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-plus a:hover,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a:hover {
	background: #cfa94e url(images/social-icons.png);
}

#footer-widgets ul li.social-facebook a {
	background-position: 0 0;
}

#footer-widgets ul li.social-facebook a:hover {
	background-position: 0 0;
}

#footer-widgets ul li.social-linkedin a {
	background-position: -32px 0;
}

#footer-widgets ul li.social-linkedin a:hover {
	background-position: -32px 0;
}

#footer-widgets ul li.social-pinterest a {
	background-position: -64px 0;
}

#footer-widgets ul li.social-pinterest a:hover {
	background-position: -64px 0;
}

#footer-widgets ul li.social-plus a {
	background-position: -96px 0;
}

#footer-widgets ul li.social-plus a:hover {
	background-position: -96px 0;
}

#footer-widgets ul li.social-rss a {
	background-position: -128px 0;
}

#footer-widgets ul li.social-rss a:hover {
	background-position: -128px 0;
}

#footer-widgets ul li.social-twitter a {
	background-position: -160px 0;
}

#footer-widgets ul li.social-twitter a:hover {
	background-position: -160px 0;
}


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

#footer {
	clear: both;
}

#footer .wrap {
	overflow: hidden;
	padding: 6px 0;
	height:84px;
	background: #000 ;
}

#footer p {
 font-size: .65em;
 font-family:Arial, Helvetica, sans-serif;
 color:#f4e9d7;
 font-weight:normal;
}

#footer a,
#footer a:visited {
	color: #f4e9d7;
	font-weight:bold;
}

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

#footer .gototop {
	float: left;
	width: 0;
	visibility:hidden;
}

#footer .creds {
  float: left;
  margin-left: 10px;
  opacity: 0.5;
  position: relative;
  text-align: left;
  top: 50%;
  width: 75%;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: none;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper .top_label input.medium {
    padding: 10px !important;
}

div.gform_wrapper .top_label .gfield_label {
	margin-top:0;
}

div.gform_wrapper ul li.gfield {
    clear: both;
    margin: -4px 0 0;
    padding-bottom: 8px;
}

div.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 80%;
    border: 1px solid #957A3A;
}

div.gform_wrapper .description, 
div.gform_wrapper .gfield_description, 
div.gform_wrapper .gsection_description, 
div.gform_wrapper .instruction {
    clear: both;
    color:#8c0e21;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    margin-top: -7px; }

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
	border: 1px solid #957A3A;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}




/* Responsive Design
------------------------------------------------------------ */

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

	.wrap {
		max-width: 960px;
	}
	
   #header .widget-area p {
   	text-align:center;
   }
	
	.slide-excerpt {
		max-width:25%!important;
		overflow:hidden!important;
		padding-right:40px!important;
	}

	#content-sidebar-wrap {
		width: 770px;
	}

	#content {
		width: 400px;
	}

	.content-sidebar #content,
	.sidebar-content #content {
		width: 58%;
	}

	.content-sidebar-sidebar #content,
	.sidebar-sidebar-content #content {
		width: 440px;
	}
	
	.full-width-content #content {
		width: 92%;
	}
	
	.featuredpage img, .featuredpost img, .post-image {
max-width:80%
}

#events-list-widget-3 ul.upcoming:before, #events-list-widget-4 ul.upcoming:before {
max-width:80%;
overflow:hidden;
}
	
	.genesis-grid-even,
	.genesis-grid-odd {
		float: left;
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width:25%;
		margin-right:5%;
	}

}

@media only screen and (max-width: 1024px){
	#header .widget-area {
		width:63%;
		min-height:200px;
	}
}

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

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#sidebar-alt {
		width: 100%;
	}
	
	#inner .wrap {
		padding: 0;
		width: auto;
	}

	#header .wrap {
		background: transparent none;
	}
	
	.slide-excerpt {
		display:none!important;
	}

	.eleven40-blue #header .wrap {
		background: url(https://tonysoysterbar.com/wp-content/themes/eleven40/images/blue/logo.png) top center no-repeat;
	}

	.eleven40-green #header .wrap{
		background: url(https://tonysoysterbar.com/wp-content/themes/eleven40/images/green/logo.png) top center no-repeat;
	}

	.eleven40-red #header .wrap {
		background: url(https://tonysoysterbar.com/wp-content/themes/eleven40/images/red/logo.png) top center no-repeat;
	}
	
	#title {
		min-height: 62px;
		margin: 18px 0 0;
	}
	
	.menu-primary,
	.menu-secondary,
	#header ul.menu,
	#header .widget-area,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#header .searchform {
		float: center;
	}
	
	#header ul.menu {
		background: #000;
		float: left;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px;
	}
	
	.menu li.right {
		display: none;
	}
	
	.page-title {
		font-size: 24px;
		padding: 10px 20px;
	}
	
	.page-title p {
		line-height: 1.2;
	}
	
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		border: none;
		padding: 20px 0;
		width: 100%;
	}
	
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}
	
	.after-post form {
		background: none;
		padding: 0;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
	
	#footer .creds,
	#footer .gototop {
		float: none;
	}
	
	#footer p {
		padding: 0 20px;
		text-align: center;
	}
	
	.featuredpage img, .featuredpost img, .post-image {
max-width:80%
}
#events-list-widget-3 ul.upcoming:before, #events-list-widget-4 ul.upcoming:before {
max-width:80%;
overflow:hidden;
}

}

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

#wrap .sws_btn_xlarge {
	font-size:1rem!important;
}

#title-area {
	width:100%;
	margin-left:5%;
}

#header .widget-area p {
	display:inline-block;
	text-align:center;
	padding:10px;
	font-size:1.25em;
	background-color:#000;
	border-bottom-color:#957a3a;
	border-bottom-style:solid;
	border-bottom-width:10px;
}

.menu-primary li, .menu-secondary li, #header ul.menu li {
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color:#957a3a;
    clear: both;
    display: inline-block;
    float: left;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 4px;
    width: 98%;
}

.menu-primary li ul, .menu-secondary li ul, #header .menu li ul {
	margin: 0 0 0 20%;
}

.reservations {
    background-color: transparent;
    border-radius: 0 0 0 0; }

#genesis-responsive-slider {
	display:none;
}

#inner {
	padding-top:30px;
}

.content-sidebar #content-sidebar-wrap, 
.full-width-content #content-sidebar-wrap, 
.sidebar-content #content-sidebar-wrap {
	margin: 0 auto;
    padding: 2%;
    width: 90%;
}
featuredpage, .featuredpost {
    font-size: 0.85em;
    margin-right:8px;
}

.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	display:none;
}

.sub-menu {
	display:none!important;
}

.home-third-one.widget-area, .home-third-two.widget-area, .home-third-last.widget-area {
	width:90%;
	clear:both;
}

#events-advanced-list-widget-3 ul.upcoming:before {
	max-width:240px;
	overflow:hidden;
}

#footer .creds, #footer .gototop {
    clear: both;
    display: block;
    float: left;
    left: -30px;
    max-width: 50%;
    padding-bottom: 30px;
    padding-top: 0;
    position: relative;
    top: 0;
}

}


/* Plugin Styles */

#wrap .wp_themeSkin iframe {
	background-color:#fff;
}

.sws_btn_dandelion {
	border-color:#fff!important;
}

.sws_btn_outrageousorange {
	border-color:#ff7857!important;
}

.row-fluid h3 {
	color:#8c0e21;
	text-transform:none;
	font-family:'Lora',"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.45em; }
	
.divider_line {
	border-bottom:1px dotted #957a3a!important;
	margin-top:7px!important;
	margin-bottom:7px!important;
}

.toggle3-box {
	width:50%!important;
	margin: 0 auto!important;
}

.toggle3-title {
	color:#8c0e21!important;
	font-size:1.75em!important;
	line-height:1!important;
	margin-bottom: 0!important;
   margin-right: 0!important;
   margin-top: 0!important;
   padding: 17px 0 0 40px!important;
	}

.toggle3-content-noframe {
	margin: 6px 0 0!important;
   padding-left: 36px!important;
   background: transparent url(images/bg-fff-70p.png);
   border:1px solid #957a3a;
   border-radius:10px;
   -moz-border-radius:10px;
   }

   
h2.calendar,
p.calendar {
	padding: 10px 0 10px 0;
	text-align:center;
}

p.calendar {
  margin: -20px 0 10px;
  padding-top: 0;
  text-align:center;
}

#footer-widgets ul.upcoming {
	background: transparent;
}

.dig-in {
	font-size:12px;
	color:#cfa94e;
}

.dig-in:before {
	content:url( images/left-gold.png );
	margin-right:4px;
}

.event a {
	font-size:1.5em!important;
	line-height:1.2!important;
}

#events-advanced-list-widget-3 ul.upcoming:before {
content:url(images/live-music-header-270x100.jpg);
padding:6px;
background:#fff;
border:1px solid #957a3a;
display:block;
margin: 0 0 10px 0;
max-width: 270px;
}

ul.ads {
	max-width:900px;
	margin: 0 auto;
	overflow:hidden;
}

.ads ul li,
.ads img {
	border:1px solid #000;
	width:600px;
	height:600px;
	margin: 10px 0 10px 0;
}

#plugin-information {
	background-color:#fff;
}

.socialize-in-content-left {
    clear: both;
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.sidebar.socialize-in-content {
	visibility:hidden;
	height:0;
}

a.post-edit-link {
	display:none;
}