/*Footer*/
.menu-footer li{
    display:inline-block;
    list-style:none;
    margin-right:10px;
    
}
.menu-footer li a:not(.button),.site-footer a:not(.button){
    text-decoration:none;
}
.menu-footer li:hover a:not(.button),.site-footer a:hover{
    color:rgba(0,0,0,0.5);
    text-decoration:none;
}