a:link {
	text-emphasis: none !important;
	text-decoration: none !important;
}

/* Reduce Header Space | 43285001-HC BB */
.singular .entry-header {
	padding: 0 0 5rem !important;
}

.post-inner {
	padding-top: 0;
}

/* Increase Max Width | 6328113-ZD BB */
.has-primary-color, [class*=__inner-container]>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 70em;
}

/*Add padding only for buttons, not all Paragraph Blocks across the site | 6328777-zen(zy)*/
.wf-active .entry-content p.custom-button {
	padding: 1em;
}

/* Remove margin-bottom from block-cover on post-1336 | 6352302-zen (DR) */
#post-1337 .wp-block-cover {
	margin-bottom: 0;
}

/* Increase font size of pagination links | 6351485-hc/zen GH */
.post-nav-links {
	font-size: 1.8rem;
}

/* End  | 6351485-hc/zen */
/* Remove space between cover block and footer on pages #1445, #1449, #210 | 6352302-zen (DR) */
.page-id-1445 .footer-nav-widgets-wrapper, .page-id-1449 .footer-nav-widgets-wrapper, .page-id-210 .footer-nav-widgets-wrapper {
	margin-top: 20px !important;
}

.page-id-1445 .wp-block-cover.alignfull.is-light, .page-id-1449 .wp-block-cover.alignfull.is-light, .page-id-210 .wp-block-cover.alignfull.is-light {
	margin-bottom: 20px;
}

/* Remove margin-bottom from block-cover on post-1336 | 6352302-zen (DR) */
#post-113 .wp-block-cover {
	margin-bottom: 0;
}

/* remove margin for cover blocks on Articles page and set max height | 6361483-zd NR */
.page-id-1405 div.wp-block-cover.alignfull {
	margin: unset !important;
	max-height: 35vh;
}

/* change read more button label // 6368822-zen (JJ) */
#site-content #infinite-handle span button {
	display: none;
}

#site-content #infinite-handle span::before {
	display: inline-block;
	content: 'Read More';
	font-size: 1.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: #cd2653;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity .15s linear;
}

#site-content #infinite-handle span:hover::before {
	text-decoration: underline;
}

/* Remove margins on Cover Blocks for dhamma-padaya-2 page - 6550292-zen(MG) */
#post-1470 .wp-block-cover {
	margin-bottom: 0;
	margin-top: 0;
}

/* Remove margins on Cover Blocks for pirith-english page - 6550292-zen(MG) */
#post-114 .wp-block-cover {
	margin-bottom: 0;
	margin-top: 0;
}