.xcol-row .post {
	margin-bottom:20px;
}
.blog-img-inner:after {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
   display: block;
}
.blog-item-inner:hover .blog-img-inner:after {
	height: 100%;
}
.blog-post-date {
	position: absolute;
	top: 35px;
	left: 35px;
	border: 2px solid #ffffff;
	text-align: center;
	width: 40px;
	height: 35px;
	z-index: 999;
}

.blog-post-date p {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 0;
	padding: 5px 10px;
}

.blog-post-date span{
	font-size: 8px;
	color: #ffffff;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	margin-top: 3px;
}
.blog-title-excerpt {
	padding: 40px 40px 30px;
}

.blog-title-excerpt h3 {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	margin-top: 0;
	margin-bottom: 15px;
}
.blog-title-excerpt p {
	font-size: 13px;
	font-weight: 400;
	color: #888888;
	margin-bottom: 0;
}

.single-blog {
	clear: both;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	transition: -webkit-box-shadow 0.3s linear;
	-o-transition: box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}
.single-blog:hover .blog-image {
	-webkit-box-shadow: 0px 8px 20px 3px #a59e9e;
			box-shadow: 0px 8px 20px 3px #a59e9e;
}

/*===================================================================================
side bar
===================================================================================*/
.widget ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.widget-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
}
.widget-title:after {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	background-color: #777777;
	margin: 7% 0;
}
.widget {
	width: 100%;
	margin: 15px 0 40px;
	font-size: 13px;
	color: #222222;
	letter-spacing: 0.02em;
	display: inline-block;
}

.widget_recent_comments ul {
	list-style: none;	
}

.iva-post-types li a {
	font-size: 14px;
	font-weight: 600;
}
.iva-post-types li a:hover {
	color: green;
}
.widget-body li {
	padding: 3px 0;
}
.tags a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 10px;
	margin: 0 5px 9px 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #626262;
	display: inline-block;
	line-height: 26px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.tags a:hover {
	border: 1px solid rgba(0, 0, 0, 1);
	background-color: #000;
	color: #fff;
}
.iva-popular-posts .posts-list li {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.posts-list li a {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
}
.posts-list li .widget-posts-details {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 65%;
	flex: 0 1 65%;
}
.widget-posts-details {
	font-size: 11px;
	color: #626262;
	margin-bottom: 10px;
}
.widget-posts-details a {
	position: relative;
	overflow: hidden;
	top: -4px;
	font-size: 13px;
	display: block;
	color: #333333;
	font-weight: 600;
}
.widget-posts-details a:hover {
	color: #248dcb;
}
/*==========================================
			Single blog page
==========================================*/

.post-img {
	margin-bottom: 30px;
}
.single-post .entry-content p:first-child {
	font-size: 22px;
}
.tag-cloud {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
}
.iva-socials-s2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	margin-left: auto;
	text-align: right;
}
.iva-socials-s2 li a {
	margin: 0 5px;
	border: 2px solid #cccccc;
	padding: 4px;
	-webkit-transition: border 0.5s ease-in-out;
	-o-transition: border 0.5s ease-in-out;
	transition: border 0.5s ease-in-out;
}
.iva-socials-s2 li a:hover {
	border-color: #f26100;
}
.tag-cloud h6 {
	display: inline;
	margin-right: 5px;
	font-weight: 700;
	text-transform: capitalize;
}
.tag-cloud ul {
	display: inline;
}
