/* css per il menu burger che compare anche da desktop, nonostante sia disattvato; questo dopo aggiornamenti vari del sito in data 19/07/2026 */
@media (min-width: 992px) {
  #offcanvas-toggler {
    display: none !important;
  }
}

/* css modulo cerca in header - attualmente rimmo il cerca! */
@media only screen and (max-width: 1055px) {
  .mod-finder {
    width: 120px;
  }
}

/* css modulo menu progetti "fixed" 
#mod-custom124 {
  border: 1px solid lightgray;
  padding: 15px;
  border-radius: 0.25em;
}
#mod-custom127 {
  border: 1px solid lightgray;
  padding: 15px;
  border-radius: 0.25em;
} */

/* ------------------------- MODIFICA LARGHEZZA COLONNE LAYOUTDESTRA E CONTAINER --------------------------- */
/* applicata con classe pagina assieme a altre regole sulla colonna di dx! */
@media only screen and (min-width: 992px) {
  .customclasspage .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .customclasspage .col-lg-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.customclasspage #sp-right .sp-module ul > li {
  border-bottom: 0px solid #f3f3f3;
  margin-bottom: 2px;
}

.customclasspage #sp-right .sp-module {
  border: 0px solid #f3f3f3;
}

.customclasspage #sp-right h3 {
  font-size: 1.2rem;
}
/* ------------------------- FINE MODIFICA LARGHEZZA COLONNE LAYOUTDESTRA E CONTAINER --------------------- */

#sp-main-body {
  padding: 30px 0;
}
/* classe pagina per le 3 pagine con immagine in posizione title */
.paddingtopbody #sp-main-body {
  padding: 0px 0px 30px 0px;
}
/* modulo cambio lingua sopra articolo spostato a destra */
.sp-module-content .mod-languages ul.lang-inline {
  float: right;
}

/* === HEADER CSS === */
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 30px;
}

/* ridotto padding sx e dx dell'header fullwidth */
#sp-header.full-header {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 360px) {
  #sp-header.full-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ridotti margin sx e dx dell'header */
#sp-header .container-fluid {
  --bs-gutter-x: .5rem;
}

.header-modules {
  margin-left: 5px;
}

#menu-right .sp-module:first-child {
  border-right: 0px solid rgba(80, 80, 80, 0.2);
  padding-right: 5px;
}

/* due regole z-index legate alla finestra modal di bootstrap */
#sp-header.header-sticky,
#sp-header {
  z-index: 9;
}
/* === FINE HEADER CSS === */

/* ombreggiatura immagini! */
.customshadow {
  box-shadow: rgba(0, 0, 0, 0.45) 2.4px 2.4px 3.2px;
}

/* css accordion discografia */
#accordioncd .accordion-button {
  background-color: #ec430f;
  color: white;
}

#accordioncd {
  max-width: 450px;
}

/* == TYPOGRAPHY == */
@media (max-width: 767px) {
  p {
    font-size: 14px !important;
  }
}

h1, h2, h3, p {
  font-family: 'Garet-Book' !important;
}

h1 {
  font-size: 2.1rem;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 1.6rem;
  }
}

.article-details .article-header h1 {
  font-size: 2.1rem;
}

.h2, h2 {
  font-size: 1.6rem;
}

.h3, h3 {
  font-size: 1.4rem;
}

@media only screen and (max-width: 576px) {
  .article-details .article-header h1 {
    font-size: 1.6rem;
  }
  .h2, h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1099px) {
  .h3, h3 {
    font-size: 1.2rem;
  }
}

/* font Garet */
@font-face {
  font-family: 'Garet-Book';
  src: url('../fonts/Garet-Book.woff') format('woff');
  font-display: swap; /* oppure optional */
}

@font-face {
  font-family: 'Garet-Heavy';
  src: url('../fonts/Garet-Heavy.woff') format('woff');
}
/* == FINE TYPOGRAPHY == */

/* css per il plugin Quick Index di Regular Labs */
.anchor {
  padding-top: 65px;
  margin-top: -65px;
}

/* modifica padding ultima voce di menu a destra */
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}

/* voci menu principale maiuscolo */
.sp-megamenu-parent > li {
  text-transform: uppercase;
}

/* == CSS SOTTOLINEATURA CON ANIMAZIONE VOCI DI MENU == */
.sp-megamenu-parent > li > a:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  bottom: 2px;
  left: 5%;
  background: #294092;
  visibility: hidden;
  border-radius: 0px;
  transform: scaleX(0);
  transition: .25s linear;
}

.sp-megamenu-parent > li > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-duration: 0.5s;
}

.sp-megamenu-parent > li.active > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 2px;
  left: 0;
  background: #294092;
  visibility: visible;
  border-radius: 0px;
  transform: scaleX(1);
  transition: .25s linear;
}
/* == FINE CSS SOTTOLINEATURA CON ANIMAZIONE VOCI DI MENU == */

/* == CSS MEGAMENU == */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #5E70AD;
  border-radius: .25em;
}

.sp-megamenu-parent .sp-mega-group > li > a {
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover {
  background-color: white;
  transition: .2s;
  border-radius: .25em;
  color: #5E70AD;
}

.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-center {
  margin-top: -2px;
}
/* == FINE CSS MEGAMENU == */

/* CSS MODULI POS RIGHT */
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 15px;
  padding: 20px !important;
}

#sp-right .sp-module:first-child {
  margin-top: 10px !important;
} 

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 20px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
}

/* CSS PER MODULI MENU IN POS RIGHT */
#sp-right .sp-module ul > li a:hover {
  background-color: lightgray;
  color: black;
}

#sp-right .sp-module ul > li.active a {
  background-color: #ec430f;
  color: white !important;
  border-radius: .25em;
  border: 1px solid #ec430f;
}

#sp-right .sp-module ul > li a {
  padding-left: 10px;
  border: 1px solid lightgray;
  border-radius: .25em;
  width: 200px;
}
/* FINE CSS MODULI MENU POS RIGHT */

/* css modal BS5 */
.modal {
  z-index: 99999 !important;
}

.modal-title {
  margin-bottom: 0;
}

.modal-body {
  display: flex;
  justify-content: center;
}

.modal-footer {
  justify-content: center;
  padding: .5rem;
}

.modal-backdrop {
  opacity: .85 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* css sezione policy */
#sp-policy {
  background-color: #383838;
  padding: 10px 0;
  color: white;
}

#sp-policy a {
  color: white;
}

#sp-policy a:hover {
  color: orangered;
  text-decoration: underline;
}

#sp-footer .container-inner {
  padding: 20px 0;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
}

/* css bottone cookye policy GDPR */
.cc-color-override-523191266.cc-revoke {
  border: solid 1px white;
}

.cc-revoke.cc-right {
  right: .5em;
}

/* ==========================================================================
   css video youtube pagina discografia 
   ========================================================================== */
.myframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.myframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rounded-video-container .ratio iframe {
  border: none;
  border-radius: 12px;
}

.rounded-video-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; 
  border-radius: 12px;
}

/* ==========================================================================
   SEZIONE: COMPONENTI CONDIVISI (Discografia + Chi Siamo / About Us)
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

.disco-nav {
  background: #fdfdfd;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.85rem 1.25rem;
}

.disco-nav-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #748295;
  margin: 0 0 0.5rem 0;
}

.disco-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.disco-nav-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ec430f;
  text-decoration: none;
  padding: 0.3rem 0.65rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.disco-nav-link:hover {
  color: #ffffff;
  background-color: #ec430f;
  border-color: #ec430f;
  text-decoration: none;
}

/* ==========================================================================
   SEZIONE: DISCOGRAFIA
   ========================================================================== */
.disco-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2d3748;
  line-height: 1.6;
}

.album-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 0.85rem 1.25rem 1.25rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.album-header {
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 0.4rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.album-header h2.anchor {
  font-size: 1.5rem;
  color: #1a202c;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
  scroll-margin-top: 80px; 
}

.album-subtitle {
  font-size: 0.95rem;
  color: #4a5568;
  font-weight: 600;
  margin: 0.2rem 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.album-content {
  display: block;
}

.album-content::after {
  content: "";
  display: table;
  clear: both;
}

.album-image-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}

.album-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .album-image-wrapper {
    float: left;
    width: 390px;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }
}

.album-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.album-text p:last-child {
  margin-bottom: 0;
}

.album-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  clear: both;
}

.album-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
}

.btn-brand {
  color: #ffffff !important;
  background-color: #ec430f !important;
  border: 1px solid #ec430f !important;
  transition: all 0.2s ease-in-out;
}

.btn-brand:hover, 
.btn-brand:focus,
.btn-brand:active {
  color: #ffffff !important;
  background-color: #d03709 !important;
  border-color: #d03709 !important;
  box-shadow: 0 0 0 0.25rem rgba(236, 67, 15, 0.25);
}

/* ==========================================================================
   SEZIONE: CHI SIAMO / ABOUT US (Biografie)
   ========================================================================== */
.bio-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2d3748;
  line-height: 1.6;
}

.bio-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.bio-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 0.6rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.bio-header h2.anchor {
  font-size: 1.5rem;
  color: #1a202c;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
  scroll-margin-top: 80px;
}

.bio-tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.tag {
  background-color: #f1f5f9;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  white-space: nowrap;
}

.bio-content {
  display: block;
}

.bio-content::after {
  content: "";
  display: table;
  clear: both;
}

.bio-image-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}

.bio-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .bio-image-wrapper {
    float: left;
    width: 390px;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }
}

.bio-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bio-text p:last-child {
  margin-bottom: 0;
}