@charset "UTF-8";
/* -------------------- */
/* ------ VARIABILI ------ */
/* -------------------- */
/* BREAKPOINTS */
/* CONSTANTS */
/* DIMENSIONI TIPOGRAFIA */
/* -------------------- */
/* ------ MIXIN ------ */
/* -------------------- */
/* Mixin per definire le font-face in modo dinamico */
/* -------------------- */
/* ------ FONTS ------ */
/* -------------------- */
/* Inter */
@font-face {
  font-family: "Inter";
  src: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/Inter/Inter18pt-Regular.woff2") format("woff2"), url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/Inter/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/Inter/Inter18pt-Medium.woff2") format("woff2"), url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/Inter/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/Inter/Inter18pt-Bold.woff2") format("woff2"), url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/Inter/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* TTFirsNeue */
@font-face {
  font-family: "ttfirsNeue";
  src: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/ttfirsNeue/TTFirsNeue-Medium.woff2") format("woff2"), url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/ttfirsNeue/TTFirsNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ttfirsNeue";
  src: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/ttfirsNeue/TTFirsNeue-Bold.woff2") format("woff2"), url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/fonts/ttfirsNeue/TTFirsNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Assegnazione delle font ai tag e classi */
section.header h1, section.header h2, section.header h3, section.header h4, section.header h5,
section.headerImage h1,
section.headerImage h2,
section.headerImage h3,
section.headerImage h4,
section.headerImage h5 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); /* x y blur colore */
}

h1, h2, h3, h4, h5, dt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

ol, ul, li, p, a, address, dd, strong, button, .button, .bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

strong, button, .button, .bold {
  font-weight: bold;
}

/* -------------------- */
/* ------ RESET ------ */
/* -------------------- */
a, p, h1, h2, h3, h4, h5, ul, li, ol {
  margin: 0;
  padding: 0;
  margin-bottom: 1.2rem;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
  color: #5AB6FF;
}

p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #111;
}
@media (max-width: 1200px) {
  p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
p a {
  color: #5AB6FF;
  text-decoration: underline;
  font-weight: normal;
}
p a:hover {
  color: #111;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

h1 {
  font-size: 4.8rem;
  line-height: 4.8rem;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

h2 {
  font-size: 3.12rem;
  line-height: 3.12rem;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

h4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
}

h5 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media (max-width: 1200px) {
  h5 {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
}

ul {
  list-style: none;
}

a {
  outline: none !important;
  text-decoration: none;
}

/* -------------------- */
/* ------ BASE / GENERAL ------ */
/* -------------------- */
hr.spacer {
  opacity: 0;
  margin: 2rem 0;
}

@media (max-width: 1280px) {
  .container {
    max-width: 96%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1640px;
  }
}
@media (max-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1200px) {
  .px-0 {
    overflow-x: hidden;
  }
}
/* SWIPER PAGINE INTERNE (SINGLE QUALITY e SINGLE PLANT) */
.fancybox__content img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.swiper.singleCpt .container .swiper {
  width: 100%;
  height: 100%;
}
.swiper.singleCpt .container .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.swiper.singleCpt .container .swiper .swiper-slide a.slideBackground {
  display: block;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 40rem;
  margin-bottom: 0;
}
.swiper.singleCpt .container .swiper .swiper-slide a.slideBackground .imageMeta {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 1.6rem;
  pointer-events: none;
}
.swiper.singleCpt .container .swiper .swiper-slide a.slideBackground .imageMeta h3.imageTitle {
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.08rem;
  line-height: 1.44rem;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .swiper.singleCpt .container .swiper .swiper-slide a.slideBackground .imageMeta h3.imageTitle {
    font-size: 0.96rem;
    line-height: 1.28rem;
  }
}
.swiper.singleCpt .container .swiper .swiper-slide a.slideBackground .imageMeta p.imageDescription {
  color: white;
  margin-bottom: 0;
  font-size: 0.96rem;
  line-height: 1.28rem;
  margin-top: 0.7rem;
}
@media (max-width: 1200px) {
  .swiper.singleCpt .container .swiper .swiper-slide a.slideBackground .imageMeta p.imageDescription {
    font-size: 0.84rem;
    line-height: 1.12rem;
  }
}
.swiper.singleCpt .container .swiper .swiper-slide a.slideBackground:hover .imageMeta {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px) {
  .swiper.singleCpt .container .swiper .swiper-slide a.slideBackground .imageMeta {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto;
  }
}
.swiper.singleCpt .swiper-pagination {
  bottom: 0;
  padding: 0.5rem 0;
}
.swiper.singleCpt .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.swiper.singleCpt .swiper-pagination .swiper-pagination-bullet-active {
  background: #5AB6FF;
  opacity: 1;
}

/* ------- INTRO SECTIONS ------- */
.intro p, .intro li {
  font-size: 1.68rem;
  line-height: 2.24rem;
}
@media (max-width: 1200px) {
  .intro p, .intro li {
    font-size: 1.08rem;
    line-height: 1.44rem;
  }
}

body.home .intro h2 {
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  text-transform: unset;
}
body.home .intro p {
  font-size: 1.56rem;
  line-height: 2.08rem;
}
@media (max-width: 1200px) {
  body.home .intro p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

/* LOGO / BRANDING */
.site-branding a {
  display: block;
  margin-bottom: 0;
}

#page {
  padding-top: 6rem;
}
@media (max-width: 1460px) {
  #page {
    padding-top: 4rem;
  }
}

.whiteText {
  color: #FFF;
}

.blackText {
  color: #111;
}

body {
  overflow-x: hidden;
}

.page {
  margin: 0;
}

.topBottomPadding {
  padding: 4rem 0;
}
@media (max-width: 1200px) {
  .topBottomPadding {
    padding: 2rem 0;
  }
}

.topMargin {
  margin-top: 6rem;
}
@media (max-width: 1200px) {
  .topMargin {
    margin-top: 0;
  }
}

.bottomMargin {
  margin-bottom: 6rem;
}
@media (max-width: 1200px) {
  .bottomMargin {
    margin-bottom: 0;
  }
}

.topPadding {
  padding-top: 6rem;
}
@media (max-width: 1200px) {
  .topPadding {
    padding-top: 2rem;
  }
}

.bottomPadding {
  padding-bottom: 6rem;
}
@media (max-width: 1200px) {
  .bottomPadding {
    padding-bottom: 0;
  }
}

.extraPadding {
  padding: 6rem;
}
@media (max-width: 1200px) {
  .extraPadding {
    padding: 2rem 1rem;
  }
}

.otgs-development-site-front-end {
  display: none;
}

::-moz-selection {
  background-color: #5AB6FF;
  color: white;
}

::selection {
  background-color: #5AB6FF;
  color: white;
}

div#wpadminbar {
  position: fixed;
}

.admin-bar header#masthead {
  top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar header#masthead {
    top: 46px !important;
  }
}
.admin-bar header#masthead div.overlay-menu {
  top: calc(6rem + 32px) !important;
}
@media (max-width: 1460px) {
  .admin-bar header#masthead div.overlay-menu {
    top: calc(4rem + 32px) !important;
  }
}

.reducedOpacityHalf {
  opacity: 0.5;
}

/* Layer sopra immagini */
section.headerImage .overImgBlackLayer,
section.header .overImgBlackLayer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
  display: none;
}

.overImgBlueLayer {
  position: relative;
}
.overImgBlueLayer .container {
  position: relative;
  z-index: 2;
}
.overImgBlueLayer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5AB6FF;
  opacity: 0.25;
  mix-blend-mode: color;
  pointer-events: none;
}

.blackGradientFromTop {
  position: relative;
}
.blackGradientFromTop:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  pointer-events: none;
}

/* TRIANGLES */
.triangle {
  position: relative;
}
.triangle:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.triangle.big:before {
  border-left: 10rem solid transparent;
  border-bottom: 10rem solid currentColor;
}
@media (max-width: 1200px) {
  .triangle.big:before {
    border-left: 4rem solid transparent;
    border-bottom: 4rem solid currentColor;
  }
}
.triangle.small:before {
  border-left: 1.2rem solid transparent;
  border-bottom: 1.2rem solid currentColor;
}
.triangle.white:before {
  border-bottom-color: white;
}
.triangle.black:before {
  border-bottom-color: black;
}

/* BUTTONS */
button, .button {
  display: block;
  background: #5AB6FF;
  padding: 0.6rem 1.2rem;
  border: 0;
  color: white;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem 0 2rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  button, .button {
    font-size: 0.9rem;
    line-height: 1.2rem;
    width: 100%;
    text-align: center;
  }
}
button.black, .button.black {
  background: #111;
  color: white;
}
button.blue, .button.blue {
  background: #5AB6FF;
  color: white;
}

/* ARROWS */
.arrowRight {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2rem;
  font-size: 1.2rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .arrowRight {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
.arrowRight:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  right: -1.4rem;
}
@media (max-width: 1200px) {
  .arrowRight:after {
    height: 0.9rem;
    width: 0.9rem;
    right: -1.2rem;
    top: 0.05rem;
  }
}

.arrowRightBlack:after {
  background-image: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-right-black.svg");
}

.arrowRightWhite:after {
  content: "";
  background-color: currentColor; /* l'icona prenderà il colore del testo */
  mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-right-white.svg") no-repeat center;
  -webkit-mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-right-white.svg") no-repeat center;
}

/* -------------------- */
/* ------ PRE FOOTER ------ */
/* -------------------- */
div.preFooter {
  background: #333;
}
div.preFooter .preFooterHeight {
  min-height: 480px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  div.preFooter .preFooterHeight {
    min-height: 250px;
  }
}

div.preFooterContent {
  padding: 4rem;
}
@media (max-width: 1200px) {
  div.preFooterContent {
    padding: 2rem;
  }
}
div.preFooterContent * {
  color: white;
}
div.preFooterContent p {
  width: 50%;
}

/* -------------------- */
/* ------ FOOTER ------ */
/* -------------------- */
footer {
  min-height: 30rem;
}
@media (max-width: 1200px) {
  footer {
    min-height: unset;
  }
}
footer * {
  color: white !important;
}
footer#colophon {
  background: #111;
}
footer img.footerLogo {
  width: 16rem;
  margin-bottom: 1.2rem;
}
footer p, footer strong, footer a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #999 !important;
}
footer p span, footer strong span, footer a span {
  color: #5AB6FF !important;
  font-weight: 700;
}
footer .legalInfo p {
  text-align: center;
}
@media (max-width: 1200px) {
  footer .legalInfo p {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
footer ul.certs {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.7rem;
}
@media (max-width: 1200px) {
  footer ul.certs {
    justify-content: flex-start;
  }
}
footer ul.certs li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
footer ul.certs li img {
  width: 5rem;
}
footer ul.certs li:last-child {
  margin-left: 2rem;
}

/* -------------------- */
/* ------ HOME ------ */
/* -------------------- */
.productions {
  margin-bottom: 6rem;
}
.productions .col-md-3:nth-of-type(5) {
  display: none;
}
.productions .productionWrap {
  display: flex;
  flex-direction: column;
  min-height: 30rem;
  color: white;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  text-align: left;
}
@media (max-width: 1200px) {
  .productions .productionWrap {
    min-height: 15rem;
  }
}
.productions .productionWrap h3 {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8rem;
  min-height: 24rem;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85); /* x y blur colore */
}
@media (max-width: 1200px) {
  .productions .productionWrap h3 {
    min-height: auto;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.productions .productionWrap span {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85); /* x y blur colore */
}

.swiper.heroSlider .swiper-slide {
  background: black;
  width: 100%;
  height: 34rem;
}
@media (max-width: 1200px) {
  .swiper.heroSlider .swiper-slide {
    height: 16rem;
  }
}
.swiper.heroSlider .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.swiper.heroSlider .swiper-pagination-bullet-active {
  opacity: 1;
}

section.headerImage .imgWrapper {
  width: 100%;
  height: 34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 1200px) {
  section.headerImage .imgWrapper {
    height: 16rem;
  }
}

/* ---------------------------- */
/* ------ QUALITA ------ */
/* ---------------------------- */
/* PAGINA QUALITA */
body.page-template-template-quality .qualityArchive {
  background: #EEE;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  body.page-template-template-quality .qualityArchive {
    margin-bottom: 2rem;
  }
}

/* SINGOLO ELEMENTO QUALITA (CPT) */
body.single-quality-element .intro .content ol, body.single-quality-element .intro .content ul {
  margin-bottom: 4rem;
  padding: 0 0 0 1.6rem;
}
@media (max-width: 1200px) {
  body.single-quality-element .intro .content ol, body.single-quality-element .intro .content ul {
    padding: 0 0 0 1rem;
  }
}
body.single-quality-element .intro .content ol li, body.single-quality-element .intro .content ul li {
  border-bottom: 1px solid #DDD;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (max-width: 1200px) {
  body.single-quality-element .intro .content ol li, body.single-quality-element .intro .content ul li {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
body.single-quality-element .intro .content ol li::marker, body.single-quality-element .intro .content ul li::marker {
  color: #5AB6FF;
}
body.single-quality-element .intro .content ul {
  padding-left: 0;
  width: 70%;
}
@media (max-width: 1200px) {
  body.single-quality-element .intro .content ul {
    width: 100%;
  }
}

/* QUALITY: repeater con celle quadrate per certificazioni */
section.repeater table.certifications-table {
  width: 100%;
  table-layout: fixed;
  margin: 4rem 0 3rem 0;
}
section.repeater table.certifications-table tr td {
  border: 2px solid #111;
  padding: 2rem;
  vertical-align: top;
  width: 25%;
  min-height: 10rem;
}
@media (max-width: 1200px) {
  section.repeater table.certifications-table tr td {
    padding: 1rem;
  }
}
section.repeater table.certifications-table tr td .square {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
}
section.repeater table.certifications-table tr td a {
  color: #111;
}
section.repeater table.certifications-table tr td ul {
  list-style: disc;
  margin-left: 1rem;
}
section.repeater table.certifications-table tr td ul li {
  margin: 0;
}
@media (max-width: 1200px) {
  section.repeater table.certifications-table {
    display: block;
  }
  section.repeater table.certifications-table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
  }
  section.repeater table.certifications-table tbody tr {
    display: contents;
  }
  section.repeater table.certifications-table tbody tr td {
    width: auto;
  }
  section.repeater table.certifications-table tbody tr td:empty {
    display: none;
  }
}

/* ---------------------------- */
/* ------ PAGINE CONTACTS e WORK WITH US ------ */
/* ---------------------------- */
body.page-template-template-work-with-us section.contents,
body.page-template-template-contacts section.contents {
  padding: 6em 0;
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us section.contents,
  body.page-template-template-contacts section.contents {
    padding: 0;
  }
}
body.page-template-template-work-with-us section.contents.leftBlack,
body.page-template-template-contacts section.contents.leftBlack {
  background: linear-gradient(to left, #F7F7F7 50%, #333 50%);
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us section.contents.leftBlack,
  body.page-template-template-contacts section.contents.leftBlack {
    background: #F7F7F7;
  }
}
body.page-template-template-work-with-us section.contents.leftBlack div.wrapSx *,
body.page-template-template-contacts section.contents.leftBlack div.wrapSx * {
  color: white;
}
body.page-template-template-work-with-us section.contents.rightBlack,
body.page-template-template-contacts section.contents.rightBlack {
  background: linear-gradient(to right, #F7F7F7 50%, #333 50%);
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us section.contents.rightBlack,
  body.page-template-template-contacts section.contents.rightBlack {
    background: #F7F7F7;
  }
}
body.page-template-template-work-with-us section.contents.rightBlack div.wrapDx *,
body.page-template-template-contacts section.contents.rightBlack div.wrapDx * {
  color: white;
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us section.contents .sx *,
  body.page-template-template-contacts section.contents .sx * {
    color: #111 !important;
  }
  body.page-template-template-work-with-us section.contents .sx,
  body.page-template-template-contacts section.contents .sx {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.page-template-template-work-with-us section.contents .sx input[type=submit],
  body.page-template-template-contacts section.contents .sx input[type=submit] {
    color: white !important;
  }
  body.page-template-template-work-with-us section.contents .dx,
  body.page-template-template-contacts section.contents .dx {
    background: #333;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.page-template-template-work-with-us section.contents .dx *,
  body.page-template-template-contacts section.contents .dx * {
    color: white;
  }
  body.page-template-template-work-with-us section.contents .dx select,
  body.page-template-template-contacts section.contents .dx select {
    color: #111;
  }
  body.page-template-template-work-with-us section.contents .dx select option,
  body.page-template-template-contacts section.contents .dx select option {
    color: #111;
  }
}
body.page-template-template-work-with-us section.contents .dx input, body.page-template-template-work-with-us section.contents .dx select, body.page-template-template-work-with-us section.contents .dx textarea,
body.page-template-template-contacts section.contents .dx input,
body.page-template-template-contacts section.contents .dx select,
body.page-template-template-contacts section.contents .dx textarea {
  color: #111 !important;
}
body.page-template-template-work-with-us section.contents .dx input[type=submit],
body.page-template-template-contacts section.contents .dx input[type=submit] {
  color: white !important;
}
body.page-template-template-work-with-us div.wrapSx,
body.page-template-template-contacts div.wrapSx {
  padding: 0 3rem 0 0;
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us div.wrapSx,
  body.page-template-template-contacts div.wrapSx {
    padding: 0;
  }
}
body.page-template-template-work-with-us div.wrapSx dd,
body.page-template-template-contacts div.wrapSx dd {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
body.page-template-template-work-with-us div.wrapDx,
body.page-template-template-contacts div.wrapDx {
  padding: 0 0 0 3rem;
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us div.wrapDx,
  body.page-template-template-contacts div.wrapDx {
    padding: 0;
  }
}
body.page-template-template-work-with-us section.contents h3,
body.page-template-template-contacts section.contents h3 {
  display: block;
  height: 8rem;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us section.contents h3,
  body.page-template-template-contacts section.contents h3 {
    height: auto;
  }
}
body.page-template-template-work-with-us section.contents h3:after,
body.page-template-template-contacts section.contents h3:after {
  content: "";
  display: block;
  height: 4px;
  width: 4rem;
  background: #5AB6FF;
  margin-top: 0.5rem;
}
body.page-template-template-work-with-us div.contactsHeader,
body.page-template-template-contacts div.contactsHeader {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body.page-template-template-work-with-us div.contactsHeader h1,
body.page-template-template-contacts div.contactsHeader h1 {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us div.contactsHeader,
  body.page-template-template-contacts div.contactsHeader {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
body.page-template-template-work-with-us dl dt,
body.page-template-template-contacts dl dt {
  font-size: 1.44rem;
  line-height: 1.44rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: 50%;
}
@media (max-width: 1200px) {
  body.page-template-template-work-with-us dl dt,
  body.page-template-template-contacts dl dt {
    width: 100%;
  }
}
body.page-template-template-work-with-us dl dd,
body.page-template-template-contacts dl dd {
  font-size: 1.08rem;
  line-height: 1.28rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  margin-right: 0;
  border-bottom: 1px solid #666;
}

/* -------------------- */
/* ------ SINGLE CPT ------ */
/* -------------------- */
/* PLANTS */
body.single-plant section.headerImage .imgWrapper h2 {
  text-transform: unset;
}
body.single-plant section.repeater .container .row {
  display: flex;
  align-items: center;
  background: #EEE;
  margin-bottom: 4rem;
  min-height: 30rem;
}
@media (max-width: 1200px) {
  body.single-plant section.repeater .container .row {
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1200px) {
  body.single-plant section.repeater .container .row div.section-image {
    min-height: 10rem;
  }
}
body.single-plant section.repeater .container .row div.content {
  padding: 4rem;
}
@media (max-width: 1200px) {
  body.single-plant section.repeater .container .row div.content {
    padding: 2rem 1rem;
  }
}
body.single-plant section.repeater .container .row div.content .section-desciption h3 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  body.single-plant section.repeater .container .row div.content .section-desciption h3 {
    font-size: 1.6rem;
  }
}
body.single-plant section.repeater .container .row:nth-child(odd) {
  flex-direction: row-reverse;
}
body.single-plant section.location address {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
body.single-plant section.location address span {
  color: #5AB6FF;
}

/* PRODUCTIONS */
ul.breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  ul.breadcrumbs {
    margin-bottom: 2rem;
  }
}
ul.breadcrumbs li {
  font-size: 1.2rem;
  margin-bottom: 0;
}
ul.breadcrumbs li span {
  margin: 0 0.5rem;
}
ul.breadcrumbs li a {
  color: #111;
  text-decoration: underline;
}

section.info {
  background: #333;
  padding: 8rem 0;
}
@media (max-width: 1280px) {
  section.info {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
section.info h3 {
  color: white;
  text-transform: unset;
  width: 50%;
}
@media (max-width: 1280px) {
  section.info h3 {
    width: 100%;
  }
}

section.gallery {
  margin-bottom: 0;
}
section.gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  background: #333;
}
section.gallery ul li {
  width: 20%;
  height: 30rem;
  margin-bottom: 0;
  position: relative;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}
section.gallery ul li:nth-child(5n) {
  border-right: none;
}
@media (max-width: 1200px) {
  section.gallery ul li {
    width: 50%;
    height: 12rem;
    border-right: none;
    border-bottom: 2px solid white;
  }
  section.gallery ul li:nth-child(odd) {
    border-right: 2px solid white;
  }
}
section.gallery ul li.additionalLi {
  background: #333;
  padding: 4rem;
  display: flex;
  align-items: center;
  border-right: 0;
}
@media (max-width: 1200px) {
  section.gallery ul li.additionalLi {
    width: 100% !important;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3rem 1rem;
  }
}
section.gallery ul li.additionalLi h3 {
  color: white;
  width: 60%;
  font-family: "Inter";
  font-weight: 500;
  text-transform: unset;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  section.gallery ul li.additionalLi h3 {
    width: 100%;
  }
}
section.gallery ul li.fullWidth {
  max-width: 1640px;
  padding: 3rem 16px;
  margin: 0 auto;
  border: 0;
}
section.gallery ul li a {
  display: block;
  height: 100%;
  color: white;
  margin-bottom: 0;
  padding: 4rem 2rem;
}
@media (max-width: 1200px) {
  section.gallery ul li a {
    padding: 2rem 1rem;
  }
}
section.gallery ul li a div.imageInfo {
  position: relative;
  z-index: 2;
}
section.gallery ul li a div.imageInfo h3 {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media (max-width: 1200px) {
  section.gallery ul li a div.imageInfo h3 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
}
section.gallery ul li a div.imageInfo span.plus {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid white;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: auto;
}

/* -------------------- */
/* ------ FANCYBOX ------ */
/* -------------------- */
div.fancybox__container p {
  color: white;
}
div.fancybox__container div.fancybox__carousel div.fancybox__slide {
  display: flex;
  flex-direction: row;
}
div.fancybox__container div.fancybox__carousel div.fancybox__slide div.fancybox__content {
  width: 70vh !important;
  height: auto !important;
}
div.fancybox__container div.fancybox__carousel div.fancybox__slide div.fancybox__content img {
  width: 100%;
  height: auto;
}
div.fancybox__container div.fancybox__carousel div.fancybox__slide .fancybox__caption {
  width: 50%;
  padding: 4rem !important;
}
div.fancybox__container div.fancybox__footer {
  padding: 1rem 0;
  margin: 0;
  position: relative;
  z-index: 999;
  background: #111;
}

/* -------------------- */
/* ------ TAXONOMY ------ */
/* -------------------- */
section.header div.imageContainer {
  min-height: 26rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  section.header div.imageContainer {
    min-height: 16rem;
  }
}
section.header div.imageContainer div.overlay h1 {
  color: white;
}
@media (min-width: 1200px) {
  section.header div.imageContainer div.overlay h1 {
    width: 70%;
  }
}

@media (max-width: 1200px) {
  section.cptContainer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
section.cptContainer div.cptArchiveItem {
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  section.cptContainer div.cptArchiveItem {
    margin-bottom: 2rem;
  }
}
section.cptContainer div.cptArchiveItem div.greyWrap {
  background: #EEE;
  padding: 16px;
}
@media (min-width: 1200px) {
  section.cptContainer div.cptArchiveItem div.greyWrap {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 16px;
  }
}
section.cptContainer div.cptArchiveItem div.greyWrap a {
  padding: 0 2rem 0 0;
  display: block;
}
section.cptContainer div.cptArchiveItem div.greyWrap a h3 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media (max-width: 1200px) {
  section.cptContainer div.cptArchiveItem div.greyWrap a h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 1200px) {
  section.cptContainer div.cptArchiveItem div.greyWrap a {
    display: block;
    margin-top: 1.4rem;
  }
}
section.cptContainer div.cptArchiveItem div.greyWrap div.cptFeaturedImage {
  width: 100%;
  min-height: 460px;
  height: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  section.cptContainer div.cptArchiveItem div.greyWrap div.cptFeaturedImage {
    min-height: 250px;
  }
}
section.cptContainer div.cptArchiveItem div.greyWrap a {
  color: #111;
}

/* -------------------- */
/* ------ MODAL & CONTACT FORM 7 ------ */
/* -------------------- */
div.modal div.modal-dialog {
  max-width: 50rem;
}
div.modal div.modal-dialog div.modal-content {
  border-radius: 0;
  border: 0;
  padding: 2rem;
}
@media (max-width: 1200px) {
  div.modal div.modal-dialog div.modal-content {
    padding: 1rem;
  }
}
div.modal div.modal-dialog div.modal-content div.modal-header {
  border-bottom: 0;
}
div.modal div.modal-dialog div.modal-content div.modal-header h3 {
  text-transform: uppercase;
}
div.modal div.modal-dialog div.modal-content div.modal-header h3 span {
  color: #5AB6FF;
}
div.modal div.modal-dialog div.modal-content div.modal-header h3:after {
  content: "";
  display: block;
  height: 3px;
  width: 3rem;
  background: #5AB6FF;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  div.modal div.modal-dialog div.modal-content div.modal-header h3 {
    margin-bottom: 0;
  }
}
div.modal div.modal-dialog div.modal-content div.modal-header button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

form.wpcf7-form .form-row {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 1200px) {
  form.wpcf7-form .form-row {
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
form.wpcf7-form .form-row .form-col {
  flex: 1;
}
@media (max-width: 1024px) {
  form.wpcf7-form .form-row .form-col {
    flex-direction: column;
  }
}
form.wpcf7-form p {
  margin-bottom: 0;
  width: 100%;
}
form.wpcf7-form p span input,
form.wpcf7-form p span select {
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2rem;
  height: 3rem;
}
@media (max-width: 1200px) {
  form.wpcf7-form p span input,
  form.wpcf7-form p span select {
    height: 2rem;
  }
}
form.wpcf7-form *:focus {
  outline: none;
}
form.wpcf7-form select {
  padding-top: 5px;
}
form.wpcf7-form textarea,
form.wpcf7-form select,
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email] {
  background-color: #EEE;
  color: #111;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0.4rem 0.6rem;
  margin: 0;
}
@media (max-width: 1200px) {
  form.wpcf7-form textarea,
  form.wpcf7-form select,
  form.wpcf7-form input[type=text],
  form.wpcf7-form input[type=email] {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
form.wpcf7-form textarea {
  max-height: 12rem;
}
form.wpcf7-form input[type=submit] {
  background-color: #5AB6FF;
  color: white;
  border: none;
  padding: 1.2rem;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0;
  padding: 0.4rem 0.6rem;
  height: 50px;
  font-weight: 700;
}
form.wpcf7-form div.privacy {
  margin-top: 1.2rem;
  font-size: 0.9rem;
}
form.wpcf7-form div.privacy p {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: justify;
  margin-bottom: 1rem;
}
form.wpcf7-form div.privacy p a {
  color: #5AB6FF;
  text-decoration: underline;
}
form.wpcf7-form div.submit p {
  text-align: center;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #5AB6FF;
}
form.wpcf7-form span.wpcf7-acceptance span {
  margin-left: 0;
}
form.wpcf7-form span.wpcf7-acceptance input[type=checkbox] {
  height: auto;
  float: left;
  margin-right: 0.5rem;
}
form.wpcf7-form .wpcf7-form-control:placeholder {
  color: #111;
  opacity: 1;
}

.wpcf7-spinner {
  display: none;
  margin-top: 1rem;
}

.wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-family: "Inter", sans-serif;
  border: 0;
  background: #111;
  padding: 0.4rem 0.6rem;
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
  color: white;
}

.wpcf7-form-control.wpcf7-select option:checked {
  background-color: #5AB6FF;
}

/* MESSAGGI DA CF7 */
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  margin: 0 pa;
  margin: 1rem 0 0 0;
  padding: 1rem;
  color: white;
  text-align: center;
  border: 0;
}

/* -------------------- */
/* ------ HEADER & DESKTOP MAIN MENU ------ */
/* -------------------- */
@media (max-width: 1460px) {
  .desktopMainMenu {
    display: none;
  }
}

header#masthead {
  background: white;
  border-bottom: 2px solid #111;
  height: 6rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 1460px) {
  header#masthead {
    height: 4rem;
  }
}
header#masthead .desktopStyleMenu ul.wpmlMenu,
header#masthead .desktopStyleMenu ul#primary-menu {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#masthead .desktopStyleMenu ul.wpmlMenu li,
header#masthead .desktopStyleMenu ul#primary-menu li {
  margin: 0 1.2rem;
  display: inline;
  color: black;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
}
header#masthead .desktopStyleMenu ul.wpmlMenu li.current-language,
header#masthead .desktopStyleMenu ul#primary-menu li.current-language {
  color: #5AB6FF !important;
}
header#masthead .desktopStyleMenu ul.wpmlMenu li.current-menu-item a,
header#masthead .desktopStyleMenu ul#primary-menu li.current-menu-item a {
  color: #5AB6FF !important;
}
header#masthead .desktopStyleMenu ul.wpmlMenu li a,
header#masthead .desktopStyleMenu ul#primary-menu li a {
  color: black;
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
header#masthead .desktopStyleMenu ul.wpmlMenu li a.active,
header#masthead .desktopStyleMenu ul#primary-menu li a.active {
  color: #5AB6FF !important;
}
header#masthead .desktopStyleMenu ul.wpmlMenu {
  justify-content: flex-end;
}
header#masthead.home {
  background: black;
  border-bottom: 2px solid white;
}
header#masthead.home ul.wpmlMenu li,
header#masthead.home ul#primary-menu li {
  color: white;
}
header#masthead.home ul.wpmlMenu li a,
header#masthead.home ul#primary-menu li a {
  color: white;
}

/* -------------------- */
/* ------ DUAL MEGAMENU DESKTOP ------ */
/* -------------------- */
div.mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #111;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0;
  border-top: 2px solid white;
}
@media (max-width: 1460px) {
  div.mega-menu-panel {
    display: none;
  }
}
div.mega-menu-panel ul {
  margin-bottom: 0;
}
div.mega-menu-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
div.mega-menu-panel__inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
div.mega-menu-panel div.mega-menu-panel__inner {
  padding: 0;
}
div.mega-menu-panel div.mega-menu-panel__inner ul li a {
  color: white;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left,
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right {
  width: 60%;
  box-sizing: border-box;
}
@media (max-width: 1460px) {
  div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left,
  div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right {
    display: none;
  }
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left .arrowRight,
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right .arrowRight {
  margin-top: 0.5rem;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left {
  background: #111;
  width: 40%;
  height: 100vh;
  border-right: 2px solid white;
  padding: 4rem 0 0 0;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left ul li {
  margin-bottom: 2rem;
  max-width: 80%;
  font-size: 2.16rem;
  line-height: 2.16rem;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left ul li a span {
  margin-top: 0.6rem;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left ul li a:hover {
  color: #5AB6FF;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left ul li a.active {
  color: #5AB6FF;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__left ul li a span.location {
  font-size: 1.44rem;
  line-height: 1.44rem;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right {
  position: relative;
  width: 70%;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4rem 0 2rem 2rem;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel h3 {
  color: white;
  font-size: 2.16rem;
  line-height: 2.16rem;
  margin-bottom: 0.6rem;
  margin-top: 0;
  text-transform: none;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel h3:after {
  display: none;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel a {
  color: white;
  font-size: 1.2rem;
  font-family: "Inter";
  font-weight: 500;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel ul {
  margin-top: 2rem;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel ul li {
  margin-bottom: 0;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel ul li a {
  font-size: 1.4rem;
  font-family: "Inter";
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel ul li a:hover {
  color: #5AB6FF;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel ul li a.current {
  color: #5AB6FF;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel.active {
  opacity: 1;
  visibility: visible;
}
div.mega-menu-panel div.mega-menu-panel__inner div.mega-menu-panel__right div.mega-subpanel:not(.active) a {
  pointer-events: none;
}
div.mega-menu-panel a.more-link h3 span {
  transition: color 0.3s ease;
}
div.mega-menu-panel a.more-link:hover h3 span {
  color: #5AB6FF;
}

/* -------------------- */
/* ------ HAMBURGER & MOBILE MAIN MENU ------ */
/* -------------------- */
@media (min-width: 1461px) {
  .mobileMainMenu {
    display: none;
  }
}

/* HAMBURGER TOGGLE */
.hamburgerToggleWrap {
  position: absolute;
  width: 6rem;
  padding: 0;
}
@media (min-width: 1461px) {
  .hamburgerToggleWrap {
    display: none;
  }
}
.hamburgerToggleWrap div.hamburger .hamburger-box {
  margin-top: 0.4rem;
}
.hamburgerToggleWrap div.hamburger .hamburger-box .hamburger-inner {
  border-radius: 0;
  height: 4px;
}
.hamburgerToggleWrap div.hamburger .hamburger-box .hamburger-inner:after, .hamburgerToggleWrap div.hamburger .hamburger-box .hamburger-inner:before {
  border-radius: 0;
  height: 4px;
}

/* HAMBURGER TOGGLE BIANCO PER HOME */
body.home .hamburgerToggleWrap div.hamburger .hamburger-box .hamburger-inner {
  background: #FFF;
}
body.home .hamburgerToggleWrap div.hamburger .hamburger-box .hamburger-inner:after, body.home .hamburgerToggleWrap div.hamburger .hamburger-box .hamburger-inner:before {
  background: #FFF;
}

/* MOBILE MAIN MENU */
@media (max-width: 1460px) {
  header#masthead .container {
    max-width: 100%;
  }
  div.mobileMainMenu {
    padding: 0;
    position: absolute;
    height: 100vh;
    width: 100%;
    background: #111;
    top: 4rem;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  }
  div.mobileMainMenu.is-active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0s;
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu {
    display: block;
    padding: 2rem 1.4rem;
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu li {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu li.menu-item-produzioni, div.mobileMainMenu nav.main-navigation ul#primary-menu li.menu-item-impianti {
    position: relative;
    padding-right: 2rem;
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu li.menu-item-produzioni:after, div.mobileMainMenu nav.main-navigation ul#primary-menu li.menu-item-impianti:after {
    content: "";
    background-color: white;
    mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-right-white.svg") no-repeat center;
    -webkit-mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-right-white.svg") no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.8rem;
    width: 1.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu li.current-language, div.mobileMainMenu nav.main-navigation ul#primary-menu li.current_page_item {
    color: #5AB6FF !important;
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu li.current-language a, div.mobileMainMenu nav.main-navigation ul#primary-menu li.current_page_item a {
    color: #5AB6FF !important;
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu li.firstWpml {
    margin-top: 2.8rem !important;
  }
  div.mobileMainMenu nav.main-navigation ul#primary-menu li a {
    color: white !important;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
  }
  /* LOGO FASER MOBILE */
  .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-branding a {
    max-width: 16rem;
  }
  .site-branding a img {
    max-width: 16rem;
  }
  .desktopWpmlMenu {
    display: none;
  }
}
/* -------------------- */
/* ------ MEGA MENU MOBILE ------ */
/* -------------------- */
@media (min-width: 1461px) {
  .mega-menu-mobile {
    display: none;
  }
}
ul.mega-menu-mobile__list {
  display: block;
  padding: 0 1.4rem 2rem 1.4rem;
  margin-bottom: 0;
}
ul.mega-menu-mobile__list li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0 0 1rem 0;
  font-size: 1.35rem;
  line-height: 1.35rem;
}
ul.mega-menu-mobile__list li.current-language, ul.mega-menu-mobile__list li.current_page_item {
  color: #5AB6FF !important;
}
ul.mega-menu-mobile__list li.current-language a, ul.mega-menu-mobile__list li.current_page_item a {
  color: #5AB6FF !important;
  margin: 0;
}
ul.mega-menu-mobile__list li a {
  color: white !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
ul.mega-menu-mobile__list li a span.location {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

button.mega-menu-mobile__back {
  display: block;
  width: 100%;
  background: none;
  color: white;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #333;
  width: calc(100% - 2.8rem);
  margin: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 1.4rem;
}
button.mega-menu-mobile__back:before {
  content: "";
  background-color: currentColor;
  mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-left-white.svg") no-repeat center;
  -webkit-mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-left-white.svg") no-repeat center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  left: 0;
  top: 9px;
  margin: auto;
}

@media (max-width: 1460px) {
  .admin-bar .mega-menu-mobile {
    top: calc(4rem + 32px) !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .mega-menu-mobile {
    top: calc(4rem + 46px) !important;
  }
}

.mega-menu-mobile {
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #111;
  z-index: 1000;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.mega-menu-mobile ul {
  margin-top: 2rem;
}
.mega-menu-mobile ul li {
  color: white;
  margin-bottom: 1rem;
}
.mega-menu-mobile ul li a {
  color: white !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.mega-menu-mobile ul.productionsTerms li {
  position: relative;
  padding-right: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.mega-menu-mobile ul.productionsTerms li:after {
  content: "";
  background-color: white;
  mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-right-white.svg") no-repeat center;
  -webkit-mask: url("https://test02.faserspa.com/wp-content/themes/faserspa/assets/arrow-right-white.svg") no-repeat center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mega-menu-mobile.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mega-menu-mobile__panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #111;
  z-index: 1001;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.mega-menu-mobile__panel.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mega-menu-mobile__panel--production-posts div.js-production-term-posts {
  display: none;
  padding: 0 1.4rem 2rem 1.4rem;
}
.mega-menu-mobile__panel--production-posts div.js-production-term-posts h3 {
  margin-bottom: 1rem;
  color: white;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: capitalize;
}
.mega-menu-mobile__panel--production-posts div.js-production-term-posts h3 span {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.mega-menu-mobile__panel--production-posts div.js-production-term-posts h3:after {
  display: none;
}
.mega-menu-mobile__panel--production-posts div.js-production-term-posts ul.mega-menu-mobile__list {
  display: block;
  padding: 0;
  margin-bottom: 0;
}

/* AGGIUNTE AGOSTO 2025 */
.swiper-button-next,
.swiper-button-prev {
  color: black !important; /* cambia "black" con il colore che vuoi */
}

@media (max-width: 1200px) {
  section.cptContainer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
section.cptContainer div.cptModArchiveItem {
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  section.cptContainer div.cptModArchiveItem {
    margin-bottom: 2rem;
  }
}
section.cptContainer div.cptModArchiveItem a {
  padding: 2rem;
  display: block;
  background-color: #EEE;
  min-height: 16rem;
}
section.cptContainer div.cptModArchiveItem a h3 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media (max-width: 1200px) {
  section.cptContainer div.cptModArchiveItem a h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 1200px) {
  section.cptContainer div.cptModArchiveItem a {
    display: block;
    margin-top: 1.4rem;
  }
}
section.cptContainer div.cptModArchiveItem div.cptFeaturedImage {
  width: 100%;
  min-height: 460px;
  height: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  section.cptContainer div.cptModArchiveItem div.cptFeaturedImage {
    min-height: 250px;
  }
}
section.cptContainer div.cptModArchiveItem a {
  color: #111;
}

/* MODIFICA POSIZIONE FRECCE SWIPER */
section.mySwiper {
  position: relative;
}

section.mySwiper .swiper-button-prev,
section.mySwiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 999999 !important;
}

/* Desktop grande (default) */
.swiper-button-prev {
  left: 160px !important;
}

.swiper-button-next {
  right: 160px !important;
}

/* fino a 1400px */
@media (max-width: 1400px) {
  .swiper-button-prev {
    left: 30px !important;
  }
  .swiper-button-next {
    right: 30px !important;
  }
}
/* fino a 1200px */
@media (max-width: 1200px) {
  .swiper-button-prev {
    left: 30px !important;
  }
  .swiper-button-next {
    right: 30px !important;
  }
}
/* fino a 992px */
@media (max-width: 992px) {
  .swiper-button-prev {
    left: 30px !important;
  }
  .swiper-button-next {
    right: 30px !important;
  }
}
/* fino a 768px */
@media (max-width: 768px) {
  .swiper-button-prev {
    left: 30px !important;
  }
  .swiper-button-next {
    right: 30px !important;
  }
}
/* fino a 576px */
@media (max-width: 576px) {
  .swiper-button-prev {
    left: 30px !important;
  }
  .swiper-button-next {
    right: 30px !important;
  }
}
/* fino a 400px */
@media (max-width: 400px) {
  .swiper-button-prev {
    left: 30px !important;
  }
  .swiper-button-next {
    right: 30px !important;
  }
}
/* TYPEWRITER HOME */
.typewriter {
  position: relative;
  white-space: pre-wrap; /* rispetta eventuali spazi e va a capo */
  visibility: hidden;
}

.typewriter.typing { /* mostrato quando inizia la digitazione */
  visibility: visible;
}

.typewriter::after {
  content: "▍";
  display: inline-block;
  animation: blink 1s steps(1) infinite;
  margin-left: 2px;
}

.typewriter.done::after {
  content: "";
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .typewriter::after {
    animation: none;
  }
}/*# sourceMappingURL=custom.css.map */