/* !------------------- Basics Start --------------- */
* {
	font-family: sans-serif;
}
*:hover {
	-webkit-transition-duration: 0.4s; /* Safari */
	-moz-transition-duration: 0.4s; /* Mozilla */
	-o-transition-duration: 0.4s; /* Opera */
	transition-duration: 0.4s;
}
a {
	text-decoration: none;
}
nav, img, .button, .close, .prev, .next, #agent-close {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wide {
	width: 100%;
}
.red-orange {
	color: #ed421c;
}
.title .intro {
	color: #ed421c;
}
p, h1, h3, h4, h5, h6, blockquote {
	line-height: 1.4;
}
/* --- Fonts --- */
p, h5, form input, form textarea, .counter-wrapper {
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}
h1, h1 span, h2, h3, #headline, .intro, .quote-names {
	font-style: normal;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
li a, .button, h4, .score p, .statistics p, p span, .menu-list {
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
blockquote {
	font-size: 1.25em;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
}
/* --- Font Weights --- */
.agent, ul > li, #fresh, p.copyright {
	font-weight: 300;
}
h3, p, blockquote, #reservations p, .quote-names {
	font-weight: 400;
}
h1, h2, h4, h5, #headline, .intro, .button, form input, form textarea, .agent-name, .chefs p, #reservations h3, .statistics p, .menu-list, .price {
	font-weight: 500;
}
.counter-wrapper, .percent span {
	font-weight: 600;
}
/* --- Font Weights End --- */
.intro {
	font-size: 2.25em;
	line-height: 1.9;
}
h2 {
	font-size: 3em;
	line-height: 1.1;
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 2%;
	font-size: 2.875em;
	line-height: 1.2;
}
h3 + h3 {
	margin-bottom: 7.5%;
}
.title {
	margin-bottom: 8%;
}
p {
	font-size: 1em;
}
.center-text {
	text-align: center;
}
/* !------------------- Backgrounds Start --------------- */
.bgwhite {
	background-color: white;
}
.bgblack {
	background-color: black;
}
.bg {
	background-repeat: no-repeat;
	background-size: cover;
}
.section-pad {
	padding: 8% 0;
}
.bgblack {
	color: white;
}
.bg1 {
	background-image: url(../images/content-bg01.jpg);
	background-position: top;
	padding-bottom: 17%;
}
.bg2 {
	background-image: url(../images/content-bg02.png);
	background-position: left bottom;
	color: black;
}
.bg3 {
	background-image: url(../images/content-bg03.jpg);
	background-position: left;
	background-attachment: fixed;
}
.bg4 {
	background-image: url(../images/content-bg04.jpg);
	background-position: left;
	background-attachment: fixed;
}
.bg5 {
	background-image: url(../images/content-bg05.jpg);
}
.bg6 {
	background-image: url(../images/content-bg06.png);
	background-position: right bottom;
	color: black;
}
.bg7 {
	background-image: url(../images/content-bg07.jpg);
	background-position: center;
}
.bg8 {
	background-image: url(../images/content-bg08.jpg);
	background-position: center;
}
#bg9 {
	background-image: url(../images/content-bg09.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
}
/* !------------------- Grid Start --------------- */
.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
.col-center-content {
	grid-column: 2 / span 10;
}
.col-span-1 {
	grid-column-start: span 1;
}
.col-span-2 {
	grid-column-start: span 2;
}
.col-span-3 {
	grid-column-start: span 3;
}
.col-span-4 {
	grid-column-start: span 4;
}
.col-span-5 {
	grid-column-start: span 5;
}
.col-span-6 {
	grid-column-start: span 6;
}
.col-span-7 {
	grid-column-start: span 7;
}
.col-span-8 {
	grid-column-start: span 8;
}
.col-span-9 {
	grid-column-start: span 9;
}
.col-span-10 {
	grid-column-start: span 10;
}
.col-span-11 {
	grid-column-start: span 11;
}
.col-span-12 {
	grid-column-start: span 12;
}
.col-start-1 {
	grid-column-start: 1;
}
.col-start-2 {
	grid-column-start: 2;
}
.col-start-3 {
	grid-column-start: 3;
}
.col-start-4 {
	grid-column-start: 4;
}
.col-start-5 {
	grid-column-start: 5;
}
.col-start-6 {
	grid-column-start: 6;
}
.col-start-7 {
	grid-column-start: 7;
}
.col-start-8 {
	grid-column-start: 8;
}
.col-start-9 {
	grid-column-start: 9;
}
.col-start-10 {
	grid-column-start: 10;
}
.col-start-11 {
	grid-column-start: 11;
}
.col-start-12 {
	grid-column-start: 12;
}
.col-end-span-1 {
	grid-column-end: span 1;
}
.col-end-span-2 {
	grid-column-end: span 2;
}
.col-end-span-3 {
	grid-column-end: span 3;
}
.col-end-span-4 {
	grid-column-end: span 4;
}
.col-end-span-5 {
	grid-column-end: span 5;
}
.col-end-span-6 {
	grid-column-end: span 6;
}
.col-end-span-7 {
	grid-column-end: span 7;
}
.col-end-span-8 {
	grid-column-end: span 8;
}
.col-end-span-9 {
	grid-column-end: span 9;
}
.col-end-span-10 {
	grid-column-end: span 10;
}
.col-end-span-11 {
	grid-column-end: span 11;
}
/* !------------------- Flex Start --------------- */
.flex-right {
	display: flex;
	justify-content: flex-end;
}
.flex-perfect-center {
	display: flex;
	justify-content: center;
	align-self: center;
}
.flex-row-center {
	display: flex;
	align-self: center;
}
.flex-between {
	display: flex;
	justify-content: space-between;
}
.flex-around {
	display: flex;
	justify-content: space-around;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
/* !------------------- Button Start --------------- */
.button {
	display: inline-block;
	background-color: #ed421c; /* orange */
	border: none;
	color: white;
	padding: 23px 22px;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	min-width: 200px;
	cursor: pointer;
}
.button.active {
	background-color: #cc2803;
}
.button:hover, .button:focus {
	background-color: #cc2803;
	color: white;
}
.button:focus {
    outline: none;
}
.button:active {
    transform: scale(0.98);
}
/* !------------------- Forms Start --------------- */
form input, form textarea {
	margin: 1% 0;
	padding: 5%;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #777777;
	font-size: 0.875em;
}
input[type=text]:focus, textarea:focus {
	border: 1px solid #cc2803;
}
textarea {
	resize: none;
	height: 15vh;
}
/* !------------------- Div Stripes Start --------------- */
.background {
	height: 8px;
	width: 100%;
	background-color: #cfcfcf;
}
.foreground {
	width: 0;
	height: 8px;
	background-color: #ed421c;
	-webkit-transition: width .5s ease-out;
	-moz-transition: width .5s ease-out;
	-o-transition: width .5s ease-out;
    transition: width .5s ease-out;
}
.load .restaurant-score {
	width: 95%;
}
.load .catering-score {
	width: 90%;
}
.load .alcohol-score {
	width: 85%;
}
/* !------------------- Icons Start --------------- */
.bubble-container {
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-align: center;
	width: 80px;
	height: 80px;
}
.fixed-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.caret, .icon {
	border-radius: 50%;
	padding: 10px;
}
.fixed {
	position: fixed;
	z-index: 5;
	bottom: 5%;
}
.fixed.left {
	left: 2%;
}
.fixed.right {
	right: 2%;
}
.caret:hover, .caret:focus {
	background-color: #cc2803;
	color: white;
	transform: scale(0.95);
}
.phone-container {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.phone {
	color: #ed421c;
}
.phone-container:hover  {
	background-color: #cc2803;
}
.phone-container:hover .phone {
	color: white;
}
.caret {
	background-color: #ed421c;
	text-align: center;
	color: white;
	width: 60px;
	line-height: 40px;
}
.icon {
	background-color: #ed421c;
	color: white;
}
hr {
	border-top: 1px solid #ed421c;
	width: 24px;
}
.agent-chat {
	width: 30vw;
	height: 25vh;
	min-height: 175px;
	min-width: 120px;
	max-width: 250px;
	border-radius: 5%;
	padding: 2%;
}
.agent-container {
	color: black;
}
.agent-icon {
	color: #ed421c;
	font-size: 5em;
}
.agent {
	color: #ed421c;
	font-size: 0.875em;
}
.agent-number {
	color: #777777;
}
.agent-number:hover {
	color: #cc2803;
}
#agent-close {
	position: absolute;
	top: 0.5%;
	right: 3%;
	font-size: 1.5em;
	font-weight: 700;
}
#agent-close:hover, #agent-close:focus {
	color: #cc2803;
	text-decoration: none;
	cursor: pointer;
}
/* !------------------- Nav Start --------------- */
nav {
	background-color: rgba(1, 1, 1, 0.62);
}
.head.logo-container {
	padding-top: 3%;
}
.logo-container a img:hover {
    transform: scale(0.90);
}
.navi > li {
	margin: 15px;
}
ul > li {
	font-size: .75em;
}
a.nav {
	color: white;
}
.dropbtn {
	color: white;
}
.hambtn {
	font-size: 2em;
}
.dropdown {
	position: relative;
	display: block;
}
.dropdown-content, .hamburger-content, .nested-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding: 10px;
}
.dropdown-content li, .hamburger-content li {
	padding: 10px;
}
.dropdown-content a, .hamburger-content a {
	color: black;
	text-decoration: none;
}
.dropdown:hover .dropdown-content, .hamburger-navigation:hover .hamburger-content, .nested-navigation:hover .nested-content {
	display: block;
}
ul li:hover .nav, .dropdown-content li:hover a, .nested-content li:hover a {
	color: #cc2803;
}
#hamburger {
	display: none;
	justify-content: center;
}
.hamburger-navigation {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1%;
}
.hamburger-content {
	position: absolute;
	top: 100%;
}
.nested-content {
	position: absolute;
	left: 0;
	top: 90%;
}
/* !------------------- Headline Start --------------- */
.headline {
	margin: 8% 0;
}
#headline {
	font-size: 3.125em;
}
h1 {
	font-size: 6.875em;
	line-height: 1;
	padding-bottom: 20px;
}
#fresh {
	font-size: 1.5em;
	padding-bottom: 45px;
}
/* !------------------- About Us Start --------------- */
.salmon-container {
	align-self: center;
}
.salmonwrap {
	display: flex;
	margin-left: 20px;
	justify-content: space-between;
	align-items: flex-end;
}
.salmon-left {
	width: 52%;
	margin-bottom: 3%;
}
.salmon-right {
	width: 45%;
}
/* !------------------- Fixed 3D Background #1 Start --------------- */
.opaque {
	padding: 6.5%;
	background-color: rgba(1, 1, 1, 0.57);
}
.border-white {
	border: 2px solid white;
}
#shrimp {
	text-align: right;
}
/* !------------------- Benefits Start --------------- */
.benefit-buttons {
	grid-row-start: span 2;
	grid-column: 1 / span 5;
	width: 100%;
	height: 75px;
	text-align: left;
}
.benefit-buttons.active {
	cursor: auto;
}
.benefits {
	grid-row: 1 / span 6;
	grid-column: 6 / span 7;
	margin-left: 5%;
}
.middle-button {
	margin: 5% 0;
}
.button span {
	margin-right: 5%;
}
/* !------------------- Counter/Fixed background #2 Start --------------- */
#counter h3 {
	text-align: center;
}
#timer {
	width: 100%;
}
.timer-wrap {
	display: flex;
	justify-content: center;
}
.countdown {
	display: flex;
    align-items: center;
}
.counter-wrapper {
	background-color: #ed421c;
	width: 100px;
	height: 100px;
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter-item {
	text-align: center;
}
.counter-amount {
	font-size: 2.688em;
}
.counter-unit {
	font-size: 0.875em;
}
.counter-delimiter {
	padding: 0 5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
}
/* !------------------- Team Start --------------- */
.chef-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    row-gap: 25px;
    column-gap: 2%;
}
.chefs {
	grid-column-start: span 3; 
	display: flex;
	flex-direction: column;
	text-align: center;
	align-content: space-evenly;
}
.portrait {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.chefs hr {
	display: block;
    margin: 0 auto;
}
.chefs h4, .chefs p {
	margin: 5% 0;
}
h4 {
	font-size: 1.375em;
}
.chefs p {
	font-size: 1.125em;
	color: #777777;
}
.chef-media {
	font-size: 0.75em;
	margin: 0 auto;
	width: 70%;
	max-width: 150px;
	display: flex;
	justify-content: space-between;
}
.chef-media a span {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chef-media a span:hover {
	background-color: #cc2803;
}
/* !------------------- Table Search Start --------------- */
#reservations {
	text-align: center;
	background-color: rgba(1, 1, 1, 0.7);
}
#reservations h3 {
	margin-bottom: 0;
	font-size: 2.25em;
	line-height: 1.9;
}
#reservations p {
	margin-bottom: 4%;
	font-size: 1em;
}
.table-search input, .table-search textarea {
	width: 60%;
	text-align: center;
}
.table-search {
	display: flex;
	flex-direction: column;
}
.table-submit {
	align-self: center;
}
/* !------------------- Offers Start --------------- */
.ingredient-wrap {
	width: 100%;
    display: flex;
    align-items: flex-start;
}
.offer-img-left {
	width: 38.89%;
    margin-top: 3%;
    margin-right: 3%;
}
.offer-img-right {
	width: 41.668%;
}
.special {
	flex-direction: column;
	max-width: 90%;
}
.special > p {
	margin-bottom: 8%;
}
.percent {
	margin-top: 2.5%;
}
.percent span {
	font-size: 1em;
}
.stripe {
	margin-top: 2.5%;
}
/* !------------------- Statistics Start --------------- */
.statistics-container {
	align-items: center;
	text-align: center;
}
.statistics img {
	margin-bottom: 10%;
}
.statistics p {
	font-size: 1.125em;
}
/* !------------------- Menu Start --------------- */
.menu-button-grid, .menu-items-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	row-gap: 10px;
    column-gap: 2%;
}
.menu-buttons {
	justify-items: center;
	margin-bottom: 8%;
}
.menu-list {
    display: flex;
    align-items: center;
    font-size: 1.125em;
    color: black;
}
.menu-list span {
	margin-right: 7%;
	font-size: 1.75em;
}
.menu-buttons .active p {
	color: #ed421c;
}
.menu, .dash {
	cursor: pointer;
}
.menu.active, .dash.active {
	cursor: auto;
}
.menu:hover p {
	color: #ed421c;
}
.menu-dish {
	row-gap: 4px;
    column-gap: 2%;
}
.menu-img {
	max-width: 100%;
}
.menu-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
h5 {
	font-size: 1em;
}
.price {
    margin-bottom: 5%;
    font-size: 1em;
    color: #ed421c;
}
/* !------------------- Testimonials Start --------------- */
#quote {
	background-image: url(../images/testimonials-img01.png);
	background-repeat: no-repeat;
	background-position: center 15%;
}
#carousel {
	display: flex;
	flex-direction: column;
	padding: 0 2.5%;
}
#slider-container {
	margin: 0 auto;
	overflow: hidden;
}
#slider {
	height: 100%;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}
.slide {
    height: 100%;
	float: left;
	text-align: center;
}
#slide-selector {
	display: flex;
	justify-content: center;
	margin-top: 5%;
}
.dash {
	background-color: white;
	width: 24px;
	height: 5px;
	margin: 1%;
}
#slide-selector div.active {
	background-color: #ed421c;
}
.dash:hover {
	background-color: #cc2803;
}
blockquote {
	margin: 10% 0;
}
.quote-names {
	font-size: 1.875em;
}
/* !------------------- Gallery Start --------------- */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	row-gap: 18px;
    column-gap: 1.5%;
	grid-auto-flow: dense;
}
.lightgallery {
    grid-column: span 5;
}
.lg {
	grid-row: span 5;
}
.lg-long {
	grid-row: span 8;
}
.lg2 {
	grid-row: span 4;
}
.lg9 {
	grid-row: span 6;
}
.overlay-container {
	position: relative;
	height: 100%;
}
.gallery {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #ed421c;
}
.overlay-container:hover .overlay {
	opacity: 0.85;
}
.plus {
	color: white;
	font-size: 2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/* !------------------- Lightbox/Lightgallery Start --------------- */
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(1, 1, 1, 0.8);
}
/* Modal Content */
.modal-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	padding: 0;
}
.box {
	max-width: 80vw;
	max-height: 80vh;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 1.5%;
	right: 3%;
	font-size: 2.188em;
	font-weight: 700;
}
.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.gallery-slides {
	display: none;
}
.cursor {
	cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: 700;
	font-size: 1.25em;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 0.75em;
	position: absolute;
	bottom: -5%;
	right: 0;
}
/* Add Animation */
.modal-content {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}
/* !------------------- Map Start --------------- */
#map {
	height: 50vh;
}
/* !------------------- Contact Start --------------- */
.questions {
	display: flex;
	flex-direction: column;
}
.contact {
	margin-right: 15%;
}
.send-contact {
	margin-top: 5%;
	align-self: flex-start;
}
/* !------------------- Footer Start --------------- */
footer {
	padding-bottom: 2%;
}
#address-container {
	grid-column-start: span 12; 
	margin: 5% 0;
	row-gap: 25px;
}
.address {
	align-self: center;
}
.address span {
	color: #ed421c;
	margin-right: 2.5%;
}
.address-wrapper {
	font-size: 0.875em;
}
.address-wrapper p a {
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	color: white;
}
.address a:hover {
	color: #cc2803;
}
footer .icon {
	color: #4f3f39;
	background-color: #ffffff;
}
.social-media {
	display: flex;
	align-self: center;
	justify-content: space-around;
	font-size: 1em;
}
.social-media a span {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-media a:hover span {
	color: #cc2803;
}
#copyright {
	text-align: center;
}
#copyright hr {
	display: block;
	width: 100%;
}
.privacy {
	margin: 2%;
}
.copyright1 hr {
	border-color: #777777;
}
.copyright2 hr {
	border-color: #ed421c;
	margin-bottom: 2%;
}
p.copyright {
	font-size: 0.875em;
}
p.copyright a {
	color: #ed421c;
}
p.copyright a:hover {
	color: #cc2803;
}
/* !------------------- Hidden --------------- */
.hidden {
	display: none;
}
/* !------------------- Media Queries Start--------------- */

/* !------------------- @Media 767 or less --------------- */
@media only screen and (max-width: 767px) {
	#headline {
		font-size: 2em;
	}
	h1 {
		font-size: 2.8em;
	}
	#fresh {
		font-size: 1.125em;
	}
	.button {
		font-size: 0.8em;
		min-width: 140px;
		padding: 12px 10px;
	}
	.bg1 {
		padding-bottom: 10%;
	}
	.head.logo-container {
		grid-column-start: span 12;
		margin: 0 auto;
	}
	.navi-container {
		grid-column-start: span 12;
	}
	.navi {
		display: none;
	}
	#hamburger {
		display: flex;
	}
	.intro {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.875em;
	}
	p {
		font-size: 0.875em;
	}
	.about-container {
		grid-column: 2 / span 10;
	}
	.salmon-container {
		grid-column: 2 / span 11;
		margin-top: 5%;
	}
	#shrimp {
		grid-column: 2 / span 10;
	}
	h3 {
		font-size: 1.875em;
		line-height: 1.1;
	}
	h3 + h3 {
		margin-bottom: 5%;
	}
	.benefit-buttons-container {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.benefit-buttons {
		text-align: center;
		font-size: 0.875em;
	}
	.button span {
	    margin-right: 2%;
	}
	.middle-button {
		margin-top: 0;
	}
	.middle-button-top {
		margin-top: 5%;
	}
	.middle-button-bottom {
		margin-bottom: 0;
	}
	.benefits {
		margin-left: 0;
		margin: 2% 0;
	}
	.counter-wrapper {
		width: 75px;
		height: 75px;
	}
	.counter-item {
		line-height: 1;
	}
	.counter-amount {
	    font-size: 1.75em;
	}
	.counter-unit {
	    font-size: 0.688em;
	}
	.counter-delimiter {
	    padding: 0 2%;
	    font-size: 2.25em;
	}
	.chefs {
		grid-column-start: span 4; 
	}
	.portrait {
		max-width: 250px;
	}
	.chefs h4 {
		font-size: 1.25em;
	}
	.chefs p {
		font-size: 0.875em;
	}
	.chefs h4, .chefs p {
		margin: 2.5% 0;
	}
	#reservations {
		grid-column-start: span 12; 
	}
	#reservations h3 {
	    margin: 0;
	    font-size: 1.5em;
	    line-height: 1.5;
	    font-weight: 400;
	}
	#reservations p {
	    font-size: 0.875em;
	}
	#ingredients {
		grid-column-start: span 12;
	}
	.special {
		grid-column: 2 / span 10;
		margin-top: 5%;  
	}
	.offer-img-left {
		margin-top: 1.5%;
	    margin-right: 1.5%;
	}
	.statistics-container {
		flex-direction: column;
	}
	.statistics {
		margin-bottom: 5%;
	}
	.statistics:last-child {
		margin-bottom: 0;
	}
	.menu-list {
	    font-size: 1em;
	}
	.menu-list span {
		margin-right: 7%;
		font-size: 1.75em;
	}
	.price {
		font-size: 0.875em;
	}
	.testimonial-container {
		grid-column: 2 / span 10;
	}
	blockquote {
		font-size: 1em;
	}
	.quote-names {
		font-size: 1.5em;
	}
	.gallery-grid {
		justify-items: center;
		row-gap: 10px;
	}
	.gallery {
		max-width: 350px;
	}
	.contact {
		grid-column: 2 / span 10;
		margin-right: 0;
	}
	.contact-bg-container {
		height: 300px;
		grid-column: 2 / span 10;
		margin-top: 5%;
	}
	.foot.logo-container {
		margin: 0;
	}
	.address, .foot.logo-container, .social-media {
		grid-column-start: span 12; 
	}
	.address-wrapper p, .address-wrapper p a {
		text-align: center;
		font-weight: 300;
	}
	.address-wrapper, .address-wrapper p {
		width: 100%;
	}
	.social-media {
		justify-content: center;
	}
}
/* !------------------- @Media 399 or less --------------- */

@media only screen and (max-width: 399px) {
	.portrait {
		max-width: 200px;
	}
	.table-search input, .table-search textarea {
		width: 80%;
		margin: 0.5% 0;
	}
	.statistics p {
	    font-size: 0.875em;
	    font-weight: 400;
	}
	.menu-items-grid {
		row-gap: 4px;
	    column-gap: 0.5%;
	}
	.menu-img-container, .menu-description {
		grid-column: 2 / span 10;
	}
	.menu-description p {
		font-size: 0.875em;
	}
	.menu-img {
		width: 100%;
	}
	.contact-bg-container {
		height: 250px;
	}
	.statistics {
	    margin-bottom: 10%;
	}
	.statistics img {
	    margin-bottom: 5%;
	}
}
/* !------------------- @Media 768-991 --------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-grid {
		row-gap: 10px;
	}
}
/* !------------------- @Media 992-1199 --------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.gallery-grid {
		row-gap: 12px;
	}
}
/* !------------------- @Media Special Media Breaks --------------- */
@media only screen and (max-width: 1200px) {
    .bg3, .bg4 {
    	background-attachment: scroll;
    }
}
@media only screen and (min-width: 965px) and (max-width: 1384px) {
	.menu-button-wrapper {
		grid-column-start: span 2; 
	}
}
@media only screen and (min-width: 768px) and (max-width: 923px) {
	.chefs {
		grid-column-start: span 2; 
	}
}
@media only screen and (max-width: 425px) {
	.counter-item {
		line-height: 1;
	}
	.counter-amount {
	    font-size: 1.25em;
	}
	.counter-unit {
	    font-size: 0.5em;
	}
	.counter-delimiter {
	    font-size: 1.375em;
	}
	.counter-wrapper {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 500px) {
	#quote {
		background-position-y: 0%;
	}
}
@media only screen and (max-width: 650px) {
	.fixed-bottom {
		bottom: 45%;
	}
}