@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li, ol {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline:none
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:100%;
}
body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #000;
	text-size-adjust: none ;
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
}
img {
	display:block;
	max-width:100%;
}
a {	
	color: #000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #F16522;
	text-decoration:none;
}

/* Typography Start */
.title {
	margin-bottom: 56px;
}
h1,
.h1 {
	font-size: 96px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 16px;
}
h2,
.h2,
.h1-size-h2 h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
}
h3,
.h3 {
	font-size: 48px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
}
h4,
.h4,
.catering-menu h3,
.today-special h3,
.daily-special h3,
.h1-size-h4 h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}
h5,
.h5 {
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}
h6,
.h6,
.title p {
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}
.text-orange {
	color: #F16522;
}
.font-regular,
.font-regular p {
	font-weight: 400;
}
.font-medium,
.font-medium p {
	font-weight: 500;
}
.font-semibold,
.font-semibold p {
	font-weight: 600;
}
.font-bold,
.font-bold p,
strong,
b {
	font-weight: 700;
}
.font-small {
	font-style: 14px;
}
p {
	font-size:20px;
	line-height: normal;
	margin-bottom: 20px;
}
.title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin: 0;
}
.text-center {
	text-align: center;
}
/* Typography End */

/* Global CSS Start */
.form-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	margin: 0 -12px;
}
.form-list li {
	width: 100%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.form-list li:last-child {
	margin-bottom: 0;
}
.form-list li.col-2 {
	width: 50%;
}
label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 22px;
	margin-bottom: 4px;
}
select,
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: normal;
	width: 100%;
	height: 54px;
	padding: 15px 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
select {
	background:#fff url(../images/arrow-down.svg) right 16px center no-repeat;
}
textarea {
	resize: none;
	height: 100px;
}
input.error,
select.error,
textarea.error {
	margin: 0;
	color: #c33;
	background-color: #fff;
	border-color: #c33;
}
span.error,
.success {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 10px 16px;
	border-radius: 0 0 8px 8px;
	margin-left: 6px;
}
span.error:last-child,
.success:last-child {
	margin-bottom: 0;
}
span.error {
	background-color: #fee;
	color: #c33;
}
span.success {
	background-color: #edffed;
	color: #229d23;
}
.primary-btn, .search-submit {
	background-color: #F16522;
	border: 1px solid #F16522;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	padding: 24px;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
.primary-btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.primary-btn.outline {
	background-color: transparent;
	border-color: #F16522;
	color: #F16522;
}
.primary-btn.outline:hover {
	border-color: #000;
	color: #000;
}
.primary-btn.icon-arrow {
	position: relative;
	padding-right: 56px;
}
.primary-btn.icon-arrow::before,
.primary-btn.icon-arrow::after {
	position: absolute;
	top: 50%;
	right: 24px;
	content: "";
	width: 24px;
	height: 24px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.primary-btn.icon-arrow::after {
	background: url(../images/arrow-right-white.svg) center no-repeat;
}
.primary-btn.outline.icon-arrow::after {
	background: url(../images/arrow-right.svg) center no-repeat;
}
.primary-btn.icon-arrow:hover:after {
	right: 0;
	opacity: 0;
}
.primary-btn.icon-arrow::before {
	right: 48px;
	opacity: 0;
	background: url(../images/arrow-right-white.svg) center no-repeat;
}
.primary-btn.outline.icon-arrow::before {
	background: url(../images/arrow-right-black.svg) center no-repeat;
}
.primary-btn.icon-arrow:hover::before {
	right: 24px;
	opacity: 1;
}
.main-wrapper {
	width: 100%;
	overflow: hidden;
}
.container {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.d-flex {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.align-center {
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-start {
    align-items:start;
    -webkit-align-items:start;
    -ms-align-items:start;
}
.align-end {
	align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
}
.space-between {
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.image-content-section .content-block {
	width: 40%;
}
.image-content-section .img-block{
	width: 51%;
}

address {
	font-style: normal;
}

.s-pt,
.s-py {
	padding-top: 96px;
}
.s-pb,
.s-py {
	padding-bottom: 96px;
}
.s-mt,
.s-my {
	margin-top: 96px;
}
.s-mb,
.s-my {
	margin-bottom: 96px;
}
.mx-auto,
.ml-auto {
	margin-left: auto;
}
.mx-auto,
.mr-auto {
	margin-right: auto;
}
.rounded {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}
.slick-arrow {
	width: 64px;
	height: 64px;
	font-size: 0;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #F16522;
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slick-arrow:hover {
	background-color: #F16522;
}
.slick-arrow::after,
.slick-arrow::before {
	position: absolute;
	top: 50%;
	content: "";
	width: 24px;
	height: 24px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slick-arrow.slick-prev::after,
.slick-arrow.slick-prev::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow::after {
	left: 50%;
	background: url(../images/arrow-right.svg) center no-repeat;
}
.slick-arrow:hover::after {
	left: 60%;
	opacity: 0;
}
.slick-arrow::before {
	left: 40%;
	opacity: 0;
	background: url(../images/arrow-right-white.svg) center no-repeat;
}
.slick-arrow:hover::before {
	left: 50%;
	opacity: 1;
}

/* Global CSS End */

/*** Header CSS Start ***/
.site-header {
	width: 100%;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	padding: 32px 32px 0 32px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-header.fixed {
	padding: 16px 32px 0 32px;
}
.site-header .inner {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.site-header .left-block {
	padding-left: 16px;
}
.logo {
	max-width: 152px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo a {
	display: block;
}
.site-header .left-links {
	padding-left: 32px;
	margin-left: 32px;
	position: relative;
	border-left: 1px solid #ccc;
	display: flex;
	align-items: center;
	min-height: 60px;
}
.left-links .call {
	color: #F16522;
	position: relative;
	padding-left: 30px;
}
.left-links .call svg {
	position: absolute;
	top: 0;
	left: 0;
}
.menu-icon {
	display: none;
	width: 30px;
	height: 30px;
	margin-top: -8px;
	margin-left: 20px;
	text-align: center;
	position: relative;
	order: 2;
	z-index: 1;
}
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
	background: #000;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	display: inline-block;
	transition: all 0.15s linear;
}
.menu-icon span:before,
.menu-icon span:after {
	content: '';
	position: absolute;
	left: 3px;
}
.menu-icon span:before {
	transform: translateY(-7px);
}
.menu-icon span:after {
	transform: translateY(7px);
}
.menu-icon.open span {
	background: transparent;
}
.menu-icon.open span:before {
	transform: rotate(45deg);
}
.menu-icon.open span:after {
	transform: rotate(-45deg);
}
.main-menu {
	display: flex;
	align-items: center;
}
.main-menu ul li {
	display: inline-block;
	margin-right: 32px;
}
.main-menu ul li a {
	position: relative;
	display: block;
	padding: 40px 0;
	color: #000;
}
.main-menu ul li a:hover {
	color: #F16522;
}
.main-menu ul li a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 4px;
	background-color: #F16522;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li a:hover::after,
.main-menu ul li.active a::after {
	width: 100%;
}
/*** Header CSS End ***/

/*** Footer CSS Start **/
.site-footer {
	background-color: #000;
	color: #fff;
	-webkit-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
	border-radius: 40px 40px 0 0;
}
.footer-top {
	padding: 80px 0 56px 0;
}
.site-footer a {
	color: #F16522;
}
.site-footer a:hover {
	color: #fff;
}
.site-footer .map {
	position: relative;
	margin-bottom: 56px;
}
.site-footer .map .pin {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-footer .map-img {
	width: 100%;
	opacity: .8;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.footer-blocks {
	margin-left: -30px;
	margin-right: -30px;
}
.footer-blocks .block {
	width: 33.33%;
	padding-left: 30px;
	padding-right: 30px;
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .30);
	padding: 32px 0;
}
.social-media li a {
	display: block;
}
.social-media li a svg,
.social-media li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.social-media li a svg path {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-media li a:hover svg path {
	fill: #fff;
}
/*** Footer CSS End **/

/*** Homepage CSS Start ***/
.hero-section {
	padding-top: 220px;
	text-align: center;
}
.hero-section .hero-content {
	max-width: 950px;
	margin: 0 auto;
}
.hero-cta {
	max-width: 680px;
	margin: 16px auto 0 auto;
	text-align: left;
}
.hero-cta p {
	max-width: 385px;
	margin-left: 48px;
}
.hero-img {
	margin-top: 80px;
}

.specials-section .title h2 {
	margin-bottom: 8px;
}
.specials-list {
	margin-left: -16px;
	margin-right: -16px;
}
.specials-list .item {
	width: calc(33.33% - 32px);
	margin: 0 16px;
}
.specials-list .item a {
	display: block;
	color: #fff;
	position: relative;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.specials-list .item a img {
	width: 100%;
}
.specials-list .item a::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	pointer-events: none;
	opacity: .85;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.85) 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.specials-list .item a:hover:after {
	opacity: 1;
}
.specials-list .item .info {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 32px 68px;
	text-align: center;
}
.specials-list .price {
	position: absolute;
	right: 0px;
	background: #F16522;
	color: white;
	padding: 5px 15px;
	border-radius: 0 0 0 15px;
	font-weight: 600;
}
.specials-list .item h4 {
	margin-bottom: 20px;
}
.specials-list .item h4 span {
	display: block;
	font-size: 50%;
	font-weight: 500;
}
.specials-list .item.special a {
	color: #F16522;
	display: flex;
	align-items: center;
	background: url(../images/pattern.jpg) center center repeat;
}
.specials-list .item.special a .extra-link {
	width: 100%;
	text-align: center;
	padding: 32px 68px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.specials-list .item.special a:hover .extra-link {
	padding-bottom: 50px;
	opacity: .7;
}
.specials-list .item.special a::after {
	display: none;
}
.specials-list .item.special a .extra-link::before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	background: url(../images/arrow-link.svg) center center no-repeat;
}
.hospitality .title {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.hospitality-img {
	margin-top: 56px;
}
.testimonial-slider.slick-slider {
	position: unset;
}
.testimonials .container {
	position: relative;
}
.testimonial-slider .slick-list {
	margin: 0 -20px;
}
.testimonial-slider .inner {
	padding: 56px 32px;
	text-align: center;
	margin: 0 20px;
	background: url(../images/pattern.jpg) center center repeat;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.testimonial-slider .inner .author-info .img {
	margin: 0 auto 16px auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.testimonial-slider .inner .author-info h6 {
	margin-bottom: 8px;
}
.testimonial-slider .rating {
	max-width: 144px;
	font-size: 0;
	line-height: normal;
	margin: 0 auto;
}
.testimonial-slider .rating span {
    width: 20px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
}
.testimonial-slider .inner .content {
	margin-top: 40px;
}
.testimonial-slider .slick-arrow {
	position: absolute;
	top: 0;
}
.testimonial-slider .slick-next {
	right: 20px;
}
.testimonial-slider .slick-prev {
	right: 100px;
}
/*** Homepage CSS End ***/

/*** Sub Page CSS Start ***/
.page-title {
	padding-top: 220px;
	padding-bottom: 56px;
}
.page-title .action {
	text-align: left;
	margin: -50px 0 30px 0;
}
.page-title .action a {
	position: relative;
	font-size: 14px;
	padding-left: 24px;
	color: #000;
}
.page-title .action a:hover {
	opacity: .6;
}
.page-title .action a:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../images/arrow-left.svg) left center no-repeat;
}

.half-pattern {
	position: relative;
}
.half-pattern .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-repeat: repeat;
	background-position: center;
}
.food-truck .title {
	max-width: 740px;
	margin-top: 56px;
	margin-left: auto;
	margin-right: auto;
}

.catering-section .title {
	max-width: 820px;
	margin-top: 56px;
	margin-left: auto;
	margin-right: auto;
}
.half-pattern hr,
.catering-section hr,
.hospitality hr {
	height: 1px;
	margin: 0;
	background-color: #ccc;
	border: 0;
}
.catering-menu {
	margin-left: -20px;
	margin-right: -20px;
}
.catering-menu .item {
	width: calc(33.33% - 40px);
	padding: 32px;
	margin: 0 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.catering-menu .item ul {
	margin-left: 30px;
}
.catering-menu .item ul,
.catering-menu .item ul li {
	list-style: disc;
	font-weight: 500;
}
.catering-menu h3 {
	color: #F16522;
}
.pattern-bg {
	padding-left: 50px;
	padding-right: 50px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.pattern-bg h1 {
	text-transform: none;
}
.have-questions h1,
.pattern-bg a {
	color: #F16522;
}
.pattern-bg a:hover {
	color: #000;
}

.our-story .title {
	max-width: 820px;
	margin-top: 56px;
	margin-left: auto;
	margin-right: auto;
}
.our-story .title h6 {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.award-list {
	width: 100%;
	max-width: 864px;
	margin: 0 auto;
}
.award-list li {
	width: calc(50% - 32px);
	margin: 0 16px;
}
.award-list li .award-img {
	width: 100%;
	height: 200px;
	background-color: #fff;
	padding: 36px;
	margin-bottom: 16px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
	align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.award-list li .award-img img {
	max-height: 100%;
}
.award-list li p {
	max-width: 263px;
	margin: 0 auto;
}

.bbq-form {
	margin-top: 56px;
}
.bbq-form .content {
	width: 46.563%;
}
.bbq-form .form-block {
	width: 45.313%;
}

.masonry-gallery {
	columns: 3;
	column-gap: 16px;
}
.masonry-gallery .item {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.menu-list {
	margin-left: -20px;
	margin-right: -20px;
}
.menu-list .item {
	width: calc(50% - 40px);
	margin: 0 20px 40px 20px;
}
.menu-list.gallery .item {
	width: calc(33% - 36px);
}
.menu-list .item a {
	display: block;
	color: #fff;
	position: relative;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}
.menu-list .item a::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	pointer-events: none;
	opacity: .85;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.85) 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-list .item a:hover:after {
	opacity: 1;
}
.menu-list .item a img {
	width: 100%;
}
.menu-list .item a .info {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 124px 40px 40px;
}
.menu-list .item a .info h1 {
	font-size: 40px;
	line-height: 1.1;
}
.menu-list .item a .info h1 {
	font-size: 48px;
	text-transform: none;
	margin-bottom: 8px;
}
.menu-list .item a .info p {
	font-weight: 700;
}
.menu-list .item a .info:before {
	content: "";
	position: absolute;
	right: 40px;
	top: 50%;
	width: 64px;
	height: 64px;
	background: url(../images/arrow-right-white.svg) center no-repeat;
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-list .item a:hover .info:before {
	background: #F16522 url(../images/arrow-right-white.svg) center no-repeat;
	border-color: #F16522;
}

.sub-menu-list {
	margin-left: -20px;
	margin-right: -20px;
}
.sub-menu-list .item {
	width: calc(33.33% - 40px);
	margin: 0 20px 40px 20px;
	background: url(../images/pattern.jpg) center center repeat;
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position: relative;
}
.sub-menu-list .item img {
	width: 100%;
}
.sub-menu-list .item .info {
	padding: 32px;
}
.sub-menu-list .item .name {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 4px;
}
.sub-menu-list .item p {
	font-size: 14px;
	margin-bottom: 8px;
	line-height: normal;
}
.sub-menu-list .item .price {
	position: absolute;
	top: 0;
	right: 0px;
	background: #F16522;
	color: white;
	padding: 5px 15px;
	border-radius: 0 0 0 15px;
	font-weight: 600;
}
.sub-menu-list .item .price-desc {
	font-size: 16px;
	margin-top: -4px;
	margin-bottom: 12px;
	line-height: normal;
	color: #F16522;
	font-weight: 600;
}

.today-special {
	background: #F16522 url(../images/pattern.png) center center repeat;
	margin-bottom: 56px;
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.today-special .img {
	width: 49%;
}
.today-special .img img {
	width: 100%;
}
.today-special .item-info {
	width: 51%;
	padding: 32px;
	color: #fff;
}
.today-special .title-price {
	margin-bottom: 12px;
}
.today-special .title-price .title {
	margin-bottom: 0;
}
.today-special .price {
	font-size: 32px;
	font-weight: 600;
}
.daily-special {
	border-top: 1px solid #000;
	padding-top: 56px;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.daily-special .item {
	width: calc(50% - 16px);
	margin-bottom: 48px;
	background: url(../images/pattern.jpg) center center repeat;
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.daily-special .item h3 span {
	display: block;
	font-size: 50%;
	font-weight: 500;
}
.daily-special .img {
	position: relative;
}
.daily-special .img img {
	width: 100%;
}
.daily-special .img .tags {
	position: absolute;
	top: 16px;
	right: 16px;
}
.tags span {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: #F16522;
	padding: 8px 16px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.daily-special .item .info {
	padding: 32px;
}
.daily-special .item .title-price {
	margin-bottom: 12px;
}
.daily-special .item .title-price .title {
	margin-bottom: 0;
}
.daily-special .item .price {
	font-size: 32px;
	font-weight: 600;
	color: #F16522;
}
/*** Sub Page CSS End ***/


/*** Responsive CSS Start ***/
@media(max-width: 1439px) {
	body {
		font-size: 18px;
	}

	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.site-header,
	.site-header.fixed {
		padding: 16px 20px 0 20px;
	}
	.site-header .left-block {
		padding-left: 0;
	}
	.logo,
	.site-header.fixed .logo {
		max-width: 120px;
	}
	.site-header.fixed .main-menu ul li a {
		padding: 35px 0;
	}
	.site-header .left-links {
		padding-left: 20px;
		margin-left: 20px;
	}
	.main-menu ul li {
		margin-right: 18px;
	}
	.main-menu ul li a {
		font-size: 18px;
	}
	.site-header .primary-btn,
	.site-header.fixed .primary-btn {
		font-size: 18px;
		padding: 16px 24px;
	}
	.menu-list .item a .info {
		padding: 28px 112px 28px 28px;
	}
	.menu-list .item a .info:before {
		right: 28px;
	}
	.menu-list .item a .info h1 {
		font-size: 40px;
	}
	.page-title .action {
		margin: -40px 0 30px 0;
	}
}
@media(max-width: 1199px) {
	.title {
		margin-bottom: 48px;
	}
	h1, .h1 {
		font-size: 80px;
	}
	.site-header .inner {
		padding: 16px;
	}
	.logo {
		max-width: 120px;
	}
	.menu-icon {
		display: block;
	}
	.main-menu {
		display: none;
		position: fixed;
		top: 95px;
		left: 20px;
		right: 20px;
		padding-top: 20px;
		height: calc(100% - 111px);
		background-color: #fff;
		border: 1px solid #ccc;
		border-top: 0;
		text-align: center;
		-webkit-border-radius: 0 0 16px 16px;
		-moz-border-radius: 0 0 16px 16px;
		border-radius: 0 0 16px 16px;
	}
	.main-menu ul {
		margin-bottom: 20px;
	}
	.main-menu ul li:first-child {
		border-top: 1px solid #ccc;
	}
	.main-menu ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	.site-header.fixed .main-menu ul li a,
	.main-menu ul li a {
		font-size: 20px;
		padding: 20px;
	}
	.main-menu ul li a:after {
		display: none;
	}
	.main-menu ul li.active a {
		color: #F16522;
	}
	.site-header .primary-btn,
	.site-header.fixed .primary-btn {
		padding: 16px 24px;
	}
	.hero-section {
		padding-top: 150px;
	}

	.specials-list .item .info,
	.specials-list .item.special a .extra-link {
		padding: 26px 16px;
	}
	.specials-list .item h4 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.mouthwatering-section .image-content-section .content-block {
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.mouthwatering-section .image-content-section .img-block {
		width: 100%;
	}
	.mouthwatering-section .image-content-section .img-block img {
		margin: 0 auto;
	}

	.page-title {
		padding-top: 180px;
		padding-bottom: 36px;
	}
	.catering-menu {
		margin-left: -15px;
		margin-right: -15px;
	}
	.catering-menu .item {
		padding: 22px;
		margin: 0 15px;
		width: calc(33.33% - 30px);
	}
	.catering-menu .item ul {
		margin-left: 15px;
	}
	.menu-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.menu-list.gallery .item {
		width: calc(50% - 20px);
	}
	.menu-list .item {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}
	.menu-list .item a .info p {
		font-size: 16px;
	}
	.sub-menu-list {
		margin-left: -16px;
		margin-right: -16px;
	}
	.sub-menu-list .item {
		width: calc(33.33% - 32px);
		margin: 0 16px 32px 16px;
	}
	.sub-menu-list .item .info {
		padding: 22px;
	}
	.today-special .item-info {
		padding: 22px;
	}
	.daily-special .item .info {
		padding: 22px;
	}
}
@media(max-width: 1023px) {
	h1,
	.h1 {
		font-size: 66px;
	}
	h2,
	.h2,
	.h1-size-h2 h1 {
		font-size: 46px;
	}
	h3,
	.h3 {
		font-size: 40px;
	}
	h4,
	.h4,
	.catering-menu h3,
	.today-special h3,
	.daily-special h3,
	.h1-size-h4 h1 {
		font-size: 28px;
	}
	h5,
	.h5 {
		font-size: 24px;
	}
	h6,
	.h6,
	.title p {
		font-size: 20px;
	}
	.s-pt,
	.s-py {
		padding-top: 76px;
	}
	.s-pb,
	.s-py {
		padding-bottom: 76px;
	}
	.s-mt,
	.s-my {
		margin-top: 76px;
	}
	.s-mb,
	.s-my {
		margin-bottom: 76px;
	}
	.hero-cta {
		display: block;
		text-align: center;
	}
	.hero-cta p {
		width: 100%;
		max-width: 100%;
		margin: 20px 0 0 0;
	}
	.hero-img {
		margin-top: 56px;
	}
	.specials-list .item {
		width: calc(50% - 32px);
		margin-bottom: 32px;
	}
	.specials-list .item.special {
		min-height: 400px;
	}
	.testimonial-slider {
		padding-bottom: 84px;
	}
	.testimonial-slider .slick-arrow {
		top: inherit;
		bottom: 0;
	}
	.testimonial-slider .slick-next,
	.testimonial-slider .slick-prev {
		right: 50%;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}
	.testimonial-slider .slick-next { margin-right: -38px; }
	.testimonial-slider .slick-prev { margin-right: 38px; }
	.testimonial-slider .slick-list {
		margin: 0 -10px;
	}
	.testimonial-slider .inner {
		padding: 36px 22px;
		margin: 0 10px;
	}
	.site-footer {
		-webkit-border-radius: 30px 30px 0 0;
		-moz-border-radius: 30px 30px 0 0;
		border-radius: 30px 30px 0 0;
	}
	.footer-top {
		padding: 56px 0 26px 0;
	}
	.site-footer .map {
		margin-bottom: 36px;
	}
	.site-footer .map .pin {
		width: 36px;
	}
	.footer-blocks .block {
		width: 50%;
		margin-bottom: 30px;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom .copyright {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-bottom .right-block {
		width: 100%;
	}

	.page-title {
		padding-top: 150px;
		padding-bottom: 36px;
	}
	.half-pattern .bg {
		height: 80%;
	}
	.our-story .title,
	.catering-section .title,
	.food-truck .title {
		margin-top: 36px;
	}
	.catering-menu .item {
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}
	.our-story .image-content-section .content-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.our-story .image-content-section .img-block {
		width: 100%;
	}
	.bbq-form .content {
		width: 100%;
		margin-bottom: 30px;
	}
	.bbq-form .form-block {
		width: 100%;
	}

	.bbq-form {
		margin-top: 36px;
	}
	.menu-list.gallery .item {
		width: calc(100% - 20px);
	}
	/*.menu-list .item {
		width: calc(100% - 20px);
	}*/
	.page-title .action {
		margin: -24px 0 30px 0;
	}
	.sub-menu-list .item {
		width: calc(50% - 32px);
		margin: 0 16px 32px 16px;
	}
	.daily-special .item .title-price .title {
		width: 100%;
	}
	.daily-special .item .price {
		font-size: 26px;
	}

}
@media(max-width: 767px) {
	.menu-list .item {
		width: calc(100% - 20px);
	}
	body {
		font-size: 18px;
	}
	.title {
		margin-bottom: 30px;
	}
	h1,
	.h1 {
		font-size: 50px;
	}
	h2,
	.h2,
	.h1-size-h2 h1 {
		font-size: 42px;
	}
	h3,
	.h3 {
		font-size: 34px;
	}
	p {
		font-size: 18px;
	}
	.site-header, .site-header.fixed {
		padding: 0;
	}
	.site-header .inner {
		border: 0;
		border-bottom: 1px solid #ccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.site-header .primary-btn,
	.site-header.fixed .primary-btn {
		font-size: 20px;
	}
	.left-links .call {
		font-size: 16px;
	}
	.main-menu {
		left: 0;
		right: 0;
		border: 0;
		top: 97px;
		height: calc(100% - 97px);
		padding-top: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.rounded {
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
	}
	.s-pt,
	.s-py {
		padding-top: 50px;
	}
	.s-pb,
	.s-py {
		padding-bottom: 50px;
	}
	.s-mt,
	.s-my {
		margin-top: 50px;
	}
	.s-mb,
	.s-my {
		margin-bottom: 50px;
	}
	.primary-btn {
		font-size: 18px;
		padding: 18px 24px;
	}
	.hero-img {
		margin-top: 36px;
	}
	.specials-list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.specials-list .item {
		width: calc(50% - 16px);
		margin: 0 8px 16px 8px;
	}
	.specials-list .item h4 {
		font-size: 24px;
	}
	.footer-top {
		padding: 36px 0 26px 0;
	}
	.site-footer .map-img {
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
	}
	.masonry-gallery {
		columns: 2;
		column-gap: 12px;
	}
	.masonry-gallery .item {
		margin-bottom: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	}
	.pattern-bg {
		padding-left: 20px;
		padding-right: 20px;
	}
	.have-questions br {
		display: none;
	}
	.award-list li .award-img {
		padding: 26px;
	}
	.menu-list .item a {
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
	}
	.menu-list .item a .info h1 {
		font-size: 34px;
	}
	.today-special {
		margin-bottom: 36px;
	}
	.daily-special {
		padding-top: 36px;
	}
	.today-special .img {
		width: 100%;
	}
	.today-special .item-info {
		width: 100%;
	}
	.daily-special .item {
		width: 100%;
		margin-bottom: 32px;
	}
	.page-title .action {
		margin: -18px 0 20px 0;
	}
}

@media(max-width: 575px) {
	h1,
	.h1 {
		font-size: 36px;
	}
	h2,
	.h2,
	.h1-size-h2 h1 {
		font-size: 32px;
	}
	h3,
	.h3 {
		font-size: 28px;
	}
	h4,
	.h4,
	.catering-menu h3,
	.today-special h3,
	.daily-special h3,
	.h1-size-h4 h1 {
		font-size: 24px;
	}
	h5,
	.h5 {
		font-size: 20px;
	}
	h6,
	.h6,
	.title p {
		font-size: 18px;
	}
	.site-header .left-block {
		padding-left: 0;
	}
	.logo,
	.site-header.fixed .logo {
		max-width: 100px;
	}
	.site-header .main-menu .primary-btn {
		margin: 0 20px;
	}
	.main-menu {
		top: 90px;
		height: calc(100% - 90px);
	}
	/* .site-header.fixed .main-menu ul li a,
	.main-menu ul li a {
		font-size: 18px;
		padding: 12px 20px;
	} */
	.specials-list .item {
		width: calc(100% - 16px);
	}
	.specials-list .item .info,
	.specials-list .item.special a .extra-link {
		padding: 26px;
	}
	
	.slick-arrow {
		width: 36px;
		height: 36px;
	}
	.slick-arrow::after,
	.slick-arrow::before {
		background-size: 16px auto;
	}
	.testimonial-slider {
		padding-bottom: 56px;
	}
	.testimonial-slider .slick-next { margin-right: -26px; }
	.testimonial-slider .slick-prev { margin-right: 26px; }
	
	.site-footer .map {
		margin-bottom: 20px;
	}
	.site-footer .map .pin {
		width: 24px;
	}

	.footer-blocks .block {
		width: 100%;
	}
	.footer-blocks .block:last-child {
		margin-bottom: 0;
	}
	.footer-bottom {
		padding: 22px 0;
	}
	.page-title {
		padding-top: 120px;
		padding-bottom: 26px;
	}
	.masonry-gallery {
		column-gap: 8px;
	}
	.masonry-gallery .item {
		margin-bottom: 8px;
	}
	.catering-menu .item {
		width: calc(100% - 30px);
	}
	.catering-menu .item:last-child {
		margin-bottom: 0;
	}
	.award-list li {
		width: calc(100% - 32px);
		margin-bottom: 30px;
	}
	.award-list li:last-child {
		margin-bottom: 0;
	}
	.bbq-form .form-block .form-list li.col-2 {
		width: 100%;
	}
	.menu-list .item a .info {
		padding: 20px 72px 20px 20px;
	}
	.menu-list .item a .info h1 {
		font-size: 30px;
	}
	.menu-list .item a .info:before {
		right: 20px;
		width: 36px;
		height: 36px;
		background-size: 16px auto;
	}
	.sub-menu-list .item {
		width: calc(100% - 32px);
	}
	.today-special .price,
	.daily-special .item .price {
		font-size: 24px;
	}
}

@media(max-width: 374px) {
	.logo, .site-header.fixed .logo {
		max-width: 80px;
	}
	.site-header .left-links {
		padding-left: 16px;
		margin-left: 16px;
		min-height: 45px;
	}
	.menu-icon {
		margin-left: 10px;
	}
	.main-menu {
		top: 77px;
		height: calc(100% - 77px);
	}
}
/*** Responsive CSS End ***/


.notice-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 4;
	padding: 16px 0;
	background-color: #F16522;
	box-shadow: 0 0 5px #333;
	color: #FFFFFF;
}

.notice-banner a {
	color: white;
	text-decoration: underline;
}

.notice-banner a:hover {
	color: black;
	text-decoration: underline;
}

.notice-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notice-close {
	background: none;
	border: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-size: 32px;
	height: 32px;
	width: 32px;
	line-height: 1;
}


.gfield_description.instruction.validation_message {
	display: none;
}

.form-block .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}

.form-block .gform_heading {
	margin-bottom: 16px;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
	background-color: #F16522;
	border: 1px solid #F16522;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	padding: 24px;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.required {
	color: #c33;
	margin-left: 2px;
}

.page-content {
	min-height: 50vh;
}

.search-form {
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}


.search-form label,
.search-form input[type="search"] {
	width: 100%;
}

.policy-links {
	display: flex;
	gap: 12px;
	margin-top: 8px;
}

.policy-links a {
	font-size: 14px;
	color: white;
	text-decoration: underline;
}

.policy-links a:hover {
	text-decoration: none;
}
