/* 
Theme Name: Elite Property Finders Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Elite Property Finders 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: elite-property-finders-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
*/

/* Styles */

.grecaptcha-badge {
    visibility: hidden !important;
}

a, a:hover {
    color: unset;
}

.mouse-icon {
    height: 80px;
}

#contact-form label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

#contact-form .elementor-field-option label {
    font-weight: normal !important
}

.privacy-policy-link:hover {
    color: unset !important;
}


/* BREAKPOINTS */

/* Desktop */
@media (min-width: 1025px) {

    /* "Ci pensiamo noi", "Target internazionale" */
    .home-text-container {
        max-width: 650px;
    }

    /* Icon list container */
    .cosa-facciamo {
        max-width: 542px;
    }

    /* Icon list container */
    .cliente-ideale {
        max-width: 650px;
    }

    /* Icon list container */
    .investitore-unico {
        max-width: 600px;
    }

    /* Icon list container */
    .investire-tranquillita {
        max-width: 660px;
    }

    .form-container {
        max-width: 680px;
    }

}