<!-- Fareharbor Integration --> <link rel="stylesheet" href="https://fh-kit.com/buttons/v2/?color=0E7D8B" type="text/css" media="screen" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ fhScript= document.createElement('script'); fhScript.src = "https://fareharbor.com/embeds/api/v1/?autolightframe=yes"; $('body').append(fhScript); $('body').append('<a href="https://fareharbor.com/embeds/book/venturevr/?full-items=yes" style="font-family: MarkoOne, OpenSans !important; letter-spacing: .7px !important; border: 2px solid #FFFFFF !important; box-shadow:none !important; padding: .2em 2em !important;" class="fh-hide--mobile fh-fixed--bottom fh-icon--cal fh-button-true-flat-color">BOOK NOW</a>'); }) </script>