#top-featured .item{border-color:var(--color-silver);}
#top-featured .post-date{color:var(--color-grey);}

.tags-cloud a{text-decoration: none;}

.post-wrap{border-color:var(--color-silver); padding-bottom:var(--margin-normal);}
.post-wrap > h3 {margin-bottom: 0.75rem;}
.post-wrap .textbox p.mb-half {margin-bottom:var(--margin-small);}

.about-author{background-color: var(--color-silver);}
.about-author li a{color:inherit;}
.about-author li a:hover, .about-author li a:focus{color:var(--color-coral);}

#comments-wrap .comment-item .comment-content .comment-datatime{color:var(--color-grey);}

.blog-history-nav > .container > .inner-wrap{border:0;}
.blog-history-nav .item{padding-top:0; padding-bottom:0;}
.blog-history-nav .post-title a:hover, .blog-history-nav .post-title a:focus{color:var(--color-coral);}

.blog-history-nav .post-title a::before, .blog-history-nav .post-title a::after {top:0.2rem;}

.related-posts .slick-arrow{font-size: 1.5rem; margin-top:5rem;}
.related-posts .slick-next{right:-2.1rem;}
.related-posts .slick-prev{left:-2.1rem;}

@media (max-width: 1199px){
	.related-posts .slick-arrow{margin-top:4rem;}

}

@media (max-width: 991px){
	.related-posts .slick-dots{justify-content: center;}
	.related-posts{padding-bottom:1rem;}

}

@media (max-width: 767px) {
	#top-main .text-wrap{padding:1.5rem; color:inherit; background-color: var(--color-silver);}
	#top-featured h3, #top-main .overlay-heading, #top-main:hover .overlay-heading{font-size: 2.06rem; padding-bottom:0; margin-bottom:var(--margin-small);}
	#top-main .post-date{color:var(--color-grey); margin-bottom:var(--margin-normal);}
	#top-main .post-author a{color:var(--color-coral);}
	#top-main .post-author a:hover, #top-main .post-author a:focus{color:var(--color-yellow);}
	
	#top-featured .item{padding:1.5rem;}
	#top-featured .item, #top-featured .item:hover{color:inherit; background-color: var(--color-silver);}
	#top-featured .post-author a{color:var(--color-coral);}
	#top-featured .post-author a:hover, #top-featured .post-author a:focus{color:var(--color-yellow);}
	
	.blog-history-nav .post-title a::before, .blog-history-nav .post-title a::after{top:0.25rem;}

}

@media (max-width: 566px){
	#top-featured h3, #top-main .overlay-heading, #top-main:hover .overlay-heading{font-size: 1.69rem;}
	#top-featured .item{padding:0;}
	#top-featured .img-wrap{margin:0;}
	#top-featured .text-wrap{padding:1.5rem;}
	
	#related-posts{padding-left:0; padding-right:0;}
	.related-posts .post-wrap .text-wrap .h5-style{font-size:1.69rem;}
	
	.blog-history-nav .item+.item{margin-top:var(--margin-normal);}
	.blog-history-nav .post-title a{text-decoration: underline;}
	
	.about-author{padding:1rem;}

}