// ===========================================

// Lightbox JS

// ===========================================


$(document).ready(function() {
  $('.entry .entry-img a[class!="nolb"]').lightBox();
});
