@charset "UTF-8";
/*
 * - FONTS
 * - BASIC
 * - GENERAL
 * - LAYOUTFIX
 * - HEADER
 * - NAV
 * - FOOTER
 * - HOME
 * - SLIDER
 * - SPETTACOLO
 * - CALENDARIO DI PROSSIMITÀ
 * - NEWS
 * - TIPO
 * - PAGES
 * - POPUP CALENDAR
 * - BANNER
 * - CALENDARIO IN EVIDENZA
 * - LIMIT HEIGHT SYSTEM
 * - FESTIVAL APERTO
 * - STAGIONI PRECEDENTI
 * - SEARCH
 */
/* @BASIC - Basic colors, font styles and backgrounds */
:root {
  interpolate-size: allow-keywords;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding: 120px;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c3c3b;
  padding-bottom: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
h1.archive-title, h2 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #3c3c3b;
}
h1.archive-title::after, h2::after {
  content: "";
  display: block;
  margin: auto;
  width: 28px;
  height: 3px;
  background: #7D7D7D;
  margin-top: 6px;
}
@media screen and (min-width: 1406px) {
  h1.archive-title, h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h1.archive-title::after, h2::after {
    width: 40px;
    margin-top: 8px;
  }
}
h1.archive-title {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  h1.archive-title {
    font-size: 60px;
    font-size: 6rem;
  }
}
a, a:visited {
  color: #000;
}
a:hover, a:focus {
  color: #070809;
  text-decoration: none;
}
p:empty {
  display: none !important;
}
p iframe {
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .lgc-clear {
    display: block !important;
  }
}
img[src=""] {
  display: none !important;
}
/* @BUTTONS */
button, input[type="button"], input[type="reset"], input[type="submit"], input.button, input.btn, a.button, a.btn {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 12px;
  color: #59A7CE;
  border: 3px solid #59A7CE;
  background: transparent;
  text-decoration: none;
  margin: 0 5px 40px;
  border-radius: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input.button:hover, input.btn:hover, a.button:hover, a.btn:hover {
  background: #59A7CE;
  color: #3c3c3b;
}
@media screen and (min-width: 960px) {
  button, input[type="button"], input[type="reset"], input[type="submit"], input.button, input.btn, a.button, a.btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 6px 16px;
  }
}
.button.shortcode-btn {
  color: #070809;
  border-color: #7D7D7D;
  padding: 16px;
}
.button.shortcode-btn:hover {
  color: #E6E6E6;
  background: #070809;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid #D20A11;
  outline-offset: 3px;
}
/* @FORMS */
#breadcrumbs {
  font-size: 0.9em;
  font-style: italic;
}
.content li {
  list-style-type: disc;
}
.content ul, .content ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
/* @GENERAL - General use classes */
.clear {
  clear: both;
}
.hidden, .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: background 0.2s ease-in-out;
}
[hidden] {
  display: none;
}
.tre-video-bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media prefers-reduced-motion {
  .tre-video-bg-wrapper {
    display: none;
  }
}
.tre-video-bg-wrapper .player {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* @LAYOUTFIX - Global Layout Fix */
.site-container {
  min-width: 280px;
}
.site-inner {
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .site-inner {
    max-width: 1398px;
  }
  .content, .content-sidebar-wrap {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1406px) {
  .site-inner {
    max-width: 1398px;
  }
  .content, .content-sidebar-wrap {
    max-width: 1200px;
  }
}
table[class~="align"] {
  float: none !important;
}
/* HEADER - Site Header */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  color: #E1E1E1;
  box-shadow: none;
  padding: 0 15px;
  transition: background 0.2s ease-in-out;
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .wrap::before, .site-header .wrap::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .site-header .wrap {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
.fixed-header .site-header, .menu-open .site-header, .popup-cal-open .site-header {
  background-color: #070809;
}
@media screen and (min-width: 960px) {
  .fixed-header .site-header .wrap, .menu-open .site-header .wrap, .popup-cal-open .site-header .wrap {
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
.popup-cal-open .site-header {
  border-bottom: 2px solid #E6E6E6;
}
.wp-custom-logo .title-area {
  width: 132px !important;
  height: 49px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .wp-custom-logo .title-area {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .wp-custom-logo .title-area img {
    width: 132px !important;
    height: 49px !important;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
}
.wp-custom-logo.fixed-header .title-area, .wp-custom-logo.menu-open .title-area, .wp-custom-logo.popup-cal-open .title-area {
  background: url(bs-images/logo-teatri-re-mini.svg) no-repeat center;
  background-size: 80%;
  padding-top: 0;
  padding-bottom: 0;
}
.wp-custom-logo.fixed-header .title-area img, .wp-custom-logo.menu-open .title-area img, .wp-custom-logo.popup-cal-open .title-area img {
  opacity: 0;
}
.header-widget-area {
  display: flex;
}
.header-widget-area .widget {
  margin-bottom: 0;
}
.header-widget-area .widget_black_studio_tinymce .textwidget {
  display: flex;
}
.header-widget-area .biglietteria-btn {
  padding: 4px 12px 2px;
  display: block;
  border-right: 1px solid #E1E1E1;
}
.header-widget-area .biglietteria-btn img {
  margin-bottom: 0;
}
.header-widget-area .biglietteria-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-widget-area button {
  border-radius: 0;
  padding: 5px 14px;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}
.header-widget-area button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-widget-area button.popup-cal-btn {
  border-right: 1px solid #E1E1E1;
  display: none;
}
.header-widget-area button.popup-cal-btn img {
  margin-bottom: 0;
}
.header-widget-area button.popup-cal-btn::before {
  display: none;
  color: #fff;
  position: relative;
  text-rendering: auto;
  top: -3px;
  left: -6px;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 32px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
}
.header-widget-area button.popup-cal-btn[aria-expanded="true"] img {
  display: none;
}
.header-widget-area button.popup-cal-btn[aria-expanded="true"]::before {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .header-widget-area button.popup-cal-btn {
    display: block;
  }
}
.header-widget-area button.search-toggle::before {
  display: none;
  color: #fff;
  position: relative;
  text-rendering: auto;
  top: -3px;
  left: -6px;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 32px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
}
.header-widget-area button.search-toggle.search-open img {
  display: none;
}
.header-widget-area button.search-toggle.search-open::before {
  display: inline-block;
}
.header-widget-area .widget_search .widget-wrap {
  display: flex;
}
.header-widget-area .widget_search .widget-wrap form.search-form {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
  height: 0;
  flex-direction: column;
}
.header-widget-area .widget_search .widget-wrap form.search-form .search-form-input {
  padding: 5px 15px;
  width: auto;
  background: transparent;
  border: none;
  border-bottom: 3px solid #fff;
  color: #fff;
  text-align: center;
}
.header-widget-area .widget_search .widget-wrap form.search-form .search-form-input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.header-widget-area .widget_search .widget-wrap form.search-form .search-form-submit {
  color: #fff;
  border: 3px solid #fff;
  clip: unset;
  height: auto;
  margin: 20px auto 0;
  padding: 6px 16px;
  position: static;
  width: auto;
}
@media screen and (min-width: 960px) {
  .header-widget-area .widget_search .search-form-input {
    font-size: 7rem;
  }
}
.fixed-submenu .sub-menu-navigation {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
/* NAV - Main navigation */
.menu-toggle {
  float: none;
  margin-left: 14px;
  margin-right: 0;
  margin-top: 0;
}
.menu-toggle::before {
  content: url("bs-images/menu-icon.svg");
  color: #fff;
  width: 31px;
  height: 22px;
}
.nav-primary {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  background-color: #070809;
  border-top: 2px solid #E6E6E6;
  color: #E6E6E6;
  padding: 27px 35px;
  display: none;
  max-height: calc(100vh - 62px);
  overflow: scroll;
}
.nav-primary .genesis-nav-menu {
  text-align: center;
}
.nav-primary .genesis-nav-menu .menu-item > a {
  font-weight: 900;
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: uppercase;
  color: #E6E6E6;
}
.nav-primary .genesis-nav-menu .menu-item.menu-item-has-children {
  border-bottom: 1px solid #E6E6E6;
}
.nav-primary .genesis-nav-menu .menu-item.menu-item-has-children > .sub-menu-toggle {
  position: absolute;
  width: 100%;
  padding: 25px 0;
}
.nav-primary .genesis-nav-menu .menu-item.menu-item-has-children > .sub-menu-toggle::before {
  display: none;
}
.nav-primary .genesis-nav-menu .menu-item.menu-last-row::after {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background-color: #E6E6E6;
  margin-left: auto;
  margin-right: auto;
}
.nav-primary .genesis-nav-menu .menu-item.menu-last-row:last-child::after {
  display: none;
}
.nav-primary .genesis-nav-menu .menu-item.menu-last-row > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #E6E6E6;
}
.nav-primary .genesis-nav-menu .sub-menu::before {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background-color: #E6E6E6;
  margin: 6px auto 22px;
}
.nav-primary .genesis-nav-menu .sub-menu .menu-item > a {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: transparent;
  color: #E6E6E6;
  text-transform: none;
  border: none;
  padding-top: 0;
}
.nav-primary .genesis-nav-menu .sub-menu .menu-item > a::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: #7D7D7D;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.nav-primary .genesis-nav-menu .sub-menu .menu-item:last-child a::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .menu-toggle, .sub-menu-toggle {
    display: block;
    visibility: visible;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 180px;
  }
  .genesis-nav-menu .menu-item {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .menu-toggle, .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  .genesis-nav-menu .menu-item {
    display: block;
  }
  .genesis-responsive-menu {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-toggle {
    display: block;
    visibility: visible;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 180px;
  }
  .nav-primary {
    float: none;
    height: calc(100vh - 77px);
    max-height: calc(100vh - 77px);
    overflow: visible;
    overflow-y: scroll;
  }
  .nav-primary .wrap {
    max-width: 1222px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
  }
  .nav-primary .genesis-nav-menu {
    display: flex;
    flex-flow: row wrap;
  }
  .nav-primary .genesis-nav-menu .menu-item {
    flex: 0 1 calc(100% / 7 - 20px);
  }
  .nav-primary .genesis-nav-menu .menu-item a {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    width: auto;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children {
    flex: 0 1 calc(100% / 4);
    border-right: 2px solid #7D7D7D;
    border-bottom: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 26px;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(1)::after, .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(2)::after, .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(3)::after, .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(4)::after {
    content: "";
    display: block;
    height: 3px;
    width: 163px;
    background-color: #7D7D7D;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    margin-bottom: 26px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 163px / 2);
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(5), .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(6), .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(7), .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(8) {
    margin-bottom: 26px;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children:nth-child(4n) {
    border-right: none;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-size: 2rem;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children > a span {
    padding-bottom: 0.69em;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-item-has-children > a::after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #7D7D7D;
  }
  .nav-primary .genesis-nav-menu .menu-item .sub-menu::before {
    display: none;
  }
  .nav-primary .genesis-nav-menu .menu-item .sub-menu .menu-item > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .nav-primary .genesis-nav-menu .menu-item .sub-menu .menu-item > a::after {
    display: none;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-last-row {
    border-top: 2px solid #7D7D7D;
    padding: 0.5em 0;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-last-row::after {
    display: none;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-last-row > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 2.5em;
    border-right: 2px solid #7D7D7D;
  }
  .nav-primary .genesis-nav-menu .menu-item.menu-last-row:last-child > a {
    border-right: none;
  }
  .nav-primary .genesis-nav-menu .sub-menu {
    border: none;
    opacity: 1;
    position: static;
    width: auto;
    display: block !important;
    margin-bottom: 1em;
  }
}
/* @FOOTER */
.footer-widgets {
  background: #000;
  color: #fff;
  border: none;
}
.footer-widgets .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-widgets .wrap::before, .footer-widgets .wrap::after {
  display: none;
}
.footer-widgets .wrap .footer-widget-area.footer-widgets-1 {
  flex: 0 0 100%;
  text-align: center;
}
.footer-widgets .wrap .footer-widget-area.footer-widgets-1 img {
  max-width: 230px !important;
}
.footer-widgets .wrap .footer-widget-area.footer-widgets-2, .footer-widgets .wrap .footer-widget-area.footer-widgets-3, .footer-widgets .wrap .footer-widget-area.footer-widgets-4, .footer-widgets .wrap .footer-widget-area.footer-widgets-5 {
  flex: 1 1 auto;
}
.footer-widgets .wrap .footer-widget-area.footer-widgets-2 a, .footer-widgets .wrap .footer-widget-area.footer-widgets-3 a, .footer-widgets .wrap .footer-widget-area.footer-widgets-4 a, .footer-widgets .wrap .footer-widget-area.footer-widgets-5 a {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #7D7D7D;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0;
}
.footer-widgets .wrap .footer-widget-area.footer-widgets-2 a:hover, .footer-widgets .wrap .footer-widget-area.footer-widgets-3 a:hover, .footer-widgets .wrap .footer-widget-area.footer-widgets-4 a:hover, .footer-widgets .wrap .footer-widget-area.footer-widgets-5 a:hover {
  border-bottom: 3px solid #fff;
}
.footer-widgets .wrap .footer-widget-area.footer-widgets-6 {
  flex: 0 0 auto;
}
.footer-widgets .wrap .footer-widget-area.footer-widgets-6 .widget-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .footer-widgets .wrap {
    max-width: 980px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer-widgets .wrap .footer-widget-area {
    flex: 0 0 auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-widgets .wrap .footer-widget-area.footer-widgets-1 {
    flex: 0 1 150px;
  }
  .footer-widgets .wrap .footer-widget-area.footer-widgets-2 a, .footer-widgets .wrap .footer-widget-area.footer-widgets-3 a, .footer-widgets .wrap .footer-widget-area.footer-widgets-4 a, .footer-widgets .wrap .footer-widget-area.footer-widgets-5 a {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer-widgets .wrap .footer-widget-area.footer-widgets-6 .widget-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1406px) {
  .footer-widgets .wrap {
    max-width: 1200px;
  }
  .footer-widgets .wrap .footer-widget-area.footer-widgets-1 {
    flex: 0 1 150px;
  }
  .footer-widgets .wrap .footer-widget-area.footer-widgets-2, .footer-widgets .wrap .footer-widget-area.footer-widgets-3, .footer-widgets .wrap .footer-widget-area.footer-widgets-4, .footer-widgets .wrap .footer-widget-area.footer-widgets-5, .footer-widgets .wrap .footer-widget-area.footer-widgets-6 {
    flex: 1 1 calc(100% / 5);
  }
  .footer-widgets .wrap .footer-widget-area.footer-widgets-6 .simple-social-icons a {
    font-size: 24px !important;
  }
}
.footer-extra-widget-area {
  background: #000;
  color: #fff;
  text-align: center;
}
.footer-extra-widget-area .widget {
  margin-bottom: 0;
}
#menu-footer-menu {
  margin: auto;
  padding-bottom: 72px;
}
@media screen and (min-width: 960px) {
  #menu-footer-menu {
    display: block;
  }
}
#menu-footer-menu li a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2.5em;
  text-transform: uppercase;
  text-decoration: none;
}
#menu-footer-menu li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 980px;
  }
  #menu-footer-menu li {
    flex: 0 1 calc(100% / 7 - 26px);
  }
  #menu-footer-menu li a {
    border-right: 3px solid #7D7D7D;
  }
  #menu-footer-menu li:last-child {
    margin-bottom: 10px;
  }
  #menu-footer-menu li:last-child a {
    border-right: none;
  }
}
@media screen and (min-width: 1406px) {
  #menu-footer-menu {
    max-width: 1200px;
  }
  #menu-footer-menu li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.site-footer {
  background: #000;
  color: #fff;
  border: none;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 0;
}
.site-footer .wrap {
  max-width: 980px;
  margin: auto;
  padding: 0;
}
.site-footer .wrap a {
  color: #7D7D7D;
  text-decoration: none;
  padding: 0 16px;
}
.site-footer .wrap a:hover {
  text-decoration: underline;
}
.site-footer .wrap .partner-logo {
  justify-content: space-between;
  text-align: left;
  margin-bottom: 40px;
  border-top: 1px solid #7D7D7D;
  padding-top: 40px;
}
.site-footer .wrap .partner-logo > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .site-footer .wrap .partner-logo > div > div {
    flex-wrap: wrap;
  }
}
.site-footer .wrap .partner-logo a {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0;
  margin: 0 8px;
}
.site-footer .wrap .partner-logo a img {
  max-width: 140px;
}
@media screen and (min-width: 960px) {
  .site-footer {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .site-footer .wrap .partner-logo {
    display: flex;
  }
}
@media screen and (min-width: 1406px) {
  .site-footer .wrap {
    max-width: 1200px;
  }
}
.subscribeForm fieldset {
  width: auto !important;
  text-align: center;
}
/* HOME */
.home h1.entry-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.home-cartellone-section {
  margin-bottom: 0px;
}
@media screen and (min-width: 960px) {
  .home-cartellone-section {
    margin-bottom: 0px;
  }
  .home-cartellone-section h2 {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1406px) {
  .home-cartellone-section h2 {
    margin-bottom: 60px;
  }
}
.home-cartellone-container {
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.home-cartellone-container::before {
  content: "";
  width: 100%;
  order: 3;
}
.home-cartellone-container::after {
  content: "";
  width: 100%;
  order: 6;
}
.home-cartellone-container li {
  list-style-type: none !important;
  flex: 0 1 130px;
  background: #7D7D7D;
  margin-right: 14px;
  margin-bottom: 14px;
  height: 133px;
  background-size: auto 430px;
}
.home-cartellone-container li:nth-child(2n) {
  margin-right: 0;
}
.home-cartellone-container li:nth-child(1) {
  background-position: calc(50% + 87px) 0;
  order: 1;
}
.home-cartellone-container li:nth-child(1) a::after {
  background: #D20A11;
}
.home-cartellone-container li:nth-child(2) {
  background-position: calc(50% - 87px) 0;
  order: 2;
}
.home-cartellone-container li:nth-child(2) a::after {
  background: #244F98;
}
.home-cartellone-container li:nth-child(3) {
  background-position: calc(50% + 87px) 280px;
  order: 4;
}
.home-cartellone-container li:nth-child(3) a::after {
  background: #59A7CE;
}
.home-cartellone-container li:nth-child(4) {
  background-position: calc(50% - 87px) 280px;
  order: 5;
}
.home-cartellone-container li:nth-child(4) a::after {
  background: #F7A600;
}
.home-cartellone-container li:nth-child(5) {
  background-position: calc(50% + 87px) 100%;
  order: 7;
}
.home-cartellone-container li:nth-child(5) a::after {
  background: #3C9E32;
}
.home-cartellone-container li:nth-child(6) {
  background-position: calc(50% - 87px) 100%;
  order: 8;
}
.home-cartellone-container li:nth-child(6) a::after {
  background: #FFD664;
}
.home-cartellone-container li a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.35);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.home-cartellone-container li a.no-overlay {
  background: transparent;
}
.home-cartellone-container li a::after {
  content: "";
  display: block;
  margin: 6px auto 0;
  width: 28px;
  height: 3px;
  background: #7D7D7D;
}
@media screen and (min-width: 960px) {
  .home-cartellone-container li {
    flex: 0 1 284px;
    margin-right: 62px;
    margin-bottom: 50px;
    height: 284px;
    background-size: auto 620px;
    transition: background-size 0.2s ease-in-out;
  }
  .home-cartellone-container li:hover {
    background-size: auto 660px;
  }
  .home-cartellone-container li:nth-child(2n) {
    margin-right: 62px;
  }
  .home-cartellone-container li:nth-child(3n) {
    margin-right: 0;
  }
  .home-cartellone-container li:nth-child(1) {
    background-position: 0 0;
    order: 0;
  }
  .home-cartellone-container li:nth-child(2) {
    background-position: 50% 0;
    order: 0;
  }
  .home-cartellone-container li:nth-child(3) {
    background-position: 100% 0;
    order: 0;
  }
  .home-cartellone-container li:nth-child(4) {
    background-position: 0 100%;
    order: 0;
  }
  .home-cartellone-container li:nth-child(5) {
    background-position: 50% 100%;
    order: 0;
  }
  .home-cartellone-container li:nth-child(6) {
    background-position: 100% 100%;
    order: 0;
  }
  .home-cartellone-container li a {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .home-cartellone-container li a:hover {
    background: rgba(0, 0, 0, 0.4);
  }
  .home-cartellone-container li a::after {
    width: 42px;
  }
}
@media screen and (min-width: 1406px) {
  .home-cartellone-container li {
    flex: 0 1 369px;
    margin-right: 44px;
    margin-bottom: 44px;
    height: 369px;
    background-size: auto 762px;
  }
  .home-cartellone-container li:hover {
    background-size: auto 802px;
  }
  .home-cartellone-container li:nth-child(2n) {
    margin-right: 44px;
  }
  .home-cartellone-container li:nth-child(3n) {
    margin-right: 0;
  }
  .home-cartellone-container li:nth-child(1) {
    background-position: 0 0;
  }
  .home-cartellone-container li:nth-child(3) {
    background-position: 100% 0;
  }
  .home-cartellone-container li:nth-child(4) {
    background-position: 0 100%;
  }
  .home-cartellone-container li:nth-child(6) {
    background-position: 100% 100%;
  }
  .home-cartellone-container li a {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .home-cartellone-container li a::after {
    width: 59px;
  }
}
.festival-aperto-home-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 62px;
}
.festival-aperto-home-section .overlay {
  padding: 127px 18px 27px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.festival-aperto-home-section .overlay h2 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 70px;
}
.festival-aperto-home-section .overlay h2 span {
  display: block;
  text-transform: none;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
}
.festival-aperto-home-section .overlay h2::after {
  background: #fff;
}
.festival-aperto-home-section .overlay .button {
  display: inline-block;
  border-color: #fff;
  color: #fff;
  margin: 0 auto;
}
.festival-aperto-home-section .overlay .button:hover {
  background: #fff;
  color: #3c3c3b;
}
@media screen and (min-width: 960px) {
  .festival-aperto-home-section {
    margin-bottom: 57px;
  }
  .festival-aperto-home-section .overlay {
    padding: 166px 18px 35px;
  }
  .festival-aperto-home-section .overlay h2 {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 164px;
  }
  .festival-aperto-home-section .overlay h2 span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .festival-aperto-home-section .overlay h2::after {
    width: 75px;
    height: 3px;
  }
}
@media screen and (min-width: 1406px) {
  .festival-aperto-home-section .overlay {
    padding: 244px 18px 50px;
  }
  .festival-aperto-home-section .overlay h2 {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 185px;
  }
  .festival-aperto-home-section .overlay h2 span {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.home-news-section {
  margin-bottom: 57px;
  text-align: center;
}
.home-news-section .button {
  border-color: #7D7D7D;
  color: #3c3c3b;
  display: inline-block;
  margin: 0 auto;
}
.home-news-section .button:hover {
  background: #070809;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .home-news-section {
    margin-bottom: 57px;
  }
  .home-news-section h2 {
    margin-bottom: 42px;
  }
  .home-news-section h2::after {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1406px) {
  .home-news-section h2 {
    margin-bottom: 36px;
  }
}
.news-article-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.news-article-wrapper .news-card {
  flex: 0 1 130px;
  margin-right: 7px;
  margin-bottom: 14px;
  height: 193px;
  position: relative;
}
.news-article-wrapper .news-card:nth-child(2n) {
  margin-right: 0;
  margin-left: 7px;
}
.news-article-wrapper .news-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-article-wrapper .news-card h3 {
  text-align: center;
  height: 100%;
}
.news-article-wrapper .news-card h3 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}
.news-article-wrapper .news-card h3 a .occhiello {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (min-width: 960px) {
  .news-article-wrapper .news-card {
    flex: 0 1 284px;
    margin-right: 62px;
    margin-bottom: 15px;
    height: auto;
    position: relative;
  }
  .news-article-wrapper .news-card:nth-child(2n) {
    margin-right: 62px;
  }
  .news-article-wrapper .news-card:nth-child(3n) {
    margin-right: 0;
  }
  .news-article-wrapper .news-card:last-child {
    display: none;
  }
  .news-article-wrapper .news-card > .news-card__img-wrapper {
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .news-article-wrapper .news-card > .news-card__img-wrapper img {
    object-fit: cover;
    object-position: center;
    position: static;
    width: 100%;
    height: 412px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
  }
  .news-article-wrapper .news-card:has(:hover) img {
    opacity: 0.75;
    transform: scale(1.05);
  }
  .news-article-wrapper .news-card h3 {
    height: auto;
  }
  .news-article-wrapper .news-card h3 a {
    font-size: 26px;
    font-size: 2.6rem;
    height: auto;
    color: #3c3c3b;
    background: none;
    border-bottom: 2px solid transparent;
  }
  .news-article-wrapper .news-card h3 a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
  }
  .news-article-wrapper .news-card h3 a::after {
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    margin-top: 8px;
    background: transparent;
  }
  .news-article-wrapper .news-card h3 a:hover::after {
    background: #7D7D7D;
  }
  .news-article-wrapper .news-card h3 a .occhiello {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1406px) {
  .news-article-wrapper .news-card {
    flex: 0 1 349px;
    margin-right: 64px;
    margin-bottom: 20px;
  }
  .news-article-wrapper .news-card:nth-child(2n) {
    margin-right: 64px;
  }
  .news-article-wrapper .news-card:nth-child(3n) {
    margin-right: 0;
  }
  .news-article-wrapper .news-card img {
    width: 338px;
    height: 398px;
  }
}
.dove-siamo-home-section {
  background: #E6E6E6;
  box-shadow: -100px 0 0 0 #E6E6E6, 100px 0 0 0 #E6E6E6;
  padding-top: 22px;
  padding-bottom: 20px;
}
.dove-siamo-home-section form {
  display: flex;
  margin-bottom: 12px;
}
.dove-siamo-home-section form label {
  flex: 0 0 calc(100% / 3);
  border-right: 2px solid #7D7D7D;
  padding-left: 40px;
  padding-right: 12px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.dove-siamo-home-section form label:last-child {
  border-right: none;
}
.dove-siamo-home-section form label input {
  position: absolute;
  opacity: 0;
}
.dove-siamo-home-section form label > span {
  transition: all 0.2s ease-in-out;
}
.dove-siamo-home-section form label > span > span {
  display: none;
}
.dove-siamo-home-section form label input:checked ~ span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #7D7D7D;
}
.dove-siamo-home-section form label input:checked ~ span:before {
  width: 18px;
  height: 27px;
  opacity: 0.75;
}
.dove-siamo-home-section form label > span::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 16px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.dove-siamo-home-section form label:nth-of-type(1) > span::before {
  background: url("bs-images/valli-marker.svg") no-repeat center;
  background-size: contain;
}
.dove-siamo-home-section form label:nth-of-type(2) > span::before {
  background: url("bs-images/ariosto-marker.svg") no-repeat center;
  background-size: contain;
}
.dove-siamo-home-section form label:nth-of-type(3) > span::before {
  background: url("bs-images/cavallerizza-marker.svg") no-repeat center;
  background-size: contain;
}
.dove-siamo-home-section #map {
  height: 262px;
}
@media screen and (min-width: 960px) {
  .dove-siamo-home-section {
    box-shadow: -500px 0 0 0 #E6E6E6, 500px 0 0 0 #E6E6E6;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .dove-siamo-home-section h2 {
    padding-right: 45%;
  }
  .dove-siamo-home-section > div:first-child {
    float: left;
    width: 50%;
    padding-top: 34px;
  }
  .dove-siamo-home-section::after {
    clear: both;
    content: " ";
    display: table;
  }
  .dove-siamo-home-section .link-maps-teatri {
    display: block;
    margin-bottom: 12px;
  }
  .dove-siamo-home-section .link-maps-teatri a {
    border-right: none;
    padding-left: 52px;
    padding-right: 12px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    color: #3c3c3b;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
  }
  .dove-siamo-home-section .link-maps-teatri a:last-child {
    border-right: none;
  }
  .dove-siamo-home-section .link-maps-teatri a > span {
    transition: all 0.2s ease-in-out;
  }
  .dove-siamo-home-section .link-maps-teatri a > span > span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: none;
    line-height: 1.3;
  }
  .dove-siamo-home-section .link-maps-teatri hr {
    margin: 6px auto 15px 76px;
    width: 180px;
    height: 2px;
    background: #7D7D7D;
  }
  .dove-siamo-home-section #map {
    height: 462px;
    width: 50vw;
    float: left;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1406px) {
  .dove-siamo-home-section > div:first-child {
    padding-top: 46px;
  }
  .dove-siamo-home-section .link-maps-teatri {
    margin-bottom: 24px;
  }
  .dove-siamo-home-section .link-maps-teatri a {
    padding-left: 73px;
    padding-right: 18px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .dove-siamo-home-section .link-maps-teatri a > span > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .dove-siamo-home-section .link-maps-teatri a span::before {
    width: 45px;
    height: 64px;
  }
  .dove-siamo-home-section #map {
    height: 650px;
  }
}
/* SLIDER */
.tre-slideshow-container {
  position: relative;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.tre-slideshow-container .tre-video-bg-wrapper {
  z-index: -99;
}
.tre-slideshow {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 700px;
}
.tre-slideshow .tre-slide {
  background-size: cover;
  background-position: center;
  height: auto;
  overflow: hidden;
}
.tre-slideshow .tre-slide .tre-slide-video-bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -99;
  width: 100%;
  height: 100%;
}
.tre-slideshow .tre-slide .tre-slide-video-bg-wrapper .player {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tre-slideshow .tre-slide .tre-slide-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 14px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tre-slideshow .tre-slide .tre-slide-overlay.no-overlay {
  background: transparent;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-date-location {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-date-location .tre-slide-date {
  padding: 0 12px;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-date-location .tre-slide-date + .tre-slide-location {
  border-left: 2px solid #59A7CE;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-date-location .tre-slide-location {
  padding: 0 12px;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading {
  text-align: center;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading .tre-slide-title {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading .tre-slide-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 0;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #59A7CE;
  margin: 12px auto;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-btns-container .tre-slide-btn {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 12px;
  color: #fff;
  border: 3px solid #59A7CE;
  background: transparent;
  text-decoration: none;
  margin: 0 5px 40px;
}
.tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-btns-container .tre-slide-btn:hover {
  background: #59A7CE;
}
@media screen and (min-width: 960px) {
  .tre-slideshow .tre-slide .tre-slide-overlay {
    padding: 0 14px 0;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-date-location {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 4em;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading .tre-slide-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.1;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading .tre-slide-subtitle {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading::after {
    width: 53px;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-info {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 70px;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-btns-container .tre-slide-btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 6px 16px;
    margin: 0 7px;
  }
}
@media screen and (min-width: 1406px) {
  .tre-slideshow .tre-slide .tre-slide-overlay {
    padding: 0 28px 0;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-date-location {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 102px;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading .tre-slide-title {
    font-size: 60px;
    font-size: 6rem;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading .tre-slide-subtitle {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-heading::after {
    width: 75px;
    height: 4px;
  }
  .tre-slideshow .tre-slide .tre-slide-overlay .tre-slide-info {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 98px;
  }
}
.tre-slideshow-pagination {
  padding-left: 0 !important;
  margin: -26px 0 0 !important;
  z-index: 999;
  display: flex;
  justify-content: center;
}
.tre-slideshow-pagination > span {
  margin: 0 4px !important;
  background: transparent;
  border: 2px solid #fff;
  width: 11px;
  height: 11px;
  opacity: 1;
}
.tre-slideshow-pagination > span.swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 960px) {
  .tre-slideshow-pagination {
    flex-direction: column;
    position: absolute;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%);
    bottom: unset !important;
    left: unset !important;
    width: auto !important;
  }
  .tre-slideshow-pagination > span {
    display: block;
    margin-bottom: 8px !important;
  }
}
.single-spettacolo h2 {
  margin-bottom: 40px;
}
.single-spettacolo article.type-spettacolo {
  margin-bottom: 0;
}
.single-spettacolo-hero {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.single-spettacolo-hero .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 74px;
}
.single-spettacolo-hero .overlay .single-spettacolo-date-location {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date {
  padding: 0 12px;
}
.single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left: 2px solid #59A7CE;
}
.single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-location {
  padding: 0 12px;
}
.single-spettacolo-hero .overlay .single-spettacolo-heading {
  text-align: center;
  margin-bottom: 36px;
}
.single-spettacolo-hero .overlay .single-spettacolo-heading .single-spettacolo-title {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.single-spettacolo-hero .overlay .single-spettacolo-heading .single-spettacolo-subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1;
}
.single-spettacolo-hero .overlay .single-spettacolo-heading::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #59A7CE;
  margin: 12px auto 0;
}
.single-spettacolo-hero .overlay .single-spettacolo-info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
}
.single-spettacolo-hero .overlay .single-spettacolo-btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-spettacolo-hero .overlay .single-spettacolo-btns-container a {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
  color: #fff;
  border: 3px solid #59A7CE;
  background: transparent;
  text-decoration: none;
  margin: 0 5px 40px;
}
.single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover {
  background: #59A7CE;
}
@media screen and (min-width: 960px) {
  .single-spettacolo-hero {
    margin-bottom: 31px;
  }
  .single-spettacolo-hero .overlay {
    height: 700px;
    padding-top: 38px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-date-location {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 84px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date {
    padding: 0 12px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-location {
    padding: 0 12px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading {
    margin-bottom: 67px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading .single-spettacolo-title {
    font-size: 43px;
    font-size: 4.3rem;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading .single-spettacolo-subtitle {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading::after {
    width: 53px;
    height: 3px;
    margin: 21px auto 0;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-info {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 70px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-btns-container a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 6px 16px;
    margin: 0 7px;
  }
}
@media screen and (min-width: 1406px) {
  .single-spettacolo-hero {
    margin-bottom: 44px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-date-location {
    font-size: 20px;
    font-size: 2rem;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date {
    padding: 0 20px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-location {
    padding: 0 20px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading {
    margin-bottom: 98px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading .single-spettacolo-title {
    font-size: 60px;
    font-size: 6rem;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading .single-spettacolo-subtitle {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-heading::after {
    width: 75px;
    height: 4px;
    margin: 29px auto 0;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-info {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 98px;
  }
  .single-spettacolo-hero .overlay .single-spettacolo-btns-container a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 6px 16px;
    margin: 0 7px;
  }
}
.single-spettacolo-first-row {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.single-spettacolo-first-row .single-spettacolo-left-col {
  margin-bottom: 38px;
}
.single-spettacolo-first-row .single-spettacolo-left-col > div {
  margin-bottom: 30px;
}
.single-spettacolo-first-row .single-spettacolo-left-col > p:last-child {
  margin-bottom: 0;
}
.single-spettacolo-first-row .single-spettacolo-right-col {
  background: #E6E6E6;
  padding: 14px;
  text-align: center;
}
.single-spettacolo-first-row .single-spettacolo-right-col > * {
  margin-bottom: 18px;
}
.single-spettacolo-first-row .single-spettacolo-right-col > *::after {
  content: " ";
  display: block;
  width: 41px;
  height: 3px;
  background: #7D7D7D;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
.single-spettacolo-first-row .single-spettacolo-right-col > *::before {
  margin-bottom: 6px;
}
.single-spettacolo-first-row .single-spettacolo-right-col > *:last-child::after {
  display: none;
}
.single-spettacolo-first-row .single-spettacolo-right-col > * p {
  margin-bottom: 0;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tipo a {
  text-decoration: none;
  color: #070809;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tipo a:hover {
  color: #244F98;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tipo::after {
  content: "";
  display: block !important;
  width: 12px;
  height: 3px;
  background: #7D7D7D;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-data-ora-luogo::before {
  content: url("bs-images/sidebar-cal-icon.svg");
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-durata::before {
  content: url("bs-images/sidebar-clock-icon.svg");
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 23px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tickets::before {
  content: url("bs-images/sidebar-ticket-icon.svg");
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 26px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tickets p {
  margin-bottom: 6px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tickets p::after {
  content: " ";
  display: block;
  width: 12px;
  height: 3px;
  background: #7D7D7D;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tickets p:last-child::after {
  display: none;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-riduzioni h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-riduzioni p {
  margin-bottom: 6px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-riduzioni p .riduzione-name {
  display: block;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-note::after {
  display: none;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-note p {
  margin-bottom: 6px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-documenti {
  padding: 0;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-documenti::before {
  content: url("bs-images/doc-icon.svg");
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 17px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-documenti li {
  list-style-type: none;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-documenti li a {
  color: #070809;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
  color: #fff;
  border: 2px solid #59A7CE;
  background: #59A7CE;
  text-decoration: none;
  margin: 0 5px 40px;
}
.single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a:hover {
  background: #59A7CE;
}
@media screen and (min-width: 960px) {
  .single-spettacolo-first-row {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
  }
  .single-spettacolo-first-row .single-spettacolo-first-row {
    margin-bottom: 86px;
  }
  .single-spettacolo-first-row .single-spettacolo-left-col {
    margin-bottom: 0;
    padding-right: 54px;
    flex-basis: calc(100% - 440px);
  }
  .single-spettacolo-first-row .single-spettacolo-right-col {
    padding: 30px;
    flex-basis: 380px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col > * {
    margin-bottom: 23px;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col > *::after {
    width: 52px;
    height: 3px;
    margin-top: 23px;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col > *::before {
    margin-bottom: 0;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tickets p {
    margin-bottom: 8px;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-tickets p::after {
    width: 15px;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-riduzioni .riduzioni-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-riduzioni .riduzioni-container p {
    margin: 0 6px 12px;
    flex: 1 1 28%;
  }
  .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta {
    margin-bottom: 0;
  }
}
.single-spettacolo-approfondimento {
  background-color: #E6E6E6;
  box-shadow: -150px 0 0 0 #E6E6E6, 150px 0 0 0 #E6E6E6;
  margin-bottom: 48px;
}
.single-spettacolo-approfondimento .single-spettacolo-approfondimento-content {
  padding: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-spettacolo-approfondimento .single-spettacolo-approfondimento-content h2 {
  font-size: 19px;
  font-size: 1.9rem;
}
.single-spettacolo-approfondimento .single-spettacolo-approfondimento-content h2::after {
  margin-top: 6px;
}
.single-spettacolo-approfondimento .single-spettacolo-approfondimento-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .single-spettacolo-approfondimento {
    display: flex;
    align-items: stretch;
    box-shadow: -500px 0 0 0 #E6E6E6;
    margin-bottom: 120px;
  }
  .single-spettacolo-approfondimento::after {
    clear: both;
    content: " ";
    display: table;
  }
  .single-spettacolo-approfondimento .single-spettacolo-approfondimento-content {
    width: 50%;
    padding: 60px;
    padding-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single-spettacolo-approfondimento .single-spettacolo-approfondimento-content h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .single-spettacolo-approfondimento .single-spettacolo-approfondimento-content p:last-child {
    margin-bottom: 0;
  }
  .single-spettacolo-approfondimento .single-spettacolo-approfondimento-image {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
  .single-spettacolo-approfondimento .single-spettacolo-approfondimento-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.single-spettacolo-gallery .tre-spettacolo-gallery-container {
  padding-left: 0;
  display: grid;
  grid-template: auto / 1fr;
  grid-gap: 48px;
}
.single-spettacolo-gallery .tre-spettacolo-gallery-container .tre-spettacolo-gallery-item {
  max-width: 100%;
  height: 228px;
  list-style-type: none;
}
.single-spettacolo-gallery .tre-spettacolo-gallery-container .tre-spettacolo-gallery-item.tre-spettacolo-gallery-immagine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-spettacolo-gallery .tre-spettacolo-gallery-container .tre-spettacolo-gallery-item.tre-spettacolo-gallery-video {
  position: relative;
}
.single-spettacolo-gallery .tre-spettacolo-gallery-container .tre-spettacolo-gallery-item.tre-spettacolo-gallery-video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-spettacolo-gallery .tre-spettacolo-gallery-container .tre-spettacolo-gallery-item.tre-spettacolo-gallery-video a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url(bs-images/play-video-icon.svg) no-repeat center;
  background-size: 70px auto;
}
@media screen and (min-width: 960px) {
  .single-spettacolo-gallery {
    margin-bottom: 120px;
  }
  .single-spettacolo-gallery .tre-spettacolo-gallery-container {
    grid-template: auto / 1fr 1fr;
  }
}
@media screen and (min-width: 1406px) {
  .single-spettacolo-gallery .tre-spettacolo-gallery-container {
    grid-template: auto / 1fr 1fr 1fr;
  }
  .single-spettacolo-gallery .tre-spettacolo-gallery-container .tre-spettacolo-gallery-item {
    height: 278px;
  }
}
.single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 {
  background: #E6E6E6;
  text-align: center;
  margin-bottom: 35px;
}
.single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 img, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 img {
  margin-bottom: 46px;
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 p, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 46px;
  padding-right: 46px;
}
.single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 p:last-child, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 p:last-child {
  margin-bottom: 0;
}
.single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .single-spettacolo-approfondimento-doppio {
    margin-bottom: 120px;
  }
  .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 {
    flex: 0 1 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 img, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 p, .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tipo-concerti .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left-color: #244F98;
}
.tipo-concerti .single-spettacolo-hero .overlay .single-spettacolo-heading::after, .tipo-concerti h2::after {
  background: #244F98;
}
.tipo-concerti .single-spettacolo-hero .overlay .single-spettacolo-btns-container a, .tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  border-color: #244F98;
}
.tipo-concerti .single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover, .tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  background: #244F98;
}
.tipo-concerti .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  border-color: #244F98;
  background: #244F98;
}
.tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  color: #244F98;
}
.tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-concerti .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  color: #fff;
}
.tipo-danza .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left-color: #59A7CE;
}
.tipo-danza .single-spettacolo-hero .overlay .single-spettacolo-heading::after, .tipo-danza h2::after {
  background: #59A7CE;
}
.tipo-danza .single-spettacolo-hero .overlay .single-spettacolo-btns-container a, .tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  border-color: #59A7CE;
}
.tipo-danza .single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover, .tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  background: #59A7CE;
}
.tipo-danza .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  border-color: #59A7CE;
  background: #59A7CE;
}
.tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  color: #59A7CE;
}
.tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-danza .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  color: #fff;
}
.tipo-musical .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left-color: #3C9E32;
}
.tipo-musical .single-spettacolo-hero .overlay .single-spettacolo-heading::after, .tipo-musical h2::after {
  background: #3C9E32;
}
.tipo-musical .single-spettacolo-hero .overlay .single-spettacolo-btns-container a, .tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  border-color: #3C9E32;
}
.tipo-musical .single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover, .tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  background: #3C9E32;
}
.tipo-musical .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  border-color: #3C9E32;
  background: #3C9E32;
}
.tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  color: #3C9E32;
}
.tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-musical .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  color: #fff;
}
.tipo-opera .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left-color: #D20A11;
}
.tipo-opera .single-spettacolo-hero .overlay .single-spettacolo-heading::after, .tipo-opera h2::after {
  background: #D20A11;
}
.tipo-opera .single-spettacolo-hero .overlay .single-spettacolo-btns-container a, .tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  border-color: #D20A11;
}
.tipo-opera .single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover, .tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  background: #D20A11;
}
.tipo-opera .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  border-color: #D20A11;
  background: #D20A11;
}
.tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  color: #D20A11;
}
.tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-opera .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  color: #fff;
}
.tipo-prosa .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left-color: #F7A600;
}
.tipo-prosa .single-spettacolo-hero .overlay .single-spettacolo-heading::after, .tipo-prosa h2::after {
  background: #F7A600;
}
.tipo-prosa .single-spettacolo-hero .overlay .single-spettacolo-btns-container a, .tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  border-color: #F7A600;
}
.tipo-prosa .single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover, .tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  background: #F7A600;
}
.tipo-prosa .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  border-color: #F7A600;
  background: #F7A600;
}
.tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  color: #F7A600;
}
.tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-prosa .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  color: #fff;
}
.tipo-ragazzi .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left-color: #FFD664;
}
.tipo-ragazzi .single-spettacolo-hero .overlay .single-spettacolo-heading::after, .tipo-ragazzi h2::after {
  background: #FFD664;
}
.tipo-ragazzi .single-spettacolo-hero .overlay .single-spettacolo-btns-container a, .tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  border-color: #FFD664;
}
.tipo-ragazzi .single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover, .tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  background: #FFD664;
}
.tipo-ragazzi .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  border-color: #FFD664;
  background: #FFD664;
}
.tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  color: #FFD664;
}
.tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-ragazzi .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  color: #fff;
}
.tipo-aperto .single-spettacolo-hero .overlay .single-spettacolo-date-location .single-spettacolo-date + .single-spettacolo-location {
  border-left-color: #fff;
}
.tipo-aperto .single-spettacolo-hero .overlay .single-spettacolo-heading::after, .tipo-aperto h2::after {
  background: #fff;
}
.tipo-aperto .single-spettacolo-hero .overlay .single-spettacolo-btns-container a, .tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  border-color: #fff;
}
.tipo-aperto .single-spettacolo-hero .overlay .single-spettacolo-btns-container a:hover, .tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  background: #070809;
}
.tipo-aperto .single-spettacolo-first-row .single-spettacolo-right-col .single-spettacolo-sidebar-cta a {
  border-color: #070809;
  background: #070809;
}
.tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a, .tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a {
  color: #fff;
}
.tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-1 a:hover, .tipo-aperto .single-spettacolo-approfondimento-doppio .single-spettacolo-approfondimenti-doppi-container .single-spettacolo-approfondimento-blocco-2 a:hover {
  color: #fff;
}
.tre-cta-button {
  background-color: #333;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  box-shadow: none;
  align-content: center;
  box-sizing: border-box;
  display: inline-block;
  word-break: break-word;
}
.tre-cta-button:hover, .tre-cta-button:focus {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.15);
}
/* Custom styles for Spettacolo post type new template 2025 */
/* For fluid font sizes https://clamp.font-size.app/ but take into consideration that the root font size is 10px*/
.entry-content .wp-block-group.alignfull {
  padding: 0 30px;
}
.text-uppercase {
  text-transform: uppercase;
}
.hero-spettacolo-tpl-2025 {
  padding-top: 80px;
}
.section-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: left;
}
.section-title::after {
  display: none;
}
.section-divider {
  border-top: 1px solid #3c3c3b;
}
.two-columns-text {
  columns: 2;
  column-gap: 4rem;
}
.wp-block-cover h1 {
  font-size: clamp(3.7rem, 0.3587rem + 5.6522vw, 4.3rem);
}
.wp-block-cover p {
  font-size: clamp(2.8rem, 1.4783rem + 0.8696vw, 3.2rem);
}
.wp-block-cover p:last-child {
  margin-bottom: 0;
}
.menu-contesto-block {
  background: #070809;
  text-align: center;
  box-shadow: -500px 0 0 0 #070809, 500px 0 0 0 #070809;
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .menu-contesto-block {
    position: sticky;
    top: 87px;
    z-index: 10;
  }
}
.menu-contesto-block ul {
  padding: 13px;
  margin-bottom: 0;
}
.menu-contesto-block ul li {
  display: block;
}
.menu-contesto-block ul li:last-child {
  border-right: none;
}
.menu-contesto-block ul li a {
  padding: 6px 40px;
  margin: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease-in-out;
}
.menu-contesto-block ul li a:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .menu-contesto-block ul li {
    display: inline-block;
    border-right: 2px solid white;
  }
}
.wp-block-gallery {
  margin-bottom: 4rem;
}
.wp-block-button.extra-btn .wp-block-button__link {
  display: inline-block;
  width: fit-content;
  padding: 1rem 1.6rem;
  background-color: #fff;
  border: 2px solid #7D7D7D;
  border-radius: 0;
  color: #3c3c3b;
  line-height: 1;
  text-transform: uppercase;
}
.wp-block-details:not(:last-child) {
  border-bottom: 1px solid #3c3c3b;
  margin-bottom: 1rem;
}
.wp-block-details summary {
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.wp-block-details .wp-block-group {
  padding-block: 1.6rem;
}
.wp-block-details .wp-block-image {
  width: 100%;
  margin-bottom: 3rem;
}
.wp-block-details .wp-block-image img {
  width: 100%;
  height: auto;
}
.tickets-table {
  margin-bottom: 0;
}
.tickets-table tbody {
  border-bottom: 0;
}
.tickets-table td {
  padding-block: 1lh;
  border-top: 0;
  border-bottom: 1px solid #3c3c3b;
  line-height: 1;
}
.tickets-table td a {
  text-decoration: none;
  font-weight: bold;
}
.tickets-table td a:hover {
  text-decoration: underline;
}
.tickets-table tr:first-child td {
  padding-top: 0;
}
.tickets-table tr:last-child td {
  border-bottom: 0;
}
.date-tpl-2025-block p {
  margin-bottom: 0.5lh;
}
.download-tpl-2025 {
  margin-bottom: 4rem;
}
.people-tpl-2025 {
  row-gap: 0;
}
.people-tpl-2025 h2 {
  margin-bottom: 1lh;
}
.people-tpl-2025 p {
  margin-bottom: 0;
}
.people-tpl-2025 .wp-block-columns {
  row-gap: 0;
}
.people-tpl-2025 .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}
.hero-2025-logos {
  gap: 2rem;
}
.speattacolo-2025-info-wrapper p {
  margin-bottom: 0.5lh;
}
.sponsor-logo-gallery {
  gap: 4rem;
}
p:has(+ .sponsor-logo-gallery) {
  margin-bottom: 0.5lh;
}
.tre-home-proxi-cal-container {
  position: relative;
  margin-bottom: 140px;
  margin: 0 calc(50% - 47vw) 57px;
  max-width: 94vw;
  width: 94vw;
  padding-top: 20px;
}
.home .tre-home-proxi-cal-container {
  background: #E6E6E6;
  box-shadow: -150px 0 0 0 #E6E6E6, 150px 0 0 0 #E6E6E6;
}
.tre-home-proxi-cal-container .swiper-button-next, .tre-home-proxi-cal-container .swiper-button-prev {
  display: none;
}
.tre-home-proxi-cal-container .complete-calendar-btn-wrapper {
  background: linear-gradient(#e6e6e6 0%, #e6e6e6 46%, black 50%, #e6e6e6 54%, #e6e6e6 100%);
  position: relative;
  height: 24px;
  margin-top: 14px;
}
.tre-home-proxi-cal-container .complete-calendar-btn-wrapper a {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #3c3c3b;
  background: #E6E6E6;
  padding: 1px 8px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  line-height: 22px;
  display: flex;
  height: 24px;
}
.tre-home-proxi-cal-container .complete-calendar-btn-wrapper a::after {
  content: url("bs-images/proxi-cal-icon.svg");
  display: inline-block;
  width: 18px;
  margin-left: 8px;
}
@media screen and (min-width: 960px) {
  .tre-home-proxi-cal-container .swiper-button-next, .tre-home-proxi-cal-container .swiper-button-prev {
    display: block;
    width: 9px;
    height: 17px;
    background-size: contain;
    margin-top: 0;
    top: 50%;
  }
  .tre-home-proxi-cal-container .swiper-button-next svg, .tre-home-proxi-cal-container .swiper-button-prev svg {
    display: none;
  }
  .tre-home-proxi-cal-container .swiper-button-prev {
    background-image: url(bs-images/proxi-cal-arrow.svg);
    left: -25px;
    transform: translateY(150%);
  }
  .home .tre-home-proxi-cal-container .swiper-button-prev {
    transform: translateY(-200%);
  }
  .tre-home-proxi-cal-container .swiper-button-next {
    background-image: url(bs-images/proxi-cal-arrow.svg);
    transform: rotate(180deg) translateY(-150%);
    right: -25px;
  }
  .home .tre-home-proxi-cal-container .swiper-button-next {
    transform: rotate(180deg) translateY(200%);
  }
}
.tre-home-proxi-cal {
  overflow: hidden;
}
.tre-home-proxi-cal .swiper-wrapper {
  display: flex;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card {
  border-right: 2px solid #7D7D7D;
  background-size: cover;
  background-position: center;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card:last-child {
  border-right: none;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay {
  height: 180px;
  background: #fff;
  text-align: center;
  padding: 12px 12px 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay {
  background: #E6E6E6;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-date, .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-location {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  text-decoration: none;
  color: #3c3c3b;
  display: block;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title::after {
  content: "";
  width: 21px;
  height: 3px;
  background: #7D7D7D;
  display: block;
  margin: 10px auto 0;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-btn {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 12px;
  color: #fff;
  border: 3px solid #fff;
  background: transparent;
  text-decoration: none;
  margin: -30px auto 0;
}
@media screen and (min-width: 960px) {
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay {
    height: 270px;
    padding-top: 20px;
    padding-bottom: 24px;
    transition: background 0.2s ease-in-out;
  }
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-date, .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-location {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title a::after {
    width: 40px;
  }
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card .tre-proxi-cal-card-overlay .tre-proxi-cal-card-btn {
    display: none;
  }
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card:hover .tre-proxi-cal-card-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card:hover .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title a {
    color: #fff;
  }
  .tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card:hover .tre-proxi-cal-card-overlay .tre-proxi-cal-card-btn {
    display: block;
  }
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card-opera .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title::after {
  background: #D20A11;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card-concerti .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title::after {
  background: #244F98;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card-danza .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title::after {
  background: #59A7CE;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card-prosa .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title::after {
  background: #F7A600;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card-musical .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title::after {
  background: #3C9E32;
}
.tre-home-proxi-cal .swiper-wrapper .tre-proxi-cal-card-ragazzi .tre-proxi-cal-card-overlay .tre-proxi-cal-card-title::after {
  background: #FFD664;
}
body.tax-rassegna {
  background: #E6E6E6;
}
.tre-calendario-hero {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.tre-calendario-hero .overlay {
  padding-top: 196px;
  padding-bottom: 140px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tre-calendario-hero .overlay .tre-calendario-heading {
  text-align: center;
}
.tre-calendario-hero .overlay .tre-calendario-heading .header-tipo-occhiello {
  text-transform: uppercase;
}
.tre-calendario-hero .overlay .tre-calendario-heading .header-tipo-sottotitolo {
  font-size: 2.4rem;
  margin-top: 1.6rem;
}
.tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title {
  margin-bottom: 0;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title span {
  display: block;
  text-transform: none;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .tre-calendario-hero {
    margin-bottom: 0;
  }
  .tre-calendario-hero .overlay {
    min-height: 525px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tre-calendario-hero .overlay .tre-calendario-heading .header-tipo-occhiello {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title {
    font-size: 60px;
    font-size: 6rem;
  }
  .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title span {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title::after {
    width: 55px;
  }
}
.tre-calendario-filter-navigation {
  background: #070809;
  color: #fff;
  box-shadow: -100px 0 0 0 #070809, 100px 0 0 0 #070809;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 26px;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container {
  flex: 0 1 50%;
  border-right: 2px solid #7D7D7D;
  max-width: 342px;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper {
  position: relative;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-filter-btn {
  padding: 8px 48px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-filter-btn::before {
  content: "";
  display: block;
  background: url(bs-images/filter-menu-arrow.svg) no-repeat center;
  background-size: contain;
  margin-right: 8px;
  width: 8px;
  height: 5px;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-filter-btn[aria-expanded="true"] + .tre-calendario-selection {
  display: block;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-filter-btn:hover, .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-filter-btn:active, .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-filter-btn:focus {
  background: transparent;
  border-bottom: 1px solid #fff;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection {
  display: none;
  position: absolute;
  z-index: 999;
  background: #070809;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection li {
  text-align: center;
  margin-bottom: 18px;
  list-style: none;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 26px;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection li a:hover {
  background: #E6E6E6;
  color: #3c3c3b;
}
.tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper.tipo-filter {
  border-right: none;
}
@media screen and (min-width: 960px) {
  .tre-calendario-filter-navigation {
    box-shadow: -500px 0 0 0 #070809, 500px 0 0 0 #070809;
    padding: 12px;
    margin-bottom: 10px;
    position: relative;
    top: -49px;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container {
    border-right: 2px solid #7D7D7D;
    border-left: 2px solid #7D7D7D;
    display: flex;
    justify-content: center;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container:first-child {
    border-right: none;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-filter-btn {
    padding: 6px 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection {
    top: 100%;
    width: 100%;
    background: #070809;
    padding-top: 12px;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection li {
    text-align: center;
    margin-bottom: 18px;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection li a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 26px;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper .tre-calendario-selection li a:hover {
    background: #E6E6E6;
    color: #3c3c3b;
  }
  .tre-calendario-filter-navigation .tre-calendario-filter-container .tre-calendario-filter-wrapper.tipo-filter {
    border-left: none;
    border-right: 2px solid #7D7D7D;
    margin-left: -2px;
  }
}
h2 span {
  display: block;
  font-size: 0.75em;
  text-transform: capitalize;
  color: #3c3c3b;
}
.tre-calendario-card-spettacolo {
  border-top: 2px solid #3C3C3B;
  background-size: cover;
  background-position: center;
}
.tre-calendario-card-spettacolo:last-child {
  margin-bottom: 66px;
  border-bottom: 2px solid #3C3C3B;
}
.tre-calendario-card-spettacolo .overlay {
  display: flex;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #E6E6E6;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime {
  flex: 0 0 25%;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime svg {
  width: 20px;
  padding-bottom: 12px;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime .tre-calendario-card-spettacolo-date {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime .tre-calendario-card-spettacolo-time {
  display: none;
  line-height: 1.3;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-title {
  flex: 0 0 45%;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-tipo {
  display: none;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-luogo {
  display: none;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-cta-container {
  flex: 0 0 30%;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-cta-container .button {
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0;
  padding: 2px 6px;
  color: #3c3c3b;
  border-color: #7D7D7D;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-cta-container .button:first-child {
  margin-bottom: 12px;
}
.tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-cta-container .button:hover {
  color: #fff;
  background: #7D7D7D;
}
@media screen and (min-width: 960px) {
  .tre-calendario-card-spettacolo .overlay {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: background 0.2s ease-in-out;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime {
    flex: 0 0 16.6%;
    position: relative;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 59px;
    width: 2px;
    background: #3c3c3b;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime .tre-calendario-card-spettacolo-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-datetime .tre-calendario-card-spettacolo-time {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-title {
    flex: 0 0 33.2%;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 59px;
    width: 2px;
    background: #3c3c3b;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-tipo {
    flex: 0 0 16.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-tipo:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 59px;
    width: 2px;
    background: #3c3c3b;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-tipo p {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-tipo p::after {
    content: " ";
    display: block;
    width: 34px;
    height: 3px;
    background: #7D7D7D;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-luogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 18.4%;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-luogo p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 25px;
    text-align: center;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-luogo svg {
    width: 18px;
    padding-bottom: 12px;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-cta-container {
    flex: 0 0 15.3%;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-cta-container .button {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 6px 12px;
  }
  .tre-calendario-card-spettacolo .tre-calendario-card-spettacolo-cta-container .button:first-child {
    margin-bottom: 12px;
  }
  .tre-calendario-card-spettacolo:hover {
    color: #fff;
  }
  .tre-calendario-card-spettacolo:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .tre-calendario-card-spettacolo:hover .tre-calendario-card-spettacolo-datetime::after, .tre-calendario-card-spettacolo:hover .tre-calendario-card-spettacolo-title::after, .tre-calendario-card-spettacolo:hover .tre-calendario-card-spettacolo-tipo::after, .tre-calendario-card-spettacolo:hover .tre-calendario-card-spettacolo-luogo::after {
    background: #fff;
  }
  .tre-calendario-card-spettacolo:hover svg path, .tre-calendario-card-spettacolo:hover svg polygon {
    fill: #fff;
  }
  .tre-calendario-card-spettacolo:hover .tre-calendario-card-spettacolo-cta-container .button {
    color: #fff !important;
  }
}
.tre-calendario-card-spettacolo.tipo-opera .tre-calendario-card-spettacolo-tipo p::after {
  background: #D20A11;
}
.tre-calendario-card-spettacolo.tipo-opera .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #D20A11;
  color: #FFF;
}
.tre-calendario-card-spettacolo.tipo-concerti .tre-calendario-card-spettacolo-tipo p::after {
  background: #244F98;
}
.tre-calendario-card-spettacolo.tipo-concerti .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #244F98;
  border-color: #244F98;
  color: #FFF;
}
.tre-calendario-card-spettacolo.tipo-danza .tre-calendario-card-spettacolo-tipo p::after {
  background: #59A7CE;
}
.tre-calendario-card-spettacolo.tipo-danza .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #59A7CE;
  border-color: #59A7CE;
  color: #FFF;
}
.tre-calendario-card-spettacolo.tipo-prosa .tre-calendario-card-spettacolo-tipo p::after {
  background: #F7A600;
}
.tre-calendario-card-spettacolo.tipo-prosa .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #F7A600;
  border-color: #F7A600;
  color: #FFF;
}
.tre-calendario-card-spettacolo.tipo-musical .tre-calendario-card-spettacolo-tipo p::after {
  background: #3C9E32;
}
.tre-calendario-card-spettacolo.tipo-musical .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #3C9E32;
  border-color: #3C9E32;
  color: #FFF;
}
.tre-calendario-card-spettacolo.tipo-ragazzi .tre-calendario-card-spettacolo-tipo p::after {
  background: #FFD664;
}
.tre-calendario-card-spettacolo.tipo-ragazzi .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #FFD664;
  border-color: #FFD664;
  color: #FFF;
}
.archive-description {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
  background-size: cover;
  background-position: center;
}
.archive-description .overlay {
  padding-top: 130px;
  padding-bottom: 80px;
}
.archive-description .overlay h1 {
  color: #ffffff;
}
.archive-description .overlay h1::after {
  background: #fff;
}
@media screen and (min-width: 960px) {
  .archive-description {
    margin-bottom: 31px;
  }
  .archive-description .overlay {
    padding-top: 150px;
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 1406px) {
  .archive-description {
    margin-bottom: 44px;
  }
  .archive-description .overlay {
    padding-top: 0;
    padding-bottom: 0;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .blog .news-article-wrapper {
    justify-content: center;
  }
  .blog .news-article-wrapper .news-card:last-child {
    display: block;
    margin-right: 0;
  }
}
.single article.post.entry {
  margin-bottom: 0;
}
.single .single-news-hero {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  text-align: center;
  color: #fff;
  margin-bottom: 47px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.single .single-news-hero .overlay {
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}
.single .single-news-hero .overlay p, .single .single-news-hero .overlay h1 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
.single .single-news-hero .overlay p::after, .single .single-news-hero .overlay h1::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #fff;
  margin: 12px auto 0;
}
@media screen and (min-width: 960px) {
  .blog .single {
    margin-bottom: 31px;
  }
  .single .single-news-hero .overlay {
    padding-top: 150px;
    padding-bottom: 72px;
  }
  .single .single-news-hero .overlay p, .single .single-news-hero .overlay h1 {
    font-size: 43px;
    font-size: 4.3rem;
  }
  .single .single-news-hero .overlay p::after, .single .single-news-hero .overlay h1::after {
    width: 53px;
    height: 3px;
    margin: 21px auto 0;
  }
}
@media screen and (min-width: 1406px) {
  .blog .single {
    margin-bottom: 44px;
  }
  .single .single-news-hero .overlay {
    padding-top: 0;
    padding-bottom: 0;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single .single-news-hero .overlay p, .single .single-news-hero .overlay h1 {
    font-size: 60px;
    font-size: 6rem;
  }
  .single .single-news-hero .overlay p::after, .single .single-news-hero .overlay h1::after {
    width: 75px;
    height: 3px;
    margin: 29px auto 0;
  }
}
.single .entry-title {
  display: none;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single .entry-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 19px auto 0;
  background: #7D7D7D;
}
.single .entry-meta {
  display: none;
}
.single .tre-single-news-txt-img-row {
  background-color: #E6E6E6;
  box-shadow: -150px 0 0 0 #E6E6E6, 150px 0 0 0 #E6E6E6;
  margin-bottom: 48px;
  margin-top: 48px;
}
.single .tre-single-news-txt-img-row .tre-single-news-content {
  padding: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}
.single .tre-single-news-txt-img-row .tre-single-news-content h2 {
  font-size: 19px;
  font-size: 1.9rem;
}
.single .tre-single-news-txt-img-row .tre-single-news-image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .single .tre-single-news-txt-img-row {
    display: flex;
    align-items: center;
    box-shadow: -500px 0 0 0 #E6E6E6;
    margin-bottom: 66px;
    margin-top: 66px;
  }
  .single .tre-single-news-txt-img-row::after {
    clear: both;
    content: " ";
    display: table;
  }
  .single .tre-single-news-txt-img-row .tre-single-news-content {
    width: 50%;
    padding: 60px;
    padding-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single .tre-single-news-txt-img-row .tre-single-news-content h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .single .tre-single-news-txt-img-row .tre-single-news-image {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
  .single .tre-single-news-txt-img-row .tre-single-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.single .tre-single-news-img-txt-row {
  background-color: #E6E6E6;
  box-shadow: -150px 0 0 0 #E6E6E6, 150px 0 0 0 #E6E6E6;
  margin-bottom: 48px;
  margin-top: 48px;
}
.single .tre-single-news-img-txt-row .tre-single-news-content {
  padding: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}
.single .tre-single-news-img-txt-row .tre-single-news-content h2 {
  font-size: 19px;
  font-size: 1.9rem;
}
.single .tre-single-news-img-txt-row .tre-single-news-image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .single .tre-single-news-img-txt-row {
    display: flex;
    align-items: center;
    box-shadow: 500px 0 0 0 #E6E6E6;
    margin-bottom: 66px;
    margin-top: 66px;
  }
  .single .tre-single-news-img-txt-row::after {
    clear: both;
    content: " ";
    display: table;
  }
  .single .tre-single-news-img-txt-row .tre-single-news-content {
    width: 50%;
    padding: 60px;
    padding-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single .tre-single-news-img-txt-row .tre-single-news-content h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .single .tre-single-news-img-txt-row .tre-single-news-image {
    width: 50vw;
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
  .single .tre-single-news-img-txt-row .tre-single-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.single .blog-more-news {
  display: none;
}
@media screen and (min-width: 960px) {
  .single .blog-more-news {
    display: block;
  }
  .single .blog-more-news .news-article-wrapper .news-card:last-child {
    display: block;
  }
}
.tre-single-news-content h3, .tre-single-news-full-width-row h3 {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 16px;
}
.archive.tax-tipo .tre-calendario-hero, .search .tre-calendario-hero {
  margin-bottom: 26px;
}
@media screen and (min-width: 960px) {
  .archive.tax-tipo .tre-calendario-hero, .search .tre-calendario-hero {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 1406px) {
  .archive.tax-tipo .tre-calendario-hero, .search .tre-calendario-hero {
    margin-bottom: 88px;
  }
}
.type-description {
  margin-bottom: 20px;
}
.tre-calendario-tipo-archive-card-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (min-width: 960px) {
  .tre-calendario-tipo-archive-card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tre-calendario-tipo-archive-card-spettacolo {
  border-top: none;
  margin-bottom: 0;
  background-image: none !important;
}
.tre-calendario-tipo-archive-card-spettacolo .overlay {
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-datetime {
  border-right: none;
  flex: 1 1 auto;
  padding: 0;
  display: block;
  order: 2;
  margin-bottom: 8px;
  line-height: 1;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-datetime svg {
  display: none;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-datetime .tre-calendario-card-spettacolo-date {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-title {
  flex: 1 1 auto;
  padding: 0;
  display: block;
  font-size: 2.4rem;
  order: 3;
  margin-bottom: 0;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-subtitle {
  font-size: 2rem;
  margin-bottom: 0;
  order: 4;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-luogo {
  font-size: 1.6rem;
  margin-bottom: 1lh;
  order: 4;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-luogo p {
  margin-bottom: 0;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-luogo:has(+ .tre-calendario-card-spettacolo-excerpt) {
  margin-bottom: 0.8rem;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-excerpt {
  font-size: 1.6rem;
  margin-bottom: 1lh;
  order: 5;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container {
  position: relative;
  order: 1;
  height: 293px;
  margin-bottom: 20px;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container {
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
  width: auto;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 7px;
  padding: 6px 12px;
  white-space: nowrap;
  color: #fff;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button:first-child {
  margin-bottom: 0;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-logos-container {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-logos-container img {
  height: 30px;
  width: auto;
}
.tre-calendario-tipo-archive-card-spettacolo:hover .tre-calendario-card-spettacolo-cta-container {
  opacity: 1;
}
.term-opera .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title::after, .term-opera .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-title::after {
  background: #D20A11;
}
.term-opera .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
  border-color: #D20A11;
}
.term-opera .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #D20A11;
}
.term-concerti .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title::after, .term-concerti .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-title::after {
  background: #244F98;
}
.term-concerti .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
  border-color: #244F98;
}
.term-concerti .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #244F98;
}
.term-danza .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title::after, .term-danza .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-title::after {
  background: #59A7CE;
}
.term-danza .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
  border-color: #59A7CE;
}
.term-danza .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #59A7CE;
}
.term-prosa .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title::after, .term-prosa .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-title::after {
  background: #F7A600;
}
.term-prosa .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
  border-color: #F7A600;
}
.term-prosa .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #F7A600;
}
.term-musical .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title::after, .term-musical .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-title::after {
  background: #3C9E32;
}
.term-musical .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
  border-color: #3C9E32;
}
.term-musical .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #3C9E32;
}
.term-ragazzi .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title::after, .term-ragazzi .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-title::after {
  background: #FFD664;
}
.term-ragazzi .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
  border-color: #FFD664;
}
.term-ragazzi .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button:hover {
  background: #FFD664;
}
.term-finalmente-domenica .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title span, .term-verso-sera .tre-calendario-hero .overlay .tre-calendario-heading .tre-calendario-title span {
  display: none;
}
.page article.entry {
  margin-bottom: 0;
}
.single-page-hero {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.single-page-hero .tre-video-bg-wrapper {
  z-index: 0;
}
.single-page-hero .overlay {
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}
.single-page-hero .overlay h1 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
.single-page-hero .overlay h1::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #fff;
  margin: 12px auto 0;
}
@media screen and (min-width: 960px) {
  .single-page-hero {
    margin-bottom: 31px;
  }
  .single-page-hero .overlay {
    height: 700px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-page-hero .overlay h1 {
    font-size: 43px;
    font-size: 4.3rem;
  }
  .single-page-hero .overlay h1::after {
    width: 53px;
    height: 3px;
    margin: 21px auto 0;
  }
}
@media screen and (min-width: 1406px) {
  .single-page-hero {
    margin-bottom: 44px;
  }
  .single-page-hero .overlay h1 {
    font-size: 60px;
    font-size: 6rem;
  }
  .single-page-hero .overlay h1::after {
    width: 75px;
    height: 3px;
    margin: 29px auto 0;
  }
}
.tre-page-full-width-row {
  margin-bottom: 40px;
}
.tre-page-full-width-row.tre-page-gray-row {
  background-color: #E6E6E6;
  padding: 30px 16px;
}
.tre-page-full-width-row.tre-page-gray-row p:last-child {
  margin-bottom: 0;
}
.tre-page-full-width-row.tre-page-lightpink-row {
  background-color: #ffe6d9;
  padding: 30px 16px;
}
.tre-page-full-width-row.tre-page-lightpink-row p:last-child {
  margin-bottom: 0;
}
.tre-page-full-width-row.tre-page-darkpink-row {
  background-color: #f7cebc;
  box-shadow: -150px 0 0 0 #f7cebc, 150px 0 0 0 #f7cebc;
  padding: 30px 16px;
}
.tre-page-full-width-row.tre-page-darkpink-row p:last-child {
  margin-bottom: 0;
}
.tre-page-full-width-row.width-full.tre-page-gray-row {
  box-shadow: -150px 0 0 0 #E6E6E6, 150px 0 0 0 #E6E6E6;
}
.tre-page-full-width-row.width-large {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.tre-page-full-width-row.width-medium {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .tre-page-full-width-row {
    margin-bottom: 60px;
  }
  .tre-page-full-width-row.tre-page-darkpink-row {
    box-shadow: -500px 0 0 0 #f7cebc, 500px 0 0 0 #f7cebc;
  }
  .tre-page-full-width-row p {
    margin-left: auto;
    margin-right: auto;
  }
  .tre-page-full-width-row.width-full.tre-page-gray-row {
    box-shadow: -500px 0 0 0 #E6E6E6, 500px 0 0 0 #E6E6E6;
  }
}
.tre-page-txt-img-row {
  margin-bottom: 48px;
  margin-top: 48px;
}
.tre-page-txt-img-row.tre-page-gray-row {
  background-color: #E6E6E6;
  box-shadow: -150px 0 0 0 #E6E6E6, 150px 0 0 0 #E6E6E6;
}
.tre-page-txt-img-row.tre-page-lightpink-row {
  background-color: #ffe6d9;
  box-shadow: -150px 0 0 0 #ffe6d9, 150px 0 0 0 #ffe6d9;
}
.tre-page-txt-img-row.tre-page-darkpink-row {
  background-color: #f7cebc;
  box-shadow: -150px 0 0 0 #f7cebc, 150px 0 0 0 #f7cebc;
}
.tre-page-txt-img-row .tre-page-content {
  padding: 14px;
}
.tre-page-txt-img-row .tre-page-content h2 {
  font-size: 19px;
  font-size: 1.9rem;
}
.tre-page-txt-img-row .tre-page-content p:last-child {
  margin-bottom: 0;
}
.tre-page-txt-img-row .tre-page-image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .tre-page-txt-img-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 120px;
  }
  .tre-page-txt-img-row.tre-page-gray-row {
    box-shadow: -500px 0 0 0 #E6E6E6;
  }
  .tre-page-txt-img-row.tre-page-lightpink-row {
    box-shadow: -500px 0 0 0 #ffe6d9;
  }
  .tre-page-txt-img-row.tre-page-darkpink-row {
    box-shadow: -500px 0 0 0 #f7cebc;
  }
  .tre-page-txt-img-row.width-large {
    margin-right: auto;
    margin-left: auto;
    box-shadow: none !important;
  }
  .tre-page-txt-img-row.width-large .tre-page-content {
    padding-left: 60px;
  }
  .tre-page-txt-img-row::after {
    clear: both;
    content: " ";
    display: table;
  }
  .tre-page-txt-img-row .tre-page-content {
    width: 50%;
    padding: 60px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tre-page-txt-img-row .tre-page-content h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .tre-page-txt-img-row .tre-page-image {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    padding-bottom: 0 !important;
  }
  .tre-page-txt-img-row .tre-page-image img {
    width: 50vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.tre-page-txt-img-row.width-large .tre-page-image {
  margin-right: 0;
  flex: 1;
}
.tre-page-img-txt-row {
  margin-bottom: 48px;
  margin-top: 48px;
}
.tre-page-img-txt-row.tre-page-gray-row {
  background-color: #E6E6E6;
  box-shadow: -150px 0 0 0 #E6E6E6, 150px 0 0 0 #E6E6E6;
}
.tre-page-img-txt-row.tre-page-lightpink-row {
  background-color: #ffe6d9;
  box-shadow: -150px 0 0 0 #ffe6d9, 150px 0 0 0 #ffe6d9;
}
.tre-page-img-txt-row.tre-page-darkpink-row {
  background-color: #f7cebc;
  box-shadow: -150px 0 0 0 #f7cebc, 150px 0 0 0 #f7cebc;
}
.tre-page-img-txt-row.width-large {
  margin-right: auto;
  margin-left: auto;
  box-shadow: none !important;
}
.tre-page-img-txt-row.width-large .tre-page-content {
  padding-right: 60px;
}
.tre-page-img-txt-row .tre-page-content {
  padding: 14px;
}
.tre-page-img-txt-row .tre-page-content h2 {
  font-size: 19px;
  font-size: 1.9rem;
}
.tre-page-img-txt-row .tre-page-image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .tre-page-img-txt-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 60px;
  }
  .tre-page-img-txt-row.tre-page-gray-row {
    box-shadow: 500px 0 0 0 #E6E6E6;
  }
  .tre-page-img-txt-row.tre-page-lightpink-row {
    box-shadow: 500px 0 0 0 #ffe6d9;
  }
  .tre-page-img-txt-row.tre-page-darkpink-row {
    box-shadow: 500px 0 0 0 #f7cebc;
  }
  .tre-page-img-txt-row::after {
    clear: both;
    content: " ";
    display: table;
  }
  .tre-page-img-txt-row .tre-page-content {
    width: 50%;
    padding: 60px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tre-page-img-txt-row .tre-page-content h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .tre-page-img-txt-row .tre-page-image {
    width: 50vw;
    margin-left: calc(50% - 50vw);
    margin-right: auto;
    padding-bottom: 0 !important;
  }
  .tre-page-img-txt-row .tre-page-image img {
    width: 50vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .tre-page-img-txt-row.width-large .tre-page-image {
    margin-left: 0;
    flex: 1;
  }
}
.tre-banners-section {
  display: flex;
  flex-direction: column;
  margin: 0 calc(50% - 50vw) 57px;
  max-width: 100vw;
  width: 100vw;
}
@media screen and (min-width: 960px) {
  .tre-banners-section {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.tre-banners-section .tre-banners-block {
  background-size: cover;
  margin: 0 16px 62px;
  flex: 1;
}
.tre-banners-section .tre-banners-block .overlay {
  padding: 127px 18px 27px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.tre-banners-section .tre-banners-block .overlay h2 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 70px;
}
.tre-banners-section .tre-banners-block .overlay h2 span {
  display: block;
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
}
.tre-banners-section .tre-banners-block .overlay h2::after {
  background: #fff;
}
.tre-banners-section .tre-banners-block .overlay .button {
  display: inline-block;
  border-color: #fff;
  color: #fff;
  margin: 0 auto;
}
.tre-banners-section .tre-banners-block .overlay .button:hover {
  background: #fff;
  color: #3c3c3b;
}
@media screen and (min-width: 960px) {
  .tre-banners-section .tre-banners-block {
    margin: 0 16px;
  }
  .tre-banners-section .tre-banners-block .overlay {
    padding: 166px 18px 35px;
  }
  .tre-banners-section .tre-banners-block .overlay h2 {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 164px;
  }
  .tre-banners-section .tre-banners-block .overlay h2 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .tre-banners-section .tre-banners-block .overlay h2::after {
    width: 75px;
    height: 3px;
  }
}
@media screen and (min-width: 1406px) {
  .tre-banners-section .tre-banners-block .overlay {
    padding: 244px 18px 50px;
  }
  .tre-banners-section .tre-banners-block .overlay h2 {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 185px;
  }
  .tre-banners-section .tre-banners-block .overlay h2 span {
    font-size: 30px;
    font-size: 3rem;
  }
}
.tre-banners-section.double-banner .tre-banners-block .overlay {
  min-height: 159px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tre-banners-section.double-banner .tre-banners-block .overlay::before {
  content: "";
}
.tre-banners-section.double-banner .tre-banners-block .overlay h2 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .tre-banners-section.double-banner .tre-banners-block .overlay {
    min-height: 310px;
  }
  .tre-banners-section.double-banner .tre-banners-block .overlay h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.tre-teatri-page-navigation {
  display: none;
}
@media screen and (min-width: 960px) {
  .tre-teatri-page-navigation {
    position: relative;
    top: -52px;
    display: block;
    background: #070809;
    text-align: center;
    box-shadow: -500px 0 0 0 #070809, 500px 0 0 0 #070809;
  }
  .tre-teatri-page-navigation ul {
    padding: 13px;
  }
  .tre-teatri-page-navigation ul li {
    display: inline-block;
    border-right: 2px solid #7D7D7D;
  }
  .tre-teatri-page-navigation ul li:last-child {
    border-right: none;
  }
  .tre-teatri-page-navigation ul li a {
    padding: 6px 40px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border 0.2s ease-in-out;
  }
  .tre-teatri-page-navigation ul li a:hover {
    border-bottom: 1px solid #fff;
  }
}
.tre-page-content {
  max-height: 9999px;
  transition: max-height 0.8s ease-in-out;
}
.tre-page-content p:last-child {
  margin-bottom: 0;
}
.vimeo-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery {
  text-align: center;
}
.gallery img {
  border: none;
}
@media screen and (max-width: 959px) {
  .gallery .gallery-item {
    width: auto;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .inside-grid-column {
    margin-bottom: 0 !important;
  }
  .inside-grid-column p img {
    margin-bottom: 0;
  }
}
.popup-cal-open {
  overflow: hidden;
}
.calendar-overlay.overlay {
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  overflow: scroll;
  transition: height 0.2s ease-in-out;
}
@media screen and (min-width: 960px) {
  .popup-cal-open .calendar-overlay.overlay {
    height: auto;
  }
}
.calendar-container {
  background-color: #fff;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (min-width: 960px) {
  .popup-cal-open .calendar-container {
    display: block;
    height: 100%;
  }
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border: none;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-day-grid-event .fc-time {
  display: none;
}
#calendar {
  display: block;
  color: #3c3c3b;
  padding: 27px 35px 0;
}
#calendar .fc-button-primary {
  background-color: #fff;
  border-color: #fff;
  color: #3c3c3b;
}
#calendar .fc-button-primary .fc-icon {
  font-family: "Roboto", sans-serif !important;
}
#calendar .fc-button-primary .fc-icon-chevron-left {
  font-weight: bold;
}
#calendar .fc-button-primary .fc-icon-chevron-left::before {
  content: "<";
  font-family: "Roboto", sans-serif !important;
}
#calendar .fc-button-primary .fc-icon-chevron-right {
  font-weight: bold;
}
#calendar .fc-button-primary .fc-icon-chevron-right::before {
  content: ">";
  font-family: "Roboto", sans-serif !important;
}
#calendar h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
#calendar h2::after {
  display: none;
}
#calendar .fc-head .fc-widget-header > table {
  margin-bottom: 10px;
  border-bottom: 2px solid #3c3c3b;
}
#calendar .fc-head .fc-widget-header > table .fc-day-header {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#calendar .fc-bg td {
  border-right: 2px solid #3c3c3b;
}
#calendar .fc-bg td:last-child {
  border-right: none;
}
#calendar td.fc-today {
  background: transparent;
  border-top-width: 0;
  border-style: solid;
}
#calendar .fc-week {
  border-bottom: 2px solid #3c3c3b;
  margin-bottom: 10px;
}
#calendar .fc-content-skeleton {
  bottom: 0;
  border-bottom: 10px solid #fff;
}
#calendar .fc-content-skeleton > table {
  margin-bottom: 10px;
}
#calendar .fc-content-skeleton > table td {
  padding: 0 4px;
  line-height: 1;
  vertical-align: bottom;
}
#calendar .fc-event {
  color: #3c3c3b;
  background: transparent;
  border: none;
  border-bottom: 3px solid #7D7D7D;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.1;
}
#calendar .fc-event.opera {
  border-color: #D20A11;
}
#calendar .fc-event.concerti {
  border-color: #244F98;
}
#calendar .fc-event.danza {
  border-color: #59A7CE;
}
#calendar .fc-event.prosa {
  border-color: #F7A600;
}
#calendar .fc-event.musical {
  border-color: #3C9E32;
}
#calendar .fc-event.ragazzi {
  border-color: #FFD664;
}
#calendar .fc-event.festival {
  border-color: #3c3c3b;
}
.popup-cal-footer {
  display: block;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
}
.popup-cal-footer li {
  margin-right: 48px;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.popup-cal-footer li span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  padding-right: 5px;
}
.popup-cal-footer li.legend-opera span {
  background: #D20A11;
}
.popup-cal-footer li.legend-concerti span {
  background: #244F98;
}
.popup-cal-footer li.legend-danza span {
  background: #59A7CE;
}
.popup-cal-footer li.legend-prosa span {
  background: #F7A600;
}
.popup-cal-footer li.legend-musical span {
  background: #3C9E32;
}
.popup-cal-footer li.legend-ragazzi span {
  background: #FFD664;
}
.popup-cal-footer li.legend-festival span {
  background: #3c3c3b;
}
.popup-cal-footer .complete-cal-btn {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #3c3c3b;
  text-decoration: none;
}
.popup-cal-footer .complete-cal-btn span {
  border-bottom: 1px solid #3c3c3b;
}
.popup-cal-footer .complete-cal-btn:hover span {
  border-bottom-color: transparent;
}
.popup-cal-footer .complete-cal-btn::after {
  content: url(bs-images/sidebar-cal-icon.svg);
  display: inline-block;
  width: 18px;
  margin-left: 5px;
  transform: translateY(3px);
}
.tre-banner-container {
  padding: 0 8px;
}
.tre-banner-container .tre-banner {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  position: relative;
  padding: 20px 50px;
  margin-bottom: 18px;
}
.tre-banner-container .tre-banner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.tre-banner-container .tre-banner a:after {
  content: "";
  display: block;
  width: 29px;
  height: 3px;
  margin-top: 8px;
  background: #fff;
}
.tre-banner-container .tre-banner a:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 960px) {
  .tre-banner-container {
    display: flex;
    justify-content: space-between;
  }
  .tre-banner-container .tre-banner {
    height: 410px;
    flex-basis: 49.6%;
    margin-bottom: 21px;
  }
  .tre-banner-container .tre-banner a {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .tre-banner-container .tre-banner a::after {
    width: 75px;
    height: 4px;
  }
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container {
  padding-left: 11px;
  padding-right: 11px;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card {
  margin-bottom: 12px;
  background-size: cover;
  background-position: center;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:nth-child(3), .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:nth-child(4) {
  display: none;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay {
  min-height: 159px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay * {
  margin-bottom: 0;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-date {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-title {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-title::after {
  content: "";
  display: block;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #7D7D7D;
  margin-top: 6px;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-btns-wrapper {
  display: flex;
  justify-content: center;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-btns-wrapper .button {
  border-color: #fff;
  border-width: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-btns-wrapper .button:last-child {
  margin-left: 16px;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-location {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card.tipo-concerti .overlay .tre-cal-evidenza-card-title::after {
  background: #244F98;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card.tipo-danza .overlay .tre-cal-evidenza-card-title::after {
  background: #59A7CE;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card.tipo-musical .overlay .tre-cal-evidenza-card-title::after {
  background: #3C9E32;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card.tipo-opera .overlay .tre-cal-evidenza-card-title::after {
  background: #D20A11;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card.tipo-prosa .overlay .tre-cal-evidenza-card-title::after {
  background: #F7A600;
}
.tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card.tipo-ragazzi .overlay .tre-cal-evidenza-card-title::after {
  background: #FFD664;
}
@media screen and (min-width: 960px) {
  .tre-calendario-in-evidenza .tre-cal-evidenza-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card {
    flex-basis: 24.5%;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:nth-child(3), .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:nth-child(4) {
    display: block;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay {
    min-height: 310px;
    background: rgba(0, 0, 0, 0.5);
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-title::after {
    width: 75px;
    height: 3px;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-btns-wrapper {
    opacity: 0;
    margin-bottom: -115px;
    transition: all 0.2s ease-in-out;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card .overlay .tre-cal-evidenza-card-location {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:hover .overlay, .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:focus-within .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:hover .overlay .tre-cal-evidenza-card-btns-wrapper, .tre-calendario-in-evidenza .tre-cal-evidenza-container .tre-cal-evidenza-card:focus-within .overlay .tre-cal-evidenza-card-btns-wrapper {
    opacity: 1;
    margin-bottom: 0;
  }
}
[class*="row"] {
  max-height: 9999px;
  transition: max-height 0.8s ease-in-out;
}
.bs-limit-height {
  position: relative;
}
.bs-limit-height .tre-page-content {
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  max-height: 600px;
}
.bs-limit-height .bs-unlimit-height {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 20px;
}
.tipo-aperto .bs-limit-height .bs-unlimit-height {
  background: #ffe6d9;
}
.bs-limit-height .bs-unlimit-height::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.tipo-aperto .bs-limit-height .bs-unlimit-height::before {
  background: linear-gradient(to bottom, rgba(255, 230, 217, 0) 0%, #ffe6d9 100%);
}
.tre-page-gray-row .bs-limit-height .bs-unlimit-height {
  background: #E6E6E6;
}
.bs-limit-height .bs-unlimit-height button {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .bs-limit-height {
    max-height: 600px;
  }
  .bs-limit-height .tre-page-content {
    max-height: 9999px;
  }
  .bs-limit-height .bs-unlimit-height {
    width: calc(100% - 60px);
  }
}
.tre-page-gray-row.bs-limit-height .bs-unlimit-height::before {
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
}
.bs-unlimit-height {
  position: static;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.tipo-aperto .bs-unlimit-height {
  background: #ffe6d9;
}
.tre-page-gray-row .bs-unlimit-height {
  background: #E6E6E6;
}
.bs-unlimit-height button {
  margin-bottom: 0;
  border-color: #7D7D7D;
  color: #3c3c3b;
}
.bs-unlimit-height button:hover, .bs-unlimit-height button:active, .bs-unlimit-height button:focus {
  background: #7D7D7D;
  color: #fff;
}
.bs-unlimit-height button .bs-unlimit-height__open-label {
  display: none;
}
.bs-limit-height .bs-unlimit-height button .bs-unlimit-height__open-label {
  display: block;
}
.bs-unlimit-height button .bs-unlimit-height__close-label {
  display: block;
}
.bs-limit-height .bs-unlimit-height button .bs-unlimit-height__close-label {
  display: none;
}
.menu-festival-aperto-container, .menu-casa-del-quartetto-container {
  display: none;
  position: relative;
  margin-top: -52px;
  background: #070809;
  text-align: center;
  box-shadow: -500px 0 0 0 #070809, 500px 0 0 0 #070809;
}
.menu-festival-aperto-container ul, .menu-casa-del-quartetto-container ul {
  padding: 13px;
  margin-bottom: 0;
}
.menu-festival-aperto-container ul li, .menu-casa-del-quartetto-container ul li {
  display: block;
}
.menu-festival-aperto-container ul li:last-child, .menu-casa-del-quartetto-container ul li:last-child {
  border-right: none;
}
.menu-festival-aperto-container ul li a, .menu-casa-del-quartetto-container ul li a {
  padding: 6px 40px;
  margin: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease-in-out;
}
.menu-festival-aperto-container ul li a:hover, .menu-casa-del-quartetto-container ul li a:hover {
  border-bottom: 1px solid #fff;
}
.menu-festival-aperto-container ul li.pink-menu-item a, .menu-casa-del-quartetto-container ul li.pink-menu-item a {
  color: #ffe6d9;
}
.menu-festival-aperto-container ul li.current-menu-item a, .menu-casa-del-quartetto-container ul li.current-menu-item a {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .menu-festival-aperto-container, .menu-casa-del-quartetto-container {
    display: block;
  }
  .menu-festival-aperto-container ul li, .menu-casa-del-quartetto-container ul li {
    display: inline-block;
    border-right: 2px solid #ffe6d9;
  }
}
.menu-casa-del-quartetto-container {
  display: block;
}
.aperto-desc {
  margin-bottom: 80px;
}
.archive.term-aperto, .parent-pageid-9390, .single-spettacolo.tipo-aperto {
  background: #ffe6d9;
  color: #000;
}
.archive.term-aperto h2, .parent-pageid-9390 h2, .single-spettacolo.tipo-aperto h2 {
  color: #000;
}
.archive.term-aperto h2::after, .parent-pageid-9390 h2::after, .single-spettacolo.tipo-aperto h2::after {
  background: #000;
}
.archive.term-aperto .button, .parent-pageid-9390 .button, .single-spettacolo.tipo-aperto .button {
  border-color: #f7cebc;
}
.archive.term-aperto .button:hover, .parent-pageid-9390 .button:hover, .single-spettacolo.tipo-aperto .button:hover {
  background-color: #f7cebc;
}
.archive.term-aperto .tre-calendario-heading .tre-calendario-title, .parent-pageid-9390 .tre-calendario-heading .tre-calendario-title, .single-spettacolo.tipo-aperto .tre-calendario-heading .tre-calendario-title {
  text-indent: -9999px;
  background: url("bs-images/logo-aperto.png") no-repeat center;
  background-size: contain;
  width: auto;
  height: 210px;
}
.archive.term-aperto .tre-calendario-heading .tre-calendario-title span, .parent-pageid-9390 .tre-calendario-heading .tre-calendario-title span, .single-spettacolo.tipo-aperto .tre-calendario-heading .tre-calendario-title span {
  text-indent: -9999px;
}
.archive.term-aperto .tre-calendario-heading .tre-calendario-title::after, .parent-pageid-9390 .tre-calendario-heading .tre-calendario-title::after, .single-spettacolo.tipo-aperto .tre-calendario-heading .tre-calendario-title::after {
  display: none;
}
.archive.term-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay, .parent-pageid-9390 .tre-calendario-tipo-archive-card-spettacolo .overlay, .single-spettacolo.tipo-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay {
  background: #f7cebc;
}
@media screen and (min-width: 960px) {
  .archive.term-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay, .parent-pageid-9390 .tre-calendario-tipo-archive-card-spettacolo .overlay, .single-spettacolo.tipo-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay {
    background: transparent;
  }
}
.archive.term-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay .tre-calendario-card-spettacolo-title::after, .parent-pageid-9390 .tre-calendario-tipo-archive-card-spettacolo .overlay .tre-calendario-card-spettacolo-title::after, .single-spettacolo.tipo-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay .tre-calendario-card-spettacolo-title::after {
  background: #000;
}
@media screen and (max-width: 959px) {
  .archive.term-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button, .parent-pageid-9390 .tre-calendario-tipo-archive-card-spettacolo .overlay .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button, .single-spettacolo.tipo-aperto .tre-calendario-tipo-archive-card-spettacolo .overlay .tre-calendario-card-spettacolo-img-cta-container .tre-calendario-card-spettacolo-cta-container .button {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
  }
}
.archive.term-aperto .tre-page-full-width-row, .parent-pageid-9390 .tre-page-full-width-row, .single-spettacolo.tipo-aperto .tre-page-full-width-row {
  margin-bottom: 20px;
}
.archive.term-aperto .tre-page-full-width-row .button, .parent-pageid-9390 .tre-page-full-width-row .button, .single-spettacolo.tipo-aperto .tre-page-full-width-row .button {
  display: inline-block;
  margin-bottom: 0;
}
.archive.term-aperto .tre-page-full-width-row a, .parent-pageid-9390 .tre-page-full-width-row a, .single-spettacolo.tipo-aperto .tre-page-full-width-row a {
  color: #000;
}
.archive.term-aperto .tre-page-img-txt-row h2::after, .archive.term-aperto .tre-page-txt-img-row h2::after, .parent-pageid-9390 .tre-page-img-txt-row h2::after, .parent-pageid-9390 .tre-page-txt-img-row h2::after, .single-spettacolo.tipo-aperto .tre-page-img-txt-row h2::after, .single-spettacolo.tipo-aperto .tre-page-txt-img-row h2::after {
  background: #000;
  margin-left: 0;
}
.archive.term-aperto .single-spettacolo-right-col, .parent-pageid-9390 .single-spettacolo-right-col, .single-spettacolo.tipo-aperto .single-spettacolo-right-col {
  background: #f7cebc;
}
.archive.term-aperto .single-spettacolo-right-col ::after, .archive.term-aperto .single-spettacolo-right-col p::after, .parent-pageid-9390 .single-spettacolo-right-col ::after, .parent-pageid-9390 .single-spettacolo-right-col p::after, .single-spettacolo.tipo-aperto .single-spettacolo-right-col ::after, .single-spettacolo.tipo-aperto .single-spettacolo-right-col p::after {
  background: #000;
}
.archive.term-aperto .single-spettacolo-right-col .single-spettacolo-data-ora-luogo::before, .parent-pageid-9390 .single-spettacolo-right-col .single-spettacolo-data-ora-luogo::before, .single-spettacolo.tipo-aperto .single-spettacolo-right-col .single-spettacolo-data-ora-luogo::before {
  content: url(bs-images/sidebar-cal-icon-black.svg);
}
.archive.term-aperto .single-spettacolo-right-col .single-spettacolo-durata::before, .parent-pageid-9390 .single-spettacolo-right-col .single-spettacolo-durata::before, .single-spettacolo.tipo-aperto .single-spettacolo-right-col .single-spettacolo-durata::before {
  content: url(bs-images/sidebar-clock-icon-black.svg);
}
.archive.term-aperto .single-spettacolo-right-col .single-spettacolo-tickets::before, .parent-pageid-9390 .single-spettacolo-right-col .single-spettacolo-tickets::before, .single-spettacolo.tipo-aperto .single-spettacolo-right-col .single-spettacolo-tickets::before {
  content: url(bs-images/sidebar-ticket-icon-black.svg);
}
.archive.term-aperto .single-spettacolo-right-col .single-spettacolo-documenti::before, .parent-pageid-9390 .single-spettacolo-right-col .single-spettacolo-documenti::before, .single-spettacolo.tipo-aperto .single-spettacolo-right-col .single-spettacolo-documenti::before {
  content: url(bs-images/doc-icon-black.svg);
}
.archive.term-aperto .tre-home-proxi-cal-container, .parent-pageid-9390 .tre-home-proxi-cal-container, .single-spettacolo.tipo-aperto .tre-home-proxi-cal-container {
  background: transparent;
  box-shadow: none;
}
.archive.term-aperto .tre-home-proxi-cal-container .tre-proxi-cal-card-overlay, .parent-pageid-9390 .tre-home-proxi-cal-container .tre-proxi-cal-card-overlay, .single-spettacolo.tipo-aperto .tre-home-proxi-cal-container .tre-proxi-cal-card-overlay {
  background: #ffe6d9;
}
@media screen and (min-width: 1406px) {
  .archive.term-aperto .tre-calendario-hero, .parent-pageid-9390 .tre-calendario-hero, .single-spettacolo.tipo-aperto .tre-calendario-hero {
    margin-bottom: 34px;
  }
}
ul.stagioni-precedenti-list li {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 3;
  list-style: none;
}
ul.stagioni-precedenti-list li a {
  text-decoration: none;
  color: #070809;
}
ul.stagioni-precedenti-list li a:hover {
  text-decoration: underline;
}
body.search .archive-description {
  display: none;
}
body.search .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container {
  background: transparent;
}
@media screen and (min-width: 960px) {
  body.search .tre-calendario-tipo-archive-card-spettacolo .tre-calendario-card-spettacolo-img-cta-container {
    background: #3c3c3b;
  }
}
ul.section-list > .section-item {
  margin-bottom: 6rem;
}
ul.section-list .section-sublist {
  list-style-type: square;
  padding-left: 20px;
}
ul.section-list .section-sublist > li {
  list-style-type: square;
}
#give-donation-level-button-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
#give-donation-level-button-wrap::before {
  display: none;
}
@media screen and (min-width: 960px) {
  #give-donation-level-button-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#give-donation-level-button-wrap .give-btn {
  width: 100%;
  height: 100%;
}
#give_purchase_form_wrap ul, #give_purchase_form_wrap li {
  list-style: none;
  list-style-type: none;
}
#give_purchase_form_wrap ul {
  padding-left: 0;
}
#form-scelta-donazione fieldset {
  border: none;
}
@media screen and (max-width: 959px) {
  #form-scelta-donazione fieldset {
    max-width: 100%;
    min-width: 0;
  }
}
#form-scelta-donazione fieldset > label:first-child {
  background-color: transparent;
  font-size: 1.15em;
  font-weight: 700;
  margin: 10px 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
#form-scelta-donazione fieldset .lista-scelte-donazione {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 959px) {
  #form-scelta-donazione fieldset .lista-scelte-donazione {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div {
  flex-basis: calc(50% - 2em);
  margin: 1em;
  position: relative;
}
@media screen and (min-width: 960px) {
  #form-scelta-donazione fieldset .lista-scelte-donazione > div {
    flex-basis: calc(20% - 2em);
  }
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div input[type="radio"] {
  visibility: hidden;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for^="scelta-donazione"] {
  text-align: center;
  padding: 6px 12px;
  font-weight: bold;
  min-width: 76px;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 16px 4px transparent;
  transition: box-shadow 0.4s ease;
  aspect-ratio: 1.57;
  text-indent: -99999999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  #form-scelta-donazione fieldset .lista-scelte-donazione > div label[for^="scelta-donazione"] {
    width: 200px;
  }
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for^="scelta-donazione"] > span {
  pointer-events: none;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div input:checked ~ label {
  box-shadow: 0 0 16px 4px #a8a8a8;
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-0"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-gialla.png");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-1"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-bianca.png");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-2"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-rossa.png");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-3"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-verde.png");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-5"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-arancione-500.jpg");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-6"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-azzurra-1500.jpg");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-7"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-oro.png");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-8"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-platino.png");
}
#form-scelta-donazione fieldset .lista-scelte-donazione > div label[for="scelta-donazione-9"] {
  background-image: url("bs-images/icone-card-donazione/teatri-carta-altro.png");
}
#form-scelta-donazione fieldset p[data-scelta^="scelta-donazione"] {
  display: none;
}
#form-scelta-donazione fieldset p[data-scelta^="scelta-donazione"] span, #form-scelta-donazione fieldset p[data-scelta^="scelta-donazione"] strong {
  font-weight: bold;
  display: block;
  font-size: 2rem;
}
#give-donation-level-button-wrap {
  display: none;
}
#give-purchase-button {
  font-size: 2rem;
  padding: 16px;
  min-width: 33%;
}
#give-referral-wrap input {
  margin-bottom: 15px;
}
.wp-block-gallery .blocks-gallery-item figure {
  align-items: center;
}
.wp-block-table table.has-fixed-layout {
  min-width: 600px;
  overflow-x: scroll;
}
.wp-block-column .wp-block-button, .wp-block-column .wp-block-button a {
  width: 100%;
  border-radius: 0;
}
.wp-block-button .wp-block-button__link {
  border-radius: 0;
}
.wp-custom-logo .site-title {
  display: none;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}
