li.item-last-level {
    padding-left: 5px;
}
.subheader {
	margin-bottom: 11px;
	padding: 4px 5px;
	display: block;
	font-size: 14px;
	/*font-weight: 700;*/
    background: rgba(165, 165, 165, 0.38);
}
.item-last-level + .subheader, .has-sub-menu + .subheader{
	margin-top: 3px;
}

@media only screen and (max-width: 980px){
	.subheader{
		font-size: 20px;
	}
}