/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
#site-header
{
	display: none;
}
.page-header
{
	display: none;
}
#top-bar-wrap
{
	display: none;
}
#footer-widgets
{
	display: none;
}
#btn
{
	position: fixed;
	bottom: 0;
	right:0;
	left:0;
}
#scroll-top
{
	display: none;
}