Gravity style kill on interior pages.
Comment out the line found in the /wp-content/plugins/parallax_gravity/com/sakuraplugins/php/plugin_core.php file on line 111
//WP Enqueue scripts handler
public function WPEnqueueScriptsHandler(){
//if(!is_single() && SKGravityOptions::getInstance()->isInPageShortcode()==true){
//$this->loadFrontendStyles();
//}
if(is_single()){
if(GRP_POST_SLUG==get_post_type()){
$this->loadFrontendStyles();
}
}
}