/* ==========================================
   ROMAFA CUSTOM OVERRIDES
   ========================================== */

/* HEADER */
#sp-header,
#sp-header.menu-fixed{
    background:#76081c !important;
}

/* MENU */
#sp-menu .sp-megamenu-parent > li > a{
    color:#ffffff !important;
}

#sp-menu .sp-megamenu-parent > li:hover > a,
#sp-menu .sp-megamenu-parent > li.active > a{
    color:#ffffff !important;
}

/* HAMBURGER */
#offcanvas-toggler,
#offcanvas-toggler i{
    color:#ffffff !important;
}

/* FOOTER */
#sp-footer{
    background:#76081c !important;
    color:#ffffff !important;
}

#sp-footer a{
    color:#ffffff !important;
}

/* PAGE TITLE */
.sp-page-title{
    background:#76081c !important;
}

/* BUTTONS */
.btn-primary,
.sppb-btn-primary,
.btn-info,
.sppb-btn-info{
    background:#76081c !important;
    border-color:#76081c !important;
}

/* FEATURE ICONS */
.sppb-addon-feature .sppb-icon i{
    color:#76081c !important;
}

/* NUMBER CIRCLES */
.sppb-blocknumber-number{
    background:#76081c !important;
    color:#ffffff !important;
}