.posted-on,
body:not(.group-blog) .entry-summary + .entry-meta > .comments-link:before,
.tags-links,
.byline,
.group-blog .entry-summary + .entry-meta > .posted-on:before {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	position: absolute;
	overflow: hidden;
	width: 1px;
}

.has-site-logo .site-title,
.has-site-logo .site-description {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

body:not(.has-site-logo) .site-title,
body:not(.has-site-logo) .site-description {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static;
	width: auto;
}
