/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-top .h1,
#header .header-top h1 {
	margin-bottom: 0;
	line-height: 40px;
	vertical-align: middle;
}
#header .logo {
	max-width: 127%;
}
#header .header-top .menu {
	margin-bottom: 0;
	line-height: 40px;
}
.top-menu {
	margin: 0 !important;
}
.top-menu a {
	font-size: 12px;
}
.top-menu a[data-depth="0"] {
	padding: .1875rem .625rem;
}
.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
	padding: 1rem;
}
@media (max-width: 991px) {
	#header .logo {
		max-width: 140%;
	}
}
@media (max-width: 767px) {
	#header .header-nav .top-logo a img {
		max-height: 30px;
	}
}