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

.elementor-kit-1248 input:not([type="button"]):not([type="submit"]), .elementor-kit-1248 textarea, .elementor-kit-1248 .elementor-field-textual {
background-color: #fff;
border: 1px solid #666;
}
 
.elementor-kit-1248 input:focus:not([type="button"]):not([type="submit"]), .elementor-kit-1248 textarea:focus, .elementor-kit-1248 .elementor-field-textual:focus {
background-color: #f7f5f5;
}
 
 
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
background-color: #fff;
}
 
.wpforms-field-container ul {
list-style: none!important;
padding-left: 0!important;
}
.wpforms-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap select {
height:47px;
}