/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

html,
body {
	height: 100%;
}



body {
	display: flex;
	flex-direction: column;
	font-family: "itc-american-typewriter",serif;
}

footer {
	margin-top: auto;
}

:root {
	--wrap-output: 90px;
}

/* WRAP */
.wrap-container {
	padding-left: var(--wrap-output);
	padding-right: var(--wrap-output);
}

/* HEADER */
.header-logo-image {
	margin-right: auto;
}

.header-menu-dropdown .elementor-button-wrapper {
	display: flex;
	align-items: center;
}

.header-menu-dropdown .dropdown {
	display: flex;
	flex-direction: column;
}

.header-menu-dropdown a .dropdown i {
	display: block;
	width: 40px;
	height: 4px;
	background: var(--e-global-color-primary);
	margin: 5px 0;
}

.header-menu-dropdown a:hover .dropdown i {
	background: var(--e-global-color-primary);
	transition: all 0.6s ease-out;
}

.elementor-nav-menu .sub-arrow {
	display: none !important;
}

.elementor-nav-menu .sub-menu {
	padding: 26px 24px 25px 16px !important;
}

.elementor-nav-menu .sub-menu a {
	display: inline-block;
	position: relative;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.elementor-nav-menu .sub-menu a:hover::before {
	content: "";
	height: 2px;
	background: var(--e-global-color-primary);
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
}

.jet-popup--animation-slide-in-right {
	z-index: 999999 !important;
}

.sidebar-icon {
	position: absolute;
	bottom: 46px;
	left: 0;
	right: 0;
}

/* ASKED QUESTION ACCORDION */
.elementor-accordion .elementor-accordion-icon {
	margin-top: 6px;
	margin-left: 30px;
}

.elementor-accordion .elementor-accordion-title {
	display: flex;
}

.elementor-accordion-item {
	border-width: 1px 0 0 !important;
}

.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	border-top: 1px solid var(--e-global-color-primary) !important;
}

.elementor-accordion .elementor-tab-content {
	border-top: none !important;
}

/* PAGE - HOME, CAROUSEL & SLIDER */
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: transparent !important;
	border: 1px solid var(--e-global-color-primary) !important;
}

.home-carousel .elementor-slide-button {
	min-width: 200px;
}

.home-carousel .swiper-pagination {
	bottom: 24px;
}

.home-slider img {
	vertical-align: top;
}

.home-slider .swiper-container {
	padding-bottom: 0;
}

.home-slider .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 26px;
}

/* FOOTER MENU GENERAL */
.footer-menu-general ul {
	columns: 2;
	text-align: center;
}

/* LOCATIONS */
.location-post {
	box-shadow: 0 0 0 1px black;
}

.location-hours p {
	margin: 0 0 30px;
}

/* DEFAULT PAGE TEMPLATE */
.page-default p {
	margin: 38px 0;
}

/* MENUS CATEGORY THUMBNAILS */
.restourant-thumbnails {
	height: 515px;
	background-size: cover;
}

@media (min-width: 1024px) {
	.home-slider .swiper-pagination {
		display: none;
	}
}

@media (max-width: 1024px) {
	:root {
		--wrap-output: 45px;
	}

	.footer-menu-general ul {
		columns: 1;
	}
	
	/* LOCATIONS */
	.location-order {
		position: static !important;
	}
	.location-hours p {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	:root {
		--wrap-output: 15px;
	}
	
	.home-carousel .elementor-slide-heading {
		padding-top: 50px;
	}
	
	.home-carousel .elementor-slide-description {
		margin-bottom: 30px !important;
	}
	
	.home-carousel .elementor-swiper-button {
		display: none !important;
	}

	.elementor-accordion .elementor-accordion-icon {
		margin-top: 2px;
		margin-left: 24px;
	}
	
	.blog-list .elementor-post {
		text-align: center;
	}

	.footer-menu-rules ul {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}
