Custom post type archive pagination with HTML5Blank theme?

Most pagination relies on the $wp_query global.
Try changing $loop to $wp_query

And put this wp_reset_postdata(); after the endwhile.