/* ----- TOP BANNER BLACK ---- */
div.mod-languages ul li.lang-active {
     background-color: #333333 !important; 


}
/* ----- LOGO ---- */
.logo-image {
    height: 60px !important;
    margin-left: 15px;

}
/* ----- TOP MENU ---- */
#sp-header {
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    animation: spFadeIn 0.5s;
    /* float: left; */
    
}

/* ----- TOP MENU:  Spacing Between Menus ---- */

#sp-menu>.sp-column {
    height: 100%;
    float: left;
/*Top Menu Start from Left ---- */
    margin-left: 150px;
   /* height: 50px; */
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 35px;
    font-size: 14px;
    margin: 0 10px;
}
/* ----- TOP language:  Impostare riga FLUID da temlate Layout ---- */
.sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0;
    margin-left: 5px;

}
.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    float: right;
    color:#fff
}
.logo-header
{
    height: 60px;
}
/* ----MENU BURGER MOBILE ---- */
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: left;
    margin-left: 200px;
    margin-top: -12px;
}
@media only screen and (max-width: 1024px) {
 .logo-header {
    height: 140px;
}
}

/* -- per immagini in linea ---*/
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* -- spazio tra testo articolo homepage e slider */
#sp-main-body {
    padding: 0px 0 !important;
}

/* -- formattazione caratteri body che si riflette sul menu */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.56;
}


element.style {
}
.sp-megamenu-parent .sp-mega-group>li>a {
    color: #252525;
}
.sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}

/* formattazione texarea form articolo contacts */
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}
/* formattazione altezza campo textarea definito dal ID elemento */
#Description{
  height: 100px;
}


/* distanza sotto menu da menu padre */
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    left: 50% !important;
  	top: 40% !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
   
    padding: 10px !important;
}