/*
Theme Name: Villa Grant
Theme URI: https://www.enricoincerti.com
Template: hello-elementor
Author: Enrico Incerti
Author URI: https://www.enricoincerti.com
Version: 1.0.1775755349
Updated: 2026-04-09 19:22:29

*/

/* .hero-hp {
	min-height: calc(100vh - 171px)!important;
} */


/* pulsante continua, scroll con offset */
#continua {
    scroll-margin-top: 150px;
}

/* definisce pulsanti elementor */
a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    text-decoration: none;
    color: #fff;
}

h1.entry-title {
    color: #997B3F;
}







#continua {
        padding: 50px 0!important;
    }

/* MOBILE */
@media (max-width: 799px) {
    /* nascondi label menù da mobile */
    /* span.jet-mobile-menu__toggle-text {
        display: none;
    } */
    #continua {
        padding: 50px 25px!important;
    }
} 

/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #continua {
        padding: 50px 25px!important;
    }
} 
