@media only screen and (max-width: 991px) {
	.jas-menu {
		display: none;
	}
}

@media only screen and (min-width: 62em) {
	.jas-push-menu-btn {
		display: none;
	}
}

@media only screen and (max-width: 991px) and (min-width: 48em) {
	.jas-push-menu-btn {
		display: inline-block;
	}
}

@media only screen and (max-width: 991px) {
	.wpml-ls-legacy-list-horizontal {
		display: none;
	}
}

/* others */
.txt-en,
.txt-zhs,
.txt-zht {
	display: none;
}
/* end - others */