unfortunately, against good practice, you have copied the full style.css into the child theme, instead just adding the edited styles, which makes finding the cause difficult.
as a remedy, try adding this to the end of style.css in the child theme (not widely tested, particular not tested for side effects in other pages of your site)):
.hentry { clear: both; }