@media (max-width: 768.98px) {
	.wd-sidebar-hidden-sm .wd-sidebar:not(.wd-side-hidden) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-sidebar-hidden-md-sm .wd-sidebar:not(.wd-side-hidden) {
		display: none;
	}
}