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

/* Landing Page Form */

#form label {
    width: 100%;
}


#form input[type=date], #form input[type=email], #form input[type=number], #form input[type=password], #form input[type=search], #form input[type=tel], #form input[type=text], #form input[type=url], #form select, #form textarea {
    width: 100%;
    border: 1px solid #D0D5DD;
    border-radius: 3px;
    padding: .5rem 1rem;
    margin-top: 10px;
    transition: all .3s;
}

#form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}

body.elementor-kit-4 input[type="submit"] {
    font-family: "Pontano Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(70deg, var(--e-global-color-421f72f) 0%, var(--e-global-color-05c27dd) 100%);
    padding: 16px 38px 16px 38px;
    width: 100%;
    border: 0;
}

span.wpcf7-spinner {
    display: none;
}