/* Release 1.10.16: remove the stale mobile WordPress admin-bar sticky offset. */
@media screen and (max-width: 600px) {
	body.admin-bar.cs2day-v2 .site-header {
		top: 0;
	}
}
