/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700|Roboto:300,400,500,700|Quicksand:300,400,500,700');
/* Global reset */
* {
	box-sizing: border-box;
	margin: 0;
	outline: 0 !important;
	padding: 0;
}
/* Element Tags */
figure {
	margin: 0;
}
/* Colors */
.color-white	{ color: #fff; }
.color-dark		{ color: #000; }
.color-yellow	{ color: #faa61a; }
.color-greyscale-0	{ color: #8e8e8e; }
.color-greyscale-1	{ color: #737373; }
.color-greyscale-2	{ color: #6e6e6e; }
.color-greyscale-3	{ color: #3f3f3f; }
.color-greyscale-4	{ color: #9f9f9f; }
.color-greyscale-5	{ color: #323232; }
.color-greyscale-6	{ color: #2f2f2f; }
/* Background Colors */
.bg-white	{ background: #fff; }
.bg-dark	{ background: #000; }
.bg-yellow	{ background: #faa61a; }
.bg-greyscale-0	{ background: #8e8e8e; }
.bg-greyscale-1	{ background: #737373; }
.bg-greyscale-2 { background: #6e6e6e; }
.bg-greyscale-3	{ background: #3f3f3f; }
.bg-greyscale-4	{ background: #9f9f9f; }
.bg-greyscale-5	{ background: #323232; }
.bg-greyscale-6 { background: #2f2f2f; }
/* Menu */
.site-header {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #7a7977;
	display: flex !important;
	height: 90px;
}
.scrolled {
	background: #fff;
	transition: background .3s ease;
}
.box-menu {
	display: none;
	float: left;
	overflow: hidden;
}
.hide {
	display: none;
}
.menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 700px;
}
.menu .active a:after {
	background: #faa61a;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.navbar-light .navbar-toggler {
	border: 0;
	padding: 5px 10px;
}
.navbar-toggler i {
	color: #fff;
}
.navbar a {
	color: #fff;
	position: relative;
	text-transform: uppercase;
}
.menu a:hover::after {
	background: #faa61a;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
@media (min-width: 320px) {
	.site-header.mobile-version {
	    height: auto;
	}
	.mobile-version {
		background: #000;
		display: block;
	}
	.mobile-version .navbar-brand img {
	    width: 200px;
	}
	.mobile-version .navbar-nav a {
		color: #fff !important;
	}
	.desktop-version {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.mobile-version {
		display: none !important;
	}
	.desktop-version {
		display: block !important;
	}
}
/* Carousel Style */
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	background: #e4e4e4 !important;
	border-radius: 100%;
	height: 13px;
	margin: 30px 7px;
	transition: background .3s ease;
	width: 13px;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
	background: #343434 !important;
}

/* Footer Social */
.social-media ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	position: relative;
}
.social-media ul:before {
	bottom: 6px;
	border: 1px dashed #faa61a;
	color: #faa61a;
	content: "";
	left: 0;
	position: absolute;
	width: 85%;
}
.social-media a {
	color: #777777;
	font-size: 18px;
	margin: auto 5px;
	transition: color .3s ease;
}
.social-media a:hover {
	color: #faa61a;
}
@media (min-width: 320px) {
	.social-media {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.social-media {
		text-align: right;
	}
}
/* Footer */
.desktop-version,
.footer {
	background: url("https://gastronomynd.com/wp-content/uploads/2020/05/bg-footer.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer__email, .footer__address, .footer__call {
	color: #fff;
	font-weight: 300;
	margin: 25px 0;
}
.footer__email span, .footer__address span, .footer__call span {
	cursor: default;
	display: inline-flex;
	margin-left: 15px;
	width: 200px;
}
/* Footer Widget */
.widget-title {
	color: #f4f4f4;
	font-size: 13px;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
}
.widget-title::after {
	background: #6e6e6e;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 70%;
}
/* Footer Form */
.wpcf7-not-valid-tip {
	color: #f8d7da !important;
	font-size: 12px !important;
}
.footer-gm {
	border: 0;
	border-radius: 0;
	font-family: 'Open Sans';
	font-size: 14px;
}
.footer-gm-input,
.footer-gm-input:focus {
	background: #3f3f3f;
	box-shadow: none;
	color: #999999;
}
.cf7-msg {
	position: relative;
}
.cf7-msg .btn-footer {
	background: #8e8e8e;
	bottom: 0;
	border: 0;
	color: #484848;
	height: 45px;
	position: absolute;
	text-align: right;
	width: 100%;
}
.cf7-msg .btn-footer i {
	margin: 0 15px;
}
.footer-gm-text,
.footer-gm-text::placeholder,
.footer-gm-text:focus {
	background: #737373;
	box-shadow: none;
	color: #ffffff;
}
/* Footer */
footer {
	color: #777777;
	font-size: 11px;
	text-transform: uppercase;
}
footer a {
	color: #777777;
}
footer a:hover {
	color: #777777;
}
.go-top {
	display: flex;
}
.go-top span {
	cursor: pointer;
	transition: color .3s ease;
}
.go-top span:hover {
	color: #fff;
}
@media (min-width: 320px) {
	.site-info {
		text-align: center;
	}
	.go-top {
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.site-info {
		text-align: left;
	}
	.go-top {
		justify-content: flex-end;
	}
}
/* Footer Internal Page */
.banner-footer {
	align-items: center;
	display: flex;
	min-height: 350px;
}
.banner-footer-content {
	color: #fff;
	text-align: center;
}
.banner-footer-content h2 {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 30px;
}
.banner-footer-content p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
}
.banner-footer-content .internal-social {
	display: flex;
	justify-content: center;
	list-style: none;
}
.banner-footer-content .internal-social a {
	color: #faa61a;
	font-size: 22px;
	margin: 0 15px;
}