/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic);
/* EFFETTI */
.ombra-leggera {
  -webkit-box-shadow: -1px 0 8px;
  box-shadow: -1px 0 8px;
}
/* MIXIN */
/* Sfondo > Cartella: grafica-immagini */
/* VARIABILI */
h1 {
  font-family: "Quattrocento:700";
  font-size: 4.236rem;
}
h1.deco:before, h1.deco:after, h1.spettacolo__titolo:before, h1.spettacolo__titolo:after {
  display: inline-block;
  width: 100px;
  height: 45px;
  position: relative;
  content: "";
  background: rgba(0, 0, 0, 0) url('../../../../../../images/grafica-immagini/decoro-h1.png') no-repeat scroll center center;
}
h1.deco:after, h1.spettacolo__titolo:after {
  transform: scale(-1, 1);
}
.light-header h1 {
  color: #FCF2D9;
}
.light-header h1.deco:before, .light-header h1.deco:after {
  background: rgba(0, 0, 0, 0) url('../../../../../../images/grafica-immagini/decoro-h1-light.png') no-repeat scroll center center;
}
.page-header h1 {
  text-align: center;
}
h2, .text-xxl {
  font-size: 2.618rem;
  font-family: "Quattrocento:700";
  color: #945835;
}
h3, .text-xl {
  font-family: "Quattrocento:700";
  font-size: 2.618rem;
}
h4, .text-lg {
  font-family: "Quattrocento:700";
  font-size: 1.618rem;
}
h5, .text-md {
  font-family: "Quattrocento:700";
  font-size: 1.23rem;
  text-transform: uppercase;
}
.intro-title h1 {
  text-transform: uppercase;
}
/*  CITAZIONI  */
/* - Rotazione e sfondo */
.blockq-cont {
  background-color: rgba(214, 206, 185, 0.48);
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  margin-bottom: 2.618rem;
}
blockquote {
  font-style: italic;
  font-size: 1rem;
  border: none !important;
  text-align: right;
  padding: 1.5rem;
}
blockquote .autore-citazione {
  text-align: right;
  font-size: 0.85em;
  font-weight: 700;
}
blockquote::after {
  clear: both;
}
blockquote::before {
  background-image: url('../../../../images/grafica-immagini/virgolette.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  float: left;
  height: 110px;
  position: relative;
  width: 110px;
  top: -22px;
  margin-right: 1rem;
}
/* TITOLI CON DECORAZIONI  */
.titolo-sezione > h2 {
  border-bottom: 3px solid #945835;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
}
.p-intro {
  font-family: "Quattrocento";
  font-size: 1.5rem;
}
.p-dida {
  font-family: "Quattrocento Sans";
  color: #171000;
}
/* TESTO MUSLTICOLONNA */
/* schermo garnde */
@media (min-width: 75rem) {
  .text-col-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    -moz-column-rule: 1px dotted black;
    column-rule: 1px dotted black;
  }
}
/* schermi medi e tablet */
@media (min-width: 48rem) and (max-width: 75rem) {
  .text-col-2 p img {
    width: 33%;
    margin-right: 1.618rem !important;
    float: left;
  }
}
@media screen and (max-width: 48rem) {
  h1 {
    font-size: 3rem;
    text-transform: uppercase;
  }
  h1.deco:before, h1.deco:after, h1.spettacolo__titolo:before, h1.spettacolo__titolo:after {
    display: none;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 32rem) {
  h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
  }
  h1.deco:before, h1.deco:after, h1.spettacolo__titolo:before, h1.spettacolo__titolo:after {
    display: none;
  }
  .page-header {
    margin-bottom: 3rem;
  }
  .p-intro {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  .text-col-2 p img {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.centrato {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
/* CSS Document */
/*--------------------------------*/
/* --- PARTICLES SCSS -----------*/
/*-------------------------------------- IMMAGINE > TITOLONE + altri elementi ---------------------------------------------------*/
.intro-title .g-content {
  margin: 0;
  padding: 0;
}
/*-------------------------------------- SPETTACOLO > MULTIPLE ITEMS SHOWER ---------------------------------------------------*/
.spet-box .g-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: raw wrap;
  -ms-flex-flow: raw wrap;
  flex-flow: raw wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.spet-container {
  border: 1px solid #171000;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 94%;
  -ms-flex: 0 1 94%;
  flex: 0 1 94%;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-bottom: 1.618rem;
  max-width: 100%;
  padding: 1.618rem 0;
  justify-content: space-between;
}
.g-content.centrato {
  margin-bottom: 0;
  padding-bottom: 0;
}
.g-content.centrato.dwn-box {
  margin-bottom: 1.618rem;
}
/* Mobile */
@media (min-width: 320px) and (max-width: 767px) {
  .spet-box .size-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .spet-box .size-25 .spet-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1200px) {
  .spet-box .size-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
  .spet-box .size-25 .spet-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
/* ---------------------------------------------------- */
/*  ||||||||||||||  TITOLO E DWLOAD    |||||||||||||||| */
/* ---------------------------------------------------- */
.tit-dwnl {
  margin-bottom: 3rem;
}
.tit-dwnl .intro-title {
  padding-bottom: 6rem;
  border-bottom: 2px dotted #2D1B1B;
}
.dwnl-btn.contenitore {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: -75px;
  color: #E9DCBA;
}
.dwnl-btn.contenitore .cerchio {
  background-color: #BCB655;
  border: 4px solid #E9DCBA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  width: 150px;
}
.dwnl-btn.contenitore .cerchio:hover {
  background-color: #C9C25B;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.dwnl-btn.contenitore .cerchio a {
  font-family: "Quattrocento Sans";
  font-style: italic;
  font-size: 1.2rem;
  color: #E9DCBA;
}
.dwnl-btn.contenitore .cerchio .fa {
  font-size: 1.5rem;
  margin: 0;
}
/* EFFETTI */
.ombra-leggera {
  -webkit-box-shadow: -1px 0 8px;
  box-shadow: -1px 0 8px;
}
/* MIXIN */
/* Sfondo > Cartella: grafica-immagini */
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ REGOLE GENERALI -------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT */
.nomargin {
  margin: 0;
}
.cerchio {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.d-block {
  display: block;
  position: relative;
}
.box-centrato {
  margin: 0 auto;
}
/* PULSANTE WA 2026 */
/* Stili per il pulsante inserito nel testo */
.whatsapp-btn-inline {
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  color: #ffffff !important;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  margin-top: 0.5em;
}
.whatsapp-btn-inline:hover {
  background-color: #128C7E;
}
/* Spaziatura tra icona e testo */
.whatsapp-btn-inline svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 8px;
}
/* ------------------------------  */
/* *****  FLEX BOX GENERALI *****  */
/* ------------------------------  */
.d-flex {
  display: flex;
}
.d-flex.colonna {
  flex-flow: column wrap;
}
.d-flex.riga {
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.d-flex .d-fi {
  flex: 1 1 0;
}
.d-flex .d-fi.doppio {
  flex: 2 1 0;
}
.d-flex .d-fi-45 {
  flex: 0 0 45%;
}
.d-flex .d-fi-100 {
  flex: 0 0 100%;
}
.d-flex img {
  width: 100%;
  max-width: 100%;
}
.row {
  max-width: 100%;
  margin-left: 0;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 100vw;
  }
}
/*BUTTONS*/
.d-btn {
  box-shadow: none !important;
  border: 4px double #F3E5B7;
  background-color: #fcf2d9;
  transition: background 0.5s ease 0s;
}
.d-btn:hover a {
  color: #fff !important;
}
.btn--download {
  padding: 1em 1.5em;
}
.btn--download .download__link {
  background-color: #c31a0e;
  color: #F3E5B7;
  font-weight: 700;
  letter-spacing: 0.065em;
}
.btn--download .download__link:hover {
  background-color: #c3290e;
}
.btn--download .download__link:active {
  background-color: #7c0f07;
}
/* SEPARATORI DI ARTICOLI  */
.separa-articolo {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
/* ------------------------------------------  */
/* *****  EVENTI E PROGRAMMI con flexbox ****  */
/* ------------------------------------------  */
.evento_separa h3, .evento_separa h2 {
  background-color: rgba(252, 242, 217, 0.4);
  border-bottom: 2px solid;
  border-top: 2px solid;
  margin: 1em 0 0;
}
.new-location {
  text-align: center;
}
.new-location h5 {
  margin-bottom: 8px;
}
.data_evento {
  border-bottom: 1px solid;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: -10px;
}
.luogo_evento i {
  margin-left: 0.3em;
  margin-right: 0.5em;
}
.evento.d-fi {
  align-self: flex-start;
  padding: 1em;
  max-width: 50%;
}
.evento h3 {
  font-size: 2em;
  margin-bottom: 0;
}
.evento h5 {
  text-transform: none;
  font-style: italic;
}
h3.lab {
  background-color: #9999994a;
  text-align: center;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------- REGOLE CONDIVISE DA PIù PAGINE -------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------- */
/*	||||||||||||||||      LAYOUT      ||||||||||||||||| */
/* ---------------------------------------------------- */
.g-content {
  margin: 0;
  padding: 16px;
}
.g-content .container {
  padding: 0;
}
/* ---------------------------------------------------- */
/*	||||||||||||||||      HEADER      ||||||||||||||||| */
/* ---------------------------------------------------- */
#g-header {
  background-color: #171000;
}
#g-header .g-grid {
  align-items: center;
}
#g-header .social {
  padding-top: 10px;
}
#g-header .social a {
  background: transparent;
  border: none;
  vertical-align: middle;
}
/* ---------------------------------------------------- */
/*	||||||||||||||||      SHOWCASE    ||||||||||||||||| */
/* ---------------------------------------------------- */
#g-showcase {
  /* personalizzazione sfondi showcase*/
  /* Espansione al 100% dello spazio showcase*/
  /* HOME PAGE*/
}
#g-showcase.duende-slide {
  background: transparent url('../../../../../images/grafica-immagini/sfondo-header-home.jpg') no-repeat 0 0;
  background-size: cover;
  padding: 0;
}
#g-showcase > .g-container {
  width: 100%;
}
#g-showcase.duende-slide .g-grid {
  align-items: center;
}
#g-showcase.duende-slide .g-grid .duende-dx img {
  float: right;
}
/* ----> SPETTACOLI <---- */
.spettacoli #g-showcase.duende-slide {
  background: transparent url('../../../../../images/grafica-immagini/sfondo-slide.jpg') no-repeat 0 0;
  background-size: cover;
  padding: 0;
}
.spettacoli #g-showcase .g-content {
  margin: 0;
  padding: 0;
}
.pg_castel #g-showcase.duende-slide, .lab #g-showcase.duende-slide, .pg_letture #g-showcase.duende-slide, .festival #g-showcase.duende-slide {
  background: transparent url('../../../../../images/grafica-immagini/sfondo-slide-castel.jpg') no-repeat 0 0;
  background-size: cover;
  padding: 0;
}
.pg_contatti #g-showcase.duende-slide {
  background: transparent url('../../../../../images/grafica-immagini/sfondo-nero-verde.jpg') no-repeat 0 0;
  background-size: cover;
}
#g-showcase.duende-slide .g-content {
  margin: 0;
  padding: 0;
}
/* ---------------------------------------------------- */
/*	||||||||||||||||      MENU    ||||||||||||||||||||| */
/* ---------------------------------------------------- */
#g-navigation .g-toplevel .g-menu-item-title {
  font-size: 1.618em;
}
.separa-sezioni {
  display: block;
  text-align: center;
}
/* ---------------------------------------------------- */
/*	||||||||||||||||      MAIN    ||||||||||||||||||||| */
/* ---------------------------------------------------- */
/* Sfondo a righe del contenitore */
.g-duende-articolo #g-main {
  background: transparent url('../../../../../images/grafica-immagini/bg_content.png') repeat 0 0;
}
/*Azzeramento margine superiore primo par articolo */
.articolo .item-page .corpo p:nth-child(1) {
  margin-top: 0;
}
/* ARTICOLO DEI COOKIE */
#ca_info_plus {
  height: auto !important;
}
/*------------------------------------------------------*/
/*----------------  EMBEDDED VIDEO  --------------------*/
.video_embed {
  text-align: center;
}
/* ---------------------------------------------------- */
/*	||||||||||||||||   GALLERIA   ||||||||||||||||||||| */
/* ---------------------------------------------------- */
#g-gallery {
  background: transparent url('../../../../../images/grafica-immagini/dark_embroidery.png') repeat 0 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4) inset;
  padding-bottom: 2.618rem;
}
#g-gallery .light-header .g-content {
  margin: 0.625rem 0;
  padding: 0.938rem 0;
}
#g-gallery .light-header .g-content .intro-title {
  background-color: rgba(0, 0, 0, 0.5);
}
#g-gallery .g-grid:nth-child(1) .prev_button {
  left: 75%;
}
#g-gallery .g-grid:nth-child(1) .next_button {
  left: 80%;
}
#g-gallery .g-grid:nth-child(1) .box_skitter {
  margin: 0 auto;
}
#g-gallery .g-grid:nth-child(1) .box_skitter .container_skitter {
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.7);
  border: 4px solid #FCF2D9;
}
/* ---------------------------------------------------- */
/*	||||||||||||||||    FOOTER    ||||||||||||||||||||| */
/* ---------------------------------------------------- */
#g-footer {
  background: transparent url('../../../../../images/grafica-immagini/sfondo-carta.jpg') repeat 0 0;
  /* ------------------------------  */
  /* ********  FOOTER MENU ********  */
  /* ------------------------------  */
  /* ------------------------------  */
  /* *********  CONTATTI **********  */
  /* ------------------------------  */
}
#g-footer .footer-menu-mod {
  /* Fuori produzione */
}
#g-footer .footer-menu-mod li.parent {
  display: block;
  position: relative;
  width: 33%;
  height: auto;
  float: left;
  text-transform: uppercase;
  list-style-image: none;
}
#g-footer .footer-menu-mod li.parent .separator {
  border-bottom: 2px solid #362626;
  display: inline-block;
  width: 90%;
}
#g-footer .footer-menu-mod li.parent ul {
  margin-left: 0;
}
#g-footer .footer-menu-mod li.parent ul li {
  list-style: none;
  line-height: 2em;
  border-bottom: 1px solid #362626;
  width: 80%;
  padding-left: 0.5em;
}
#g-footer .footer-menu-mod li.parent ul li:last-child {
  border: none;
}
#g-footer .footer-menu-mod .item272 {
  text-transform: lowercase;
  font-size: 0.8em;
}
#g-footer .footer-menu-mod .item158 a, #g-footer .footer-menu-mod .item271 a, #g-footer .footer-menu-mod .item159 a, #g-footer .footer-menu-mod .item272 a {
  color: #333 !important;
}
#g-footer .footer-menus__container .custom {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "spettacoli" "festivals" "attivita" "info";
}
@media screen and (min-width: 768px) {
  #g-footer .footer-menus__container .custom {
    grid-template-areas: "spettacoli festivals" "attivita info";
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  #g-footer .footer-menus__container .custom {
    grid-template-areas: "spettacoli festivals attivita" "spettacoli festivals info";
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
  }
  #g-footer .footer-menus__container .custom .menu-spettacoli__container, #g-footer .footer-menus__container .custom .menu-festivals__container, #g-footer .footer-menus__container .custom .menu-info__container {
    border-bottom: none;
  }
}
#g-footer .footer-menus__container .custom > div {
  padding-bottom: 1em;
  border-bottom: 1px dotted #333;
  margin-bottom: 1em;
}
#g-footer .footer-menus__container h3 {
  font-size: 22px;
}
#g-footer .menu-spettacoli__container {
  grid-area: spettacoli;
}
#g-footer .menu-attivita__container {
  grid-area: attivita;
}
#g-footer .menu-festivals__container {
  grid-area: festivals;
}
#g-footer .menu-info__container {
  grid-area: info;
}
#g-footer .footer-menu .mod-list {
  flex-flow: column wrap;
  margin: 0;
}
#g-footer .contatti-container {
  padding: 0 1rem;
}
#g-footer .contatti-container h5, #g-footer .contatti-container p {
  margin: 0;
}
#g-footer .contatti-container .indirizzo__container {
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #333;
}
#g-footer .contatti-container .responsabili__container {
  padding-top: 1.75rem;
}
#g-footer .contatti-container .wa__container {
  margin-top: 1rem;
}
#ca_banner {
  height: auto !important;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ HOME PAGE SPECIFICI ---------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.dhp {
  /*ATTIVITA'*/
  /* GRID SPETTACOLI */
  /* GALLERIA FOTOGRAFICA */
}
.dhp #g-main {
  padding-bottom: 6.853rem;
  background: transparent url('../../../../../images/grafica-immagini/bg_content.png') repeat 0 0;
}
@media screen and (min-width: 768px) {
  .dhp #g-main .size-67, .dhp #g-main .size-33 {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .dhp #g-main .size-67 {
    flex: 0 67% !important;
    width: 33 !important;
  }
  .dhp #g-main .size-33 {
    flex: 0 33% !important;
    width: 33% !important;
  }
}
.dhp .bubbles {
  margin: 4.236rem 0 2.618rem;
  text-align: center;
  justify-content: space-around;
}
.dhp .bubbles .bubble {
  flex: 1 1 33%;
  width: 33%;
}
.dhp .bubbles .bubble h5 {
  margin: 0;
  padding: 0 2.618rem;
  min-height: 4.236rem;
}
.dhp .bubbles .bubble p {
  margin: 0 !important;
}
.dhp .bubbles .bubble.castel h5, .dhp .bubbles .bubble.spett h5, .dhp .bubbles .bubble.lab h5 {
  line-height: 4.236rem;
}
.dhp .bubbles .cerchio a {
  background-color: #171000;
  display: block;
  width: 70%;
  max-width: 160px;
  height: auto;
  margin: 0 auto 1.618rem;
  border-radius: 50%;
  border: 5px solid #F3E5B7;
  padding: 1.618rem;
  transition: transform 0.5s ease 0s;
}
.dhp .bubbles .cerchio a:hover {
  transform: scale(1.25);
}
.dhp .bubbles .bubble-desc {
  padding: 1.618rem 2.168rem;
}
.dhp #g-mainbottom {
  background: transparent url('../../../../../images/grafica-immagini/brown-bg.png') repeat 0 0;
}
.dhp #g-mainbottom .spettacolo-container {
  margin-top: -6.853rem;
}
.dhp #g-mainbottom .spettacolo-container .spet-box {
  justify-content: center;
}
.dhp #g-mainbottom .spettacolo-container .deco {
  background: transparent url('../../../../../images/grafica-immagini/brown-bg.png') repeat 0 0;
  border-radius: 1rem 1rem 0 0;
  color: #FCF2D9;
  margin-bottom: 0;
  padding: 2rem 0;
}
.dhp #g-mainbottom .spettacolo-container .spettacolo__sottotitolo {
  margin: 1.618rem 0 2.618rem;
  font-size: 2rem;
  color: #FCF2D9 !important;
}
.dhp #g-mainbottom .spet-container {
  background-color: #F3E5B7;
  border-color: #fff #fcf2d9 #fcf2d9 #fff;
  box-shadow: 1px 2px rgba(0, 0, 0, 0.1);
}
.dhp #g-mainbottom .spet-container .spet-img {
  background-color: #2d1b1b;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: transform 0.5s ease 0s;
  width: 80%;
  max-width: 200px;
}
.dhp #g-mainbottom .spet-container .spet-img > img {
  transform: scale(0.85);
  transition: transform 1s ease 0s;
  width: 100%;
}
.dhp #g-mainbottom .spet-container .spet-img:hover img {
  transform: scale(1);
}
@media screen and (min-width: 48rem) {
  .dhp .g-block.size-32 {
    flex: 1 1 50%;
    width: 50%;
  }
}
@media screen and (min-width: 60rem) {
  .dhp .g-block.size-32 {
    flex: 1 1 32%;
    width: 32%;
  }
}
.dhp #g-gallery {
  background: transparent url('../../../../../images/grafica-immagini/dark_embroidery.png') repeat 0 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4) inset;
  padding-bottom: 2.618rem;
}
.dhp #g-gallery .g-container .light-header .g-content {
  margin: 0.625rem 0;
  padding: 0.938rem 0;
}
.dhp #g-gallery .g-container .light-header .g-content .intro-title {
  background-color: rgba(0, 0, 0, 0.5);
}
.dhp #g-gallery .g-container .g-grid:nth-child(1) .prev_button {
  left: 75%;
}
.dhp #g-gallery .g-container .g-grid:nth-child(1) .next_button {
  left: 80%;
}
.dhp #g-gallery .g-container .g-grid:nth-child(1) .box_skitter {
  margin: 0 auto;
}
.dhp #g-gallery .g-container .g-grid:nth-child(1) .box_skitter .container_skitter {
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.7);
  border: 4px solid #FCF2D9;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------   BLOG SPETTACOLI   --------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/* Dal mobile in su - edizione 2026 */
.spettacolo-card {
  border-bottom: 8px double #945835;
  margin-bottom: 4rem;
}
.spettacolo-card__immagine {
  text-align: center;
}
.spettacolo-card__titolo {
  font-weight: 700;
}
.spettacolo-card__tipo {
  padding: 0.5em 0;
  border-top: 1px solid #945835;
  border-bottom: 1px solid #945835;
  font-weight: 700;
}
.spettacolo-card__pulsante {
  width: 100%;
  color: #945835;
  text-align: center;
}
.spettacolo-card__info {
  border-top: 1px solid #945835;
}
@media screen and (min-width: 768px) {
  .spettacolo-card__corpo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }
  .spettacolo-card__immagine {
    flex: 0 0 30%;
    width: 30%;
    order: 1;
  }
  .spettacolo-card__testo {
    flex: 1 1 0;
    order: 3;
  }
  .spettacolo-card__info {
    flex: 0 0 65%;
    width: 65%;
    order: 2;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .spettacolo-card__titolo {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .spettacolo-card__immagine {
    flex: 0 0 25%;
    width: 25%;
    order: 1;
  }
  .spettacolo-card__testo {
    flex: 0 0 50%;
    width: 50%;
    order: 2;
    padding: 0 2em;
  }
  .spettacolo-card__info {
    flex: 0 0 25%;
    width: 25%;
    order: 3;
    align-self: flex-start;
  }
}
@media screen and (min-width: 60rem) {
  .spettacolo-card__immagine {
    flex: 0 0 25%;
    width: 25%;
    order: 1;
  }
  .spettacolo-card__testo {
    flex: 0 0 45%;
    width: 45%;
    order: 2;
    padding: 0 2em;
  }
  .spettacolo-card__info {
    flex: 0 0 30%;
    width: 30%;
    order: 3;
    align-self: flex-start;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------- PAGINA SPETTACCOLO -------------------------------------------------*/
/* - Post J6 queste pagine hanno subito un cambiamento nel layout -- Classe spettcolo eliminata dalla voce menu --- */
/*------------------------------------------------------------------------------------------------------------------*/
.spettacolo .titolo__container {
  margin: 0;
}
.spettacolo .spettacolo__sottotitolo {
  font-size: 2rem;
}
.spettacolo .spettacolo-stato {
  margin: 0 auto 5rem;
  max-width: 500px;
  border: 3px solid #c31a0e;
  border-radius: 8px;
  color: #c31a0e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.spettacolo .spettacolo-corpo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.spettacolo .spettacolo-corpo .com-content-article__body {
  flex: 0 0 100%;
}
.spettacolo .spettacolo-corpo .com-content-article__body p {
  width: 100%;
  font-size: 1.2rem;
}
.spettacolo .spettacolo-corpo--con-info .com-content-article__body {
  flex: 0 0 65%;
}
.spettacolo .spettacolo-corpo--con-info .com-content-article__body p {
  width: 100%;
  font-size: 1.2rem;
}
.spettacolo .spettacolo-corpo--con-info .spettacolo-info {
  flex: 0 0 30%;
  padding-left: 2em;
  border-left: 1px dotted #945835;
}
.spettacolo .spettacolo-corpo--con-info .spettacolo-info dl {
  margin: 0;
}
.spettacolo .spettacolo-info__tipo {
  line-height: 1em;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 700;
}
.spettacolo .spettacolo-info__voce {
  margin-bottom: 0.5rem;
}
.spettacolo .spettacolo-info__voce .spettacolo-info__etichetta {
  font-weight: 400;
}
.spettacolo .spettacolo-info__voce .spettacolo-info__testo {
  font-weight: 700;
  letter-spacing: 0.025em;
}
.spettacolo .spettacolo-info__extra p, .spettacolo .spettacolo-info__extra strong {
  color: #42311e;
  margin: 0.5rem 0;
}
.spettacolo .spettacolo-info__tecniche {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dotted #945835;
}
.spettacolo .spettacolo-scheda__link {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #c31a0e;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background-color 0.5s ease 0s;
}
.spettacolo .spettacolo-scheda__link:hover {
  background-color: #945835;
}
/* ============================================================
   SPETTACOLO: galleria a slider (foto grande 3:2 + miniature)
   Sostituisce il CSS della vecchia griglia .spettacolo-galleria
   Aspetto (colori, frecce, spazi) da rifinire nel restyle
   ============================================================ */
.spettacolo-galleria {
  --galleria-miniatura: 5rem;
  /* se cambia: aggiornare $sizesMiniatura in spettacolo.php */
  --galleria-spazio: 0.5rem;
  margin: 2rem 0;
}
.spettacolo-galleria__binario {
  border-radius: 16px;
}
@media (min-width: 48rem) {
  .spettacolo-info {
    order: 2;
  }
  .spettacolo-galleria {
    --galleria-miniatura: 8rem;
  }
}
@media (min-width: 48rem) and (max-width: 60rem) {
  .spettacolo-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .spettacolo-info__tipo {
    flex: 0 0 100%;
    order: 1;
  }
  .spettacolo-info__elenco {
    flex: 0 0 50%;
    order: 2;
  }
  .spettacolo-info__extra {
    flex: 0 0 100%;
    order: 3;
  }
  .spettacolo-info__tecniche {
    flex: 0 0 50%;
    order: 2;
    padding-left: 1em;
    border-top: none !important;
    border-left: 1px solid #945835;
  }
}
@media (min-width: 60rem) {
  .spettacolo .titolo__container {
    margin: 2rem 0;
  }
}
@media (min-width: 75rem) {
  .spettacolo .titolo__container {
    margin: 2rem 0 4rem;
  }
}
/* --- Foto grande --- */
.spettacolo-galleria__principale {
  position: relative;
}
.spettacolo-galleria__binario {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
}
/* Barra di scorrimento nascosta solo quando le frecce funzionano (JS attivo) */
.is-pronta .spettacolo-galleria__binario {
  scrollbar-width: none;
}
.is-pronta .spettacolo-galleria__binario::-webkit-scrollbar {
  display: none;
}
.spettacolo-galleria__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  /* uno swipe veloce avanza di una foto sola */
}
.spettacolo-galleria__link {
  display: block;
  aspect-ratio: 1.5;
  overflow: hidden;
}
.spettacolo-galleria__link picture, .spettacolo-galleria__img {
  display: block;
  width: 100%;
  height: 100%;
}
.spettacolo-galleria__img {
  object-fit: cover;
  object-position: center;
}
/* --- Frecce --- */
.spettacolo-galleria__freccia {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #222;
  cursor: pointer;
}
.is-pronta .spettacolo-galleria__freccia {
  display: flex;
}
.spettacolo-galleria__freccia--prec {
  left: 0.75rem;
}
.spettacolo-galleria__freccia--succ {
  right: 0.75rem;
}
.spettacolo-galleria__freccia svg {
  width: 1.5rem;
  height: 1.5rem;
}
.spettacolo-galleria__freccia:disabled {
  opacity: 0.3;
  cursor: default;
}
/* --- Striscia miniature --- */
.spettacolo-galleria__miniature {
  position: relative;
  /* serve allo script per centrare la miniatura attiva */
  display: none;
  gap: var(--galleria-spazio);
  margin: var(--galleria-spazio) 0 0;
  padding: 0 0 0.25rem;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
}
.is-pronta .spettacolo-galleria__miniature {
  display: flex;
}
.spettacolo-galleria__voce-miniatura {
  flex: 0 0 var(--galleria-miniatura);
  margin: 0;
  padding: 0;
}
.spettacolo-galleria__miniatura {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  padding: 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s;
}
.spettacolo-galleria__miniatura:hover, .spettacolo-galleria__miniatura[aria-current="true"] {
  opacity: 1;
}
.spettacolo-galleria__miniatura[aria-current="true"] {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.spettacolo-galleria__miniatura picture, .spettacolo-galleria__img-mini {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Focus da tastiera visibile */
.spettacolo-galleria__freccia:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}
/* Dentro contenitori che scorrono: bordo verso l'interno, altrimenti viene tagliato */
.spettacolo-galleria__link:focus-visible, .spettacolo-galleria__miniatura:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: -3px;
}
@media (prefers-reduced-motion: reduce) {
  .spettacolo-galleria__miniatura {
    transition: none;
  }
}
/* ============================================================
   SPETTACOLO: video (copertina + play, player caricato al clic)
   Da aggiungere in templates/g5_hydrogen/custom/scss/custom.scss
   Aspetto da rifinire nel restyle
   ============================================================ */
.spettacolo-video {
  margin: 2rem 0 4rem;
}
/* Riquadro 16:9: stessa misura prima e dopo il clic, la pagina non salta */
.spettacolo-video__cornice {
  position: relative;
  aspect-ratio: 1.7777777778;
  background: #111;
  overflow: hidden;
  border-radius: 16px;
}
.spettacolo-video__avvia, .spettacolo-video__player {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.spettacolo-video__avvia picture, .spettacolo-video__copertina {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Pulsante play al centro */
.spettacolo-video__icona {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: background-color 0.2s;
}
.spettacolo-video__icona svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.25rem;
  /* il triangolo sembra centrato solo se spostato un po' a destra */
}
.spettacolo-video__avvia:hover .spettacolo-video__icona, .spettacolo-video__avvia:focus-visible .spettacolo-video__icona {
  background: rgba(0, 0, 0, 0.85);
}
.spettacolo-video__avvia:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -3px;
}
@media (prefers-reduced-motion: reduce) {
  .spettacolo-video__icona {
    transition: none;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------   Scuole   -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.scuole .corpo {
  gap: 1.618rem;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 60rem) {
  .scuole .corpo {
    flex-flow: row wrap;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------   Festival Restyle 2026  -------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.com-content-article.festival {
  padding: 0;
}
.strade__sottotitolo {
  margin-bottom: 4em;
}
.strade__sottotitolo p {
  margin-bottom: 0.5em;
}
.strade-corpo--con-immagine {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
/*---------   PROGRAMMA EVENTI  ---------*/
.strade-mese__titolo {
  background-color: #F3E5B7;
  border-top: 2px solid #2D1B1B;
  border-bottom: 2px solid #2D1B1B;
  text-align: center;
  color: #2D1B1B;
  text-transform: uppercase;
}
.strade-mese__eventi {
  padding-left: 0;
}
.strade-evento {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
}
.strade-evento__quando {
  order: 1;
  border-bottom: 1px solid;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: -10px;
}
.strade-evento__luogo {
  order: 2;
  margin-bottom: 0;
}
.strade-evento__luogo i {
  padding-right: 8px;
  padding-left: 5px;
}
.strade-evento__titolo {
  order: 3;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
}
.strade-evento__compagnia {
  order: 4;
  margin: 0;
  font-size: 1.35em;
  font-style: italic;
}
.strade-evento__genere {
  order: 5;
  margin: 0;
}
.strade-evento__pioggia {
  order: 6;
}
.strade-evento__pioggia .strade-evento__pioggia-luogo {
  font-weight: 700;
}
.strade-eventonote {
  order: 7;
}
@media screen and (min-width: 48rem) {
  .com-content-article.festival {
    padding: 16px;
  }
  .strade-corpo__immagine {
    order: 2;
  }
  .com-content-article__body {
    order: 1;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------   Contatti   -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/* Informazioni */
.contatti-box .titolo {
  border-bottom: 16px solid;
  margin-bottom: 2rem;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}
.contatti-box .titolo h1 {
  margin-bottom: 0;
  font-size: 2.5rem;
  text-align: center;
}
.contatti-box .titolo p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.contatti-box h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.contatti-box p {
  margin: 0;
}
.pg_contatti .articolo .row {
  max-width: 100%;
}
.pg_contatti .articolo .col, .pg_contatti .articolo .m-0 {
  padding: 0;
}
.pg_contatti .articolo .com-contact__container {
  display: none;
}
.pg_contatti .articolo h2 {
  margin-bottom: 0;
}
.pg_contatti .articolo .required {
  width: 100%;
}
.pg_contatti .articolo .form-actions {
  background-color: transparent;
}
.pg_contatti .articolo .form-actions button {
  padding: 11px 62px;
  font-size: 1.618rem;
}
#contact-form legend {
  display: none;
}
#contact-form .control-label {
  float: none;
  text-align: left;
  width: 100%;
}
#contact-form .controls {
  margin-left: 0;
}
#contact-form .btn.btn-primary.validate {
  display: block;
  position: relative;
  width: 20%;
  min-width: 200px;
  margin: 0 auto;
  padding: 0.7em;
  font-size: 1.5rem;
  text-align: center;
  background-color: #7f8113;
  transition: all 1s ease 0s;
}
#contact-form .btn.btn-primary.validate:hover {
  background-color: #cad82e;
}
@media screen and (min-widt: 48rem) {
  .contatti-box .g-content {
    border: 1px solid #2D1B1B;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    margin-top: 27px;
  }
}
/********************************************************************************************************************/
/*--------------------------------------------------   MEDIA QUERIES   -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/* schermo garnde */
/* schermi medi e tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  #g-navigation .g-toplevel .g-menu-item-title {
    font-size: 1em;
  }
  #g-main .bubble {
    flex: 0 0 50% !important;
  }
  #g-gallery h1 {
    font-size: 2em;
  }
  #g-gallery .g-container .g-grid {
    width: 100% !important;
  }
  .spettacolo .d-fi.foto {
    flex: 1 1 100%;
    margin-bottom: 32px;
  }
  .spettacolo .d-fi.foto img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .spettacolo .d-fi.corpo {
    flex: 3 1 0;
  }
  #g-footer .g-grid .size-67, #g-footer .g-grid .size-33 {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  #g-footer .g-grid .size-33 .indirizzo {
    float: left;
    width: 50%;
  }
  #g-footer .g-grid .size-33 .indirizzo h5 {
    margin-top: 0 !important;
  }
}
/* Desk piccoli a medi > 1024 --- 1200 */
@media (min-width: 1024px) and (max-width: 1199px) {
  #g-navigation .g-toplevel .g-menu-item-title {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .spettacolo__titolo:before, .spettacolo__titolo:after {
    display: none !important;
  }
  .g-offcanvas-toggle {
    top: 27px;
    left: 16px;
    font-size: 2em;
  }
  #g-header {
    height: auto;
  }
  #g-header .g-container {
    max-width: none;
  }
  #g-header .particle--logo {
    text-align: right;
  }
  #g-header .particle--header-social {
    width: 100%;
  }
  #g-header .nomarginall.size-40 {
    order: 2;
  }
  #g-header .nomarginall.size-40 img {
    width: 100%;
  }
  #g-header .g-social.social {
    text-align: right;
    background-color: #333;
  }
  #g-showcase {
    display: none;
  }
  #g-navigation {
    display: none;
  }
  #g-main {
    /*pagina spettacoli generale */
  }
  #g-main .hp-attivita {
    padding: 0 1em !important;
  }
  #g-main .hp-attivita .p-intro {
    font-size: 1.1em;
  }
  #g-main .blog.pg_spet .item .page-header h2 {
    text-align: center;
  }
  #g-main .blog.pg_spet .item .item-image {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none !important;
  }
  #g-main .blog.pg_spet .item .item-image a {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
  }
  #g-main .blog.pg_spet .item .item-image img {
    width: 70%;
    margin: 0 auto !important;
    display: block;
    position: relative;
    padding: 0;
  }
  #g-main .blog.pg_spet .item .od_intro .d-fi {
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    border-bottom: 1px dotted #333;
    border-right: none !important;
  }
  #g-main .bubble {
    flex: 0 0 100% !important;
  }
  #g-gallery h1 {
    font-size: 2em;
  }
  #g-gallery .g-container .g-grid {
    width: 100% !important;
  }
  #mod_btslideshow_pro_98.box_skitter .container_thumbs {
    display: none;
  }
  .spettacolo.d-flex.riga, .d-flex.riga.note {
    flex-flow: column wrap;
  }
  .spettacolo.d-flex.riga .corpo, .d-flex.riga.note .corpo {
    border: none;
  }
  .note .collaborazioni {
    border: none;
  }
  #g-footer .footer-menu-mod .footer-menu {
    margin-left: 0;
  }
  #g-footer .footer-menu-mod .footer-menu li.parent {
    width: 100%;
    margin-top: 1em;
  }
  #g-footer .footer-menu-mod .footer-menu li.parent ul li {
    width: 100%;
  }
  #g-footer .hp-contatti {
    background: none;
  }
  .d-fi-45 {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 1000px) {
  .spettacolo .spettacolo-corpo--con-info {
    flex-flow: column wrap;
  }
  .spettacolo .spettacolo-corpo--con-info .com-content-article__body {
    flex: 0 0 100%;
  }
  .spettacolo .spettacolo-corpo--con-info .spettacolo-info {
    flex: 0 0 100%;
    padding-left: 0;
    border-left: none;
  }
}
/*# sourceMappingURL=custom_30.css.map */