.cspt-blogbox-style-6 {
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 20px 20px 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 2px 40px 0px rgb(0 0 0 / 5%);
}
.cspt-blogbox-style-6 .cspt-featured-wrapper img {
	width: 100%;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-blogbox-style-6:hover .cspt-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.cspt-blogbox-style-6 .cspt-featured-container {
	overflow: hidden;
	border-radius: 15px;
}
.cspt-blogbox-style-6 .creativesplanet-box-content {
	position: relative;
}
.cspt-blogbox-style-6 .creativesplanet-box-content .cspt-meta-category {
	position: absolute;
	left: 20px;
	top: -15px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 6px;
	padding: 10px 20px;
	text-transform: uppercase;
	background-color: var(--cspt-emphires-global-color)
}
.cspt-blogbox-style-6 .creativesplanet-box-content .cspt-meta-category a {
	color: #fff;
}
.cspt-blogbox-style-6 .cspt-meta-date {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
}
.cspt-blogbox-style-6 .cspt-meta-comment {
	align-items: center;
	display: flex;
}
.cspt-blogbox-style-6 .cspt-meta-comment span,
.cspt-blogbox-style-6 .cspt-meta-date span {
	padding-left: 5px;
}
.cspt-blogbox-style-6 .creativesplanet-box-content {
	padding-top: 45px;
}
.cspt-blogbox-style-6 .creativesplanet-box-content .cspt-post-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.cspt-blogbox-style-6 .cspt-meta-container {
	margin-top: 20px;
}
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #201846;
	font-weight: 600;
}
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line a,
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line {
	color: #777777;
}
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line:last-child:after {
	display: none;
}
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line:first-child {
	margin-left: 0;
}
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line:first-child i:before {
	margin-left: 0;
}
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line i {
	font-size: 18px;
	color: var(--cspt-emphires-global-color);
}
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line i:before {
	font-weight: 500;
}
.cspt-element-blog-style-6.creativesplanet-element-viewtype-carousel .cspt-element-posts-wrapper.owl-carousel {
	position: unset;
}
.cspt-element-blog-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
	top: 30px;
	right: 0;
	width: auto;
}
.cspt-element-blog-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-element-blog-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	position: relative;
	color: #1c232f;
	background-color: var(--cspt-emphires-white-color);
	border-color: transparent;
}
.cspt-element-blog-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
	left: -10px;
}
.cspt-element-blog-style-6.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
	right: 0;
}