/* 
Theme Name: Squat Solutions Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Squat Solutions 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: squat-solutions-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 */

a, a:hover {
    color: unset;
}

.text-green {
    color: #8CAE45 !important;
}

.text-orange {
    color: #EC8B1D !important;
}

.contact-form .elementor-field-type-acceptance > label {
    display: none;
}

.highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(140, 174, 69, 0.2) 40%, rgba(140, 174, 69, 0.2));
    display: inline;
}



/* Breakpoints */

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

    /* Set max height to some banners on desktop */
    .max-height-desktop-585 {
        max-height: 585px;
    }

}

/* Mobile -> Tablet */
@media (max-width: 1024px) {

    /* Remove background overlay */
    #cta-affidati::before {
        background-image: unset;
    }

    /* Add BG to text container */
    #affidati-a-noi-text {
        background-color: rgba(255, 255, 255, 0.9);
    }

}