/*
Theme Name: Lenegan Blog
Theme URI:http://coderitem.com/themes/lenegan
Author:Ashik
Author URI:http://ashik.me
Description:Lenegan Blog  Wordpress Theme
Version:1.0
*/

.read_more {
	font-size: 13px;
	text-decoration: underline;
	color: #015201;
}
.nav ul li a{
	font-weight:700;
	text-transform:uppercase;
}
.sidebar_area_top {
	margin-top: 45px;
}
.w_title {
	color: #015201;
	border-bottom: 2px solid #015201;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size:25px;
}
.b_sidebar_widgets li a {
	color: #000;
	display: block;
	padding: 3px 0;
}
.pagination_posts {
	text-align: center;
	display: flex;
	justify-content: center;
}
.page-numbers {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #015201;
	color: #015201;
	font-size: 14px;
	margin: 0 5px;
}
.page-numbers.current,.page-numbers:hover {
	background: #015201;
	color: #FFF;
}

