/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/
/* Custom bullet point con Dashicons */
.wp-block-list.icona-custom-list ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.wp-block-list.icona-custom-list ul li {
  position: relative;
  padding-left: 25px !important; /* Spazio per l'icona */
}

.wp-block-list.icona-custom-list ul li::before {
  content: '\f147'; /* Codice Unicode della Dashicon (es. dashicons-yes) */
  font-family: 'dashicons';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff4300 !important; /* Colora la Dashicon di arancione */
}

/* Stili di base del tuo header */
.ast-main-header-wrap {
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

/* Nasconde gli header superiore e inferiore quando la pagina scorre */
body.is-scrolled .ast-above-header-wrap,
body.is-scrolled .ast-below-header-wrap {
    display: none !important;
}

/* Rende l'header principale sticky e visibile solo quando la pagina scorre */
body.is-scrolled .ast-main-header-wrap {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    background-color: #fff !important; /* Colore di sfondo */
}
/* Sposta il contenuto della pagina per evitare salti */
body.is-scrolled .site-content {
    margin-top: 100px !important; /* Usa l'altezza del tuo header principale (100px) */
}