/*
Theme Name: GGWD
Author: Giulio Gualtieri
Author URI: https://seolog.net/web-designer-freelance/
Description: Tema WordPress by Giulio Gualtieri
Requires at least: 6.3
Requires PHP: 8.0
Version: 0.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ggwd
*/


/* PULASANTE PRENOTA VERDE */

.pulsante-prenota-verde a{padding-left:60px;}

.pulsante-prenota-verde a:hover {background-color: var(--wp--preset--color--custom-crema) !important; color: var(--wp--preset--color--custom-verde) !important;}


.pulsante-prenota-verde a:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/06/filippo_barbieri_icona_calendario_bianca.svg);
    position: absolute;
    top: 8px;
    left: 19px;
    background-size: cover;
    background-repeat: no-repeat;}


.pulsante-prenota-verde a:hover:before{background-image: url(/wp-content/uploads/2025/06/filippo_barbieri_icona_calendario_vedre.svg);}



/* PULSANTE PRENOTA MENU */

li.pulsante-prenota-menu a {
    background-color: var(--wp--preset--color--custom-pesca);
	color: var(--wp--preset--color--custom-crema);
    padding: 12px 25px 12px 50px!important;
    border-radius: 32px;
	margin-top:-12px!important;}

.pulsante-prenota-menu a:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/06/filippo_barbieri_icona_calendario_bianca.svg);
    position: absolute;
    top: 13px;
    right: 228px;
    background-size: cover;
    background-repeat: no-repeat;}


li.pulsante-prenota-menu a:hover {
    background-color: var(--wp--preset--color--custom-verde);
	color: var(--wp--preset--color--custom-crema);}


/* PULSANTE ARANCIO */

.pulsante-arancio a.wp-block-button__link:hover {background-color: var(--wp--preset--color--custom-verde)!important;}


/* MENU TABLET - MOBILE */

@media only screen and (max-width: 1024px) {
.overlay-menu ul.menu > li > a{margin-top:10px!important; margin-bottom:10px!important; }
	li.pulsante-prenota-menu a{margin-top:30px!important;}

	.pulsante-prenota-menu a:before {top:inherit!important; left:14px!important;}
	.wp-block-column.colonna_servizio.has-custom-crema-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow {margin-right: 20px!important; margin-left: 10px!important;}
	
}

