/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor. Safe place for your customizations: CSS, hooks, templates.
 Author: Your Name or Company
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/

/* Place your custom CSS below */

.page-header {
    display: none;
}

.wpforms-container {
    margin-bottom: 0 !important;
}

.wpforms-container .wpforms-field {
    padding: 0 !important;
    margin-bottom: 12px !important;
}

.wpforms-container .wpforms-submit {
    background-color: transparent;
    font-family: "Montserrat Alternates", Sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    transition-duration: 0.5s;
    border-radius: 8px 8px 8px 8px !important;
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
    background-color: #6378FF !important;
}

.wpforms-container .wpforms-field input {
    border-radius: 8px 8px 8px 8px !important;
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
    font-family: "Montserrat Alternates", Sans-serif !important;
}

.wpforms-container .wpforms-field textarea {
    border-radius: 8px 8px 8px 8px !important;
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
    font-family: "Montserrat Alternates", Sans-serif !important;
}

.wpforms-container .wpforms-field select {
    border-radius: 8px 8px 8px 8px !important;
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
    font-family: "Montserrat Alternates", Sans-serif !important;
}

#site-footer {
    display: none !important;
}