/* FONTS */
@font-face {
    font-family:'bebas-neue';
    src: url('../fonts/BebasNeue.eot');
	src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeue.woff2') format('woff2'),
		url('../fonts/BebasNeue.woff') format('woff'),
		url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'product-sans';
    src: url('../fonts/Product Sans.eot');
	src: url('../fonts/Product Sans.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Product Sans.woff2') format('woff2'),
		url('../fonts/Product Sans.woff') format('woff'),
		url('../fonts/Product Sans.svg#Product Sans') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'brandon-black';
    src: url('../fonts/BrandonGrotesque-Black.eot');
	src: url('../fonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
		url('../fonts/BrandonGrotesque-Black.woff') format('woff'),
		url('../fonts/BrandonGrotesque-Black.svg#BrandonGrotesque-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/* GLOBAL */
.white-text-sect * {
	color: #fff;
}

.grey-text {
	color: #6a6a6a;
}

.button {
	border-radius: 0;
	height: 52px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: montserrat;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 10px 30px;
}

.button::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 9px;
	background: no-repeat center url('../img/white-right-arrow.png');
	margin-left: 5px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family:'bebas-neue';
	color: #121212;
	line-height: 1.2;
}

h3 {
	font-size: 48px;
	color: #121212;
	margin: 0;
}

.white-text-sect h1,
.white-text-sect h2,
.white-text-sect h3,
.white-text-sect h4,
.white-text-sect h5,
.white-text-sect h6,
.white-text-sect p,
.white-text-sect ul li {
	color: #fff;
}

.h3-sub {
	font-size: 40px;
}

.h3 {
	font-size: 48px;
}

.h6 {
	font-size: 15px;
	text-transform: uppercase;
	color: #5a5a5a;
	font-family: montserrat;
	font-weight: 600;
}

p {
	color: #121212;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

p strong {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #4f4f4f;
	display: inline-block;
}

a {
	transition: all 0.3s ease;
}

.row {
	max-width: 1110px;
}

.yellow-text {
	color: #fff792;
}

ul {
	margin: 0;
}

a:hover, 
a:focus {
	color: #ba090f;
}

body {
	font-family: 'Montserrat', sans-serif;
}

section {
	padding: 25px 0;
}

body p:last-of-type {
	margin: 0;
}

.site-button {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: #34baee;
	text-align: center;
	padding: 15px 22px;
	letter-spacing: 2px;
	display: inline-block;
	color: #fff;
}

.site-button:hover {
	color: #fff;
	background: #ba090f;
}

.site-button.transparent-btn {
	background: none;
	border: 2px solid #fff;
}

.site-button.transparent-btn:hover {
	background: rgba(255,255,255,0.5);
}

.cta {
	font-size: 11px;
	color: #b1b1b1;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.cta::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 17px;
	height: 9px;
	background: no-repeat center url('../img/cta-grey-arrow.png');
}

.w-dark-overlay {
	position: relative;
}

.w-dark-overlay .row {
	position: relative;
	z-index: 2;
}

.w-dark-overlay::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
}

/* SITE HEADER */
.site-header {
	border-top: 6px solid #ba090f;
	background: #34baee;
	text-align: center;
	height: 101px;
}

.site-header .row {
	position: relative;
}

.site-nav li {
	display: inline-block;
	vertical-align: top;
}

.site-nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 35px;
	display: block;
	letter-spacing: 2px;
}

.site-nav li a.active {
	background: #fff792;
	color: #ba090f;
	font-weight: bold;
}

.site-nav li a:hover {
	color: #ba090f;
}

.site-nav li.site-no a {
	color: #fff792;
	font-weight: bold;
}

.site-nav li.site-logo a {
	padding: 0;
	position: relative;
	z-index: 2;
}

.site-nav li.site-no a:hover {
	color: #ba090f;
}

.site-nav > div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.site-nav > .center-nav {
	position: absolute;
	left: 50%;
	top: 10px;
	width: auto;
	margin-left: -79.5px;
}

.right-nav li a {
	padding: 35px 15px;
}

/* MOBILE MENU */
#mobile-menu {
	background: #34baee;
}

#mobile-menu .close-button {
	color: #fff;
}

#mobile-menu li a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	border: 1px solid #39c8ff;
}

#mobile-menu li a:hover {
	background: #fff792;
	color: #ba090f;
}

#mobile-menu.position-top {
	height: auto;
}

.js-off-canvas-overlay {
	background: rgba(0,0,0,0.5);
}

.mobile-menu-btn {
	background: #ba090f;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	letter-spacing: 2px;
}

.mobile-menu-btn:hover,
.mobile-menu-btn:focus,
.mobile-menu-btn:active {
	color: #fff;
	background:#e10008;
}

.mobile-logo {
	float: left;
	position: absolute;
	left: 15px;
	top: 5px;
	z-index: 9;
	width: 110px;
}

.mobile-menu-btn-wrapper {
	margin: 25px 10px;
	float: right;
}

/* HOME BANNER */
.home-banner {
	text-align: center;
	background: #333 no-repeat top center;
	background-size: cover;
	padding: 230px 0 212px 0;
	position: relative;
}

.home-banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

.home-banner .row {
	position: relative;
	z-index: 2;
}

.home-banner * {
	color: #fff;
}

.home-banner h2 {
	font-size: 72px;
	text-transform: uppercase;
	margin: 0;
}

/* HOME SECTION 1 */
.h-sect-1 {
	text-align: center;
	padding: 50px 0 30px 0;
}

.h-sect-1 p {
	margin-bottom: 35px;
}

/* HOME SECTION 2 */
.h-sect-2-box {
	min-height: 544px;
	background: no-repeat center #333;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 200px 0 0 0;
	position: relative;
}

.h-sect-2-box::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.h-sect-2-box * {
	color: #fff;
}

.h-sect-2-box h3 {
	font-size: 15px;
	font-family: montserrat;
	font-weight: bold;
	text-transform: uppercase;
}

.h-sect-2-box h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 72px;
	font-family:'bebas-neue';
}

.h-sect-2-box .box-cont {
	position: relative;
	z-index: 2;
}

/* TESTIMONIAL SECTION */
.testi-sect {
	padding: 50px 0;
	background: #f6f7f7;
}

.testi {
	text-align: center;
}

.testi .testi-content p {
	font-size: 26px;
	color: #565656;
	font-style: italic;
	font-family: product-sans;
	line-height: 1.3;
	margin-bottom: 20px;
}

.testi .testi-by p {
	font-size: 12px;
	color: #878787;
	text-transform: uppercase;
	font-family: brandon-black;
	letter-spacing: 1px;
}

/* MAP CANVAS */
#map-canvas {
	height: 455px;
	width: 100%;
}

#map-canvas h3 {
	font-size: 24px;
}

.map-wrapper {
	position: relative;
	padding: 0;
}

.map-info {
	width: 368px;
	height: auto;
	text-align: center;
	padding: 50px 10px 50px 10px;
	box-shadow: 0 0 5px -2px #6c6c6c;
	position: absolute;
	top: 37px;
	left: 152px;
	background: #fff;
}

.map-info h3 {
	font-size: 15px;
	font-family: montserrat;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.map-info p {
	color: #6a6a6a;
	line-height: 1.5;
	margin-bottom: 30px;
}

/* SITE FOOTER SECTION */
.site-footer {
	background: #3d3d3d;
}

.site-footer .columns:nth-of-type(1) {
	padding-top: 15px;
}

.site-footer .columns:nth-of-type(1),
.site-footer .columns:nth-of-type(2) {
	text-align: center;
}

.site-footer p.copyright {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}

.site-footer p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 25px !important;
}

.site-footer h3 {
	text-transform: uppercase;
	color: #34baee;
	font-weight: bold;
	font-size: 12px;
	font-family: montserrat;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
}

.site-footer [type="text"] {
	height: 46px;
	font-size: 14px;
	color: #121212;
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 230px;
	border-radius: 0;
}

.site-footer [type="submit"], 
.site-footer [type="button"] {
	width: 55px;
	height: 46px;
	text-align: center;
	background: no-repeat center #34baee url('../img/white-right-arrow.png');
	cursor: pointer;
	transition: all 0.3s;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
}

.site-footer [type="submit"]:hover, 
.site-footer [type="button"]:hover {
	background-color: #ba090f;
}

.site-footer .icon {
	position: relative;
	padding-left: 25px;
	text-align: left;
}

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

.site-footer a:hover {
	color: #ba090f;
}

.site-footer .icon span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    color: #34baee;
}

.site-footer .phone-icon span::before {
	content: "\f095";
}

.site-footer .marker-icon span::before {
	content: "\f041";
}

.site-footer .columns:nth-of-type(2) {
	padding: 40px 40px 0 40px;
}

.site-footer .columns:nth-of-type(3) {
	padding-top: 50px;
	padding-left: 180px;
}

.site-footer .row {
	max-width: 1100px;
}

.site-footer .columns:nth-of-type(1) {
	padding-right: 114px;
}

/* SUBPAGE BANNER */
.subpage-banner {
	background: no-repeat center #333;
	background-size: cover;
	min-height: 333px;
	text-align: center;
	padding-top: 140px;
	position: relative;
}

.subpage-banner .subpage-cont {
	position: relative;
	z-index: 1;
}

.subpage-banner::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.subpage-banner * {
	color: #fff;
}

.subpage-banner h2 {
	font-size: 60px;
	margin: 0;
}

.subpage-banner h3 {
	font-size: 15px;
	font-family: montserrat;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* CONTACT US PAGE */
.c-sect-1 {
	padding: 80px 0 70px 0;
}

.c-sect-1 h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

.c-sect-1 p {
	font-weight: 400;
	color: #6a6a6a;
	margin-bottom: 25px;
}

.c-sect-1 p strong {
	font-weight: 600;
	color: #6a6a6a;
	text-transform: none;
}

/* FORMS */
[type="text"], 
[type="password"], 
[type="date"], 
[type="datetime"], 
[type="datetime-local"], 
[type="month"], 
[type="week"], 
[type="email"], 
[type="number"], 
[type="search"], 
[type="tel"], 
[type="time"], 
[type="url"], 
[type="color"], 
textarea {
	background: #f7f7f7;
	height: 51px;
	width: 100%;
	font-family: product-sans;
	font-size: 17px;
	border: 0;
	box-shadow: none;
	padding: 0;
	padding-left: 20px;
}

textarea {
	height: 132px;
	padding-top: 15px;
}

.site-form .columns {
	padding: 0 5px;
}

.c-sect-1 .site-form {
	padding-left: 100px;
}

/* ABOUT US SECTION */
.au-sect-1-right {
	padding-top: 20px;
}

/* ABOUT US SECTION 3 */
.au-sect-3 h3 {
	margin-bottom: 20px;
}

.au-sect-3 p {
	margin-bottom: 20px;
}

/* VIEW MENU SECTION */
.view-menu-sect {
	background: no-repeat center #333;
	background-size: cover;
	padding: 75px 0;
}

/* MENU SECTION */
.menu-wrapper {
	background: #f6f7f7;
	padding: 50px 0 25px 0;
}

.menu-wrapper .section-title p:last-of-type {
	margin-bottom: 30px;
}

.menu-list {
	background: #fff;
	text-align: center;
	position: relative;
	height: 437px;
	margin-bottom: 40px;
}

.menu-list.no-img {
	padding-top: 114px;
}

.menu-list.no-img.additional-menu {
	padding-top: 5px;
	height: auto;
	min-height: 500px;
}

.menu-list .img {
	height: 309px;
	background: no-repeat center #fff;
}

.menu-list h3 {
	font-size: 20px;
	font-family: montserrat;
	text-transform: uppercase;
	font-weight: 600;
	color: #5a5a5a;
	margin-bottom: 5px;
	padding: 0 25px;
}

.menu-list.no-img h3 {
	margin-top: 30px;
}

.menu-list p {
	font-size: 16px;
	color: #6a6a6a;
	padding: 0 25px;
}

.menu-price {
	position: absolute;
	right: -10px;
	top: -15px;
	background: #34baee;
	color: #fff;
	border-radius: 50%;
	width: 94px;
	height: 94px;
	font-family:'bebas-neue';
	font-size: 40px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.menu-price .decimal {
	font-size: 25px;
	position: relative;
	top: -12px;
}

.menu-offer {
	text-align: left;
	margin-bottom: 9px;
	padding: 0 30px;
}

.menu-offer p {
	float: left;
	padding: 25px 0 0 0;
}

.menu-offer .small-menu-price {
	width: 77px;
	height: 77px;
	background: #34baee;
	color: #fff;
	border-radius: 50%;
	font-family:'bebas-neue';
	font-size: 33px;
	text-align: center;
	float: right;
	display:flex;
	align-items:center;
	justify-content:center;
}

.menu-offer .small-menu-price .decimal {
	font-size: 20px;
	position: relative;
	top: -10px;
}

.mobile-nav {
	display: none;
}

.chips-col .decimal {
    font-size:25px !important;
}

/* FORM ERROR */
.form-error-message {
	border-top: 2px solid #ba090f;
	border-bottom: 2px solid #ba090f;
	padding: 10px;
	text-align: center;
	color: #ba090f;
	margin-bottom: 20px;
	font-size: 14px;
}

.form-success-message {
	border-top: 2px solid #34baee;
	border-bottom: 2px solid #34baee;
	padding: 10px;
	text-align: center;
	color: #34baee;
	margin-bottom: 20px;
	font-size: 14px;
}

.error-field input,
.error-field textarea {
	margin-bottom: 5px;
	border: 1px solid #ba090f;
	background: #ff8b8f;
}

.field-error-message {
	color: #ba090f;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	padding-left: 10px;
}

.chips-row {
    display:flex;
    flex-flow: row wrap;
}

@media (max-width: 1024px) {
	.site-nav {
		display: none;
	}

	.home-banner {
		padding: 100px 0;
	}

	.home-banner h2 {
		font-size: 50px;
	}

	.site-button {
		padding: 10px 20px;
	}

	.mobile-nav {
		display: block;
	}

	.h-sect-2-box {
		min-height: 1px;
		padding: 125px 0;
	}

	.testi .testi-content p {
		font-size: 20px;
	}

	.h-sect-2-box h4 {
		font-size: 60px;
	}

	.map-info {
		left: 15px;
	}

	h3 {
		font-size: 40px;
	}

	.h-sect-1 {
		padding: 25px 0;
	}

	.home-banner h2 {
		font-size: 40px;
	}

	.home-banner::after {
		background: rgba(0,0,0,.2);
	}

	.subpage-banner {
		min-height: 1px;
		padding: 75px 0;
	}

	.subpage-banner h2 {
		font-size: 50px;
	}

	.menu-offer p {
		max-width: 150px;
	}

	.menu-list .img {
		height: 250px;
		background-size: cover;
		margin-bottom: 20px;
	}

	.menu-list h3 {
		font-size: 16px;
	}

	.menu-list {
		height: 425px;
	}

	.menu-price {
		width: 74px;
		height: 74px;
		font-size: 30px;
	}

	.menu-price .decimal {
		font-size: 20px;
		top: -10px;
	}

	.c-sect-1 {
		padding: 30px 0;
	}

	.c-sect-1 .site-form {
		padding-left: 0;
		padding-right: 15px;
	}
}

@media (max-width:910px) {
    .chips-row .medium-4 {
        width:50%;
    }
}

@media (max-width: 768px) {
	.menu-wrapper .columns {
		width: 50%;
		float: left !important;
		clear: none !important;
	}

	.au-sect-1-right {
		padding-top: 0;
	}

	.h-sect-2-box h4 {
		font-size: 50px;
	}

	.h-sect-2-box {
		padding: 100px 0;
	}

	.map-info {
		width: auto;
		height: auto;
		padding: 15px;
	}

	.site-footer .columns {
		width: 50%;
	}

	.h3-sub {
		font-size: 35px;
	}

	.h3-sub br {
		display: none;
	}

	.h3 {
		font-size: 40px;
	}

	.view-menu-sect {
		padding: 50px 0;
	}

	.menu-list {
		height: 400px;
	}

	.menu-wrapper {
		padding: 50px 0 0 0;
	}

	.c-sect-1 .columns {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}

	.c-sect-1 {
		padding-bottom: 0;
	}
}

@media (max-width: 667px) {
	.h-sect-2-box h4 {
		font-size: 40px;
	}

	.testi .testi-content p {
		font-size: 18px;
	}

	.h3-sub {
		font-size: 30px;
	}

	.subpage-banner h2 {
		font-size: 40px;
	}
}

@media (max-width: 600px) {
	.menu-list.no-img.additional-menu {
		min-height: auto;
		padding-bottom: 30px;
	}

	h3 {
		font-size: 30px;
	}

	.map-info {
		position: static;
	}

	#map-canvas {
		height: 250px;
	}

	.h-sect-1 p {
		margin-bottom: 15px;
	}

	.testi-sect {
		padding: 30px 0;
	}

	.h-sect-2-box {
		margin-bottom: 25px;
	}

	.site-footer .columns {
		width: 100% !important;
		text-align: center;
		padding:5px 15px !important;
	}

	.site-footer .icon {
		text-align: center;
		margin: 0 0 10px 0 !important;
	}

	.site-footer .icon span::before {
		position: static;
		margin-right: 10px;
	}

	.site-footer {
		padding: 25px 0;
	}

	.au-sect-2 .columns {
		text-align: center;
		margin-bottom: 20px;
	}

	.au-sect-2 {
		padding: 25px 0 0 0;
	}

	.au-sect-1-right {
		padding-top: 0;	
	} 

	.h3 {
		font-size: 35px;
	}

	.menu-wrapper .columns {
		width: 100%;
		float: none !important;
		clear: none !important;
		max-width: 400px;
		margin: auto;
	}
	
	.menu-offer .small-menu-price {
	    font-size:28px;
	}
	
	.chips-col .decimal,
	.chips-col .decimal {
	    font-size:20px !important;
	}
}

@media (max-width: 414px) {
	.home-banner {
		padding: 75px 0;
	}

	.home-banner h2 {
		font-size: 35px;
	}

	.site-button {
		font-size: 10px;
	}

	p strong {
		font-size: 14px;
	}

	p {
		font-size: 14px;
	}

	.h-sect-2-box {
		padding: 75px 0;
	}

	.mobile-menu-btn {
		font-size: 10px;
	}

	.mobile-menu-btn-wrapper {
		margin: 30px 10px;
	}

	.menu-list {
		height: auto;
		padding: 0 0 15px 0;
	}
}