@charset "UTF-8";
/*
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.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;
}

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

.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 a {
  display: inline-block;
  width: clamp(1.3rem, 3vw, 2.1rem);
  z-index: 3;
}
.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 {
  height: 100%;
  display: block;
  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 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 {
    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 li {
    padding: 1rem;
  }
  .header_nav .menu-wrap ul li:last-child {
    padding: 1rem 0 1rem 1rem;
  }
  .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 */
