.pbmit-blog-style-7 .pbmit-featured-wrapper img {
	-webkit-transition: all 1s cubic-bezier(.22,.61,.36,1);
	-ms-transition: all 1s cubic-bezier(.22,.61,.36,1);
	-o-transition: all 1s cubic-bezier(.22,.61,.36,1);
	transition: all 1s cubic-bezier(.22,.61,.36,1);
}
.pbmit-element-posts-wrapper.row .pbmit-ele.pbmit-blog-style-7 {
	margin: 0;
}
.pbmit-blog-style-7 .pbminfotech-box-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.pbmit-blog-style-7 .post-item{
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid rgba(var(--pbmit-xinterio-blackish-color-rgb), 0.1);
}
.pbmit-blog-style-7:first-child .post-item {
	border-top: 1px solid rgba(var(--pbmit-xinterio-blackish-color-rgb), 0.1);
}
.pbmit-blog-style-7 .pbminfotech-content-inner{
	display: flex;
	align-items: center;
	gap: 45px;
	width: 65%;
}
.pbmit-blog-style-7 .pbmit-meta-line a,
.pbmit-blog-style-7 .pbmit-meta-line {
	font-size: 15px;
}
.pbmit-blog-style-7 .pbmit-meta-date-wrapper {
	width: 150px;
	height: 150px;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	margin: 0;
	background-color: var(--pbmit-xinterio-light-bg-color);
}
.pbmit-blog-style-7 .pbmit-meta-date {
	display: grid;
	text-align: center;
}
.pbmit-blog-style-7 .pbmit-meta-date .pbmit-post-date {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: var(--pbmit-xinterio-global-color);
}
.pbmit-blog-style-7 .pbmit-meta-line .pbmit-post-author span {
	padding-right: 3px;
	color: var(--pbmit-xinterio-global-color);
} 
.pbmit-blog-style-7 .pbmit-meta-wraper div:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
} 
.pbmit-blog-style-7 .pbmit-meta-wraper div:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -4px;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: var(--pbmit-xinterio-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
} 
.pbmit-blog-style-7 .pbmit-featured-img-wrapper {
	width: 35%;
	text-align: right;
}
.rtl .pbmit-blog-style-7 .pbmit-featured-img-wrapper {
	text-align: left;
}
.pbmit-blog-style-7 .pbmit-featured-wrapper img{
	max-width: 205px;
	height: 150px;
	border-radius: 20px;
	object-fit: cover;
}
.pbmit-blog-style-7:hover .pbmit-featured-wrapper img{
	max-width: 100%;
}
.pbmit-blog-style-7 .pbmit-post-title{
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 5px;
}
.pbmit-blog-style-7 .pbmit-post-title,
.pbmit-blog-style-7 .pbmit-post-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-7 .pbminfotech-box-desc {
	width: 70%;
}
/* BG Color */
.pbmit-elementor-bg-color-light .pbmit-blog-style-7 .pbmit-meta-date-wrapper {
	background-color: var(--pbmit-xinterio-white-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7:first-child .post-item,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7:first-child .post-item,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7:first-child .post-item,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7:first-child .post-item {
	border-top-color: rgba(var(--pbmit-xinterio-white-color-rgb), 0.1);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .post-item,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .post-item,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7 .post-item,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7 .post-item {
	border-bottom-color: rgba(var(--pbmit-xinterio-white-color-rgb), 0.1);
}
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7 .pbmit-post-title a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7 .pbmit-post-title a {
	color: var(--pbmit-xinterio-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7 .pbmit-post-title a:hover,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7 .pbmit-post-title a:hover {
	color: var(--pbmit-xinterio-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7 .pbminfotech-box-desc,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7 .pbminfotech-box-desc,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .pbminfotech-box-desc,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .pbminfotech-box-desc {
	color: rgba(var(--pbmit-xinterio-white-color-rgb), 0.8);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .pbmit-post-title a:hover,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .pbmit-post-title a:hover,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a,
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line {
	color: var(--pbmit-xinterio-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a:hover,
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a:hover {
	color: var(--pbmit-xinterio-global-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .pbmit-meta-line .pbmit-post-author span,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a:hover,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .pbmit-meta-line .pbmit-post-author span,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .pbmit-content-wrapper .pbmit-meta-line a:hover {
	color: var(--pbmit-xinterio-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-7 .pbmit-meta-wraper div:not(:last-child)::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-7 .pbmit-meta-wraper div:not(:last-child)::after {
	background-color: var(--pbmit-xinterio-blackish-color);
}
/* Responsive */
@media (max-width: 1366px) {
	.pbmit-blog-style-7 .pbminfotech-content-inner {
		gap: 30px;
	}
}
@media (max-width: 1300px) {
	.pbmit-blog-style-7 .pbminfotech-box-desc {
		width: 100%;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 992px)  {
	.pbmit-blog-style-7 .pbmit-meta-date-wrapper {
		width: 130px;
		min-width: 130px;
	}
}
@media (max-width: 1200px) {
	.pbmit-blog-style-7 .pbminfotech-content-inner {
		width: 60%;
	}
	.pbmit-blog-style-7 .pbmit-featured-img-wrapper {
		width: 40%;
	}
}
@media (max-width: 991px) {
	.pbmit-blog-style-7 .pbminfotech-box-content {
		display: grid;
	}
	.pbmit-blog-style-7 .pbmit-featured-wrapper img {
		width: 100%;
		max-width: 100%;
	}
	.pbmit-blog-style-7 .pbminfotech-content-inner,
	.pbmit-blog-style-7 .pbmit-featured-img-wrapper {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.pbmit-blog-style-7 .pbminfotech-content-inner {
		display: grid;
	}
	.pbmit-blog-style-7 .pbmit-meta-date-wrapper {
		width: 100%;
		min-width: 100%;
	}
	.pbmit-blog-style-7 .pbmit-featured-wrapper img {
		height: 100%;
	}
}