@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 WordPress theme for starters, simple and elegant, with a bit of artistic touch. Let's create!
Version: 1.0
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!
*/
:root {
  --content-max-width: 120rem;
}

@media (min-width: 1921px) {
  :root {
    --content-max-width: 160rem;
  }
}
body, .container, .hero, .content {
  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, .content {
  width: 100%;
  max-width: var(--content-max-width);
  gap: var(--gap-l, clamp(2rem, 8vw, 4rem));
}

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

.content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 clamp(1.6rem, 5.6vw, 3.2rem);
}

*, *: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%;
}

/* 1rem = 10px */
html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  border: none;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  /* fondamentale per il responsive */
}

.img-res {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

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

button {
  background: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  overflow: visible;
}

:root {
  --fill1: #002147;
  --fill2: #E76F49;
  --fill3: #B43471;
  --textMain: #002442;
  --bgMain: #001329;
  --bgAlt: #FAE3A1;
  --title1: var(--fill1);
  --linkMain: var(--textMain);
  --linkHover: #004884;
  --btnBGHover: #004884;
  --textMainRGB: 0, 36, 66;
}

html, body {
  background: var(--bgMain);
  color: var(--textMain);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--title1);
}

a {
  color: var(--linkMain);
  transition: color 0.13s;
}
a:hover, a:active {
  color: var(--linkHover);
}
a .logo {
  fill: var(--textMain);
  transition: fill 0.13s;
}
a:hover .logo, a:active .logo {
  fill: var(--linkHover);
}

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

/* --------------------------------------------------------------------------
   1. TYPOGRAPHY FOUNDATIONS
   Base font-size: 62.5% (1rem = 10px) set in _reset.scss
-------------------------------------------------------------------------- */
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/figtree-variablefont_wght.woff2") format("woff2"), url("assets/fonts/figtree-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/figtree-italic-variablefont_wght.woff2") format("woff2"), url("assets/fonts/figtree-italic-variablefont_wght.ttf") format("truetype");
}
/* --------------------------------------------------------------------------
   2. TITLES LOGIC (Fluid Scaling)
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   3. PARAGRAPH LOGIC (Readability First)
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   4. GLOBAL APPLICATIONS
-------------------------------------------------------------------------- */
body {
  font-family: "Figtree", Arial, sans-serif;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  color: var(--textMain);
  background-color: var(--bgMain);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  hyphens: auto;
  font-size: clamp(1.6rem, 0.5vw + 1.2rem, 2.0rem);
  line-height: 1.5;
  /* Must be declared after line-height to ensure correct shorthand override. */
}

h1 {
  font-size: clamp(2.4rem, 4vw + 1rem, 5.4rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.0rem, 3vw + 1rem, 4.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.8rem, 2.5vw + 0.5rem, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

h4 {
  font-size: clamp(1.4rem, 1.5vw + 0.5rem, 2.2rem);
  font-weight: 632;
  line-height: 1.2;
}

p {
  text-align: justify;
  hyphens: auto;
  word-wrap: break-word;
}
p + p {
  margin-top: var(--gap-s, clamp(.8rem, 3.2vw, 1.6rem));
}
p a {
  font-weight: 632;
  color: var(--fill1);
}

em {
  font-style: italic;
}

strong {
  font-weight: 632;
}

.centered-text {
  text-align: center;
}

.nobr {
  white-space: nowrap;
}

figure.quote {
  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;
  padding: 0 5.5%;
}
figure.quote blockquote {
  position: relative;
  margin: 0 auto;
  font-style: italic;
}
figure.quote blockquote p {
  position: relative;
}
figure.quote blockquote p:before {
  content: "“";
  position: absolute;
  right: 100%;
  margin-right: var(--gap-xxs, clamp(.2rem, .1rem + .2vw, .4rem));
}
figure.quote blockquote p:after {
  content: "”";
  margin-left: var(--gap-xxs, clamp(.2rem, .1rem + .2vw, .4rem));
}
figure.quote blockquote p .nobr {
  display: inline;
}
figure.quote blockquote p .nobr:before {
  content: "\a";
  white-space: pre;
}
figure.quote blockquote p .nobr:first-child:before {
  content: none;
}
figure.quote blockquote + figcaption {
  width: 100%;
  margin: var(--gap-xxs, clamp(.2rem, .1rem + .2vw, .4rem)) auto 0;
  text-align: right;
}

.header {
  position: relative;
  z-index: 90;
  background: none;
  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;
  width: 100%;
  max-width: var(--content-max-width);
  padding: 2.4rem clamp(1.6rem, 5.6vw, 3.2rem);
}
.header_logo {
  z-index: 91;
}
.header_logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.header_nav .menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  padding: var(--gap-s, clamp(.8rem, 3.2vw, 1.6rem));
  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-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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: 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;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: var(--gap-m, clamp(1.2rem, 4vw, 2.4rem));
}
.header_nav .menu-wrap ul.menu li a {
  font-size: clamp(2.0rem, 3vw + 1rem, 4.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.header .trigram {
  cursor: pointer;
  position: relative;
  z-index: 91;
  margin-left: auto;
  display: block;
  width: clamp(2.4rem, 3vw + 2rem, 4rem);
  height: clamp(2.4rem, 3vw + 2rem, 4rem);
}
.header .trigram_svg {
  width: clamp(2.4rem, 3vw + 2rem, 4rem);
  height: clamp(2.4rem, 3vw + 2rem, 4rem);
}
.header .trigram_svg rect {
  fill: var(--textMain);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .trigram .line1 {
  transform-origin: 50px 30px;
}
.header .trigram .line2 {
  transform-origin: 50px 50px;
}
.header .trigram .line3 {
  transform-origin: 50px 70px;
}
.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 {
  transform: translateY(20px) rotate(45deg);
}
.header input[id=button]:checked ~ .trigram .line2 {
  opacity: 0;
  transform: scaleX(0);
}
.header input[id=button]:checked ~ .trigram .line3 {
  transform: translateY(-20px) rotate(-45deg);
}
.header input.checkbox {
  display: none;
}
.header .footer_info {
  margin-top: var(--gap-s, clamp(.8rem, 3.2vw, 1.6rem));
}

@media (min-width: 55em) {
  .header .trigram {
    display: none;
    visibility: hidden;
  }
  .header_nav {
    margin-left: auto;
  }
  .header_nav .menu-wrap {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .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 a {
    font-size: clamp(1.2rem, 1vw + 0.5rem, 1.8rem);
    font-weight: 632;
    line-height: 1.2;
  }
  .header_nav .menu-wrap .footer_social, .header_nav .menu-wrap .footer_info {
    display: none;
  }
}
.footer, .footer_wrapper, .footer_contact, .footer_address, .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;
  width: 100%;
  margin-top: auto;
  padding-bottom: 3.2rem;
}
.footer_wrapper {
  width: 100%;
  max-width: var(--content-max-width);
  padding: 0 clamp(1.6rem, 5.6vw, 3.2rem);
  margin-top: var(--gap-xl, clamp(4rem, 16vw, 8rem));
  gap: var(--gap-l, clamp(2rem, 8vw, 4rem));
}
.footer_contact {
  gap: var(--gap-s, clamp(.8rem, 3.2vw, 1.6rem));
}
.footer_heading {
  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;
  width: 100%;
}
.footer_address p, .footer_address a, .footer_phone p, .footer_phone a {
  font-size: clamp(1.4rem, 0.3vw + 1.1rem, 1.7rem);
  line-height: 1.4;
  text-align: center;
}
.footer_address {
  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;
}
.footer_nav {
  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;
  gap: var(--gap-m, clamp(1.2rem, 4vw, 2.4rem));
  margin-top: var(--gap-m, clamp(1.2rem, 4vw, 2.4rem));
}
.footer_nav-block {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer_nav .footer_menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  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;
}
.footer_nav .footer_menu-list li a {
  width: auto;
  font-size: clamp(1.2rem, 1vw + 0.5rem, 1.8rem);
  font-weight: 632;
  line-height: 1.2;
}
.footer_nav .footer_menu-list .sub-menu li a {
  font-weight: 420;
}
.footer_social {
  margin-top: var(--gap-xs, clamp(.4rem, 1.6vw, .8rem));
}
.footer_social a + a {
  margin-left: var(--gap-s, clamp(.8rem, 3.2vw, 1.6rem));
}
.footer_social a .logo {
  width: clamp(2rem, 2rem + 4vw, 2.5rem);
}
.footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  align-items: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--gap-l, clamp(2rem, 8vw, 4rem));
}
.footer_links a {
  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;
  width: clamp(13rem, 45vw, 18rem);
  overflow: hidden;
  -webkit-transition: 0.13s ease-in-out;
  -moz-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}
.footer_links a img, .footer_links a svg {
  object-fit: contain;
}
.footer_links a:hover, .footer_links a:active {
  opacity: 0.75;
}
.footer_info {
  font-size: clamp(1.1rem, 0.2vw + 1.0rem, 1.3rem);
  line-height: 1.3;
  text-align: center;
  color: inherit;
}
.footer_info-copy p {
  font-size: clamp(1.1rem, 0.2vw + 1.0rem, 1.3rem);
  line-height: 1.3;
  text-align: center;
}
.footer_info-policies {
  display: block;
  font-weight: 632;
  margin-top: var(--gap-s, clamp(.8rem, 3.2vw, 1.6rem));
}
.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;
  font-size: clamp(1.1rem, 0.2vw + 1.0rem, 1.3rem);
  line-height: 1.3;
  margin-top: var(--gap-l, clamp(2rem, 8vw, 4rem));
}
.footer_gonzo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: clamp(5rem, 4rem + 4vw, 8rem);
  margin-left: var(--gap-xs, clamp(.4rem, 1.6vw, .8rem));
}

@media (min-width: 40em) {
  .footer_nav.has-two-columns {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .footer_links {
    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-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    gap: var(--gap-l, clamp(2rem, 8vw, 4rem));
  }
}
@media (min-width: 55em) {
  .footer_nav.has-two-columns {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin: 0;
    text-align-last: left;
  }
  .footer_heading {
    -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;
    gap: var(--gap-l, clamp(2rem, 8vw, 4rem));
  }
  .footer_address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

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