Hello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer to make necessary changes in footer navigation that will look similar to main menu:
.x-colophon.bottom .x-nav li a {
color: #3254a5 !important;
font-size: 11px !important;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-style: normal;
font-weight: 700;
letter-spacing: 0.182em;
}
.x-colophon.bottom .x-nav li a:hover {
color: #000 !important;
}
Thanks.