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

.formstyle1 .ginput_container input, 
.formstyle1 .ginput_container select, 
.formstyle1 .ginput_container textarea {
    border: none;
}
.formstyle1 .ginput_container input, .formstyle1 .ginput_container select {
    height: auto;
    padding: 10px 15px !important;
}
.formstyle1 .ginput_container.ginput_container_consent input {
    height: auto !important;
}
.formstyle1 .gfield_consent_description {
    font-size: 16px !important;
    border: none !important;
    line-height: 26px !important;
}

.formstyle1 .gform_footer input[type="submit"]:hover {
    background: #ffcd00;
    color: #000;
    border: none;
}
.formstyle1 .gform_footer input[type="submit"] {
    text-transform: uppercase;
    background: #4a68ff;
    border: none;
    height: 50px;
    padding: 0 35px;
    letter-spacing: 1px;
    font-weight:500;
}

body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
    width: 100% !important;
    display: block !important;
}
