	.section-padding {
    padding: 100px 0;
}

.single-article {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	padding: 10px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.col-lg-12:last-child .single-article {
	margin-bottom: 0;
}

.single-article .article-thumb {
	margin: -10px;
}

.single-article.middle .article-thumb {
	margin-right: -10px;
}

.article-thumb img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-article:hover .article-thumb img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.article-body {
	position: relative;
}

.article-body h3 a {
	font-size: 20px;
	color: #333;
}

.article-meta {
	margin: 15px 0 10px;
}

.article-meta a {
	color: #999;
	font-size: 12px;
	font-weight: 600;
	margin-right: 25px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.article-meta a span {
	color: #418dbf;
}

.article-meta a:hover {
	color: #418dbf;
}

.article-date {
	background-color: #418dbf;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	height: 55px;
	margin-top: -27px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 55px;
}

.article-date .month {
	display: block;
}

.article-body p {
	color: #999;
	/*line-height: 1.8;*/
	text-transform: capitalize;
}
@media only screen and (min-width: 992px){
.article-date {
    left: -58px;
    top: 50%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}}

@media only screen and (min-width: 992px){
.single-article.middle .article-date {
    left: auto;
    right: -58px;
    z-index: 1;
}}
.article-date {
    background-color: #418dbf;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    height: 55px;
    margin-top: -27px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 55px;
}
.display-table {
    height: 100%;
    width: 100%;
    display: table;
}
.display-table-cell {
    vertical-align: middle;
    display: table-cell;
}
@media only screen and (min-width: 992px){
.article-body {
    padding: 0 25px;
}}
.article-meta {
    margin: 15px 0 10px;
}
.readmore-btn {
    background-color: #222;
    color: #418dbf;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    padding: 12px 25px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.readmore-btn:hover {
    background-color: #418dbf;
    color: #fff;
    
}

.page-pagi {
    margin-top: 50px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-pagi nav li a {
    border-color: #418dbf;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-pagi nav ul li.active a {
    background-color: #418dbf !important;
    border-color: #418dbf !important;
}

.page-pagi nav li a {
    border-color: #418dbf;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 767px){
.article-date, .single-article.middle .article-date {
    left: 50%;
    top: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}}

@media only screen and (max-width: 767px){
.article-body {
    padding: 50px 15px 25px 15px;
}}
@media only screen and (max-width: 991px) and (min-width: 768px){
.article-body {
    padding: 50px 15px 25px 15px;
}}
@media only screen and (max-width: 991px) and (min-width: 768px){
.article-date, .single-article.middle .article-date {
    left: 50%;
    top: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}}