.elementor-kit-4{--e-global-color-primary:#698467;--e-global-color-secondary:#2D2A24;--e-global-color-text:#878581;--e-global-color-accent:#878581;--e-global-color-7157d97:#6EC1E4;--e-global-color-12ccc47:#4054B2;--e-global-color-06e71cf:#000000;--e-global-color-b6118fe:#FFFFFF;--e-global-color-3ca375a:#506B4E;--e-global-color-fac9870:#5A5232;--e-global-color-8fbf498:#A9893A;--e-global-color-5f0d9bf:#A9893A;--e-global-color-2ca57e0:#DDCDA0;--e-global-color-d6f46ef:#494F36;--e-global-color-abab4ee:#575756;--e-global-color-ae97ad5:#DDCDA0;--e-global-color-f8568e2:#575756;--e-global-color-cabea0b:#F8F4F1;--e-global-typography-primary-font-family:"Cormorant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.75em;--e-global-typography-accent-font-family:"Stalemate";--e-global-typography-accent-font-size:3rem;--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:#FFFFFF;font-family:"Source Sans Pro", Sans-serif;font-size:1rem;font-weight:300;line-height:1.75em;color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:#FFFFFF;color:var( --e-global-color-primary );border-style:solid;border-color:var( --e-global-color-primary );border-radius:1px 1px 1px 1px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-text );}.elementor-kit-4 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-4 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-4 h3{color:var( --e-global-color-secondary );font-family:"Cormorant", Sans-serif;font-size:3rem;font-weight:500;line-height:1em;}.elementor-kit-4 h4{font-family:"Cormorant", Sans-serif;line-height:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-4 h2{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-4 h2{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    margin: 0;
}

/* sticky logo transition */

/* Logo grande (default) */
.logo {
  transition: all 0.2s ease-in-out;
}

.elementor-sticky {
  transition: all 0.2s ease-in-out;
  height: 170px; /* Altezza iniziale del menu */
}

/* Logo piccolo quando sticky */
.elementor-sticky--effects .logo {
  transform: scale(0.5); /* Rimpicciolisce il logo al 50% */
}

.elementor-sticky--effects  {
  height: 90px; /* Altezza del menu quando sticky */
}


/********* form **********/

input[type="text"].wpcf7-form-control, input[type="email"].wpcf7-form-control {
  width: 100% ;
  height: 50px;
  padding: 0px 20px
}

input[type="submit"].wpcf7-form-control{
  height: 50px;
  padding: 0px 30px;
  background: #878581;
  border: none;
  color: white;
}

input[type="submit"].wpcf7-form-control:hover{
  height: 50px;
  padding: 0px 30px;
  background: #1C244B;
  border: none;
  color: white;
}


.legno img, .legno .elementor-carousel-image {
  border: 1px dashed #698467;
  border-radius: 50% !important;
  cursor: pointer;
}


.legno .elementor-carousel-image {
  border: 1px dashed #698467;
  border-radius: 50% !important;
  cursor: pointer;
  width: 200px;
  height: 200px;
}/* End custom CSS */