/*
Theme Name: Hello Zongos
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760783211
Updated: 2025-10-18 10:26:51

*/


body {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.negative-z {
	z-index: -1 !important;
}

.site-header .header-inner {
	height: 130px;
	width: 90%;
}

.zongos-big-logo-wrapper {
	overflow: hidden !important;
	pointer-events: none;
}

.zongos-big-logo-overlay {
	opacity: 0.02;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg) !important;
	pointer-events: none;
}

.zongosreservationwrapper {
	max-width: 650px;
	overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
	pointer-events: none;
	animation: zongosfadeout;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	visibility: hidden;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.35);
}


.zongosreservationwrapper.is-visible {
	animation: zongosfadein;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

#zongoreservationoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999; 
    background-color: rgba(0, 0, 0, 0.85); 
    opacity: 0; 
    pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

#zongoreservationoverlay.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
}

@keyframes zongosfadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zongosfadeout {
    0% {
        opacity: 1;

    }

    100% {
        opacity: 0;
    }
}

.zongosintrotext200 h5 {
	font-size: 200%;
}

.zongosintrotext125 p {
	font-size: 125%;
}


.wpc-food-menu-item .wpc-food-inner-content .wpc-menu-currency {
	color: inherit;
}

.wpc-food-menu-item .wpc-food-inner-content .wpc-post-title {
	margin-bottom: 10px;
}

.wpc-food-menu-item .wpc-food-inner-content p {
	min-height: 25px;
}

.wpc-menu-tag-wrap {
	display: none;
}

.wpc-food-menu-item .wpc-food-inner-content .wpc-post-title.wpc-title-with-border {
	flex-wrap: nowrap;
	justify-content: space-between;
}

.wpc-food-menu-item .wpc-food-inner-content .wpc-post-title.wpc-title-with-border .wpc-title-border {
	background: none;
}

.wpc-menu-variations-list {
	list-style-type: none;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.wpc-variation-item {
	display: flex;
    flex-direction: column;
}

.wpc-variation-title {
	font-size: 75%;
}

.zongostitledescriptionwrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.zongosmenudescription {
	font-size: 14px;
}



@media screen and (max-width: 768px) {
	
	.wpcf7 input:not([type=submit]),
	.wpcf7 select,
	.wpcf7 textarea {
		max-width: 90% !important;
	}
		
	.zongosreservationform .eacf7-form-15 {
		margin-left: 5%;
	}
	
	.zongosintrotext200 h5 {
		font-size: 100%;
	}
	
	.zongosintrotext125 p {
		font-size: 100%;
	}

	
}