/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a{
	color: var(--e-global-color-primary);
}
.elementor-location-single p a{
	text-decoration: underline;
	text-underline-offset: 4px;
}
a:hover{
	color: var(--e-global-color-45e0a194);
}
.tabbed-food-menu .elementor-tab-title {
    border-radius: 10px 10px 0px 0px;
}
.tabbed-food-menu .elementor-tab-content {
    padding: 4rem !important;
}
.tabbed-food-menu.elementor-widget-tabs .elementor-tab-content.elementor-active{
	display: block !important;
}
@media (max-width: 768px) {
    .tabbed-food-menu .elementor-tab-content {
        padding: 1rem !important;
    }
	.tabbed-food-menu .elementor-tab-title:not(.elementor-active){
		color: var(--e-global-color-45e0a194) !important;
	}
}
.tabbed-food-menu .elementor-tab-content h2,
.tabbed-food-menu .elementor-tab-content h3,
.tabbed-food-menu .elementor-tab-content h4,
.tabbed-food-menu .elementor-tab-content h5,
.tabbed-food-menu .elementor-tab-content h6{
	font-size: 30px;
}
.tabbed-food-menu .elementor-tab-content a{
	fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
	padding: 12px 24px;
    border-radius: 3px;
	margin-top: 4rem;
	display: inline-block;
}
.tabbed-food-menu .elementor-tab-desktop-title {
   background-color: rgba(254, 254, 206, 0.6);

}


.black-and-white .swiper-slide-image {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);	
}
.swiper-slide-image {
	max-height: 460px;
}
/* fix for too narrow quantity fields */
.woocommerce .quantity .qty {
  width: 6rem;
  text-align: center;
}
button.forminator-button.forminator-button-submit, .elementor-cta__button {
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    border-radius: 3px !important;
	font-size: 15px !important;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
}
.woocommerce-cart .type-page,
.woocommerce-checkout .type-page{
    max-width: 1140px;
    margin: 4rem auto;
}

.custom-cart-widget {
    position: relative;
    display: inline-block;
}

.custom-cart-icon i {
    font-size: 20px;
    color: #333;
}

.custom-cart-icon.highlight-cart i {
    /*color: #ff0000;  Highlight color when items are in the cart */
}

.custom-cart-icon .cart-count {
    position: absolute;
    top: -14px;
    right: -14px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
    line-height: 12px;
}
.woocommerce{
	margin-top: 4rem;
}
.menu-block .elementor-element .elementor-widget-image a {
    position: relative;
}

.menu-block .elementor-element .elementor-widget-image a img {
    display: block;
    width: 550px;
    height: 337px;
	object-fit: cover;
    transition: 0.5s ease;
}

.menu-block .elementor-element .elementor-widget-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.2); /* Adjust the darkness here */
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.menu-block .elementor-element:hover .elementor-widget-image a::before {
    opacity: 1;
}


.menu-block .elementor-widget-heading a {
    position: relative;
    z-index: 2; /* Ensures text is above the dark overlay */
    color: white; /* Optional: changes text color for readability */
	line-height: 60px !important;
	opacity: 0;
}
.menu-block .elementor-element:hover  .elementor-widget-heading a{
	opacity: 1;
	transition: opacity 0.5s ease;
}
/* .menu-block .elementor-element .elementor-widget-heading a:hover {
	font-size: 44px;
	
} */
