/* 
Theme Name: Scoppio
Description: CSS personalizzato per il tema Scoppio
Version: 1.0.0
Author: Il tuo nome
*/

/* Importa menu */
@import url('menu.css');

/* Import fonts (optional) */
@import url('https://fonts.googleapis.com/css2family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&family=Outfit:wght@100..900&display=swap');
/* Nasconde il menu 
#primary-menu-wrap {
	display:none!important;
} */

/* TEST FONT CARICAMENTO */
body {
    font-family: 'Lato', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', Arial, sans-serif !important;
}

/* Test se i font sono disponibili */
.font-test-lato {
    font-family: 'Lato', monospace;
}

.font-test-poppins {
    font-family: 'Poppins', monospace;
}

.font-test-outfit {
    font-family: 'Outfit', monospace;
}

/* Stili per il menu principale senza il walker */
.navbar-nav {
    display: flex;
    margin-left: auto;
}
.navbar-nav > li {
    padding: 0 10px;
    position: relative;
}
.navbar-nav > li > a {
    color: #212529;
    display: block;
    padding: 0.5rem 0;
    text-decoration: none;
}
.navbar-nav > li > a:hover {
    color: #0d6efd;
}

.navbar-nav > li > a:hover {
    color: #b6d493;
}

.navbar-nav > li.current-menu-item > a {
    /*font-weight: bold;
    color: #0d6efd;*/

}
/* Stili per sottomenu */
.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
}
.navbar-nav li:hover > .sub-menu {
    display: block;
}
.navbar-nav .sub-menu li {
    list-style: none;
}
.navbar-nav .sub-menu a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #212529;
}
.navbar-nav .sub-menu a:hover {
    background: #f8f9fa;
}

/* WOOCOMMERCER */
.wcpt-title {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
}

.wcpt-title:hover {
    color: inherit;
}

.wc-block-components-product-name {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
    color: inherit !important;
}

.wc-block-components-product-name:hover {
    color: inherit !important;
}


/* DEMO SEZIONI */
/* CSS */
.flow-navigation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.nav-header {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  line-height: 10px;
}

.nav-item {
  padding: 8px 15px;
  margin-right: 5px;
  background: #f1f1f1;
  border-radius: 4px;
  cursor: pointer;
}

.nav-item.current {
  background: #007bff;
  color: white;
}

.nav-options, .sub-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.option-btn, .sub-option-btn {
  padding: 15px 25px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.option-btn:hover, .sub-option-btn:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

.next-btn {
  padding: 10px 20px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}

.content-section {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.none {
	display: none;
}

h1.entry-title {
    display: none;
}

.ritratto, .immagine-attivita, .immagine-prodotti, .immagine-servizi, .immagine-intro-old {
    display: none;
}
.demo {
    display: none !important;
}
@media screen and (min-width: 1025px) {
/* Nasconde il menu */
#primary-menu-wrap {
	display:none!important;
}
}	