/*** ts-blogbox-style-6 ***/

.cspt-blogbox-style-8 .cspt-meta-container .cspt-meta-line,
.cspt-blogbox-style-8 .cspt-featured-container {
    position: relative;
}

.cspt-blogbox-style-8 .creativesplanet-box-content {
	padding: 83px 40px 65px 40px;
	border-radius: 13px;
    background: var(--cspt-greenly-secondary-color);
}

.cspt-blogbox-style-8 .creativesplanet-box-content .cspt-post-title {
	font-size: 28px;
    line-height: 32px;
	margin-bottom: 22px;
}

.cspt-blogbox-style-8 .creativesplanet-box-content .cspt-post-title a {
    color: var(--cspt-greenly-white-color);
}

.cspt-blogbox-style-8 .post-item .cspt-read-more-link a {
	letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: var(--cspt-greenly-white-color);
}
.cspt-blogbox-style-8 .post-item .cspt-read-more-link a i {
	margin-left: 4px;
    font-size: 16px;
    display: inline-block;
    transform: rotate(-45deg);
	color: var(--cspt-greenly-global-color);
}
.cspt-blogbox-style-8 .post-item .cspt-read-more-link a:hover {
	color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-8 .cspt-meta-container {
    margin-bottom: 8px;
}

.cspt-blogbox-style-8 .creativesplanet-box-desc {
    margin-top: 0;
}
.cspt-blogbox-style-8 .creativesplanet-box-desc-text p {
    margin-bottom: 55px;
}
.cspt-blogbox-style-8 .creativesplanet-box-desc-text {
    color: #e4e4e4;
}
.cspt-blogbox-style-8 .cspt-meta-container .cspt-meta-line a,
.cspt-blogbox-style-8 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}
.cspt-blogbox-style-8 .cspt-meta-container .cspt-meta-date {
	color: #fff;
}
.cspt-blogbox-style-8 .cspt-meta-container .cspt-meta-line .cspt-meta-date:after {
	content: "";
    position: absolute;
    top: 50%;
    height: 5px;
    width: 5px;
    margin-top: -3px;
    background: var(--cspt-greenly-global-color);
    border-radius: 50%;
    right: -16px;
}

.cspt-blogbox-style-8 .cspt-meta-container .cspt-meta-line:last-child:after {
    content: unset;
}

.cspt-blogbox-style-8 .cspt-meta-container .cspt-meta-line:first-child {
    margin-left: 0;
}
.cspt-blogbox-style-8 .creativesplanet-box-content .cspt-post-title a:hover {
    color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-8 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-8.creativesplanet-ele-blog img,
.creativesplanet-ele-blog.cspt-blogbox-style-8:hover img {
    transform: unset;
}

.cspt-blogbox-style-8 .cspt-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.cspt-blogbox-style-8.cspt-featured-wrapper img,
.cspt-blogbox-style-8 .post-item {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.cspt-blogbox-style-8:hover .post-item {
    transform: translateY(-5px);
}

.cspt-blogbox-style-8.cspt-featured-wrapper img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cspt-blogbox-style-8:hover .cspt-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

@media (max-width: 1024px) {
	.cspt-blogbox-style-8 .creativesplanet-box-content {
		padding: 50px 25px 65px 25px;
		border-radius: 13px;
		background: var(--cspt-greenly-secondary-color);
	}
}
@media (max-width: 767px) {}
.cspt-blogbox-style-8 .creativesplanet-box-content {
    margin-bottom: 30px;
}