/*
	Theme Name: Three Sheets Web
	Description: Custom Theme For Three Sheets Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'NeDisWeb';
	src: url('assets/fonts/NeDisWeb-Roman.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NeDisWeb';
	src: url('assets/fonts/NeDisWeb-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NeDisWeb';
	src: url('assets/fonts/NeDisWeb-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ObvWdWeb';
	src: url('assets/fonts/ObvWdWeb-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background-color: #1e1e1e;
	background-image: url('assets/img/icons/pattern-bg2.png');
	background-position: top center;
	background-size: 100% auto;
	color: #fa8250;
	font-family: 'NeDisWeb', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}
body.error404,
body.page-template-default{
	padding-top: 11.2rem;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #fa8250;
}
a:hover{
	color: #fff;
}
.button{
	border: 1px solid #fa8250;
	color: #fa8250;
	display: inline-block;
	font-family: 'ObvWdWeb', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.24em;
	min-width: 12.25em;
	padding: 1.25em 1.6em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.button:hover{
	background-color: #fa8250;
	color: #1e1e1e;
}
p,
ul,
ol{
	margin: 0 0 1.2em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,h2,h3{
	font-family: 'ObvWdWeb', sans-serif;
	font-weight: bold;
}
h1{
}
h2{
	font-size: 6rem;
	line-height: 1.1;
	margin: 1em 0;
}
h3{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: transparent;
	border: none;
	border-bottom: 1px solid #FA8250;
	border-radius: 0;
	box-shadow: none; 
	display: block;
	color: #FA8250;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.2;
	padding: 0.6em 0;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/angle-down-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 0.8em auto;
	cursor: pointer;
	color: #191919;
	padding-right: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{
	height: 11em;
	padding: 0.5em 0.7em;
	resize: none;
}
input[type="submit"]{
	background: transparent;
	border: none;
	border-radius: 0;
	color: #FA8250;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 3.3rem;
	font-weight: 500;
	line-height: inherit;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	color: #fff;
}
::-webkit-input-placeholder {color:#FA8250; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#FA8250; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#FA8250; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#FA8250; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.form-col{
	margin-bottom: 1.4rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	width: 100%;
}
.form-col-6{
	width: 50%;
}
.form-col.form-col-submit{
	margin: 0;
	text-align: right;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.8em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7-spinner{
	height: 20px;
	margin: 0;
	position: absolute;
	width: 20px;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	margin: 0 auto;
	max-width: 147rem;
	padding-left: 4rem;
	padding-right: 4rem;
	width: 98%;
}
.container-md{
	max-width: 128rem;
}
.social-block{
	font-size: 3rem;
}
.social-block ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-block li{
	display: inline-block;
	margin: 0 0.3em;
	vertical-align: middle;
}
.social-block li:first-child{
	margin-left: 0;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block a{
	color: inherit;
	display: block;
	width: auto;
}
.social-block a:hover{
	color: #fff;
}
.social-block svg{
	display: block;
	height: 1em;
	width: auto;
}
/*--------------Header--------------*/
.header{
	color: #fa8250;
	left: 0;
	position: fixed;
	top: 0;
	text-align: left;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 103;
}
.header-inner{
	border-bottom: 2px solid #fa8250;
	padding: 5.2rem 0 2.8rem;
	position: relative;
	transition: all 0.2s linear;
	z-index: 2;
}
.header-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 158rem;
	padding: 0 3rem;
	width: 100%;
}
.menu-toggle-col{
	width: 27%;
}
.menu-toggle{
	cursor: pointer;
	font-family: 'ObvWdWeb', sans-serif;
	font-size: 2.1rem;
	text-transform: uppercase;
	transition: all 0.2s linear;
}
.menu-toggle:hover{
	color: #fff;
}
.header-logo-col{
	width: 46%;
}
.header-logo{
	opacity: 0;
	pointer-events: none;
	position: relative;
	text-align: center;
	transition: all 0.2s linear;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 3rem;
	display: block;
	width: auto;
}
.body-scroll:not(.menu-visible) .header-inner{
	background: #1e1e1e;
	padding: 2.5rem 0;
}
.body-scroll .header-logo{
	opacity: 1;
	pointer-events: auto;
}
.header-social-col{
	width: 27%;
}
.header-social-col ul{
	justify-content: flex-end;
}
.menu-visible .header{
	color: #000;
}
.menu-visible .header-inner{
	border-bottom-color: #000;
}
.popup-menu{
	background: #FA8250;
	color: #000;
	display: none;
	height: 100%;
	padding: 14.5rem 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
}
.popup-menu-inner{
	height: 100%;
	overflow: auto;
	width: 100%;
}
.popup-menu .container{
	max-width: 158rem;
	padding: 0 3rem;
	width: 100%;
}
.popup-menu-logo{
	margin-bottom: 13rem;
}
.popup-menu-logo img{
	filter: brightness(0);
	display: block;
	height: auto;
	width: 100%;
}
.popup-navigation{
	font-family: 'ObvWdWeb', sans-serif;
	font-size: 5.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 3rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.popup-navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.popup-navigation li{
	display: block;
	margin-bottom: 0.4em;
	width: 100%;
}
.popup-navigation li:last-child{
	margin-bottom: 0;
}
.popup-navigation a{
	color: inherit;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.popup-navigation .current-menu-item a,
.popup-navigation a:hover{
	color: #fff;
}
/*------------Popup-----------*/
.mfpz-bg{
	background: #FA8250;
	backdrop-filter: blur(10px);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}
.mfpz-wrap{
	background: #FA8250;
	backdrop-filter: blur(10px);
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	overflow: auto;
	-webkit-backface-visibility: hidden;
}
.mfpz-container{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 15px;
	box-sizing: border-box;
}
.mfpz-content{
	max-width: 70rem;
	margin: auto;
	width: 100%;
}
.popup-block{
	background: #fff;
	border-radius: 0.5rem;
	max-width: 70rem;
	margin: 40px auto;
	padding: 4rem;
	position: relative;
	text-align: left;
	width: 100%;
}
.mfpz-close{
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	height: 3rem;
	position: absolute;
	top: 1.5rem;
	transition: all 0.2s linear;
	right: 1.5rem;
	width: 3rem;
	z-index: 2;
}
.mfpz-close:hover{
	background: #333;
}
.mfpz-close:before,
.mfpz-close:after{
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 25%;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 50%;
}
.mfpz-close:before{
	transform: rotate(-45deg);
}
.mfpz-close:after{
	transform: rotate(45deg);
}
.popup-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0.5rem 0.5rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30rem;
}
.popup-banner img{
	display: block;
	height: auto;
	width: 21rem;
}
.booking-popup-label{
	background: #efefed;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 1rem 1.5rem;
}
/*--------------Footer-----------*/
.footer{
	border-top: 2px solid #fa8250;
	padding: 8.4rem 0 13rem;
	text-transform: uppercase;
}
.footer a{
	text-decoration: none;
}
.footer p{
	margin-bottom: 1.2em;
}
.footer p:last-child{
	margin: 0;
}
.newsletter-block{
	max-width: 96rem;
	margin: 0 auto 17rem;
	text-align: center;
	position: relative;
}
.newsletter-block h3{
	font-family: inherit;
	font-size: 3.3rem;
	font-weight: 500;
	line-height: inherit;
	margin: 0 0 1.4em;
}
.newsletter-block form{
	text-align: left;
}
.sgn-col{
	padding-bottom: 3rem;
}
.sgn-col.sgn-col-submit{
	padding: 2rem 0 0;
	text-align: center;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 -2rem;
}
.footer-links-col{
	padding: 0 2rem;
	width: 50%;
}
.footer-address-col{
	padding: 0 2rem;
	text-align: right;
	width: 50%;
}
.footer-address a{
	background-image: url('assets/img/icons/arrow-right.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.3em auto;
	display: inline-block;
	padding-left: 2em;
}
/*----------Default---------*/
.sect-pad{
	padding: 10rem 0;
}
.def-content h1{
	font-size: 2.2em;
	margin: 1.2em 0 1em;
}
.def-content h2{
	font-size: 1.8em;
	margin: 1.2em 0 1em;
}
.def-content h3{
	font-size: 1.4em;
	margin: 1.2em 0 1em;
}
.def-content h1:first-child,
.def-content h2:first-child
.def-content h3:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.fz-33{
	font-size: 3.3rem;
	line-height: 1.3636;
}
.fz-33 .obv-text{
	line-height: 1.5454;
}
.obv-text{
	font-family: 'ObvWdWeb', sans-serif;
	font-weight: bold;
}
.top-section{
	position: relative;
}
.top-section-inner{
	min-height: 100vh;
	padding-top: 14.5rem;
	position: relative;
	z-index: 2;
}
.top-section .container{
	max-width: 158rem;
	padding: 0 3rem;
	width: 100%;
}
.top-content img{
	display: block;
	height: auto;
	width: 100%;
}
.top-section-bg{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
}
.top-section-bg-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 4%;
	width: 100%;
}
.top-section-bg-col{
	width: 31%;
}
.top-section-bg-group{
	animation: topSectScroll 30s linear infinite;
}
.top-section-bg-col:nth-child(2) .top-section-bg-group{
	animation: topSectScroll 50s linear infinite;
}
.top-section-bg-col:nth-child(3) .top-section-bg-group{
	animation: topSectScroll 40s linear infinite;
}
@keyframes topSectScroll{
	0% {
		transform: translateY(0)
	}
	to {
		transform: translateY(-100%);
	}
}
.top-section-bg-img{
	margin: 0 auto;
	padding-top: 10%;
	text-align: center;
}
.top-section-bg-img img{
	display: block;
	height: auto;
	width: 100%;
}
.intro-section{
	border-bottom: 2px solid #fa8250;
	border-top: 2px solid #fa8250;
	padding: 8.8rem 0 10rem;
}
.intro-content{
	margin: 0 auto;
	max-width: 38em;
	text-align: center;
	text-transform: uppercase;
}
.intro-content p{
	margin-bottom: 1.5em;
}
.intro-content p:last-child{
	margin-bottom: 0;
}
.intro-hours-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
	text-align: center;
}
.intro-hours-col{
	padding: 0 1.5rem 3rem;
	width: 50%;
}
.intro-content ul{
	font-size: 2rem;
	font-family: 'ObvWdWeb', sans-serif;
	font-weight: bold;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	margin: 2em -0.6em;
	padding: 0;
}
.intro-content ul:last-child{
	margin-bottom: 0;
}
.intro-content li{
	padding: 0.6em;
}
.intro-content a{
	color: inherit;
	text-decoration: none;
}
.intro-content a:hover{
	color: #fff;
}
.food-section{
	background: #fa8250;
	border-bottom: 2px solid #fa8250;
	color: #1e1e1e;
}
.food-row{
	display: flex;
	flex-wrap: wrap;
}
.food-img-col{
	position: relative;
	width: 50%;
}
.food-img{
	padding-top: 100%;
}
.food-img img{
	display: block;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.food-content-col{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6rem 3rem;
	position: relative;
	width: 50%;
}
.food-content{
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.food-content h2{
	font-size: 8.7rem;
	line-height: 1.1;
}
.food-content p{
	margin-bottom: 3.2em;
}
.food-content p:last-child{
	margin: 0;
}
.food-book-wrap{
	bottom: 8rem;
	font-weight: 500;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	text-transform: uppercase;
}
.food-book-wrap a{
	color: inherit;
	text-decoration: none;
}
.food-book-wrap a:hover{
	color: #fff;
}
.food-content img{
	max-width: 54.2rem;
	width: 80%;
}
.info-section{
	border-bottom: 2px solid #fa8250;
}
.info-row{
	display: flex;
	flex-wrap: wrap;
}
.info-content-col{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6rem 2rem;
	position: relative;
	text-align: center;
	width: 33.33%;
}
.info-img-col{
	border-left: 2px solid #fa8250;
	border-right: 2px solid #fa8250;
	position: relative;
	width: 33.33%;
}
.info-img{
	padding-top: 120%;
}
.info-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.info-content{
	font-weight: 500;
	text-transform: uppercase;
}
.info-content h2{
	margin-bottom: 1.5em;
}
.info-content h2:last-child{
	margin-bottom: 0;
}
.info-link-wrap{
	bottom: 6rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.info-content a{
	text-decoration: none;
}
.hire-cta-section{
	border-bottom: 2px solid #fa8250;
	padding: 4.8rem 0;
	overflow: hidden;
}
.hire-cta-row{
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
}
.hire-cta-text{
	animation: scrollHorizontal 20s linear infinite;
	font-family: 'ObvWdWeb', sans-serif;
	font-weight: bold;
	font-size: 6rem;
	display: flex;
	flex-shrink: 0;
	line-height: 1.1;
	padding-right: 2em;
	text-transform: uppercase;
	white-space: nowrap;
}
@keyframes scrollHorizontal{
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-100%);
	}
}
.instagram-section{
	padding: 7rem 0;
}
.instagram-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4rem;
}
.instagram-col{
	padding: 0 4rem;
	width: 33.33%;
}
.instagram-img{
	padding-top: 100%;
	position: relative;
}
.instagram-img a{
	display: block;
	height: auto;
	text-decoration: none;
	width: 100%;
}
.instagram-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
/*----------Fixtures----------*/
.fixtures-top-section .top-section-inner{
	min-height: 1px;
}
.fixtures-section{
	padding: 11rem 0 12.2rem;
}
.fixtures-content{
	text-align: center;
}
.fixtures-content h1{
	font-size: 6rem;
	line-height: 1.1;
	margin-bottom: 1.7em;
	text-transform: uppercase;
}
.fixtures-content table{
	text-transform: uppercase;
	width: 100%;
}
.fixtures-content td{
	padding: 0.6em 0;
	width: 33.33%;
}
.fixtures-content td:nth-child(2){
	font-family: 'ObvWdWeb', sans-serif;
	font-weight: bold;
	padding: 0 0.6em;
}
/*----------About-------*/
.about-section{
	padding: 11rem 0 12.2rem;
}
.about-content{
	font-size: 1.1em;
	max-width: 50em;
	margin: 0 auto;
	text-align: center;
}
.about-content h1{
	font-size: 6rem;
	line-height: 1.1;
	margin-bottom: 1.7em;
	text-transform: uppercase;
}
.about-content h2{
	font-size: 4rem;
	line-height: 1.1;
	margin: 1.2em 0 0.8em;
}
.about-content h4{
	font-size: inherit;
	line-height: 1.1;
	margin: 1.5em 0 0.5em;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1600px) {
	html{
		font-size: 0.625vw;
	}
}
@media only screen and (max-width : 1024px) {
	html{
		font-size: 8px;
	}
	h2{
		font-size: 5rem;
	}
	.hire-cta-text{
		font-size: 5rem;
	}
	.food-content h2{
		font-size: 6.4rem;
	}
	.food-book-wrap{
		bottom: 3rem;
	}
	.info-link-wrap{
		bottom: 3rem;
	}
	.fixtures-content h1,
	.about-content h1{
		font-size: 5rem;
	}
}
@media only screen and (max-width : 991px) {
	h2{
		font-size: 4rem;
	}
	.fz-33{
		font-size: 2.6rem;
	}
	.food-content p{
		margin-bottom: 1.5em;
	}
	.info-content h2{
		margin-bottom: 1.2em;
	}
	.hire-cta-text{
		font-size: 4rem;
	}
	.instagram-row{
		margin: 0 -1.5rem;
	}
	.instagram-col{
		padding: 0 1.5rem;
	}
	.fixtures-content h1,
	.about-content h1{
		font-size: 4rem;
	}
}
@media only screen and (max-width : 767px) {
	html{
		font-size: 10px;
	}
	body.error404,
	body.page-template-default{
		padding-top: 7.2rem;
	}
	h2{
		font-size: 3.4rem;
	}
	.fz-33{
		font-size: 2rem;
	}
	input[type="submit"]{
		font-size: 2rem;
	}
	.container{
		padding: 0 2rem;
		width: 100%;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.def-content h1{
		font-size: 1.6em;
	}
	.def-content h2{
		font-size: 1.4em;
	}
	.def-content h3{
		font-size: 1.2em;
	}
	.header-inner{
		padding: 2rem 0;
	}
	.body-scroll:not(.menu-visible) .header-inner{
		padding: 2rem 0;
	}
	.header-row{
		padding: 0 2rem;
	}
	.menu-toggle{
		font-size: 1.7rem;
	}
	.social-block{
		font-size: 2.2rem;
	}
	.popup-menu{
		padding-top: 12rem;
	}
	.popup-menu-logo{
		margin-bottom: 6rem;
	}
	.popup-menu .container{
		padding: 0 2rem;
	}
	.popup-navigation{
		font-size: 2.6rem;
	}
	.popup-navigation li{
		margin-bottom: 0.8em;
	}
	.footer{
		padding: 5rem 0;
		text-align: center;
	}
	.newsletter-block{
		margin-bottom: 6rem;
	}
	.newsletter-block h3{
		font-size: 2.4rem;
	}
	.sgn-col{
		padding-bottom: 1.5rem;
	}
	.sgn-col.sgn-col-submit{
		padding-top: 2rem;
	}
	.footer-row{
		font-size: inherit;
	}
	.footer-links-col{
		width: 100%;
	}
	.footer-address-col{
		text-align: inherit;
		padding-top: 3rem;
		width: 100%;
	}
	.top-section-inner{
		padding-top: 12rem;
	}
	.top-section .container{
		padding: 0 2rem;
	}
	.top-section-bg-col{
		width: 48%;
	}
	.top-section-bg-col:nth-child(2){
		display: none;
	}
	.intro-section{
		padding: 5rem 0;
	}
	.intro-content ul{
		font-size: 1.8rem;
		margin: 0 -0.4em;
	}
	.intro-content li{
		padding: 0.4em;
	}
	.intro-hours-col{
		width: 100%;
	}
	.food-img-col{
		width: 100%;
	}
	.food-content-col{
		width: 100%;
	}
	.food-content h2{
		font-size: 4.6rem;
	}
	.food-book-wrap{
		bottom: auto;
		position: relative;
		left: auto;
		transform: none;
	}
	.info-content-col{
		width: 100%;
	}
	.info-img-col{
		width: 100%;
	}
	.info-img{
		padding-top: 80%;
	}
	.info-link-wrap{
		bottom: auto;
		position: relative;
		left: auto;
		transform: none;
	}
	.hire-cta-section{
		padding: 4rem 0;
	}
	.hire-cta-text{
		font-size: 3.4rem;
	}
	.instagram-section{
		padding: 5rem 0;
	}
	.instagram-col{
		width: 100%;
	}
	.instagram-col:nth-child(2),
	.instagram-col:nth-child(3){
		display: none;
	}
	.instagram-img{
		margin: 0 auto;
		width: 84%;
	}
	.fixtures-section{
		padding: 6rem 0;
	}
	.fixtures-content{
		font-size: 1.3rem;
	}
	.fixtures-content h1{
		font-size: 3.4rem;
		margin-bottom: 1.5em;
	}
	.about-content{
		font-size: inherit;
	}
	.about-content h1{
		font-size: 3.4rem;
		margin-bottom: 1.5em;
	}
	.about-content h2{
		font-size: 2.2rem;
	}
}