Hello There,
I have logged in and I noticed a JS error because you have inserted an invalid JS code. Please update your JS code and use this instead:
(function($){
$(document).ready(function(){
$('#promovid').click( function(){
$('#video').get(0).play(); // get(0) gets the original DOM element
$('#promovid').unbind('click'); // remove click listener
});
})(jQuery);
jQuery( function($) {
$('.vc_tta-tab a').on('click', function( e ){
setTimeout( function() {
$('html, body').stop().stop();
}, 100 );
});
$(document).ready(function() {
$('.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta-tab a').off('click touchstart touchend');
});
});
</script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAZoqb9YnXzDzpzJN43DAByomnFbTnok9U&callback=initMap"type="text/javascript">
Please keep in mind that you do not need an opening and closing <script></script>
tag because the output of the custom JS section is already wrapped with the tag.
Please let us know how it goes.