/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Center-align YouTube videos within posts | xxxxxx-hc (KK) */
.single-post .entry-content iframe.youtube-player {
	margin: 0 auto !important;
}

.post .reading-time, body.category .page-title {
	display: none;
}

/* reduce horizontal space of nested replies | 31172798-hc GH */
.comments-area ol.children {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

/*Hide single post meta | #31248434-hc KS */
.single-post .entry-meta {
	display: none;
}

.entry-meta {
	margin-left: 0 !important;
}

.widget-title {
	background-color: skyblue !important;
}

.widget-title:after {
	border: 8px solid skyblue;
	border-color: skyblue transparent;
}

.widget-title {
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.widget_recent_entries ul>li a {
	font-size: 13px !important;
	color: darkgoldenrod !important;
}

.nav-menu li a {
	font-size: 15px !important;
	font-family: Vollkorn !important;
	color: black !;
}

.entry-summary a.more-link {
	background: skyblue !important;
	color: white !important;
}

.entry-summary a.more-link:after {
	color: white !important;
	font-size: 21px !important;
}

footer#colophon {
	background: antiquewhite;
}

.site-info {
	background-color: antiquewhite;
}

.site-header {
	background-color: antiquewhite !important;
}

/* Older Posts Button | #31394894-hc | AY */
#main #infinite-handle span {
	background: skyblue;
	color: white;
}

/*Change previous/next & reply button color 31434322-hc sy*/
.navigation .nav-links a, a.comment-reply-link:not(:active) {
	color: white;
}

/*Change comment number color 31434322-hc sy*/
.comment-list li article:before, .comment-list > li > .comment-body:before, .comment-list > li:first-child > .comment-body::before {
	color: white;
}

/* change recent post styling to white || #31470645 HC VG */
#recent-posts-2 .widget-title, .widget_recent_entries > ul > li:before {
	color: #fff;
}

/* Set width of Videopress videos -6267306-zen (SB) */
.video-player iframe {
width: 800px !important;
}

/* Set height of Videopress videos -6267306-zen (SB) */
.video-player iframe {
height: 500px !important;
}

.site-info{display:none;}

$blocks = parse_blocks( $content );

foreach( $blocks as $key => $block ) {
    echo render_block( $block );
}

.twitter-tweet {margin:auto;}