/*
Theme Name: Humane Child Theme
Theme URI: https://xoothemes.com/item/humane
Description: Humane Child Theme
Template: humane
Version: 1.0.20
Author: XooThemes
Author URI: https://xoothemes.com
License: ThemeForest Split Licence
License URI: -
Text Domain: humane-child-theme
*/

.site-branding-custom-logo {
	width:100%;
	text-align:center;
}

/*
Make top menu static
*/
.admin-bar .navbar.xt-navbar.strict {
	top:5px !important;
}

.navbar.xt-navbar.ch-stick {
	position:inherit !important;
}

/*
Remove breadcrumbs section, categories-button, humane-navigation-wrapper from inner pages
*/
.xt-page-title-area{
	display:none;
}

.site-content .post-cat {
	display:none;
}

.site-content .humane-navigation-wrapper {
	display:none;
}

/*
Remove the bg over the slider images
*/
.header-slider .slide-table {
	background-color:transparent !important;
}
.header-slider .item {
	z-index:auto !important;
}