/* 
Theme Name: Dr.ssa Monica Tonelli Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Dr.ssa Monica Tonelli 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: dr.ssa-monica-tonelli-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 */


/* Global */

a, a:hover {
    color: unset;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.text-gold {
    color: #E6CB8B !important;
}

#icon-grid {
    grid-template-rows: auto !important;
}

.icon-box h3 {
    margin-top: 0;
}


/* Breakpoints */

/* Tablet + Desktop */

@media (min-width: 767px) {

    .contact-button a {
        width: 380px !important;
    }

}

/* Tablet */

@media (min-width: 767px) and (max-width: 1024px) {

    .w-tab-100 {
        width: 100% !important;
    }

}

/* Mobile + Tablet */

@media (max-width: 1024px) {

    #cta, #estetica-rigenerativa {
        background-image: unset !important;
    }

}

/* Mobile */
@media(max-width: 766px) {

    #icon-grid {
        box-shadow: unset;
    }

}