Skip to main content

Get in touch.

Got more questions? We’d love to hear from you.

Send us an email

Fill out a contact form and get in contact with us.

Connect with us

Call Us: 407.418.1300

Office Mailing Address:
2300 Pembrook Drive, Orlando, FL 32810

jQuery(document).ready(function($) { $('.video-lightbox').each(function() { var videoUrl = $(this).closest('.elementor-post').find('.elementor-custom-field-youtube_video_url').text(); $(this).attr('href', videoUrl); }); $('.video-lightbox').magnificPopup({ type: 'iframe', iframe: { patterns: { youtube: { index: 'youtube.com/', id: function(url) { var m = url.match(/[\\?\\&]v=([^\\?\\&]+)/); if (!m || !m[1]) return null; return m[1]; }, src: 'https://www.youtube.com/embed/%id%?autoplay=1' } } } }); });