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




.wpforms-container {
	font-family: "Nunito", Sans-serif !important;
	color: #ffffff !important;
}

.wpforms-container a{
	color: #ffffff !important;
	font-weight: 700;
}

.wpforms-container .wpforms-form button[type=submit]{
	background-color: transparent !important;
    border:2px solid #ffffff !important;
    color: #ffffff !important;
	border-radius: 8px;
	font-weight: 700;
	padding: 12px 40px !important;
}

.wpforms-container .wpforms-form button[type=submit]:hover{
	background-color: #ffffff  !important;
    border: 2px solid #556eff !important;
    color: #556eff !important;
}

.wpforms-field-label-inline {
	font-size: 14px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 8px 0 !important;
}

#wpforms-26-field_19-container {
	    padding: 0px 0 !important;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns{
	align-items: center !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #ffffff !important;
}

