This is a theme issue, I just noticed it the other day. I’ll have an update for it soon. Until then you can do this to fix it –
Remove this from line 2730 in your css –
.epik-black #header a {
color: #fff;
}
To adjust the spacing take a look around line 1054 for this –
#header .genesis-nav-menu a {
padding: 14px 20px 5px 0;
padding: 0.875rem 1.25rem 0.3125rem 0;
}