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

.overflow-hidden {
	overflow: hidden !important;
}

.form_input_fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}
@media (max-width: 767px) {
	.form_input_fields {
		grid-template-columns: 1fr;
	}
}
.form_input_field {
	margin: 40px 0;
}
.input_field > p {
    margin: 0;
}
.input_field input {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
}

.checkbox_field .wpcf7-list-item:first-child {
    margin: 0;
}
.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
}
.checkbox_field .wpcf7-list-item:not(:first-child) {
    margin: 0 0 0 10px;
}
.form_default_notices p {
    font-size: 14px;
    font-weight: 300;
}