.blog .content-area h1 a {
	color:var(--turqoise);
}


.widget_categories a,
.widget_recent_entries a {
	color: var(--dark-blue);
}

.widget_categories a:hover,
.widget_recent_entries a:hover {
	color: var(--strong-turquoise);
}

.paging-navigation,
.archive-header,
.page-header {
	background-color:transparent;
}

.paging-navigation .meta-nav {
	background-color: var(--strong-turquoise);
}

.paging-navigation .meta-nav:hover,
.paging-navigation a:hover .meta-nav {
	background-color: var(--turquoise) !important;
}

.nav-links {
	font-size:1.5rem;
}

.nav-links a {
	padding-bottom:1.5rem;
	display:inline-block;
}

.no-comments {
	background:transparent;
	font-size: 1.5rem;
	padding-top:1rem;
	font-style:normal;
	color:#999999;
}

.comment-author .fn {
	color:var(--strong-turquoise);
}

.content-area .display-post-types a.dpt-permalink {
	border-radius: var(--img-border-radius) !important;
    border: var(--img-border) !important;
    box-shadow: var(--img-box-shadow) !important;
}

.content-area .display-post-types .no-thumbnail a.dpt-permalink {
	background: url(../../../../wp-content/uploads/2020/11/news.jpg) no-repeat right center transparent !important;
    background-size: cover !important;
}

.entry-meta * {
	color:var(--dark-blue) !important;
}

