Hi Eric,
Sorry for the delay, I was not working over the weekend.
This looks to be caused by the active/hover color differences on the menu link item on an iPhone.
Can you please add this CSS to your theme option panel:
@media only screen and (max-width: 767px) {
nav .menu ul li:hover > a {
color: inherit!important;
}
}
Thanks,
David.