/*  
Theme Name: City Grocery
Theme URI: http://wpdev.co/
Description: City Grocery theme created for the Genesis Framework.   
Author: wpdev.co  
Author URI: http://wpdev.co/  
Version: 1.0.0 
Template: genesis  
Template Version: 2.1.2  
*/

/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
*/

/* ## Baseline Normalize
 * normalize.css v3.0.1 | git.io/normalize
--------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:border-box;box-sizing:border-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Float Clearing
--------------------------------------------- */
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.restaurant-content:after,
.wrap:after,
.title-area:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

/* ## Typographical Elements
--------------------------------------------- */
body {
	color: #3f3b3a;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	background-color: #f2f0f0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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 {
	background-color: #3f3b3a;
	color: #fff;
}

::selection {
	background-color: #3f3b3a;
	color: #fff;
}

a {
	color: #6b1a00;
	text-decoration: none;
}

a:hover {
	color: #3f3b3a;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3f3b3a;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #3f3b3a;
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #3f3b3a;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #3f3b3a;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #3f3b3a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #6b1a00;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #6b1a00;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #3f3b3a;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.home .site-inner {
	padding-top: 0;
}

.page-template-page_restaurant .site-inner {
	padding-top: 0;
}

/* ## 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: 980px;
}

.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: 800px;
}

.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: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
.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: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */
.page-header {
	background-color: #6b1a00;
	padding: 8px 0;
}

.page-header-wrap {
	border-top: 1px solid #cdcac6;
	border-bottom: 1px solid #cdcac6;
	padding: 22px 5%;
}

.page-header .entry-title {
	font-family: 'open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 0;
}

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #3f3b3a;
}

.entry-title a:hover {
	color: #6b1a00;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-image: url(images/bricks.jpg);
	background-repeat: repeat-y;
	background-position: center -100px;
	background-size: cover;
}

.site-header .wrap {
	padding-bottom: 20px;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	text-align: center;
	padding: 20px 0;
}

.site-title,
.title-area .logo,
.site-description {
	float: left;
}

.site-title,
.site-description {
	width: 400px;
	text-align: right;
	opacity: 0.8;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	padding-top: 36px;
	padding-bottom: 4px;
	letter-spacing: 1px;
}

.site-title {
	text-align: right;
	margin-left: 150px;
	padding-right: 6px;
}

.site-description {
	text-align: left;
	margin-right: 150px;
	padding-left: 6px;
}

.site-title a {
	color: #000;
	opacity: 0.8;
}

.title-area .logo {
	width: 80px;
	height: 95px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70px 95px;
}

.title-area .logo a {
	display: block;
	height: 95px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #3f3b3a;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #6b1a00;
}

.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: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #3f3b3a;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #3f3b3a;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #6b1a00;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 30px;
}

.home .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #3f3b3a;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #3f3b3a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #6b1a00;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
	display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
}

.sidebar li {
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/* # Recent News
---------------------------------------------------------------------------------------------------- */
.recent-posts-area {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #555;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
}

.recent-posts-area h3,
.recent-posts-area h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
}

.rp-wrap {
	background-color: rgba(0,0,0,0.6);
	padding: 20px 0;
}

.recent-posts-area h3,
.recent-posts-area p.more {
	text-align: center;
	color: #cbc7c3;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.recent-posts-area h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.recent-posts-area h3:before,
.recent-posts-area h3:after,
.recent-posts-area p.more:before,
.recent-posts-area p.more:after {
	content: '';
	height: 1px;
	background-color: #cbc7c3;
	position: absolute;
	top: 10px;
}

.recent-posts-area h3:before,
.recent-posts-area h3:after {
	width: 520px;
}

.recent-posts-area p.more:before,
.recent-posts-area p.more:after {
	width: 475px;
}

.recent-posts-area h3:before,
.recent-posts-area p.more:before {
	left: 0;
}

.recent-posts-area h3:after,
.recent-posts-area p.more:after {
	right: 0;
}

.recent-posts-area p.more {
	font-style: italic;
	line-height: 1;
	margin-bottom: 0;
	clear: both;
}

.recent-posts-area p.more a {
	color: #cbc7c3;
}

.recent-posts-area .recent-posts {
	margin-bottom: 20px;
}

.recent-posts-area .recent-posts-1 {
	padding-left: 5%;
}

.recent-posts-area .recent-posts-2 {
	padding-right: 5%;
}

.recent-posts-area .recent-wrap {
	background-color: #cbc7c3;
	padding: 10px 20px;
	border-top: 15px solid #333;
}

.recent-posts-area .recent-posts p {
	margin-bottom: 0;
	font-size: 12px;
}

.recent-posts-area .recent-posts h4 {
	margin-bottom: 0;
	line-height: 1.625;
}

.recent-posts-area .recent-posts h4 a {
	font-size: 18px;
	color: #3f3b3a
}

.recent-posts-area .recent-posts p.post-date {
	font-style: italic;
}

.recent-posts-area .recent-posts a.more {
	display: block;
	font-weight: bold;
	color: #3f3b3a
}

.recent-posts-area .recent-posts h4 a:hover,
.recent-posts-area a.more:hover {
	color: #6b1a00;
}

/* # Footer Nav
---------------------------------------------------------------------------------------------------- */
.footer-nav {
	background-color: #222;
	text-align: center;
	padding: 8px 0;
}

.footer-nav .menu {
	line-height: 1;
}

.footer-nav .menu-item {
	display: inline-block;
	border-right: 2px solid #666;
	padding-right: 30px;
	padding-left: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer-nav .menu-item:last-child {
	border-right: none;
}

.footer-nav .menu-item a {
	color: #666;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-nav .menu-item a:hover,
.footer-nav .menu-item.current-menu-item a,
.footer-nav .menu-item.current_page_parent a {
	color: #999;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #1a1a1a;
	border-top: 1px solid #555;
	padding-top: 16px;
	color: #666;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
}

.footer-widgets .one-sixth {
	margin-left: 0;
	width: 16.6666%;
}

.footer-widgets .widget {
	padding: 0 6px;
	border-right: 1px solid #555;
}

.footer-widgets .footer-widget:last-child .widget {
	border-right: none;
}

.footer-widgets .widget-title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0;
	line-height: 1.625;
}

.footer-widgets p {
	margin-bottom: 0;
}

.footer-widgets a {
	font-weight: bold;
	color: #666; }

.footer-widgets a:hover {
	color: #999; }


/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	min-height: 122px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	padding-top: 40px;
	position: absolute;
	width: 100%;
}

.splinter img {
	vertical-align: top;
}

/* # Footer Image
---------------------------------------------------------------------------------------------------- */
.footer-image {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	min-height: 500px;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* # Logo Shortcode
---------------------------------------------------------------------------------------------------- */
.logo-sc {
	margin: 0 auto;
}

.logo-sc a {
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 215px;
	background-repeat: no-repeat;
	background-position: center center;
}

.logo-sc a.citygrocery {
	background-image: url(images/logos/citygrocery_static.png);
}

.logo-sc a.bbb {
	background-image: url(images/logos/bbb_static.png);
}

.logo-sc a.boure {
	background-image: url(images/logos/boure_static.png);
}

.logo-sc a.lamar {
	background-image: url(images/logos/lamarlounge_static.png);
}

.logo-sc a.mainevent {
	background-image: url(images/logos/mainevent_static.png);
}

.logo-sc a.snackbar {
	background-image: url(images/logos/snackbar_static.png);
}

.logo-sc a.citygrocerycatering {
	background-image: url("https://citygroceryonline.com/wp-content/uploads/2017/10/cg-gray.png");
}

.logo-sc a.citygrocery:hover {
	background-image: url(images/logos/citygrocery_hover.png);
}

.logo-sc a.bbb:hover {
	background-image: url(images/logos/bbb_hover.png);
}

.logo-sc a.boure:hover {
	background-image: url(images/logos/boure_hover.png);
}

.logo-sc a.lamar:hover {
	background-image: url(images/logos/lamarlounge_hover.png);
}

.logo-sc a.mainevent:hover {
	background-image: url(images/logos/mainevent_hover.png);
}

.logo-sc a.snackbar:hover {
	background-image: url(images/logos/snackbar_hover.png);
}

.logo-sc a.citygrocerycatering:hover {
	background-image: url("https://citygroceryonline.com/wp-content/uploads/2017/10/cg-blue.png");
}


/* # Restaurants
---------------------------------------------------------------------------------------------------- */
.restaurant-header {
	position: relative;
}

.restaurant-header .top-img {
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.restaurant-header .restaurant-logo {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -190px
}

.restaurant-header .restaurant-logo img {
	display: block;
}

.restaurant-header .hr hr {
	box-sizing: content-box;
	margin: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left: none;
	border-right: none;
	border-top: none;
	clear: both;
}
	
.restaurant-header .mid-img img {
	border-left-width: 10px;
	border-right-width: 10px;
	border-left-style: solid;
	border-right-style: solid;
	display: block;
}

.restaurant-content {
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding-top: 10px;
}

.restaurant-content .contact,
.restaurant-content .menus {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
}

.restaurant-content .contact,
.restaurant-content .menus span {
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.restaurant-content .middot {
	font-size: 32px;
	line-height: 19px;
	position: relative;
	top: 5px;
}

.restaurant-content a.social:hover .fa {
	color: #6b1a00;
}

.restaurant-content .reservations a {
	background-color: #6b1a00;
	font-size: 16px;
	line-height: 19px;
	padding: 5px 10px;
	margin-left: 5px;
}

.restaurant-content .menus {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.restaurant-content .menus a {
	color: #000;
}

.restaurant-content .menus a:hover {
	color: #6b1a00;
}

.restaurant-content .contact p,
.restaurant-content .menus p {
	margin-bottom: 0;
}

.restaurant-content .more-info {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 0;
	color: #000;
}

.restaurant-content .more-info p {
	margin-bottom: 10px;
}

.restaurant-content .more-info .info {
	float: left;
	min-height: 170px;
}

.restaurant-content .info-1 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 0 20px 0 0;
	width: 25%;
}

.restaurant-content .info-2 {
	font-size: 14px;
	font-style: italic;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 0 20px;
	width: 50%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
	line-height: 1.8;
}

.restaurant-content .info-3 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	width: 25%;
}

.restaurant-content .info-3 h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	
	.home .site-header {
		background-size: contain;
	}
}

@media only screen and (max-width: 1200px) {

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}
	
	.site-description {
		margin-right: 30px;
	}
	
	.site-title {
		margin-left: 30px;
	}
	
	.recent-posts-area h3:before,
	.recent-posts-area h3:after {
		width: 400px;
	}

	.recent-posts-area p.more:before,
	.recent-posts-area p.more:after {
		width: 350px;
	}
	
	.restaurant-content .reservations a {
		display: inline-block;
	}
}

@media only screen and (max-width: 960px) {

	.wrap {
		max-width: 800px;
	}

	.content,
	.sidebar-primary,
	.title-area .logo,
	.site-title, 
	.site-description {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}
	
	.site-title, 
	.title-area .logo, 
	.site-description {
		float: none;
	}
	
	.site-title, 
	.site-description {
		border-bottom: none;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
	
	.site-title {
		margin-left: 0;
		margin-bottom: 10px;
		padding-right: 0;
	}
	
	.site-description {
		margin-right: 0;
		margin-top: 10px;
		padding-left: 0;
	}
	
	.footer-nav .menu-item {
		padding-right: 22px;
		padding-left: 20px;
	}
	
	.recent-posts-area h3:before,
	.recent-posts-area h3:after {
		width: 320px;
	}

	.recent-posts-area p.more:before,
	.recent-posts-area p.more:after {
		width: 270px;
	}
	
	.logo-sc a {
		width: 206px;
		height: 164px;
		background-size: 206px 164px;
	}
}

@media only screen and (max-width: 800px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.restaurant-content .info-1,
	.restaurant-content .info-2,
	.restaurant-content .info-3 {
		margin: 0;
		width: 100%;
	}
	
	.restaurant-content .info-1,
	.restaurant-content .info-2 {
		border-right-width: 0;
		margin-bottom: 20px;
	}
	
	.restaurant-content .info-1,
	.restaurant-content .info-2,
	.restaurant-content .info-3 {
		padding: 0
	}
	
	.restaurant-content .more-info .info {
		min-height: inherit;
	}
	
	.footer-widgets .one-sixth {
		width: 31.623931623931625%;
	}
	
	.footer-widgets .footer-widget:nth-child(1),
	.footer-widgets .footer-widget:nth-child(2),
	.footer-widgets .footer-widget:nth-child(3) {
		margin-bottom: 20px;
	}
	
	.footer-widgets .footer-widget:nth-child(3) .widget {
		border-right: none;
	}
	
	.footer-nav .menu-item {
		border-right: 1px solid #666;
		padding-right: 16px;
		padding-left: 15px;
	}
	
	.footer-nav .menu-item a {
		font-size: 16px;
	}
	
	.recent-posts-area h3:before,
	.recent-posts-area h3:after,
	.recent-posts-area p.more:before,
	.recent-posts-area p.more:after {
		display: none;
	}
	
	.recent-posts-area .recent-posts-1 {
		padding-left: 0;
	}
	
	.recent-posts-area .recent-posts-2 {
		padding-right: 0;
	}
}

@media only screen and (max-width: 600px) {
	
	.site-title, 
	.site-description {
		letter-spacing: 0;
		font-size: 16px;
	}
	
	.page-header .entry-title {
		font-size: 24px;
		letter-spacing: 1px;
	}
	
	.footer-nav .menu-item {
		border-right: none;
		padding-right: 12px;
		padding-left: 12px;
	}
	
	.restaurant-header .restaurant-logo {
		top: 55px;
		margin-left: -125px;
		width: 250px;
	}
	
	.restaurant-header .top-img {
		height: 140px;
	}
	
	.footer-widgets .one-sixth {
		width: 48.717948717948715%;
	}
	
	.footer-widgets .footer-widget:nth-child(4) {
		margin-bottom: 20px;
	}
	
	.footer-widgets .footer-widget:nth-child(3) .widget {
		border-right: 1px solid #555;
	}
	
	.footer-widgets .footer-widget:nth-child(even) .widget {
		border-right: none;
	}
	
	.restaurant-content .middot {
		display: none;
	}
	
	.restaurant-content .city,
	.restaurant-content .phone,
	.restaurant-content .city,
	.restaurant-content .menus span,
	.restaurant-content .reservations a {
		display: block;
	}
}