/* 
Theme Name: La Casa del Nonno Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: La Casa del Nonno 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: la-casa-del-nonno-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 */


/* General */

a, a:hover {
    color: unset;
}

.text-link {
    color: #4F93CB !important;
    text-decoration: underline !important;
    font-weight: bold;
}


/* Home */

.chi-sono-img {
    border-radius: 50% !important;
    border: 3px solid #4F93CB !important;
    padding: 20px !important;
    max-width: 600px !important;
}


/* La Struttura */

.servizi-riquadro-icona h4 {
    margin-top: 0px !important;
}


/* Contatti */

.icon-box-address h4 {
    margin-top: 0px !important;
}

.contact-form .elementor-field-type-acceptance {
    margin-bottom: 30px !important;
}

.contact-form .elementor-field-type-acceptance label {
    font-size: 16px !important;
}


/* Breakpoints */

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

    .position-mobile-static {
        position: static !important;
    }

}

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

    .chi-sono-img {
        padding: 15px !important;
    }

}

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

    .chi-sono-img {
        border: 2px solid #4F93CB !important;
        padding: 12px !important;
    }

}