@charset "UTF-8";
/*** Varibaili generali ***/
/*** Breakpoints ***/
/*** Larghezza applicata ai container-fluid ***/
/*** LENIS SMOOTH SCROLL ***/
html.lenis, html.lenis body {
  height: auto;
  overflow-anchor: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/*** INIZIO REGOLE GENERALI ***/
body.admin-bar div.headerContainer {
  top: 32px !important;
}
body.admin-bar div.swiper {
  height: calc(100vh - 32px) !important;
}

@media (min-width: 992px) {
  .customFullWidth {
    width: 96%;
  }
}
body {
  margin: 0 0 0 0 !important;
  background: #FFF;
}
body * {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
body:not(.home) {
  padding-bottom: 10rem;
}
body.overflowHidden {
  overflow: hidden;
}

h1, h2, h3, h4, h5, p, a {
  margin: 0;
  padding: 0;
}

p {
  font-weight: 100;
}

a {
  text-decoration: none;
  font-weight: 200;
}

body:not(.wp-admin) a,
body:not(.wp-admin) a:visited,
body:not(.wp-admin) a:hover,
body:not(.wp-admin) a:focus,
body:not(.wp-admin) a:active {
  color: #000;
  outline: none;
}

#wpadminbar a {
  color: inherit;
}

* ::-moz-selection {
  background-color: #EEE;
  color: black;
}

* ::selection {
  background-color: #EEE;
  color: black;
}

/*** FINE REGLE GENERALI ***/
/*** INIZIO MENU RESPONSIVE ***/
@media (max-width: 992px) {
  nav.navbar {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar-nav {
    display: none;
  }
  .navbar-nav.active {
    display: block;
    background: black;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    padding: 1rem;
    margin: 0;
  }
  .navbar-nav.active li {
    margin: 0 0 0.5rem 0 !important;
  }
  .navbar-nav.active li a {
    color: white !important;
    margin: 0 !important;
    font-size: 1.4rem;
  }
}
button.hamburger {
  display: none;
  margin: 0.4rem 1rem 0 0;
  padding: 0;
}

@media (max-width: 992px) {
  .home button.hamburger {
    display: block;
  }
  .home button.hamburger span.hamburger-box span.hamburger-inner,
  .home button.hamburger span.hamburger-box span.hamburger-inner::before,
  .home button.hamburger span.hamburger-box span.hamburger-inner::after {
    background: #FFFFFF;
    height: 1px;
    border-radius: 0;
  }
  .home button.hamburger.is-active span.hamburger-inner,
  .home button.hamburger.is-active span.hamburger-inner::before,
  .home button.hamburger.is-active span.hamburger-inner::after {
    background: #FFFFFF;
    height: 3px;
    border-radius: 0;
  }
}

@media (max-width: 992px) {
  button.hamburger {
    display: block;
  }
  button.hamburger span.hamburger-box span.hamburger-inner,
  button.hamburger span.hamburger-box span.hamburger-inner::before,
  button.hamburger span.hamburger-box span.hamburger-inner::after {
    background: black;
    height: 3px;
    border-radius: 0;
  }
  button.hamburger.is-active span.hamburger-inner,
  button.hamburger.is-active span.hamburger-inner::before,
  button.hamburger.is-active span.hamburger-inner::after {
    background: black;
    height: 3px;
    border-radius: 0;
  }
}
/*** FINE MENU RESPONSIVE ***/
/*** INIZIO HEADER ***/
header#masthead {
  display: flex;
  flex-direction: row;
  height: 4rem;
  align-items: center;
  justify-content: space-between;
}
header#masthead nav.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background: transparent !important;
}
header#masthead nav.navbar ul.navbar-nav li {
  margin: 0 0 0 1rem;
}
header#masthead nav.navbar ul.navbar-nav li a {
  color: black;
  margin-left: 1.4rem;
  padding: 0;
}
header#masthead nav.navbar ul.navbar-nav li.current_page_item a, header#masthead nav.navbar ul.navbar-nav li.current-menu-item a {
  text-decoration: underline;
}
header#masthead div.site-branding p.site-title {
  text-transform: uppercase;
}
header#masthead div.site-branding p.site-title a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

/*** FINE HEADER ***/
/*** INIZIO FOOTER ***/
footer#colophon {
  color: black;
  height: 3rem;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  bottom: 0;
  background: #FFF;
  transition: bottom 0.3s ease-in-out;
}
footer#colophon a {
  color: black;
  margin: 0 1rem 0 0;
}

body.home footer#colophon {
  color: #FFFFFF;
  background: transparent;
}
body.home footer#colophon a {
  color: #FFFFFF !important;
}

/*** FINE FOOTER ***/
/*** INIZIO HOME ***/
body.home header#masthead nav.navbar ul.navbar-nav li a {
  color: #FFFFFF;
}
body.home header#masthead div.site-branding p.site-title a {
  color: #FFFFFF !important;
}
body.home .headerContainer {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
body.home section.homeSlider {
  width: 100%;
}
body.home section.homeSlider div.swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
body.home section.homeSlider div.swiper .swiper-pagination-bullet {
  background: #FFFFFF;
}
body.home section.homeSlider div.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
body.home section.homeSlider div.swiper .swiper-button-prev {
  background-image: url("https://ventbike.it/wp-content/themes/ventbike/assets/left.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
body.home section.homeSlider div.swiper .swiper-button-prev:after {
  display: none;
}
body.home section.homeSlider div.swiper .swiper-button-next {
  background-image: url("https://ventbike.it/wp-content/themes/ventbike/assets/right.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
body.home section.homeSlider div.swiper .swiper-button-next:after {
  display: none;
}
body.home section.homeSlider div.swiper div.swiper-wrapper div.swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home section.homeSlider div.swiper div.swiper-wrapper div.swiper-slide div.contenWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.home section.homeSlider div.swiper div.swiper-wrapper div.swiper-slide div.contenWrapper h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10rem;
  line-height: 10rem;
  text-align: center;
  mix-blend-mode: soft-light;
}
body.home section.homeSlider div.swiper div.swiper-wrapper div.swiper-slide div.contenWrapper p {
  color: #FFFFFF;
  width: 40%;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
body.home section.homeSlider div.swiper div.swiper-wrapper div.swiper-slide div.contenWrapper a {
  color: #FFFFFF !important;
  margin: 2rem 0;
}
body.home section.homeSlider div.swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

/*** FINE HOME ***/
/*** INIZIO STILE PER LA PAGINA DI ARCHVIO DEI PROGETTI ***/
body.archive.tax-tipologia div.item {
  margin-bottom: 3.5rem;
}
body.archive.tax-tipologia div.item a {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
body.archive.tax-tipologia div.item a .thumb-wrap {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
body.archive.tax-tipologia div.item a .thumb-wrap img {
  border-radius: 0.3rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.archive.tax-tipologia div.item h2 {
  margin: 0;
  opacity: 1;
  transition: opacity 0.3s;
  text-align: center;
  color: black;
  font-size: 1rem;
  font-weight: 200;
}

/*** FINE STILE PER LA PAGINA DI ARCHVIO DEI PROGETTI ***/
/*** INIZIO STILE SINGOLO PROGETTO ***/
.descrizioneProgetto {
  margin: 0 auto;
}
.descrizioneProgetto h1.fit-title {
  white-space: nowrap;
  font-weight: 300;
  line-height: 1.05;
  margin: 4rem 0;
  text-align: center;
  visibility: hidden;
  padding-inline: 16px;
  max-width: calc(100vw - 32px);
}
.descrizioneProgetto h1.fit-title.is-ready {
  visibility: visible;
}
@media (max-width: 768px) {
  .descrizioneProgetto h1.fit-title {
    white-space: normal;
    overflow-wrap: break-word;
    font-size: clamp(1.5rem, 8vw, 2.5rem);
  }
}
.descrizioneProgetto p {
  width: 70%;
  margin: 2rem auto 4rem;
}
@media (max-width: 1200px) {
  .descrizioneProgetto p {
    width: 100%;
    margin: 2rem auto 0;
    font-size: 0.8rem;
  }
}

div.thanks h3, div.thanks a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
div.thanks h3 {
  margin: 3rem auto 1rem auto;
  font-style: italic;
  font-weight: 200;
  font-size: 1rem;
}
div.thanks a {
  margin: 0 auto;
  text-decoration: underline;
  font-size: 1rem;
}

div.backForth .text-right {
  text-align: right;
}
div.backForth a {
  text-decoration: underline;
}

.fancybox__backdrop {
  background-color: #111 !important;
}

.fancybox__slide {
  padding: 4rem 0 !important;
}

/*** FINE STILE SINGOLO PROGETTO ***/
/*** INIZIO CONTACTS ***/
body.page-template-template-contacts .contents a {
  text-decoration: underline;
}
body.page-template-template-contacts p.mainDescription {
  font-size: 2rem;
  margin-bottom: 2rem;
}
body.page-template-template-contacts p.followMe {
  margin-bottom: 2rem;
}
body.page-template-template-contacts img {
  border-radius: 0.5rem;
}

/*** FINE CONTACTS ***/
/*** INIZIO REGOLE PER MASONRY A 1, 2 o 3 COLONNE ***/
.grid {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  width: 100%;
}
.grid li {
  display: block;
  float: left;
  opacity: 0;
}
.grid li div.image-wrapper {
  position: relative;
}
.grid li div.image-wrapper a, .grid li div.image-wrapper img {
  outline: none;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.grid li div.image-wrapper a.download-link {
  position: absolute;
  bottom: 0; /* Rimane in posizione fissa */
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: right;
  height: 4rem;
  padding: 1rem;
  opacity: 0; /* Reso invisibile inizialmente */
}
@media (max-width: 992px) {
  .grid li div.image-wrapper a.download-link {
    opacity: 1;
  }
}
.grid li div.image-wrapper a.download-link {
  transition: opacity 0.3s ease-in-out; /* Solo transizione per opacity */
}
.grid li div.image-wrapper a.download-link img {
  height: 2rem;
  width: 2rem;
  float: right;
}
.grid li div.image-wrapper:hover a.download-link {
  opacity: 1; /* Rende visibile */
  visibility: visible; /* Mostra l'elemento */
}
.grid li.shown, .no-js .grid li, .no-cssanimations .grid li {
  opacity: 1;
}
.grid.effect-1 li.animate {
  animation: fadeIn 0.65s ease forwards;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.gridUnaColonna {
  width: 90%;
}
@media (max-width: 1200px) {
  .gridUnaColonna {
    width: 100%;
  }
}
.gridUnaColonna li {
  width: calc(100% / 1);
  margin-bottom: 8rem;
}
@media (max-width: 1200px) {
  .gridUnaColonna li {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
.gridUnaColonna img.verticalImageHeight {
  max-height: 900px;
  width: auto;
}

.gridDueColonne li {
  width: calc(100% / 2);
  padding: 3%;
  width: 49.999%;
}
@media (max-width: 1200px) {
  .gridDueColonne li {
    padding: 0 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.gridDueColonne li a, .gridDueColonne li img {
  width: 100%;
}

.gridTreColonne li {
  width: 33.33%;
  padding: 2rem;
}
@media (max-width: 1200px) {
  .gridTreColonne li {
    padding: 0 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.gridQuattroColonne li {
  width: 25%;
  padding: 1.5rem;
}
@media (max-width: 1200px) {
  .gridQuattroColonne li {
    padding: 0 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.gridCinqueColonne li {
  width: 20%;
  padding: 1.5rem;
}
@media (max-width: 1200px) {
  .gridCinqueColonne li {
    padding: 0 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}

/* LQIP blur-up placeholders */
.grid li div.image-wrapper {
  overflow: hidden;
  background: #fff;
}

img.lqip {
  filter: blur(20px);
  transform: scale(1.1);
  transition: filter 0.6s ease, transform 0.6s ease;
}

img.lqip.loaded {
  filter: blur(0);
  transform: scale(1);
}

/*** FINE REGOLE PER MASONRY A 1, 2, 3, 4 o 5 COLONNE ***/
/*** FORM PASSWORD ***/
div.password-protected-message {
  background: black;
  width: 30rem;
  margin: 0 auto;
  margin-top: 5%;
  color: white;
  padding: 2rem;
  text-align: center;
}
div.password-protected-message form p {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 2.2rem;
}
@media (max-width: 1200px) {
  div.password-protected-message form p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
div.password-protected-message form input {
  border-radius: 0;
  border: none;
  font-size: 1.4rem;
  float: left;
  height: 3rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding: 0 1rem;
  width: 100%;
}
div.password-protected-message form input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 1200px) {
  div.password-protected-message form input {
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  div.password-protected-message form input {
    width: 100%;
  }
}
div.password-protected-message form input[type=submit] {
  background: #ffc83d;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
}

/* INIZIO INSTAGRAM */
.container .row .instaSingleFeed {
  margin: 1px 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .row .instaSingleFeed a img {
  border-radius: 0;
}

/* FINE INSTAGRAM */
/* Loader unico centrato */
#gallery-loader {
  position: fixed; /* Posiziona il loader rispetto alla finestra */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra il loader */
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.1); /* Colore del bordo */
  border-top-color: #000; /* Colore del bordo superiore */
  border-radius: 50%; /* Forma circolare */
  animation: spin 1s linear infinite; /* Animazione rotazione */
  z-index: 9999; /* Assicurati che il loader sia sopra tutto */
  opacity: 1; /* Opacità iniziale */
  transition: opacity 0.5s ease-out; /* Transizione per il fade-out */
}

/* Stato del loader nascosto */
#gallery-loader.hidden {
  opacity: 0; /* Riduci l'opacità a 0 per il fade-out */
  pointer-events: none; /* Evita interazioni */
}

/* Background opzionale */
#gallery-loader-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Sfondo semi-trasparente */
  z-index: 9998; /* Appena sotto il loader */
  opacity: 1; /* Opacità iniziale */
  transition: opacity 0.5s ease-out; /* Transizione per il fade-out */
}

#gallery-loader-background.hidden {
  opacity: 0; /* Fade-out dello sfondo */
  pointer-events: none;
}

/* Animazione per far girare il loader */
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* Partenza */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* Fine del giro */
  }
}/*# sourceMappingURL=custom.css.map */