I had a Customer whose site crashed, due the theme. After displaying PHP errors, I found that functions.php includes a custom CSS-php file (with style-tags).
This is the wrong way around it. It produces errors like being unable to set headers, output already started.
Functions.php should never produce output.
This file should be moved to somewhere else, and queued correctly.
Do you have a Git-Repository for the theme, that I Can send pull-requests to, with the fix i have made?