.elementor-kit-7{--e-global-color-primary:#012927;--e-global-color-secondary:#02534F;--e-global-color-text:#444444;--e-global-color-accent:#FD6F2F;--e-global-color-918a9bd:#01A071;--e-global-color-10d259a:#DB0000;--e-global-color-c11cd1d:#FE5D26;--e-global-color-e6894dd:#FEE537;--e-global-color-909296f:#DDDDDD;--e-global-color-481deb5:#FCFAF3;--e-global-color-5d49194:#FFFFFF;--e-global-color-08f3f43:#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:"Nunito Sans", Sans-serif;font-size:20px;font-weight:400;line-height:1.2em;letter-spacing:-0.3px;}.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-family:"Barlow Condensed", Sans-serif;font-size:35px;font-weight:700;line-height:1em;letter-spacing:-0.7px;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Barlow Condensed", Sans-serif;font-size:30px;font-weight:700;line-height:1em;letter-spacing:-0.5px;}.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);}.elementor-lightbox{--lightbox-text-color:var( --e-global-color-5d49194 );}@media(max-width:1024px){.elementor-kit-7{font-size:19px;line-height:1.2em;letter-spacing:-0.3px;}.elementor-kit-7 h2{font-size:35px;line-height:1em;letter-spacing:-0.7px;}.elementor-kit-7 h3{font-size:30px;line-height:1em;letter-spacing:-0.5px;}.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:19px;line-height:1.2em;letter-spacing:-0.3px;}.elementor-kit-7 h2{font-size:35px;line-height:1em;letter-spacing:-0.7px;}.elementor-kit-7 h3{font-size:30px;line-height:1em;letter-spacing:-0.5px;}.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: #71AA44C7; 
    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: #FF7602;
    color: #fff;
    font-weight: bold;
}


/* 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;
    }
}

/* 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;
}/* End custom CSS */