.entry-meta {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 1rem;

	li{
		border-bottom: solid 1px grey;
	}
	a {
		text-decoration: underline;
        color: $utility-color !important; 
	}
}

.entry-footer {
	font-size: 12px;
	opacity: 0.8;
	font-weight: 700;
	a {
		color: $utility-color;
		text-decoration: underline;
	}
}
span.cat-links{
	color:$links;
}
.cat-links a {
	padding-left: 0;
	color: $utility-color;
	margin-right: .5rem;
	color: $links;
}

#reply-title{
color: $links;
text-align: start;
font-size: 1.75rem;
font-weight: 600;
}

.tags-links{
	a{
		color: $utility-color;
	}	
}

a.url.fn.n{
	color: $sidebar-links !important;
	font-weight: 700;
}
.logged-in-as a{
	color: $utility-color;
	text-decoration: none;
}

h1.page-title{
	font-size: 1.5rem;
	margin-bottom: 2rem;
}


.details{
    font-size: 12px;
    margin-top: -8px;  
}
  .posted-on{
	padding: 2px 5px;
	color: $utility-color;
	font-weight: 700;
	a{
		text-decoration: none;
	}
}


.nav-subtitle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid $light-color;
    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{
    margin-left: 1rem;
    font-weight: 700;
	a:hover{
	  text-decoration: none;
	}
}
.nav-subtitle{
	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;
}


.comments-title{
	color: $links;
}


.wp-block-latest-comments__comment-date {
	color:$links;
}
.wp-block-latest-comments__comment-link{
	color: $links !important;
}


.entry-content{
	li{
		color:$links;
	}
}

figcaption{
	color:$links;
}
span.tags-links{
	color:$sidebar-links;
}

.wp-block-button__link .wp-element-button {
	a{
		color:$sidebar-links;
	}	
}

a:visited {
    color: #464444;
}


//  adding styles  to blog style
.blog-style-single{
	display: block;
	.entry-header{
     margin-top: 1rem;
	 padding-left: .5rem;
	}
}
