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

html,
body {
	overflow-x: hidden;
}

.gform-theme--foundation form .gform_fields {
	row-gap: 20px;
}

.gform-theme--foundation form .gform_fields input,
.gform-theme--foundation form .gform_fields select,
.gform-theme--foundation form .gform_fields textarea {
	border-radius: 34px;
	padding: 14px 16px 12px 16px;
	block-size: auto;
	font-size: 16px;
	line-height: 1.2;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform-footer input[type=submit].button {
	background-color: #D94E37;
	border-radius: 34px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 40px 12px 40px;
	transition: all .3s;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform-footer input[type=submit].button:hover,
.gform-theme.gform-theme--framework.gform_wrapper form .gform-footer input[type=submit].button:focus-visible {
	background-color: #3B4023;
}