/*
 Theme Name:   Blocksy Child
 Theme URI:    https://creativethemes.com/blocksy/
 Description:  Tema child per Blocksy 2.0.80
 Author:       Mahone
 Author URI:   https://iltuosito.it
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blocksy-child
*/

/* Puoi iniziare ad aggiungere qui le tue regole personalizzate */

.wp-block-list li {
  list-style-type: square;
  margin-bottom: 0;
  padding-inline-start: 0;
}

.fondamentali::before {
  content: url(/wp-content/uploads/2024/09/check.jpg) !important;
  position: relative !important;
  top: 1px;
  margin-right: 4px;
}

@media(min-width: 320px) {
  .ct-container-fluid {
    --theme-container-edge-spacing: calc(100vw - 0px) !important;
  }
}

.ct-menu-link {
	text-decoration:none !important;
  /*  transition: transform 0.3s ease; */ /* Anima l'effetto ingrandimento */
}

.ct-menu-link:hover {
	text-decoration:none;
  /*  transform: scale(1.2); */ /* Ingrandisce leggermente l'elemento a 110% */
}

