/*
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 */

/* ====== Hero ===== */
.heroHeadline .elementor-heading-title {
	background: #A00011 none repeat scroll 0 0;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	line-height: 1.6;
	padding: 8px 16px;
}

.heroHeadline p {
	background: #fff none repeat scroll 0 0;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	line-height: 2.1;
	padding: 8px 10px;
}

@media screen and (max-width: 767px) {
	.heroHeadline p {
		line-height: 2.5;
	}

	.heroHeadline .elementor-heading-title {
		line-height: 1.9;
	}
}

/* ====== Carousel ===== */

.fullWidthCarousel .elementor-widget-container, .singleCarousel .elementor-widget-container {
	text-align: center !important;
}

.fullWidthCarousel .elementor-swiper-button {
	position: relative !important;
	opacity: 1 !important;
	padding-top: 120px !important;
}


.singleCarousel .elementor-swiper-button {
	position: relative !important;
	margin-top: -90px !important;
	padding-bottom: 16px;
	left: auto !important;
	right: auto !important;
	top: auto !important;
}


/* ====== Footer ===== */

#info-menu a:hover {
	color: #A00011 !important;
	text-decoration: underline;
	text-decoration-color: #0D0D0D !important;
}

.elementor-nav-menu .sub-arrow {
	display: none;
	height: 11px;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li a:hover {
	text-decoration: underline !important;
	text-underline-offset: 7px !important;
}

/* ====== Header Menu ===== */

.elementor-widget-n-menu {
	position: static !important;
}

#menu-search-icon {
	display: flex;
	gap: 5px;
}

#menu-search-icon a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#menu-search-icon svg {
	max-height: 25px;
}

.e-n-menu-title {
		justify-content: space-between !important;
	}

@media screen and (min-width: 1024px) {
	#menu-search-icon a{
		display: none !important;
	}
	.e-n-menu-dropdown-icon {
		display: none !important;
	}
}




.e-n-menu-content {
	left: 0 !important;
	right: 0 !important;
	max-width: 1600px !important;
	width: 100% !important;
}
@media screen and (min-width: 1024px) {
	.e-n-menu-content {
		max-width: 1600px !important;
	}
}

.e-n-menu-content a {
	color: #0D0D0D;
}

.e-n-menu {
	position: static !important;
}

.e-n-menu-title-text:hover, .menu-sub a:hover {
	text-decoration: underline;
	text-decoration-color: #0D0D0D;
	text-underline-offset: 7px;
}

.e-n-menu-wrapper {
	left: 0 !important;
}

@media screen and (max-width: 1024px) {
	.e-n-menu-wrapper {
		border-bottom: 2px solid #a00011 !important;
	}
	.e-flex e-con e-child, e-flex e-con-boxed e-con e-child {
		padding: 0 0 0 15px !important;
	}

}



/* ====== Header ===== */
/*

#header .elementor-nav-menu {
	position: static;
}

#header .menu-item {
	position: static;
}

#header #nav-menu {
	position: static;
}

#header .sub-menu {
	width: 100% !important;
	max-width: none !important;
	position: absolute;
	right: 0 !important;
	padding-left: 130px;
}

#header .sub-menu a {
	font-size: 20px;
	background-color: transparent;
	font-weight: 400;
	color: #0D0D0D;
}

#header .sub-menu .submenu-title {
	font-weight: 600;

}

#header .sub-menu :hover {
	font-size: 20px;
	background-color: transparent;
	color: #0D0D0D;
}
*/

/* ====== Searchbar Header ===== */

.e-search-form {
	align-items: center;
}

.elementor-883 .elementor-element.elementor-element-8d335c7 {
	left: auto !important;
}


#search {
	display:none;
	left: auto !important;
}

#search button {
	background-color: #A00011;
	padding: 16px;
	max-height: 50px;
}


@media screen and (min-width: 1024px) {
	.active {
		display: flex !important;
	}

}

/* ====== Buttons ===== */

.elementor-button {
	display: inline-flex !important;
	align-items: center !important;
}

.elementor-button:after, .link-arrow a:after {
	content: "";
	height: 11px;
	display: inline-block;
	width: 11px;
	background-image: url("arrow-white.svg");
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1s;
	margin-left: 7px;
	background-color: transparent !important;
}

.link-arrow a:after, .elementor-button-black-arrow .elementor-button:after {
	background-image: url("arrow-black.svg");
}


.elementor-button:hover::after, .link-arrow a:hover:after, .elementor-button-black-arrow:after {
	opacity: 1;
}


/* ====== Form ===== */
.forminator-ui {
	color: #0D0D0D;
	padding-inline: 20px;
}

.forminator-field p {
	font-size: 24px;
	color: #D6D6D6;
	line-height: 24px;
}

@media screen and (max-width: 767px) {
	#kitchen-div {
		max-width: 600px !important;
	}
}


.forminator-field h2 {
	font-size: 40px;
	font-weight: bold;
}

select, input, textarea {
	background-color: #F5F5F5;
	padding: 18px !important;
	font-size: 24px;
	border: none !important;
	color: #0D0D0D;
	font-weight: 600;
	line-height: 36px;
}

select {
	color: #0D0D0D !important;
}

input::placeholder, textarea::placeholder {
	color: #D6D6D6 !important;
}

input[type="checkbox"] {
	background-color: #F5F5F5;
	border: none;
	height: 72px;
	width: 72px;
	margin-right: 50px;
}

.forminator-checkbox-label {
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width: 1300px) {
	input[type="checkbox"] {
		margin-right: 75px;
	}
}

@media screen and (max-width: 1045px) {
	.forminator-checkbox-label {
		font-size: 14px;
		line-height: 20px;
	}
}

input[type="checkbox"]:checked::after {
	background-image: url("check.svg");
	background-size: 72px;
	background-repeat: no-repeat;
}


input[type="checkbox"]::after {
	height: 72px;
	width: 72px;
	content: "";
	background-color: #F5F5F5;
	display: block;
	padding-right: 28px !important;

}

.forminator-checkbox {
	display: flex !important;
	justify-content: center;
	align-items: center;

}

label {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 8px;
}

.forminator-field-address {
	display: grid;
	align-items: center;
	grid-template-columns: 2fr 1fr;
	justify-content: center;
	align-items: center;
	gap: 25px;
}


#address-2 {
	grid-template-columns: 1fr 2fr;
}

#address-1-address_line, #address-2-address_line {
	padding-bottom: 5px;
}

.forminator-button {
	background-color: #A00011 !important;

}

/* ====== Image Hover ===== */
.zoom-in-image {
	position: relative !important;
	overflow: hidden !important;
}

.zoom-in-image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	overflow: hidden !important;
	transition: .5s ease;
}

.zoom-in-image img:hover {
	transform: scale(1.2);
	transition: .5s ease;
}



