/*
 Theme Name:   Floppy Marine Child
 Description:  Floppy Marine Child Theme
 Author:       The Space
 Author URI:   https://thespacesm.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor
*/

/* Nascondiamo il badge di Google reCAPTCHA */
.grecaptcha-badge{
    display: none !important;
}

/* Cambia il colore dei testi nella sezione tecnologia da mobile */
@media only screen  and (max-width: 767px) {
    .sezione-innovazione h2, .sezione-innovazione p, .sezione-innovazione ul {
        color: black !important;
    }
}
/* Modifiche per la visualizzazione dei marchi su Ipad Pro */
@media only screen and (min-width: 1023px) and (max-width: 1025px) {
    .soci-immagini .elementor-widget-container{
        margin: 0px !important;
        width: 90%;
    }
}

#cmplz-document{
    min-width: 100% !important;
}