/* 
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 */
.form-row{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.form-row .form-field{
	display: flex;
	gap: 30px;
}
.form-row .form-field .input-50{
	width: 50%!important;
}
.form-row .form-field .input-100{
	width: 100%!important;
}
.form-row input:not([type="submit"]){
	border-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
	border-bottom: 1px solid #fff!important;
	background: none!important;
	border-radius: 0!important;
	color: #fff!important;
}
.form-row input:not([type="submit"])::placeholder{
	color: #fff!important;
}
.form-row .submit-div{
	display: flex;
	flex-direction: row-reverse!important;
}
.form-row .submit-div p{
	display: flex;
	flex-direction: column;
}
.wpcf7-submit{
	background: #fff!important;
	color: #001E5F!important;
	border: 1px solid #fff!important;
	    border-radius: 20px;
    padding: 10px 50px;
}