/* 
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 */
.red{
    color: red !important;
}
.wpuf-form-add.wpuf-form-layout5{
    background: transparent !important;
    color: #fff !important;
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields .wpuf-help{
    color: #fff !important;
}
.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields input, .wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields textarea, .wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields select{
    width: 100% !important;
    background: #fff !important;
    color: #394141 !important;
}
.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields input[type=checkbox]{
    width: auto !important;
}
.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li{
    margin-bottom: 20px !important;
}
label { 
    line-height: 1.6 !important; 
}
.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li.wpuf-submit input[type=submit] {
    background: #993366 !important;
    border-color: #993366 !important;
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields input[type="checkbox"]:after{
    background: #993366 !important;
}
body .has-error{
    background: #993366 !important;    
}

.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields input[type="radio"]{
    width: 10px !important;
}
.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields input[type="radio"]::before{
    left: 0 !important;
    top: 0 !important;
}
.wpuf-form-add.wpuf-form-layout5 ul.wpuf-form li .wpuf-fields input[type="radio"]::after{
    background: #993366 !important;
    top: 4px !important;
    left: 3px !important;
}