/*=== cspt-element-static_box-style-1 ===*/
.cspt-element-static_box-style-1 .cspt-staticbox-ele {
	margin-bottom: 30px;
}
.cspt-element-static_box-style-1 .cspt-static-box-inner {
	padding: 35px 30px 60px;
	margin-left: -30px;
	height: 100%;
	text-align: left;
	background-color: #f7f9fa;
	position: relative;
}
.cspt-element-static_box-style-1 .creativesplanet-box-title h4,
.cspt-element-static-box-style-1 .creativesplanet-box-title h4 {
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
	color: var(--cspt-emphires-white-color);
	padding: 0 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cspt-static-box-style-1 .cspt-imgbox {
	margin-right: 40px;
}
.cspt-static-box-style-1 .cspt-contentbox {
	width: 40px;
	background: var(--cspt-emphires-secondary-color);
	color: var(--cspt-emphires-white-color);
	border-radius: 6px;
	vertical-align: middle;
	z-index: 20;
	position: absolute;
	transform: rotate(90deg);
	transform-origin: 0 top;
	top: 0;
	left: calc(100% - 15px);
	width: 169px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	height: 45px;
}
.cspt-static-box-style-1 .cspt-contentbox .creativesplanet-box-title {
	margin-top: 8px;
}
.cspt-static-box-style-1 .cspt-imgbox img {
	border-radius: 6px;
}
.cspt-element-static_box-style-1 a.cspt-more-bt {
	background-color: var(--cspt-emphires-global-color);
}
.cspt-element-static-box-style-1 .cspt-heading-subheading.center-align {
	text-align: center;
}
.cspt-element-static-box-style-1 .cspt-heading-subheading.right-align {
	text-align: right;
}
/*=== Responsive ===*/
@media (max-width: 1200px){
	.cspt-static-box-style-1.cspt-static-box {
		display: block !important;
	}
	.cspt-static-box-style-1 .cspt-contentbox{
		width: auto;
		position: static;
		transform: none;
		transform-origin: unset;
	}
	.cspt-static-box-style-1 .cspt-imgbox{
		margin-right: 0;
	}
	.cspt-element-static_box-style-1 .creativesplanet-box-title h4{
		line-height: 45px;
	}
	.cspt-static-box-style-1 .cspt-imgbox img {
		width: 100%;
	}
}
@media (max-width: 991px){
	.cspt-element-static_box-style-1 .cspt-static-box-inner{
		padding-bottom: 60px;
	}
}