footer#site-footer {
    background: rgb(213,6,29);
    background: linear-gradient(90deg, rgba(213,6,29,1) 0%, rgba(255,2,2,1) 0%, rgba(255,44,97,1) 74%);
}

#site-footer .custom-logo { 
    margin: 0;
    max-width: 180px;
    margin-bottom: 40px;
}

#site-footer .custom-menu-footer {
    list-style-type: none;
    margin: 10px 0;
    padding-bottom: 10px;
    width: auto;
}

#site-footer .custom-menu-footer li {
    margin: 0 20px 0 0px;

}

#site-footer .custom-menu-footer li a {
    color: #FFF;
}

#site-footer .top-menu-footer {
    border-bottom: 1px solid #FFFFFF80;
}

#site-footer .top-menu-footer li a {
    font-weight: bold;
}
#site-footer .custom-menu-footer .sub-menu {
    display: none;
}