In the <head>...</head> we generate Global theme style.
I'm sorry, but it's a part of Gridbox, and it's not possible to replace code from <head>
But I want to notice, Google recommend to add styles to head:
"'
Move CSS to head' seeks to reduce the number of times the browser must re-flow the document by ensuring that the CSS styles are all parsed in the head, before any body elements are introduced."
More: developers.google.com/speed/pagespeed/module/filter-css-to-head
Regards,