@bednar74 I installed the Infinite Scroll Plugin in Clean Retina Pro theme and made the following setting for the infinite scroll. I checked the site and it works perfectly fine. Please try it.
Content Selector : #content
Div containing your theme’s content
Navigation Selector : .default-wp-page
Div containing your theme’s navigation
Next Selector : .default-wp-page a:first
Link to next page of content
Item Selector : .post
Div containing an individual post
Callback :
Code that is called after each new page is loaded
Hope this helps.