/*
	Theme Name: Prairie Theme
	Theme URI: https://www.prairiefirebbq.com/
	Description: A mobile responsive theme for the Genesis Framework.
	Author: Prairie
	Author URI: http://prairiecreative.co.uk/
	
	Template: genesis
*/

/* HTML5 Reset
------------------------------*/

/* Baseline Normalize
----------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:content-box;box-sizing:content-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: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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
------------------------------*/

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/* Float Clearing
------------------------------*/

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* 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;
}


/* Fonts
------------------------------*/

@font-face {
    font-family: 'Arial Narrow';
    src: url('fonts/ArialNarrow.eot');
    src: url('fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArialNarrow.woff2') format('woff2'),
        url('fonts/ArialNarrow.woff') format('woff'),
        url('fonts/ArialNarrow.ttf') format('truetype'),
        url('fonts/ArialNarrow.svg#ArialNarrow') format('svg');
   	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}

@font-face {
    font-family: 'arialnarrowbold';
    src: url('fonts/arialnb-webfont.eot');
    src: url('fonts/arialnb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arialnb-webfont.woff2') format('woff2'),
         url('fonts/arialnb-webfont.woff') format('woff'),
         url('fonts/arialnb-webfont.ttf') format('truetype'),
         url('fonts/arialnb-webfont.svg#arialnarrowbold') format('svg');
    font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}


/* Defaults
------------------------------*/

body {
	background-color: #f1f1f1;
	color: #040d3b;
	font-family: 'Arial Narrow';
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection,
::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #040c3a;
	text-decoration: none;
}

a:hover {
	color: #ec431b;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	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: #040d3b;
	font-family: balboa,sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing:1.5px;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 23px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Object
-----------------------------*/

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Buttons
------------------------------*/

/* Forms
------------------------------*/

.gform_footer input[type="submit"] {}

body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error label:before {
		border:solid 1px #ff0000;
}
	
body .gform_wrapper .gform_body .gform_fields .validation_message {}

p.error-text {
	color:#ff0000;
}

.hideme {
	display:none;
}

.gform_confirmation_message {
	text-align:center !important;
	line-height:2 !important;
	color:#333 !important;
}

.recap-txt {
	position:relative;
	z-index:999;
	margin:10px 0 0;
	font-size:13px;
}


input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	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: #cbccd1;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #cbccd1;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Arial Narrow';
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #F15A3E;
	color: #fff;
}

.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: 700;
}

/* Wordpress
------------------------------*/

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0;
}

/* Structure
------------------------------*/

.site-container {
	background-color:#fff;
	max-width:100%;
	margin:0 auto;
}

.site-inner {
	background-color:#fff;
	margin:0 auto;
	clear: both;
	max-width: 100%;
}

.wrap {
	margin: 0 auto;
	max-width: 980px;
}

/* Utility Bar
------------------------------*/

.utility-bar {
	background-color: #666;
	position: fixed;
	width: 100%;
	max-width:100%;
	margin:0 auto;
	z-index: 999;
	font-size:14px;
	color: #fff;
	height:40px;
}
 
.utility-bar a {
	color: #fff;
}
 
.utility-bar a:hover {
	color:#efefef;
}
 
.utility-bar-left,
.utility-bar-right {
	width: 50%;
}
 
.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
	line-height:40px;
}

.utility-bar-left {
	float: left;
}
 
.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar-right ul li {
	display:inline-block;
	line-height:40px;
	padding:0 12px 0 8px;
	border-right:solid 1px #fff;
}

.utility-bar-right .dashicons {
	margin-top:10px;
}

li.instagram span.icon-instagram::before {
	font-size:18px;
	vertical-align:middle;
}


/* Header
------------------------------*/

.site-header {
	background-color: #fff;
	position: fixed;
	width:100%;
	padding:18px 0;
	max-width:100%;
	margin:0 auto 0;
	z-index: 999;
	top:0;
	-webkit-transform: translateY(-130px);
    transform: translateY(-130px);
	transition: all .4s cubic-bezier(0.46, 0.01, 0.32,1);
}

.mousemoved .site-header{
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.site-header .wrap{
	max-width:100%;
	padding: 0 4.16667vw;
}

.admin-bar .site-header {
	top: 32px;
}

.title-area {
	float: left;
	padding: 0;
	position:relative;
	z-index:9;
}

.site-title {
	font-family: 'Arial Narrow';
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title figure{
	width:109px;
	height:35px;
	background-image:url(images/logo-orange.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	float:left;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 80px;
	text-indent: -9999px;
	max-width: 200px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.site-header .widget-area { 
	float: right;
	text-align: right;
	margin-top:-1px;
}

.header-widget-area {
	margin-top:7px;
}

.burger-menu{
	display:none;
	float:left;
	cursor:pointer;
}

.burger-menu span{
	float:left;
	width:28px;
	height:3px;
	clear:both;
	background-color:#040d3b;
	position:relative;
	-webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.burger-menu span:nth-of-type(2){
	margin:5px 0;
}

/* Navigation
------------------------------*/

.menu-wrap{
	display:inline-block;
}

.nav-header{
	display:inline-block;
}

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: balboa,sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	width: 100%;
	display:inline-block;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-right:22px;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #040d3b;
	display: block;
	padding:0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu > .menu-item:hover > a,
.genesis-nav-menu .current_page_parent > a{
	color: #ec431b;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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;
	text-transform:uppercase;
	margin-left:-20px;
	padding:32px 0 0;
}

.genesis-nav-menu .sub-menu li{
	padding:0 20px 20px;
	margin-right:0 !important;
	width:100%;
}

.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;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

.site-header .sub-menu {
	background-color: #fff;
}

.nav-primary {
	background-color: #000;
	margin-bottom: 60px;
	text-align: center;
}

.nav-primary .sub-menu {
	background-color: #000;
}

.cart-icon{
	width:38px;
	height:34px;
	display:inline-block;
	background-image:url(images/cart-icon.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	vertical-align:middle;
}

.cart-icon span{
	position:absolute;
	width:18px;
	height:18px;
	line-height:19px;
	border-radius:100%;
	background-color:#ec431b;
	top:5px;
	left:0;
	right:0;
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-family: balboa,sans-serif;
	font-weight: 500;
	font-style: normal;
}

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	display:none;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	display:none;
}

.voucher {
	padding:10px 25px 8px;
	border:solid 2px #040d3b;
}

/* Homepage
------------------------------*/

.block {
	clear: both;
	overflow: hidden;
	padding: 190px 0 200px;
	text-align: center;
}

.block .widget {
	margin-bottom: 40px;
}

.block p:last-child,
.block .widget:last-child {
	margin-bottom: 0;
}

.block .featured-content .entry-title a:hover {
	color: #F15A3E;
}

.block p:last-child {
	margin-bottom: 0;
}

.block {
	background-color: #fff;
}

.home-section-1,
.home-section-3,
.home-section-5 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}


/* Home Section 1
------------------------------*/

.home .site-inner{
	margin:0 auto !important;
}

.home-section-1{
	padding:134px 0 50px!important;
	background-color:#f7e7d7;
	text-align:center;
	position:relative;
	z-index:9;
	overflow:visible !important;
}

.home-section-1 .wrap{
	max-width:100%;
	padding:0 !important;
}

.hero_image1{
	width:20%;
	margin-bottom:40px;
}

.hero_image2{
	width:60%;
}

.hero_image3{
	width:60%;
	margin-top:30px;
}

.hero-mobile{
	display:none;
}

.find-a-restaurant{
	display:inline-block;
	width:300px;
	text-align:left;
	font-size:23px;
	margin-top:10px;
	position:relative;
}

.restaurant-text{
	float:left;
	background-color:#fff;
	padding:8px 15px;
	color:#cbccd1;
	width:100%;
	position:relative;
	cursor:pointer;
	line-height:1.3;
	font-family: balboa,sans-serif;
	font-weight: 100;
	font-style: normal;
}

.restaurant-text i{
	font-size:40px;
	line-height:1;
	position:absolute;
	color:#040d3b;
	top:50%;
	right:15px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.restaurant-items{
	float:left;
	width:100%;
	height:112px;
	background-color:#fff;
	padding:0 15px;
	overflow:scroll;
	display:none;
	position:absolute;
	top:45px;
	left:0;
	font-family: balboa,sans-serif;
	font-weight: 100;
	font-style: normal;
}

.restaurant-items::-webkit-scrollbar{
	width: 10px;
	background-color: #fff;
}

.restaurant-items::-webkit-scrollbar-thumb{
	background-color: #040d3b;
}

.restaurant-items a{
	float:left;
	width:100%;
	color:#040d3b !important;
	padding:0 0 8px;
	line-height:1.3;
	text-transform:uppercase;
}

.restaurant-items a:hover{
	color:#ec431b !important;
}

.home-btn-wrap{
	float:left;
	width:100%;
	text-align: center;
	margin-top: 20px;
}

.home-btn-wrap .orange-btn{
	background-image: url(images/orange-btn-bg-flip.png) !important;
	position: relative;
}



.home-btn-wrap .orange-btn {
	margin-right: 20px;
}

.home-btn-wrap .orange-btn:last-child {
	margin-right:0;
}

.home-btn-wrap .orange-btn i{
	width:27px;
	height:30px;
	position: absolute;
	background-image: url(images/btn-icon.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top:10px;
	right:25px;
}

.home-btn-wrap br{
	display: none;
}


/* Home Section 2
------------------------------*/

.home-section-2{
	padding: 0 !important;
	background-size:cover;
	position:relative;
}

.home-section-2:before{
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	background-color:#000;
	opacity:.3;
	content:"";
	position:absolute;
}

.home-section-2 .wrap{
	max-width:100%;
	padding:0 !important;
	position:relative;
	z-index:5;
}

.block-centered{
	display:inline-block;
	padding:120px 0;
	text-align:center;
	position:relative;
	z-index:5;
}

.home-section-2 .block-centered{
	padding:100px 0 !important;
}

.block-centered img{
	margin-bottom:50px;
}

.home-section-2 .block-centered img{
	width:408px;
}

.site-btn{
	display:inline-block;
	width:297px;
	height:51px;
	font-size:23px;
	line-height:51px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-transform:uppercase;
	color:#ec431b !important;
	text-align:center;
	cursor:pointer;
	font-family: balboa,sans-serif;
	font-weight: 500;
	font-style: normal;
}

.cream-btn{
	background-image:url(images/cream-btn-bg.png);
}

.cream-btn:hover{
	color:#040d3b !important;
}

.blue-btn{
	background-image:url(images/blue-btn-bg.png);
	color:#f7e7d7 !important;
}

.blue-btn:hover{
	color:#ec431b !important;
}

.orange-btn{
	background-image:url(images/orange-btn-bg.png);
	color:#f7e7d7 !important;
}

.orange-btn:hover{
	color:#040d3b !important;
}

.burn-line2{
	width:100%;
	float:left;
}

/* Home Section 3
------------------------------*/

.home-section-3{
	background-color:#ec431b;
	padding:80px 0 0!important;
	position:relative;
}

.home-section-3 .wrap{
	max-width:100%;
	padding:0 !important;
}

.home-section-3 .block-centered{
	padding:140px 0!important;
}

.home-section-3 .block-centered img{
	width:420px;
}

.drum{
	position:absolute;
	top:36%;
	left:0;
	right:-45%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width:500px;
	margin:0 auto;
}

.hs3-burn-bottom{
	float:left;
	width:100% !important;
	margin-top:40px;
}

/* Home Section 4
------------------------------*/

.home-section-4{
	background-color:#f7e7d7;
	padding:0 0 50px!important;
	position:relative;
}

.home-section-4 .wrap{
	max-width:100%;
	padding:0 !important;
}

.burn-orange-and-cream{
	width:100%;
	display:inline-block;
}

.ashes{
	width:310px;
	position:absolute;
	z-index:3;
	top:0;
	left:0;
}

.grid-wrap{
	width:980px;
	margin:0 auto;
	padding-top:40px;
}

.grid-wrap .one-half{
	width:50%;
	margin-left:0;
	padding-right:140px;
	font-size:23px;
	color:#040d3b;
}

.grid-wrap .one-half:last-of-type{
	padding-left:140px;
	padding-right:0;
}

.grid-wrap .one-half img:first-of-type{
	height:295px;
	margin-bottom:30px;
}

.grid-wrap .one-half img:last-of-type{
	height:185px;
	margin-bottom:20px;
}

.grid-wrap .one-half .site-btn{
	margin-top:20px;
}

.grid-wrap .one-half:last-of-type .orange-btn{
	background-image:url(images/blue-btn-bg.png);
	color:#f7e7d7 !important;
}

.grid-wrap .one-half:last-of-type .orange-btn:hover{
	color:#ec431b !important;
}


/* Home Section 5
------------------------------*/

.home-section-5{
	background-attachment:inherit !important;
	background-position:center center !important;
	background-size:cover !important;
	padding:0!important;
	position:relative;
}

.home-section-5:before{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: .3;
    content: "";
    position: absolute;
}

.home-section-5 .wrap{
	max-width:100%;
	padding:0 !important;
	position:relative;
	z-index:5;
}

.home-section-5 .block-centered{
	padding:70px 0 100px!important;
}

.home-section-5 .block-centered img {
    width: 630px;
}

.home-section-5 .site-btn:first-of-type{
	margin-bottom:30px
}

.burn-line3,
.burn-line4{
	float:left;
	width:100%;
}

/* Home Section 6
------------------------------*/

.home-section-6{
	padding:100px 0 40px!important;
	position:relative;
	background-color:#f7e7d7;
	text-align:left !important;
}

.news-section .wrap{
	max-width:980px;
	padding:0 !important;
}

.news-section .one-half{
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 15px;
}

.news-section .one-half figure{
	background-size:cover;
	background-position:center center;
	margin:0;
	width:100%;
	height:210px;
}

.news-section .one-half div{
	background-color:#fff;
	padding:20px;
}

.news-section .one-half h4{
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:500;
	min-height:54px;
}

.news-section .one-half h4:hover{
	color:#ec431b;
}

.news-section .one-half .read-more{
	font-size:23px;
	color:#040d3b;
}

.news-section .one-half .read-more:hover{
	color:#ec431b;
}

.news-section .one-half .read-more span{
	display:inline-block;
	position:relative;
	top:2px;
}

.btn-wrap{
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:70px;
}

/* Hero Section
------------------------------*/

.hero-section{
	position:relative;
	padding:250px 0 170px;
	text-align:center;
	overflow:hidden;
}

.page-section{
	float:left;
	width:100%;
}

.page-section p:last-of-type{
	margin-bottom:0;
}

.hero-image-title{
	display:inline-block;
	position:relative;
	z-index:5;
}

.hero-image{
	position:absolute;
	z-index:1;
	margin:0 auto;
}

.image-after-hero{
	margin-top:-100px;
	position:relative;
	z-index:9;
}

.image-after-hero img{
	float:left;
	width:100%;
}

/* Restaurants
------------------------------*/

.restaurant-section-1 .hero-image-title{
	height:157px;
	margin-bottom:120px;
}

.restaurant-section-1 .find-a-restaurant{
	margin-top:0 !important;
	position:relative;
	z-index:5;
}

.find-res-text{
	float:left;
	width:100%;
	text-align:center;
	color:#f7e7d7;
	margin-bottom:20px
}

.restaurant-section-1 .hero-image{
	top: 50%;
    left: 0;
	right:-45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width:370px;
}

.restaurant-section-2{
	background-color:#f7e7d7;
	padding:40px 0 120px;
}

.intro-text{
	width:750px;
	text-align:center;
	margin:0 auto;
}

.intro-text p:last-of-type{
	margin-bottom:0;
}

.restaurants-items{
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:70px;
}

.restaurants-items .wrap{
	max-width:1140px;
}

.restaurants-items .one-third{
	width: -moz-calc(33.3333333% - 40px);
    width: -webkit-calc(33.3333333% - 40px);
    width: calc(33.3333333% - 40px);
	margin-left:60px;
	line-height:1.4;
}

.restaurants-items .one-third:first-of-type{
	margin-left:0;
}

.restaurants-items .one-third h3{
	text-transform:uppercase;
}

.res-address-wrap{
	display:inline-block;
	width:100%;
	min-height:150px;
}

.restaurants-items .one-third:last-of-type .res-address-wrap{
	padding:0 20px;
}

.restaurants-items p{
	margin-bottom:20px;
}

.restaurants-items p:last-of-type{
	margin-bottom:0;
}

.res-address-wrap a{
	color:#040d3b;
}

.res-address-wrap a:hover{
	color:#ec431b;
}

.restaurants-items figure{
	width:100%;
	height:340px;
	margin:0 0 20px;
	background-size:cover;
	background-position:center center;
	float:left;
	display:table;
}

.restaurants-items figure div{
	display:table-cell;
	padding:30px;
	vertical-align:middle;
}

.res-btn-wrap{
	display:inline-block;
	width:100%;
}

.small-btn{
	width:160px;
	height:55px;
	display:inline-block;
	font-size:23px;
	line-height: 59px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #f7e7d7 !important;
    text-align: center;
    cursor: pointer;
    font-family: balboa,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.blue-small-btn{
	background-image:url(images/small-blue-btn.png);
}

.blue-small-btn:hover{
	color:#ec431b !important;
}

.orange-small-btn{
	background-image:url(images/small-orange-btn.png);
}

.orange-small-btn:hover{
	color:#040d3b !important;
}

.res-btn-wrap .blue-small-btn{
	float:left;
}

.res-btn-wrap .orange-small-btn{
	float:right;
}

.burn-line-2-blue{
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}

.section-with-block .burn-line3{
	position:relative;
	z-index:5;
}

.section-with-block{
	background-size:cover;
	background-position:center center;
	text-align:center;
	position:relative;
}

.section-with-block:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: .3;
    content: "";
    position: absolute;
}

.restaurant-section-3 .block-centered img{
	width:420px;
}

.iframe-pop {
    top: 71px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: -moz-calc(100vh - 84px);
    height: -webkit-calc(100vh - 84px);
    height: calc(100vh - 84px);
	display:none;
}

.booking-iframe-res{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
	z-index: 9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width:500px;
	padding:30px;
	background-color: #f7e7d7;
}

.booking-iframe-res iframe{
	overflow:scroll;
	height:450px;
}

.booking-iframe-res .close-popup{
	color:#040d3b !important;
	top: -10px;
    right: 15px;
}


#vouchers {
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding:150px 0 0;
}

.soda-widget .btn--primary,
.btn.btn-lg.btn-block.btn-primary.next {
	background-color: #ec431b !important;
    border-color: #ec431b !important;
}

.soda-widget .btn--default,
.soda-widget .btn--ghost, 
.soda-widget .quantity__container .quantity .quantity__button,
.soda-widget .btn--default:active, 
.soda-widget .btn--default:hover,
.soda-widget .quantity__container .quantity>input {
	color: #040d3b !important;
    border-color: #040d3b !important;
}

.soda-footer {
	display:none !important;
}

.col-sm-8 h1 {
	color: #ec431b !important;
}


/* Restaurants Individual
------------------------------*/

.res-single-hero{
	padding-top:55%;
	background-size:cover;
	background-position:center center;
	position:relative;
}

.res-single-hero:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background-color:#000;
	opacity:.5;
	z-index:1;
}

.res-single-hero img.hero-image-title{
	position:absolute;
	top:40%;
	left:0;
	right:0;
	margin:0 auto;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	height: 157px;
	z-index:5;
}

.res-single-hero img:last-of-type{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	z-index:4;
}

.res-single-section-1{
	padding:40px 0 100px;
	background-color:#f7e7d7;
	position:relative;
	z-index:5;
}

.wrap1140{
	max-width:1140px;
	margin:0 auto;
}

.res-single-section-1 .wrap1140{
	position:relative;
	z-index:5;
}

.seal{
	position:absolute;
	top:-40px;
	right:0;
	z-index:2;
	width:135px;
}

.res-single-section-1 .wrap1140 > .one-third{
	width: -moz-calc(33.3333333% - 35px);
    width: -webkit-calc(33.3333333% - 35px);
    width: calc(33.3333333% - 35px);
}

.res-single-section-1 h1{
	text-transform:uppercase;
}

.booking-iframe-wrap iframe{
	height:650px;
	margin-top:30px;
}

.mobile-iframe{
	display:none;
}

.res-single-section-1 .two-thirds{
	width: -moz-calc(65% - 35px);
    width: -webkit-calc(65% - 35px);
    width: calc(65% - 35px);
	float:right;
	padding-top:10px;
}

.res-single-section-1 .two-thirds h3{
	text-transform:uppercase;
	margin-bottom:10px;
}

.find-us-title{
	margin-top:30px;
}

.facilities{
	display:inline-block;
	width:100%;
	font-size:14px;
	text-align:center;
	line-height:1.2;
	margin-top:30px;
}

.facilities .one-third{
	width:auto;
	margin-left:15%;
}

.facilities .one-third.first{
	margin-left:0;
}

.facilities i{
	display:inline-block;
	width:52px;
	height:52px;
	background-size:contain;
	background-position:center bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.map-area{
	width: 100%;
	float:left;
	position:relative;
}

.acf-map {
    width: 100%;
    height: 500px;
    margin:40px 0 0;
	float:left;
	position:relative;
}

.acf-map img {
    max-width: inherit !important;
}

.map-area .site-btn{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:30px;
	z-index:99;
}

#slide-images{
	float:left;
	width:100%;
	padding-top:60%;
	position:relative;
}

#slide-images li{
	position:absolute !important;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	-webkit-transition: all 0.5s ease-in-out !important;
	-moz-transition:    all 0.5s ease-in-out !important;
	-ms-transition:     all 0.5s ease-in-out !important;
	-o-transition:      all 0.5s ease-in-out !important;
	transition:         all 0.5s ease-in-out !important;
}

.res-single-section-2 .burn-line3{
	position:absolute;
	top:0;
	left:0;
}

.res-single-section-2 .burn-line-2-blue{
	position:absolute;
	left:0;
	bottom:0;
}

.res-single-section-2 .prev:before{
	position:absolute;
	top:50%;
	left:4.16667vw;
	z-index:99;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	content: "\f3d2";
	font-family: "Ionicons";
	color:#f7e7d7;
	font-size:100px;
}

.res-single-section-2 .next:before{
	position:absolute;
	top:50%;
	right:4.16667vw;
	z-index:99;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	content: "\f3d3";
	font-family: "Ionicons";
	color:#f7e7d7;
	font-size:100px;
}

.res-single-section-2:before{
	z-index:4;
}

.mobile-map{
	display:none;
}

/* Taproom
------------------------------*/

.taproom-section-1 .hero-image-title{
	margin:60px 0 !important;
}

.hero-mobile-image-title{
	display:none;
}

.taproom-section-2{
	background-color:#f7e7d7;
	padding:40px 0 80px;
}

.wrap750{
	max-width:750px;
	margin:0 auto;
}

.centered-text{
	text-align:center;
}

.burnline{
	width:100%;
	position:relative;
	float:left;
	z-index:3;
}

.taproom-section-3{
	background-color:#040d3b;
}

.taproom-section-3 .block-centered{
	padding:80px 0;
}

.taproom-section h2{
	margin-bottom:40px;
}

.taproom-section-3 h2{
	color:#f7e7d7;
}

.taproom-section-3 h2 span {
	font-size:20px;
}

.btns-wrap{
	display:inline-block;
	width:100%;
}

.taproom-section-3 .site-btn:nth-of-type(2){
	margin:20px 30px 0;
}

.btns-wrap span{
	display:none;
}

.taproom-section-4{
	background-color:#f7e7d7;
}

.taproom-section-4 .block-centered{
	padding:40px 0 0;
}

.taproom-section-4 .site-btn{
	margin-top:40px;
}

.taproom-section-4.section-with-block:before{
	opacity:.4;
}

/* Catering
------------------------------*/

.catering-section-1 .hero-image{
	top:45%;
	left:-45% !important;
	right:0 !important;
	width:530px !important; 
}

.catering-section-1{
	position:relative;
	padding-bottom:230px !important;
}

.blue-burn-line{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	float:left;
}

.catering-section-2{
	background-color:#040d3b;
	color:#f7e7d7;
	padding-bottom:50px;
}

.catering-section-2 h2{
	color:#f7e7d7;
}

.catering-section-2 .site-btn{
	margin-top:70px;
}

.catering-section-3{
	background-color:#f7e7d7;
}

.catering-section-3 p a{
	border-bottom:1px solid #040d3b;
	display:inline-block;
}

.catering-section-3 p a:hover{
	border-bottom:1px solid #ec431b;
}

.menu-toggle{
	display:inline-block;
	width:100%;
	margin:30px 0 65px;
	padding-bottom:5px;
	border-bottom:1px solid #040d3b;
	font-weight:bold;
	font-size:26px;
}

.menu-toggle span{
	cursor:pointer;
	display:inline-block;
	position:relative;
	padding-right:28px;
}

.menu-toggle i{
	font-size:35px;
	position:absolute;
	top:-7px;
	right:0;
}

.open-mainmenu i:before{
	content: "\f3d0" !important;
}

.main-menu-details{
	float:left;
	width:100%;
	text-align:left;
	display:none;
	margin-bottom:60px;
}

.main-menu-details .one-third{
	width: -moz-calc(33.3333333% - 33.3333333px);
    width: -webkit-calc(33.3333333% - 33.3333333px);
   	width: calc(33.3333333% - 33.3333333px);
	margin-left:50px;
}

.main-menu-details .one-third:first-of-type{
	margin-left:0;
}

.catering-section-3 .btn-wrap{
	margin-top:0 !important;
	margin-bottom:100px;
}

.catering-section-4{
	background-color:#ec431b;
	color:#f7e7d7;
}

.catering-section-4 h2{
	color:#f7e7d7;
}

.clients-logo{
	display:inline-block;
	width:100%;
	padding:50px 0;
}

.clients-logo li{
	display:inline-block;
	width:16.6666667%;
	vertical-align:middle;
	text-align:center;
}

.clients-logo li figure{
	margin:0;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	display:inline-block;
	width:60%;
	height:125px;
}

.clients-logo li:nth-child(3) figure{
	height:80px;
}

.catering-section-5 .prev:before,
.catering-section-5 .next:before{
	color:#fff;
}

/* Simple Page
------------------------------*/

.page-template-simple-page .site-inner{
	background-color: #f7e7d7;
	padding-top: 150px;
}

.page-title{
	text-transform: uppercase;
	margin-bottom: 50px;
}

.page-template-simple-page .footer-top-img{
	margin-top: 50px;
}

/* Contact
------------------------------*/

.contact-section-1 .hero-image{
	width:380px !important;
}

.contact-section-1{
	padding-bottom: 100px !important;	
}

.page-template-simple-page form,
.contact-section-2 form{
	width:620px;
	margin: 30px auto 0;
}

.page-template-simple-page form li,
.contact-section-2 form li{
	margin-bottom: 20px;
}

.page-template-simple-page form label,
.contact-section-2 form label{
	display: none;
}

.page-template-simple-page form input[type="text"], 
.page-template-simple-page form input[type="email"],
.page-template-simple-page input[type="tel"],
.page-template-simple-page textarea,
.contact-section-2 form input[type="text"], 
.contact-section-2 form input[type="email"],
.contact-section-2 form input[type="tel"],
.contact-section-2 form textarea{
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 21px;
    color: #1d1d1b;
    padding: 15px;
    height: 45px;
    outline: none !important;
    font-family: balboa,sans-serif;
    font-weight: 100;
    font-style: normal;
}

.page-template-simple-page form textarea,
.contact-section-2 form textarea{
	height:180px;
}

.page-template-simple-page ::-moz-placeholder,
.contact-section-2 ::-moz-placeholder {
	color: #cbccd1;
	opacity: 1;
	font-weight: 100;
	text-transform:uppercase;
}

.page-template-simple-page ::-webkit-input-placeholder,
.contact-section-2 ::-webkit-input-placeholder {
	color: #cbccd1;
	font-weight: 100;
	text-transform:uppercase;
}

.page-template-simple-page form input[type="submit"],
.contact-section-2 form input[type="submit"] {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 317px;
    height: 55px;
    font-size: 23px;
    padding-top: 15px;
    background-image: url(images/orange-btn-bg.png) !important;
    background-color: transparent !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: #f7e7d7 !important;
    cursor: pointer;
    font-family: balboa,sans-serif;
    font-weight: 500;
    font-style: normal;
	margin-top:40px;
}

.page-template-simple-page form input[type="submit"]:hover,
.contact-section-2 form input[type="submit"]:hover{
	color:#040d3b !important;
}

.page-template-simple-page .gform_confirmation_message,
.contact-section-2 .gform_confirmation_message {
	margin-top: 30px;
	color:#040c3a !important;
}

.toggle-items{
	display: inline-block;
	width:100%;
}

.toggle-items .menu-toggle{
	color:#f7e7d7;
	text-transform: uppercase;
	border-bottom: 1px solid #f7e7d7;
	margin-top: 0;
	margin-bottom: 35px;
	padding: 20px;
}

.toggle-items:last-of-type .menu-toggle{
	margin-top:5px;
}

.toggle-items .main-menu-details{
	text-align: center;
	color:#f7e7d7;
	border-bottom: 1px solid #f7e7d7;
	float:left;
	width:100%;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.toggle-items:last-of-type .main-menu-details{
	border-bottom:0 !important;
}

.toggle-items .main-menu-details .site-btn{
	margin-bottom: 30px;
	color:#040d3b !important;
}

.toggle-items .main-menu-details .site-btn:hover{
	color:#ec431b !important;
}

.toggle-items .main-menu-details p:last-of-type .site-btn{
	margin-bottom: 0;
}

.contact-section-4{
}

.contact-section-4 p{
	margin-bottom: 20px;
}

/* Our Story
------------------------------*/

.ourstory-section-1 .hero-image-title{
	height:245px !important;
}

.ourstory-section-1 .hero-image{
	width:430px !important;
	top:42%;
}

.ourstory-section-2{
	text-align: left !important;
	padding: 80px 0 !important;
}

.ourstory-section-2 .two-thirds{
	padding-right: 60px;
}

.ourstory-section-2 .two-thirds img{
	display: none;
}

.ourstory-section-2 .one-third img{
	margin-bottom: 20px;
}

.ourstory-section-2 .one-third img:last-of-type{
	margin-bottom: 0;
}

/* News
------------------------------*/

.news-section-hero.catering-section-1 .hero-image{
	width:230px !important;
}

.news-section-1{
	background-color: #ec431b;
	padding: 50px 0;
}

.news-section-1 h2{
	color:#fff;
}

.news-section-page .wrap{
	max-width: 960px !important;
	padding: 0 !important;
}

.news-section-page .one-half{
	float:left !important;
	width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
	margin-left: 30px !important;
	margin-right: 0 !important;
	text-align: left;
	margin-bottom: 40px !important;
}

.news-section-page .one-half:nth-of-type(2n+1){
	margin-left:0 !important;
	clear:both !important;
}

.news-section-2{
	background-color:#f7e7d7;
	padding-bottom:100px;
}

.news-section-2.news-section-page .one-third{
	display: none;
}

.news-section-2 .btn-wrap{
	margin-top:30px !important;
}

.news-section-3 .site-btn{
	top:50%;
	left:0;
	right:0;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-post .site-inner{
	background-color: #f7e7d7;	
}

.single-title-section{
	padding-top:30px;
}

.single-title-section h1{
	text-transform:uppercase;
	color:#ec431b;
	margin-bottom: 40px;
}

.single-section{
	margin-bottom: 80px;
}

.image-left,
.image-right{
	display: flex;
}

.image-and-text .one-half{
	width:50%;
	margin-left: 0;
}

.image-left .one-half:first-of-type{
	padding-right: 35px;
}

.image-left .one-half:last-of-type{
	padding-left:35px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.image-right .one-half:first-of-type{
	padding-right: 35px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.image-right .one-half:last-of-type{
	padding-left: 35px;
}

.wrap900{
	max-width:900px;
	margin: 0 auto;
}

.single-section h2{
	color:#ec431b;
	text-transform: uppercase;
}

.bold-text h2{
	margin:20px 0;
}

.bold-text img{
	display: inline-block;
	width:90%;
}

.testi-left,
.testi-right{
	display: flex;
}

.testimonial .one-half{
	width:50%;
	margin-left: 0;
	font-family: balboa,sans-serif;
	font-weight: 100;
	font-style: normal;
}

.testi-left .one-half:first-of-type{
	padding-right: 35px;
}

.testi-left .one-half:last-of-type{
	padding-left:35px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.testi-right .one-half:first-of-type{
	padding-right: 35px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.testi-right .one-half:last-of-type{
	padding-left: 35px;
}

.testimonial p{
	color:#ec431b;
	margin-bottom: 30px !important;
	font-size:50px;
	line-height: 1.2;
}

.testimonial span{
	color:#ec431b;
}

.wrap780{
	max-width: 780px;
	margin: 0 auto;
}

.single-news-list{
	padding-bottom: 0 !important;
}

.single-news-list .one-third{
	display: block !important;
}

/* Menus
------------------------------*/

.menus-section-1{
	background-color:#f7e7d7;
	position:relative;
}

.menus-section-1 .intro-text{
	padding:50px 0 100px;
	position:relative;
	z-index:5;
}

.stamp{
	position:absolute;
	top:0;
	right:-220px;
	width:220px;
}

.block-left{
	float:left;
	width:35%;
	padding:90px 0;
	color:#f7e7d7;
	text-align:left;
	position:relative;
	z-index:9;
}

.block-left h2{
	color:#f7e7d7;
}

.menus-section-2{
	position:relative;
}

.menus-box.section-with-block:before{
	z-index: 2;
}

.menus-box figure{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin: 0;
	background-size: cover;
	background-position: bottom left;
	z-index: 1;
	display: none;
}

.chicken-seal{
	position:absolute;
	top:30px;
	left:0;
	width:170px;
}

.menus-section-3{
	background-color:#f7e7d7;
	padding:10px 0 50px;
}

.menus-section-3 img:first-of-type{
	display:inline-block;
	width:350px;
	margin-bottom:20px;
}

.menus-section-3 img:last-of-type{
	display:inline-block;
	height:180px;
}

.menus-section-3 .btn-wrap{
	margin-top:50px !important;
}

/* Store
------------------------------*/

.store-section-1{
	padding-bottom: 0 !important;
}

.store-section-1 h2{
	width:auto !important;
}

.mobile-products{
	background-color: #f7e7d7;
	display: none;
}

.mobile-products .product-item{
	display: none;
}

.store-section-1 .intro-text{
	padding-bottom: 70px !important;
}

.store-section-2{
	padding-bottom: 50px;
	background-color: #f7e7d7;
}

.store-section-2 .one-third{
	width:233px;
	margin-left: 0;
}

.filter-wrap{
	background-image: url("images/store-filer-bg.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width:233px;
	height:313px;
	position: relative;
	padding: 60px 20px;
}

.filter-wrap h4{
	
	margin-bottom: 5px;
}

.filter-wrap button{
	display: inline-block;
	padding: 0 !important;
	background: none !important;
	color:#040d3b !important;
	text-transform:none;
	cursor: pointer;
	outline: none !important;
	font-size:23px;
	font-weight: 300 !important;
}

.filter-wrap button.is-checked{
	color: #e53d17 !important;
	
}

.product-grids{
	width: -moz-calc(100% - 253px);
    width: -webkit-calc(100% - 253px);
    width: calc(100% - 253px);
	float: right;
	margin-left: 0;
}

.product-grids h4{
	font-family: 'arialnarrowbold';
	text-transform:uppercase;
	text-align: center;
	letter-spacing: .5px;
	font-size: 21px;
	margin-bottom: 5px;
}

.product-item{
	width:33.3333333%;
	height:460px;
	float:left;
	text-align: center;
}

.product-item-wrap{
	padding: 0 12px;
}

.product-item figure{
	width:100%;
	background-color: #fff;
	margin: 0 0 15px;
	position: relative;
	display: inline-block;
}

.product-item figure img{
	float:left;
}

.hotp{
	position: absolute;
	top:10px;
	right:10px;
	z-index: 2;
	width:80px;
}

.product-item .price{
	font-size:21px;
}

.product-item .button{
	width:275px !important;
	height:48px !important;
	line-height: 48px !important;
	display: inline-block !important;
    font-size: 23px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: balboa !important;
    font-weight: 500 !important;
    font-style: normal !important;
	background-image: url(images/blue-btn-bg.png) !important;
    color: #f7e7d7 !important;
	padding: 0 !important;
	background-color:transparent !important;
}

.product-item .button:hover{
	color:#ec431b !important;
}

.product-item .button.coming-soon-btn{
	background-image: url(images/orange-btn-bg.png) !important;
	color: #f7e7d7 !important;
	background-color: transparent !important;
}

.product-item .button.coming-soon-btn:hover{
    color: #040d3b !important;	
}

.product-grids .coming-soon h4{
	min-height: 55px;
}

.signup-popup{
	top:71px;
	left:0;
	right:0;
	margin: 0 auto;
	position: fixed;
	z-index: 99;
	width:100%;
	height: -moz-calc(100vh - 84px);
    height: -webkit-calc(100vh - 84px);
    height: calc(100vh - 84px);
	display: none;
}

.signup-overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000;
	opacity: .5;
}

.signup-popup-wrap{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin: 0 auto;
	background-image:url("images/pop-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width:620px;
	height:435px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	padding:30px 80px;
	font-size: 16px;
	color:#fff;
}

.close-popup{
	position:absolute;
	top:0;
	right:25px;
	color:#f7e7d7;
	font-size:50px;
	z-index:9;
	cursor:pointer;
}

.popup-table{
	display: table;
	width:100%;
	height:100%;
}

.popup-cell{
	display: table-cell;
	vertical-align: middle;
}

.signup-popup-wrap form li{
	margin-bottom: 15px;
}

.signup-popup-wrap form label{
	display: none;
}

.signup-popup-wrap form input[type="text"], 
.signup-popup-wrap form input[type="email"]{
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 21px;
    color: #1d1d1b;
    padding: 15px;
    height: 45px;
    outline: none !important;
	font-family: balboa,sans-serif;
	font-weight: 300;
	font-style: normal;
}

.signup-popup-wrap ::-moz-placeholder {
	color: #cbccd1;
	opacity: 1;
	font-weight: 100;
	text-transform:uppercase;
}

.signup-popup-wrap ::-webkit-input-placeholder {
	color: #cbccd1;
	font-weight: 100;
	text-transform:uppercase;
}

.signup-popup-wrap form input[type="submit"] {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
	display: block;
	margin: 0 auto;
    width: 317px;
    height: 55px;
    font-size: 23px;
	padding-top: 20px;
	background-image: url(images/cream-btn-bg.png) !important;
	background-color: transparent !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #ec431b !important;
    text-align: center;
    cursor: pointer;
    font-family: balboa,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.signup-popup-wrap form input[type="submit"]:hover{
	background-image: url(images/cream-btn-bg.png) !important;
	background-color: transparent !important;
	color: #040d3b !important;
}

.signup-popup-wrap h2{
	color:#f7e7d7;
	text-align: center;
}

.signup-popup-wrap p.error-text{
	display: none !important;
}

/* Products
------------------------------*/

.single-product .site-container{
	background-color: #f7e7d7;
}

.single-product .site-inner{
	max-width: 1090px;
	padding: 150px 0 50px;
	background-color: #f7e7d7;
	
}

.single-product .woocommerce-product-gallery{
	width:474px !important;
	position: relative;
}

.hotp-sp{
	position: absolute;
	top:20px;
	right:20px;
	width:120px !important;
	z-index: 99;
}

.woocommerce-product-gallery__wrapper{
	background-color: #fff;
	float: left;
	width:100%;
}

.single-product .woocommerce-product-gallery .flex-control-nav li{
	background-color: #fff !important;
	margin-top:20px !important;
	margin-left: 20px !important;
	float:left;
	width: -moz-calc(33.3333333% - 13.3333333px) !important;
   	width: -webkit-calc(33.3333333% - 13.3333333px) !important;
    width: calc(33.3333333% - 13.3333333px) !important;
	clear: none !important;
}

.single-product .woocommerce-product-gallery .flex-control-nav li:nth-child(3n+1){
	clear:both !important;
	margin-left: 0 !important;
}

.single-product .summary {
	width:auto !important;
	margin-left: 0;
	float:right;
	position: relative;
}

.product-summary-wrap{
	float:left;
	width:544px;
	/*height:945px;
	background-image: url("images/product-description-bg.jpeg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom:0;
	padding: 70px 30px 0;*/
}

.product-summary-content{
	float: left;
	width:100%;
	background: #fff;
}

.product-div {
    position: relative;
    z-index: 5;
    padding: 0 30px;
	float: left;
}

.product-summary-content h1{
	display: inline-block;
	width:100%;
	text-transform: uppercase;
	text-align:center;
	padding: 0 40px !important;
	margin-bottom: 20px !important;
}

.product-summary-content h1 span{
	float: left;
	width:100%;
	height:1px;
	text-align: center;
	background-color: #040d3b;
	margin:15px 0;
}

.product-summary-content h1 span:before{
	width:85%;
	height:1px;
	float:left;
	content:"";
	background-color: #040d3b;
	top:-10px;
	position: relative;
	margin: 0 7.5%;
}

.product-summary-content h1 span:last-of-type{
	margin-top: 10px;
}

.product-summary-content h1 span:last-of-type:before{
	top:auto;
	bottom:-10px;
}

.product-summary-content .price{
	text-align: center;
	font-family: balboa,sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#040d3b !important;
	font-size: 26px !important;
	margin-bottom:20px;
}

.product-summary-content .cart{
	width:275px;
	margin: 0 auto;
}

.quantity-text{
	float:left;
	width:130px;
	height:45px;
	line-height: 45px;
	border:1px solid #040d3b;
	color:#040d3b;
	text-align: center;
	font-size:23px;
	text-transform: uppercase;
	font-family: balboa,sans-serif;
	font-weight: 300;
	font-style: normal;
}

.product-summary-content .quantity{
	margin: 0 !important;
	float: right !important;
}

.product-summary-content .quantity .qty{
	width:130px !important;
	height:45px !important;
	float: right;
	padding: 0 15px !important;
	background-color: #f7e7d7;
	color:#040d3b;
	border:0 !important;
	font-size:23px !important;
}

.product-summary-content button{
	display:inline-block !important;
	width:275px !important;
	height:48px !important;
	font-size:23px !important;
	line-height:55px;
	background-size:contain !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-image:url("images/blue-btn-bg.png") !important;
	background-color: transparent !important;
	text-transform:uppercase !important;
	color:#f7e7d7 !important;
	text-align:center !important;
	cursor:pointer !important;
	font-family: balboa,sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	padding: 0 !important;
	border-radius:0 !important;
	margin-top:15px !important;
	outline: none !important;
}

.product-summary-content button:hover{
	color: #ec431b !important;
}

.product-details-wrap{
	float:left;
	width:100%;
}

.product-details{
	border-right:1px solid #040d3b;
	padding-right: 14px;
	width: 50%;
	line-height: 1.3;
	font-size: 20px;
	float: left;
}

.woocommerce-message,
.woocommerce-info{
	border-top: 0 !important;
	color:#040d3b !important;
}

.woocommerce-message::before,
.woocommerce-info::before{
	color:#ec431b !important;
}

.wc-backward {
    width: 275px !important;
    height: 48px !important;
    line-height: 48px !important;
    display: inline-block !important;
    font-size: 23px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: balboa !important;
    font-weight: 500 !important;
    font-style: normal !important;
    background-image: url(images/blue-btn-bg.png) !important;
    color: #f7e7d7 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.wc-backward:hover {
    color: #ec431b !important;
}

.inactive-perfect-match{
	margin:0 !important;
	padding: 0 !important;
	border:0 !important;
	width:100% !important;
}

.perfect-match{
	width:50%;
	float:left;
	padding-top: 15px;
	padding-left: 20px;
}

.perfect-match ul{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top: 20px;
	position: relative;
}

.perfect-match ul li{
	float:left;
	width:100%;
	padding-bottom: 2px;
	margin-bottom: 25px;
	border-bottom:1px solid #a5a8b8;
	color:#a5a8b8;
	font-family: balboa,sans-serif !important;
	font-weight: 100 !important;
	font-style: normal !important;
	text-transform: uppercase;
	font-size: 23px;
	position: relative;
	z-index: 5;
}

.perfect-match ul.mild li:first-child,
.perfect-match ul.medium li:nth-child(2),
.perfect-match ul.hot li:nth-child(3){
	border-bottom:1px solid #b21354;
	color:#b21354;
}

.perfect-match ul img{
	position: absolute;
	z-index: 6;
	top:0;
	right:15px;
	height:100%;
}

.match-text-mobile{
	display: none;
}

.mobile-btn-cart{
	display: none !important;
}

/* Cart
------------------------------*/

.woopage .site-container{
	background-color: #f7e7d7;
}

.woopage .site-inner {
    max-width: 100%;
    padding: 150px 0 50px;
    background-color: #f7e7d7;
}

.uppercase-text{
	text-transform:uppercase;
}

.cart-section-1{
	width:940px;
	/*height:868px;
	background-image:url("images/cart-bg.jpg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding:70px 50px 0;*/
	margin:0 auto;
	font-size:20px;
}

.cart-content{
	float:left;
	width:100%;
	position: relative;
	z-index: 5;
	background-color: #fff;
}

.cart-content .woocommerce{
	position: relative;
	z-index: 5;
	padding: 0 50px;
	min-height:400px;
}

.cart-top{
	float:left;
	width:100%;
	position: relative;
	z-index: 1;
}

.cart-bottom{
	float:left;
	width:100%;
	position: relative;
	z-index: 1;
	margin-top: -50%;
}

.cart-section-1 .woocommerce table.shop_table{
	border:0 !important;
	border-bottom:1px solid #040d3b !important;
	border-radius:0 !important;
}

.cart-section-1 .woocommerce table.shop_table tr th,
.cart-section-1 .woocommerce table.shop_table tr td{
	border:0 !important;
	padding: 10px !important;
	
}

.cart-section-1 .quantity input[type="number"]{
	border:0 !important;
	padding:0 !important;
	font-size:20px !important;
}

.cart-section-1 .woocommerce .product-remove a.remove{
	background:none !important;
	color:#ec431b !important;
	font-size:20px !important;
	opacity:1;
}

.cart-section-1 .woocommerce .product-remove a.remove span{
	font-weight:100 !important;
	font-size:13px;
	font-style:italic;
	line-height: 1.2;
	vertical-align: bottom;
	margin-right:5px;
	display: none;
}

.cart-section-1 .cart_totals {
	float:left !important;
	width:100% !important;
}

.cart-section-1 .cart_totals h2{
	font-size:28px;
	font-weight:100;
	text-transform:uppercase;
	padding-left: 10px;
	margin-bottom:10px;
	letter-spacing: .5px;
}

.cart-section-1 .cart_totals td{
	text-align:right;
}

.woocommerce  .cart_totals table.shop_table tr:first-of-type th,
.woocommerce  .cart_totals table.shop_table tr:first-of-type td{
	border-bottom:1px dotted #040d3b !important;
}

.woocommerce .cart_totals table.shop_table tr:nth-of-type(2) th,
.woocommerce .cart_totals table.shop_table tr:nth-of-type(2) td{
	border-bottom:1px solid #040d3b !important;
}

.woocommerce  .cart_totals table.shop_table{
	border-bottom:0!important;
}

#shipping_method li input[type="radio"]{
	display: inline-block;
    vertical-align: middle !important;
    position: relative;
    top: -3px;
}

.cart-note{
	font-size:16px;
	padding:0 10px;
	font-style: italic;
	margin-top:30px;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
	margin-bottom: 20px !important;
	padding: 10px 45px!important;
	font-size: 18px !important;
	border-top:0 !important;
	color:#040d3b !important;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before{
	top:11px !important;
	left:15px !important;
	color:#ec431b !important;
}

.cart_totals .wc-proceed-to-checkout{
	padding:0 !important;
}

.cart_totals .button {
    display: inline-block !important;
    width: 275px !important;
    height: 48px !important;
    font-size: 23px !important;
    line-height: 48px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(images/orange-btn-bg.png) !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    color: #f7e7d7 !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: balboa,sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-top:0 !important;
    outline: none !important;
}

.cart_totals .button:hover{
	color:#040d3b !important;
}

/* Checkout
------------------------------*/

.checkout-section-1 .wrap{
	max-width: 975px;
	padding: 0;
}

.checkout-section-1 h1{
	border-bottom:1px solid #040d3b;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.checkout-section-1 .screen-reader-text{
	width:auto !important;
	height:auto !important;
	position: relative !important;
	clip: inherit !important;
	overflow: visible !important;
}

.checkout-section-1 h3{
	font-weight:100;
	text-transform:uppercase;
	font-size:28px;
	letter-spacing: .5px;
}

.checkout-section-1 .woocommerce form .form-row label{
	font-size:18px;
}

.checkout-section-1 form input[type="text"], 
.checkout-section-1 form input[type="email"],
.checkout-section-1 form input[type="tel"],
.checkout-section-1 form select,
.checkout-section-1 form textarea,
.checkout-section-1 .select2-container--default .select2-selection--single{
    background: #fff;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 18px;
    color: #040d3b;
    padding: 15px;
    height: 35px;
    outline: none !important;
}

.checkout-section-1 form textarea{
	height:120px !important;
}

.checkout-section-1 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border:0 !important;
	width:atuo !important;
	margin-left: -20px !important;
    margin-top: -15px !important;
}

.checkout-section-1 .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
	content: "\f3d0" !important;
	font-size: 30px;
    color: #040d3b;
	font-family: "Ionicons";
}

.checkout-section-1 .select2-container--default .select2-selection--single{
	padding:5px 5px !important;
}

.checkout-section-1 .form-row{
	padding:0 !important;
}

.checkout-section-1 .woocommerce form .form-row-first{
	width:48% !important;
}

.checkout-section-1 .woocommerce form .form-row-last{
	width:48% !important;
}

.checkout-section-1 .custom-checkbox,
.woocommerce-terms-and-conditions-wrapper label{
	position: relative;
	cursor: pointer;
	padding-left: 45px;
	margin-top: 20px;
	display: inline-block !important;
}

.checkout-section-1 .custom-checkbox input[type="checkbox"],
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]{
	display: none !important;
}

.checkout-section-1 .custom-checkbox span{
	width:35px;
	height:35px;
	position: absolute;
	top:0;
	left:0;
	background-color:#fff;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:after{
	width:35px;
	height:35px;
	position: absolute;
	top:0;
	left:0;
	background-color:#fff;
	content:"";
}

.checkout-section-1 .custom-checkbox input[type="checkbox"]:checked + span,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:after{
	background-color: #ec431b;
}

.checkout-section-1 .woocommerce-checkout-review-order-table, 
.checkout-section-1 #order_review_heading {
    display: none !important;
}

.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table {
    display: table !important;
}

.checkout-section-1 .woocommerce-checkout-payment{
	background:none !important;
	padding: 0 !important;
	margin-top:30px !important;
	font-size:18px;
}

.checkout-section-1 .wc_payment_methods{
	background:none !important;
	border:0 !important;
	padding: 0 !important;
}

.checkout-section-1 .payment_method_paypal{
	background:none !important;
	padding: 0 !important;
	color:#040d3b !important;
}

.checkout-section-1 .about_paypal,
.checkout-section-1 .woocommerce-checkout #payment div.payment_box::before{
	display: none;
}


.checkout-section-1 button {
    display: inline-block !important;
    width: 275px !important;
    height: 48px !important;
    font-size: 23px !important;
    line-height: 48px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(images/orange-btn-bg.png) !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    color: #f7e7d7 !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: balboa,sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-top: 40px !important;
    outline: none !important;
	float:left !important;
}

.checkout-section-1 button:hover,
.checkout-section-1 .woocommerce form .form-row .required,
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{
	color:#040d3b !important;
}

.checkout-section-1 .woocommerce .col2-set .col-1{
	width:480px !important;
}

.checkout-section-1 .woocommerce .col2-set .col-2{
	width:385px !important;
}

.checkout-section-1 .woocommerce .col2-set .col-2 .shipping{
	display: none !important;
	
}

.order-wrap{
	width: 385px;
    /*height: 392px;
    background-image: url(images/checkout-order-bg.jpg);
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;*/
    padding-bottom: 0;
    /*padding: 65px 20px 0;*/
	margin-bottom: 30px;
	font-size:18px;
}

.woocommerce-additional-fields{
	margin-top: 40px;
}

.order-content-wrap{
	float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    background-color: #fff;
}

.order-content-wrap-div{
	position: relative;
    z-index: 5;
	float: left;
	width:100%;
	padding: 0 20px;
}

.order-wrap h3{
	text-align: center;
	margin-bottom: 10px;
}

.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table{
	border:0 !important;
}

.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tr th,
.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tr td{
	border-top:1px dotted #dedadc !important;
}

.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tr:first-of-type th,
.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tr:first-of-type td{
	border-top:0 !important;
}

.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tfoot tr:first-of-type th,
.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tfoot tr:first-of-type td{
	border-top:1px dotted #dedadc !important;
}

.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tfoot tr:last-of-type th,
.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tfoot tr:last-of-type td{
	border-top:1px solid #040d3b !important;
}


/* Content & Inner Pages
------------------------------*/

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.content-sidebar {
		background-color: #f6f6f6 !important;
}

.content-sidebar .content {
		background-color:#fff;
		padding:30px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0;
	width: 100%;
}

.full-width-content.prairie-home .content {
	padding: 0;
}

.entry {
	margin-bottom: 100px;
}

.sidebar .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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: #000;
	color: #ddd;
}

/* Entry Meta
------------------------------*/

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header {
	text-align: center;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
------------------------------*/

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Arial Narrow';
	font-size: 14px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #F15A3E;
	color: #fff;
}

/* Comments
------------------------------*/

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/*
Sidebar
------------------------------*/

.sidebar {
	background-color:#fff;
	float: right;
	width: 360px;
	padding:30px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Top  Widgets
------------------------------*/

.footer-top-content{
	width:100%;
	float:left;
}

.footer-top-img{
	width:100%;
	float:left;
}

.genesis-nav-menu .sub-menu li.cc-btn-desktop{
	cursor: pointer;
}

.genesis-nav-menu .sub-menu li.cc-btn-mobile{
	display: none;
	cursor: pointer;
}

#custom_html-13 {
    top: 71px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: -moz-calc(100vh - 84px);
    height: -webkit-calc(100vh - 84px);
    height: calc(100vh - 84px);
	color:#f7e7d7;
	font-family: balboa,sans-serif;
	font-weight: 300;
	font-size:30px;
	display: none;
}

#custom_html-13 a{
	color:#f7e7d7;
}

.cc-wrap{
	z-index: 5;
	position: absolute;
	top:50%;
	left:0;
	right:0;
	width:750px;
	padding: 60px 30px 40px;
	background-color: #ec431b;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
}

.cc-wrap .site-btn{
	margin-top:15px;
}

.cc-wrap .site-btn:first-of-type{
	margin-right:20px;
}

/*
Footer Widgets
------------------------------*/
.footer-widgets {
	background-color: #040d3b;
	clear: both;
	font-size: 23px;
	padding: 20px 0 90px;
}

.footer-widgets .wrap{
	max-width:980px;
	padding:0 !important;
}

.footer-widgets,
.footer-widgets a{
	color: #f7e7d7;
}

.footer-widgets a:hover {
	color: #ec431b;
}

.footer-widgets-1{
	float:left;
	width:40%;
}

.footer-widgets-2{ 
	float:right;
	width: 40%;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-newsletter{
	position:relative;
	padding-top:100px;
	padding-left:45px;
}

.match-stick{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:420px;
}

.footer-newsletter form{
	position:relative;
	padding-right:145px;
	z-index:5;
}

.footer-newsletter form label{
	display:none;
}

.footer-newsletter form input[type="email"] {
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 23px;
    color: #040d3b;
    padding: 15px;
    height: 50px;
    font-family: balboa,sans-serif;
    font-weight: 100 !important;
    font-style: normal !important;
    outline: none !important;
}

.footer-newsletter ::-moz-placeholder {
	color: #cbccd1;
	opacity: 1;
	font-weight: 100;
	text-transform:uppercase;
}

.footer-newsletter ::-webkit-input-placeholder {
	color: #cbccd1;
	font-weight: 100;
	text-transform:uppercase;
}

.footer-newsletter .gform_confirmation_message{
	line-height:1.5 !important;
	color:#f7e7d7 !important;
}

.footer-newsletter .gform_footer{
	position:absolute;
	top:-5px;
	right:0;
	z-index:5;
}

.footer-newsletter form input[type="submit"] {
    width: 137px;
    height: 60px;
    color: #f7e7d7;
    font-size: 23px;
    font-family: balboa,sans-serif;
    font-weight: 500;
    font-style: normal;
	background:url(images/newsletter-btn-bg.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    padding: 0;
    float: right;
}

.footer-newsletter form input[type="submit"]:hover{
	color:#040d3b;
}

.footer-newsletter p.error-text{
	display:none;
}

.social-medias{
	margin:20px 0 !important;
	font-size:35px;
}

.social-medias a{
	display:inline-block;
	margin-right:20px;
}

.copy-right{
	font-size:16px;
}

.copy-right span{
	display:inline-block;
	margin-top:15px;
}

.copy-right span.comma{
	margin-top:0;
}

.copy-right br:nth-of-type(2){
	display:none;
}

.copy-right span.footer-branding{
	margin-top:0;
	margin-bottom:15px;
}

/* Copyright
------------------------------*/
.site-footer {
	background-color: #000;
	padding: 40px 0;
	display:none;
}

.footer-left {
	float:left;
	width:50%;
	text-align: left;
}

.footer-right {
	float:right;
	width:50%;
	text-align:right;
}


.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #F15A3E;
}

.site-footer p {
	font-family: 'Arial Narrow';
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}




/* Media Queries
------------------------------*/

@media only screen and (min-width: 1500px) {
	
	.genesis-nav-menu{
		font-size:18px;
	}
	
	.cart-icon span{
		line-height:20px;
	}

	.booking-iframe-res iframe{
		height:600px;
	}
}

@media only screen and (min-width: 1800px) {
	
	.genesis-nav-menu{
		font-size:22px;
	}
	
	.cart-icon span{
		line-height:19px;
	}
}

@media only screen and (max-width: 1250px) {

	.site-header .wrap {
		padding:0 20px;
	}
	
	.res-single-section-2 .prev:before{
		left:20px;
	}
	
	.res-single-section-2 .next:before{
		right:20px;
	}
	
	.chicken-seal{
		width:150px;
		top:15px;
	}

}

@media only screen and (max-width: 1190px) {
	
	.stamp{
		width:180px;
		right:-160px;
	}
}

@media only screen and (max-width: 1180px) {
	
	.restaurants-items .wrap{
		max-width:920px;
		padding:0 !important;
	}
	
	.restaurants-items .one-third {
    	width: -moz-calc(33.3333333% - 13.3333333px);
    	width: -webkit-calc(33.3333333% - 13.3333333px);
    	width: calc(33.3333333% - 13.3333333px);
		margin-left:20px;
	}
	
	.restaurants-items .one-third:last-of-type .res-address-wrap{
		padding:0;
	}
	
	
	.restaurants-items figure{
		height:280px;
	}
	
	.small-btn{
		width:140px;
		height:48px;
		line-height:48px;
		font-size:18px;
	}
	
	.restaurants-items .site-btn{
		width:277px;
		height:48px;
		line-height:48px;
		font-size:18px;
	}
	
	.wrap1140{
		max-width:100%;
		padding:0 20px;
	}
	
	.res-single-section-2 .prev:before,
	.res-single-section-2 .next:before{
		font-size:80px;
	}
	
	.store-section-2 .wrap1140{
		max-width: 1000px;
		padding: 0;
	}
	
	.hotp{
		width:60px;
	}
	
	.product-item{
		height:440px;	
	}
	
	.product-grids h4,
	.product-item .price{
		font-size:17px;
	}
	
	.product-item .button {
    	width: 220px !important;
    	height: 38px !important;
    	line-height: 38px !important;
		font-size:20px !important;
	}
	
	.product-grids .coming-soon h4{
		min-height: 50px;
	}
	
}

@media only screen and (max-width: 1130px) {
	
	.single-product .site-inner {
    	max-width: 900px;
	}
	
	.single-product .woocommerce-product-gallery{
		width:355px !important;
	}
	
	.product-summary-wrap {
    	width:500px;
    	/*height: 868px;
		padding:50px 20px 0;*/
	}
	
	.product-div{
		padding:0 20px;
	}
	
	
	.product-summary-content h1{
		padding:0 10px !important;
		font-size:35px !important;
		margin-bottom: 10px !important;
	}
	
	.product-summary-content .price{
		margin-bottom: 15px;
	}
	
	.quantity-text{
		height:35px;
		line-height: 35px;
		font-size:18px
	}
	
	.product-summary-content .quantity .qty {
    	height: 35px !important;
		font-size:20px !important;
	}
	
	.product-details{
		font-size:18px;
	}
	
	.perfect-match ul li{
		font-size: 20px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1080px) {
	
	.menus-section-1 .intro-text{
		width:640px;
	}
}

@media only screen and (min-width: 1041px) {

	.menus-section-3 .site-btn{
		width: 340px;
    	height: 56px;
    	line-height: 57px;
	}
}

@media only screen and (max-width: 1040px) {
	
	.genesis-nav-menu{
		font-size:15px;
	}
	
	.wrap,
	.footer-widgets .wrap,
	.news-section .wrap{
		max-width:100%;
		padding:0 20px;
	}
	
	.footer-widgets .wrap{
		padding:0 20px !important;
	}
	
	.home-section-5 .block-centered img{
		width:500px;
	}
	
	.home-section-2 .block-centered img{
		width:323px;
	}
	
	.menus-section-3 img:last-of-type{
		height:138px;
	}
	
	.menus-section-3 img:first-of-type{
		width:250px;
	}
	
	.home-section-3 .block-centered img,
	.restaurant-section-3 .block-centered img{
		width:334px;
	}
	
	.restaurant-section-1 .hero-image-title,
	.res-single-hero img.hero-image-title{
		height:123px;
	}
	
	.grid-wrap{
		width:800px;
	}
	
	.grid-wrap .one-half{
		padding-right:0;
		width:auto;
	}
	
	.grid-wrap .one-half:last-of-type{
		padding-left:0;
		float:right;
	}
	
	.grid-wrap .one-half img:first-of-type{
		height:220px;
	}
	
	.grid-wrap .one-half img:last-of-type{
		height:121px;
	}
	
	.site-btn {
    	width: 240px;
    	height: 42px;
    	font-size: 18px;
    	line-height: 45px;
	}
	
	.contact-section-2 form input[type="submit"]{
		width: 240px !important;
    	height: 42px !important;
    	font-size: 18px !important;
    	line-height: 45px !important;
		padding-top: 0 !important;
	}
	
	.drum{
		width:300px;
		left:auto;
		right:20px;
	}
	
	.restaurant-section-1 .hero-image{
		width:300px;
		left:auto;
		right:20px;
	}
	
	.catering-section-1 .hero-image {
    	left: 20px !important;
		right:auto !important;
    	width: 380px !important;
	}
	
	.block-centered{
		padding:100px 0;
	}
	
	.home-section-2 .block-centered{
		padding:70px 0 !important;
	}
	
	.home-section-3 .block-centered{
		padding:90px 0 !important;
	}
	
	.news-section .wrap{
		padding:0 10px !important;
	}
	
	.news-section .one-third{
		margin:0 10px;
	}
	
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 19px;
	}

	h6 {
		font-size: 17px;
	}
	
	.footer-widgets-1{
		width:50%;
	}
	
	.seal{
		width:100px;
	}
	
	.store-section-2 .wrap1140 {
    	max-width: 800px;
    	padding: 0;
	}	
	
	.product-grids {
    	width: -moz-calc(100% - 210px);
    	width: -webkit-calc(100% - 210px);
    	width: calc(100% - 210px);
    	float: right;
	}
	
	.product-item {
    	height: 350px;
	}
	
	.product-grids h4, .product-item .price {
    	font-size: 15px;
	}	
	
	.product-item .button,
	.wc-backward {
    	width: 150px !important;
    	height: 26px !important;
    	line-height: 26px !important;
    	font-size: 16px !important;
	}
	
	.filter-wrap{
		width:186px !important;
		height:250px;
	}
	
	.cart-section-1{
		width:900px;
	}
	
	.checkout-section-1 .wrap{
		max-width:900px;
	}
	
	.checkout-section-1 .woocommerce .col2-set .col-1{
		width:400px !important;
	}
	
	.ourstory-section-1 .hero-image-title {
    	height: 180px !important;
	}
	
	.ourstory-section-1 .hero-image{
		width:360px !important;
	}
	
	.news-section-page .wrap{
		max-width: 100% !important;
		padding: 0 20px !important;
	}
	
	.news-section-page .one-third {
    	width: -moz-calc(33.3333333% - 13.3333333px);
    	width: -webkit-calc(33.3333333% - 13.3333333px);
    	width: calc(33.3333333% - 13.3333333px);
    	margin-left: 20px !important;
	}
	
	.news-section-page .one-third:nth-of-type(3n+1) {
    	margin-left: 0 !important;
	}

	.contact-section-1 .hero-image {
    	width: 250px !important;
	}
	
	.home-btn-wrap .orange-btn i {
    	width: 22px;
    	height: 25px;
		top:9px;
	}
}

@media only screen and (max-width: 960px) {
	
	.site-header{
		padding:15px 0;
	}
	
	.site-title figure{
		width:120px;
		height:39px;
	}
	
	.header-widget-area{
		margin-top:0;
	}
	
	.genesis-nav-menu .menu-item{
		margin-right:15px;
	}
	
	.find-a-restaurant{
		font-size:20px;
	}
	
	.restaurant-items{
		height:102px;
		top:42px;
	}
	
	.home-section-1{
		padding: 110px 0 50px !important;
	}
	
	.grid-wrap .one-half{
		font-size:20px;
	}
	
	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 23px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}
	
	.news-section .one-third .read-more,
	.footer-widgets{
		font-size:18px;
	}
	
	.social-medias{
		font-size:30px;
	}
	
	.copy-right{
		font-size:14px;
	}
	
	.hero-section{
		padding:180px 0 120px;
	}
	
	body{
		font-size:18px;
	}
	
	.res-single-section-2 .prev:before,
	.res-single-section-2 .next:before{
		font-size:60px;
	}
	
	.menu-toggle{
		font-size:20px;
	}
	
	.menu-toggle span{
		padding-right:23px;
	}
	
	.menu-toggle i{
		font-size:30px;
	}
	
	.stamp{
		width:140px;
		right:-80px;
	}
	
	.chicken-seal{
		width:100px;
	}
	
	.testi-left .one-half:first-of-type,
	.testi-right .one-half:first-of-type,
	.image-left .one-half:first-of-type,
	.image-right .one-half:first-of-type{
		padding-right: 25px;
	}

	.testi-left .one-half:last-of-type,
	.testi-right .one-half:last-of-type,
	.image-left .one-half:last-of-type,
	.image-right .one-half:last-of-type{
		padding-left:25px;
	}
	
	.testimonial p{
		font-size:40px;
	}

	.catering-section-1 {
    	padding-bottom: 150px !important;
	}

	.news-section-hero.catering-section-1 .hero-image {
    	width: 150px !important;
    	left: -50% !important;
    	right: 0 !important;
	}

}

@media only screen and (max-width: 950px) {
	
	.restaurant-section-2{
		padding:40px 0 80px;
	}
	
	.restaurants-items .wrap{
		width:747px;
	}
	
	.restaurants-items figure{
		height:250px;
	}
	
	.small-btn {
    	width: 110px;
    	height: 38px;
    	line-height: 38px;
    	font-size: 16px;
	}
	
	.restaurants-items .site-btn {
    	width: 219px;
    	height: 38px;
		line-height:38px;
    	font-size: 16px;
	}
	
	.single-product .site-inner {
    	max-width: 800px;
	}
	
	.single-product .woocommerce-product-gallery{
		width:325px !important;
	}
	
	.product-summary-wrap {
    	width:420px;
    	/*height: 729px;
		padding:50px 20px 0;*/
	}
	
	.product-summary-content h1{
		padding:0 10px !important;
		font-size:35px !important;
		margin-bottom: 10px !important;
	}
	
	.product-summary-content .price{
		margin-bottom: 15px;
	}
	
	.quantity-text{
		height:35px;
		line-height: 35px;
		font-size:18px
	}
	
	.product-summary-content .quantity .qty {
    	height: 35px !important;
		font-size:18px !important;
	}
	
	.product-details{
		font-size:15px;
	}
	
	.perfect-match ul li{
		font-size: 17px;
		margin-bottom: 15px;
	}
	
	.cart-section-1{
		width:800px;
		/*height:738px;*/
		font-size:17px;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove{
		font-size:17px !important;
	}
	
	.cart-note{
		font-size:14px;
	}
	
	.cart-note p{
		margin-bottom:20px;
	}
	
	.woopage .site-inner{
		padding:110px 0 50px;
	}
	
	.cart-section-1 .quantity input[type="number"]{
		font-size:17px !important;
	}
	
	.checkout-section-1 .wrap{
		max-width:800px;
	}
	
	.checkout-section-1 .woocommerce .col2-set .col-1{
		width:380px !important;
	}
	
	.wrap900{
		max-width: 100%;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 840px) {
	
	.site-title figure{
		width:100px;
		height:32px;
		margin-top:3px;
	}
	
	.genesis-nav-menu{
		font-size:14px;
	}
	
	.genesis-nav-menu .menu-item {
    	margin-right: 10px;
	}
	
	.grid-wrap{
		width:650px;
	}
	
	.home-section-5 .block-centered img{
		width:400px;
	}
	
	.home-section-2 .block-centered img{
		width:259px;
	}
	
	.menus-section-3 img:last-of-type {
    	height: 111px;
	}
	
	.menus-section-3 img:first-of-type {
    	width: 180px;
	}
	
	.home-section-3 .block-centered img,
	.restaurant-section-3 .block-centered img{
		width:267px;
	}
	
	.restaurant-section-1 .hero-image-title,
	.res-single-hero img.hero-image-title{
		height:100px;
	}
	
	.grid-wrap .one-half img:last-of-type{
		height:119px;
	}
	
	.site-btn {
   		width: 190px;
    	height: 33px;
    	font-size: 16px;
    	line-height: 35px;
	}
	
	.contact-section-2 form input[type="submit"]{
		width: 190px !important;
    	height: 33px !important;
    	font-size: 16px !important;
    	line-height: 35px !important;
	}
	
	.block-centered img,
	.home-section-5 .site-btn:first-of-type{
		margin-bottom:20px;
	}
	
	.grid-wrap .one-half img:first-of-type{
		height:190px;
	}
	
	.grid-wrap .one-half{
		font-size:18px;
	}
	
	.block-centered{
		padding:60px 0;
	}
	
	.home-section-2 .block-centered,
	.home-section-5 .block-centered {
    	padding: 40px 0 !important;
	}
	
	.home-section-3 .block-centered{
		padding:60px 0;
	}
	
	.drum{
		width:250px;
	}
	
	.restaurant-section-1 .hero-image{
		width:200px;
	}
	
	.catering-section-1 .hero-image {
    	width: 280px !important;
	}
	
	.home-section-6{
		padding:60px 0 30px !important;
	}
	
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 17px;
	}

	h6 {
		font-size: 15px;
	}
	
	.news-section .one-third .read-more,
	.footer-widgets{
		font-size:16px;
	}
	
	.footer-newsletter{
		padding-top:70px;
	}
	
	.footer-newsletter form{
		padding-right:125px;
	}
	
	.footer-newsletter form input[type="email"]{
		height:45px;
		font-size:18px;
	}
	
	.footer-newsletter .gform_footer{
		top:-2px;
	}
	
	.footer-newsletter form input[type="submit"] {
    	width: 115px;
    	height: 50px;
		font-size:18px;
	}
	
	.match-stick{
		width:320px;
	}
	
	.facilities .one-third{
		margin-left:10%;
	}
	
	.stamp{
		width:110px;
		right:-20px;
	}
	
	.signup-popup,
	#custom_html-13{
		top:65px;
		height: -moz-calc(100vh - 65px);
    	height: -webkit-calc(100vh - 65px);
    	height: calc(100vh - 65px);
	}

	.iframe-pop{
		top:65px;
	}
	
	.cart-section-1 {
    	width: 750px;
    	/*height: 692px;*/
		font-size:15px;
		/*padding: 60px 30px 0;*/
	}
	
	.cart-content .woocommerce{
		padding: 0 30px;
	}
	
	.cart-section-1 .cart_totals h2{
		font-size:21px;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove{
		font-size:15px !important;
	}
	
	.cart-section-1 .quantity input[type="number"]{
		font-size:15px !important;
	}
	.cart_totals .button{
		width:200px !important;
		height:35px !important;
		line-height: 35px !important;
		font-size: 17px !important;
	}
	
	.checkout-section-1 .wrap{
		max-width:760px;
	}
	
	.checkout-section-1 .woocommerce .col2-set .col-1{
		width:350px !important;
	}
	
	.home-btn-wrap .orange-btn i {
    	width: 18px;
    	height: 20px;
	    top: 6px;
    	right: 20px;
	}
}

@media only screen and (max-width: 820px) {
	
	.single-product .site-inner{
		width:400px;
		padding: 100px 0 40px;
	}
	
	.single-product .woocommerce-product-gallery{
		width:100% !important;
		margin-bottom: 0 !important;
	}
	
	.hotp-sp{
		width:80px !important;
		top:15px;
		right:15px;
	}
	
	.product-summary-wrap {
    	width: 400px;
    	/*height: 1147px;
    	background-image: url("images/product-mobile-bg.jpg");*/
		margin-top:20px !important;
	}
	
	.product-details{
		width:100%;
		padding-right: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-right: 0;
		border-bottom: 1px solid #040d3b;
		font-size:18px;
	}
	
	.product-details p:last-of-type{
		margin-bottom: 0;
	}
	
	.perfect-match-text{
		display: none;
	}
	
	.perfect-match{
		width:100%;
		padding-left: 0;
	}
	
	.match-text-mobile{
		display: block;
		float:left;
		width:46%;
	}
	
	.perfect-match ul{
		float: right;
		width:46%;
	}
	
	.perfect-match ul li{
		font-size:25px;
		margin-bottom: 30px;
	}
	
	.mobile-btn-cart{
		display: inline-block !important;
	}
	
	.woopage .site-inner {
    	padding: 80px 0 40px;
	}
	
	.wrap780{
		max-width: 100%;
		padding: 0 20px;
	}

	.cc-wrap{
		width:290px;
		padding: 30px 0;
	}

	.cc-wrap .site-btn:first-of-type{
		margin-right:0;
	}
}

@media only screen and (max-width: 790px) {
	
	.taproom-section h2 {
    	margin-bottom: 25px;
	}
	
	.wrap750{
		max-width:100%;
		padding:0 20px;
	}
	
	.taproom-section-4 .site-btn{
		margin-top:25px;
	}
	
	.desktop-products{
		display: none;
	}
	
	.mobile-products{
		display: block;
		padding-bottom: 30px;
	}
	
	.mobile-products .wrap{
		max-width: 200px;
		padding: 0 !important;
	}
	
	.mobile-products .product-grids{
		width:100% !important;
		
	}
	
	.mobile-products .product-item{
		width:100%;
		height:auto !important;
		position: relative !important;
		top:0 !important;
		left:0 !important;
		margin-bottom: 25px !important;
	}
	
	.mobile-products .product-item-wrap{
		padding: 0 !important;
	}
	
	.product-item .site-btn,
	.mobile-products .btn-wrap .site-btn{
    	width: 200px;
    	height: 35px;
    	line-height: 35px;
    	font-size: 16px;
	}
	
	.product-item .button,
	.wc-backward{
		width: 200px !important;
    	height: 35px !important;
    	line-height: 35px !important;
    	font-size: 16px !important;
	}
	
	.store-section-1 .intro-text {
    	padding-bottom:30px !important;
	}
	
	.mobile-products .btn-wrap{
		margin-top: 0;
	}
	
}

@media only screen and (max-width: 768px) {

	.cart-section-1 {
    	width: 400px;
    	/*height: 744px;
    	background-image: url(images/cart-mobile-bg.jpg);
		padding: 50px 20px 0;*/
	}
	
	.cart-content .woocommerce{
		padding: 0 20px;
	}
	
	.cart-section-1 h1{
		margin-bottom:15px;
	}
	
	.cart-section-1 .woocommerce table.shop_table tr th, 
	.cart-section-1 .woocommerce table.shop_table tr td{
		padding:0 0 5px !important;
		background: none !important;
	}
	
	.cart-section-1 .quantity input[type="number"]{
		padding:4px !important;
		width:40px !important;
	}
	
	.woocommerce-error, 
	.woocommerce-info, 
	.woocommerce-message {
    	margin-bottom: 15px !important;
    	padding: 10px 30px!important;
    	font-size: 14px !important;
	}
	
	.woocommerce-error::before, 
	.woocommerce-info::before, 
	.woocommerce-message::before{
		left:10px !important;
	}
	
	.cart-section-1 .cart_totals h2{
		padding-left:5px;
	}
	
	.cart-note{
		margin-top: 15px;
		padding:0 5px;
		font-size:13px;
	}
	
	.cart_totals .button{
		width:360px !important;
		height:62px !important;
		line-height: 62px !important;
		font-size:23px !important;
	}
	
	.cart-section-1 .woocommerce table.shop_table tr td:last-of-type{
		border-bottom: 1px dotted #040d3b !important;
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.cart-section-1 .woocommerce table.shop_table tr:nth-last-of-type(2) td:last-of-type{
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.cart-section-1 .woocommerce .cart_totals table.shop_table tr td:last-of-type{
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.woocommerce .cart_totals table.shop_table tr:nth-of-type(2) td:last-of-type {
    	border-bottom: 1px solid #040d3b !important;
		margin-bottom: 10px !important;
		padding-bottom: 5px !important;
	}
	.cart-section-1{
		font-size:13px !important;
	}
	
	.cart-section-1 .woocommerce .product-remove{
		text-align: right !important;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove{
		width:auto !important;
		height:auto !important;
		text-align: right !important;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove span{
		display: inline-block;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove i{
		display: inline-block !important;
	}
	
	.cart-section-1 .cart_totals h2{
		padding-left:0;
		font-size:18px !important;
	}
	
	.cart-section-1 .woocommerce table.shop_table{
		margin-bottom: 10px !important;
	}
	
	.checkout-section-1 .wrap{
		max-width:380px;
	}
	
	.checkout-section-1 .woocommerce .col2-set .col-1,
	.checkout-section-1 .woocommerce .col2-set .col-2{
		width:100% !important;
	}
	
	.order-wrap {
    	width: 380px;
    	/*height: 387px;*/
		margin-top:30px;
		font-size:15px;
	}
	
	.checkout-section-1 h1{
		margin-bottom: 30px;
	}
	
	.checkout-section-1 h3{
		font-size:21px;
	}
	
	.checkout-section-1 .woocommerce form .form-row label{
		font-size:15px;
	}
	
	.checkout-section-1 form input[type="text"], 
	.checkout-section-1 form input[type="email"], .checkout-section-1 form input[type="tel"], 
	.checkout-section-1 form select, 
	.checkout-section-1 form textarea, 
	.checkout-section-1 .select2-container--default .select2-selection--single,
	.checkout-section-1 .woocommerce-checkout-payment,
	.checkout-section-1 .woocommerce form .form-row label{
		font-size:15px;
	}
	
	.checkout-section-1 .woocommerce form .form-row{
		margin-bottom:10px !important;
	}
	
	.checkout-section-1 .woocommerce form .form-row-first,
	.checkout-section-1 .woocommerce form .form-row-last{
		width:100% !important;
	}
	
	.checkout-section-1 .woocommerce-checkout-payment{
		margin-top:20px !important;
	}
	
	.woocommerce-checkout #payment ul.payment_methods li img{
		margin:0 !important;
	}
	
	.checkout-section-1 .custom-checkbox, 
	.woocommerce-terms-and-conditions-wrapper label{
		padding-left:35px;
	}
	
	.checkout-section-1 .custom-checkbox span,
	.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:after{
		width:25px;
		height:25px;
	}
	
	.checkout-section-1 button{
		margin-top: 20px !important;
		margin-bottom: 0 !important;
	}
	
	.checkout-section-1 .select2-container--default .select2-selection--single .select2-selection__arrow b{
		margin-top:-10px !important;
	}
}

@media only screen and (max-width: 767px) {
	
	.site-header{
		-webkit-transform: translateY(0px) !important;
    	transform: translateY(0px) !important;
		padding:10px 0;
		-webkit-transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-o-transition: all 0.2s ease-in-out;
    	transition: all 0.2s ease-in-out;	
	}
	
	.mobile-header{
		background-color: #f7e7d7 !important;
	}
	
	.title-area{
		float:none;
		margin:0 auto;
		width:100px;
	}
	
	.site-title figure {
    	margin-top: 0;
		width:90px;
		height:29px;
	}
	
	.site-header .widget-area{
		width:100%;
		margin-top:-33px;
	}
	
	.burger-menu{
		display:block;
		margin-top:8px;
	}
	
	.close-menu span:first-of-type{
		opacity: 1;
    	-webkit-transform: rotate(45deg) translate(-1px, -1px);
    	transform: rotate(45deg) translate(-1px, -1px);
	}
	
	.close-menu span:nth-of-type(2){
		opacity: 0;
    	-webkit-transform: rotate(0deg) scale(0.2, 0.2);
    	transform: rotate(0deg) scale(0.2, 0.2);
	}
	
	.close-menu span:nth-of-type(3){
		-webkit-transform: rotate(-45deg) translate(0, -4px);
    	transform: rotate(-45deg) translate(0, -4px);
	}
	
	.menu-wrap{
    	position:absolute;
    	top: 0;
    	left: 0;
		margin-top:45px;
    	width: 100%;
    	height: -moz-calc(100vh - 49px);
    	height: -webkit-calc(100vh - 49px);
    	height: calc(100vh - 49px);
   		background-color: #f7e7d7;
    	z-index: 9999;
    	padding: 40px 20px 0;
    	text-align: left;
    	line-height: 1.2;
		overflow:scroll;
		display:none;
	}
	
	.nav-header{
		width:100%;
	}
	
	.genesis-nav-menu{
		font-size:35px;
	}
	
	.genesis-nav-menu .menu-item{
		width:100%;
		margin-right:0;
		text-align:left;
		border-bottom:1px solid #040d3b;
		padding:15px 0;
		position:relative !important;
	}
	
	.genesis-nav-menu .menu-item:last-child{
		border-bottom:0;
	}

	.genesis-nav-menu > li.empty-link > a {
    	position: relative;
    	z-index: -1;
	}
	
	.genesis-nav-menu > .menu-item-has-children:before {
        content: "\f3d0";
        float: right;
       	font-family: "Ionicons";
		top:18px;
        right: 0;
        text-align: right;
        z-index: 9999;
  		position:absolute;
		cursor:pointer;
		padding-left: 10px;
		font-size:30px;
		color:#040d3b;
    }
	
	.genesis-nav-menu > .menu-item-has-children.menu-open:before{
	    content: "\f3d3" !important;
	}
	
	.genesis-nav-menu a{
		display:inline-block;
	}

	.voucher {
		border:none;
	}
	
	.site-header .sub-menu{
		background:transparent;
		position:relative;
		width:100%;
		left:0;
		padding-top:25px;
		margin-left:0;
		opacity:1;
		display:none;
	}
	
	.site-header .sub-menu li{
		border:0 !important;
		font-weight:300;
		padding:0 0 15px 10px;
	}
	
	.site-header .sub-menu li a{
		position:relative;
	}
	
	.site-header .sub-menu li a:hover{
		font-weight:500;
	}
	
	.site-header .sub-menu li a::after {
    	display: block;
    	content: attr(title);
    	font-weight: 500;
    	height: 0;
    	overflow: hidden;
    	visibility: hidden;
	}
	
	.site-header .sub-menu li a:hover{
		font-weight:500;
	}
	
	.cart-icon{
		width:30px;
		height:27px;
	}
	
	.cart-icon span {
    	width: 16px;
    	height: 16px;
    	line-height: 19px;
		font-size: 11px;
		top:3px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-section-1{
		padding: 70px 0 20px !important;
	}
	
	.hero_image1,
	.hero_image2{
		display:none;
	}
	
	.hero-mobile{
		display:inline-block;
		width:60%;
	}
	
	.hero_image3{
		width:100%;
		margin-right:0;
	}
	
	.find-a-restaurant{
		font-size:15px;
		width:250px;
	}
	
	.restaurant-text{
		padding: 6px 15px;
	}
	
	.restaurant-text i{
		font-size:30px;
		right:12px;
	}
	
	.restaurant-items{
		height:81px;
		top:31px;
		padding:0 15px;
	}
	
	.restaurant-items a{
		padding-bottom:8px;
	}
	
	.copy-right span.comma{
		display:none !important;
	}

	.copy-right br:nth-of-type(2){
		display:block;
	}
	
	body{
		font-size:16px;
	}
	
	.restaurant-section-2{
		padding:20px 0 30px;
	}
	
	.restaurants-items{
		margin-top:40px;
	}
	
	.restaurants-items .wrap{
		width:250px;
	}
	
	.intro-text{
		width:100%;
		padding:0 20px;
	}
	
	.restaurants-items .one-third{
		width:100%;
		margin-left:0;
		margin-bottom:40px;
	}
	
	.res-address-wrap{
		min-height:auto;
		margin-bottom:20px;
	}
	
	.restaurants-items figure{
		height:220px;
	}
	
	.restaurants-items .one-third h3{
		margin-bottom:10px;
	}
	
	.restaurants-items .one-third p{
		margin-bottom:15px;
	}
	
	.res-single-section-1 .wrap1140 > .one-third{
		width:100%;
		text-align:center;
		margin-bottom:0px;
	}
	
	.res-single-section-1 .two-thirds{
		width:100%;
		text-align:center;
		margin-left:0;
	}
	
	.res-single-section-1 .two-thirds h3{
		margin-top:20px;
	}
	
	.facilities .one-third{
		float:none;
		display:inline-block;
		vertical-align:bottom;
		font-size:12px;
		margin-left:30px;
	}
	
	.facilities i{
		width:40px;
		height:40px;
	}
	
	.desktop-map{
		display:none;
	}
	
	.mobile-map{
		display:block;
	}
	
	.mobile-map .acf-map{
		height:300px;
		margin:30px 0 20px;
	}
	
	.res-single-section-1{
		padding:20px 0 40px;
	}
	
	.res-single-section-2 .prev:before,
	.res-single-section-2 .next:before{
		font-size:40px;
	}
	
	.seal {
    	width: 80px;
		top:10%;
	}
	
	.taproom-section-1 .hero-image-title{
		margin:40px 0 !important;
	}
	
	.taproom-section-2{
		padding:20px 0 40px;
	}
	
	.btns-wrap span{
		display:inline-block;
		width:100%;
	}
	
	.taproom-section-3 .site-btn:nth-of-type(2){
		margin:5px 0;
	}
	
	.taproom-section-3 .block-centered{
		padding:40px 0;
	}
	
	.taproom-section-4 .block-centered{
		padding:20px 0 0;
	}
	
	.catering-section-2{
		padding-bottom:30px;
	}
	
	.catering-section-2 .site-btn{
		margin-top:30px;
	}
	
	.menu-toggle{
		font-size:16px;
		margin:25px 0;
	}
	
	.menu-toggle span{
		width:100%;
		text-align:left;
	}
	
	.menu-toggle i {
    	font-size: 25px;
		top:-6px;
	}
	
	.main-menu-details .one-third{
		width:100%;
		margin-left:0;
	}
	
	.main-menu-details .one-third p{
		margin-bottom:20px !important;
	}
	
	.catering-section-3 .btn-wrap{
		margin-bottom:40px;
	}
	
	.clients-logo{
		padding:20px 0 0;
	}
	
	.clients-logo li{
		width:33.3333333%;
		margin-bottom:20px;
	}
	
	.clients-logo li figure{
		height:80px;
	}
	
	.clients-logo li:nth-child(3) figure{
		height:45px;
	}
	
	.menus-section-1 .intro-text{
		width:100%;
		padding:20px 20px 40px;
	}
	
	.menus-section-1 h2{
		padding:0;
		width:160px;
		margin:0 auto 30px;
	}
	
	.stamp{
		width:110px;
		top:-20px;
	}
	
	.block-left{
		width:100%;
		padding:100px 0 0;
		text-align:center !important;
	}
	
	.chicken-seal{
		width:80px;
		top:10px;
	}
	
	.signup-popup,
	#custom_html-13{
		top:49px;
		height: -moz-calc(100vh - 49px);
    	height: -webkit-calc(100vh - 49px);
    	height: calc(100vh - 49px);
	}
	
	.contact-section-1 {
    	padding-bottom: 40px !important;
	}
	
	.ourstory-section-1 .hero-image-title {
    	height: 120px !important;
	}
	
	.ourstory-section-1 .hero-image{
		width:260px !important;
	}
	
	.ourstory-section-2{
		padding: 40px 0 !important;
	}
	
	.ourstory-section-2 .two-thirds{
		padding-right: 0;
		text-align: center !important;
	}
	
	.ourstory-section-2 .two-thirds img{
		display: block;
	}
	
	.ourstory-section-2 .one-third{
		display: none;
	}
	
	.news-section-1{
		padding: 30px 0;
	}
	
	.news-section-page .wrap{
		max-width:220px !important;
		padding: 0 !important;
	}
	
	.news-section-page .one-third{
		width:100% !important;
		margin-left: 0 !important;
	}
	
	.news-section-2{
		padding-bottom: 40px !important;
	}
	
	.news-section-2 .btn-wrap {
    	margin-top: 0px !important;
	}

	.mobile-iframe{
		display:block;
	}

	.desktop-iframe{
		display:none;
	}

	.page-template-simple-page .site-inner{
		padding-top: 90px;
	}
	
	.page-title{
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 700px) {
	
	.single-section{
		margin-bottom: 40px;
	}
	
	.image-left,
	.image-right,
	.testi-left,
	.testi-right{
		display: inline-block;
		width:100%;
		float:left;
	}
	
	.testi-left .one-half:first-of-type, 
	.testi-right .one-half:first-of-type, 
	.image-left .one-half:first-of-type, 
	.image-right .one-half:first-of-type,
	.testi-left .one-half:last-of-type, 
	.testi-right .one-half:last-of-type, 
	.image-left .one-half:last-of-type, 
	.image-right .one-half:last-of-type{
		padding: 0 !important;
	}
	
	.image-and-text .one-half,
	.testimonial .one-half{
		width:100%;
	}
	
	.image-left .one-half:first-of-type,
	.image-right .one-half:first-of-type,
	.testi-left .one-half:first-of-type,
	.testi-right .one-half:first-of-type{
		margin-bottom: 40px;
	}
	
	.testimonial p {
    	font-size: 27px;
		margin-bottom: 20px !important;
	}
	
	.bold-text h2{
		margin: 10px 0 5px;
	}

	.booking-iframe-res{
		width:300px;
		padding:20px 5px;
	}

	.booking-iframe-res iframe{
		height:360px;
	}

	.booking-iframe-res .close-popup {
    	top: -8px;
    	right: 15px;
    	font-size: 30px;
	}
}

@media only screen and (max-width: 650px) {
	
	.home-section-2 .block-centered img{
		width:227px;
	}
	
	.menus-section-3 img:last-of-type {
    	height: 97px;
	}
	
	.menus-section-3 img:first-of-type {
    	width: 220px;
	}
	
	.home-section-3 .block-centered img,
	.restaurant-section-3 .block-centered img {
    	width: 235px;
	}
	
	.restaurant-section-1 .hero-image-title,
	.res-single-hero img.hero-image-title{
		height:70px;
	}
	
	.grid-wrap{
		width:100%;
		padding:0 20px;
	}
	
	.grid-wrap .one-half{
		width:100%;
	}
	
	.grid-wrap .one-half:first-of-type{
		margin-bottom:35px !important;
	}
	
	.grid-wrap .one-half img:first-of-type{
		height:150px;
		margin-bottom:15px;
	}
	
	.menus-section-3 .btn-wrap {
    	margin-top: 30px !important;
	}
	
	.grid-wrap .one-half:last-of-type img:first-of-type{
		margin-bottom:5px;
	}
	
	.home-section-5 .block-centered img {
    	width: 300px;
	}
	
	.grid-wrap .one-half img:last-of-type{
		height:87px;
	}
	
	.grid-wrap .one-half .site-btn{
		margin-top:15px;
	}
	
	.site-btn{
		width:270px;
		height:47px;
		line-height:50px;
		font-size:18px;
	}
	
	.contact-section-2 form input[type="submit"]{
		width:270px !important;
		height:47px !important;
		line-height:50px !important;
		font-size:18px !important;
		margin-top: 0;
	}
	
	.home-section-6 .wrap{
		max-width: 100% !important;
		padding: 0 !important;
	}
	
	.cart-icon span{
		line-height: 17px;
	}
	
	.news-section .one-third{
		margin:0;
	}
	
	.home-section-6 .one-third figure,
	.home-section-6 .one-third div{
		margin:0 20px;
	}
	
	.news-section .one-third figure{
		width: -moz-calc(100% - 40px);
    	width: -webkit-calc(100% - 40px);
    	width: calc(100% - 40px);
	}
	
	.btn-wrap{
		margin-top:40px;
	}
	
	.drum{
		width:180px;
		right:-40px;
	}
	
	.restaurant-section-1{
		padding:100px 0 50px;
	}
	
	.restaurant-section-1 .hero-image-title{
		margin-bottom:30px;
	}
	
	.restaurant-section-1 .hero-image{
		width:140px;
		right:-40px;
	}
	
	.catering-section-1 .hero-image{
		width:180px !important;
		left:-40px !important;
	}
	
	.image-after-hero{
		margin-top:0;
	}
	
	.home-section-2 .block-centered, 
	.home-section-5 .block-centered {
    	padding: 30px 0 !important;
	}
	
	.home-section-3 .block-centered {
    	padding: 50px 0 !important;
	}
	
	.home-section-6 {
    	padding: 40px 0 30px !important;
	}	
	
	.footer-widgets{
		padding:30px 0 30px;
	}
	
	.footer-widgets-1{
		width:100%;
	}
	
	.footer-newsletter{
		width:300px;
		margin:0 auto;
	}
	
	.match-stick {
    	width: 280px;
	}
	
	.footer-newsletter{
		padding-left:20px;
	}
	
	.footer-newsletter form {
    	padding-right: 99px;
	}
	
	.footer-newsletter form input[type="email"] {
    	height: 35px;
    	font-size: 16px;
	}
	
	.footer-newsletter .gform_footer {
    	top: -2px;
	}
	
	
	.footer-newsletter form input[type="submit"] {
    	width: 92px;
    	height: 40px;
    	font-size: 16px;
	}
	
	.social-medias{
		font-size:25px;
		margin:15px 0 !important;
	}
	
	.footer-widgets-2{
		width:100%;
		text-align:center;
		margin-top:30px;
		position:relative;
		z-index:9;
	}
	
	.menus-section-3{
		padding:10px 0 30px;
	}
	
	.signup-popup-wrap{
		width:300px;
		height:246px;
		padding: 15px 40px;
		background-image: url(images/mobile-popup-bg.png);
		font-size: 11px;
	}
	
	.signup-popup-wrap h2{
		margin-bottom: 5px;
	}
	
	.signup-popup-wrap form li{
		margin-bottom: 15px;
		position: relative;
		float:left;
		width:100%;
	}
	
	.signup-popup-wrap .validation_message{
		position: absolute;
		left:0;
		bottom:-15px;
	}
	
	.signup-popup-wrap form input[type="text"], 
	.signup-popup-wrap form input[type="email"]{
		height:30px;
		font-size: 15px;
		padding: 10px;
	}
	
	.signup-popup-wrap form input[type="submit"]{
		width:220px;
		height:38px;
		font-size: 18px;
		padding-top: 12px;
	}
	
	.contact-section-2 form{
		width:100%;
	}
	
	.contact-section-2 form input[type="text"], 
	.contact-section-2 form input[type="email"],
	.contact-section-2 form input[type="tel"], 
	.contact-section-2 form textarea{
		height:40px;
		font-size:16px;
	}
	
	.contact-section-2 form textarea{
		height:120px;
	}
	
	.genesis-nav-menu .sub-menu li.cc-btn-desktop{
		display: none;
	}

	.genesis-nav-menu .sub-menu li.cc-btn-mobile{
		display: inline-block;
	}	
	
	#custom_html-13{
		font-size: 18px;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		letter-spacing: .5px;
	}
	
	.contact-section-4 p:first-of-type br,
	.contact-section-4 p:nth-of-type(2) br{
		display: none;
	}
	
	.menus-box{
		background: none !important;
	}
	
	.menus-box figure{
		display: block;
	}
	
	.woocommerce-additional-fields{
		margin-top: 30px;
	}

	.close-popup{
		top: -5px;
    	right: 15px;
    	font-size: 40px;
	}

	.hs3-burn-bottom{
		margin-top:0;
	}

	.drum{
		top:45%;
	}

	.catering-section-1{
		padding-bottom:100px !important;
	}

	.hero-mobile-image-title{
		display:inline-block;
	}

	.it-has-moible-image{
		display:none !important;
	}

	.res-single-hero{
		padding-top:300px;
	}

	.res-single-hero img.hero-image-title{
		top:48%;
	}

	.news-section-hero.catering-section-1 .hero-image {
    	width: 70px !important;
    	left: 0px !important;
    	right: auto !important;
	}
	
	.home-btn-wrap .orange-btn:first-of-type,
	.home-btn-wrap .orange-btn:nth-child(3){
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.home-btn-wrap .orange-btn:first-of-type + br{
		display: block;
	}
	
	.home-btn-wrap .orange-btn i {
    	width: 22px;
    	height: 25px;
		top:11px;
		right:25px;
	}

}

@media only screen and (max-width: 600px) {
	
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 15px;
	}

	h6 {
		font-size: 14px;
	}
	
	
	.news-section .one-third .read-more,
	.footer-widgets{
		font-size:15px;
	}
	
	body{
		font-size:15px;
	}
	
	#slide-images{
		padding-top:70%;
	}
	
	.taproom-section-1 .hero-image-title{
		margin:10px 0 20px!important;
		height: 80px !important;
	}
	
	.toggle-items .menu-toggle{
		margin: 15px 0;
		padding: 10px;
	}
	
	.toggle-items:last-of-type .menu-toggle {
    	margin-top: 0;
	}
	
	.toggle-items .main-menu-details .site-btn{
		margin-bottom: 0;
	}
	
	.contact-section-1 .hero-image{
		left: -30px !important;
    	right: auto !important;
    	width: 140px !important;
	}
	
	.ourstory-section-1 .hero-image-title {
    	height: 80px !important;
	}
	
	.ourstory-section-1 .hero-image{
		width:180px !important;
		left:-40px !important;
		right:auto !important;
		top:50% !important;
	}

}

@media only screen and (max-width: 400px) {
	
	.single-product .site-inner{
		width:300px;
		padding: 80px 0 40px;
	}
	
	.single-product .woocommerce-product-gallery{
		width:100% !important;
	}
	
	.hotp-sp{
		width:80px !important;
		top:15px;
		right:15px;
	}
	
	.product-summary-wrap {
    	width: 300px;
    	/*height: 860px;*/
	}
	
	.product-details{
		width:100%;
		padding-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-right: 0;
		border-bottom: 1px solid #040d3b;
		font-size:14px;
	}
	.product-summary-content h1{
		font-size:26px !important;
	}
	
	.product-details p:last-of-type{
		margin-bottom: 0;
	}
	
	.perfect-match-text{
		display: none;
	}
	
	.perfect-match{
		width:100%;
		padding-left: 0;
	}
	
	.match-text-mobile{
		display: block;
		float:left;
		width:46%;
	}
	
	.perfect-match ul{
		float: right;
		width:46%;
	}
	
	.perfect-match ul li{
		font-size:21px;
		margin-bottom: 20px;
	}
	
	.product-summary-content .cart{
		width:250px;
	}
	
	.quantity-text,
	.product-summary-content .quantity .qty{
		width:120px !important;
	}
	
	.product-summary-content button{
		width:250px !important;
		height:43px !important;
		font-size:20px !important;
	}
	
	.cart-section-1 {
    	width: 300px;
    	/*height: 548px;
		padding: 45px 20px 0;*/
	}
	
	.cart-content .woocommerce{
		padding: 0 20px;
	}
	
	.cart-section-1 h1{
		margin-bottom:15px;
	}
	
	.cart-section-1 .woocommerce table.shop_table tr th, 
	.cart-section-1 .woocommerce table.shop_table tr td{
		padding:0 0 5px !important;
		background: none !important;
	}
	
	.cart-section-1 .quantity input[type="number"]{
		padding:4px !important;
		width:40px !important;
	}
	
	.woocommerce-error, 
	.woocommerce-info, 
	.woocommerce-message {
    	margin-bottom: 15px !important;
    	padding: 10px 30px!important;
    	font-size: 14px !important;
	}
	
	.woocommerce-error::before, 
	.woocommerce-info::before, 
	.woocommerce-message::before{
		left:10px !important;
	}
	
	.cart-section-1 .cart_totals h2{
		padding-left:5px;
	}
	
	.cart-note{
		margin-top: 15px;
		padding:0 5px;
		font-size:13px;
	}
	
	.cart_totals .button{
		width:260px !important;
		height:45px !important;
		line-height: 45px !important;
		font-size:20px !important;
	}
	
	.cart-section-1 .woocommerce table.shop_table tr td:last-of-type{
		border-bottom: 1px dotted #040d3b !important;
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.cart-section-1 .woocommerce table.shop_table tr:nth-last-of-type(2) td:last-of-type{
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.cart-section-1 .woocommerce .cart_totals table.shop_table tr td:last-of-type{
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.woocommerce .cart_totals table.shop_table tr:nth-of-type(2) td:last-of-type {
    	border-bottom: 1px solid #040d3b !important;
		margin-bottom: 10px !important;
		padding-bottom: 5px !important;
	}
	.cart-section-1{
		font-size:13px !important;
	}
	
	.cart-section-1 .woocommerce .product-remove{
		text-align: right !important;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove{
		width:auto !important;
		height:auto !important;
		text-align: right !important;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove span{
		display: inline-block;
	}
	
	.cart-section-1 .woocommerce .product-remove a.remove i{
		display: inline-block !important;
	}
	
	.cart-section-1 .cart_totals h2{
		padding-left:0;
		font-size:18px !important;
	}
	
	.cart-section-1 .woocommerce table.shop_table{
		margin-bottom: 10px !important;
	}
	
	.checkout-section-1 .wrap{
		width:300px !important;
	}
	
	.checkout-section-1 h3{
		margin-bottom:10px;
	}
	
	.order-wrap {
    	width: 300px;
    	/*height: 306px;
		padding: 50px 15px 0;*/
	}
	
	.order-content-wrap-div{
		padding:0 15px;
	}
	
	.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tr th, 
	.checkout-section-1 .woocommerce-shipping-fields .woocommerce-checkout-review-order-table tr td{
		padding:5px !important;
	}
	
	.checkout-section-1 button {
    	width: 260px !important;
    	height: 45px !important;
    	line-height: 45px !important;
    	font-size: 20px !important;
	}
}

@media only screen and (max-width: 340px) {
	
	.home-section-2 .block-centered img {
    	width: 163px;
	}
	
	.home-section-3 .block-centered img,
	.restaurant-section-3 .block-centered img {
    	width: 169px;
	}
	
	.restaurant-section-1 .hero-image-title,
	.res-single-hero img.hero-image-title{
		height:55px;
	}
	
	.home-section-5 .block-centered img {
    	width: 200px;
	}
	
	.grid-wrap .one-half img:first-of-type{
		height:130px;
	}
	
	.grid-wrap .one-half img:last-of-type{
		height:80px;
	}
	
	.footer-newsletter{
		width:280px;
	}
	
	.site-btn {
    	width: 230px;
    	height: 40px;
    	line-height: 43px;
    	font-size: 16px;
	}
	
	.contact-section-2 form input[type="submit"] {
    	width: 230px !important;
    	height: 40px !important;
    	line-height: 43px !important;
    	font-size: 16px !important;
	}
	
}