.blog-items .h1 {
	font-size: 26px;
}
.blog-items .btn.h1 {
	font-size: 13px;
}
.blog-info strong {
	font-weight: 600;
}
.blog-items .text-primary {
	color: #72b738 !important;
	font-weight: 700;
}
.blog-items a {
	text-decoration: none;
}
.blog-info {
	position: absolute;
	width: 100%;
	padding: 16px 15px;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	background: rgba( 80, 80, 80, 0.9 );
	color: #fff;
}
.blog-info h1 {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}
.blog-info.small {
	font-weight: 300;
	font-size: 16px;
	padding: 15px;
}
.avatar {
	width: 28px;
	height: 28px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.avatar-lg {
	max-width: 90px;
	height: 90px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.bg-gray {
	background: #666 url('/public/frontend/default/images/bg-gray.jpg');
}
.bg-green {
	
	background: rgba(114, 183, 56, 0.9);
}
.text-primary {
	color: #72b738 !important;
}
.pagination {
	padding: 30px 0;
}
.blog-item {
	height: 220px;
	max-width: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blog-item-md {
	height: 250px;
}
.blog-item-lg {
	height: 520px;
}
.blog-content img {
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.attribs-title {
	font-weight: 800;
	margin-bottom: 1.5rem;
}
.attribs-list div {
	position: relative;
	padding-left: 30px;
}
.attribs-list div > i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 24px;
}
.rating-stamp {
	max-width: 100%;
	width: auto;
	height: auto;
}

@media (max-width: 1199px) {
	.rating-stamp {
		max-width: 200px;
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.blog-item {
		height: 350px;
	}
}

@media (max-width: 767px) {
	
	.blog-info {
		position: relative;
		padding: 8px 0;
		font-size: 14px;
		background: transparent;
		color: #414141;
	}
	
	.blog-items .h1 {
		font-size: 20px;
	}
	.avatar {
		max-width: 20px;
		max-height: 20px;
	}
	.attribs-title {
		font-weight: 800;
		margin-bottom: 0.5rem;
	}
}
@media (max-width: 575px) {
	.blog-item {
		height: 220px;
	}
	.rating-stamp {
		max-width: 150px;
		margin-bottom: 40px;
	}
}