@donnasander: First of all we don’t recommend you to change the footer credit link for Catch Box Free theme. So, please put back theme: Catch Box. If you want to edit that then do it from Catch Box Pro version. We provide free theme and support just for that.
We haven’t change anything much. Just a slider issue has been fixed. See the changelog at http://catchthemes.com/changelogs/catch-box-theme/
If you look at your child theme style.css there is so many thing that you are doing it in wrong way that id why you are having issues.
Importing parent theme style.css has to be as following
@import url("../catch-box/style.css");
then you don’t need to add the entire css from Entire style.css from catch-box theme. You just have to add the extra css that you have added rest is handle by imports.