Thank you Jeremy
It appears our fix was reverted on a recent update of the template :/
I have re added the fix and uploaded to your Joomla installation.
For other users to apply the fix via the Custom CSS field simply add the following...
#hornav > ul.menu > li > a:not([class^="fa-"]) {
padding-top: 50px !important;
}
It is worth noting that if you are using no icons across your menu you may wish to move the menu up a bit. To do so you can add the following...
#hornav > ul.menu > li > a:not([class^="fa-"]) {
padding-top: 0px !important;
}
#hornav li ul, #hornav li ul li ul {
top: 65px;
}
#hornav li:hover > ul, #hornav li ul li:hover > ul {
top: 40px;
}
Ciarán