@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins: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
Theme URI: https://gonzomultimedia.it/itsthearts
Author: Gonzo Multimedia
Author URI: https://gonzomultimedia.it
Description: A template dedicated to artists. Let's create!
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: 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;
}

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: #FFF;
}

p,
span {
  color: #002442;
}

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

a {
  color: #002442;
  transition: color 0.13s;
}
a:hover, a:active {
  color: #004884;
}
a:hover h2, a:active h2 {
  color: #004884;
}

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

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

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

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

.home .show_name a, h1 {
  font-size: clamp(1.7rem, 5vw, 4rem);
  font-weight: 900;
}

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

.footer_info-logo, h3 {
  font-size: clamp(1.35rem, 3.5vw, 2.1rem);
  font-weight: 700;
}

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

.header_logo {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
}

.footer_info-copy p, p, span {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 300;
}

.privacy-policy p, .home .show_location, .footer_info-copy a {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 300;
}

.home .show h2 {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 300;
}

.footer_gonzo span {
  font-size: clamp(1.0rem, 2.5vw, 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: 1.55rem;
    font-weight: 500;
  }
}
body, html {
  font-family: "Figtree", Arial, sans-serif;
  text-align: center;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 1.3rem;
}

h3 {
  margin-bottom: 0.8rem;
}

h4 {
  margin-bottom: 0.5rem;
}

p, span {
  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: #FFF;
  background-color: #002442;
  transition: all 0.13s;
}
button.button a:hover, button.button a:active {
  background-color: #004884;
  -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: #002442;
  background-color: #FFF;
  border: solid 0.1rem #002442;
}
button.button_alt a:hover, button.button_alt a:active {
  color: #004884;
  background-color: #FFF;
  border: solid 0.1rem #004884;
}

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

.footer_info-logo {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.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: #002442;
}
.home .show_name a {
  font-weight: 500;
  text-transform: uppercase;
}
.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;
}

.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;
  width: clamp(1.3rem, 3vw, 2.1rem);
}
.header_logo a img {
  width: clamp(2rem, 3.4vw, 3.4rem);
}
.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(250, 227, 161, 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;
  }
}
.footer, .footer_wrapper, .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;
  margin-top: auto;
}

.footer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 5rem 0 3rem;
  background: none;
}
.footer_wrapper, .footer_contact, .footer_gonzo {
  width: 100%;
  max-width: 145rem;
  padding: 1.3rem;
}
.footer_contact-social a {
  display: inline-block;
  padding: 0.3rem;
}
.footer_contact-social a + a {
  margin-left: 0.8rem;
}
.footer_contact-social a .logo {
  width: clamp(2rem, 5vw, 3rem);
}
.footer_info-policies {
  display: block;
  margin-top: 0.4rem;
}
.footer_info-policies span + span::before {
  content: " • ";
}
.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.6rem;
}
.footer_gonzo a {
  width: clamp(6rem, 8vw, 9.5rem);
  margin-left: clamp(.25rem, 1.5vw, .8rem);
  margin-top: 0.5rem;
}

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

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

.container {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 160rem;
  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;
}

.content {
  -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-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 1.6rem;
  padding: 0 clamp(1.3rem, 5.5vw, 8rem);
}

.embedvid_portrait, .embedvid_landscape {
  position: relative;
  margin-bottom: 3rem;
}
.embedvid_portrait iframe, .embedvid_landscape iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.embedvid_portrait {
  padding-top: 125%;
  display: block;
}
.embedvid_landscape {
  padding-top: 56.25%;
  display: none;
}

@media all and (min-width: 40em) {
  .embedvid_portrait {
    display: none;
  }
  .embedvid_landscape {
    display: block;
  }
}

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