/* 
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 */
/* .wpforms-form button[type=submit] {
    background-color: #7DB903 !important;
    color: #fff !important;
		border: none;
    transition: background 0.5s ease-in-out;
		font-family: "Poppins", sans-serif;
		font-weight: 800;
}
.wpforms-form button[type=submit]:hover {
    background-color: #97C735 !important;
}

.wpforms-container input[type=email], .wpforms-container input[type=number], .wpforms-container input[type=tel], .wpforms-container input[type=text],  .wpforms-container input[type=url],  .wpforms-container select, .wpforms-container textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 5px solid #000;
    padding: 6px 10px;
    height: 48px;
    width: 100%;
    line-height: 1.3;
}

.wpforms-form .wpforms-field input.wpforms-error, .wpforms-form .wpforms-field textarea.wpforms-error, .wpforms-form .wpforms-field select.wpforms-error {
    border: 1px solid #fff !important;
}

.wpforms-container em.wpforms-error {
    display: block;
    color: #ffffff !important;
    font-size: 12px;
    float: none;
}

.wpforms-form .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff;
    padding: 4px 6px 1px;
    border: 1px solid #1D272D;
    border-radius: 2px;
    min-height: 35px;
    overflow: hidden;
} */