Texas Hotshots – First Deer

My beautiful 7 year old daughter took her first deer on youth weekend 2016 after hours of target practice and dedication to accomplish this goal. She’s hooked now and I’m a proud dad.

jQuery(document).ready(function($) { function fixSlickAria() { $('.slick-slide').each(function() { if ($(this).attr('aria-hidden') === 'true') { $(this).attr('tabindex', '-1'); } else { $(this).attr('tabindex', '0'); } }); } fixSlickAria(); $('.uael-grid-gallery').on('afterChange', function(event, slick, currentSlide){ fixSlickAria(); }); });