.blog-item {
    margin: 0 0 40px;
    border: 1px solid #e4edee;
}

.blog-item-image {
    position: relative;
    overflow: hidden;
}

.blog-item-image img {
    max-width: 100%;
    width: 100%;
    transition: all 300ms;
}

.blog-item-info {
    background: #e4edee;
    overflow: hidden;
    position: relative;
}

.blog-item-date {
    background: #09729e;
    position: relative;
    float: left;
    left: 0;
    right: 0;
    width: 110px;
    bottom: 0;
    height: 40px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 11px 0;
}

.blog-item-comments {
    background: #2491d0;
    position: relative;
    float: left;
    width: 65px;
    right: 0;
	bottom: 0;
	height: 40px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 11px 0;
}

 .blog-item-view {
    background: #00acdb;
    float: left;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 11px 0;
    height: 40px;
    width: 65px;
}

.blog-item-desc {
    padding: 20px 20px 40px;
}

.blog-item-title h3{
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}

.dark-color {
    color: #000;
}

a.btn-primary-1:focus {
    background: #00acdb;
    color: #fff;
}

a.btn-primary-1:hover {
    background: #00acdb;
    color: #fff;
}

a.button {
    font-size: 15px;
    font-weight: 400;
    padding: 7px 40px;
}

a.btn-primary-1 {
    background: transparent;
    color: #00acdb;
    border: 1px solid #00acdb;
    border-radius: 20px;
    transition: all 300ms;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 40px;
}

a.btn-primary-1 {
    margin-top: 40px;
}

.blog-image{
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}