/* Media query */
/* FONT */
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/tt_firs_neue_trial_extralight-webfont.woff") format("woff"), url("../fonts/tt_firs_neue_trial_extralight-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/tt_firs_neue_trial_var_roman-webfont.woff") format("woff"), url("../fonts/tt_firs_neue_trial_var_roman-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/tt_firs_neue_trial_light-webfont.woff") format("woff"), url("../fonts/tt_firs_neue_trial_light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/tt_firs_neue_trial_light_italic-webfont.woff") format("woff"), url("../fonts/tt_firs_neue_trial_light_italic-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/tt_firs_neue_trial_demibold-webfont.woff") format("woff"), url("../fonts/tt_firs_neue_trial_demibold-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/tt_firs_neue_trial_bold-webfont.woff") format("woff"), url("../fonts/tt_firs_neue_trial_bold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/tt_firs_neue_trial_italic-webfont.woff") format("woff"), url("../fonts/tt_firs_neue_trial_italic-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
/* MIXIN */
/* VARIABILI */
/* GENERALI */
:root {
  --app-height: 100%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  :root {
    overflow-x: hidden;
  }
}

a:active,
a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  position: relative;
  overflow: visible !important;
}

body {
  font-family: "TT Firs Neue";
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
  font-size: 24px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}

.contenitore-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenitore-flex.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .contenitore-flex.no-wrap {
    flex-wrap: wrap;
  }
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto !important;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 480px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}

.post,
.page {
  margin-bottom: 0 !important;
}

.fcol {
  flex-direction: column !important;
}

section {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

/* DIMENSIONI */
.mw-30 {
  max-width: 30vw;
  margin: 0 auto;
}

.mw-50 {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .mw-50 {
    max-width: 60vw;
  }
}

.mw-55 {
  max-width: 55vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-55 {
    max-width: 65vw;
  }
}

.mw-60 {
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-60 {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-60 {
    max-width: 80vw;
  }
}

.mw-70 {
  max-width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-70 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-70 {
    max-width: 80vw;
  }
}

.mw-80 {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-80 {
    max-width: 90vw;
  }
}

.mw-90 {
  max-width: 90vw;
  margin: 0 auto;
}

.un-mezzo {
  flex-basis: 50%;
  width: 50%;
}

.un-intero {
  flex-basis: 100%;
  width: 100%;
}

/* HERO SECTION */
.hero-section {
  position: relative;
  width: 100%;
  height: 100svh;
  align-items: center;
  justify-content: space-between;
}
@supports (height: 100dvh) {
  .hero-section .hero-section {
    min-height: 100dvh;
  }
}
.hero-section::before {
  content: "";
  display: inline-block;
  position: relative;
  flex-basis: 10%;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/09/ap40-texture-vertical.jpg") no-repeat center center/cover;
}
.hero-section::after {
  content: "";
  display: inline-block;
  position: relative;
  flex-basis: 10%;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/09/ap40-texture-vertical.jpg") no-repeat center center/cover;
}
.hero-section img {
  width: 25vw;
  max-width: 511px;
}
@media screen and (min-width: 1921px) {
  .hero-section img {
    max-width: 50vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero-section img {
    width: 22vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero-section img {
    width: 32vw;
  }
}
@media screen and (max-width: 480px) {
  .hero-section img {
    width: 45vw;
  }
}

/* SAVE THE DATE */
.save-the-date {
  padding-top: 20vh;
  padding-bottom: 20vh;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .save-the-date {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date {
    max-width: 60vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .save-the-date {
    max-width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date {
    max-width: 100vw;
  }
}
.save-the-date h1 {
  margin: 0;
  font-family: "TT Firs Neue";
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 4px;
  line-height: 1;
  color: #141d30;
  text-transform: uppercase;
}
@media screen and (min-width: 1921px) {
  .save-the-date h1 {
    font-size: 68px;
  }
}
.save-the-date .contenitore-data-cerchi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin: 7.5vh auto;
}
@media screen and (max-width: 480px) {
  .save-the-date .contenitore-data-cerchi {
    gap: 20px;
  }
}
.save-the-date .contenitore-data-cerchi .data-cerchio {
  background-color: #141d30;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .save-the-date .contenitore-data-cerchi .data-cerchio {
    width: 22vw;
    margin: 0 auto;
  }
}
.save-the-date .contenitore-data-cerchi .data-cerchio::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  border: 3px solid #b1955d;
}
@media screen and (max-width: 480px) {
  .save-the-date .contenitore-data-cerchi .data-cerchio::before {
    width: 115%;
    height: 115%;
    border: 2px solid #b1955d;
  }
}
.save-the-date .contenitore-data-cerchi .data-cerchio:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #b1955d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .save-the-date .contenitore-data-cerchi .data-cerchio:after {
    right: -29.5px;
    width: 10px;
    height: 10px;
  }
}
.save-the-date .contenitore-data-cerchi .data-cerchio:last-of-type::after {
  content: none;
}
.save-the-date .contenitore-data-cerchi .data-cerchio span {
  font-family: "TT Firs Neue";
  font-weight: 100;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .save-the-date .contenitore-data-cerchi .data-cerchio span {
    font-size: 11vw;
  }
}
.save-the-date h2 {
  margin: 0;
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-style: normal;
  font-size: 3vw;
  letter-spacing: 2px;
  line-height: 1;
  color: #b1955d;
}
@media screen and (min-width: 1921px) {
  .save-the-date h2 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date h2 {
    font-size: 5.5vw;
    line-height: 1.2;
  }
}
.save-the-date h2 br {
  display: none;
}
.separatore {
  display: flex;
}
.separatore picture {
  display: flex;
  width: 100%;
}
.separatore picture img {
  width: 100%;
}

/* SEZIONE FORM */
.sezione-form {
  position: relative;
  width: 100%;
  border-bottom: 70px solid #141d30;
}
@media screen and (max-width: 480px) {
  .sezione-form {
    border-bottom: 0;
  }
}
.sezione-form .contenitore-form {
  padding-top: 10vh;
  padding-bottom: 10vh;
  max-width: 40vw;
  margin: 0 auto;
  background-color: #141d30;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form .contenitore-form {
    max-width: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form {
    max-width: 100vw;
    overflow: hidden;
  }
}
.sezione-form .contenitore-form h2 {
  font-family: "TT Firs Neue";
  font-weight: 100;
  font-size: 6vw;
  line-height: 1;
  letter-spacing: 3vw;
  color: #b1955d;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 1.5vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form .contenitore-form h2 {
    font-size: 13vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form h2 {
    font-size: 20vw;
  }
}
.sezione-form .contenitore-form h3 {
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
  margin: 5vh auto 0 auto;
}

/* FORM */
.wpcf7 form {
  max-width: 80%;
  margin: 0 auto;
}
.wpcf7 form .contenitore-flex {
  width: 100%;
  justify-content: center;
  margin-top: 5vh;
}
.wpcf7 form .contenitore-flex .un-intero {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}
.wpcf7 form .contenitore-flex .un-intero:nth-of-type(3) {
  border-bottom: 1px solid #fff;
}
.wpcf7 form .contenitore-flex .un-intero p {
  margin: 0;
}
.wpcf7 form .contenitore-flex .un-intero p.etichetta {
  width: 100%;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.wpcf7 form #respond input[type=text], .wpcf7 form #respond textarea, .wpcf7 form .eltdf-style-form textarea, .wpcf7 form .post-password-form input[type=password], .wpcf7 form .wpcf7-form-control.wpcf7-date, .wpcf7 form .wpcf7-form-control.wpcf7-number, .wpcf7 form .wpcf7-form-control.wpcf7-quiz, .wpcf7 form .wpcf7-form-control.wpcf7-select, .wpcf7 form .wpcf7-form-control.wpcf7-text, .wpcf7 form .wpcf7-form-control.wpcf7-textarea, .wpcf7 form input[type=email], .wpcf7 form input[type=password], .wpcf7 form input[type=text] {
  border-color: #fff;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
}
.wpcf7 form #respond input[type=text]::-moz-placeholder, .wpcf7 form #respond textarea::-moz-placeholder, .wpcf7 form .eltdf-style-form textarea::-moz-placeholder, .wpcf7 form .post-password-form input[type=password]::-moz-placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-date::-moz-placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-number::-moz-placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-select::-moz-placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, .wpcf7 form input[type=email]::-moz-placeholder, .wpcf7 form input[type=password]::-moz-placeholder, .wpcf7 form input[type=text]::-moz-placeholder {
  text-align: center;
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
}
.wpcf7 form #respond input[type=text]::placeholder, .wpcf7 form #respond textarea::placeholder, .wpcf7 form .eltdf-style-form textarea::placeholder, .wpcf7 form .post-password-form input[type=password]::placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-date::placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-number::placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-quiz::placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-select::placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-text::placeholder, .wpcf7 form .wpcf7-form-control.wpcf7-textarea::placeholder, .wpcf7 form input[type=email]::placeholder, .wpcf7 form input[type=password]::placeholder, .wpcf7 form input[type=text]::placeholder {
  text-align: center;
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
}
.wpcf7 form .contenitore-radio {
  width: 100%;
  flex-basis: 100%;
  margin-top: 5vh;
}
.wpcf7 form .contenitore-radio .wpcf7-list-item {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.wpcf7 form .contenitore-radio .wpcf7-form-control {
  display: flex;
  justify-content: center;
  gap: 0 5vw;
}
.wpcf7 form .contenitore-radio .wpcf7-form-control .wpcf7-list-item-label {
  display: flex;
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
  text-transform: lowercase;
  margin: 0 auto;
  position: relative;
  left: 4px;
}
.wpcf7 form .contenitore-radio .wpcf7-form-control input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  cursor: pointer;
  position: relative;
}
.wpcf7 form .contenitore-radio .wpcf7-form-control input[type=radio]:checked {
  background-color: #fff;
}
.wpcf7 form .btn-send p {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 5vh auto 0 auto;
}
.wpcf7 form .btn-send p .wpcf7-submit {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
}
.wpcf7 form .btn-send p .wpcf7-submit:hover {
  background-color: #fff;
  color: #141d30;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-family: "TT Firs Neue";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 4px;
  padding: 20px !important;
}

/* OUTRO */
.outro {
  padding-top: 20vh;
  padding-bottom: 20vh;
  text-align: center;
  border-top: 8px dotted #b1955d;
  border-bottom: 8px dotted #b1955d;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .outro {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .outro {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .outro {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .outro {
    border-top: 6px dotted #b1955d;
    border-bottom: 6px dotted #b1955d;
  }
}
.outro img {
  max-width: 14vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .outro img {
    max-width: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .outro img {
    max-width: 34vw;
  }
}

.separatore-blu {
  width: 100%;
  height: 70px;
  background-color: #141d30;
}

/* 404 */
.contenitore-404 {
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  text-align: center;
  padding: 250px 0;
  justify-content: center;
  flex-direction: column;
  height: 100svh;
}
.contenitore-404 .logo img {
  width: 10vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-404 .logo img {
    width: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-404 .logo img {
    width: 30vw;
  }
}
.contenitore-404 h1 {
  font-style: normal;
  font-size: 2vw;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-404 h1 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-404 h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-404 h1 {
    font-size: 8vw;
  }
}
.contenitore-404 a {
  font-style: normal;
  font-size: 40px;
  color: #000 !important;
  text-decoration: underline;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-404 a {
    font-size: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-404 a {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-404 a {
    font-size: 20px;
  }
}

/* GALLERY */
.page-template-gallery .outro {
  margin-top: 5vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.page-template-gallery .outro img {
  max-width: 7vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .page-template-gallery .outro img {
    max-width: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .page-template-gallery .outro img {
    max-width: 34vw;
  }
}

.sezione-gallery {
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-top: 0;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery .contenitore-gallery {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery .contenitore-gallery {
    max-width: 90vw;
  }
}
.sezione-gallery .contenitore-gallery a {
  width: 32.34%;
  display: flex;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  .sezione-gallery .contenitore-gallery a {
    width: 100%;
  }
}

/* CREDITS */
.credits {
  background: #141d30;
  color: #fff;
  padding: 10px 5vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .credits {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .credits {
    justify-content: center;
    flex-direction: column;
    z-index: 9;
  }
}
.credits svg, .credits a {
  max-width: 230px !important;
  width: 100% !important;
  height: 32px !important;
}
.credits a:first-child {
  text-decoration: none !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  font-size: 15px;
  margin: 0 10px 0 0;
  height: auto;
  line-height: 32px;
  color: #fff !important;
}
@media screen and (min-width: 1921px) {
  .credits a:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .credits a:first-child {
    margin: 0;
    font-size: 15px;
    margin-bottom: -10px;
  }
}
.credits .cls-credits {
  fill: #fff;
}
.credits .cls-1, .credits .cls-2, .credits .cls-3 {
  stroke: none;
}
.credits .cls-1, .credits .cls-2, .credits .cls-3 {
  fill: none;
}
.credits .cls-2 {
  clip-path: url(#clippath-1);
}
.credits .cls-3 {
  clip-path: url(#clippath);
}/*# sourceMappingURL=main.css.map */