/* 
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: Kuware Team
Template: hello-elementor
Version: 2.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 */

.gform-body input.text,.gform-body input.title,.gform-body input[type="email"], .gform-body input[type="password"], .gform-body input[type="tel"], .gform-body input[type="text"],.gform-body input[type="url"],.gform-body input[type="number"],.gform-body select, .gform-body textarea {
  border: 1px solid #b5b5b5;
  box-shadow: none !important;
	line-height: 1.3 !important;
	font-weight: 400!important;
}
.gform-body input:focus-visible, .gform-body textarea:focus-visible,.gform-body input:focus, .gform-body textarea:focus{
	border: 1px solid var(--e-global-color-primary);
	outline: none;
	box-shadow: none;
}
.gform_footer .gform_button:focus, .gform_footer .gform_button:focus-visible{
	outline: none;
}
.gform_heading{
	display: none
}
#gform_fields_2 .gfield_radio{
	display: flex;
	flex-direction: row;
	column-gap: 30px;
}
.gform_fields .gfield_label {
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}
