jQuery(document).ready(function($){
"use strict";
jQuery('.flexslider').flexslider({controlNav:true});
jQuery(".video-responsive").fitVids();
jQuery("#blog table").addClass("table table-striped");
$('.primary-menu li:not(.item-has-children) a').on('click', function(){
$('.navbar-toggle:visible').click();
});
});