I took another look and there’s actually broken CSS on your site 🙁
I’m not sure where this is coming from, but I would recommend adding the following CSS to the bottom of your theme’s style.css file to get the pagination links to show:
body #tribe-events-content #tribe-events-footer {
display: block !important;
}
Glad to hear it—sorry for the roundabout way of getting to this solution, but glad it finally helped.
Make a backup of that code and/or bookmark this thread for future reference—unfortunately, if you update your theme that CSS change could get overwritten and you would need to add this tweak back to your theme’s style.css file.