.blogs-listing .blogs-item{
	background: #fcfcfc;
	border-bottom: solid 2px #eee;
}
 
.blogs-listing a:hover span, .blogs-listing a span {
	 border-bottom: solid 0px #f5bc13 !important;
}
.blogs-listing li:hover{
   border-bottom: solid 2px #f5bc13;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.screen-reader-text {
	display: none;
}

.page-numbers {
padding: 10px 16px;
font-size: 18px;
background-color: #f7f7f7;
}
.page-numbers:hover {
	background-color: #f5bc13;
	color: #ffffff;
}

.pagination a, .pagination a:hover{
	text-decoration:none;
}