/**
 * WP.com stylesheet for Twenty Twenty
 */

 /**
 * Hide page title on the homepage
 */
.home.page.hide-homepage-title .entry-header {
	display: none;
}

.home.page.hide-homepage-title .hentry:not(.has-post-thumbnail) .entry-content > .alignfull:first-child {
	margin-top: 0;
}

.home.page.hide-homepage-title .hentry .post-inner {
	padding-top: 0;
}

/**
 * Fix Direct Manipulation icons in the Customizer
 */
.cdm-icon svg {
	fill: #fff;
}

/**
* Fix 'reply' comment textarea vertical spacing
*/

.comment-list #respond #commentform {
	clear: both;
}

.comment-reply-title #cancel-comment-reply-link {
	font-size: 15.65px;
	margin-bottom: 1em;
}

/**
 * Hide Footer Credit comma
 */
.hide-footer-credit .comma {
	display: none;
}

/**
 * Highlander Comments
 */
.highlander-enabled #respond form,
.highlander-enabled .akismet_comment_form_privacy_notice {
	margin-left: auto;
	margin-right: auto;
}

.highlander-enabled .akismet_comment_form_privacy_notice {
	max-width: 58rem;
}

.highlander-enabled #respond p.comment-subscription-form label {
	margin-left: 0.5rem;
}

.highlander-enabled #respond p.comment-subscription-form input {
	height: 1.5rem;
}

@media (min-width: 700px) {
	.highlander-enabled .comment-respond .comment-form-author,
	.highlander-enabled .comment-respond .comment-form-email {
		float: inherit;
	}
}
