body.blog h1.uicore-title,
body.archive h1.uicore-title {
	max-width: 100%;
	text-align: center;
}

.entry-content ol[class], 
.entry-content ul[class] {
	list-style-type: normal !important;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	color: black;
}

.single-post .ui-related-posts {
	margin-top: 64px;
}

.single-post .ui-related-posts h3 {
	color: white;
}

.single-post .ui-related-posts .uicore-post-category,
.uicore-archive .uicore-post-category {
	background: white !important;
}

.single-post .ui-related-posts .uicore-post-category:hover,
.uicore-archive .uicore-post-category:hover {
	background: black !important;
}

.single-post .ui-related-posts .uicore-post-category:hover a,
.uicore-archive .uicore-post-category:hover a {
	color: white;
}

.single-post #primary,
body.blog #primary,
body.archive #primary {
  background: var(--e-global-color-uicore_dark);
}

body.blog main,
body.archive main{
	padding-top: 0 !important;
}

body.blog .uicore-pagination li,
body.archive .uicore-pagination li {
	background: #FFFFFF12;
	border: none;
}

body.blog .uicore-pagination li a,
body.archive .uicore-pagination li a {
	color: white;
} 

body.blog .uicore-pagination li span,
body.archive .uicore-pagination li span {
	color: white;
	opacity: 0.3;
}

body.archive .uicore-pagination .uicore-page-item:not(.uicore-active):hover,
body.blog .uicore-pagination .uicore-page-item:not(.uicore-active):hover {
	background: white;
}

body.archive .uicore-pagination .uicore-page-item:not(.uicore-active):hover li a,
body.blog .uicore-pagination .uicore-page-item:not(.uicore-active):hover a {
	color: black !important;
}

.uicore-pagination ul li a:hover {
	color: black;
}

.single-post #primary {
	color: white;
}

.single-post a:hover {
	color: white;
}

.single-post .ui-post-nav h4,
.single-post .ui-post-nav line,
.single-post .ui-post-nav polyline {
	color: white !important;
	stroke: white;
	margin-top: 0
}

.uicore-grid-item .uicore-post {
	background: #FFFFFF12;
	border: none;
}

.uicore-grid-item .uicore-post p,
.uicore-grid-item .uicore-post span {
	color: #FFFFFF8F !important;
}

.uicore-grid-item .uicore-post h4 span {
	color: white !important;
}

body.single-post .entry-content *,
body.single-post .entry-title {
	color: white !important;
}
