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

/*#contact-form .elementor-button[type="submit"]{*/
/*    display: none !important;*/
/*}*/

.elementor iframe {
    height: 730px !important;
}

#toggle-call {
    background-color: #3CE7DC;
    color: #FFFFFF;
    outline: none !important;
}

#toggle-call:hover {
    transform: translateY(-8px);
    background-color: #c36 !important;;
}

#contact-form button:hover{
    background-color: #c36 !important;
}
#link-footer {
    color: white !important;
}

#link-footer:hover {
    color: #c36 !important;
}

#faq-trigger:hover{
    cursor: pointer !important;
}
@media (min-width: 481px) and (max-width: 767px) {
    #toggle-call {
        margin-top: 5px !important;
    }

    #toggle-call:hover {
        transform: none !important;
    }
}

.elementor-g-recaptcha{
    display: none !important;
}