/*
 Theme Name: HRBlizz Theme
 Description: Custom WP theme for HRBlizz
 Author: Mercans web dev team
 Template: twentytwentyone
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: theme hrblizz
 Text Domain: twenty-twenty-one-child
 */

 body.admin-bar {
    top:0;
 }

 body.admin-bar .sidenav {
    top:32px;
}  

 @media (max-width:767px) {
    body.admin-bar .sidenav {
        top:46px;
    }  
 }

@media only screen and (min-width: 992px) {
	.mrc-header {
		    background: #F8F8F8!important;
	}
}