@import url("https://fonts.googleapis.com/css2?family=Ubuntu: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");
@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours:wght@400&family=Marck+Script&display=swap");
/*
Theme Name: It's The Arts
Theme URI: https://messinafranco.it
Author: Davide Nugara @ Gonzo Multimedia
Author URI: https://gonzomultimedia.it
Description: Upgraded version for 2025 Franco Messina website revision! Maajor changes:
	- multilingual website.
Version: 1.1
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: itsthearts
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;
}

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;
}

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

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

a {
  color: #75050D;
  transition: color 0.13s;
}
a:hover, a:active {
  color: #b50814;
}
a:hover h2, a:active h2 {
  color: #b50814;
}

.logo {
  fill: #75050D;
}

a .logo {
  transition: fill 0.13s;
}
a .logo:hover, a .logo:active {
  fill: #b50814;
}

.gonzo .guizzo_big, .gonzo .multimedia {
  fill: #B43471;
}

h1 {
  font-size: clamp(1.8rem, 4.5vw, 4rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(1.45rem, 3.4vw, 2.6rem);
  font-weight: 900;
}

.home .shows_latest-content h2, h3 {
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 900;
}

h4 {
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  font-weight: 500;
}

.archive_cat-title h2 {
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  font-weight: 500;
}

.single-mostra .hero_content span, .home .shows_latest-content span {
  font-size: clamp(1.1rem, 2.3vw, 1.3rem);
  font-weight: 300;
}

.footer_gonzo span {
  font-size: clamp(.95rem, 2vw, 1.2rem);
  font-weight: 300;
}

.footer_info-copy, p, span {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 300;
}

.header_nav .menu li a {
  font-size: 2.1rem;
  font-weight: 700;
}

.button a {
  font-size: clamp(1.21rem, 4.2vw, 1.45rem);
  font-weight: 500;
}

.button_small a {
  font-size: clamp(1rem, 3.4vw, 1.21rem);
  font-weight: 500;
}

.archive_cat-title span:first-child {
  font-size: 1.55rem;
  font-weight: 600;
}

@media all and (min-width: 40em) {
  .header_nav .menu li a {
    font-size: 1.55rem;
    font-weight: 500;
  }
}
body, html {
  font-family: "Ubuntu", Arial, sans-serif;
  text-align: center;
  line-height: 1;
  color: #450F2D;
}

h1, h2, h3, h4, h5, h6 {
  color: #75050D;
}

h1 {
  text-transform: uppercase;
}

p {
  line-height: 1.3;
  text-align: justify;
}

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

p a {
  font-weight: 500;
  color: #b50814;
}
p a:hover, p a:active {
  color: #CC684E;
}

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

.button a {
  display: block;
  padding: 1.3em 1.65em;
  text-transform: uppercase;
  color: #75050D;
  transition: color 0.13s;
}
.button a:hover, .button a:active {
  color: #b50814;
}
.button_alt a {
  color: #D5C582;
}
.button_alt a:hover, .button_alt a:active {
  color: #c4ae50;
}
.button_small a {
  padding: 0.8em 1.65em;
}

.header_nav .menu li a {
  text-transform: uppercase;
}

.footer a {
  font-weight: 500;
}
.footer_info-copy {
  line-height: 0.8;
}
.footer_gonzo span {
  display: inline-block;
}

.archive_cat-title {
  text-align: left;
}
.home .shows_latest-content h2 {
  text-transform: uppercase;
}
.single-mostra .hero_content span {
  margin-top: 0.5rem;
}

.header,
.header_nav .menu {
  background: rgba(255, 255, 255, 0.75);
}

.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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.8rem 2.1rem;
  box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.34);
}
.header_logo {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 3.4rem;
  max-width: 5rem;
  margin-top: 0.5rem;
}
.header_nav .menu {
  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;
  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 li {
  display: block;
  padding: 1rem;
}
.header_nav .menu li:hover .sub-menu, .header_nav .menu li:active .sub-menu {
  display: block;
}
.header .trigram {
  cursor: pointer;
  z-index: 3;
  display: block;
  height: 1.33rem;
  width: 1.65rem;
  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;
  margin-left: auto;
}
.header .trigram_line {
  display: block;
  width: 100%;
  height: 0.2rem;
  border-radius: 10px;
  background: #75050D;
}
.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[type=checkbox]:checked ~ .header_nav .menu {
  -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[type=checkbox]:checked ~ .trigram .line1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header input[type=checkbox]:checked ~ .trigram .line2 {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header input[type=checkbox]:checked ~ .trigram .line3 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .checkbox {
  display: none;
}

@media all and (min-width: 20em) {
  .header_logo {
    max-width: 6.7rem;
  }
  .header .trigram {
    height: 1.645rem;
    width: 2.1rem;
  }
}
@media all and (min-width: 30em) {
  .header_logo {
    max-width: 8rem;
  }
  .header .trigram {
    height: 2.15rem;
    width: 2.8rem;
  }
  .header .trigram_line {
    height: 0.3rem;
  }
}
@media all and (min-width: 40em) {
  .header_logo {
    max-width: 11rem;
  }
  .header .trigram {
    display: none;
    visibility: hidden;
  }
  .header_nav {
    margin-left: auto;
  }
  .header_nav .menu {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    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-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer, .footer_wrapper, .footer_contact, .footer_info {
  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;
}

.footer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-bottom: 1.3rem;
}
.footer_wrapper, .footer_gonzo {
  width: 100%;
  max-width: 89rem;
  padding: 1.3rem;
}
.footer_contact, .footer_info {
  margin-top: 2.1rem;
}
.footer_contact-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.footer_contact-social a {
  min-width: 2.5rem;
  max-width: 3.4rem;
}
.footer_contact-social a + a {
  margin-left: 1.3rem;
}
.footer_contact-mail {
  margin-top: 0.8rem;
}
.footer_info-logo {
  width: 100%;
  max-width: 11rem;
}
.footer_gonzo {
  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;
  margin-top: 1.3rem;
}
.footer_gonzo a {
  min-width: 6rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

@media all and (min-width: 40em) {
  .footer_wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .footer_info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .footer_info-logo {
    max-width: 11rem;
  }
}
.button {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  background: none;
  margin-top: 2.1rem;
}
.button span {
  position: absolute;
  background: #75050D;
  transition: 0.5s;
}
.button span:nth-child(1), .button span:nth-child(2) {
  top: 0;
  left: 0;
}
.button span:nth-child(3), .button span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.button span:nth-child(1), .button span:nth-child(3) {
  width: 0.21rem;
  height: 30%;
}
.button span:nth-child(2), .button span:nth-child(4) {
  width: 15%;
  height: 0.21rem;
}
.button:active {
  transform: scale(0.98);
  -webkit-box-shadow: 0.1px 0.1px 3px 0 #75050D;
  -moz-box-shadow: 0.1px 0.1px 3px 0 #75050D;
  box-shadow: 0.1px 0.1px 3px 0 #75050D;
}
.button:hover span {
  background: #b50814;
}
.button:hover span:nth-child(1), .button:hover span:nth-child(3) {
  height: 100%;
}
.button:hover span:nth-child(2), .button:hover span:nth-child(4) {
  width: 100%;
}
.button_alt span {
  background: #D5C582;
}
.button_alt:hover, .button_alt:active {
  animation: hover 0.5s ease-in-out forwards;
}
.button_alt:hover span, .button_alt:active span {
  background: #c4ae50;
}
.button_small {
  margin-top: 0;
}
@keyframes hover {
  0% {
    background: none;
  }
  33% {
    background: none;
  }
  100% {
    background: #450F2D;
  }
}

.header,
.wrapper,
.hero, .hero_content,
.container,
.footer, .footer_wrapper {
  width: 100%;
}

body, .wrapper, .container {
  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;
}

body {
  background: #FFFFFF;
}

.wrapper {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.hero {
  position: relative;
  overflow-y: hidden;
  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;
  max-height: 42vh;
}
.hero_content {
  position: absolute;
  top: 0;
  left: 0;
  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;
  background-image: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 34%, white 3%, white);
  background-image: linear-gradient(to top, white, white 3%, rgba(255, 255, 255, 0) 34%);
}

.container {
  padding: 3vw;
  max-width: 113rem;
}

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