.pbmit-blog-style-1{
	position: relative;
	overflow: hidden;
	}
.pbmit-blog-style-1 .post-item {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper{
	position: relative;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(bottom,  rgba(11,19,21,1) 0%, rgba(11,19,21,0) 40%, rgba(11,19,21,0) 100%);
	background: -webkit-linear-gradient(bottom,  rgba(11,19,21,1) 0%,rgba(11,19,21,0) 40%,rgba(11,19,21,0) 100%);
	background: linear-gradient(to top,  rgba(11,19,21,1) 0%,rgba(11,19,21,0) 40%,rgba(11,19,21,0) 100%);
}
body.lightmode .pbmit-blog-style-1 .pbmit-featured-wrapper::after,
.pbmit-text-color-blackish .pbmit-blog-style-1 .pbmit-featured-wrapper::after {
	background: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 7%, rgba(255,255,255,0.84) 17%, rgba(99,104,106,0) 70%, rgba(11,19,21,0) 100%);
	background: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 7%,rgba(255,255,255,0.84) 17%,rgba(99,104,106,0) 70%,rgba(11,19,21,0) 100%);
	background: linear-gradient(to top,  rgba(255,255,255,1) 7%,rgba(255,255,255,0.84) 17%,rgba(99,104,106,0) 70%,rgba(11,19,21,0) 100%);
}
.pbmit-blog-style-1 .post-item .pbminfotech-box-content{
	margin-top: -70px;
	position: relative;
	padding: 0 40px;
}
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line,
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line a{
	color: var(--pbmit-broso-global-color);
	margin-right: 12px;
	font-size: 14px;
}
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-date-wrapper::after{
	font-family: 'pbminfotech-base-icons';
	content: "\e871";
	font-size: 10px;
	margin-left: 10px;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}
.pbmit-blog-style-1:hover .post-item {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-blog-style-1 .pbmit-post-title {
	font-size: 24px;
	line-height: 28px;
	margin: 10px 0;
	text-transform: uppercase;
}
.pbmit-blog-style-1 .pbmit-post-title a {
	color: var(--pbmit-broso-white-color);
}
body.lightmode .pbmit-blog-style-1 .pbmit-post-title a,
.pbmit-text-color-blackish .pbmit-blog-style-1 .pbmit-post-title a {
	color: var(--pbmit-broso-blackish-color);
}
.pbmit-blog-style-1 .pbminfotech-box-desc-text {
	font-size: 0;
}