/*
	Theme Name: Euclid Events Master Theme
	Description: This is the Single-Page theme for the Genesis Framework.
	Author: Tim Hill, based on a theme by Sridhar Katakam
	Author URI: http://euclidmediagroup.com
	Version: 1.0
	Tags: one-page, single-page, fixed-header, lightbox, portfolio, animations, event-section
	Template: genesis
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* 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
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/
@font-face {
    font-family: 'bureaueagleboldregular';
    src: url('fonts/bureaueaglebold-webfont.woff') format('woff2'),
         url('fonts/bureaueaglebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
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}
/* 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: #222;
	font-family: "Lato",Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.625;
}
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 {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #666;
	text-decoration: none;
}
a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}
a:hover {
	color: #333;
}
p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
blockquote,
blockquote::before {
	color: #999;
}
blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}
.clear {
	clear:both;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	color:#222;
	text-transform: uppercase;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark li {
	color: #fff;
}
.dark a {
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-bottom: 5px;
}

.dark a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom: 5px;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p,
.light li {
	color: #222;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
}

h2,
h3.widget-title
{
	font-size: 58px;
	font-size: 5.8rem;
	font-family: "bureaueagleboldregular",sans-serif;
}

.single h2,
.single h3.widget-title
{
	font-size: 28px;
	font-size: 2.8rem;
	font-family: "bureaueagleboldregular",sans-serif;
	background: #a0551f;
	padding:4px 0;
	color:#fff;
	letter-spacing: 0.5px;
}

h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

.single h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
}
.logos h3 {
    font-size: 24px;
    font-family: inherit;
}
h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

.single h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 900;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
	width: auto; /* IE8 */
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	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: #f16456;
	border: none;
	box-shadow: none;
	color: #eee;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 2px;
	font-size: 14px;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ff5949;
	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;
}
/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	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;
	padding: 0.6rem 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
}
.site-inner {
	clear: both;
	padding-top: 0;
	margin-top:60px;
}
/* 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;
}
.page .content {
	width: 1140px;
    margin: 0 auto;
    background: #fff;
    float: none;
}
.full-width-content .content {
	width: 100%;
}
.page .content {
	max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    float: none;
}
.home .content {
	width:100%;
	
	
}
.home .header-logo {
	display: none;
}
.header-logo {
	text-align: center;
	padding:1em;
}
.header-logo img {
	width:180px;
}
.header-logo .widget-title {
	display: none;
}
/* 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
	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: 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
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sticky {
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.gallery-caption {
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}
.author-box {
	padding: 40px;
	padding: 4rem;
}
.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}
.author-box a {
	border-bottom: 1px solid #ddd;
}
.author-box p {
	margin-bottom: 0;
}
.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
/* Titles
--------------------------------------------- */
.entry-title {
	padding: 0;
	text-align: center;
}
.entry-title a,
.sidebar .widget-title a {
	color: #333;
}
.entry-title a:hover {
	color: #666;
}
.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}
.sidebar .widget-title a {
	border: none;
}
.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
	padding: 0;
}
/* Title Area
--------------------------------------------- */
.title-area {
	display:none;
}
.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}
.site-title a,
.site-title a:hover {
	color: #fff;
}
/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}
.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}
.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.25;
	width: 100%;
	display: flex;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 20px 10px;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
  align-items: center;
  justify-content: center;
	font-size:16px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.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;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	display: inline-block;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}
.nav-primary .sub-menu a:hover {
	color: #333;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #fff;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}
.home .entry {
	margin-bottom:0;
	padding:0;
}
.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}
.entry-content a:hover {
	color: #333;
}
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}
.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 {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}
.entry-meta a {
	border-bottom: 1px solid #ddd;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}
.entry-categories,
.entry-tags {
	display: block;
}
/*
Section specific
---------------------------------------------------------------------------------------------------- */
section#intro {
	display:none;
}
.restaurant-logo {
	text-align: center;
	max-width: 400px;
	margin:0 auto;
}
.restaurant-logo .widget-title {
	display: none;
}
.restaurant-menu {
	text-align: center;
	border: 1px solid #999;
    padding: 1em;
	margin-bottom: 2em;
}
.restaurant-location {
	clear: both;
}
.restaurant-menu h3,
.restaurant-location h3 {
	font-size: 28px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    background: #000;
    line-height: 1;
    padding: 10px 0;
    letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: center;
    font-weight: 700;
}
.restaurant-menu h4 {
	font-size: 20px;
}
	
.restaurant-menu h4.course {
	font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    background: #c1272d;
    line-height: 1;
    padding: 10px 0;
    letter-spacing: 2px;
	text-transform: uppercase;
	margin:2em 0 1em;
}
.restaurant-menu p {
	font-size: 20px;
	line-height: 1.2;
}
.restaurant-info {
	border: 1px solid #999;
    padding: 1em;
    margin-bottom: 1em;
	width: 100%;
	display: block;
	float: left;
}
.restaurant-info h5,
.restaurant-info h4,
.restaurant-info p {
	text-align: left;
}
.restaurant-info h5 {
	font-size: 16px;
}
.restaurant-info p {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.restaurant-info .button,
.acf-map .button {
	padding:10px 15px;
	padding:1rem 1.5rem;
	font-size: 12px;
	margin-bottom: 2em;
}
.restaurant-info ul li {
	font-size:16px;
	text-align:left;
}
.restaurant-link {
	clear: both;
	padding:3em 0;
	text-align: center;
	background:#333;
	
}
.restaurant-address {
	padding:0;
}

/* Restaurant tiles */
    .restaurant-container {
        display: flex; 
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content:center;
    }
    .restaurant-tile {
        margin-bottom: 10px;
        width:230px;
        padding:15px;

    }
    .restaurant-tile img {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        margin-bottom: 10px;
    }
    .restaurant-tile h4 {
        font-size: 18px;
        text-align: left;
    }
    .restaurant-tile p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .restaurant-tile a {
        border-bottom:0;
    }
    .restaurant-tile ul {
        padding: 0;
        margin-left: 0;
    }
    .restaurant-tile ul li {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
        color:#00a69c;
        margin-bottom: 5px;
        list-style-type: none;
    }
    .no-logo {
        width: 200px;
        height: 200px;
        vertical-align: middle;
        background: #eee;
        margin-bottom: 15px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        text-align: center;
        padding-top: 20px;
    }
    .no-logo a {
        font-size: 100px;
        color: #fff;
    }


.acf-map h5,
.acf-map p {
	margin-bottom: 10px;
	font-size: 16px;
}
.menu .widget-title,
.location .widget-title,
.cocktails .widget-title {
	font-size: 36px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    background: #c1272d;
    line-height: 1;
    padding: 10px 0;
    letter-spacing: 2px;
}
.menu strong,
.location strong,
.cocktails strong {
	font-size:20px;
}
.menu p, .location p, .cocktails p {
	margin-bottom: 12px;
	margin-bottom:1.2rem;
	text-align: center;
}
.menu p > strong {
	
}
.menu h4, .cocktails h4 {
	color:#c1272d;
	margin: 1.5em 0 .25em 0;
}
.location {
	text-align: center;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0 0 1em;
}
.hide {
	display:none;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}
.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}
.footer-widgets-2 {
	width: 360px;
}
.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}
.footer-widgets a:hover {
	color: #ddd;
}
.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.footer-widgets .widget-title {
	color: #fff;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
	text-transform: uppercase;
}
.site-footer a {
	color:#fff;
}
.site-footer p {
	color:#fff;
	margin-bottom: 0;
}
.social-buttons li {
    display: inline-block;
    padding: 10px 5px;
}
.social-buttons .svg-inline--fa {
    font-size: 32px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.header-image .site-header .wrap {
		background: url(https://daytonburgerweek.com/wp-content/themes/one-pager-genesis-master/images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}
}
@media only screen and (max-width: 1139px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content,
	.site-header .widget-area {
		width: 620px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}
}
@media only screen and (max-width: 1023px) {
	body {
		background-color: #fff;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	.site-header .wrap {
		padding: 0;
	}
	.header-image .site-header .wrap {
		background-position: center top;
	}
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}
	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}
	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}
	.footer-widgets {
		padding: 40px 5% 16px;
	}
	.footer-widgets-1 {
		margin: 0;
	}
}
/* Single-Page site
--------------------------------------------- */
.site-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	background:#111;
}
.site-header .wrap {
	text-align: center;
}
.site-title {
	margin-top: 0.8rem;
}
.site-inner {
	max-width: 1140px;
}
.home .site-inner {
	padding-top: 0;
}
.event-section {
	padding-top: 4em;
	padding-bottom: 2em;
	font-size: 20px;
	color: #222;
	margin:0 auto;
	max-width: 1140px;
}
.event-section .widget_sp_image {
	text-align: center;
	margin-bottom: 2em;
}
.event-section .widget_sp_image p {
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#999;
	font-size: 16px;
}
.event-section .widget_black_studio_tinymce {
	padding:0 2em 1em 2em;
	margin-bottom: 1em;
}
.event-section .widget_black_studio_tinymce p {
	font-size: 18px;
    color: #666;
    font-style: italic;
    margin-bottom: 3em;
}
.event-section .wrap {
	padding: 2em;
}
.event-section h1, .event-section h2, .event-section h3, .event-section h4, .event-section h5, .event-section h6 {
	color: #fff;
}
.event-section h2 {
	font-size: 30px;
}
.event-section .widget-title {
	display: none;
}
.event-section p:last-child {
	margin-bottom: 0;
}
.event-section a {
	color: #fff;
}
.event-section a:hover {
	color: #dbdbdb;
	text-decoration: underline;
}
.event-section ol {
	margin-left: 4rem;
	margin-top: 2rem;
}
.event-section .widget_revslider {
	padding:2em 0;
	clear:both;
}
#dynamic-to-top {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
a:focus {
	outline: none;
}
/*sponsors row -----------------------------------------------------------------------
------------------------------------------------------------------------------------*/
.sponsors {
	text-align: center;
}
.sponsors img {border:1px solid #ddd;}
.sponsors a>img {border: 1px solid #666;}
.sponsors .widget-title {
	display:none;
}
.sponsors .widget_sp_image {
	margin-top:0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	display: inline-block;
	max-width: 200px;
}
.logos img {
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
/* ## Responsive Nav CSS
---------------------------------------------------------------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
}
 
.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #fff;
}
@media only screen and (max-width: 1023px) {
	.site-inner {
		margin-top: 50px;
	}
	.event-section {
		padding: 4rem 2rem;
	}
}
@media only screen and (max-width: 900px) {
	#mobmenuright li a.mPS2id-highlight  {
    	color: #000 !important;
		border-radius:0;
	}
}
@media only screen and (max-width: 767px) {
	
	/*responsive menu classes ------------------------------------*/
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
		color: pink;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #FFF;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: pink;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 2em 0;
		width: 100%;
	}
	
	h1 {
		font-size: 48px;
		font-size: 4.8rem;
		text-transform: uppercase;
	}
	h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	h4 {
		font-size: 20px;
		font-size: 2rem;
	}
	h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	h6 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.page .content {
		padding:0 1em;
	}
	
	
}
@media only screen and (max-width: 600px) {
	.site-header {
		position: static;
	}
	.site-inner {
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.gform_wrapper .ginput_complex .ginput_left,
	.gform_wrapper .ginput_complex .ginput_right,
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100% !important;
	}
}
@media only screen and (max-width: 320px) {
	.event-section {
		padding: 2em 1em;
	}
}