/* 
Theme Name: Quattrolinee - Piemontedalvivo Theme
Author: web@quattrolinee.it
Author URI: www.quattrolinee.it
Version: 1.3.1
*/
/* 
// Example usage
.container {
    // Default, mobile first
    padding: 0 15px;

    // 576px window width and more
    @include sm {
        padding: 0 20px;
    }

    // 992px window width and more
    @include lg {
        padding: 0 40px;
    }

    // 1200px window width and more
    @include xl {
        padding: 0 60px;
    }

    // 1600px window width and more withc custom rwd
    @include rwd(1623) {
        padding: 0 80px;
    }
} 
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
* {
  scroll-behavior: smooth !important;
  font-family: "Montserrat";
}

/* Animazione di entrata delle pagine */
.animate-page {
  animation-duration: 0.5s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    /* transform: translate3d(100%, 0, 0); */
  }

  100% {
    opacity: 1;
    /* transform: none; */
  }
}

body {
  background-color: white;
  /* background-color: transparent;
  background-size: 20% 100%, cover;
  background-repeat: repeat-x, no-repeat;
  background-image: linear-gradient(to right, #0000000c 1px, transparent 1px);
  background-position: 10% center; */
}

.vertical-lines{
  background-color: transparent;
  background-size: 25% 100%, cover;
  background-repeat: repeat-x, no-repeat;
  background-image: linear-gradient(to right, #0000000c 1px, transparent 1px);
  background-position: 33% center;
  border-left: 1px solid #0000000c;
}
@media (max-width: 767px) {
  .grid-divider > [class*=col-]:nth-child(n+2):after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px;
  }
}
@media (min-width: 768px) {
  .grid-divider > [class*=col-]:nth-child(n+2):after {
    width: 1px;
    height: auto;
    left: -1px;
  }
}

.lock-scroll{
  overflow: hidden;
  height:100%;
 }

.light-grey-bg{
  background-color: #dddddd;

}
.grey-bg{
  background-color: #707070;
}
.dark-grey-bg{
  background-color: #323232;
}
.white-bg{
  background-color: white;
}
.pink-bg{
  background-color: #E51746;
}
.dark-pink-bg{
  background-color: #AF153D;
}
.transparent-bg{
  background-color: transparent !important;
}

.white{
  color:white;
}
.black{
  color:black;
}
.grey{
  color:#7F807F;
}
.mid-grey{
  color:#707070;
}
.dark-grey{
  color:#323232;
}
.pink{
  color: #E51746;
}

.bt-white{
  border-top: 1px solid white;
}
.bt-light-grey{
  border-top: 1px solid #7F807F4D;
}
.bb-white{
  border-bottom: 1px solid white;
}
.bb-light-grey{
  border-bottom: 1px solid #7F807F;
}
.bb-grey{
  border-bottom: 1px solid #7F807F4D;
}
.br-white{
  border-right: 1px solid #D8D8D8;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat";
}

h1, .h1 {
  font-size: 4em;
  letter-spacing: 0.1rem;
  font-weight: bolder; 
}
h2, .h2 {
  font-size: 4em; 
  font-weight: 500; 
}
h3, .h3 {
  font-size: 2.5em;
}
h4, .h4 {
  font-size: 1.5em;
  letter-spacing: 0.1rem; 
}
h5, .h5 {
  font-size: 1.5em;
  line-height: 30px;  
}
h6, .h6 {
  font-size: 1em;
  line-height: 20px;  
}

.ls-2-5{
  letter-spacing: 2.5px;
}

a {
  color: black;
  text-decoration: none; 
}
a:hover {
  text-decoration: underline;
  color: #E51746; 
}
a.white:hover {
  color: #ffffff;
}

.btn {
  border-radius: 0;
  padding: 0 2.5rem;
  line-height: 40px;
  letter-spacing: 0.2px;
  /* font-weight: 600; */
  transition: background-color 0.375s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.375s cubic-bezier(0.4, 0, 0.2, 1), color 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn-primary {
  color: white;
  background-color: #E51746;
  border-color: #E51746;
}
.btn.btn-primary:hover {
  color: #E51746;
  background-color: white;
  border-color: white;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
.btn.btn-secondary {
  color: #E51746;
  background-color: white;
  border-color: white;
}
.btn.btn-secondary:hover {
  color: white;
  background-color: #E51746;
  border-color: #E51746; 
}
.btn.btn-tertiary {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn.btn-tertiary:hover {
  color: white;
  background-color: #E51746;
  border-color: white; 
}
.btn-small{
  font-size: 14px;
  font-weight: 500;
  padding: 0 2.5em !important;
}

.video-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 
.video-container iframe,
.video-container object,
.video-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arrow-icon{
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
}

.arrow-icon-grey{
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  filter: invert(21%) sepia(10%) saturate(651%) hue-rotate(169deg) brightness(92%) contrast(91%);
}
.arrow-icon-white{
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  filter: brightness(0) invert(1);
}
.arrow-icon-pink{
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  filter: invert(19%) sepia(86%) saturate(4514%) hue-rotate(337deg) brightness(91%) contrast(97%);
}
.carousel-arrow{
  width: 15px;
  height: 15px;
  margin-bottom: 0;
}
.timeline-arrow{
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.greyscale{
  filter: grayscale(100%);
  background-color: #dddddd !important;
}

.greyscale h2{
  opacity: 0.3;
}

.greyscale h6{
  opacity: 0.4;
}

/* Hide load more button when there are no more elements */
.alm-load-more-btn.done{
  display: none;
}

/* Header */
header {
  position: sticky;
  /* background-color: rgba(0, 187, 0, 0.384); */
  top: 0;
  right: 0;
  left: 0;
  height: auto;
}

.white-header{
  background-color: white;
}

.header .logo{
  position: relative;
  width: auto;
  max-height: 80px;
  z-index: 999;
}

.hide{
  display: none !important;
}

.navbar a {
  text-decoration: none;
}

/* Top Navigation */
.top-header{
  position: fixed;
  /* background-color: rgba(0, 187, 0, 0.384); */
  top: 0;
  right: 0;
  left: 0;
  height: auto;
}

.top-header.white{
  filter: brightness(0) invert(1);
}

/* Main Menu */
#main-navigation{
  position: relative;
}
#main-navigation .nav-item a{
  color: white;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid transparent;
}
.header.header-trasparente{
  color: white;
}
.header .newsletter-button{
  margin-bottom: 7px;
}
.header.header-trasparente .newsletter-button{
  color: white;
}
.header.header-trasparente .newsletter-button svg{
  fill: white;
}
.header.header-trasparente #main-navigation li.nav-item.menu-item-has-children:after{
  filter: brightness(0) invert(1);
}
.header.header-trasparente.white-header{
  color: black;
}
.header.header-trasparente.white-header .newsletter-button{
  color: black;
}
.header.header-trasparente.white-header .newsletter-button svg{
  fill: black;
}
.header.header-trasparente.white-header #main-navigation li.nav-item.menu-item-has-children:after{
  filter: invert(21%) sepia(10%) saturate(651%) hue-rotate(169deg) brightness(92%) contrast(91%);
}
.header.white-header #main-navigation .nav-item a{
  color: black;
}
.header.header-trasparente.white-header #main-navigation .nav-item a:hover li.nav-item.menu-item-has-children:after{
  filter: invert(19%) sepia(86%) saturate(4514%) hue-rotate(337deg) brightness(91%) contrast(97%);
}
.header.header-trasparente .newsletter-button:hover{
  color: #E51746;
}
.header.header-trasparente .newsletter-button:hover svg{
  fill: #E51746;
}

/* Colore elementi correnti menu */
#main-navigation li.nav-item.active > a, #main-navigation li.current-menu-ancestor > a{
  color: #E51746 !important;
  /* border-bottom: 1px solid #E51746 !important; */
}
/* #main-navigation .sub-menu li.nav-item.active > a{
  border-bottom: none !important;
} */
#main-navigation .nav-item a:hover{
  color: #E51746 !important;
  border-bottom: 1px solid #E51746;
}
#main-navigation .menu-item:hover > a {
  color: #E51746 !important;
  border-bottom: 1px solid #E51746;
}
#main-navigation li.nav-item.menu-item-has-children:after {
  position: absolute;
  content: ' ';
  width: 11px;
  height: 11px;
  margin-top: 14px;
  margin-left: 4px;
  background-image: url(assets/images/icons/arrow-bottom-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* font-size: 14px;
  content: ' \02C5';
  color: inherit;
  top: 10px;
  right: -12px;
  transition: 0.3s linear; */
  
}
#main-navigation li.nav-item.menu-item-has-children:hover:after{
  /* content: ' \02C4';
  color: #E51746 !important; */
  background-image: url(assets/images/icons/arrow-top-black.svg);
  filter: invert(19%) sepia(86%) saturate(4514%) hue-rotate(337deg) brightness(91%) contrast(97%) !important;
}
#main-navigation .sub-menu{
  position: fixed;
  list-style: none;
  opacity: 1;
  right: 0;
  left: 0;
  background-color: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 45vw;
}
#main-navigation ul.sub-menu li {
  position: relative;
  float: none;
  width: 90%;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 2em;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

#main-navigation ul.sub-menu li:hover {
  background-color: #E51746;
}
#main-navigation ul.sub-menu li:hover a{
  border-bottom: 1px solid transparent;
  color: white !important;
}
#main-navigation ul.sub-menu li a:after{
  position: absolute;
  font-size: 14px;
  /* content: ' >'; */
  content: ' ';
  width: 11px;
  height: 11px;
  margin-top: 4px;
  background-image: url(assets/images/icons/arrow-right-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
}
#main-navigation ul.sub-menu li:hover a:after{
  filter: brightness(0) invert(1);
}
#main-navigation li{
    list-style: none;
    float: left;
    margin: 0 2em 0 0;
    position: relative;
}

/* Stile dell'ultimo elemento del menu (compresi sub-menu) */
.primary-menu li:last-child{
    margin: 0 !important;
}

#main-navigation li a{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#main-navigation li ul{
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.2s ease 0s;
    visibility: hidden;
}
#main-navigation li:hover ul{
    transform: scale(1);
    visibility: visible;
}
#main-navigation li ul li{
    font-size: 14px;
}
#main-navigation li ul li a{
    padding-top: 10px;
    padding-bottom: 5px;
    color: #E51746;
}
#main-navigation li ul li a:hover{
    color: green;
}
#main-navigation ul.sub-menu:before {
  position: absolute;
  top: 0;
  right: -6999px;
  left: -6999px;
  content: " ";
  min-height: 16em;
  background-color: #ffffff;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #D8D8D8;
  margin-top: 2em;
  box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.1);
}
#main-navigation ul.sub-menu:after {
  position: absolute;
  top: 3.5em;
  left: 7em;
  right: auto;
  content: " ";
  background-image: url(./assets/images/Genericamenu.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  width: 348px;
  height: 218px;
  min-height: 12em;
}

/* Menu newsletter button */
.navbar .newsletter-button{
  margin-left: 2em;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.navbar .newsletter-button svg{
  transition: all 0.3s ease-in-out;
}

/* Newsletter bar */
#newsletter.newsletter-bar{
  background-color: #E51746;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  /* height: 3em; */
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  z-index: 100;
  display: none;
}
#newsletter .social-icon {
    height: 18px;
    filter: brightness(0) invert(1);
}
#newsletter .btn {
    line-height: 35px;
}
#newsletter .social-column {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

/* Menu homepage */
.home-navbar #main-navigation .nav-item a{
  color: black;
}
.home-navbar .header.header-trasparente{
  color: black;
}
.home-navbar #main-navigation li.nav-item.menu-item-has-children:after {
  color: black;
}

/* Hamburger Menu icon */
.hamburger-menu {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  display: flex;
  padding: 0;
  z-index: 999;
}
.menu button, button:focus {
  background-color: transparent;
  border: none !important;
  outline: none !important;
}

.line {
  fill: none;
  stroke: #E51746;
  stroke-width: 5;
  stroke-linecap: round;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.white-stroke .line{
  stroke: white;
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 5;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}
.opened .line1 {
  stroke: white !important;
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}
.opened .line2 {
  stroke: white !important;
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 5;
}
.opened .line3 {
  stroke: white !important;
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}


/* Hamburger Menu */
#hamburger-navigation{
  transition: all 0.25s;
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100vh;
  padding-top: 19vh;
  top: 0px;
  z-index: 50;
  background: #E51746;
}
#hamburger-navigation.show{
  left: 0%;
}

#hamburger-navigation ul.sub-menu li::marker {
  color: white;
  font-size: 1.2em;
}

#hamburger-navigation .nav-item{
  padding-top: 0.5em;
}
#hamburger-navigation ul.sub-menu .nav-item{
  padding-top: 0;
}
#hamburger-navigation .nav-item a{
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 5px;
}
#hamburger-navigation ul.sub-menu li a{
  text-transform: capitalize;
}

#hamburger-navigation .newsletter-link-mobile{
  color: white;
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 1em;
  letter-spacing: 5px;
  margin-top: 0.5em;
  text-transform: uppercase;
}
.hamburger-container{
  overflow-y: auto !important;
  height: 74vh;
}

.single-text img{
  width: 100%;
  height: auto;
}

/* Footer */
footer{
  position: relative;
  width: 100%;
  bottom : 0px;
}
.footer-social .social-icon{
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}
.footer-contact{
  font-size: 1.1em;
  margin-right: 20px;
}
.social-icon{
  height: 23px;
}
.woocommerce img.social-icon,
.woocommerce-page img.social-icon {
    height: 23px !important;
}
.social-link:hover{
  text-decoration: none;
}
.contact-icon{
  height: 17px;
  margin-right: 15px;
}
.info-icon{
  width: 17px;
  height: 17px;
  margin-right: 15px;
  margin-bottom: 5px;
  filter: invert(43%) sepia(0%) saturate(1582%) hue-rotate(204deg) brightness(97%) contrast(74%);
}
.info-icon-white{
  width: 17px;
  height: 17px;
  margin-right: 15px;
  margin-bottom: 5px;
  filter: brightness(0) invert(1);
}
.logo-footer{
  width: auto;
  max-height: 100px;
}
.loghi-footer{
  width: auto;
  max-height: 100px;
}
.btn-newsletter{
  color: #E51746;
  background-color: white;
}
.btn-newsletter:hover{
  color: #E51746;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 55%);
}
.btn-newsletter:focus {
  outline: 0;
  box-shadow: none !important;
}

/* Scroll top button */
#scroll-top {
  background-color: #E51746;
  display: block;
  position: fixed;
  right: 3rem;
  bottom: 4rem;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  z-index: 200;
  opacity: 0.85;
  display: none;
}
#scroll-top.scroll-top-button{
  width: 50px;
  height: 50px;
  color: white;
  font-weight: 500;
}
#scroll-top.scroll-top-button:hover{
  background-color: #EA456B;
}
#scroll-top .scroll-top-icon {
  width: 45%;
  height: 100%;
  filter: brightness(0) invert(1);
}

/* Pagina singola */
.single-page-header{
  padding-top: 10em !important;
}
.single-page-body{
  padding-top: 5em;
  padding-bottom: 5em;
}
.show-element{
  opacity: 1 !important;
}
.single-page-header{
  position: relative;
}
.page-navigator{
  position: absolute;
  height: 18em;
  bottom: 0;
  right: 0;
}
#page-nav-title{
  overflow: hidden;
  background-color: #EA456B;
  width: 100%;
  height: 15em;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#prev-title{
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-name: fadeInRight;
}
#next-title{
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-name: fadeInRight;
}
@keyframes fadeInRight {
  0% {
    transform: scale(1.5) translate(40px, 0px);
  }

  100% {
    transform: none;
  }
}
.page-navigator span{
  font-size: 1.5em;
}
.page-navigator .prev-button{
  position: absolute;
  content: ' ';
  color: white;
  left: auto;
  right: 3em;
  bottom: 0;
  height: 3em;
  width: 3em;
  overflow: hidden;
}
.page-navigator .prev-button:hover{
  background-color: #EA456B;
}
.page-navigator .prev-button img.arrow-icon{
  width: 100%;
  height: 45%;
  filter: brightness(0) invert(1);
}
.page-navigator .next-button{
  position: absolute;
  content: ' ';
  color: white;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3em;
  width: 3em;
  overflow: hidden;
}
.page-navigator .next-button:hover{
  background-color: #EA456B;
}
.page-navigator .next-button img.arrow-icon{
  width: 100%;
  height: 45%;
  filter: brightness(0) invert(1);
}

.pages-title-block{
  position: relative;
  height: 3.5em;
}
.pages-title{
  position: absolute;
  /* height: 200px; */
}
.pages-title h3{
  border-bottom: 5px solid #E51746;
}
.pages-title-block .page-title-link{
  position: absolute;
  right:0;
  top: 1em;
}
.pages-title-block .page-title-link:hover .arrow-icon-grey{
  filter: invert(19%) sepia(86%) saturate(4514%) hue-rotate(337deg) brightness(91%) contrast(97%);
}

/* Homepage */
.home-header{
  display: inline;
  position: relative;
  height: 100vh;
}
.home-header .home-banner{
  min-height: calc( 100vh - 5em);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-header .pink-container{
  position: relative;
  max-height: 8em;
  top: -5em;
}
.home-header .pink-container:before{
  position: absolute;
  content: ' ';
  background-color: #E51746;
  width: 100%;
  height: 100%;
  top:0;
  bottom: auto;
  left: -50%;
  right: 0;
  z-index: 0;
}
.home-header-link{
  position: relative;
  top: 25%;
}
.home-banner h5{
  font-size: 1.4em;
}

/* Sezione prossimi spettacoli */
.home-shows{
  display: block;
  /* margin-top: -6em; */
}
.home-shows .category-filter-btn{
  color: #323232;
  font-size: 1.3em;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 0.2rem 1.5rem;
  padding-left: 0;
  border: 0;
  transition: none !important;
  opacity: 0.7;
}
.home-shows .category-filter-btn:hover{
  text-decoration: underline 2px solid #E51746;
  text-underline-position: under; 
}
.home-shows .category-filter-btn.active{
  /* color: #E51746; */
  /* font-weight: 600; */
  opacity: 1;
  text-decoration: underline 2px solid #E51746;
  text-underline-position: under; 
}
.home-shows .filter-nav{
  z-index: 2;
}
.home-shows .btn:focus{
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

/* Spettacolo singolo */
.show-back-link{
  position: relative;
  top: 25%;
}
.single-show .show-banner{
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-show .pink-container{
  position: relative;
  height: 8em;
}
.single-show .pink-container:before{
  position: absolute;
  content: ' ';
  background-color: #E51746;
  width: 100%;
  height: 100%;
  top:0;
  bottom: auto;
  left: -50%;
  right: 0;
  z-index: 0;
}
.pink-title{
  border-left: 5px solid #E51746;
}
/* Spettacoli collegati */
.rel-show-item{
  position: relative;
  min-height: 22.5em;
  box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.1);
}
.rel-show-item a:hover{
  text-decoration: none;
}
.rel-show-item div{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rel-show-item img.arrow-icon{
  width: 45%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.rel-show-item .mobile-image-block{
  height: 15em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Agenda */
.agenda-header{
  position: relative;
  min-height: 100vh;
  padding-top: 5em;
}
.agenda-header h3{
  position: relative;
  color: #333333;
  letter-spacing: -0.9px;
}
.agenda-image{
  /* background-color: grey; */
  width: 100%;
  height: auto;
}
.show-page{
  overflow: hidden;
  animation-duration: 0.5s;
  transition-timing-function: ease-in;
  animation-timing-function: linear;
  animation-name: animateIn;
}
@keyframes animateIn {
  0% {
    opacity: 0;
    /* transform: translate3d(5%, 0, 0); */
  }

  100% {
    opacity: 1;
    /* transform: none; */
  }
}
.view-show{
  position: absolute;
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  color: white;
  font-weight: 500;
}
.view-show:hover{
  background-color: #EA456B;
}
.view-show img.arrow-icon{
  width: 100%;
  height: 45%;
  filter: brightness(0) invert(1);
  transform: rotate(0);
}
.show-elem h1{
  line-height: 0;
  font-weight: 500;
}
.show-elem h5{
  font-weight: 500;
}
.show-elem .other-dates-button{
  position: absolute;
  bottom: 0;
  left: 0;
}
.show-elem .hour-block{
  margin-top: 3em;
}
.show-elem .info-icon{
  width: 16px;
  height: 16px;
  margin-right: 5px;
  filter: invert(21%) sepia(10%) saturate(651%) hue-rotate(169deg) brightness(92%) contrast(91%);
}
.show-elem .buy-block{
  height: 2.6em;
}
.show-elem .mobile-image-block{
  position: relative;
  height: 15em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.show-elem .mobile-image-block .event-status {
  width: 100%;
  z-index: 1;
}
.show-elem .mobile-image-block .view-show{
  z-index: 2;
}
.show-elem .event-status{
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #AF153D;
  opacity: 0.9;
  z-index: 0;
}

.middle-block{
  z-index:2;
}
.info-spettacolo span{
  color: #70707080;
}
.info-spettacolo .contact-icon{
  height: 16px;
  margin-right: 10px;
}
.show-page h5{
  font-weight: 600;
}
.show-page .btn:focus{
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.show-page .submit-btn:focus{
  outline: none !important;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%) !important;
  border: 1px solid #E51746 !important;
}
.show-page .category-filter-btn{
  color: #323232;
  font-size: 1.3em;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 0.2rem 1.5rem;
  padding-left: 0;
  border: 0;
  transition: none !important;
  opacity: 0.7;
}
.show-page .category-filter-btn:hover{
  text-decoration: underline 5px solid #E51746;
  text-underline-position: under;
}
.show-page .category-filter-btn.active{
  /* color: #E51746; */
  opacity: 1;
  text-decoration: underline 5px solid #E51746;
  text-underline-position: under; 
}
.show-page .filters:before{
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  content: " ";
  border-top: 1px solid #7F807F;
  margin-top: 4em;
  z-index: 0;
}
.show-page .filter-nav{
  z-index: 2;
}
.show-page .category-filter-btn.subcategory{
  color: #E51746;
  background-color: transparent;
  padding: 0.2rem 1.5rem;
  padding-top: 0.7em;
  border: 1px solid #707070;
  font-size: 0.9em;
  letter-spacing: 0.42px;
  line-height: 1em;
  font-weight: 500;
}
.show-page .category-filter-btn.subcategory:hover{
  background-color: #E5174626;
  text-decoration: none;
}
.show-page .category-filter-btn.subcategory:focus{
  border: 1px solid #E5174626 !important;
}
.show-page .category-filter-btn.subcategory.active{
  background-color: #E5174626;
  border: 1px solid #E5174626;
  text-decoration: none;
}
.sub-description{
  font-size: 12px;
  text-transform: none;
}

.show-elem{
  position: relative;
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat;
}

.show-elem .img-col{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.search-filters input {
  padding: 9px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #707070;
  width: 100%;
}
.search-filters input::placeholder {
  color:#707070;
  font-size: 1.3em;
}
.search-filters input[type=text] {
  padding: 10px;
}
.search-filters select {
  padding: 7px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #707070;
  width: 100%;
  color:#707070;
  font-size: 1.3em;
}
.search-filters .select_location {
  padding: 10px;
}
.search-filters [type=submit] {
  color: white;
  font-weight: 500;
  padding: 0 2.5rem;
  background-color: #E51746;
  width: 100%;
}
.search-icon {
  width: 14px;
  height: 100%;
  margin: 0;
  margin-right: 0.5em;
  filter: brightness(0) invert(1);
}
.search-filters [type=submit]:hover {
  color: #E51746;
  background-color: white;
  border-color: white;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
.search-filters [type=submit]:hover .search-icon {
  filter: invert(19%) sepia(86%) saturate(4514%) hue-rotate(337deg) brightness(91%) contrast(97%);
}
#tag-fields input[type=radio]{
  display: none;
}
#tag-fields input[type=radio] + label {
  color: #323232;
  font-style: normal;
  margin-right: 2em;
} 
#tag-fields input[type=radio] + label:hover {
  color: #E51746;
} 
#tag-fields input[type=radio]:checked + label {
color: #E51746;
text-decoration: underline;
font-style: italic;
} 
.reset-btn{
  background-color: transparent;
  border: none;
  color: #707070;
}
.reset-btn:hover{
  color: #E51746;
}
.reset-btn:hover .reset-icon{
  filter: invert(23%) sepia(98%) saturate(3304%) hue-rotate(333deg) brightness(88%) contrast(106%);
}
.reset-btn .reset-icon {
  height: 18px;
  margin-bottom: 2px;
  filter: invert(47%) sepia(8%) saturate(9%) hue-rotate(321deg) brightness(90%) contrast(86%);
}

#show-infos div{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#show-infos .description{
  min-height: 6em;
}
#show-infos .buy-button{
  padding: 0 2em;
}

.agenda-filters-container{
  box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 10%);
}

#agenda-pag.nav-tabs .nav-link{
  border-radius: .25rem;
}
#agenda-pag.nav-tabs .nav-link:hover{
  /* border-color: #E51746; */
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
#agenda-pag.nav-tabs .nav-link.active{
  cursor: unset;
  border-color: #dee2e6;
}
#agenda-pag.nav-tabs .nav-link.active:hover{
  box-shadow: none !important;
}
#agenda-pag.nav-tabs .btn-nav{
  /* border: 1px solid transparent; */
  border-color: #dee2e6;
  border-radius: 0;
  letter-spacing: 0.2px;
  border-radius: .25rem;
  background-color: white;
}
#agenda-pag.nav-tabs .btn-nav:hover{
  color: white;
  background-color: #E51746;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}

/* Pagina Blog */

/* Loop News item */
.news-back-link{
  position: relative;
  top: 40%;
}
.card-news-item{
  overflow: hidden;
  border: none;
  background-color: transparent;
  transition: all 0.2s ease;
  border-bottom: 2px solid #7F807F;
  border-radius: 0;
}
.card-news-item .card-image{
  display: block;
  z-index: 3;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.card-news-item .card-body{
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 5;
}
.card-news-item:hover{
  background-color: white;
  border-bottom: 5px solid #E51746;
  box-sizing: border-box;
  margin-bottom: -3px;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 25%);
}
.card-news-item a:hover{
  text-decoration: none;
}
.article-content p{
  height: 4.5em;
  color: #7F807F !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-title{
  height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Pagina articolo singolo */
.banner-post{
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-post-body{
    position: absolute;
    width: 80vw;
    top: auto;
    bottom: calc(50vh + 3em);
}
.post-back-arrow{
  height: 60px;
}
.post-date{
  letter-spacing: 1.5px;
}
.single-post h3{
  font-weight: 600;
}
.related-news .h4{
  font-weight: 600;
}

/* Chi siamo */
/* Pagina Persone */
.single-page-body .colonna-sx{
  font-size: 1.4rem;
}

/* Pagina Amministrazione trasparente */
#accordion-collegamenti-rapidi{
  border-bottom: 1px solid #323232;
}
#accordion-collegamenti-rapidi .at-table table,
#accordion-collegamenti-rapidi .at-table tr,
#accordion-collegamenti-rapidi .at-table th,
#accordion-collegamenti-rapidi .at-table td{
  border: 1px solid grey;
  border-collapse: collapse;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.container-amministrazione-trasparente{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -19%;
  overflow: hidden;
}
.banner-ammin-trasp{
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 85%;
}
.banner-ammin-trasp a:hover {
  text-decoration: none;
}

#coll-rapido-element .btn-link:hover{
text-decoration: none !important;
}
#coll-rapido-element .btn-link:focus {
text-decoration: none !important;
box-shadow: none !important;
}
#coll-rapido-element.card{
border: none;
background-color: transparent;
}
#coll-rapido-element .card-header{
background-color: transparent;
border-top: 1px solid #323232;
border-bottom: none;
padding: 1rem 0;
}
#coll-rapido-element .card-body{
background-color: transparent;
padding: 2rem 0;
/* border-bottom: 1px solid #323232; */
}
#coll-rapido-element .card-body a{
color: #FD80A1;
}
#coll-rapido-element .btn-link:before{
  /* content: ' \22C1';
  font-size: 1.5em;
  color: #323232;
  top: 1em; */
  content: ' ';
  background-image: url(assets/images/icons/arrow-bottom-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2em;
  width: 24px;
  height: 24px;
  margin-top: 1em;
}
#coll-rapido-element .btn-link.collapsed:before{
  /* content: ' \22C0'; */
  background-image: url(assets/images/icons/arrow-top-black.svg);
}
.link-title{
  text-decoration: underline;
  text-underline-position: under; 
}

.upload-white-icon{
  width: 17px;
  height: 17px;
  margin-right: 15px;
  margin-bottom: 5px;
  filter: brightness(0) invert(1);
}

/* Pagina La fondazione */
.fondazione-image{
  /* background-color: grey; */
  width: 100%;
  height: auto;
}

/* Pagina Reti */
.reti-card{
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
.reti-card h6{
  font-size: 1.2em;
}
.reti-card p{
  font-size: 0.8em;
}
.reti-card .reti-img{
  /* max-height: 70px; */
  width: 100%;
  height: auto;
}
.reti-card a{
  color: #E51746;
}

/* Pagina Bandi e Gare*/
#elenco-bandi-gare{
  background-color: #AF153D;
}
#elenco-bandi-gare .pages-title h3{
border-bottom: 5px solid white;
}
#elenco-bandi-gare a.collapsed{
  color: #FD80A1;
}
#elenco-bandi-gare a.collapsed h3:after{
  filter: invert(76%) sepia(10%) saturate(5353%) hue-rotate(297deg) brightness(97%) contrast(110%);
}
#elenco-bandi-gare a{
  color: white;
}
#elenco-bandi-gare a:hover{
  color: white;
  text-decoration: none;
  /* text-underline-position: under;  */
}
#elenco-bandi-gare a:hover h3:after{
  filter: brightness(0) invert(1);
}
#elenco-bandi-gare a h3:after{
  position: absolute;
  font-size: 1em;
  /* content: ' >'; */
  content: ' ';
  right: 5px;
  background-image: url(assets/images/icons/arrow-right-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 15px;
  filter: brightness(0) invert(1);
}
#in-evidenza .ie-element{
  box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.1);
}
/* #in-evidenza a span{
  font-size: 2em;
  transform: rotate(-90deg);
}
#in-evidenza a.collapsed span{
  transform: rotate(90deg);
} */
#in-evidenza a img.arrow-icon{
  width: 45%;
  height: 100%;
  filter: brightness(0) invert(1);
  transform: rotate(0);
}
#in-evidenza a.collapsed img.arrow-icon {
  transform: rotate(180deg);
}

/* Pagine Il Circuito */
.circuito-element{
  position: relative;
  border-top: 1px solid  #7F807F;
  border-bottom: 1px solid  #7F807F;
}
.circuito-element:hover{
  background-color: white;
  box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.1);
}
.circuito-element a:hover{
  text-decoration: none;
}
.circuito-element .season-link{
  position: absolute;
  bottom: 1.5em;
}
.bg-color-1{
  background-color: #E51746;
}
.bg-color-2{
  background-color: #FD80A1;
}
.bg-color-3{
  background-color: #AF153D;
}


#elem-circuito-element p.pink{
  margin-bottom: 0 !important;
}
#elem-circuito-element .btn-link:hover{
  text-decoration: none !important;
}
#elem-circuito-element .btn-link:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}
#elem-circuito-element.card{
  border: none;
  background-color: transparent;
}
#elem-circuito-element .card-header{
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
#elem-circuito-element .card-body{
  background-color: transparent;
  padding: 0;
  /* border-bottom: 1px solid #323232; */
}
#elem-circuito-element .card-body a{
  color: #FD80A1;
}
#elem-circuito-element .btn-link:before{
  content: ' \22C0';
  color: #E51746;
  position: absolute;
  content: ' ';
  width: 16px;
  height: 16px;
  margin-top: 11px;
  background-image: url(assets/images/icons/arrow-top-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 13em;
  filter: invert(19%) sepia(86%) saturate(4514%) hue-rotate(337deg) brightness(91%) contrast(97%);
}
#elem-circuito-element .btn-link.collapsed:before{
  /* content: ' \22C1'; */
  background-image: url(assets/images/icons/arrow-bottom-black.svg);
}
/* Il Circuito - Le stagioni comunali */
.circuito-season-element{
  position: relative;
  min-height: 11.5em;
}
.circuito-season-element:hover{
    box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 25%);
}
.circuito-season-element a:hover{
  text-decoration: none;
}
.circuito-season-element .season-link{
  position: absolute;
  bottom: 1.5em;
}
.circuito-season-element #elem-circuito-element a:before {
  /* content: ' \22C0'; */
  position: absolute;
  content: ' ';
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: white;
  background-image: url(assets/images/icons/arrow-top-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 13em;
  filter: brightness(0) invert(1);
}
.circuito-season-element  #elem-circuito-element a.collapsed:before{
  /* content: ' \22C1'; */
  background-image: url(assets/images/icons/arrow-bottom-black.svg);

}
.circuito-season-element #elem-circuito-element-body.card{
  border: none;
  border-radius: 0;
  /* background-color: transparent; */
}
.circuito-season-element #elem-circuito-element-body .card-header{
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.circuito-season-element #elem-circuito-element-body .card-body{
  background-color: transparent;
  /* padding: 0; */
  /* border-bottom: 1px solid #323232; */
}
.circuito-season-element #elem-circuito-element-body .card-body a{
  color: #FD80A1;
}

/* Pagina contatti */
.contatti-content a{
  color: #E51746;
}
.container-amministrazione-trasparente .grey-block{
  position: absolute;
  z-index: 5;
}
.contact-map-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
  filter: brightness(0) invert(1);
}

/* Pagina Nuove Generazioni */
#accordion-elementi-circuito .new-gen:hover{
  text-decoration: none !important;
}

/* Progetti */
.project-right-block{
  position: relative;
}
.project-right-block .project-info{
  position: sticky;
  top: 10em;
  right: 0;
  height: auto;
}
.project-right-block .project-info .dl-icon{
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.tab-elenco-numerato{
  width: 100%;
}
.tab-elenco-numerato p{
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}
.tab-elenco-numerato a{
  color: #E51746;
}
.tab-elenco-numerato .number{
  color: white;
  background-color: #E51746;
  width: 30px;
  height: 30px;
  padding-top: 0.2em;
}

/* Piemonte */
.piemonte{
  position: relative;
  height: 100vh;
}
.piemonte .piemonte-banner{
  position: absolute;
  z-index: 10;
  top: 10em;
  bottom: 12em;
  left: 0;
  right: 0;
}
.piemonte .title-block{
  position: absolute;
  width: auto;
  bottom: 0;
}
.piemonte .pink-title p{
  color: white;
  font-size: 1.2em;
}
.piemonte .pink-container p{
  margin-bottom: 0;
}
.piemonte .bottom-banner{
  position: absolute;
  bottom: 6em;
  left: 12em;
  right: 14em;
  z-index: 1;
}
.piemonte .bottom-banner:after{
  position: absolute;
  content: ' ';
  height: 1px;
  background-color: white;
  left: 0;
  right: 0;
  bottom: 0.7em;
  opacity: 0.5;
}
#provinces-list{
  background-color: #FD80A1;
}

/* Teatro Singolo */
#teatro .info-teatro span, .info-teatro span a{
  color: #70707080;
}
#teatro .info-teatro span a:hover{
  color: #E51746;
}
#teatro .info-teatro .contact-icon{
  height: 16px;
  margin-right: 10px;
}

/* Pagina Press */
.banner-area-stampa{
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 85%;
}
.banner-area-stampa a {
  color: white;
}
.banner-area-stampa a:hover {
  text-decoration: none;
  color: #E51746;
}
.print-mat .info-icon{
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
  filter: invert(43%) sepia(0%) saturate(1582%) hue-rotate(204deg) brightness(97%) contrast(74%);
}
.print-mat a:hover{
  text-decoration: none;
}
.print-mat a:hover .info-icon{
  filter: invert(21%) sepia(83%) saturate(5680%) hue-rotate(338deg) brightness(92%) contrast(95%);
}
.media-gallery .video-show{
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  color: white;
  font-weight: 500;
}
.media-gallery .video-show:hover{
  background-color: #EA456B;
}
.media-gallery .video-show img.arrow-icon{
  width: 100%;
  height: 45%;
  filter: brightness(0) invert(1);
  transform: rotate(0);
}
.media-gallery .video-preview{
  background-color: #FD80A1;
  height: 20em;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.media-gallery .play-icon{
  width: 10%;
  height: auto;
  filter: brightness(0) invert(1);
}


/* Contenitore Onlive singolo */
.single-onlive .onlive-banner{
  position: relative;
  padding-top: 10em !important;
  height: calc( 100vh - 7em);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-onlive .pink-container{
  position: relative;
  height: 5em;
}
.single-onlive .pink-title p{
  color: white;
  font-size: 1.2em;
}
.single-onlive .title-row{
  padding-bottom: 12em;
}
.single-onlive .pink-container p{
  margin-bottom: 0;
}
.single-onlive .back-link{
  margin-top: 5em;
}
#accordion-contenitore{
  position: relative;
}
#accordion-contenitore:before {
  position: absolute;
  top: 2em;
  right: 0;
  left: 0;
  content: " ";
  border-top: 1px solid #7F807F;
  z-index: 0;
}
#accordion-contenitore a[aria-expanded=true]{
  pointer-events: none;
}
#accordion-contenitore a {
  font-size: 1.3em;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 0.2rem 1.5rem;
  padding-left: 0;
  border: 0;
  opacity: 1;
  text-decoration: underline 5px solid #E51746;
  text-underline-position: under;
}
#accordion-contenitore a.collapsed {
  color: #323232;
  transition: none !important;
  opacity: 0.7;
  text-decoration: none !important;
}

.modal-backdrop {
  opacity: 0.9 !important;
}
.modal-content{
  position: relative;
  background-color: transparent;
  border: 0 !important;
}
.modal-content .modal-body {
  border-bottom: 10px solid #E51746;
}
.close {
  position:absolute;
  right:0;
  top: -36px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.close:hover {
  color: #E51746;
}

/* Onlive - Episodi */
.onlive-item{
  min-height: 20em;
  position: relative;
  transition: 0.2s linear;
  padding-bottom: 10px;
}
.onlive-item:hover{
  background-color: white;
  border-bottom: 10px solid #E51746;
  padding-bottom: 0;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
.onlive-item a{
  text-decoration: none !important;
}
.onlive-item .image-block{
  height: 20em;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.onlive-item .play-icon{
  width: 10%;
  height: auto;
  filter: brightness(0) invert(1);
}
.onlive-item .view-show{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  color: white;
  font-weight: 500;
}
.onlive-item .view-show:hover{
  cursor: pointer;
}

#ec_gallery .image-block{
  cursor: unset;
}
#ec_gallery .image-block:hover{
  cursor: unset;
}

/* Onlive - Contenuti extra*/
.onlive-ec-items a{
  text-decoration: none !important;
}
.onlive-ec-items .image-block{
  min-height: 20em;
  position: relative;
  transition: 0.2s linear;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 10px solid #dddddd;
}
.onlive-ec-items .image-block:hover{
  border-bottom: 10px solid #E51746;
  transform: scale(1.01);
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
.onlive-ec-items .image-block:hover h6{
  color: #E51746;
}
.onlive-ec-items .view-show{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  color: white;
  font-weight: 500;
}
.onlive-ec-items .view-show:hover{
  cursor: pointer;
}

/* Sostieni */
.module-link{
  filter: invert(19%) sepia(86%) saturate(4514%) hue-rotate(337deg) brightness(91%) contrast(97%);
}
#sostieni-form-block{
  overflow: hidden;
}
.give-form-title{
  display: none !important;
}
#tab-sostieni{
  position: relative;
}
#tab-sostieni .sost-filters a{
  opacity: 0.7;
  font-size: 1.3em;
}
#tab-sostieni .sost-filters a:hover{
  text-decoration: underline 5px solid white;
  text-underline-position: under;
}
#tab-sostieni .sost-filters a[aria-expanded=true]{
  opacity: 1;
  pointer-events: none !important;
  text-decoration: underline 5px solid white;
  text-underline-position: under;
}
#tab-sostieni .sost-filters::before {
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  content: " ";
  border-top: 1px solid white;
  margin-top: 2em;
  z-index: 0;
}

#tab-sostieni .wpcf7-submit {
  width: auto !important;
  color: #E51746 !important;
  background-color: white !important;
  border-color: white !important;
  border-radius: 0;
  padding: 0 2.5rem !important;
  line-height: 40px;
  letter-spacing: 0.2px;
  /* font-weight: 600; */
  transition: background-color 0.375s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.375s cubic-bezier(0.4, 0, 0.2, 1), color 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
#tab-sostieni .wpcf7-submit:hover {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid white !important;
}
#tab-sostieni .wpcf7 input {
  padding: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  color: white;
}
#tab-sostieni .wpcf7-textarea {
  color: white;
  padding: 10px;
  background-color: transparent;
  width: 100%;
  border: 1px solid white;
}

#tab-sostieni .wpcf7 input::placeholder {
  color: white !important;
  opacity: 1;
}

#tab-sostieni input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 0.5em;
  width: 20px;
}

#tab-sostieni input[type="checkbox"]:before {
  content: '';
  /* margin-right: 10px; */
  display: inline-block;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background: #af153d;
  border: 1px solid white;
  border-radius: 2px;
}

#tab-sostieni input[type="checkbox"]:checked:before {
  background: #af153d;
  border-color: white;
}

#tab-sostieni input[type="checkbox"]:disabled {
  color: #b8b8b8;
  cursor: auto;
}

#tab-sostieni input[type="checkbox"]:disabled:before {
  box-shadow: none;
  background: #ddd;
}

#tab-sostieni input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

#tab-sostieni u{
  color: #FD80A1;
}

/* Media query */

/* Extra small devices (phones, 575px and down) */
@media only screen and (max-width: 575px) {
  .hide-on-mobile{
    display: none !important;
  }

  .mobile-container{
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  h1, .h1 {
    font-size: 2em;
  }
  h2, .h2 {
    font-size: 2em; 
  }
  h3, .h3 {
    font-size: 1.5em;
  }
  h4, .h4 {
    font-size: 1.2em;
  }
  h5, .h5 {
    font-size: 1.2em; 
  }
  h6, .h6 {
    font-size: 1em; 
  }

  #hamburger-navigation .navbar-nav{
    height: auto;
    padding-top: 1em;
  }
  .mobile-nav-link{
    font-size: 0.8em;
  }

  .footer-social .social-icon {
    margin-bottom: 10px;
  }

  #scroll-top{
    right:1rem !important;
    bottom: 4.5rem !important;
  }

  .agenda-header{
    height: auto !important;
  }

  .home-link-block{
    height: 100%;
    padding-left: 2.5em;
  }
  .home-header .pink-container{
      top: 0 !important;
      overflow: hidden;
      height: 6em;
  }
  .home-header-link{
    top: 40%;
  }
  .home-header .pink-container:before {
      position: absolute;
      content: ' ';
      background-color: white;
      width: 5%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 96%;
      right: 0;
      z-index: 0;
  }
  .home-banner {
    min-height: calc( 100vh - 6em) !important;
    padding-top: 6em !important;
  }

  .news-back-link{
    top: 40%;
  }

  .single-page-header .breadcrumbs{
    font-size: 85%;
  }

  .pages-title {
    font-size: 0.9em;
  }

  .pages-title-block {
    height: 2.1em;
  }
  .pages-title-block .page-title-link {
    top: 0.2em;
  }

  .show-elem .buy-block{
    height: auto !important;
    margin-top: 1em !important;
  }

  .footer-social{
    padding-right: 0.5rem !important;
  }
  .loghi-footer{
    width: 90%;
    height: auto;
  }

  #page-nav-title{
    display: none !important;
  }

  .mobile-container-padding{
    padding-left: 2.3em !important;
    padding-right: 2.3em !important;
  }

  .show-elem{
    background-image: none !important;
  }

  .show-back-link {
    top: -6.9em;
  }

  #coll-rapido-element .btn-link:before {
    top: 0.5em;
    right: 0;
  }
  #coll-rapido-element .card-header{
    padding-right: 1.7em;
  }
  #coll-rapido-element .card-header h3{
    font-size: 1.2em;
  }

  .search-filters [type=submit]{
    height: 100%;
  }

  .show-page .filters:before {
    position: unset;
    margin-top: 0;
  }
  .show-page .category-filter-btn{
    padding: 0;
    font-size: 1.3em !important;
  }
  .show-page .category-filter-btn.active{
    color: #E51746;
    opacity: 1;
    text-decoration: underline 1px solid #E51746;
    text-underline-position: under; 
  }

  .home-shows {
    margin-top: 0 !important;
  }

  .home-shows .category-filter-btn{
    padding: 0;
    padding-right: 20px;
  }
  .home-shows .category-filter-btn.active{
    color: #E51746;
    opacity: 1;
    text-decoration: underline 1px solid #E51746;
    text-underline-position: under; 
  }

  .search-icon {
    width: 20px;
    height: 100%;
  }

  .contatti-content a{
    font-size: 0.85em !important;
  }
  
  .rel-show-item .rel-show-info{
    padding: 0.5em !important;
  }

  .single-onlive .back-link{
    margin-top: 2em;
  }
  .single-onlive .project-info{
    font-size: 60%;
  }
  .single-onlive .pink-title{
    font-size: 60%;
  }
  #accordion-contenitore a {
    letter-spacing: 0;
    font-size: 0.95em;
    padding-right: 0.5rem;
    text-decoration: underline 2px solid #E51746;
  }
  #accordion-contenitore h5 {
      padding-right: 0 !important;
  }
  #accordion-contenitore:before{
      top: 1.6em;
  }

  .onlive-banner .title-row span{
    font-size: 90%;
  }
  .onlive-item .image-block{
    height: auto !important;
  }
  .onlive-item.hide-on-desktop{
    font-size: 90% !important;
    border-bottom: 10px solid #E51746;
    padding-bottom: 0;
    box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
  }
 
  #agenda-pag.nav-tabs .nav-link{
    display: none;
  }
  #agenda-pag.nav-tabs .btn-nav{
    display: block !important;
  }
  #agenda-pag.nav-tabs .nav-link.active{
    display: block !important;
    padding: 0.94em 0.1em 0;
    background-color: transparent;
  }
  #agenda-pag.nav-tabs .mobile-pagin{
    color: #495057;
    padding: 1em 0.2em 0;
  }

  .circuito-season-element #elem-circuito-element a:before{
    left: 15em !important;
  }

  #accordion-video-progetti h5.pink-title{
    font-size: 1em !important;
  }
  .tab-elenco-numerato{
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }

  #elem-circuito-element p.pink{
    font-size: 90%;
  }
  #elem-circuito-element .btn-link:before{
    left: 12em;
  }

  #tab-sostieni .sost-filters a{
    font-size: 1.1em;
  }
  #tab-sostieni .sost-filters::before{
      margin-top: 1.7em;
  }

  #newsletter p{
    font-size: 0.9em !important;
  }
  #newsletter .social-icon {
    height: 15px;
  }

  .piemonte .piemonte-banner{
    top: 9em;
    bottom: 7em;
  }
}

/* Newsletter form style */
#newsletter-form input[type=text],
#newsletter-form input[type=email]{
  width: 100%;
  border: 1px solid #E51746;
  padding: 10px;
}

#newsletter-form select {
  padding: 10px;
  background-color: transparent;
  border: 0;
  border: 1px solid #E51746;
  width: 100%;
  color:#707070;
}

#newsletter-form input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 0.5em;
  width: 20px;
}
#newsletter-form input[type="checkbox"]:before {
  content: '';
  /* margin-right: 10px; */
  display: inline-block;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid grey;
  border-radius: 2px;
}
#newsletter-form input[type="checkbox"]:checked:before {
  background: #E51746;
  border-color: #af153d;
}

#newsletter-form input[type="checkbox"]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
#newsletter-form input[type="checkbox"]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
#newsletter-form input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
#newsletter-form label{
  width: auto;
  color: black;
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  .hide-on-desktop{
    display: none !important;
  }
  
  .container-amministrazione-trasparente{
    background-image: none !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  
}

@media only screen and (max-width: 991px) {
  .hide-nav-on-mobile{
    display: none !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .hide-nav-on-desktop{
    display: none !important;
  }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .btn{
    font-size: 85% !important;
  }
  .show-page .filters:before{
    margin-top: 3.7em;
  }
  .date-multi-carousel .owl-slide h1{
    font-size: 3.5em;
  }
  .date-multi-carousel .owl-slide h6{
    font-size: 0.9em;
  }
  #page-nav-title h5{
    font-size: 1em;
  }
  #coll-rapido-element .card-header h3{
    font-size: 1.3em;
  }
  #coll-rapido-element .btn-link:before{
    top: 0.5em;
  }

  #accordion-video-progetti h5.pink-title{
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 1879px) {
  .btn-newsletter{
    font-size: 85% !important;
    padding: 0 1em;
  }
  .home-banner-texts{
    padding-top: 2em;
    font-size: 90%
  }
  .circuito-season-element #elem-circuito-element a:before{
    left: 9em;
  }
  #newsletter .social-icon {
    height: 15px;
  }
}

@media (min-width: 1880px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1680px;
  }
}

/* Custom Popup style */
.sg-popup-content{
  background-position: center;
  aspect-ratio: 1 / 1;
}
.sgpb-popup-builder-content-html{
  width: 100%;
  height: 100%;
}
.sgpb-main-html-content-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
}