
.blog-preview {
	padding: 80px 0 100px 0;
}

.blog-preview .image-header {
	
	text-align: center;
	position: relative;
	overflow: hidden;
}

.blog-preview .image-header img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}

.blog-preview .col:hover img {
	width: 110%;
	height: 110%;
	margin: -5%;
}

.blog-preview .category-tag {
	height: 24px;
	background: #f0552a;
	border-radius: 50px;
	color: #ffffff;
	font-size: 12px;
	padding: 0 12px;
	position: absolute;
	top: 20px;
	left: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.blog-preview .post-title {
	color: #000000;
	margin: 25px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	transition: color 0.3s ease;
}

.blog-preview .col:hover .post-title {
	color: #f0552a;
}

.blog-preview .post-date {
	color: #939393;
	font-size: 12px;
	margin: 5px 0 15px 0;
}

.blog-preview p {
	text-align: justify;
	color: #000000;
}

.blog-preview .read-post i {
	padding: 0 10px;
	font-size: 12px;
	transition: padding 0.3s ease;
}

.blog-preview .read-post:hover i {
	padding: 0 15px;
}

.blog-sidebar .input-group-text {
	background: #ffffff;
	color: #939393;
}

.blog-sidebar .form-control {
	border-left: 0;
}

.blog-post-for-slider {
	margin-bottom: 25px;
}

.blog-post-for-slider .image-block {
	width: 125px;
	height: 80px;
	margin-right: 15px;
	float: left;
}

.blog-post-for-slider .image-block img {
	max-width: 100%;
	max-height: 100%;
}

.blog-post-for-slider span {
	color: #939393;
}
/*
.blog-list .page-link {
	border: 0;
	border-radius: 0;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
}

.blog-list .page-item:first-child .page-link,
.blog-list .page-item:last-child .page-link {
	border-radius: 0;
}

.blog-list .page-item.active .page-link {
	background: none;
	border: 0;
	border-top: 3px solid #f0552a;
	color: #f0552a;
	margin-top: -2px;
}*/


.blog-post {
	margin-top: 20px;
}

.blog-post .image-block {
	position: relative;
}

.blog-post .post-category {
	position: absolute;
	top: 25px;
	left: 25px;
	background: #f0552a;
	border-radius: 50px;
	color: #ffffff;
	padding: 0 15px;
	line-height: 30px;
	text-transform: uppercase;
}

.blog-post h2 {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 25px;
}

.blog-post .post-date {
	margin-top: -5px;
	color: #939393;
	line-height: 15px;
}

.blog-post p {
	text-align: justify;
	margin: 25px 0;
}

.blog-post .read-more {
	background: #fffaf8;
	border-radius: 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 0 30px;
	line-height: 45px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 20px;
}

.blog-post .read-more:hover {
	background: #000000;
}

.blog-post i {
	margin-left: 10px;
}

.blog-post-content {
	margin-top: 55px;
}

.blog-post-content .image-block {
	position: relative;
}

.blog-post-content .post-category {
	position: absolute;
	top: 25px;
	left: 25px;
	background: #f0552a;
	border-radius: 50px;
	color: #ffffff;
	padding: 0 15px;
	line-height: 30px;
	text-transform: uppercase;
}

.blog-post-content h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 25px;
}

.blog-post-content .post-date {
	color: #939393;
	line-height: 15px;
	margin-top: -5px;
	margin-bottom: 20px;
}

.blog-post-content h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 40px;
}

.blog-post-content p {
	text-align: justify;
	margin: 20px 0;
}

.blog-post-content .social-feed {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 25px;
	margin-top: 40px;
}

.blog-post-content .social-feed .feed-title {
	font-size: 25px;
	font-weight: lighter;
	text-align: center;
	line-height: 40px;
}

.blog-post-content .social-feed .feed-sites {
	text-align: center;
	margin-top: 15px;
}

.blog-post-content .social-feed .feed-sites i {
	width: 52px;
	height: 52px;
	background: #c6c6c6;
	border-radius: 60px;
	color: #ffffff;
	font-size: 20px;
	line-height: 52px;
	margin: 5px 15px;
}

.blog-post-content .social-feed .feed-sites .site-fb i:hover {
	background: #3b5999;
}

.blog-post-content .social-feed .feed-sites .site-twitter i:hover {
	background: #55acee;
}

.blog-post-content .social-feed .feed-sites .site-google i:hover {
	background: #dc4e41;
}

.blog-post-content .social-feed .feed-sites .site-in i:hover {
	background: #0077b5;
}

.blog-post-content .social-feed .feed-sites .site-mail i:hover {
	background: #fffaf8;
}

.blog-post-content .social-feed .feed-sites .site-link i:hover {
	background: #f0552a;
}
