/* 
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 */
/* Elementor Widget Text */
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}
/* Elementor Widget Post Excerpt */
.elementor-widget-theme-post-excerpt p:last-child {
	margin-bottom: 0;
}
/* Elementor Widget Form */
.hero-foglalas .elementor-field-label {
	margin: auto;
}
.hero-foglalas input[type="text"],
.hero-foglalas .elementor-field-textual {
	text-align: center;
}
.section-border-overlay {
	pointer-events: none;
}
/* Blog */
.post-content-container .e-con {
	padding: 0;
}
/* GForm */
.gform-theme--foundation .gform_fields {
	gap: 16px;
}
.gform-theme--foundation .gform_fields .gfield input[type="text"],
.gform-theme--foundation .gform_fields .gfield input[type="email"],
.gform-theme--foundation .gform_fields .gfield textarea {
	border: 1px solid var( --e-global-color-0e39620 );
	border-radius: 5px;
	box-shadow: none;
}
.gform-theme--foundation .gform-footer #gform_submit_button_1 {
	position: relative!important;
	width: 240px!important;
	padding: 20px 24px!important;
	background-color: var( --e-global-color-0e39620 )!important;
	border: 1px solid var( --e-global-color-0e39620 )!important;
	border-radius: 0px!important;
	box-shadow: none!important;
	color: var( --e-global-color-8a4074a )!important;
	font-family: "EB Garamond", sans-serif!important;
	font-size: 18px!important;
	text-transform: uppercase!important;
	transition: background-color .3s, color .3s, width .3s!important;
}
.gform-theme--foundation .gform-footer #gform_submit_button_1:hover {
	width: 260px!important;
	background-color: var( --e-global-color-8a4074a )!important;
	color: var( --e-global-color-0e39620 )!important;
}
/* Restaurant */
@media ( max-width: 1400px ) {
	.restaurant-menu-image {
		position: static!important;
		width: 100%;
		transform: none!important;
	}
}