/*
Theme Name: Grease Monkey
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: 'AlteHaasGrotesk_Bold';
	src: url("fonts/altehaasgrotesk_bold/AlteHaasGrotesk_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/altehaasgrotesk_bold/AlteHaasGrotesk_Bold.woff") format("woff"), url("fonts/altehaasgrotesk_bold/AlteHaasGrotesk_Bold.ttf") format("truetype"), url("fonts/altehaasgrotesk_bold/AlteHaasGrotesk_Bold.svg#AlteHaasGrotesk_Bold") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'CooperBlack';
	src: url("fonts/cooperblack/CooperBlack.eot?#iefix") format("embedded-opentype"), url("fonts/cooperblack/CooperBlack.woff") format("woff"), url("fonts/cooperblack/CooperBlack.ttf") format("truetype"), url("fonts/cooperblack/CooperBlack.svg#CooperBlack") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'Knewave-Regular';
	src: url("fonts/knewave-regular/Knewave-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/knewave-regular/Knewave-Regular.woff") format("woff"), url("fonts/knewave-regular/Knewave-Regular.ttf") format("truetype"), url("fonts/knewave-regular/Knewave-Regular.svg#Knewave-Regular") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'ColunaRounded-CondensedBold';
	src: url("fonts/colunarounded-condensedbold/ColunaRounded-CondensedBold.eot?#iefix") format("embedded-opentype"), url("fonts/colunarounded-condensedbold/ColunaRounded-CondensedBold.otf") format("opentype"), url("fonts/colunarounded-condensedbold/ColunaRounded-CondensedBold.woff") format("woff"), url("fonts/colunarounded-condensedbold/ColunaRounded-CondensedBold.ttf") format("truetype"), url("fonts/colunarounded-condensedbold/ColunaRounded-CondensedBold.svg#ColunaRounded-CondensedBold") format("svg");
	font-weight: normal;
	font-style: normal; }

	@font-face {
		font-family: 'AlteHaasGrotesk';
		src: url("fonts/altehaasgrotesk_regular/AlteHaasGrotesk.eot?#iefix") format("embedded-opentype"), url("fonts/altehaasgrotesk_regular/AlteHaasGrotesk.woff") format("woff"), url("fonts/altehaasgrotesk_regular/AlteHaasGrotesk.ttf") format("truetype"), url("fonts/altehaasgrotesk_regular/AlteHaasGrotesk.svg#AlteHaasGrotesk") format("svg");
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon/icomoon.eot?6mixdz");
	src: url("fonts/icomoon/icomoon.eot?6mixdz#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?6mixdz") format("truetype"), url("fonts/icomoon/icomoon.woff?6mixdz") format("woff"), url("fonts/icomoon/icomoon.svg?6mixdz#icomoon") format("svg");
	font-weight: normal;
	font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.icon-logo_mono:before {
	content: "\e901"; }

.icon-header_logo:before {
	content: "\e900"; }

.icon-monkey:before {
	content: "\e90f"; }

.icon-instagram:before {
	content: "\e910"; }

.icon-facebook:before {
	content: "\e911"; }

.icon-monkey-isolated:before {
	content: "\e912"; }

.icon-signature:before {
	content: "\e913"; }

.icon-open7:before {
	content: "\e914"; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; }

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite; }

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s; }

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0); }
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none; } }

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0); }
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none; } }

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp; }

body {
	background: #e9eae8 url("images/bg.jpg");
	font-family: "AlteHaasGrotesk_Bold", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #141414; }

@media screen and (min-width: 90em) {
	.row.xxlarge-full-collapse {
		margin: 0; } }

.row.menu-flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media screen and (min-width: 48em) {
	.row.menu-flex-row .column:first-child, .row.menu-flex-row .columns:first-child {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2; }
	.row.menu-flex-row .column:last-child, .row.menu-flex-row .columns:last-child {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1; } }

.row.expanded {
	padding: 0; }

.row.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.row.flex-row .column:last-child, .row.flex-row .columns:last-child {
	margin-right: -1px; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.row {
		max-width: 45.25rem; } }

@media screen and (min-width: 64em) {
	.row {
		padding: 0 3.125rem; }
	.row .row {
		padding: 0; } }

@media screen and (min-width: 90em) {
	.row {
		padding: 0; } }

.doors{
    display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
	text-align: center;
	background: #1E1E1E url("images/doors.jpg") center;
	background-size: cover;
	-webkit-transition: 1.8s 0.3s;
	transition: 1.8s 0.3s;
}

/*.home .doors{*/
    /*display: block;*/
/*}*/

.doors.close {
	top: -100%;
	overflow: hidden;
}

.doors-col {
	height: 50%;
	padding: 1.25rem 0;
	position: relative; }
.doors-col:first-child {
	padding-bottom: 0; }
.doors-col:last-child {
	padding-top: 0.625rem; }
.doors-col .monkey-logo {
	max-height: 100%;
	width: auto; }

.doors-close-box {
	position: absolute;
	bottom: 1.5625rem;
	left: 0;
	width: 100%;
	text-align: center; }
@media screen and (min-width: 48em) {
	.doors-close-box {
		bottom: 3.75rem; } }

.doors .doors-close {
	padding: 0 1.0625rem;
	font-size: 1.6875rem;
	margin: 0;
	line-height: 1.428571429;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
	background: #e2e2e2;
	border-color: #e2e2e2;
	color: #000;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.doors .doors-close:hover, .doors .doors-close:active, .doors .doors-close:focus {
	background: transparent;
	color: #fff;
	border-color: #fff; }
@media screen and (min-width: 48em) {
	.doors .doors-close {
		font-size: 2.75rem; } }

.doors-neon-box {
	position: relative;
	padding: 0 0 45%; }

.doors-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto; }

.doors-neon-on {
	opacity: 0.2; }

@media screen and (max-width: 63.9375em) and (orientation: landscape) {
	.doors-neon {
		width: 30%;
		margin: auto; } }

.loader {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1.875rem;
	opacity: 0;
	visibility: hidden; }

.not-loaded .loader {
	opacity: 1;
	visibility: visible; }

.not-loaded .doors-close {
	opacity: 0;
	visibility: hidden; }

.intro {
	position: relative;
	z-index: 1;
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.intro::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 7rem;
	content: "";
	width: 100%;
	background: -webkit-linear-gradient(top, #292828 0%, transparent 100%);
	background: linear-gradient(to bottom, #292828 0%, transparent 100%); }

.intro-inner-holder {
	height: 100vh; }

.intro-img {
	height: 100vh; }

.intro-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	text-align: center;
	line-height: 1;
}

.intro-text-label{
    position: absolute;
    bottom: -16px;
    right: -34px;
    transform: rotate(-15deg);
    display: inline-block;
    padding: 9px 16px 2px;
    font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    background: #d1222a;
    font-size: 29px;
    line-height: 1;
    color: #fff;
}

@media screen and (min-width: 48em) {

    .intro-text-label{
        bottom: -26px;
        right: -74px;
        padding: 17px 36px 2px;
        font-size: 58px;
    }
}

@media screen and (min-width: 64em) {

    .intro-text-label{
        bottom: -34px;
        right: -122px;
        padding: 23px 46px 2px;
        font-size: 80px;
    }
}

@media screen and (min-width: 64em) {

    .intro-text.intro-text-row .icon-logo_mono{
        font-size: 14.5rem;
    }
}

.intro-text.intro-text-row{
    color: #fff;
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
}

.intro-text-real-text{
    max-width: 720px;
    font-size: 60px;
    line-height: 62px;
    text-align: center;
}

@media screen and (min-width: 48em) {

    .intro-text-real-text{
        font-size: 100px;
        line-height: 89px;
    }
}

@media screen and (min-width: 64em) {

    .intro-text-real-text{
        font-size: 150px;
        text-align: center;
        line-height: 133px;
    }
}

@media screen and (min-width: 48em) {

    .intro-text.intro-text-row .icon-logo_mono{
        font-size: 14.5rem;
    }
}

@media screen and (min-width: 90em) {

    .intro-text.intro-text-row .icon-logo_mono{
        font-size: 18.2rem;
    }
}

.intro-text .icon-logo_mono {
	color: #fff;
	font-size: 6.375rem; }
@media screen and (min-width: 48em) {
	.intro-text .icon-logo_mono {
		font-size: 7.5rem; } }
@media screen and (min-width: 90em) {
	.intro-text .icon-logo_mono {
		font-size: 17.8125rem; } }
.intro-text span {
	text-indent: -9999px;
	display: block;
	opacity: 0;
	visibility: hidden; }

.intro-down {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2.3125rem;
	text-align: center;
	font-size: 1.0625rem;
	opacity: 0.7;
	text-transform: uppercase;
	line-height: 1;
	color: #efebef;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif; }
.intro-down:hover, .intro-down:active, .intro-down:focus {
	color: #efebef; }
@media screen and (min-width: 48em) {
	.intro-down {
		font-size: 1.5625rem;
		bottom: 4.5rem; } }
@media screen and (min-width: 90em) {
	.intro-down {
		font-size: 1.625rem;
		bottom: 5.5rem; } }

@-webkit-keyframes arrow-bounce {
	0% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
		opacity: 1; }
	50% {
		-webkit-transform: translateY(30%) rotate(90deg);
		transform: translateY(30%) rotate(90deg);
		opacity: .6; }
	100% {
		-webkit-transform: translateY(80%) rotate(90deg);
		transform: translateY(80%) rotate(90deg);
		opacity: 0; } }

@keyframes arrow-bounce {
	0% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
		opacity: 1; }
	50% {
		-webkit-transform: translateY(30%) rotate(90deg);
		transform: translateY(30%) rotate(90deg);
		opacity: .6; }
	100% {
		-webkit-transform: translateY(80%) rotate(90deg);
		transform: translateY(80%) rotate(90deg);
		opacity: 0; } }

.intro-down-icon {
	display: block;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: arrow-bounce .7s normal infinite;
	animation: arrow-bounce .7s normal infinite; }

.menu-holder {
	/* padding-bottom: 5.9375rem; */
	position: relative; }
@media screen and (min-width: 90em) {
	.menu-holder {
		/* padding-bottom: 12.5rem; */
	} } 

.serious-monkey-sign {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	width: 12.5rem;
	top: 3rem;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.serious-monkey-sign .icon-monkey-isolated {
	font-size: 29.6875rem;
	position: relative;
	left: 2.25rem; }
@media screen and (min-width: 90em) {
	.serious-monkey-sign .icon-monkey-isolated {
		font-size: 56.5rem;
		left: 5rem; } }
.serious-monkey-sign .icon-signature {
	font-size: 4.5625rem;
	position: relative;
	top: -3.375rem; }
@media screen and (min-width: 90em) {
	.serious-monkey-sign .icon-signature {
		font-size: 8.8125rem;
		top: -6.1875rem;
		left: 0.9375rem; } }
@media screen and (min-width: 59.6875em) {
	.serious-monkey-sign {
		display: block;
		opacity: 1;
		visibility: visible; } }
@media screen and (min-width: 90em) {
	.serious-monkey-sign {
		width: 22rem;
		top: -1rem; } }

.lamp {
	position: relative;
	right: -0.5rem;
	max-width: 15.9375rem;
	margin: 0 auto -4.25rem; }
@media screen and (min-width: 48em) {
	.lamp {
		right: -0.75rem;
		max-width: 18.8125rem;
		margin: -0.375rem auto -4.9375rem; } }
@media screen and (min-width: 90em) {
	.lamp {
		right: -3.0625rem;
		max-width: 37.875rem;
		margin: -1.4375rem auto -11.6875rem; } }

.lamp-on {
	position: absolute;
	top: 0;
	left: 0; }

.short-info {
	margin: 0 0 5.125rem;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.5; }
@media screen and (min-width: 48em) {
	.short-info {
		margin-bottom: 4.1875rem; } }
@media screen and (min-width: 90em) {
	.short-info {
		margin-bottom: 4.875rem; } }

.short-info-title {
	margin: 0 0 1.4375rem;
	font-size: 2.8125rem;
	line-height: 1;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif; }
@media screen and (min-width: 48em) {
	.short-info-title {
		margin-bottom: 1.625rem; } }
@media screen and (min-width: 90em) {
	.short-info-title {
		margin-bottom: 2.6875rem;
		font-size: 4.1875rem; } }

.short-info-desc {
	display: block; }
@media screen and (min-width: 48em) {
	.short-info-desc {
		max-width: 37.1875rem;
		margin: auto; } }
@media screen and (min-width: 90em) {
	.short-info-desc {
		max-width: 56.25rem;
		font-size: 1.6875rem;
		line-height: 1.3; } }

.short-info-works {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 1.375rem;
	/* max-width: 18.3125rem; */
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin: auto; }
.short-info-works > img{
	max-width: 18.3125rem;
}
@media screen and (min-width: 48em) {
	.short-info-works {
		padding-top: 2.125rem;
		margin-left: 0.8125rem; } }
@media screen and (min-width: 90em) {
	.short-info-works {
		padding-top: 3.1875rem;
		margin-left: 14.25rem;
		max-width: 24.5625rem; } }

@media screen and (min-width: 90em) {
	.menu-list-holder {
		padding: 0 2.375rem; } }

.menu-list-holder-title {
	margin-bottom: 1.0625rem;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	text-transform: uppercase;
	color: #d3262d;
	text-align: center;
	font-size: 2.8125rem; }
@media screen and (min-width: 48em) {
	.menu-list-holder-title {
		margin-bottom: 1.1875rem;
		font-size: 2.8125rem; } }
@media screen and (min-width: 90em) {
	.menu-list-holder-title {
		margin-bottom: 3.5625rem;
		font-size: 3.625rem; } }

@media screen and (min-width: 90em) {
	.menu-list {
		padding: 0 3.25rem; } }

.menu-list-item {
	text-align: center; }
.menu-list-item.mini .menu-list-item-row {
	margin: 0; }
@media screen and (min-width: 48em) {
	.menu-list-item {
		margin-bottom: 4.5rem;
		text-align: left; } }

.menu-list-item-row-outer {
	margin-bottom: 3rem; }

.menu-list-item-title {
	display: inline-block;
	cursor: pointer;
	padding: 1rem 1.063rem 0.25rem;
	font-size: 2.625rem;
	line-height: 1;
	margin-bottom: 1.3125rem;
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	color: #e9eae8;
	background: #141414; }
@media screen and (max-width: 48em) {
	.menu-list-item-title {
		min-width: 17.75rem;
}
}

.menu-list-item-title.lef {
    color: #fff;
}
@media screen and (min-width: 48em) {
	.menu-list-item-title.lef {
        color: #fff;
    }
}
@media screen and (min-width: 48em) {
	.menu-list-item-title {
		cursor: default; } }
@media screen and (min-width: 90em) {
	.menu-list-item-title {
		padding: 0.9625rem 1.35rem 0.3375rem;
		font-size: 2.8125rem;
		margin-bottom: 2.0625rem; } }

.menu-list-item-row {
	margin-bottom: 0.9375rem;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #141414; }
.menu-list-item-additional .menu-list-item-row {
	margin-bottom: -0.1875rem; }
@media screen and (min-width: 90em) {
	.menu-list-item-additional .menu-list-item-row {
		margin-bottom: 0.75rem; } }
@media screen and (min-width: 90em) {
	.menu-list-item-row {
		margin-bottom: 30px; } }


@media screen and (min-width: 48em) {
	.menu-padding-first-col{
		padding-right: 2em;
	}
	.menu-padding-second-col{
		padding-left: 2em;
	}
	
}

.menu-list-item-price {
	overflow: hidden;
	position: relative;
	padding-right: 1.9375rem;
	margin-bottom: 0.25rem;
	text-align: left;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.1875rem; }
.menu-list-item-price span {
	background: #e9eae8 url("images/bg.jpg"); }
.menu-list-item-price span:first-child {
	padding-right: 0.3125rem; }
.menu-list-item-price span:first-child.active {
	color: #d3262d; }
.menu-list-item-additional .menu-list-item-price span:first-child {
	font-family: "AlteHaasGrotesk_Bold", Helvetica, Roboto, Arial, sans-serif;
	font-size: 0.9375rem; }
@media screen and (min-width: 90em) {
	.menu-list-item-additional .menu-list-item-price span:first-child {
		font-size: 1.4375rem; } }
@media screen and (min-width: 90em) {
	.menu-list-item-price span:first-child {
		font-size: 1.9375rem;
		line-height: 0.9;
		padding-right: 0.1875rem; } }
.menu-list-item-price span:last-child {
	padding-left: 0.9375rem;
	padding-right: 0.1875rem;
	margin-right: -1px;
	font-size: 1.375rem;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif; }
@media screen and (min-width: 48em) {
	.menu-list-item-price span:last-child {
		font-size: 1.1875rem; } }
@media screen and (min-width: 90em) {
	.menu-list-item-price span:last-child {
		font-size: 1.9375rem;
		line-height: 1; }
	.menu-list-item-additional .menu-list-item-price span:last-child {
		line-height: 1.3; } }
.menu-list-item-price .menu-list-item-dots {
	display: none;
	position: relative; }
.menu-list-item-price .menu-list-item-dots .dot {
	position: absolute;
	width: 9999px;
	left: 0;
	height: 0.25rem;
	bottom: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDMwRTQ4REM3RTdDMTFFNjk0RjVENzE3QTAzQjFCMTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDMwRTQ4REQ3RTdDMTFFNjk0RjVENzE3QTAzQjFCMTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzBFNDhEQTdFN0MxMUU2OTRGNUQ3MTdBMDNCMUIxMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzBFNDhEQjdFN0MxMUU2OTRGNUQ3MTdBMDNCMUIxMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuuGJVUAAAAxSURBVHjaYlRSUoplYGBoB2JOII5lFhQUvAhk8EEFJJgYUMESFiCxFIhFoPRigAADALdRBZNBhtYkAAAAAElFTkSuQmCC") 0 0 repeat-x; }
@media screen and (min-width: 90em) {
	.menu-list-item-price {
		padding-top: 0.3125rem;
		margin-bottom: 0.5625rem; } }

.menu-list-item-price-count {
	position: absolute;
	right: 0;
	bottom: 0; }

.menu-list-item-ingridients {
	padding-right: 1.9375rem;
	text-align: left;
	line-height: 1.3;
	font-size: 0.9375rem; }
@media screen and (min-width: 90em) {
	.menu-list-item-ingridients {
		padding-right: 0;
		font-size: 1.375rem;
        line-height: 1.36;
    }
}

.menu-list-item-additional-title-holder {
	position: relative;
	text-align: left;
	padding-top: 2.625rem; }
.menu-list-item-additional-title-holder.topped {
	padding-top: 2.125rem; }
@media screen and (min-width: 48em) {
	.menu-list-item-additional-title-holder.topped {
		padding-top: 1.3125rem; } }
@media screen and (min-width: 48em) {
	.menu-list-item-additional-title-holder {
		padding-top: 15px;
    }
}

.menu-list-item-additional-title-extra {
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	color: #e9eae8;
	background: #d3262d;
	white-space: nowrap;
	display: inline-block;
	padding: 0.3125rem 0.4375rem 0.0625rem;
	font-size: 1rem;
	line-height: 1;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	position: relative;
	top: -1rem;
	left: 0.6875rem; }
@media screen and (min-width: 20.0625em) {
	.menu-list-item-additional-title-extra {
		padding: 0.5rem 0.625rem 0.125rem;
		font-size: 1.1875rem;
		top: -1.1875rem;
		left: 1.5625rem; } }
@media screen and (min-width: 48em) {
	.menu-list-item-additional-title-extra {
		position: absolute;
		left: auto;
		right: -2.5rem;
		top: 0.625rem; } }	
@media screen and (min-width: 90em) {
	.menu-list-item-additional-title-extra {
		padding: 0.5625rem 0.8125rem 0.1875rem;
		right: -7.4375rem;
		top: 0;
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
		font-size: 1.875rem; } }

.menu-list-item-additional-title-extra.alt{
	right: 0;
	top: 40% !important;
	transform: rotate(-5deg) translateY(-50%) !important;
}

.menu-list-item-additional-title {
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	color: #141414;
	display: inline-block;
	padding: 0.4375rem 1.4375rem 0.0625rem;
	font-size: 1.5rem;
	margin-bottom: 0.9375rem;
	line-height: 1;
	border: 2px solid #141414; }
@media screen and (min-width: 90em) {
	.menu-list-item-additional-title {
		margin-bottom: 2.1875rem;
		padding: 0.6875rem 2.0625rem 0.0625rem;
		font-size: 2.375rem; } }

.download-menu-box {
	text-align: center; }
@media screen and (min-width: 48em) {
	.download-menu-box {
		padding-top: 0.75rem; } }
@media screen and (min-width: 90em) {
	.download-menu-box {
		padding-top: 2.4375rem; } }

.download-menu {
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	color: #fff;
	background: #000;
	display: inline-block;
	padding: 1rem 2.375rem 0.1875rem;
	font-size: 2.625rem;
	line-height: 1;
	margin-top: 0.375rem;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.download-menu:hover {
    background: #d3262d;
	color: #fff; }
@media screen and (min-width: 90em) {
	.download-menu {
		font-size: 3.875rem;
		padding: 1.3125rem 3.5rem 0.25rem; } }

.menu-list-item-row-outer {
	display: none; }
@media screen and (min-width: 48em) {
	.menu-list-item-row-outer .column:first-child {
		padding-right: 2.5rem; }
	.menu-list-item-row-outer .column:last-child {
		padding-left: 2.5rem; } }
@media screen and (min-width: 90em) {
	.menu-list-item-row-outer .column:first-child {
		padding-right: 4px; }
	.menu-list-item-row-outer .column:last-child {
		padding-left: 4.5rem; } }
.menu-list-item-row-outer .row.menu-flex-row .column {
	margin-right: -1px; }
@media screen and (min-width: 48em) {
	.menu-list-item-row-outer .row.menu-flex-row .column:first-child {
		padding-left: 2.5rem;
		padding-right: 15px; }
	.menu-list-item-row-outer .row.menu-flex-row .column:last-child {
		padding-right: 2.5rem;
		padding-left: 15px; } }
@media screen and (min-width: 90em) {
	.menu-list-item-row-outer .row.menu-flex-row .column:first-child {
		padding-left: 4.5rem;
		padding-right: 15px; }
	.menu-list-item-row-outer .row.menu-flex-row .column:last-child {
		padding-right: 4.5rem;
		padding-left: 15px; } }
@media screen and (min-width: 48em) {
	.menu-list-item-row-outer {
		display: block !important; } }

@media screen and (min-width: 48em) {
	.menu-list-item-etc .column:first-child {
		padding-right: 2.5rem; }
	.menu-list-item-etc .column:last-child {
		padding-left: 2.5rem; } }

@media screen and (min-width: 90em) {
	.menu-list-item-etc .column:first-child {
		padding-right: 4.5rem; }
	.menu-list-item-etc .column:last-child {
		padding-left: 4.5rem; } }

.whats-on-slider-holder {
	margin-bottom: 1.625rem; }
@media screen and (min-width: 48em) {
	.whats-on-slider-holder {
		margin-bottom: 3rem; } }
@media screen and (min-width: 90em) {
	.whats-on-slider-holder {
		margin-bottom: 6.25rem; } }

.whats-on-holder {
	padding: 3.75rem 0 2.75rem;
	background: url("images/promo-bg.jpg") no-repeat;
	background-size: cover; }
.about-link-block-holder{
	background: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.whats-on-holder > .row {
		max-width: 46.875rem; } }
@media screen and (min-width: 90em) {
	.whats-on-holder > .row {
		max-width: 96.5625rem; } }
@media screen and (min-width: 48em) {
	.whats-on-holder {
		padding-bottom: 3.75rem;
		padding-top: 4.1875rem; } }
@media screen and (min-width: 90em) {
	.whats-on-holder {
		padding-bottom: 9.6875rem;
		padding-top: 7.9375rem; } }

.page-links-holder {
	padding: 3.75rem 0 3.75rem;
	background: url("images/promo-bg.jpg") no-repeat;
	background-size: cover; }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.page-links-holder > .row {
		max-width: 46.875rem; } }
@media screen and (min-width: 90em) {
	.page-links-holder > .row {
		max-width: 96.5625rem; } }
@media screen and (min-width: 48em) {
	.page-links-holder {
		padding-bottom: 3.75rem;
		padding-top: 3.75rem; } }
@media screen and (min-width: 90em) {
	.page-links-holder{
		padding-bottom: 7.9375rem;
		padding-top: 7.9375rem; } }

.whats-on-title {
	margin: 0 0 2.3125rem;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.9375rem; }
@media screen and (min-width: 48em) {
	.whats-on-title {
		margin-bottom: 2.3125rem; } }
@media screen and (min-width: 90em) {
	.whats-on-title {
		margin-bottom: 4.375rem;
		font-size: 3.8125rem; } }

.whats-on-title-down {
	max-width: 13.4375rem;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	font-size: 2.625rem;
	line-height: 1;
	text-align: center; }
@media screen and (min-width: 48em) {
	.whats-on-title-down {
		max-width: none;
		font-size: 2.6875rem;
		word-spacing: 0.25rem; } }
@media screen and (min-width: 90em) {
	.whats-on-title-down {
		font-size: 4.4375rem; } }

.location-title {
	margin: 0 0 1.3125rem;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.9375rem; }
@media screen and (min-width: 48em) {
	.location-title {
		margin-bottom: 1.3125rem; } }
@media screen and (min-width: 90em) {
	.location-title {
		margin-bottom: 2.375rem;
		font-size: 2.8125rem; } }

.whats-on-slider-item {
	padding: 0.6875rem 0.5625rem;
	margin: 0 0.9375rem;
	text-align: center;
	min-height: 17.875rem;
	outline: none; }
.whats-on-slider-item.yellow {
	background: #e7b219 url("images/yellow-bg.jpg"); }
.whats-on-slider-item.gray {
	background: #e9eae8 url("images/gray-bg.jpg"); }
.whats-on-slider-item.red {
	background: #d3262d url("images/red-bg.jpg");
	color: #fff; }

.whats-on-slider-item.red .whats-on-slider-item-inner{
	border-color: #fff;
}
.about-link-slider-item{
	min-height: 17.875rem;
}
@media screen and (min-width: 90em) {
	.whats-on-slider-item {
		padding: 1.3125rem;
		margin: 0 1.875rem;
		min-height: 26.25rem !important; } }

.whats-on-slider-item-inner {
	border: 3px solid #141414;
	padding: 1.6875rem 0.4375rem 0;
	min-height: 17.875rem; }
@media screen and (min-width: 90em) {
	.whats-on-slider-item-inner {
		padding: 3.8125rem 0.4375rem 0; } }
@media screen and (min-width: 90em) {
	.whats-on-slider-item-inner {
		min-height: 26.25rem; } }

.page-link-item-inner {
	/* border: 3px solid #141414; */
	padding: 1.6875rem 0.4375rem 0;
	min-height: 24rem; }
@media screen and (min-width: 90em) {
	.page-link-item-inner {
		padding: 3.8125rem 0.4375rem 0; } }
@media screen and (max-width: 48em) {
	.page-link-item-inner {
		min-height: 6.875rem; } }
@media screen and (min-width: 90em) {
	.page-link-item-inner {
		min-height: 24rem; } }

.whats-on-slider-title {
	margin: 0 auto 1.125rem;
	max-width: 10.9375rem;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
	line-height: 1;
	font-size: 1.3125rem; }
@media screen and (min-width: 20.0625em) {
	.whats-on-slider-title {
		font-size: 1.8125rem; } }
@media screen and (min-width: 90em) {
	.whats-on-slider-title {
		margin-bottom: 2.75rem;
		max-width: 22.5rem;
		font-size: 4.1875rem;
		line-height: 0.8; } }

.about-slider-title {
	margin: 0 auto 1.125rem;
	max-width: 10.9375rem;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	line-height: 1;
	font-size: 1.3125rem;
	text-transform: uppercase; 
}
@media screen and (min-width: 20.0625em) {
	.about-slider-title {
		font-size: 1.8125rem; } }
@media screen and (min-width: 90em) {
	.about-slider-title {
		margin-bottom: 2.75rem;
		max-width: 22.5rem;
		font-size: 3.1875rem;
		line-height: 0.8; } }

.whats-on-slider-date {
	display: block;
	min-height: 2.5rem;
	max-width: 7.8125rem;
	margin: auto;
	margin-bottom: 0.9375rem;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.875rem; }
@media screen and (min-width: 90em) {
	.whats-on-slider-date {
		max-width: 15.625rem;
		min-height: 6.3125rem;
		font-size: 1.625rem; } }

.whats-on-slider-desc {
	display: block;
	line-height: 1.4;
	text-transform: uppercase;
	font-size: 0.875rem; }
.whats-on-slider-desc ul {
	margin: 0;
	padding: 0;
	list-style: none; }
.whats-on-slider-desc ul li {
	margin: 0 0 10px; }
.whats-on-slider-desc ul li:last-child {
	margin: 0; }
@media screen and (min-width: 48em) {
	.whats-on-slider-desc ul li {
		margin-bottom: 0.1875rem; } }
@media screen and (min-width: 90em) {
	.whats-on-slider-desc ul li {
		margin-bottom: 0.875rem; } }
@media screen and (min-width: 90em) {
	.whats-on-slider-desc ul {
		line-height: 1.3; } }
@media screen and (min-width: 90em) {
	.whats-on-slider-desc {
		padding: 0 1.5625rem;
		font-size: 1.875rem; } }

#social #sb_instagram{
	margin-bottom: 60px;
}


.instagram-holder {
	padding: 5.375rem 5px 2.875rem; }
@media screen and (min-width: 48em) {
	.instagram-holder {
		padding-top: 4.25rem;
		padding-bottom: 6.0625rem; } }
@media screen and (min-width: 90em) {
	.instagram-holder {
		padding-top: 8.9375rem;
		padding-bottom: 10.6875rem; } }

.instagram-list {
	margin-bottom: 3.6875rem; }
@media screen and (min-width: 48em) {
	.instagram-list {
		margin-bottom: 2.75rem; } }
@media screen and (min-width: 90em) {
	.instagram-list, #social #sb_instagram {
		margin-bottom: 9.375rem; } }
@media screen and (min-width: 101.875em) {
	.instagram-list {
		margin-left: -0.5625rem;
		margin-right: -0.5625rem; } }

.instagram-holder-title {
	margin-bottom: 2.3125rem;
	font-size: 2.8125rem;
	text-transform: uppercase;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	color: #d3262d;
	text-align: center; }
@media screen and (min-width: 90em) {
	.instagram-holder-title {
		margin-bottom: 5.75rem;
		font-size: 3.8125rem; } }

.instagram-list-item {
	position: relative;
	margin-bottom: 1rem; }
.instagram-list-item:hover .instagram-list-item-desc, #sb_instagram #sbi_images .sbi_item:hover .sbi_info {
	opacity: 1; }
@media screen and (min-width: 90em) {
	.instagram-list-item {
		margin-bottom: 1.625rem; } }

.instagram-list-item-desc, #sb_instagram #sbi_images .sbi_info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625rem;
	font-size: 0.75rem;
	color: #fff;
	background: rgba(211, 38, 45, 0.8);
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.instagram-list-item-desc a, #sb_instagram #sbi_images .sbi_info a {
	color: #fff; }
.instagram-list-item-desc a:hover, #sb_instagram #sbi_images .sbi_info a:hover {
	text-decoration: underline; }
@media screen and (min-width: 48em) {
	.instagram-list-item-desc, #sb_instagram #sbi_images .sbi_info{
		padding: 1.3125rem 1.3125rem 1.125rem;
	}
	#sb_instagram #sbi_images .sbi_info .sbi_caption {
		font-size: 0.9375rem !important;
		line-height: 1.2;
	}

}
@media screen and (min-width: 75em) {
	.instagram-list-item-desc, #sb_instagram #sbi_images .sbi_info {
		padding: 2.5rem;
		font-size: 1.8125rem; } }
@media screen and (min-width: 90em) {
	.instagram-list-item-desc, #sb_instagram #sbi_images .sbi_info {
		padding: 3.5rem 3.5rem 3.3125rem;
		font-size: 2.125rem; } }

.instagram-list-item-desc-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	height: 100%; }

.instagram-list .row .column {
	padding-left: 0.5rem;
	padding-right: 0.5rem; }
.instagram-list .row .column:nth-child(n+5) {
	display: none; }
@media screen and (min-width: 48em) {
	.instagram-list .row .column:nth-child(n+5) {
		display: block; } }
@media screen and (min-width: 90em) {
	.instagram-list .row .column {
		padding-left: 0.8125rem;
		padding-right: 0.8125rem; } }

@media screen and (max-width: 63.9375em) {
	.instagram-list .row {
		margin-left: -0.5rem;
		margin-right: -0.5rem; } }

.instagram-list-item-date {
	text-transform: uppercase;
	padding-top: 0.625rem; }
@media screen and (min-width: 48em) {
	.instagram-list-item-date {
		padding-top: 0.8125rem; } }
@media screen and (min-width: 90em) {
	.instagram-list-item-date {
		padding-top: 1.1875rem;
		font-size: 2.1875rem; } }

.follow-us-box-title {
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	background: #141414;
	color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 0.8125rem 1.0625rem 0.1875rem;
	font-size: 2.4375rem;
	margin-bottom: 1.375rem;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg); }
@media screen and (min-width: 90em) {
	.follow-us-box-title {
		margin-bottom: 1.9375rem;
		padding: 1.3125rem 1.625rem 0.3125rem;
		font-size: 3.8125rem; } }

.follow-us-icon-box {
	text-align: center; 
	display: table;
}
.follow-us-icon-box > span{
	display: table-cell;
	vertical-align: middle;
}
@media screen and (min-width: 48em) {
	.follow-us-icon-box  {
			text-align: left; 
} }

.follow-us-icon {
	color: #fff;
	font-size: 1.875rem;
	display: inline-block;
	margin: 0 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
	.folllow-us-icon:hover{
		color: #d3262d;
	}
.follow-us-icon.icon-facebook {
	font-size: 2.375rem;
	position: relative;
	top: 0.5625rem;
	transform: translateY(-2px); }
@media screen and (min-width: 90em) {
	.follow-us-icon.icon-facebook {
		font-size: 2.9rem;
		top: 1rem; 
	transform: translateY(-8px);} }
@media screen and (min-width: 90em) {
	.follow-us-icon {
		margin: 0 0.6875rem;
		font-size: 2.3125rem; } }

.bottom-slider-holder {
	position: relative; }

.bottom-slider-item {
	outline: none;
	height: 32.1875rem !important; }
@media screen and (min-width: 90em) {
	.bottom-slider-item {
		height: 56.25rem !important; } }

.bottom-slider-nav {
	position: absolute;
	width: 100%;
	bottom: -0.5625rem;
	text-align: center;
	z-index: 10; }
@media screen and (min-width: 90em) {
	.bottom-slider-nav {
		bottom: 0.625rem; } }

.whats-on-slider-nav {
	position: absolute;
	width: 100%;
	bottom: -6rem;
	text-align: center;
	z-index: 10; }
@media screen and (min-width: 90em) {
	.whats-on-slider-nav {
		bottom: -10rem; } }

.bottom-slider-dots > li {
	display: inline-block;
	height: 0.375rem;
	width: 4.375rem;
	text-indent: -9999px;
	background: #141414;
	cursor: pointer; }

.bottom-slider-dots > li:before {
	content: "";
	display: block;
	width: 0;
	height: 0.375rem;
	background: #d3262d; }
.bottom-slider-dots > li button {
	text-indent: -9999px; }
.bottom-slider-dots > li.slick-active:before {
	width: 100%;
	-webkit-transition: 3s;
	transition: 3s; }
@media screen and (min-width: 90em) {
	.bottom-slider-dots > li {
		width: 6.0625rem; } }

.bg-video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40;
	padding-top: 1.9375rem;
	padding-bottom: 0.75rem;
	-webkit-transition: 0.3s;
	transition: 0.3s; 
}
@media screen and (min-width: 48em) {
	.header.header-hide {
		top: -89px; } }
@media screen and (min-width: 90em) {
	.header.header-hide {
		top: -127px; } }
.header.is-scrolled {
	background: rgba(0, 0, 0, 0.9); }
@media screen and (max-width: 63.9375em) {
	body.menu-is-active .header.is-scrolled {
		background-color: transparent; } }
@media screen and (min-width: 48em) {
	.header {
		background: rgba(0, 0, 0, 0.82);
		padding: 24px 0 1.75rem 0; } }
@media screen and (min-width: 90em) {
	.header {
		padding: 41px 0 41px;
    }
}

.mobile-menu-holder {
	position: relative; }

.mobile-menu {
	position: fixed;
	top: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(20, 20, 20, 0.9);
	width: 100%;
	height: 100%;
	/* padding: 130px 30px 30px; */
	overflow: hidden;
	color: #fff;
	z-index: 100;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
body.menu-is-active .mobile-menu {
	opacity: 1;
	visibility: visible; }
@media screen and (min-width: 20.0625em) {
	.mobile-menu {
		/* padding-top: 160px;  */
	} }
@media screen and (orientation: landscape) {
	.mobile-menu {
		/* padding: 80px 0 30px; */
	 } }

.menu-trigger {
	z-index: 20;
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer; }
.menu-trigger span {
	display: block;
	position: absolute;
	height: 0.125rem;
	width: 50%;
	background: #121212;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg) translate(50%, 8px);
	-ms-transform: rotate(0deg) translate(50%, 8px);
	transform: rotate(0deg) translate(50%, 8px);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out; }
.menu-trigger-black{
	background-color: #121212;
	color: #fff;
	padding: 2em;
	border-radius: 100%;
}	
.menu-trigger span:nth-child(1) {
	top: 2px; }
.menu-trigger span:nth-child(2) {
	top: 7px; }
.menu-trigger span:nth-child(3) {
	top: 12px; }
/* body.menu-is-active .menu-trigger span {
	color: #e9eae8; }
body.menu-is-active .menu-trigger span:nth-child(1) {
	top: 0.5625rem;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg); }
body.menu-is-active .menu-trigger span:nth-child(2) {
	opacity: 0;
	left: -60px; }
body.menu-is-active .menu-trigger span:nth-child(3) {
	top: 0.5625rem;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); } */

.mobile-menu-logo {
	position: relative;
	opacity: 1;
	/* visibility: hidden; */
	z-index: 20;
	/* text-align: right; */
	margin-left: -0.4375rem;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
body.menu-is-active .mobile-menu-logo, .header.is-scrolled .mobile-menu-logo {
	opacity: 1;
	visibility: visible; }
.mobile-menu-logo [class^="icon-"] {
	font-size: 1.75rem;
	color: #e9eae8; }
.header.is-scrolled .mobile-menu-logo [class^="icon-"] {
	color: #fff; }
@media screen and (min-width: 20.0625em) {
	.mobile-menu-logo [class^="icon-"] {
		font-size: 1.9375rem; } }
@media screen and (min-width: 20.0625em) {
	.mobile-menu-logo {
		margin-left: 0.75rem; } }

.icon-header_logo{
	line-height: 1.3;
}

.mobile-menu-list {
	text-align: left;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.875rem;
	list-style: none;
	margin: 0; }
	.mobile-menu-list-secondary{
		font-family: "AlteHaasGrotesk_Bold", Helvetica, Roboto, Arial, sans-serif;
		font-size: 1.5rem;
	}
.mobile-menu-list li {
	/* margin-bottom: 1.6875rem;  */
}
.mobile-menu-list li:last-child {
	margin: 0; }
@media screen and (min-width: 20.0625em) {
	.mobile-menu-list li {
		/* margin-bottom: 3.25rem;  */
	} }
@media screen and (orientation: landscape) {
	.mobile-menu-list li {
		margin-top: 0.625rem; } }
.cart-list li {
	/* margin-bottom: 1.6875rem;  */
}

@media screen and (orientation: landscape) {
	.cart-list li {
		margin-top: 0.625rem !important; } }		
.mobile-menu-list a {
	color: #121212;
	border-bottom: none;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
	-webkit-transition: 0.3s;
	transition: 0.3s; 
}
.cart-list a {
	color: #121212;
	border-bottom: none;
	font-family: "AlteHaasGrotesk_Bold", Helvetica, Roboto, Arial, sans-serif;
	-webkit-transition: 0.3s;
	transition: 0.3s; 
}
.mobile-menu-list a:hover, .mobile-menu-list a:active {
	color: #d1222a;
	border-color: #d1222a; }

.mobile-menu-nav {
	/* width: 50%; */
	/* height: 100%; */
	/* overflow: scroll;  */
	/* background: #e9eae8 url("images/bg.jpg"); */
}
.mobile-menu-container{
	width: 50%;
	max-width: 400px;
	height: 100%;
	overflow: hidden; 
	background: #e9eae8 url("images/bg.jpg");
}
@media screen and (max-width: 80em)
{
	.mobile-menu-container{
		width: 100%;
	}
}


.desktop-menu-list {
	margin: 0;
	list-style: none;
	text-align: right;
	font-size: 1rem;
	transform: translateY(-20%); }
.desktop-menu-list li {
	display: inline-block;
	/*margin: 0 2.5rem;*/
	margin: 0 32px;
}
.desktop-menu-list li.desktop-menu-list-logo {
	margin: 0;
	width: 0;
	opacity: 0;
	visibility: hidden; }
.header.is-scrolled .desktop-menu-list li.desktop-menu-list-logo {
	width: auto;
	opacity: 1;
	position: relative;
	top: -3px;
	visibility: visible; }
.desktop-menu-list li.desktop-menu-list-logo a {
	position: relative;
	top: 0.8125rem;
	display: block;
	border: none;
	line-height: 1; }
.desktop-menu-list li.desktop-menu-list-logo a:before {
	content: "\e900";
	font-size: 1.8125rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
@media screen and (min-width: 90em) {
	.desktop-menu-list li.desktop-menu-list-logo a:before {
		font-size: 2.3125rem; } }
@media screen and (min-width: 90em) {
	.desktop-menu-list li.desktop-menu-list-logo a {
		top: 0.5625rem;
		margin: 0 2.9375rem; } }
.desktop-menu-list li:first-child {
	margin-left: 0; }
.desktop-menu-list li:last-child {
	margin-right: 0; }
@media screen and (min-width: 90em) {
	.desktop-menu-list li {
		/*margin: 0 2.875rem;*/
		margin: 0 45px;
	}
}

.highlited-menu-item a{
    display: block;
    padding: 12px 16px 1px;
    font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    background: #d1222a;
    font-size: 40px;
    line-height: 1;
}
.desktop-menu-list .highlited-menu-item a:hover{
    color: #000;
    border-color: transparent;
}
@media screen and (min-width: 48em) {

    .highlited-menu-item a{
        position: relative;
        top: 11px;
        transform: rotate(10deg);
    }
}

.desktop-menu-list a {
	color: #fff;
	/* border-bottom: 1px solid transparent; */
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.desktop-menu-list a:hover {
	/* border-color: #fff;  */
	color: #d3262d;
}
@media screen and (min-width: 90em) {
	.desktop-menu-list {
		font-size: 1.25rem; } }

.footer {
	display: none;
	position: relative;
	padding: 2.9375rem 0 1.75rem;
	background: url("images/doors-mokey.jpg") no-repeat center;
	background-size: 400%;
	color: #fff;
}

.page-template-template-rows .footer{
    display: none;
}

@media screen and (min-width: 48em) {
	.footer {
		background-size: cover;
		padding: 9.5rem 0 7.625rem; } }
@media screen and (min-width: 90em) {
	.footer {
		background-size: cover;
		padding: 21.9375rem 0 19.1875rem; } }

.footer-info {
	position: relative; }

.footer-info-row {
	margin-bottom: 2.1875rem;
	text-align: center; }
.footer-info-row.no-margin {
	margin: 0; }

.footer-info-title {
	margin-bottom: 0.4375rem;
	font-size: 2.25rem;
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif; }
@media screen and (min-width: 90em) {
	.footer-info-title {
		margin-bottom: 0.5rem;
		font-size: 3.1875rem; } }

.footer-info-desc {
	font-size: 1.125rem;
	line-height: 1; }
.footer-info-desc p {
	margin-bottom: 0.4375rem;
	line-height: 1; }
@media screen and (min-width: 48em) {
	.footer-info-desc p {
		line-height: 1.2;
		margin-bottom: 0.125rem; } }
@media screen and (min-width: 90em) {
	.footer-info-desc {
		font-size: 1.5rem; } }

.footer-info-desc p {
	margin-top:0.5em;
	padding-top:0.5em;
	position:relative;
}
.footer-info-desc p::before {
	background-color:#fff;
	display:block;
	content:'';
	height:2px;
	margin-left:-5px;
	position:absolute;
	top:-1px; left:50%;
	width:10px;
}
.footer-info-desc p:first-child {
	margin-top:0;
	padding-top:0;
}
.footer-info-desc p:first-child::before {
	display:none;
}

.footer-monkey {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.footer-monkey .icon-monkey {
	font-size: 450px;
	opacity: 0.8;
	color: #141414; }

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	
	padding: 0; }
.slick-list:focus {
	outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand; }

.about-links-slider .slick-list{
	padding-top: 1.5em !important;
	padding-bottom: 1.5em !important;
}	

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block; }
.slick-track:before, .slick-track:after {
	content: "";
	display: table; }
.slick-track:after {
	clear: both; }
.slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none; }
[dir="rtl"] .slick-slide {
	float: right; }
.slick-slide img {
	display: block; }
.slick-slide.slick-loading img {
	display: none; }
.slick-slide.dragging img {
	pointer-events: none; }
.slick-initialized .slick-slide {
	display: block; }
.slick-loading .slick-slide {
	visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent; }

.slick-arrow.slick-hidden {
	display: none; }

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0.9375rem;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 0.625rem;
	text-align: center; }
.slick-dots > li {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	margin: 0 0.3125rem;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.product-carousel-box .slick-dots > li {
	border-color: #141414;
	border-width: 0.0625rem; }
.product-carousel-box .slick-dots > li.slick-active, .product-carousel-box .slick-dots > li:hover {
	background: #141414; }
.slick-dots > li.slick-active, .slick-dots > li:hover {
	background: #fff; }
.slick-dots button {
	text-indent: -9999px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}

.relative{
	position: relative;
}

.video-sound-handler-title{
	float: left;
	font-family: 'AlteHaasGrotesk';
}

.video-sound-handler{
	float: right;
	margin-left: 6px;
}

.video-sound-handler-box{
	/* position: absolute; */
	right: 0;
	top: 9px;
	color: #fff;
}

@media screen and (min-width: 90em) {

	.video-sound-handler-box{
		top: 24px;
	}

	.header.is-scrolled .desktop-menu-list li.desktop-menu-list-logo{
		top: 4px;
	}
}

.video-sound-handler span{
	cursor: pointer;
	text-transform: uppercase;
	font-family: "AlteHaasGrotesk_Bold", Helvetica, Roboto, Arial, sans-serif;
	transition: 0.3s;
}

.video-sound-handler span:hover{
	color: #d3262d;
}

.video-sound-handler > span.is-active{
	color: #d3262d;
}

.video-sound-handler > .video-sound-handler-off.is-active{
	text-decoration: line-through;
}

.video-sound-handler-off::before{
	content: "/";
	display: inline-block;
	margin: 0 5px 0 0;
	color: #fff;
}

#sb_instagram #sbi_images .sbi_item{
	position: relative;
	margin: 0 !important;
	margin-bottom: 10px !important;
	overflow: hidden;
	float: left;
}



@media screen and (max-width: 767px){
	#social #sb_instagram .sbi_photo, #sb_instagram #sbi_images .sbi_item{
		height: 179px !important;
	}
}

#social #sb_instagram .sbi_info p{
	text-align: left;
	padding: 0 !important;
	position: absolute;
	bottom: 20px;
	left: 0.625rem;
	width: 90%;
}

@media (max-width: 480px){
	 #sb_instagram #sbi_images .sbi_item {
		width: 50% !important;
	}
}

#sb_instagram #sbi_images{
	padding: 0 !important;
	float: none;
}

#sb_instagram #sbi_images::after{
	content: "";
	display: block;
	clear: both;
}


.sbi_photo_wrap-inner{
	cursor: pointer;
	position: relative;
	margin: 10px;
}

@media screen and (min-width: 90em) {
	.sbi_photo_wrap-inner{
		margin: 10px 15px;
	}
}

@media screen and (min-width: 48em) {

	#social #sb_instagram .sbi_info p{
		bottom: 20px;
		left: 20px;
	}
}

@media screen and (min-width: 75em) {

	.instagram-list-item-desc, #sb_instagram #sbi_images .sbi_info{
		padding: 1.3125rem 1.3125rem 1.125rem;
	}
	#sb_instagram #sbi_images .sbi_info .sbi_caption {
		font-size: 1.8125rem !important;
		line-height: 1.2;
	}

	#social #sb_instagram .sbi_info p{
		bottom: 30px;
		left: 30px;
		width: 85%;
	}

}

.footer-bottom{
	padding: 20px 0;
	background: #141414;
	word-spacing: 3px;
	color: #5a5a5a;
	font-family: 'AlteHaasGrotesk';
}

.footer-bottom a:not(.follow-us-icon){
	color: #5a5a5a;
}

.footer-bottom a:hover:not(.follow-us-icon){
	text-decoration: underline;
}

.copyright{
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 0.75em;
}

@media screen and (min-width: 48em) {
	.copyright{
		margin: 0;
	}

	.text-right-tablet{
		text-align: right;
	}

	.footer-bottom{
		padding: 26px 0;
	}
}

.menu-list-item-etc-row{
    margin-bottom: 13px;
}

.menu-list-item.menu-list-item-italic-style, .menu-list-item.menu-list-item-italic-style .menu-list-item-price{
    font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
}

.truck{
    padding: 40px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

@media screen and (min-width: 64em) {

    .truck{
        padding: 96px 0 186px;
    }

    .truck.truck-row{
        padding: 112px 0 186px;
    }
}

@media screen and (min-width: 48em) {

    .truck-content{
        max-width: 800px;
        margin: auto;
        font-size: 18px;
    }
}

@media screen and (min-width: 64em) {

    .truck-content{
        max-width: 940px;
        font-size: 28px;
        line-height: 1;
    }

    .truck-content p{
        max-width: 850px;
        margin: auto;
        line-height: 1.3;
    }
}

.truck-content h2{
    margin-bottom: 20px;
    font-size: 45px;
    text-transform: uppercase;
    font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
    color: #d1222a;
}

@media screen and (min-width: 48em) {

    .truck-content h2{
        font-size: 50px;
    }
}

@media screen and (min-width: 64em) {

    .truck-content h2{
        margin-bottom: 58px;
        font-size: 61px;
    }
}

.truck-content h3{
    margin-bottom: 20px;
    font-size: 34px;
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
}

@media screen and (min-width: 48em) {

    .truck-content h3{
        font-size: 40px;
    }
}

@media screen and (min-width: 64em) {

    .truck-content h3{
        margin-bottom: 48px;
        font-size: 67px;
        line-height: 1;
    }
}

.truck-action{
    padding-top: 20px;
}

@media screen and (min-width: 64em) {

    .truck-action{
        padding-top: 69px;
    }

    .truck-action .button{
        min-width: 420px;
    }

    .truck.truck-row .truck-action{
        padding-top: 58px;
    }

    .truck.truck-row .button-big{
        padding: 1rem 8.475rem 0.1875rem;
    }
}

.button-big{
    font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    background: #d3262d;
    display: inline-block;
    padding: 1rem 1.375rem 0.1875rem;
    font-size: 2.625rem;
    line-height: 1;
    margin-top: 0.375rem;
    transition: 0.3s;
}

.button-black{
    background: #000;
}

.button-black:hover{
    background: #231f20;
}

@media screen and (min-width: 64em) {

    .button-big{
        padding: 0.9rem 3.275rem 0.0875rem;
        font-size: 62px;
    }
}

.gallery-section{
    padding: 100px 0;
    /* box-shadow: inset 0 37px 120px -37px rgba(0, 0, 0, 0.71); */
}

.gallery-section.gallery-section-low-padding{
    padding-bottom: 25px;
}

@media screen and (min-width: 48em) {

    .gallery-section{
        padding: 100px 0;
    }
}

@media screen and (min-width: 90em) {

    .gallery-section{
        padding: 208px 0 171px;
    }
}

.gallery{
    position: relative;
}

.gallery::after{
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 29px;
    left: 30px;
    width: 36px;
    height: 28px;
    content: "";
    background: url('images/gallery-icon.png') no-repeat;
}

@media screen and (min-width: 48em) {

    .gallery::after{
        display: block;
    }
}

.gallery-list-item{
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
}

@media screen and (min-width: 48em) {

    .gallery-list-item{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        transform: rotate(-8deg);
    }
}

.gallery-list-item:first-child{
    position: relative;
    z-index: 2;
    transform: rotate(0deg);
}

.gallery-list-item-inner{
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media screen and (min-width: 48em) {

    .gallery-list-item-inner{
        height: 400px;
    }
	.gallery-list-item-inner--small{
        height: 250px;
    }

    .gallery-list-item-inner img{
        opacity: 0;
    }
}

@media screen and (min-width: 90em) {

    .gallery-list-item-inner{
        height: 445px;
    }
	.gallery-list-item-inner--small{
        height: 345px;
    }

    .gallery-list-item:first-child{
        min-width: initial;
    }
}

@media screen and (min-width: 120em) {

    .gallery-list-item{
        min-width: initial;
    }
}

.gallery-list-item-link{
    display: block;
}

.fancybox-slide--image .fancybox-content{
    background: #fff;
    border: 10px solid #fff;
}

.gallery-text h2{
    margin-bottom: 30px;
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
    font-size: 45px;
    line-height: 1;
}

.gallery-text{
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.23;
}

.gallery-text p{
    margin: 0 0 30px;
    line-height: inherit;
}

.gallery-text ul, .gallery-text ol{
    margin: 0;
    padding: 0;
    list-style: disc;
}

@media screen and (min-width: 48em) {

    .gallery-text ul, .gallery-text ol{
        font-size: 23px;
        line-height: 1.5;
    }
}

.gallery-text ul > li, .gallery-text ol > li{
    /* margin-bottom: 35px; */
}

.gallery-text ul p, .gallery-text ol p{
    margin-bottom: 0;
}

.gallery-text h3{
    margin-bottom: 11px;
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1;
}

.gallery-text h3 img {
	margin: -3px 10px 0 0;
	vertical-align: middle;
}

.gallery-text h4{
    display: inline-block;
    padding: 1rem 1.063rem 0.25rem;
    font-size: 2.625rem;
    line-height: 1;
    margin-bottom: 1.3125rem;
    font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    color: #e9eae8;
    background: #141414;
}

@media screen and (min-width: 90em) {

    .gallery-text h4{
        padding: 0.9625rem 1.35rem 0.3375rem;
        font-size: 2.8125rem;
        margin-bottom: 2.0625rem;
    }
}

@media screen and (min-width: 48em) {

    .gallery-text{
        max-width: 532px;
        margin: 0 auto 90px;
    }
}

@media screen and (min-width: 64em) {

    .gallery-text{
        margin: -17px auto 0;
        font-size: 23px;
    }

    .gallery-text h2{
        margin-bottom: 40px;
        font-size: 50px;
    }
}

@media screen and (min-width: 90em) {

    .gallery-text{
        font-size: 28px;
    }

    .gallery-text h2{
        margin-bottom: 47px;
        font-size: 67px;
    }
}

.gallery-buttons{
    padding-top: 50px;
}

@media screen and (min-width: 48em) {

    .gallery-buttons{
        padding-top: 100px;
    }
}

@media screen and (min-width: 64em) {

    .gallery-buttons{
        padding-top: 120px;
        max-width: 885px;
        margin: auto;
    }
}

@media screen and (min-width: 90em) {

    .gallery-buttons{
        padding-top: 111px;
    }
}

.extra_image{
    margin: -20px 0 0 0;
}

@media screen and (min-width: 90em) {

    .extra_image{
        margin: -20px 0 0 -68px;
    }
}

.gallery-section-title{
    margin-bottom: 20px;
    font-size: 45px;
    /* text-transform: uppercase; */
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
    color: #141414;
    /* text-align: center; */
}

@media screen and (min-width: 48em) {

    .gallery-section-title{
        margin-bottom: 60px;
        font-size: 50px;
    }
}

@media screen and (min-width: 64em) {

    .gallery-section-title{
        /* margin: -80px 0 64px 0; */
        font-size: 61px;
    }
}

.fancybox-button-spec{
    position: absolute;
    top: 50%;
    z-index: 99997;
    font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 30px;
    transform: translate(0, -50%);
    transition: 0.3s;
}

.fancybox-button-spec:hover{
    opacity: 0.8;
}

.fancybox-button-spec-prev{
    left: 0;
    padding: 31px 26px 31px 0;
    transform: translate(0, -50%) rotate(180deg);
}

.fancybox-button-spec-next{
    right: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-button--close{
    width: 80px;
    height: 80px;
    color: #d5d5d5;
    background: none;
}

.fancybox-button--close:hover{
    background: rgba(30, 30, 30, .6);
}

.eform{
	display: inline-block;
    position: relative;
    padding: 55px 20px;
	padding-top: 0 !important;
	margin-top: 0 !important;
    margin-top: 70px;
    text-align: center;
    color: #121212;
    /* background: #d3262d url("images/red-bg.jpg"); */
    /* box-shadow: 0 0 17px 0px rgba(0, 0, 0, 0.67); */
}

.eform .fancybox-button{
    position: absolute;
    top: -80px;
    right: 0;
}

form{
	text-align: center;
}

@media screen and (min-width: 48em) {

    .eform{
        padding: 76px 20px 91px;
    }
}

@media screen and (min-width: 64em) {

    .eform{
        width: 960px;
    }
}

@media screen and (min-width: 90em) {

    .eform{
        padding: 76px 85px 91px;
    }
}

@media screen and (min-width: 90em) {

    .eform{
        width: 1268px;
    }
}

.eform-pre {
    margin-bottom: 40px;
	display: none;
}

@media screen and (min-width: 48em) {

    .eform-pre {
        margin-bottom: 70px;
    }
}

.eform-pre h3{
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1;
}

@media screen and (min-width: 48em) {

    .eform-pre h3{
        font-size: 65px;
    }
}

.eform-row input, .eform-row textarea, .eform-row select, .eform-row label{
    height: 71px;
    padding: 17px;
    font-size: 22px;
    background-color: transparent;
    border: 3px solid #121212;
    color: #121212;
}
.eform-row label{
	margin-bottom: 1rem;
	border: 3px dashed #121212;
}

.eform-row input:focus, .eform-row textarea:focus{
    border: 3px solid #121212;
    background: transparent;
    box-shadow: none;
}

.eform-row textarea{
    min-height: 210px;
}

.eform-row select{
    background-image: url("images/svg/play.svg");
    background-size: 15px;
    background-position: 98% 50%;
}

.eform-row ::placeholder, .eform-row input::-moz-placeholder{
    color: #121212 !important;
    opacity: 1;
}

.eform-row input::placeholder,
.eform-row textarea::placeholder{
	color: #121212;
}

.eform-row{
    margin-bottom: 13px;
}

.eform span.wpcf7-not-valid-tip{
    text-align: left;
    color: #b32026;
}

div.wpcf7-response-output{
    margin: 0;
    padding: 20px;
}

.button-white{
    background: #b32026;
    color: #fff;
}

.eform-action{
    padding: 30px 0 0 0;
}

@media screen and (min-width: 48em) {

    .eform-action{
        max-width: 420px;
        margin: auto;
        padding: 46px 0 0 0;
    }
}

.simple-content{
    padding: 80px 0;
}

.fancybox-content{
    background: none;
}

.eform + .wpcf7-response-output{
    color: #fff;
    margin: -50px 0 0;
    background: #d3262d url(images/red-bg.jpg);
    position: relative;
}

.google-map, #map{
    height: 400px;
    width: 100%;
}

@media screen and (min-width: 48em) {

    .google-map, #map{
        height: 680px;
    }
}

.pin-box{
    padding: 6px;
}

.pin-box-content h1, .pin-box-content h2, .pin-box-content h3, .pin-box-content h4, .pin-box-content h5{
    margin-bottom: 14px;
    font-size: 21px;
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1;
}

.pin-box-content, .pin-box-content p{
    color: #141414;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'AlteHaasGrotesk';
}

.pin-box-content p{
    margin-bottom: 0;
}

.button, .button.hollow{
    border-width: 3px;
}

.button:hover, .button:focus{
    background: none;
    color: #d3262d;
    border-color: #d3262d;
    outline: none;
}

.button.button-black:hover, .button.button-black:focus, .button.hollow.button-black{
    color: #231f20;
    border-color: #231f20;
}

.button.button-white:hover, .button.button-white:focus{
    color: #fff;
    border-color: #fff;
}

.button.hollow.button-black:hover{
    color: #fff;
    border-color: #231f20;
    background: #231f20;
}

.button--hollow{
	color: transparent;
	/* mix-blend-mode: screen; */
}
.button--angled{
	transform: rotate(2deg);
}
.button--angled--reverse{
	transform: rotate(-2deg);
}


/** Text COLOR **/
.text-yellow {
	color: #e7b219; 
}
.text-red {
	color: #d3262d; 
}
.text-green {
	color: #BADBA4; 
}
.text-purple {
	color: #E5C7E1; 
}
.text-cyan {
	color: #35B8B2; 
}
.text-gray {
	color: #e9eae8; 
}
.text-white{
	color: #fff;
}
.text-black{
	color: #121212;
}

/** BACKGROUND COLOR **/
.background-yellow {
	background-color: #e7b219; 
}
.background-red {
	background-color: #d3262d; 
}
.background-green {
	background-color: #BADBA4; 
}
.background-purple {
	background-color: #E5C7E1; 
}
.background-cyan {
	background-color: #35B8B2; 
}
.background-gray {
	background-color: #e9eae8; 
}

.width_100{
	width: 100%;
}

.menu-title--tag{
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    font-weight: lighter;
    font-size: 1em;
    border: 1px solid #231f20;
    border-radius: 50%;
    padding: 0em 0.7em;
}

.menu-title--tag-v{
	position: relative;
}
.menu-title--tag-v::after{
	position: absolute;
	top: 10px;
	left: 10px;
	content: '';
	height: calc(100% - 22px);  /* -22px is 2 * 10px gap on either side - 2px border on either side */
	width: calc(100% - 22px);  /* -22px is 2 * 10px gap on either side - 2px border on either side */
	border: 1px solid orange;
	transform: rotateX(45deg) rotateZ(45deg);
}

.diamond-shape{
    border: 1px solid #231f20;
	display: inline-block;
    text-align: center;
    transform:  rotate(45deg);
	margin: 0.5em;
	margin-bottom: 0;
}
.diamond-text {
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	font-weight: lighter;
    font-size: 0.75em;

    color: #231f20;
    display: table-cell;
    height: 1.6em;
    transform: rotate(
-45deg);
    vertical-align: middle;
    width: 1.6em;
}

.menu-item-badge {
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
	color: #e9eae8;
	background: #d3262d;
	white-space: nowrap;
	float: right;
	padding: 0.3125rem 0.4375rem 0.0625rem;
	font-size: 2rem;
	line-height: 1;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	position: relative;
}
@media screen and (max-width: 28em) {
	.menu-item-badge {
		float: left;
		font-size: 1.5rem;
	} }
@media screen and (min-width: 48em) {
	.menu-item-badge {
		float: right; } }	

.padding-top{
	padding-top: 5em;
}
.padding-bottom{
	padding-bottom: 1em;
}

.padding-none{
	padding: 0 !important;
}
.row-spacing{
	padding-bottom: 2.5em !important;
}
.row-spacing-top{
	padding-top: 5em !important;
}
.row-spacing-bottom{
	padding-bottom: 5em !important;
}

.intro-title{
	color: #fff !important;
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif !important;
	padding-top: 82px;
}

.intro-inner-banner{
	height: 30vh;
}

.content-section + .content-section{
	padding-top: 0 !important;
}

.position_relative{
	position: relative;
}

.hidden{
	display: none;
}

.whats-on-container{
	width: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
}
.page-link-block{
	/* padding: 0; */
	margin: 0;
}

.box-shadow{
	/* box-shadow: inset 0 37px 120px -37px rgba(0, 0, 0, 0.71); */
	box-shadow: rgb(0, 0, 0) 0px 5px 15px;
}

.background-white{
	background-color: #fff;
}

.about-links-slider .slick-track{
	margin: auto;
}

.deliveroo-link path{
	transition: fill 0.25s ease-out;
}
.deliveroo-link svg{
	transform: translateY(25%);
}
.deliveroo-link:hover path{
	fill: #d3262d;
}
.deliveroo-logo{
	color: transparent !important;
	display: block;
    width: 112px;
    height: 32px;
    /* margin: 0; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    background-image: url('./images/svg/deliveroo.svg');
    background-color: transparent;
    border: 0;
}
.deliveroo-logo--dark{
	background-image: url('./images/svg/deliveroo-dark.svg');
	width: 100%;
	height: 1em;
}
.border-none{
	border: none;
}

.location-link{
	color: #fff;
	text-decoration-color: #d3262d !important;
	text-decoration:underline;
}
.location-link-block > p{
	padding-bottom: 0.5em;
}

.boxed-content{
	padding: 2em;
}
.boxed-content--sides{
	padding-left: 1em;
	padding-right: 1em;
}

/** Social Links **/
.social-link {
	color: #fff;
	display: inline-flex;
  	align-items: center;
  	justify-content: center;
	padding: 1em;
  	background-color: #121212;
  	min-width: 1em;
  	border-radius: 50%;
  	vertical-align: middle;
	line-height: 0.5;
	transition: background-color 0.25s ease-out;
}
.social-link::before{
    content:'';
  	float: left;
  	width: auto;
  	padding-bottom: 100%;
}
.social-link:hover{
	background-color: #d3262d;
}

.social-container a:first-child{
	margin-left: 0;
}

.social-link > span,
.social-link{
	cursor:pointer;
}

.menu-trigger{
	padding: 1em;
  	background-color: #fff;
  	min-width: 1em;
  	border-radius: 50%;
  	vertical-align: middle;
	line-height: 0.5;
	transition: background-color 0.25s ease-out;
	
}
.menu-trigger:hover{
	background-color: #d3262d;
}
.menu-trigger::before{
	content:'';
  	float: left;
  	width: auto;
  	padding-bottom: 100%;
}

.menu-spacer hr{
	border: 1px solid #d3262d;
    height: 0; /* Firefox... */
    box-shadow: 0 0 3px 1px #d3262d;
}
.menu-spacer hr::after{
	content: "\00a0";  /* Prevent margin collapse */
}

.lock_scroll{
	overflow:hidden;
}

.height_100{
	height: 100%;
}
.width_100{
	width: 100%;
}
.padding_none{
	padding: 0 !important;
}

/*
 * Woocommerce
 */

 .product_title{
	font-size: 1.8125rem;
	line-height: 1;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
 }
 .woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #d3262d;
    font-size: 2em;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
}
.woocommerce ul.products li.product .price {
    color: #d3262d;
    font-size: 1.5em;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background-color: #fff;
	box-shadow: 0px 0px 20px 1px rgb(196, 196, 196);
}


.woocommerce div.product form.cart .variations {
    border: 0;
	margin: 0;
}
.woocommerce .variations tbody {
    border: none;
	background-color: transparent;
}
.woocommerce .variations tr {
    text-align: left;
}
.woocommerce .variations td {
    display: block;
	padding: 0;
}

.variations-grid{
	padding-top: 2em;
	padding-bottom: 2em;
}
.variations-grid .cell{
	padding-left: 0;
}

.woocommerce th{
	background-color: transparent;
	padding: 0;
	
}
.woocommerce .variations label
{
	font-size: 1.5em;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
	text-transform: uppercase;
}
.woocommerce-loop-product__title{
	color: #000;
	font-size: 2em !important;
	font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
	text-align: center;
}

.woocommerce select,
.woocommerce .woocommerce-border{
	background-color: transparent;
	border: 2px solid #d3262d;
	font-weight: bold;
}
.woocommerce .qty{
	background-color: transparent;
	border: none;
}
.woocommerce select:focus-visible{
	background-color: white;
	border: 2px solid #d3262d;
}

.woocommerce .quantity .qty{
	/* width: 100%; */
	/* margin: 0; */
	/* height: auto; */
	border-top: 2px solid #d3262d;
	border-bottom: 2px solid #d3262d;
}
.woocommerce .single_add_to_cart_button{
	background-color: #d3262d !important;
	padding-top: 1.25em !important;
	padding-bottom: 1.25em !important;
	width: 100%;
}
.woocommerce .single_add_to_cart_button:hover{
	background-color: #7e1b1f!important;
}

.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

.woocommerce div.product .stock {
    color: #000 !important;
	font-size: 1em !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: none;
	width: auto;
}
.woocommerce-shipping-calculator{
	text-align: right;
}


/* Chrome, Safari, Edge, Opera */
.woocommerce input::-webkit-outer-spin-button,
.woocommerce input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .plus,
.woocommerce .minus{
	color: #d3262d;
	font-size: 1.5em;
}
.woocommerce .plus:hover,
.woocommerce .minus:hover{
	color: #7e1b1f;
}

.woocommerce-variation-availability .stock{
	text-align: left;
}

.woocommerce-product-gallery__wrapper{
	box-shadow: 0px 0px 20px 1px rgb(196, 196, 196);
}

.product-container{
	padding-top: 123px;
	min-height: calc(100vh - 101px);	
}
.shop-min-height{
	min-height: calc(70vh - 101px);
}

@media only screen and (max-width: 39.99em) {
	.product-container {
		padding-top: 0px; }
}

/* @media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.product-container {
		padding-top: 83px; } }
@media screen and (min-width: 90em) {
	.product-container {
		padding-top: 83px; } }
@media screen and (min-width: 48em) {
	.product-container {
		padding-top: 83px; } }
@media screen and (min-width: 90em) {
	.product-container{
		padding-top: 83px; } }

@media only screen and (max-width: 600px) {
	.product-container {
		padding-top: 83px; }
  } */

  .woocommerce-result-count, .woocommerce-ordering{
	  display: none;
  }

.product-content-container a{	
	    background-color: #fff;
    text-align: center;
    padding: 1em;
    height: 100%;
    width: 100%;
    display: inline-block;
}
.product-content-container .price {
    color: #d3262d;
    font-size: 1.5em;
	font-family: "Knewave-Regular", Helvetica, Roboto, Arial, sans-serif;
}

.products-row{
	text-align:center;
}
.products-column{
	display:inline-block;
	vertical-align: middle;
	float: none;
}

.variations .value select,
.variations .value .grid-x{
	height: 50px;
}
/** Cart **/
table.shop_table { 
	border-collapse: collapse;
	width:100%;
}
table.shop_table thead th {
	border-bottom:1px solid var(--color-primary-dark);
	font-size:1em;
	font-weight:500;
	padding:0 calc(1.25rem / 2) calc(1.25rem / 2);
	text-align:left;
}
table.shop_table thead th.product-subtotal {
	text-align: right;
}

table.shop_table tbody tr:first-child th,
table.shop_table tbody tr:first-child td {
	border-top:none;
}
table.shop_table tbody td.product-remove {
	/*display: none;*/
	width: 40px;
}
table.shop_table tbody td.product-thumbnail {
	/*display: none;*/
	width: 120px;
}
table.shop_table .product-quantity { 
	text-align: center;
	width: 150px;
}
table.shop_table tbody td a.remove {
	font-size:1.5rem;
}
table.shop_table tbody td a.remove:hover {
	color:#b81c23;
}
table.shop_table tbody td h4 {
	font-size:var(--heading-h5);
	margin-bottom:0.5em;
}
table.shop_table tbody td .quantity.buttons_added{
	padding-right: 0;
}
table.shop_table tbody td .quantity.buttons_added input {
	border-width:2px;
	font-size:1.25rem;
	height:40px;
	width:40px;
}
table.shop_table tbody td.actions { 
	/* border-bottom:1px solid var(--color-primary-dark);
	border-top:1px solid var(--color-primary-dark);
	padding-bottom:calc(1.25rem / 2);
	padding-top:calc(1.25rem / 2); */
}
table.shop_table tfoot th,
table.shop_table tfoot td {
	border-top:1px solid var(--color-primary-dark);
	font-weight: 500;
	/* padding:calc(1.25rem / 2); */
	text-align: left;
}


ul.wc-item-meta li p {
	margin: 0;
}

.cart-collaterals table { 
	border-bottom:1px solid var(--color-primary-dark);
	border-top:1px solid var(--color-primary-dark);
	width:100%;
}
.cart-collaterals table th {
	border-top:1px solid var(--color-primary-light);
	font-weight: 500;
	padding:calc(1.25rem / 2);
	text-align:left;
	vertical-align:middle;
}
.cart-collaterals table td {
	text-align:right;
	vertical-align:top;
	width: 100%;
}
.cart-collaterals table td ul {
	list-style:none;
	margin:0;
	padding:0;
}
.cart-collaterals table td label {
	font-weight:400;
	padding-bottom: 0;
}
.cart-collaterals table td input + label {
	display:block;
}
.cart-collaterals table .order-total th,
.cart-collaterals table .order-total td {
	font-size:var(--heading-h5);
	font-weight: 400 !important;
}
.cart-collaterals table .order-total td strong {
	font-weight: 400 !important;
}
.cart-collaterals .wc-proceed-to-checkout {
	padding-top:1.25rem;
	text-align:right;
}
.cart-collaterals .wc-proceed-to-checkout a { 
	max-width:none;
}
.woocommerce-shipping-methods + p.woocommerce-shipping-destination {
	display: none;
}

/** Shipping Calculator **/
.shipping-calculator-form {
	padding-top: 0.9375rem;
}
.shipping-calculator-form .form-row {
	margin-bottom: 0.625rem;
}
.shipping-calculator-form .form-row:last-child {
	margin-bottom: 0;
}
#calc_shipping_country_field,
#calc_shipping_state_field,
#calc_shipping_city_field {
	display: none !important;
}

/** Checkout **/
.woocommerce-form-login-toggle {
	margin-bottom: 1.25rem;
}

.woocommerce-form-login {
	background-color: #222;
    padding: 1.25rem;
}

.woocommerce-checkout .woocommerce-notice.woocommerce-error {
	margin:0 0 1.25rem;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	padding-bottom:1.25rem;
}


.woocommerce-account-fields {
	clear: both;
}

h4#ship-to-different-address {
	clear:both;
	font-family: var(--font-roboto);
	font-size: var(--base-font);
	font-weight: 600;
	line-height:18px; 
}
h4#ship-to-different-address label {
	padding-bottom: 0;
}

.woocommerce-shipping-fields,
.woocommerce-additional-fields {
	clear:both;
}

.billing-details .select2-selection{
	height: 2.4375rem;
    padding: 0.5rem;
}
.billing-details .select2-selection__rendered{
	line-height: 20px !important;
	padding: 0 !important;
}
.billing-details .select2-selection__arrow{
	height: 2.4375rem !important;
}


#order_review {
	background-color: #fff;
	padding:1.25rem;
}
table.woocommerce-checkout-review-order-table {
	border-collapse: collapse;
	width:100%;
}
table.woocommerce-checkout-review-order-table th {
	text-align:left;
}
table.woocommerce-checkout-review-order-table th:last-child,
table.woocommerce-checkout-review-order-table td:last-child {
	text-align:right;
}
table.woocommerce-checkout-review-order-table tfoot th,
table.woocommerce-checkout-review-order-table tfoot td {
	border-top:1px solid var(--color-primary-dark);
	padding:calc(1.25rem / 2);
}
table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
table.woocommerce-checkout-review-order-table tfoot tr:first-child td { 
	border-top:1px solid var(--color-primary-dark);
}
table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
	border-bottom:1px solid var(--color-primary-dark);
}
table.woocommerce-checkout-review-order-table .order-total th,
table.woocommerce-checkout-review-order-table .order-total td {
	font-size:var(--heading-h5);
	font-weight: 500 !important;
}
table.woocommerce-checkout-review-order-table .order-total td strong {
	font-weight: 500 !important;
}
table.woocommerce-checkout-review-order-table ul {
	list-style:none;
	margin:0;
	padding:0;
}
table.woocommerce-checkout-review-order-table label {
	font-size:1em;
	font-weight:400;
	margin:0;
	padding:0;
}
table.woocommerce-checkout-review-order-table input + label {
	display:block;
}
.woocommerce-checkout-payment { 
	padding-top:1.25rem;
	text-align:right;
}
.woocommerce-checkout-payment ul {
	list-style:none;
	margin:0 0 1.25rem;
	padding:0;
	text-align:left;
}
.woocommerce-checkout-payment ul li {
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}
.woocommerce-checkout-payment ul li label {
	padding-left:0 !important;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-checkout-payment button {
	max-width:none !important;
}

.wc-saved-payment-methods li {
	padding-top: 10px;
}
.wc-saved-payment-methods li:first-child {
	padding-top: 0;
}
#stripe-payment-data input {
	display: block !important;
	width: 20px !important;
}
.woocommerce-terms-and-conditions-wrapper {
	padding-bottom: 1.25rem;
	text-align: left;
}

/** Thank you **/
.woocommerce ul.order_details {
	margin: 0 0 1.25rem;
	padding: 0;
}
.woocommerce ul.order_details li {
	font-size: 0.875rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px dashed var(--color-primary-dark);
    padding-bottom: 1.25rem;
    list-style-type: none;
}
.woocommerce ul.order_details li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.woocommerce ul.order_details li strong {
    display: block;
	font-size: 1rem;
	padding-top: 0.625rem;
    text-transform: none;
}

/** My Account **/
nav.woocommerce-MyAccount-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
nav.woocommerce-MyAccount-navigation ul li {
	border-top:1px solid var(--primary-light);
	padding:0.625rem;
}
nav.woocommerce-MyAccount-navigation ul li:first-child {
	border-top:none;
}
nav.woocommerce-MyAccount-navigation ul li a {
	font-weight:600;
	text-decoration:none;
}
nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--secondary-color);
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 100%
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #b81c23;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #7e1b1f;
    color: #fff;
}

@media only screen and (max-width: 767px) {
	
	.woocommerce-cart-form__contents thead {
		display: none;
	}
	.woocommerce-cart-form__contents tbody td {
		border: none !important;
		display: block;
		position: relative;
		padding: 1.25rem 1.25rem 0 !important;
		text-align: right !important;
		width: 100% !important;
	}
	.woocommerce-cart-form__contents tbody td:first-child {
		padding-top: 0 !important;
	}
	.woocommerce-cart-form__contents tbody td:last-child {
		padding-bottom: 1.25rem !important;
	}
	.woocommerce-cart-form__contents tbody tr:nth-child(even) td {
		background-color: rgb(223, 223, 223);
	}
	.woocommerce-cart-form__contents tbody td.actions {
		background-color: transparent !important;
		padding: 1.25rem 0 0 !important;
	}
	.woocommerce-cart-form__contents tbody td.actions .actions-container {
		display: block !important;
	}
	.woocommerce-cart-form__contents tbody td.actions .actions-container .coupon {
		padding-bottom: 1.25rem;
	}
	.woocommerce-cart-form__contents tbody td.actions .actions-container .coupon input {
		height: auto;
		margin-bottom: calc(1.25rem / 2);
		width: 100% !important;
	}
	
	.woocommerce-cart-form__contents tr td[data-title]:before {
		content: attr(data-title) ": ";
		font-weight: 600;
		float: left;
	}
	.woocommerce-cart-form__contents tbody td a.remove {
		line-height: 20px;
		position: absolute;
		top: 1.25rem;
		right: 1.25rem;
		z-index: 10;
	}
	.woocommerce-cart-form__contents tbody td.product-thumbnail a {
		display: block;
		margin: 0 auto;
		max-width: 80px;
	}
	
	.quantity.buttons_added {
		display: inline-block;
	}
	
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

.mobile-heading{
	background-color: rgba(0, 0, 0, 0.82);
	width: 100%;
	height: 83px;
	display: none;
}

@media only screen and (max-width: 767px) {
 .mobile-heading{
	 display: block;
 }
}

/** Quantity Input **/
.quantity.buttons_added {
}
.quantity.buttons_added input {
	border: none;
	float: left;
	font-size: 1.875rem;
	height: 50px;
	padding: 0;
	text-align: center;
	width: 50px;
}
.quantity.buttons_added input.plus,
.quantity.buttons_added input.minus {
	background-color:#b81c23;
	color: #fff;
	font-weight: 500;
	padding: 0 0 0.3125rem;
}
.quantity.buttons_added input.minus { 
	top:auto;
	bottom:0;
}
.quantity.buttons_added input.plus:hover,
.quantity.buttons_added input.minus:hover {
	background-color: #7e1b1f;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

label{
	font-size: 1em;
}

.woocommerce-error{
	text-align: left;
}

.product-content-container .woocommerce-loop-product__link > img{
	transition: transform 0.3s ease-out;
}
.product-content-container .woocommerce-loop-product__link:hover > img {
	transform: scale(1.05);
  }
  


.row-spacing-bottom {
    padding-bottom: 5em !important;
}
.checkout #customer_details input, .checkout .shipping_address input,
.checkout #customer_details textarea, .checkout .shipping_address textarea, 
.checkout #customer_details select, .checkout .shipping_address select {
    height: 71px;
    padding: 17px;
    font-size: 22px;
    background-color: transparent;
    border: 3px solid #121212;
    color: #121212;
}

.checkout #customer_details .billing-details label, .checkout .shipping_address  label {
    position: absolute;
    bottom: 0;
    font-size: 0.7rem;
    border: none;
    padding: 0.3rem 0.5rem;
    top: auto;
    height: auto;
    background: #000000;
    color: #ffffff;
    right: auto;
    line-height: 1 !important;
}

.checkout #customer_details input:focus, .checkout textarea:focus {
    border: 3px solid #e4c6e0;
    background: transparent;
    box-shadow: none;
}

.checkout #customer_details textarea {
    min-height: 210px;
}

.checkout #customer_details select {
    background-image: url("images/svg/play.svg");
    background-size: 15px;
    background-position: 98% 50%;
}

.checkout #customer_details ::placeholder, .checkout input::-moz-placeholder {
    color: #121212 !important;
    opacity: 1;
}

.checkout #customer_details input::placeholder, .checkout #customer_details textarea::placeholder {
    color: #121212;
}

.form-row {
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 71px;
    padding: 17px;
    font-size: 22px;
    background-color: transparent;
    border: 3px solid #121212;
    color: #121212;
}


h3#ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 1rem;
}

input#ship-to-different-address-checkbox {
    width: 2rem;
    height: 2rem;
    margin: 0;
}

input#ship-to-different-address-checkbox:checked + span {
    color: #b41b27;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.form-row.form-row-wide {
    grid-column: 1/3;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-family: 'CooperBlack';
    font-size: 3rem;
}

.woocommerce h1, .woocommerce h2 {
    font-family: 'CooperBlack';
}

.woocommerce .woocommerce-customer-details address {
    background: #fff;
    border-radius: 0;
}

.woocommerce .woocommerce-customer-details address > * + * {
    margin-top: 0.8rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #ffffff;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    border: 2px solid !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.625rem;
}

.woocommerce-MyAccount-content {
    background: #ffffff;
    height: 100%;
    padding: 0.625rem;
}

.woocommerce form .form-row label {
    text-align: left;
}

.woocommerce-MyAccount-content fieldset {
    text-align: left;
    padding: 0;
    margin: 1rem 0;
}

.woocommerce-MyAccount-content fieldset legend {
    font-family: 'CooperBlack';
    font-size: 1.82rem;
}

a.back-to-shop {
    z-index: 1;
}
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0;
    padding: 0;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: flex;
    align-items: center;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    line-height: 1.2;
}
.woocommerce .intro, .woocommerce .intro .intro-text.intro-text-row {background-image: none !important;color: #000000 !important;}

.woocommerce h2.intro-title {
    color: #000 !important;
    font-size: 3rem;
}

/** Gravity Forms */
.gform_wrapper .ginput_container input[type=text] {
    width: 100%;
}

.gfield {
    position: relative;
}

.gfield label.gfield_label {
    position: absolute !important;
    ; bottom: 0 !important;
    ; font-size: 0.7rem !important;
    ; border: none !important;
    ; padding: 0.3rem 0.5rem !important;
    ; top: auto !important;
    ; height: auto !important;
    ; background: #000000 !important;
    ; color: #ffffff !important;
    ; right: auto !important;
    ; line-height: 1 !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text]:not(.datepicker), .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    height: 71px !important;
    padding: 17px !important;
    font-size: 22px !important;
    background-color: transparent !important;
    color: #121212 !important;
    width: 100% !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text]:not(.datepicker), .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border: 3px solid #121212 !important;
}

 .gform_wrapper.gravity-theme .ginput_container_date {
     border: 3px solid #121212 !important;
         font-size: 22px !important;
    

 }


.gform_wrapper.gravity-theme .ginput_container_date input {
       height: 65px !important;
       padding-top: 17px !important;
       font-size: 22px !important;
       padding-bottom: 17px !important;
       width: calc(100% - 30px) !important;
       border: none !important;
}
.gform_wrapper.gravity-theme textarea {
    height: 10rem !important;
}



div.moxie-shim {
    width: 100% !important;
    height: 100% !important;cursor:pointer !important;
	inset:0 !important;
}

.ginput_container.ginput_container_fileupload {
    border: 3px solid #000000 !important;
}

div.gform_fileupload_multifile, .gform_drop_area {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    cursor:
    pointer !important;
    padding-top: 1rem !important;
}

.gform_fileupload_rules {
    text-align: right !important;
    padding: 0 0.5rem 0.3rem 0 !important;
    line-height: 1;
}



@media (max-width:768px) {
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text]:not(.datepicker), .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme .ginput_container_date input {
font-size:15px !important;	
	padding: 0px 12px 12px !important;
	height:60px !important;
	line-height:1;
}
	.gform_wrapper.gravity-theme textarea {
		height:200px !important;
	}
}

.gform_button.button {
    border: 2px solid #D3262D !important;
    padding: 1rem 2rem !important;
    background-color: #D3262D !important;
    color: #ffffff !important;
    font-size: 1.2rem;
    margin: 1rem 0 auto auto !important;
    justify-self: end;
    transform: rotate(-2deg);
    transition: 0.2s ease !important;
}

.gform_button.button:hover {
    color: #D3262D !important;
    background: #ffffff !important;
    transform: rotate(2deg);
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 50%;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 50%;
}


/** Supercurious additions 22/04/24 **/
.new-intro {
	background-color: #000;
	padding-top: 82px;
	overflow: visible;
}
@media screen and (min-width: 48em) {
	.new-intro {
	padding-top: 92px;
}
}
@media screen and (min-width: 90em) {
.new-intro {
	padding-top: 122px;
}
}

.new-intro__inner {
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 30vh;
	position: relative;
}

.delivery-banner {	
	overflow: hidden;
	
	position: absolute;
	top: 100%; right: 0; left: 0;
	z-index: 5;
	
	transform: translateY(-50%) rotate(-1deg);
}
.delivery-banner__inner {
	font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    background: #d3262d;
    display: flex;
    padding: 1rem 1.375rem 0.25rem;
    font-size: 2.625rem;
    line-height: 1;
    margin-top: 0.375rem;
    transition: 0.3s;
	
	margin-left: -5%;
	width: 500vw;
	
	white-space: nowrap;
}
@media screen and (min-width: 64em) {

    .delivery-banner__inner {
        padding: 1.2rem 3rem 0.5rem;
        font-size: 50px;
    }
}

.background-image--overlay::after {
    background-color: rgba(0,0,0,0.4);
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 0;
}
.background-image--overlay--dark::after {
    background-color: rgba(0,0,0,0.6);
}
.background-image--overlay--gradient::after {
    background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) , rgba(0,0,0,0));
}
.new-intro h1 {
    margin-bottom: 30px;
    font-family: "CooperBlack", Helvetica, Roboto, Arial, sans-serif;
    font-size: 45px;
    line-height: 1;
	z-index: 5;
}
@media screen and (min-width: 64em) {
	.new-intro h1{
        margin-bottom: 40px;
        font-size: 50px;
    }
}

@media screen and (min-width: 90em) {
    .new-intro h1{
        margin-bottom: 47px;
        font-size: 67px;
    }
}

.new-gallery-section {
	
}
@media screen and (min-width: 64em) {

    .new-gallery-section .gallery-text{
        font-size: 20px;
    }
}

@media screen and (min-width: 90em) {

    .new-gallery-section .gallery-text{
        font-size: 24px;
    }
}


.new-locations-section {
	
}
.new-locations-section__content {
	
}
@media screen and (min-width: 48em) {

    .new-locations-section__content {
        max-width: 1330px;
        margin: 0 auto;
    }
}

.new-locations-section__content .whats-on-slider-item-inner {
	min-height: auto;
	padding: 3em 0 0;
}
.new-locations-section__content .whats-on-slider-item-inner .location-title {
	color: #141414;
	margin-bottom: 0.5em;
}
.new-locations-section__content .whats-on-slider-item-inner .location-link {
	color: #141414;
}
.new-locations-section__content .whats-on-slider-item-inner .padding-top {
	padding-top: 2em;
}
.new-locations-section__content .gallery-list-item-inner--small {
	height: auto;
}

.button-medium{
    font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    background: #d3262d;
    display: inline-block;
    padding: 1rem 1.375rem 0.1875rem;
    font-size: 2.625rem;
    line-height: 1;
    margin-top: 0.375rem;
    transition: 0.3s;
}
@media screen and (min-width: 64em) {

    .button-medium{
        padding: 0.8rem 3rem 0.125rem;
        font-size: 40px;
    }
}

.button-rotate {
	transform: rotate(-5deg);
}

.new-locations-section__content .location-list-title {
	text-decoration:underline;
	text-decoration-color: #d3262d;
	text-decoration-thickness: 2px;
	text-underline-offset: 20%;
}
.new-locations-section__content .location-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 1em 0;
	padding-left: 0;
}
.new-locations-section__content .location-list li {
	padding: 0.25em 0.25em 0.25em 0;
	width: 33.33%;
}

.desktop-menu-list {
    transform: none;
}
.desktop-menu-list li {
    vertical-align: middle;
}

.menu-item__delivery{
    font-family: "ColunaRounded-CondensedBold", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    border: 2px solid #d3262d !important;
    background: #d3262d;
    display: inline-block;
    padding: calc(0.4em - 2px) calc(0.5em - 2px) calc(0.15em - 2px);
    font-size: 1.375em;
    line-height: 1;
    transition: 0.3s;
    transform: rotate(-5deg);
}
.menu-item__delivery:hover,
.menu-item__delivery:focus {
    background: none;
    color: #d3262d;
    border: 2px solid #d3262d !important;
    outline: none;
}