/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 14 2026 | 12:50:47 */
/*------------------------------------------------------------------ HEADER ----------------------------------------------------------------------------*/




/* Gtranslate*/


.gtranslate_wrapper :first-child:after {
    content: "|";
    margin: 0 10px;
}


a.glink.nturl.notranslate {
    color: #e7e2d8;
  font-size: 13px;
    font-weight:400;
}















/*------------------------------------------------------------------ OPERE E NUOVE COSTRUZIONI ----------------------------------------------------------------------------*/




/*-----------------  Mappa Google  ---------------------*/



/* stile indirizzo */

.prop-indirizzo{
  font-size:14px;
  color: #666666;
  margin:0px;
  padding:0px;
  line-height:1.1em;
}



/* toglie obreggiatura filti in non mobile */

@media screen and (min-width: 768px) {  
  .noshadow{
    box-shadow: none !important;}
  
}


/*---- diverse altezze mappa Google ----*/


/* desktop */
.mappa-proprieta {
  width: 100%;
  height: 78svh; /* desktop */
}

/* tablet */
@media (max-width: 1024px) {
  .mappa-proprieta {
    height: 75svh;
  }
}

/* mobile */
@media (max-width: 767px) {
  .mappa-proprieta {
    height: 75svh;
  }
} 
  
  






/*------------------------------------------------------------------ CLUB X ----------------------------------------------------------------------------*/



button.btn-password {
    background: black;
    color: #F0EDE7DB;
    border: 
    
    px solid white !important;
    padding: 13px 80px;
    letter-spacing: 3px;
    margin-top: 29px;
    width: 100%;
}


button.btn-password:hover {
    background: #F0EDE7DB;
    color: black;
    border: 0px solid grey !important;
    padding: 13px 80px;
    letter-spacing: 3px;
    margin-top: 29px;
    width: 100%;
}

.pw-box {
  width: 360px;
  max-width: 100%;
}

input#pw {
    border-radius: 0px !important;

}










/*------------------------------------------------------------------  CONTATTI ----------------------------------------------------------------------------*/






/*---------  Form contatti  --------------*/

.page-id-599 .form select{
  background-color:#101010 !important;
  color:#f0ede7 !important;
  /*border:1px solid rgba(255,255,255,.45) !important;*/
  border-radius:0 !important;
}

.page-id-599 .form-nero select option{
  background-color:#101010 !important;
  color:#f0ede7 !important;
}



.elementor-field {
    padding: 0px !important;
}

span.elementor-field-option {
    line-height: 2px !important;
    font-size: 12px !important;
}



.page-id-599 .form input:-webkit-autofill, 
.page-id-599 .form input:-webkit-autofill:hover,
.page-id-599 .form input:-webkit-autofill:focus,
.page-id-599 .form textarea:-webkit-autofill,
.page-id-599 .form textarea:-webkit-autofill:hover,
.page-id-599 .form textarea:-webkit-autofill:focus,
.page-id-599 .form select:-webkit-autofill,
.page-id-599 .form select:-webkit-autofill:hover,
.page-id-599 .form select:-webkit-autofill:focus{
  -webkit-text-fill-color:#fff !important;
  -webkit-box-shadow:0 0 0 1000px #000 inset !important;
  box-shadow:0 0 0 1000px #000 inset !important;
  caret-color:#fff !important;
  transition:background-color 9999s ease-out 0s;
}



.form input:-webkit-autofill, 
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus{
  -webkit-text-fill-color:black !important;
  -webkit-box-shadow:0 0 0 1000px #000 inset !important;
  box-shadow:0 0 0 1000px white inset !important;
  caret-color:black !important;
  transition:background-color 9999s ease-out 0s;
}


.elementor-599 .elementor-element.elementor-element-f6b2223 .elementor-message.elementor-message-success {
    margin-top: 36px;
}









/*------------------------------------------------------------------ FOOTER ----------------------------------------------------------------------------*/





/*---------  Titoli Privacy Policy  --------------*/



.page-id-229 h1, .page-id-229 h2, .page-id-229 h3, .page-id-229 h4, .page-id-229 h5, .page-id-229 h6{
  color:#F0EDE7 !important;
}


/*---------  Accorcia footer in alcune pagine --------------*/


.wp-singular .footer_imvx, .page-id-599 .footer_imvx, .page-id-697 .footer_imvx {
  min-height:600px !important;
}



/*--------- Corregge ancora Lettura  --------------*/



#lettura {
  scroll-margin-top: 150px;
}










/*------------------------------------------------------------------ COSMETIC IMVX ----------------------------------------------------------------------------*/




/*---------  blur contenitore header  --------------*/


.blur{
    backdrop-filter: blur(8px);
}





/*---------  disabilita scroll su mobile  --------------*/


@media (max-width: 767px) {
  html {
    scroll-snap-type: none !important;
  }

  body {
    scroll-snap-type: none !important;
  }

  section,
  .elementor-section,
  .e-con {
    scroll-snap-align: none !important;
  }
}






/*---------  scroll bar personalizzata  --------------*/


/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.8);
  border-radius: 0px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* Nasconde le frecce */
::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.8) #000;
}



::-webkit-scrollbar-track {
  background: transparent;
}



/*---------  button slide nero  --------------*/


.btn-slide .elementor-button {
    position: relative;
    overflow: hidden;
    
    background: #F0EDE7DB;
    border: 0px solid #000;
    color: #000;

    transition: color .4s ease;
}

.btn-slide .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: #000;

    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s ease;

    z-index: 1;
}

.btn-slide .elementor-button:hover::before {
    transform: scaleX(1);
}

.btn-slide .elementor-button .elementor-button-text,
.btn-slide .elementor-button .elementor-button-icon {
    position: relative;
    z-index: 2;
}

.btn-slide .elementor-button:hover {
    color: #F0EDE7DB;;
}


.btn-slide .elementor-button {
    transition: color .2s ease .15s;
}

.btn-slide .elementor-button::before {
    transition: transform .35s cubic-bezier(.77,0,.18,1);
}



/*---------  button slide bianco  --------------*/



.btn-slide2 .elementor-button {
    position: relative;
    overflow: hidden;

    background: transparent;
    border:0px solid #000;
    color: #000;

    transition: color .2s ease .15s, border-color .2s ease .15s;
}

.btn-slide2 .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background:#F0EDE7DB;;

    transform: scaleX(0);
    transform-origin: left center;

    z-index: 1;

    transition: transform .35s cubic-bezier(.77,0,.18,1);
}

.btn-slide2 .elementor-button:hover::before {
    transform: scaleX(1);
}

.btn-slide2 .elementor-button:hover {
    color: #000 !important;
    border-color: #000;
}

.btn-slide2 .elementor-button .elementor-button-text,
.btn-slide2 .elementor-button .elementor-button-icon {
    position: relative;
    z-index: 2;
}





/*---------  underscore che lampeggia  --------------*/


.blink h1 {
    animation: blink 0.9s steps(1) infinite !important;
}

@keyframes blink {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}


.blink span {
    animation: blink 0.9s steps(1) infinite !important;
}

@keyframes blink {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}


span.blink  {
    animation: blink 0.9s steps(1) infinite !important;
}

@keyframes blink {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}










/*------------------------------------------------------------------ SEZIONI SITO ----------------------------------------------------------------------------*/


    /*---------- SEZIONE STANDARD --------------*/



        /*---------- sezione standard ----------------*/


        .sezione-standard{
          padding-top:80px;
          padding-bottom:80px; 
        }

        @media screen and (max-width:1024px){
          .sezione-standard{
            padding-top:75px;
            padding-bottom:75px;
          }
        }

        @media screen and (max-width:767px){
          .sezione-standard{
            padding-top:65px;
            padding-bottom:65px;
          }
        }





        /*---------- sezione standard top ----------------*/


        .sezione-standard-top{
          padding-top:80px;
          padding-bottom:0px; 
        }

        @media screen and (max-width:1024px){
          .sezione-standard-top{
            padding-top:75px;
            padding-bottom:0px;
          }
        }

        @media screen and (max-width:767px){
          .sezione-standard-top{
            padding-top:65;
            padding-bottom:0px;
          }
        }



        /*---------- sezione standard bottom----------------*/


        .sezione-standard-bottom{
          padding-top:0px;
          padding-bottom:80px; 
        }

        @media screen and (max-width:1024px){
          .sezione-standard-bottom{
            padding-top:0px;
            padding-bottom:75px;
          }
        }

        @media screen and (max-width:767px){
          .sezione-standard-bottom{
            padding-top:0;
            padding-bottom:65px;
          }
        }



/*---------- SEZIONE STANDARD BIG --------------*/



        /*---------- sezione standard ----------------*/


        .sezione-standard-big{
          padding-top:180px;
          padding-bottom:180px; 
        }

        @media screen and (max-width:1024px){
          .sezione-standard-big{
            padding-top:110px;
            padding-bottom:110px;
          }
        }

        @media screen and (max-width:767px){
          .sezione-standard-big{
            padding-top:85px;
            padding-bottom:85px;
          }
        }





        /*---------- sezione standard top ----------------*/


        .sezione-standard-big-top{
          padding-top:80px;
          padding-bottom:0px; 
        }

        @media screen and (max-width:1024px){
          .sezione-standard-big-top{
            padding-top:75px;
            padding-bottom:0px;
          }
        }

        @media screen and (max-width:767px){
          .sezione-standard-big-top{
            padding-top:65;
            padding-bottom:0px;
          }
        }



        /*---------- sezione standard bottom----------------*/


        .sezione-standard-big-bottom{
          padding-top:0px;
          padding-bottom:80px; 
        }

        @media screen and (max-width:1024px){
          .sezione-standard-big-bottom{
            padding-top:0px;
            padding-bottom:75px;
          }
        }

        @media screen and (max-width:767px){
          .sezione-standard-big-bottom{
            padding-top:0;
            padding-bottom:65px;
          }
        }