Worked like a charm. Thank you very much for the quick response!
Included other stylesheet dependencies in my child functions page (‘style.css’, ‘css/style.css’, ‘css/style.min.css’). Still, child styles are being overwritten by style.min.css.
On closer inspection, I see that the parent is mostly using styles from sytle.min.css. I listed this as the dependency in my functions.php file. Should I be listing any other css files as well?
Still, the parent styles are overriding my child styles. When I call ‘!important’ on the child style, then it overrides the parent. Of course, I don’t want to do that for all of my css.