/**
Theme Name: BigCityChefsMulti-2025
Theme URI: https://gitlab.com/deploy-workflow/bigcitychefs/
Author: Original - Francis Ventures, Edited - R Bruyninckx
Author URI: https://francis.ventures
Description: The BigCityChefs Multi custom theme updated in 2025 for PHP 8, WordPress 6.8.2. Requires Astra theme installed.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.0.0
Tags: bigcitychefs
Text Domain: bigcitychefs
Template: astra
*/





body{
	margin:0 !important;
}
#site-btn {
	margin-bottom:0 !important;
}
#site-btn a{
	border: 4px solid #a69366 !important;
	color:#fff !important;
	background-color: #a69466 !important;
	background-image: linear-gradient(to top, #7c6e4c 0%, #a69366 100%) !important;
}
#submit-btn,
.search-submit {
	border: 4px solid #a69366 !important;
	background-color: #a69466 !important;
	background-image: linear-gradient(to top, #7c6e4c 0%, #a69366 100%) !important;
	cursor:pointer;
}
.menu-btn a{
	border: 4px solid #a69366 !important;
	background-color: #a69466 !important;
	background-image: linear-gradient(to top, #7c6e4c 0%, #a69366 100%) !important;
}
.menu-btn a:hover{
	color:#fff !important;
}
@media only screen and (max-width:767px){
	#site-btn a{
		font-size:15px;
		padding:8px 20px;
	}
}
.owl-carousel .owl-item img {
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-box{
	text-align: center;
}
.testimonial-box h3 {
	margin-top: 25px;
	margin-bottom: 15px;
}
.testimonial-box p {
	font-size: 20px;
}
.testimonial-box p span {
	display: block;
	color: #a69366;
	font-style: italic;
	margin-top: 30px;
}
.testimonial-box {
	padding: 0 40px;
}
.owl-controls .owl-nav div {
	width: 50px;
	background: #fff;
	text-align: center;
	height: 50px;
	line-height:45px;
	font-size: 35px;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -25px;
	color:#B5B5B5;
	}
.owl-controls .owl-nav div.owl-next {
	left: auto;
	right:-50px;
}

.work-box {
	position:relative;
}
.work-box::after {
	position: absolute;
	content: "";
	width: 92px;
	height: 100%;
	top: 0;
	right: -39px;
	background: url(assets/images/arrow-right.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
.work-box.after-none:after{
	display:none;
}
@media only screen and (max-width:991px){
	.work-box::after {
		display:none;
	}
}
.newslatter-form {
	width:500px;
	margin-left: auto;
	margin-right: auto;
}
.newslatter-form input {
	background: #fff;
	border: none;
	font-size: 24px;
	font-family: "Roboto", Sans-serif;
	color: #000;
	padding: 15px 20px;
	width: 100%;
	padding-right: 200px;
}
.newslatter-form {
	position: relative;
}
.submit-btn {
	position: absolute;
	right:0;
	top: 50%;
	height: 60px;
	margin-top: -30px;
}
.submit-btn input {
	height: 60px;
	cursor: pointer;
	line-height: 60px;
	font-size: 24px !important;
	font-family: roboto !Important;
	background: #B0B0B0 !important;
	border: none !important;
	font-weight: 400 !important;
}
p{
	margin:0;
}
.elementor-125 .elementor-element.elementor-element-e8b3a80 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-125 .elementor-element.elementor-element-e8b3a80 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	margin-top: 29px !important;
}

header .elementor-social-icons-wrapper {
	position: relative;
	top: -5px;
}
.search-field {
	border: 1px solid #827971;
	padding: 10px;
	font-size: 20px;
	line-height: 25px;
	width: 100%;
}
label {
	width: 100%;
}
.search-submit {
	width: 100% !important;
	padding: 10px !important;
}
h1{
	font-size:40px;
	font-family:"Raleway", Sans-serif;
	font-weight:300;
}
.single-chef h2{
	font-size:30px;
	font-weight:300;	
	font-family:"Raleway", Sans-serif;
	margin-bottom:15px;
}





.elementor-sticky--active{
    z-index: 99 !important;
}


/** Datepicker **/
.ui-datepicker{
    z-index: 5 !important;
}


/** Time Range Slider **/
.time-range p {
    font-family:"Arial", sans-serif;
    font-size:14px;
    color:#333;
}
.time-range .ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.time-range .ui-slider {
    position: relative;
    text-align: left;
}
.time-range .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.time-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #699933;
    box-shadow: 0 1px 0 #699933 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #8bc34a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #699933), color-stop(100%, #8bc34a));
    background-image: -webkit-linear-gradient(top, #699933, #8bc34a);
    background-image: -moz-linear-gradient(top, #699933, #8bc34a);
    background-image: -o-linear-gradient(top, #699933, #8bc34a);
    background-image: linear-gradient(top, #699933, #8bc34a);
}
.time-range .ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #8bc34a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.time-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    border: none;
    cursor: pointer;
}
.time-range .ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #8bc34a;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.time-range .ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}
.time-range .ui-slider a:focus {
    outline:none;
}

.time-range .slider-range {
    width: 90%;
    margin: 0 auto;
}
.time-range {
    width: 100%;
    margin-top: 10px;
}
.single-mf_cooking_event .entry-title {
	color: #000 !important;
	margin-bottom: 00px !important;
}
.dish-item .title {
	font-size: 30px;
	font-weight: 700;
	margin-top: 30px;
}
.mce-dishes-list {
	display: block;
}
