
@media only screen and (max-width: 767px) {
	.logo{width:135px !important;}
	[class*="header-style"] .header-brand{margin:5px 0 !important;}
	.off-canvas-toggle{display:block !important;}
}
[class*="header-style"] .navigator .menu-primary > li.megamenu > .sub-menu > li:first-child {
    padding-top: 15px;
  }

.content-bottom-aside-wrap{display:none !important;}

@media only screen and (min-width: 768px) {
	.off-canvas-toggle{display:none !important;}
}