/*
 Theme Name:   Edumel Child Theme
 Theme URI:    http://pxelcode.com/wp/edumel
 Description:  This is edumel Child Theme
 Author:       Pxelcode
 Author URI:   https://themeforest.net/user/pxelcode
 Template:     edumel
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  edumel-child
*/


body{
	

}
.menu-toggle {
  display: none;
}
.header-category-menu.d-none.d-xl-block, .header-search-bar.d-none.d-xl-block.ms-4 {
    display: none !important;
}
.col-lg-8.col-xl-8 { width: 100%; }
@media (max-width: 991px){
	.menu-toggle {
		top: -5px;
	  display: block;
	}	
}
