I tried in a new WP installation and I had the same error.
NECATnetwork I found it in the following plugin pack and file:
Plugin: Ultimate Addons for SiteOrigin
wp-content/plugins/addon-so-widgets-bundle/css/owl.carousel.css
Line 17:
display: none;
change to:
display: block;
It fixed to me.
Good Luck.