.entry-meta {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 1rem;

	li{
		border-bottom: solid 1px grey;
	}
	a {
		text-decoration: underline;
        color: $links; 
		
	}
}

.entry-footer {
	font-size: 12px;
	opacity: 0.8;
	a {
		text-decoration: underline;
	}
}
span.cat-links{
	color: #fff;
}
.cat-links a {
	padding-left: 0;
	color: $links;
	margin-right: .5rem;
	color: #fff;
}
#reply-title{
	color: #fff;
}
.tags-links{
	a{
		color: $links;
	}	
}



.entry-date{
	color: $links;
	
}
a.url.fn.n{
	color: $utility-color !important;
	font-weight: 800;
	text-transform: uppercase;
}
.logged-in-as a{
	color: $links;
	text-decoration: none;
}

h1.page-title{
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
h1.entry-title{
	color: #fff;
}

.details{
    font-size: 12px;
    color:$links;
    margin-top: -8px;
    a{
        color: #000;
    }
}
  .posted-on{
    color: #fff !important;
	background: red; 
	padding: 2px 5px;
}


.nav-subtitle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid $links;
    border-bottom: 10px solid transparent;
    position: relative;
    top: -3px;
    padding-right: 15px;
	
}
.nav-subtitle:before:hover{
	transform: rotate(90deg);
}


//  styling .nav-title 
span.nav-title{
    color: $links;
    margin-left: 1rem;
    font-weight: 700;
	color: $utility-color;
	a:hover{
	  text-decoration: none;
	}
}
.nav-subtitle{
    color: $links;
	font-weight: 700;
}

.nav-next{
	a:hover{
		text-decoration: none;
	}
}

.nav-previous{
	a{
		color: $utility-color !important;
		font-weight: 700;
		text-decoration: none !important;
	
			a:hover{
				text-decoration: none;
			}
		}	
}

.nav-previous span:hover{
text-decoration: none;
}
.details {
	color: #000;
}

.comments-title{
	color: #fff;
}

.says{
	color: #fff;
}
.byline{
	color: #fff;
}

.wp-block-latest-comments__comment-date {
	color:$links;
}
.wp-block-latest-comments__comment-link{
	color: $links !important;
}

.fn {
	a{
		color: #fff;
	}
}
time{
	color: #fff;
}