If you open the browser console (F12), then you will see two JS errors from within your theme.
Uncaught TypeError: Cannot read property 'msie' of undefined
at jquery.fancybox.js?ver=1:5
at jquery.fancybox.js?ver=1:45
and
Uncaught TypeError: jQuery(...).fancybox is not a function
at HTMLDocument.<anonymous> (general.js?ver=1:31)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)
Are you using the latest version of your theme? If not, then update it. Otherwise you will have to contact the theme author to fix this since the error comes from files that are included in the theme.