@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
Theme Name: It's The Arts Child
Theme URI: https://gonzomultimedia.it
Author: Gonzo Multimedia
Author URI: https://gonzomultimedia.it
Description: Child theme for It's The Arts template.
Template: itsthearts
Version: 1.1.2
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/licenses.html#GPL
Text Domain: itstheartschild
This theme, like WordPress, is licensed uder the GPL. Have fun with it!
*/
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0 none;
  outline: 0;
  margin: 0;
  padding: 0;
  border-collapse: separate;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

:root {
  font-size: 62.5%;
}

html {
  background: #FFFFFF;
  color: #000000;
}

html, body {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, a, span {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, small {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  border: none;
  height: auto;
  vertical-align: middle;
}

.img-res {
  width: 100%;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

button.button {
  position: relative;
  background: none;
  margin: 1.6rem auto;
}

input[type=submit]:hover, input[type=checkbox] {
  cursor: pointer;
}

input.checkbox {
  display: none;
}

body,
html {
  background: #F6F4ED;
}

p,
span {
  color: #2C313C;
}

h1, h2, h3, h4, h5, h6 {
  color: #2C313C;
}

a {
  color: #2C313C;
  transition: color 0.08s;
}
a:hover, a:active {
  color: #F28A48;
}
a:hover h2, a:active h2 {
  color: #F28A48;
}

.header_logo a:hover, .header_logo a:active,
.header_nav .menu li a:hover,
.header_nav .menu li a:active {
  color: #F28A48;
}

.trigram {
  transition: opacity 0.13s;
}
.trigram_line {
  background-color: #2C313C;
}
.trigram:hover, .trigram:active {
  opacity: 0.55;
}

a .logo {
  fill: #2C313C;
  transition: fill 0.13s;
}
a .logo:hover, a .logo:active {
  fill: #F28A48;
}

.archive_eventi h3 {
  font-size: clamp(1.4rem, 2.5vw, 2.0rem);
  font-weight: 500;
}

.archive_opere .opera h2 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 500;
}

.footer_info-copy p {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 300;
}

.privacy-policy p, .single-evento h1 + p span, .single-evento h1 + p, .single-opera_popup-data p, .single-opera_popup-data p span, .home .show_location, .footer_info-copy a {
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 300;
}

.single-evento .presskit li, .home .show h2 {
  font-size: clamp(1.2rem, 2.3vw, 1.7rem);
  font-weight: 300;
}

.single-opera_popup-data p + p, .single-opera_popup-data p + p span, .single-opera_image span, .archive_eventi h3 + p a, .archive_eventi h3 + p a span, .archive_eventi h3 + p, .footer_gonzo span {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
}

.header_nav .menu li a {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 900;
}

button.button a {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 900;
}

button.button_alt a {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 500;
}

@media all and (min-width: 50em) {
  .header_nav .menu li a {
    font-size: clamp(1.3rem, 1.5vw, 1.6rem);
    font-weight: 500;
  }
}
body, html {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  line-height: 1;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 300;
  text-align: center;
}

h1 {
  font-size: clamp(1.7rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 {
  font-size: clamp(1.4rem, 4vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1.3rem;
}

h3 {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

p, span {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 300;
  line-height: 1.4;
}

p {
  text-align: justify;
}

p + p {
  margin-top: 1.3rem;
}

p a {
  font-weight: 500;
  text-decoration: underline 0.1rem;
  text-underline-offset: 0.3rem;
}

p em, span em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

button.button a {
  display: block;
  padding: clamp(.8rem, 1.3vw, 1.3rem) clamp(1.3rem, 2.1vw, 2.1rem);
  border-radius: clamp(.5rem, .8vw, 1.5rem);
  text-transform: uppercase;
  color: #F6F4ED;
  background-color: #00769E;
  transition: all 0.13s;
}
button.button a:hover, button.button a:active {
  background-color: #F28A48;
  -webkit-transform: scale(1.013);
  -moz-transform: scale(1.013);
  -ms-transform: scale(1.013);
  -o-transform: scale(1.013);
  transform: scale(1.013);
}
button.button_alt a {
  color: #2C313C;
  background-color: #F6F4ED;
  border: solid 0.1rem #2C313C;
}
button.button_alt a:hover, button.button_alt a:active {
  color: #F28A48;
  background-color: #F6F4ED;
  border: solid 0.1rem #F28A48;
}

.inline-heading {
  display: inline;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 300;
  margin-bottom: 0;
  text-transform: none;
}
.inline-heading + p {
  display: inline;
}

.header_logo {
  text-align: left;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.header_nav .menu li a {
  text-transform: uppercase;
}

.footer_info-copy p {
  text-align: center;
}
.footer_info-copy a {
  font-weight: 700;
}
.footer_gonzo span {
  display: inline-block;
}

.home .show h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #2C313C;
}
.home .show button.button {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.home .carousel h2 {
  margin-bottom: 0;
}

.page .show span {
  display: block;
}
.page .show_quote {
  font-style: normal;
}
.page .show_quote blockquote em {
  font-style: italic;
}
.page .show_quote blockquote p:before {
  content: "”";
}
.page .show_quote blockquote p:after {
  content: "“";
}
.page .show_quote blockquote + p {
  font-weight: 500;
  text-align: right;
  font-style: italic;
}

.archive h1 + p {
  text-align: center;
}
.archive_opere {
  margin-top: 2rem;
}
.archive_opere .opera h2 {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.archive_eventi h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
.archive_eventi h3 + p {
  text-align: left;
  width: 100%;
}
.archive_eventi h3 + p a, .archive_eventi h3 + p a span {
  text-decoration: none;
  font-weight: 300;
}

.single-opera_image span {
  display: block;
  margin-top: 0.8rem;
}
.single-opera_data p {
  text-align: center;
}
.single-opera_data p strong {
  font-weight: 700;
}
.single-opera_data p + p {
  margin-top: 0.3rem;
}
.single-opera_popup-close {
  margin-bottom: 0.8rem;
}
.single-opera_popup-close::before {
  content: "╳";
  color: #2C313C;
}
.single-opera_popup-data {
  margin: 2.1rem 0 0.8rem;
  text-align: center;
}
.single-opera_popup-data p, .single-opera_popup-data p span {
  text-align: center;
}
.single-evento h1 {
  margin-bottom: 0.2rem;
}
.single-evento h1 + p {
  text-align: center;
  margin-bottom: 2rem;
}
.privacy-policy h2, .privacy-policy h3, .privacy-policy h4 {
  text-transform: uppercase;
}
.privacy-policy h2 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.privacy-policy h3 {
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
  font-weight: 900;
}
.privacy-policy h4 {
  margin-bottom: 0.4rem;
}
.privacy-policy h2 + h3 {
  margin-top: 0.8rem;
}
.privacy-policy h3 + h4 {
  margin-top: 0.8rem;
}
.privacy-policy p + h2 {
  margin-top: 4.8rem;
}
.privacy-policy p + h4 {
  margin-top: 1.2rem;
}

@media all and (min-width: 50em) {
  .single-opera h1 {
    text-align: left;
  }
  .single-opera_data p {
    text-align: left;
  }
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 2.4rem clamp(1.3rem, 5.5vw, 8rem);
  max-width: 160rem;
  z-index: 5;
  background: none;
}
.header_logo {
  z-index: 6;
}
.header_logo a {
  display: inline-block;
}
.header_logo a img, .header_logo a svg {
  width: clamp(10rem, 13vw, 15rem);
}
.header_nav .menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: rgba(246, 247, 235, 0.89);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.5s ease;
}
.header_nav .menu-wrap ul.menu {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header_nav .menu-wrap ul.menu li {
  display: block;
  padding: clamp(1.5rem, 2vw, 3rem);
}
.header_nav .menu-wrap .footer_info-copy {
  margin-bottom: 2rem;
}
.header .trigram {
  cursor: pointer;
  z-index: 3;
  margin-left: auto;
  display: block;
  height: clamp(1.6rem, 3.4vw, 2.2rem);
  width: clamp(2.4rem, 5.1vw, 3.3rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header .trigram_line {
  display: block;
  width: 100%;
  height: 14%;
  border-radius: 20%;
}
.header .trigram .line1 {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.header .trigram .line2 {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.header .trigram .line3 {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.header input[id=button]:checked ~ .header_nav .menu-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  position: fixed;
}
.header input[id=button]:checked ~ .trigram .line1 {
  -webkit-transform: rotate(-45deg) scaleX(0.85);
  -moz-transform: rotate(-45deg) scaleX(0.85);
  -ms-transform: rotate(-45deg) scaleX(0.85);
  -o-transform: rotate(-45deg) scaleX(0.85);
  transform: rotate(-45deg) scaleX(0.85);
}
.header input[id=button]:checked ~ .trigram .line2 {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header input[id=button]:checked ~ .trigram .line3 {
  -webkit-transform: rotate(45deg) scaleX(0.85);
  -moz-transform: rotate(45deg) scaleX(0.85);
  -ms-transform: rotate(45deg) scaleX(0.85);
  -o-transform: rotate(45deg) scaleX(0.85);
  transform: rotate(45deg) scaleX(0.85);
}

@media all and (min-width: 50em) {
  .header .trigram {
    display: none;
    visibility: hidden;
  }
  .header_nav {
    margin-left: auto;
  }
  .header_nav .menu-wrap {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .header_nav .menu-wrap ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header_nav .menu-wrap ul.menu li {
    padding: clamp(.7rem, .8vw, 1.3rem);
  }
  .header_nav .menu-wrap ul.menu li:last-child {
    padding: clamp(.7rem, .8vw, 1.3rem) 0 clamp(.7rem, .8vw, 1.3rem) clamp(.7rem, .8vw, 1.3rem);
  }
  .header_nav .menu-wrap .footer_info-copy {
    display: none;
  }
}
.slider {
  position: relative;
  max-width: 145rem;
  max-height: 55vh;
  overflow: hidden;
}
.slider figure {
  position: relative;
  top: 0;
  left: 0;
  width: 400%;
  animation: 18s slider infinite ease-in-out;
}
@keyframes slider {
  0% {
    left: 0;
  }
  24% {
    left: 0;
  }
  34% {
    left: -100%;
  }
  57% {
    left: -100%;
  }
  67% {
    left: -200%;
  }
  90% {
    left: -200%;
  }
  100% {
    left: -300%;
  }
}
.slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 145rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(0, rgba(246, 244, 237, 0.66), rgba(246, 244, 237, 0) 45%, rgba(246, 244, 237, 0));
  background-image: linear-gradient(0, rgba(246, 244, 237, 0), rgba(246, 244, 237, 0) 45%, rgba(246, 244, 237, 0.66));
}
.slider_overlay svg {
  width: 100%;
  max-width: 145rem;
  fill: #F6F4ED;
}
.slider_overlay svg #text, .slider_overlay svg #waves {
  -webkit-filter: drop-shadow(0.5rem 0.5rem 0 #2C313C);
  -moz-filter: drop-shadow(0.5rem 0.5rem 0 #2C313C);
  -ms-filter: drop-shadow(0.5rem 0.5rem 0 #2C313C);
  filter: drop-shadow(0.5rem 0.5rem 0 #2C313C);
}
.slider_overlay svg #text {
  fill: #F6F4ED;
}
.slider_overlay svg #waves-alt1 {
  fill: #00769E;
}
.slider_overlay svg #waves-alt2 {
  fill: #F28A48;
}
.slider_overlay-portrait {
  display: block;
}
.slider_overlay-landscape {
  display: none;
}
.slider_slide {
  position: relative;
  float: left;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.slider_slide picture, .slider_slide-image {
  width: 100%;
}

@media all and (min-width: 40em) {
  .slider_overlay-portrait {
    display: none;
  }
  .slider_overlay-landscape {
    display: block;
  }
}
.archive_opere {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem;
}
.archive_opere .opera {
  -webkit-flex: 1 1 21rem;
  -moz-flex: 1 1 21rem;
  -ms-flex: 1 1 21rem;
  flex: 1 1 21rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.archive_opere .opera figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-height: 15rem;
  overflow: hidden;
}
.archive_opere .opera figure img {
  width: 200%;
  opacity: 0.55;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive_opere .opera figure img:hover, .archive_opere .opera figure img:active {
  width: 180%;
  opacity: 1;
}
.archive_opere .filling-empty-space-childs {
  -webkit-flex: 1 1 21rem;
  -moz-flex: 1 1 21rem;
  -ms-flex: 1 1 21rem;
  flex: 1 1 21rem;
  height: 0;
}

.single-opera_gridbox {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 4;
}
.single-opera_title, .single-opera_image, .single-opera_data, .single-opera_content {
  grid-column: 1/span 2;
}
.single-opera_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.single-opera_image, .single-opera_popup-close {
  background-color: #F6F4ED;
}
.single-opera_image {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.single-opera_image img {
  width: clamp(8rem, 50vw, 30rem);
}
.single-opera_data {
  margin-top: 2.4rem;
  padding: 0 clamp(1rem, 3vw, 8rem);
}
.single-opera_content {
  margin-top: 2.1rem;
}
.single-opera_content button {
  margin-top: 5.5rem;
}
.single-opera_popup {
  display: hidden;
  width: 89%;
  height: 89%;
  opacity: 0;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2rem);
  background-color: rgba(219, 246, 255, 0.89);
}
.single-opera_popup:popover-open {
  -webkit-animation: fadeIn 0.6s forwards;
  -moz-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}
@keyframes fadeIn {
  from {
    display: hidden;
    width: 89%;
    height: 89%;
    opacity: 0;
  }
  to {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.single-opera_popup-content {
  width: 100%;
  height: 100%;
  background-color: #F6F4ED;
  padding: clamp(2rem, 2vw, 3rem) clamp(2rem, 2vw, 3rem) 1rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single-opera_popup-close {
  margin-left: auto;
}
.single-opera_popup-image {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.archive_eventi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 3rem;
}
.archive_eventi article {
  -webkit-flex: 1 1 40rem;
  -moz-flex: 1 1 40rem;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  text-align: left;
}
.archive_eventi article h2 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.archive_eventi article ul li + li {
  margin-top: 1rem;
  color: red;
  background: red;
}

.single-evento_title {
  margin-bottom: 1.6rem;
}
.single-evento .content .presskit {
  border-top: solid 0.1rem rgba(44, 49, 60, 0.55);
  margin-top: 4.8rem;
  padding-top: 2.4rem;
  text-align: left;
}
.single-evento .content .presskit h3 {
  text-transform: uppercase;
}
.single-evento .content .presskit ul li + li {
  margin-top: 0.8rem;
}

.archive_edizioni p {
  text-align: center;
}
.archive_edizioni .archive {
  margin-top: 3rem;
}
.archive_edizioni .archive ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 3rem;
}
.archive_edizioni .archive ul li, .archive_edizioni .archive ul li a, .archive_edizioni .archive ul span.caption {
  border-radius: 0.5rem;
}
.archive_edizioni .archive ul li {
  -webkit-flex: 1 1 40rem;
  -moz-flex: 1 1 40rem;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  min-height: 21vh;
  background: #e8e3d2;
}
.archive_edizioni .archive ul li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.archive_edizioni .archive ul li a span.caption {
  padding: clamp(1rem, 1.5vw, 1.4rem);
  background: rgba(0, 0, 0, 0.66);
}
.archive_edizioni .archive ul li a span.caption h2, .archive_edizioni .archive ul li a span.caption h3, .archive_edizioni .archive ul li a span.caption p {
  color: #F6F4ED;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0;
}
.archive_edizioni .archive ul li a span.caption h2 {
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 500;
  text-transform: uppercase;
}
.archive_edizioni .archive ul li a span.caption h3 {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 700;
  text-transform: uppercase;
}
.archive_edizioni .archive ul li a span.caption p {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 300;
}
.archive_edizioni .archive ul li:first-child {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 100vw;
  max-height: 34vh;
}
.archive_edizioni .archive ul li:first-child span.caption h2 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 500;
}
.archive_edizioni .archive ul li:first-child span.caption h3 {
  font-size: clamp(1.4rem, 4vw, 2.6rem);
  font-weight: 700;
}
.archive_edizioni .archive ul li.filling-empty-space-childs {
  -webkit-flex: 1 1 40rem;
  -moz-flex: 1 1 40rem;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  height: 0;
  min-height: 0;
  background: none;
}

.single-edizione .hero {
  height: 100%;
  min-height: 42vh;
  max-height: 40rem;
  background: #e8e3d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.single-edizione .hero_title {
  width: 100%;
  padding: clamp(1rem, 1.5vw, 5rem);
  background: rgba(0, 0, 0, 0.66);
}
.single-edizione .hero_title h1, .single-edizione .hero_title h2 {
  color: #F6F4ED;
  line-height: 1.2;
}
.single-edizione .hero_title h1 {
  margin-bottom: 0;
}
.single-edizione .content .presskit {
  border-top: solid 0.1rem rgba(44, 49, 60, 0.55);
  margin-top: 4.8rem;
  padding-top: 2.4rem;
  text-align: left;
}
.single-edizione .content .presskit h3 {
  text-transform: uppercase;
}
.single-edizione .content .presskit ul li + li {
  margin-top: 0.8rem;
}

@media all and (min-width: 50em) {
  .single-opera_title, .single-opera_data {
    margin-left: clamp(1rem, 3vw, 8rem);
  }
  .single-opera_title {
    grid-column: 2;
  }
  .single-opera_image {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  .single-opera_data {
    grid-column: 2;
    padding: 0;
    margin-top: 1.3rem;
  }
  .single-opera_content {
    grid-column: 1/span 2;
    margin-top: 3.4rem;
  }
  .single-opera_content button {
    margin: 0;
    margin-top: 5.5rem;
    margin-left: auto;
  }
}
.lightbox {
  margin: 3rem 0;
}
.lightbox figure {
  max-height: 50rem;
}

.cookie_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.cookie_box-content {
  width: 100%;
  max-width: 120rem;
  margin: 0 1vw;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.cookie_box-content img {
  max-width: 80%;
  max-height: 89vh;
  border-radius: 0.5rem;
}

.cookie_box-content i {
  font-size: clamp 3rem, 2vw, 6rem;
  color: #F6F4ED;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

i.cookie_box-prev,
i.cookie_box-next {
  padding: 3rem 1vw;
}

svg.cookie_box-prev,
svg.cookie_box-next {
  pointer-events: none;
}

.image-border, .home .works {
  padding: 0.5rem;
  border: 0.1rem solid rgba(44, 49, 60, 0.55);
}

.wp-block-embed-youtube {
  max-width: 68rem;
  margin: 2.4rem auto;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  max-width: 145rem;
  margin-bottom: 0.8rem;
}
.hero-img {
  max-width: 145rem;
}
.hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(0deg, rgba(246, 244, 237, 0.21), rgba(246, 244, 237, 0.21) 45%, #F6F4ED);
  background-image: linear-gradient(0deg, #F6F4ED, rgba(246, 244, 237, 0.21) 45%, rgba(246, 244, 237, 0.21));
}

.home .headtext {
  text-align: center;
  margin-bottom: 2rem;
}
.home .headtext span {
  display: block;
}
.home .headtext span + span {
  margin-top: 0.8rem;
}
.home .headtext h1 {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 300;
  text-transform: none;
  display: inline;
  margin-bottom: 0;
  color: #2C313C;
}
.home .headtext a {
  color: #8E443D;
}
.home .headtext a:hover, .home .headtext a:active {
  color: #F6F7EB;
}
.home .edizione {
  margin-top: clamp(.8rem, 1vw, 3.2rem);
  padding-top: clamp(.8rem, 1vw, 3.2rem);
}
.home .edizione_logo {
  max-width: 75rem;
  margin: 0 auto;
}
.home .edizione_video {
  max-width: 68rem;
  margin: 0.8rem auto;
}
.home .edizione_video figure {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.home .edizione_video figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home .show {
  margin: 3.2rem 0;
  padding: 2.4rem 0;
  border-top: solid 0.1rem rgba(44, 49, 60, 0.55);
  border-bottom: solid 0.1rem rgba(44, 49, 60, 0.55);
}
.home .works {
  position: relative;
  margin: 3rem auto;
}
.home .works_carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100rem;
}
.home .works_carousel-image {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  animation: imageAnimation 25s linear infinite 0s;
}
.home .works_carousel-image:nth-child(2) {
  animation-delay: 5s;
}
.home .works_carousel-image:nth-child(3) {
  animation-delay: 10s;
}
.home .works_carousel-image:nth-child(4) {
  animation-delay: 15s;
}
.home .works_carousel-image:nth-child(5) {
  animation-delay: 20s;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    opacity: 0;
  }
}
.home .works_carousel img {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.home .works_button {
  width: 100%;
  position: absolute;
  bottom: 13%;
  left: 0;
}
.home .works_button a {
  -webkit-box-shadow: 0.3rem 0.3rem 1rem 0.3rem rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0.3rem 0.3rem 1rem 0.3rem rgba(0, 0, 0, 0.55);
  box-shadow: 0.3rem 0.3rem 1rem 0.3rem rgba(0, 0, 0, 0.55);
}

.page h1 {
  display: none;
}
.page .show_gallery {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 1.6rem 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.page .show_gallery figure {
  -webkit-flex: 1 1 28rem;
  -moz-flex: 1 1 28rem;
  -ms-flex: 1 1 28rem;
  flex: 1 1 28rem;
}
.page .google-map {
  margin: 2.4rem 0;
}
.page .google-map iframe {
  width: 100%;
  height: 55vh;
}
.page .address, .page .address p {
  text-align: center;
}
.page .address h1 {
  display: block;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 700;
  margin-bottom: 0;
}

.privacy-policy .container {
  text-align: left;
}
.privacy-policy .container article {
  width: 100%;
}

@media all and (min-width: 50em) {
  .page .address, .page .address p {
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
