/*
Theme Name:     Construct Child
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

@import url("../construct/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
 #sidebar .widget.widget_nav_menu .menu > li.current-menu-item a:hover {
    color: #000 !important;
}
footer#footer .wp-block-heading {
 
    color: #fff;
}
div#bottom ul.bottom-nav {
    display: none;
}


@media (max-width: 1024px){
.admin-bar #site-header.is-sticky,
	{top: 0px;}


}
   