

body, p ,a {
    font-family: 'DM Sans', sans-serif;

    font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight:700;
}

strong {
    font-family: 'DM Sans', sans-serif;
    font-weight:700;
}

a:hover, a:focus, a:active {
    color: #333 !important;
}


.published, .modified, .hits, .autore-sito {
    display:none;
}

/*top bar */

#sp-top-bar {
    background: #9b916c;
    color: #fff;
    padding:5px 0;

}

#sp-top-bar a {
    color:#fff;
   

}


.sp-contact-info {

    color:#333640;
}

.sp-contact-info li{
    font-size:100%;
    padding:0px;
}



/*header */

.logo-image {
    height: 120px;
    padding: 0px;
    margin-top: 60px;
}

#sp-header {
    background:#dcdcdc;
    height:120px;

}


#offcanvas-toggler > .fa {
    color:#fff;
}


#offcanvas-toggler {
    display: block;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
}



.sp-megamenu-parent {

    line-height: 120px;
    text-transform: uppercase;

}


.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li a:hover  {
 color:#fff;
    font-weight:800;
    background:#9b916c;
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color:#fff;
}

.sp-megamenu-parent > li {
    padding:0 15px;

}

.sp-megamenu-parent > li > a {
    position: relative;
    display: block;
    color: #262626;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing:1px;
    opacity: 1;
    font-weight: 500;
    padding: 30px 0px;
    font-size: 16px;
}





.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color:#fff;
    font-weight:800;
    background:#9b916c;
}


.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover {
    color: #9b916c;

}




.sp-megamenu-parent > li > a {
    color:#333640;
    font-weight:700;
    padding:5px;
}


/*bottoni*/

.btn-primary, .sppb-btn-primary {
    background:#9b916c !important;
    border:#9b916c !important;
    color:#fff;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    background:#9a2222  !important;
    border:#9a2222  !important;
}

.btn-primary a, .sppb-btn-primary a, .btn-secondary a {
    color:#fff;
}


/*footer and bottom*/


#sp-footer {
    text-align:center;
    color:#fff;
    background:#9a2222;
}

#sp-top1 a{
    text-align:center;
    color:#fff;
}

#sp-top1 {
    text-align: center;
}


#sp-bottom {
    background:#dcdcdc;
    color:#4d4d4d;
}

#sp-second-footer {
    background:#9b916c;
    padding:50px;
}



/*pagine interne*/











/* CSS BOOTSTRAP SPECIFICI */


.margin20 {
    margin-top:20px;
}

.margin10 {
    margin-top:10px;
}

/* ------------------------------------------------------------------------------------ */

/* MOBILE */
@media (max-width: 767px){
    #sp-header {

    }

}
/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){
    .sp-contact-info {
        line-height:45px;
    }

    .sp-contact-info li {
        display: inline-block;
        margin: 0 -3px;
        font-size: 90%;
        white-space: nowrap;
        line-height: 95px;
    }

    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
        float: right;
        margin: 0 20px;
    }

}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){


    .sp-megamenu-parent > li {
        padding:0 8px;
    }


    .sp-contact-info {
        line-height:45px;
    }



}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1365px) and (max-width: 1659px){

    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }

    .sp-megamenu-parent > li {
        padding:0 7px;
    }


}


@media (max-width: 1680px){

}

.cc-revoke.cc-top {
    right: 0!important;
    font-size: 12px;
    top: auto!important;
    bottom: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}


.sf-oro {
    background:#9b916c;
    padding:20px;
    color:#fff;
}