/*
Theme Name: Candore Child
Theme URL: https://themeforest.net/item/candore-elementor-restaurant-wine-bar-wordpress-theme/44068021
Description: Child theme of Candore
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: candore
Version: 1.0
Text Domain: candore-child
*/ 
/*******Add Your Css Below This Line*********/

.chef-recommends .item img {
	min-height:390px;
	object-fit:cover;
}
.floating-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #F08000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 5px 30px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  z-index: 1000;
}

.floating-btn:hover {
  background:#F08000;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}

.footer-contact-mail,.footer-about-social-list a {
	font-size:unset !important;
	color:#fff !important;
}

.navbar .navbar-nav .nav-link {
	font-size:14px !important;
}

.navbar {
	background-color: #432918cc !important;
}
.nav-scroll:not(.mob-mn-nvabr,.fl-disable-sticky-header) {
    background: #432918 !important;
}
@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1320px !important;
    }
}