.elementor-kit-7{--e-global-color-primary:#10100A;--e-global-color-secondary:#183A31;--e-global-color-text:#555555;--e-global-color-accent:#25D366;--e-global-color-b20a146:#46AA91;--e-global-color-5f6a7b9:#EFEFEF;--e-global-color-4d96d80:#FFFFFF;--e-global-color-9ecea87:#FFFFFF00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-size:18px;line-height:1.4em;letter-spacing:-0.5px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-primary );}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-size:35px;font-weight:700;line-height:1.1em;letter-spacing:-1.2px;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-size:30px;font-weight:700;line-height:1.1em;letter-spacing:-1px;}.elementor-kit-7 h4{color:var( --e-global-color-primary );}.elementor-kit-7 h5{color:var( --e-global-color-primary );}.elementor-kit-7 h6{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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-7{font-size:18px;line-height:1.3em;letter-spacing:-0.5px;}.elementor-kit-7 h2{font-size:30px;line-height:1.1em;letter-spacing:-1px;}.elementor-kit-7 h3{font-size:25px;line-height:1.1em;letter-spacing:-1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:18px;line-height:1.3em;letter-spacing:-0.5px;}.elementor-kit-7 h2{font-size:30px;line-height:1.1em;letter-spacing:-1px;}.elementor-kit-7 h3{font-size:25px;line-height:1.1em;letter-spacing:-1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
    /* No margin after last paragraph in every text widget */
  margin-bottom: 0;
}

::selection {
    background: #9ACBFF; 
    color: #fff;
}

.undraggable img {
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    -moz-user-select: none;
    user-select: none;
}

.highlight {
    padding: 1px 6px;
    border-radius: 4px;
    background-color: #46AA91A0;
    color: #fff;
    font-weight: bold;
}

/*.star {
    background-color: #fbbc04;
    color: #fff;
    font-size: 16px;
    padding: 0px 2px;
    border-radius: 2px;
}*/

.azienda-testimonial {
    font-size: 80%;
    font-weight: 400;
    font-style: italic;
    
}

.faq-title {
    margin-left: 32px;
    text-indent: -32px;
}

.faq-number {
    color: #00CC66 !important;
}


/* FUTURA IMMAGINE - BLOG EFFICACE LAYOUT */

.blog-first-title {
    margin-top: 0!important;
}

.futura-immagine-content h2 {
  margin-top: 40px; /* 8px */
  margin-bottom: 20px; /* 16px */
}

.futura-immagine-content h3 {
  margin-top: 30px; /* 8px */
  margin-bottom: 20px; /* 16px */
}

.futura-immagine-content ul {
  margin-bottom: 20px; /* 0 */
}

.futura-immagine-content ol {
  margin-bottom: 20px; /* 0 */
}

.futura-immagine-content li {
  margin-bottom: 8px; /* 0 */
}

.futura-immagine-content img {
  border: 8px solid #EDEBE5;
  border-radius: 15px!important;
}


/* RESPONSIVE */

/* Only Desktop */

@media (min-width: 1025px) {
    .hidden-desktop {
        display: none;
    }
}

@media (min-width: 1001px) {
    .only-small-tablet {
        display: none;
    }
}

/* Only Mobile */

@media (max-width: 767px) {
    .only-small-tablet {
        display: none;
    }
    
    .hidden-phone {
        display: none;
    }
}/* End custom CSS */