/*BLOG_ITEM*/

.item {
	clear: both;
	margin-bottom: 40px;
}
.item::after {
	clear: both;
	content: '';
	display: block;
}
.items-leading {
	margin-bottom: 40px;
}

.item-image {
	width: 30%;
	margin-right: 20px;
	position: relative;
	float: left;
}

.item-image > img {
	width: 100%;
}
.readmore {
	clear: both;
}
.readmore .btn {
    background-color: #1B9CF8;
    color: #FFF;
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    float: right;
}