/*
Theme Name: FoodLover Child
Theme URI: http://foodlover.egprojets.com/
Description: A child theme of Foodlover Theme
Author: Egprojets
Author URI: https://themeforest.net/user/egprojets
Version: 1.0.0
Template: foodlover
*/
@import url("../foodlover/style.css");

/*main navbar style*/
header#site-header .navbar {
	display: none !important;
}
.navbar .logo {
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 100px;
}
.navbar .logo img {
	max-width: 100%;
}
/*footer custom style*/
#site-footer {
	padding-top: 0;
}
.footer-copyright {
	margin-top: 0;
}
/*Restaurant Menu Mixitup*/
.restaurant-filter {
	display: none;
}
.restaurant-list {
	margin-top: 30px;
}
/*menu and menu carousel style*/
.offer-item div {
	width: 80%;
}
.dark-bg .offer-item .offer-price {
	display: none;
}
/*Doppio foods brands/menus (theme menu carousel) background*/
.vertical-carousel .menu-item,
.doppio-foods-menus .dark-bg,
.doppio-foods-menus .gray-bg {
	background: transparent !important;
	border: none !important;
}
.doppio-foods-menus {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	z-index: 0;
}
.doppio-foods-menus::before,
.doppio-foods-menus.vc_row::before,
.doppio-foods-menus .vc_column-inner::before {
	display: inline-block;
}
.doppio-foods-menus::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}
/*Doppio foods brands/menus thumbnail in mobile*/
@media (max-width: 480px) {
	.offer-item img {
		display: block !important;
	}
	.offer-item div {
		padding-left: 10px !important;
		padding-right: 0 !important;
	}
}