/** WP **/
.screen-reader-text {
	display: none;
}

.pagination-wrapper {
	background: #eee;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top:2em;
	margin-bottom: 2em;
}

.nav-links { 
	text-align: center;
	max-width: 640px;
	margin-left:auto;
	margin-right: auto;
}

.nav-next-text {
	margin-left: 1em;
	font-size:1rem;
}

.nav-prev-text {
	margin-right: 1em;
	font-size:1rem;
}

.nav-links a {
	text-decoration: none;
	color: #444;
	font-weight: 300;
}

.nav-links a.page-numbers {
	padding-left:1rem;
	padding-right:1rem; 
	font-size:1.3rem
}
.pagination-single {
	background: #eee;
	padding-top: 2em;
	padding-bottom:2em;
	margin-top:2em;
	margin-bottom: 2em; 
}
nav .pagination-single-inner {
	display: block;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right:1rem;
	box-sizing:border-box;
	display:flex;
}

a.previous-post,
a.next-post {
	text-decoration: none;
	color: #444;
	display: inline-block;
	font-weight:400;
	width: 49%;
	box-sizing:border-box;
}

a.previous-post {
	margin: 0 1em;
	display: list-item;
	list-style-image: url("/wp-content/themes/cantate/assets/images/left.svg");
}

a.next-post {
	margin: 0 1em;
	display: list-item;
	direction: rtl;
	list-style-image: url("/wp-content/themes/cantate/assets/images/right.svg");
}

.comments {
	max-width: 920px;
	margin-left: auto; 
	margin-right: auto; 
}

.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-latest-comments ul {
	list-style: none;
}


.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}


.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}


.wp-block-latest-comments a:hover,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}


.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


footer.comment-meta,
footer.comment-footer-meta,
.comment-reply {
	background: none;
}


