/*
Theme Name: TEMA TSN
Description: Nuovo tema personalizzato per WordPress
Version: 1.0
Author: pardini.s
*/
:root{--rosso: #EB003B; --bs-body-bg: transparent;}
*{margin: 0; padding: 0; color: #fff; font-family: "Atkinson Hyperlegible", sans-serif; font-weight: 400; font-style: normal;}
ul{margin-bottom: 0; padding-left: 0; list-style: none;}
p{margin-bottom: 0;}
.fredoka{font-family: "Fredoka", sans-serif; font-style: normal;}
.tratto-rosso{height: 1px; width: 70%; background-color: var(--rosso);}
.in-rosso{padding: 0 3px; background-color: var(--rosso); font-weight: 600;}
img{width: 100%; height: auto;}
a{min-width: 24px; min-height: 24px;}
html {font-size: 16px; background-color: transparent;}
body{background-color: #000; position: relative;}
.cky-btn-revisit-wrapper{background: var(--rosso)!important; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);}
.cky-notice-btn-wrapper .cky-btn.cky-btn-customize{color:#fff!important;}
*:focus-visible{
    -webkit-box-shadow: 0px 0px 0px 3px #FFFFFF!important; 
    box-shadow: 0px 0px 0px 3px #FFFFFF!important;
    padding: 5px 10px;
    border-radius: 10px;
    outline: 2px solid var(--rosso)!important;
}
.current-menu-item{
    border-bottom: 2px solid var(--rosso);
}
.skip-link {
  position: absolute;
  top: -200px;
  left: 30px;
  padding: 8px;
  z-index: 100;
  color: #fff;
  background-color: #000;
  transition: all .4s;
}
.skip-link:focus {
  top: 30px;
  transition: all .4s;
  background-color: #000;
  z-index: 2000;
}
p {
	font-size: 1.1rem;
}
h1 {
	font-size: 3.5rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 1.5rem;
}
p, h1, h2, h3{
	line-height: 1.5em; /* 1.5 x dimesione carattere */
}

/* *********************************** */
/************ HOMEPAGE *****************/
/* *********************************** */
.intro-tsn{
    height: 85dvh;
    align-content: center;
}
.titolo-sito{
    text-align: center;
    font-weight: 400;
    margin: 0px 0 50px 0;
    font-size: 2rem;
}
.sottotitolo-sito h2{
    text-align: center;
    font-size: 1.2rem;
}
.testo-intro-emily{
    text-align: center;
}
.contenitore-ed{
    margin: 30px auto;
    position: relative;
}
.background-emily{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wrapper-principale-emily{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}
.wrapper-foto-emily{
    width: 300px;
}
.wrapper-manoscritto{
    align-content: flex-end;
}
.wrapper-img-manoscritto{
    width: 60%;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
}
.foreground-emily{
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: var(--rosso);
}
.sezione-generica-h3{
    border-top: 1px solid #fff;
    margin: 90px 0;
}
.sezione-generica-h3 h3, h2.titolo-album-remix{
    border-bottom: 5px solid var(--rosso);
    padding: 15px 0px;
    width: fit-content;
    margin-bottom: 60px;
}
h2.titolo-album-remix{
    font-size: 1.5rem;
}
.info-nato-da{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.link-home p{
    font-size: 1.5rem;
}
.wrapper-img-nato-da{
    max-width: 50%;
    margin: 0 auto;
}
.button-hp-storia{
    background-color: transparent;
    margin: 30px 0;
    border: none;
    position: relative;
    transition: all .4s;
    text-decoration: none;
    width: fit-content;
    display: block;
}
.button-hp-storia:hover, .button-hp-storia:focus{
    transform: scale(1.1);
}
.button-hp-storia p{
    font-size: 2.6rem;
}
.button-hp-storia .arrow{ /* per hp */
    position: absolute;
    display: block;
    width: 15%;
    height: 3px;
    bottom: -20px;
    left: -3px;
    background-color: #fff;
    transition: all 0.3s ease-out;
    transform-origin: bottom left;
}
.button-hp-storia .arrow:after{
    content: "";
    bottom: -10px;
    right: 6px;
    position: absolute;
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-100%);
    transition: all 0.3s ease-out;
}
.button-hp-storia:hover .arrow, .button-hp-storia:focus .arrow{
    width: 40%;
    transform-origin: bottom left;
}
.button-hp-storia:hover .arrow::after, .button-hp-storia:focus .arrow::after{
    right: 7px;
    transition: all 0.3s ease-out;
}
.button-hp-storia .arrow{
    bottom: -8px;
}
.swiper-citazioni{
    --swiper-theme-color: var(--rosso);    
    padding: 60px 0;
    position: relative;
}
.swiper-citazioni:before, .wrapper-cit-dall-artista:before{
    content: ' “ ';
    position: absolute;
    top: -30px;
    left: 0px;
    background-color: var(--rosso);
    padding: 15px 15px 5px 15px;
    font-size: 3rem;
    font-weight: 500;
    z-index: 300;
    font-family: "Fredoka", sans-serif;
}
.swiper-citazioni:after, .wrapper-cit-dall-artista:after{
    content: ' ” ';
    position: absolute;
    bottom: 100px;
    right: 0px;
    background-color: var(--rosso);
    padding: 0px 15px;
    font-size: 3rem;
    font-weight: 500;
    z-index: 300;
    transform: rotate(-180deg);
    transform: scaleY(-1);
    font-family: "Fredoka", sans-serif;
}
.wrapper-caption a{
    max-width: 80%;
    display: block;
    width: fit-content;
}
.swiper-autoheight{
    height: 610px;
}
.swiper-citazioni .second-wrapper-citazione{
    width: 70%!important;
    text-align: center;
    margin: 0 auto;
}
.swiper-citazioni a{
    color: var(--rosso);
}
.swiper-citazioni .wrapper-caption{
    margin-top: 60px;
    text-align: end;
    text-align: -webkit-right;
}
.swiper-pagination-bullet{
    background: #fff;
    margin: 0 10px;
    opacity: 1;
    border-radius: 0;
    width: 20px;
    height: 5px;
}
.swiper-pagination-bullet-active{
    background: var(--rosso);
}
.wrapper-composto-da{
    display: flex;
    flex-direction: column;
    gap: 130px;
    align-items: center;
    justify-items: center;
    padding-bottom: 100px;
    overflow: hidden;
    justify-content: space-evenly;
    padding-top: 20px;
}
/* .wrapper-composto-1{
    width: min-content;
} */
.wrapper-composto-1 a, .wrapper-composto-2 a{
    font-size: 2.5rem;
    position: relative;
}
.wrapper-composto-da a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.wrapper-img-composto{
    background-size: cover;
    width: 100%;
    height: 180px;
    background-position: center center;
    filter: grayscale(100%);
    transition: all .6s;
    margin-right: 70px;
}
.wrapper-composto-da .wrapper-img-composto{
    width: 320px;
}
.wrapper-img-composto:hover, .wrapper-img-composto:focus{
    filter: grayscale(0%);
    transition: all .6s;
    transform: scale(1.05);
}
.wrapper-img-composto-instal{
    background-image: url('img/instal-composto.jpg');
}
.wrapper-img-composto-perf{
    background-image: url('img/perf-compo.JPG');
    margin-left: 70px;
    margin-right: 0;
}
.wrapper-composto-da .wrapper-img-composto{
    margin: 0;
}
.wrapper-img-composto-album{
    background-image: url('img/album-compo.jpeg');
}
.nome-composto{
    position: absolute;
    top: 90%;
    left: 0;
    transform: translateY(-30%);
    z-index: 300;
}
.nome-composto .arrow{
    display: none;
}
.nome-composto p{
    font-size: 1.4rem;
}
.wrapper-composto-da .nome-composto p{
    text-align: center;
}
.link-composto{
    color: #fff;
    display: block;
}
.titolo-rosso-scrigno{
    width: fit-content;
    justify-self: center;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.titolo-artista{
    font-size: 1.4rem;
    display: block;
    width: fit-content;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
}
.installazione-scrigni .nome-composto-1{
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.wrapper-composto-da .nome-composto{
    left: 50%;
    transform: translateX(-50%);
}
.wrapper-ed-scuole{
    display: flex;
    flex-direction: column;
    gap: 90px;
    align-items: center;
    text-align: center;
}
.single-incontro{
    position: relative;
}
.single-incontro .nome-composto{
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.single-incontro a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
}
.single-incontro a:hover, .single-incontro a:focus{
    text-decoration: underline;
    --bs-link-color-rgb: var(--rosso);
}
.single-incontro a img{
    max-width: unset;
    width: unset;
    margin: 0 auto;
    max-height: 380px;
}

/* *********************************** */
/******* INSTALLAZIONE ARTISTICA *******/
/* *********************************** */
.titolo-varie{
    text-align: center;
    margin: 80px 0;
    font-size: 2.5rem;
}
.h2-generica{
    padding: 30px 0 30px 30px;
    border-left: 3px solid var(--rosso);
}
.h2-generica .sottotitolo p{
    font-size: 1rem;
}
.installazione-scrigni{
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 160px 70px;
    justify-content: center;
    align-items: center;
}
.single-scrigno-installazione{
    width: 80%;
}
.img-hope-is-the-thing-with-fethers{
    background-size: 500px;
}
.img-a-solemn-thing-it-was-i-said{
    background-position: center 88%;
    background-size: 500px;
}
.img-because-i-could-not-stop-for-death{
    background-size: 1000px;
    background-position: center 30%;
}
.img-grief-is-a-mouse{
    background-position: right 31%;
    background-size: 500px;
}
.img-for-each-extatic-instant{
    background-position: right 31%;
}
.img-my-life-had-stood-a-loaded-gun{
    background-size: 500px;
    background-position: 82% 37%;
}

/* *********************************** */
/************* ALBUM E REMIX ***********/
/* *********************************** */
.intro-flex{
    margin: 50px 0;
}
.titolo-flex{
    text-align: center;
    margin: 50px 0;
    font-size: 2.8rem;
}
.wrapper-contenuto-flex{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sottotitolo-flex{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 2rem;
}
h3.sottotitolo-flex{
    border-bottom: 0;
    padding: 0px;
    width: unset;
    margin-bottom: 20px;
}
.titolo-ascolta{
    font-size: 1.4rem;
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
}
.cta-musica{
    max-width: 880px;
    margin: 100px auto 0 auto;
}
.wrapper-loghi-ascolta{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 40px;
}
.singolo-logo-ascolta a{
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all .4s;
    color: white;
    text-decoration: none;
}
.singolo-logo-ascolta:focus a, .singolo-logo-ascolta:hover a{
    color: var(--rosso);
    transform: scale(1.2); 
}
.divisore{
    height: 3px;
    background-color: var(--rosso);
    margin: 40px auto;
    width: 60%;
}
.wrapper-loghi-acquista{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
}
.singolo-acquista{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
    transition: all .4s;
    gap: 30px;
}
.singolo-acquista:hover, .singolo-acquista:focus{
    transform: scale(1.1); 
}
.testo-ascolta{
    width: 50%;
    overflow-wrap: break-word; 
}
.testo-ascolta a{
    color: white;
    text-decoration: none;
    padding: 5px;
    display: block;
    font-size: 1.1rem;
}

/* *********************************** */
/******* PERFORMANCE MUSICALE **********/
/* *********************************** */
.titolo-cta-calendario{
    font-size: 1.5rem;
    text-align: center;
    max-width: 650px;
    margin: 70px auto 0px auto;
}
.singolo-cta-calendario{
    gap: 20px;
    justify-content: center;
}
.singolo-cta-calendario a{
    text-decoration: none;
    color: #fff;
}
.wrapper-gallery-performance{
    display: flex;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.wrapper-singola-img-performance{
    width: 320px;
    height: auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.wrapper-singola-img-performance img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

/* *********************************** */
/******* STORIA DEL PROGETTO **********/
/* *********************************** */
#storia .titolo-flex{
    margin-bottom: 20px;
}
.sottotitolo-storia{
    text-align: center;
    font-size: 1.6rem;
}
.crono-destra{
    margin-bottom: 10px;
}
.crono-sinistra{
    flex-direction: column-reverse;
    display: flex;
}
.crono-destra, .crono-sinistra{
    border-left: 5px solid;
    border-image: repeating-linear-gradient(to bottom, var(--rosso) 0, var(--rosso) 30px, transparent 30px, transparent 40px) 1;
    padding: 60px;
}
.anno-crono{
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.descrizione-crono{
    margin-bottom: 20px;
    max-width: 450px;
}
p.descrizione-crono{
    margin-bottom: 0;
    margin-top: 15px;
    display: flex;
    justify-content: left;
}
.wrapper-img-crono{
    max-width: 230px;
    max-height: 230px;
    overflow: hidden;
}
.wrapper-img-crono.con-citazione{
    max-height: 260px;
    overflow: unset;
}
.link-photo{
    margin-top: 10px;
    font-size: 1rem;
    text-align: left;
}
.descrizione-crono a{
    color: #fff;
    text-decoration-color: var(--rosso);
}

/* *********************************** */
/********** SCRIGNO SINGOLO ************/
/* *********************************** */
.singolo-scrigno .titolo-flex{
    margin-bottom: 0;
}
.titolo-artista-scrigno{
    width: fit-content;
    justify-self: center;
    margin: 50px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.titolo-artista-scrigno{
    font-size: 1.8rem;
}
.section-poesia{
    width: fit-content;
    margin: 80px auto;
}
#TabPoesie{
    width: fit-content;
    justify-self: center;
    margin-bottom: 45px;
    border: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#TabPoesie:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-100%, -50%);
    width: 2px;
    height: 80%;
    background: #fff;
}
#TabPoesie .nav-link{
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    border: none;
    box-shadow: none;
    background-color: transparent;
    position: relative;
    margin: 0 20px;
}
#TabPoesie .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--rosso);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
#TabPoesie .nav-link:hover::before, #TabPoesie .nav-link:focus::before, #TabPoesie .nav-link.active::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.wrap-poesia{
    text-align: center;
}
.section-foto-1{
    margin: 40px 0 10px 0;
}
.wrapper-img-mobile{
    display: flex;
    gap: 10px;
    width: 100%;
}
.wrapper-video video{
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    display: block;
}
.wrapper-img-scrigni.wrapper-video{
    height: 90vh;
}
.wrapper-img-scrigni.wrapper-riempitiva{
    width: 35%;
    margin: auto;
}
.section-foto-2{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 40px 0;
}
.wrapper-img-scrigni{
    height: 50vh;
    width: 100%;
    overflow: hidden;
}
.wrapper-img-scrigni img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wrapper-cit-dall-artista{
    position: relative;
}
.wrapper-cit-dall-artista:before{
    top: -39px;
    height: 70px;
}
.wrapper-cit-dall-artista:after{
    bottom: -14px;
}
.citazione-dall-artista{
    max-width: 70%;
    text-align: center;
    margin: auto;
}
.esplora-scrigni{
    margin-bottom: 0px;
}
.swiper-esplora{
    height: 315px;
    padding-top: 10px;
}
.swiper-esplora .wrapper-img-composto{
    width: 280px;
    margin: auto;
    transform-origin: bottom;
}
.swiper-esplora .nome-composto{
    right: 0;
}
.swiper-esplora h3{
    margin-bottom: 15px;
    padding: 5px;
}
.swiper-esplora .titolo-artista p{
    font-size: 1.4rem;
    text-align: center;
}
.pop-up-traccia{
    position: fixed;
    background-color: var(--rosso);
    top: 146px;
    right: 0%;
    padding: 20px 0px 20px 30px;
    z-index: 800;
    max-height: 90vh;
    transition: width 0.5s ease, top 0.5s ease;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.chiudi-pop-up, .apri-pop-up{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    background: none;
    border: none;
}
.chiudi-pop-up{
    top: 13px;
    right: 20px;
    left: unset;
}
.pop-up-traccia .apri-pop-up{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pop-up-traccia.traccia-aperto{
    width: 90%;
    top: 74px;
    padding: 20px 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: 900;
    background-color: transparent;
}
.pop-up-traccia.traccia-chiuso{
    right: -1px;
    top: 500px;
    width: 30%;
    padding: 50px 70px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.pop-up-traccia.traccia-chiuso .testo-apri-pop-up {
    font-size: 1.2rem;
    font-weight: 600;
}

/* POP UP TRACCIA */
.player-contenitore {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  margin: 20px 0 20px auto;
  box-shadow: 0 2px 37px rgb(35 34 34);
  backdrop-filter: blur(34px);
  background-color: #0e0e0ee0;
}
.player-immagine{
    text-align: center;
}

.player-immagine img {
  max-width: 60%;
  margin-bottom: 15px;
  margin: 0 auto;
  filter: grayscale(0);
}

.player-info {
  text-align: center;
  width: 100%;
}

.titolo-traccia {
  display: block;
  font-size: 1.1rem;
  margin: 20px 0;
}
.wrapper-testo-traccia{
    text-align: center;
    max-width: 300px;
    font-size: 1.1rem;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 15px;
}

.barra-avanzamento {
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
}

.riempimento {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 0%;
  background: #000;
  border-radius: 4px;
  transition: width 0.2s linear;
}

.tempi {
  font-size: 0.9rem;
  color: #fff;
}

.controlli {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.controlli button {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 1.2rem;
}
.controlli button i::before{
    color: #000;
}

.controlli button:hover,
.controlli button:focus {
  border: 1px solid #000;
  outline: none;
}

#audio-captions-container{
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 800;
    transform: translateX(-50%);
    width: 80%;
}
#audio-captions{
    background-color: #000;
    font-size: 1.3em;
    line-height: 2.3em;
    text-align: center;
}

/* *********************************** */
/************** SITEMAP ****************/
/* *********************************** */
.titolo-sitemap{
    margin-bottom: 20px;
}
.sottotitolo-sitemap{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
@media (min-width: 992px){
    .sottotitolo-sitemap{
        font-size: 2rem;
    }
}
#sitemap .sitemap-menu{
    margin: 50px auto;
    width: fit-content;
}
#sitemap .sitemap-menu li{
    margin: 20px;
}
#sitemap .sitemap-menu li a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
}
#sitemap .sitemap-menu .sub-menu{
    width: fit-content;
    margin: 20px auto;
    padding-left: 30px;
    border-left: 3px solid var(--rosso);
}
#sitemap .sitemap-menu .sub-menu li{
    margin: 10px 0px;
}
#sitemap .sitemap-menu .sub-menu li a{
    font-weight: 400;
    font-size: 1.1rem;
}
#sitemap .sitemap-menu .dropdown-menu {
    display: block !important;
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    box-shadow: none;
    text-align: left;
    border-right: 0;
    border-left: 2px solid var(--rosso);
    padding-right: unset;
    padding-left: 20px;
    border-radius: 0;
}
#sitemap .sitemap-menu .dropdown-menu li{
    margin: 0;
}
#sitemap .sitemap-menu .dropdown-menu a{
    padding-left: 0;
    padding-right: 0;
}
#sitemap .sitemap-menu .dropdown-toggle::after{
    display: none;
}
.policies{
    margin: 60px auto;
    --bs-link-color-rgb: var(--rosso);
}
.policies a{
    color: var(--rosso);
}

/* *********************************** */
/************** HEADER *****************/
/* *********************************** */
.header-tsn .navbar{
    background-color: transparent!important;
    padding-top: 30px;
}
.dropdown-item{
    width: fit-content;
    --bs-dropdown-item-padding-y: 0.4rem;
}
.dropdown-item span{
    font-size: 1.1rem;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
    color: #fff;
}
ul#menu-header{
    width: fit-content;
    display: flex;
    align-items: self-end;
}
.navbar-brand{
    font-size: 1.1rem;
    white-space: wrap;
    overflow: hidden;
    display: inline-block;
    max-width: 170px;
    z-index: 1000;
}
.navbar-toggler{
    border-color: transparent;
    z-index: 1000;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-collapse {
    text-align: end;
    align-items: flex-end;
}
@media (max-width: 991px) {
    .navbar-collapse {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
        overflow: hidden;
        max-height: 0;
        transition: all .4s;
        padding-right: 20px;
    }
    .navbar-collapse.show {
        max-height: 500px;
        padding-top: 20px;
    }
}
.dropdown-menu.show{
    text-align: end;
    padding-right: 20px;
    border-right: 2px solid var(--rosso);
    border-radius: 0;
    margin-top: 10px;
    justify-items: right;
}
.navbar-collapse.show {
    padding-top: 120px;
    padding-right: 10%;
    padding-left: 20px;
    max-height: unset;   
    transition: all .4s;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    height: 100svh;
    width: 100%;
    z-index: 999;
    justify-content: flex-start;
    font-size: 1.5rem;
    overflow-y: auto;
}
.button-chiudi-menu{
    background-color: #000;
    color: var(--rosso);
    border: none;
    margin-top: 100px;
}
html.menu-open,
body.menu-open {
  overflow: hidden;
  height: 100%;
  position: fixed;   /* fondamentale su iOS */
  width: 100%;
}
body.menu-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}


.dropdown-toggle::after{
    transition: all .4s;
}
.dropdown-toggle.show::after{
    transform: rotate(180deg);
    transition: all .4s;
}
#menu-header a, .navbar-brand {
  position: relative;
  display: inline-block;
}
#menu-header a::before, .navbar-brand::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    bottom: 0px;
    left: 0;
    background-color: var(--rosso);
    transition: transform 0.3s ease-out;
    transform-origin: bottom right;
    z-index: 1;
}
#menu-header a:hover::before, 
.navbar-brand:hover::before{
    transform: scaleX(1);
    transform-origin: bottom left;
}
#menu-header .current-menu-item > a::before,
#menu-header .current_page_item > a::before,
.navbar-brand.current::before {
  display: none;
}
.menu-item a{
    width: fit-content;
}
.menu-item{
    width: fit-content;
}

/* *********************************** */
/*************** FOOTER ****************/
/* *********************************** */
.wrapper-modella-locandina{
    max-width: 400px;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
}
.logo-mat-wrapper{
    max-width: 200px;
    margin: 20px 0;
    align-content: center;
}
footer .tratto-rosso{
    justify-self: center;
    margin: 20px auto;
    width: 40%;
}
footer li{
    margin: 25px 0;
}
.cookie-footer{
    margin-left: 5px;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}
.p-footer-bottom{
    text-align: center;
    font-size: 1rem;
}
.lista-link-legali-footer a{
    font-size: 1rem;
}
footer .titolo-link-mat, .titolo-link-tsn{
    margin-bottom: 40px;
    font-size: 1.9rem;
}
.footer-wrapper, .footer-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .nav-link-tsn, .nav-link-mat{
    text-align: center;
}
.footer-bottom{
    margin: 40px 0 20px 0;
    flex-wrap: wrap;
    text-align-last: center;
}
.footer-background{
    background-color: #000;
}
footer a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.link-legali-footer{
    margin: 0 auto;
}
.lista-link-legali-footer{
    display: flex;
}
#toTopButton{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    background-color: var(--rosso);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.content {
    position: relative;
    z-index: 1;
}
#dust-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* *********************************** */
/**************** 404 ******************/
/* *********************************** */
#page-404{
    max-width: 500px;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    padding-left: 20px;
}
.titolo-404{
    font-size: 9em;
    color: var(--rosso);
}
.sottotitolo-404{
    margin-bottom: 40px;
}
.back-home{
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    margin: 30px 0;
}

@media (min-width: 400px){
    /* *********************************** */
    /******* PERFORMANCE MUSICALE **********/
    /* *********************************** */
    .wrapper-singola-img-performance{
        width: 450px;
        height: auto;

    }
}
@media (min-width: 400px){
    .pop-up-traccia.traccia-chiuso{
        width: 15%;
    }
}
@media(min-width: 580px){
    .pop-up-traccia.traccia-aperto{
        width: 50%;
    }
    .titolo-sito{
        font-size: 3rem;
    }
}

@media(min-width: 768px){

    /* *********************************** */
    /******* PERFORMANCE MUSICALE **********/
    /* *********************************** */
    .wrapper-singola-img-performance{
        width: 300px;
        height: 280px;
    }
    .prima-wrapper-img-flex{
        width: 300px;
    }
    .wrapper-img-flex{
        min-width: 300px;
    }

    /* *********************************** */
    /********** SCRIGNO SINGOLO ************/
    /* *********************************** */
    .swiper-esplora h3{
        font-size: 1.3rem;
    }
    .swiper-esplora .titolo-artista p{
        font-size: 1.2rem;
    }
    .pop-up-traccia.traccia-aperto{
        width: 40%;
    }
    .pop-up-traccia.traccia-chiuso{
        top: 140px;
    }
}

@media (min-width: 992px){
    p,a{
        font-size: 1.2rem;
    }
    img{filter: grayscale(100%); transition: all .6s;}
    img:hover, img:focus{filter: grayscale(0%); transition: all .6s;}
    .titolo-sito{
        font-size: 4rem;
    }
    .sottotitolo-sito h2{
        font-size: 1.4rem;
    }
    .wrapper-principale-emily{
        align-items: unset;
        text-align: left;
        width: 50%;
    }
    .contenitore-ed{
        margin: 100px auto;
    }
    .foreground-emily{
        bottom: unset;
        top: 20%;
        left: 18%;
        width: unset;
        max-width: 70%;
    }
    .background-emily{
        flex-direction: row;
    }
    .info-nato-da{
        flex-direction: row;
        gap: 30px;
    }
    .link-home p{
        font-size: 2.5rem;
    }
    .nato-da .button {
        margin: 30px 0;
    }
    .wrapper-testo-nato-da{
        max-width: 50%;
    }
    .wrapper-img-nato-da{
        max-width: 28%;
        height: fit-content;
        align-self: flex-start;
        margin: 0 auto;
    }
    .swiper-autoheight{
        height: 360px;
    }
    .swiper-citazioni:before{
        padding: 25px 30px 5px 30px;
        font-size: 4rem;
    }
    .swiper-citazioni:after{
        padding: 0px 30px;
        font-size: 4rem;
    }
    .wrapper-img-composto{
        width: 430px;
        transform-origin: bottom right;
    }
    .wrapper-composto-da  .wrapper-img-composto{
        width: 285px;
    }
    .wrapper-composto-da{
        flex-direction: row;
        gap: 0px;
    }
    .installazione-scrigni .nome-composto-1{
        text-align: end;
    }
    .installazione-scrigni .titolo-artista{
        text-align: end;
        justify-self: self-end;
    }
    .wrapper-ed-scuole{
        flex-direction: row;
        justify-content: space-between;
        gap: 50px;
        align-items: unset;
    }
    .single-incontro{
        width: 50%;
    }

    /* *********************************** */
    /******* INSTALLAZIONE ARTISTICA *******/
    /* *********************************** */
    .h2-generica .sottotitolo p{
        font-size: 1.2rem;
    }
    .titolo-varie{
        font-size: 3.5rem;
    }
    .installazione-scrigni{
        flex-direction: row;
        gap: 140px 70px;
    }
    .single-scrigno-installazione{
        width: 430px;
    }
    .titolo-rosso-scrigno{
        justify-self: end;
    }
    .titolo-mostra-single{
        margin-right: 0;
    }
    .titolo-artista-single{
        margin-right: 0;
    }
    
    .nome-composto .arrow{
        position: absolute;
        display: block;
        width: 15%;
        height: 3px;
        bottom: -20px;
        left: -3px;
        background-color: #fff;
        transition: all 0.3s ease-out;
        transform-origin: bottom left;
    }
    .arrow:after{
        content: "";
        bottom: -10px;
        right: 6px;
        position: absolute;
        height: 10px;
        width: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg) translateY(-100%);
        transition: all 0.3s ease-out;
    }
    .single-scrigno-installazione:hover .arrow, .single-scrigno-installazione:focus .arrow{
        width: 20%;
        transform-origin: bottom left;
    }
    .single-scrigno-installazione:hover .arrow::after, .single-scrigno-installazione:focus .arrow::after{
        right: 7px;
        transition: all 0.3s ease-out;
    }
    .nome-composto .wrapper-arrow{ /* per installazione */
        transform: rotate(180deg);
    }
    .nome-composto .arrow{
        bottom: 20px;
    }

    /* *********************************** */
    /************* ALBUM E REMIX ***********/
    /* *********************************** */
    .titolo-flex{
        font-size: 3.5rem;
        margin: 100px 0;
    }
    .wrapper-contenuto-flex{
        flex-direction: row;
        gap: 60px;
    }
    .titolo-ascolta{
        font-size: 2rem;
    }
    .testo-ascolta{
        width: fit-content;
        overflow-wrap: unset; 
    }
    .wrapper-loghi-acquista{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wrapper-cta-calendario{
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    .singolo-acquista{
        width: 42%;
        gap: 20px;
        justify-content: left;
    }

    /* *********************************** */
    /******* PERFORMANCE MUSICALE **********/
    /* *********************************** */
    .titolo-cta-calendario{
        font-size: 2rem;
        text-align: center;
    }
    .singolo-cta-calendario{
        justify-content: center;
    }
    .wrapper-gallery-performance{
        justify-content: flex-start;
    }
    .wrapper-singola-img-performance{
        width: 400px;
        height: 400px;

    }

    /* *********************************** */
    /******** STORIA DEL PROGETTO **********/
    /* *********************************** */
    .wrapper-timeline{
        width: 70%;
        margin: auto;
    }
    .crono-destra, .crono-sinistra{
        padding: 80px;
        display: flex;
        gap: 30px;
        position: relative;
    }
    .crono-destra::after, .crono-sinistra::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: repeating-linear-gradient(
            to right,
            var(--rosso) 0,
            var(--rosso) 30px,
            transparent 30px,
            transparent 40px
        );
    }
    .crono-destra{
        border-left: unset;
        justify-content: end;
        border-right: 5px solid;
        border-image: repeating-linear-gradient(
            to bottom,
            var(--rosso) 0,
            var(--rosso) 30px,
            transparent 30px,
            transparent 40px
        ) 1;
    }
    .crono-destra .wrapper-testi-crono{
        text-align: end;
        justify-items: end;
    }
    .crono-sinistra{
        flex-direction: row;
        border-left: 5px solid;
        border-image: repeating-linear-gradient(
            to bottom,
            var(--rosso) 0,
            var(--rosso) 30px,
            transparent 30px,
            transparent 40px
        ) 1;
    }
    .anno-crono{
        font-size: 1.9rem;
    }
    .descrizione-crono{
        max-width: 412px;
    }
    .link-photo{
        text-align: end;
    }
    p.descrizione-crono{
        justify-content: right;
    }
    
    /* *********************************** */
    /********** SCRIGNO SINGOLO ************/
    /* *********************************** */
    .wrapper-cit-dall-artista{
        width: 80%;
        margin: 100px auto;
    }
    .citazione-dall-artista{
        max-width: 80%;
    }
    .swiper-esplora{
        height: 340px;
    }
    .swiper-esplora .nome-composto{
        text-align: right;
        top: 92%;
    }
    .swiper-esplora .titolo-artista p{
        text-align: right;
    }
    .swiper-esplora .wrapper-img-composto{
        width: 290px;
    }
    .section-foto-2{
        flex-direction: row;
    }
    .wrapper-img-2-stretta{
        width: 30%;
        margin: auto;
    }
    .wrapper-video{
        width: 30%;
        margin: 0 auto;
    }
    .wrapper-img-scrigni.wrapper-video{
        height: 100%;
    }
    .wrapper-foto-scrigno, .wrapper-video, .wrapper-riempitiva{
        height: 100%;
    }
    .section-scrigni-articolata{
        height: 75vh;
        margin: 10px auto;
        width: fit-content;
    }
    .pop-up-traccia.traccia-chiuso{
        width: 12%;
    }
    .pop-up-traccia{
        top: 60px;
        bottom: unset;
        right: 0;
        left: unset;
    }
    .pop-up-traccia.traccia-aperto{
        border-top-right-radius: unset;
        border-bottom-left-radius: 30px;
        transform: unset;
    }
    #audio-captions-container{
        width: fit-content;
    }

    /* *********************************** */
    /************** FOOTER *****************/
    /* *********************************** */
    .footer-wrapper, .footer-bottom{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    footer .nav-link-tsn{
        text-align: left;
    }
    footer .nav-link-mat{
        text-align: right;
    }
    .lista-link-legali-footer{
        margin-top: 0px;
    }
    .footer-bottom-legali{
        flex-direction: column;
    }
    /* *********************************** */
    /**************** HEADER ***************/
    /* *********************************** */
    .header-tsn a{
        font-size: 1rem;
    }
    .navbar-brand{
        max-width: 160px;
    }
    #menu-header.navbar-nav{
        gap: 7px;
    }
    .navbar-collapse {
        display: flex !important;
        flex-direction: row;
        justify-content: flex-end;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        display: none;
        padding-left: 14px;
    }
    .dropdown-menu.show {
        display: block;
        background-color: #fff;
        width: max-content;
        left: unset;
        right: 50%;
        border-right: 0;
        min-width: fit-content;
        transform: translateX(50%);
        border-radius: 6px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
        padding: 0.5rem 0; 
        padding-left: 30px;
        justify-items: left;
    }
    .pll-parent-menu-item .dropdown-menu.show{
        padding-left: 16px;
    }
    .dropdown-menu.show li{
        width: fit-content;
    }
    .dropdown-menu.show li span {
        color: #000;
        font-size: 1.1rem;
        transition: background 0.3s, color 0.3s;
    }
    .dropdown-item{
        padding-left: 0;
    }
    .button-chiudi-menu{
        display: none;
    }
}

@media (min-width: 1200px){
    /* *********************************** */
    /**************** HEADER ***************/
    /* *********************************** */
    .header-tsn a{
        font-size: 1.2rem;
    }
    #menu-header.navbar-nav{
        gap: 20px;
    }
    .navbar-brand{
        max-width: 180px;
    }
    /* *********************************** */
    /******* INSTALLAZIONE ARTISTICA *******/
    /* *********************************** */
     .nome-composto-1{
        left: 36%;
    }
    /* *********************************** */
    /******* PERFORMANCE MUSICALE **********/
    /* *********************************** */
    .wrapper-singola-img-performance{
        width: 340px;
        height: 340px;

    }
}

@media(min-width: 1400px){
    /* *********************************** */
    /**************** HEADER ***************/
    /* *********************************** */
    .navbar-brand{
        max-width: 196px;
    }

    /* *********************************** */
    /************** FOOTER *****************/
    /* *********************************** */
    .link-legali-footer{
        margin: 0px;
    }
    .footer-bottom-legali{
        flex-direction: row;
    }
}