Hey Lance,
I checked the site. The link is there and is hidden by this code in event-mod.css:
.single-tribe_events .tribe-events-back {
display: none;
}
So you can get it back either with removing that piece of code from the event-mod.css file OR if there is a setting in Enfold than with that.
Or the last option would be adding this to your style.css file:
.single-tribe_events .tribe-events-back {
display: block;
}
Hope this helps.
Cheers,
Andras