/*
    Theme Name: RRG
	Description: RRG is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Creative Visual Design
    Author URI: http://www.creativevisualdesign.com/
 
    Version: 1.4
  
    Template: genesis
    Template Version: 2.0
 
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Welcome
		- Welcome Feature 1-3
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- OpenTable
		- Ninja Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Media Queries

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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: 100%; /* 16px browser default */
}

body {
	color: #333;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

body.home {
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-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: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	/*margin-bottom: -4px;*/
}

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

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 600;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Roboto Slab', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1 a,
h2 a {
	color: #333;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

iframe {
	border: 1px solid #fff;	
}

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 12px;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #ff530d;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 20px;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: #111;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

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

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ff530d;
	color: #fff !important;
	cursor: pointer;
    display: inline-block;	
    font-size: 13px;
    font-weight: 400;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition:all .5s ease;	
}

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: 13px;
    font-weight: bold;	
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}


/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	


/* Circles */

.circle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	margin: 0 2px;
	min-width: 10px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
}		

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.home .site-inner {
	display: none;	
}

.site-inner {
	background: url(images/bg-rva.jpg) no-repeat center center fixed #f2f2f2;
	background-size: cover;
	clear: both;
	padding-top: 132px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* Content  */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* 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
--------------------------------------------- */

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	text-align: center;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0 20px 20px;
	text-align: center;
}

.entry-title a {
	color: #333;
	font-weight: 400;
}

.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.site-header .widgettitle {
	color: #fff;
}

.sidebar .widgettitle {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

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

/* Slider Wide
--------------------------------------------- */

.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto 20px;
    padding: 30px 0 0;
    max-width: 100%;	
}

.slider-wide .widget {
	margin: 0 0 20px;
}

.slider-wide .flexslider .slides img {
	width: 100% !important;
}

.slider-wide .flexslider {
	max-width: 100% !important;
}

/* Slider
--------------------------------------------- */

.slider {	
	background: url(/wp-content/themes/rrg/images/bg-rva.jpg) no-repeat top center fixed #f2f2f2;
	background-size: cover;
    clear: both;
	padding-top: 550px;
	text-align: center;
}

.slider .wrap {
    margin: 0 auto;
    padding: 0;
    width: 1140px;	
}

.slider .widget {
	margin: 0 0 20px;
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

/* 
Home Restaurants
---------------------------------------------------------------------------------------------------- */

.home-restaurants {
	background: #111;
	clear: both;
	color: #ccc;
    margin: 0 auto;
    text-align: center;
}

.home-restaurants .widgettitle {
	font-size: 36px;
	font-weight: 300;
	line-height: 46px;
}

.home-restaurants h4 {
	color: #fff;
}

.home-restaurants p {
	color: #ccc;
    margin: 0 0 20px;
}

.home-restaurants a {
	color: #fff;
}

.home-restaurants .entry-header .entry-meta {
	border-bottom: 1px solid #555;
}

/*
Home Features
---------------------------------------------------------------------------------------------------- */

/* Home Feature Classes */
 
/*You can add background images/colors to each section of the homepage by adding them to the classes below.
*/

.hf1,
.hf2,
.hf3,
.hf4,
.hf5,
.hf6,
.hf7 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-about-container {
	background: #000;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 100%;	
}

.home-about {
	color: #ff530d;
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px;
}

.home-even {
	background-color: #fff;
}

.home-odd {
	background-color: #111;
}

.home-feature {
	margin: 0;
	padding: 40px 0;
	width: 100%;	
}

.home-feature a img {
	display: block;
	margin: 0 auto;
}	

.home-feature-2 .widget,
.home-feature-3 .widget,
.home-feature-4 .widget,
.home-feature-5 .widget,
.home-feature-6 .widget,
.home-feature-7 .widget {
	overflow: hidden;
}

.home-feature-2 h4,
.home-feature-3 h4,
.home-feature-4 h4,
.home-feature-5 h4,
.home-feature-6 h4,
.home-feature-7 h4 {
	font-size: 36px;
	font-weight: 300;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* OpenTable
--------------------------------------------- */

#OT_form,
.OT_wrapper {
	margin: 0 auto !important;
	width: 169px !important;	
}

.OT_list {
	margin-bottom: 10px !important;
	margin-left: 0 !important;
}

.OT_list li {
	list-style: none !important;
	height: auto !important;
	margin-left: 0 !important;
	width: 100%;
}

.OT_day, .OT_time, .OT_party {
	padding: 10px 0 10px 25px !important;
}

.OT_searchTimeField, 
.OT_searchDateField, 
.OT_searchPartyField {
	width: 115px !important;	
}

.OT_ExtLink:link, 
.OT_ExtLink:visited, 
.OT_ExtLink:hover, 
.OT_ExtLink:active {
	margin: 0 auto !important;	
}

.targetDiv {
	display: none;
}

/*
Ninja Forms
---------------------------------------------------------------------------------------------------- */

ninja-forms-response-msg p,
ninja-forms-success-msg p {
	color: red;	
}

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

.head-wrap {
	background-color: #111;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 16px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	float: left;
	padding: 0;
	padding: 0;
	text-indent: -9999px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
}

.site-header .site-title a {
	background: url(images/logo.png) no-repeat;
	color: #fff;
	display: block;
	font-weight: 300;
	height: 80px;
	width: 229px;
}

.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-description {
	color: #999;
	display: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #ddd;
	float: right;
	text-align: right;
	width: auto;
}

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

.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .search-form {
	float: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	font-family: 'Roboto Slab', serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 26px 13px;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	padding: 13px 26px 13px 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #aaa;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 202px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #222;
	color: #fff;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 201px;
}

.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 { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #ff530d;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #fff;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { 
	color: #fff;
}

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

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	color: #aaa;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}

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

#responsive-menu-icon {
	background: #000;
	cursor: pointer;
	display: none;
	margin-top: 10px;
}

#responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 32px/1 'dashicons';
	margin: 0 auto;
}

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

/* Entries
--------------------------------------------- */

.entry {
	background-color: rgba(255,255,255,.9);
	padding: 40px 0;
}

.home .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.entry-content {
	padding: 0 40px 20px;
	overflow: hidden;
}

.home .entry-content {
	padding: 0 0 20px;
}

.events .entry-content h3 {
	text-align: center;	
}

.entry-content a {
	color: #ff530d;
}

.entry-content a:hover {
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
}

.entry-content ol li,
.entry-content ul li {
	margin: 0 0 20px 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ul li:before {
	/*content: "\2022 ";*/
	line-height: 1;
	padding-right: 5px;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

.entry-meta a {
	font-weight: 600;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 20px;
	text-transform: uppercase;
}

.home .entry-header .entry-meta {
	padding: 10px 0 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	overflow: hidden;
	padding: 16px 0;
}

.entry-footer  {
	background: #eee;
	padding: 10px 20px;
}

.flexcontainer {
/* On the flex container */
.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   /* You can set flex-wrap and flex-direction individually */
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   /* tweak the where items line up on the row */
   /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
   -webkit-align-content: flex-end;
   align-content: flex-end;
}}

/* Reservations
--------------------------------------------- */

.reservation-container {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	overflow: auto;
}

.reservation-container #div1 {
	margin-top: 90px;	
}

.reservation-container h2 {
	text-align: center;	
}

.reservation-container p,
.reservation-container .button {
	margin-top: 25px;	
}

/* Private Dining
--------------------------------------------- */

.pdr-top {
	text-align: center;	
}

.pdr-container {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 0 0 20px 0;
	overflow: auto;
}

.pdr-container p,
.pdr-container .button {
	margin-top: 0;	
}

.pdr-top img.aligncenter {
	display: inline-block;	
	margin: 0 10px 24px;
}

.pdr-container.hsb,
.pdr-container.prb,
.pdr-container.wck {
	border-top: 122px solid transparent;
	margin-top: -122px;
}

/* Contact
--------------------------------------------- */

.contact .one-half,
.contact h2 {
	text-align: center;
}	

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
	font-size: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	overflow: hidden;
	padding-bottom: 32px;
}

/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
}

/* Responsive Videos */

.video-container {
	height: 0; 
	overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

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

.footer-widgets {		
	background-color: #2a2a2a;	
	clear: both;
	color: #aaa;
	font-size: 16px;
	line-height: 1.4;
}

.footer-widgets .wrap {
	padding: 100px 0 60px;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets p {
	color: #aaa;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	float: right;
	width: 30.555555555%;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widgettitle {
	color: #fff;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 15px 0;
	padding-left: 0;
}

.footer-widgets .entry-content {
	padding: 0;
}

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

.site-footer {
	background: #222;
	bottom: 0;
	color: #aaa;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.site-footer .wrap {
	padding: 30px 20px;
}

.site-footer a { 
	color: #fff;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
}

.site-footer p.social {
	margin: 10px 0;	
}

.site-footer p.social img:first-child {
	margin-right: 10px;	
}

.site-footer p.societe {

}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap,
	.site-header {
		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;
	}

	.sidebar-primary,
	/*.title-area*/ {
		width: 300px;
	}

}

@media only screen and (max-width: 1140px) {
	
	.home-feature {
		padding: 20px;	
	}

}


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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.wrap {
		width: 100%;
	}
	
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.home-restaurants .wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.site-header .widget-area {
		text-align: center;
	}
	
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.nav-primary {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }

	.site-header .search-form {
		margin: 16px auto ;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.wp-caption {
		width: 100% !important;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 960px) {
	
	.genesis-nav-menu a {
	  padding: 26px 7px;
	}
	
	.feature-margin {
		margin: 0;
	}
	
	.reservation-container .button {
		text-align: center;	
	}

}

@media only screen and (max-width: 900px) {
	
	.head-wrap {
		position: relative;	
	}
	
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .site-title a {
		background: url(images/logo.png) no-repeat;
		margin: 0 auto;
	}
	
	.genesis-nav-menu a {
	  padding: 10px 7px;
	}
	
	.site-inner {
		padding-top: 0;	
	}
	
	.home-about-container {
		margin-top: -250px;	
	}

}

@media only screen and (max-width: 800px) {
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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 {
		margin: 0;
		width: 100%;
	}

}

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

	.reservation-container p {
		margin: 0;	
	}
	
	.reservation-container .button {
		margin: 0 0 20px;
	}
	
	.reservation-container .one-sixth {
		text-align: center;	
	}
	
}

@media only screen and (max-width: 650px) {
	
	.genesis-nav-menu {
		font-size: 12px;	
	}
	
	.genesis-nav-menu a {
	  padding: 10px 5px;
	}
	
	.reservation-container .reservation-logo {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}
	
	.reservation-container .button {
		margin: 20px 0;
	}

	.pdr-container {
		text-align: center;	
	}


}

@media only screen and (max-width: 600px) {
						
	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: flex;
	}
	
	.site-header .wrap {
		padding: 10px 0 0;	
	}
}
						
@media only screen and (max-width: 580px) {

	.home .wrap {
		text-align: center;	
	}
	
	.site-header .wrap {
		width: 100%;
	}
		
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-5,
	.home-feature-6,
	.home-feature-7 {
		margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
		
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.home-about {
		font-size: 14px;
		padding: 20px;	
	}
	
	.entry {
		padding: 20px 0;	
	}
	
	.entry-content {
		padding: 0 20px;	
	}

	.entry-title {
		font-size: 30px;	
	}
	
	.field-wrap.label-left .ninja-forms-field, 
	.field-wrap.label-left .ninja-forms-star-rating-control {
		margin-left: 0 !important;	
	}
	
	.pdr-top img.aligncenter {
		width: 70px;	
	}
	
	.reservation-container p {
		text-align: center;	
	}
	
	.slider {
		  background: url(/wp-content/uploads/bg-rva.jpg) no-repeat center -300px;
	}
	
	.entry-content ol, 
	.entry-content p, 
	.entry-content ul, 
	.quote-caption {
		text-align: center;	
	}
	
	.entry-content ol li, 
	.entry-content ul li {
		margin: 0 0 20px;	
	}

	
}

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

	.site-header {
		width: 100%;
	}
		
}