/* 
Theme Name: Hello Elementor Child - FAR
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 */
html {
    scroll-behavior: smooth;
}

select:focus {
    border-color: #EC5128;
}

.gform_wrapper .gfield_description {
    font-size: 12px !important;
    padding-top: 6px !important;
    
}

.gform_wrapper .gform_validation_errors {
     display: none;
}


.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: none !important; 
    border: 0 !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}

.gform_wrapper #gform_next_button_1_6 {
    width: 100% !important;
}


#elementor-popup-modal-236 .dialog-message, #elementor-popup-modal-197 .dialog-message, #elementor-popup-modal-203 .dialog-message {
    width: 900px;
    height: auto;
}



@media only screen and (max-width: 500px) {
    #gform_wrapper_1 {
        text-align: center !important;
    }
}


