.post-item.style-7 h4 {
	font-size: 1.5em;
	line-height: 1.3;
	letter-spacing: normal;
	margin-bottom: 15px;
}

.post-item.style-7 .post-meta {
	margin-top: 20px;
}

.post-item.style-7 .meta-author {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 700;
}

.post-item.style-7 .meta-date {
	display: none;
}

@media (max-width:480px) {
	.post-item.style-4 .thumb-info-side-image .thumb-info-side-image-wrapper {
		display: inline-block;
		float: none;
	}
}

.blog-posts-hover_info .post .post-image, .blog-posts-hover_info2 .post .post-image, .blog-posts-no_margin .post .post-image {
	margin-bottom: 0;
}

.blog-posts-hover_info article:not(.timeline-box), .blog-posts-hover_info2 article:not(.timeline-box), .blog-posts-no_margin article:not(.timeline-box) {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-posts-no_margin .posts-container {
	margin: 0;
}

.blog-posts-no_margin article.post:not(.timeline-box) {
	padding: 0;
	margin-bottom: 0;
}

.blog-posts-hover_info2 .post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: .5rem 0 0;
}

.blog-posts-hover_info2 .thumb-info-show-more-content {
	font-size: .8em;
	opacity: .5;
	max-height: 0;
	overflow: hidden;
	transition: max-height .8s;
}

.blog-posts-hover_info2 .thumb-info-inner {
	margin: .25rem 0 0;
	font-size: 1.2em;
	font-weight: 700;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-title {
	padding: 0 1.5rem 1.5rem;
	z-index: 3;
	opacity: 1;
	transform: none;
	background: none;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action {
	margin: 0;
	transform: none;
	padding: 0;
	top: 0;
	left: 0;
	height: 100%;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action .thumb-info-action-icon {
	background: none;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action-icon {
	display: block;
	width: auto;
	height: 100%;
	margin: 0;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action-icon i {
	display: none;
}

.blog-posts-hover_info2 .thumb-info .thumb-info-inner {
	line-height: 1.2;
}

.blog-posts-hover_info2 .thumb-info:hover .thumb-info-show-more-content {
	max-height: 300px;
}

.blog-posts-hover_info2 .thumb-info-wrapper:after {
	opacity: .6;
}

.blog-posts-hover_info2 .thumb-info-type {
	overflow: hidden;
	display: block;
	margin: 0;
}

.blog-posts-hover_info2 .thumb-info-type a {
	float: left;
	padding: 0 .6em;
	border-radius: 2px;
	margin: 0 .6em .6em 0;
	background: var(--porto-primary-color);
}

.blog-posts-hover_info article.post, .blog-posts-hover_info2 article.post {
	margin-bottom: var(--porto-grid-gutter-width);
}

.blog-posts-hover_info .post-date, .blog-posts-hover_info2 .post-date {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
}

.posts-medium-alt>article:last-child {
	border-bottom: none;
}

.posts-medium-alt .img-thumbnail {
	padding: 0;
	border: none;
}

.posts-medium-alt .custom-border-radius {
	padding: 11px 30px !important;
	border-radius: 35px !important;
}

.posts-medium-alt .blog-post-date {
	position: absolute;
	top: 60%;
	right: 10px;
	padding: 25px 15px;
	z-index: 6;
	font-size: 3em;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
}

.posts-medium-alt .blog-post-date .month-year {
	display: block;
	font-size: .4em;
}

.blog-posts-padding .grid-box {
	background: var(--porto-normal-bg);
	border: 1px solid var(--porto-gray-2);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
	padding: 18px;
	position: relative;
	z-index: 1;
}

.blog-posts-padding .grid-box .img-thumbnail {
	max-width: 100%;
}

.blog-posts-padding .grid-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.blog-posts-padding .grid-box .owl-carousel .owl-stage-outer {
	border-radius: 0;
}