/*** ts-blogbox-style-6 ***/

.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line,
.cspt-blogbox-style-6 .cspt-featured-container {
    position: relative;
}

.cspt-blogbox-style-6 .creativesplanet-box-content {
    padding: 30px;
    background: var(--cspt-greenly-white-color);
    border: 1px solid rgb(35 35 35 / 10%);
    border-bottom: 3px solid var(--cspt-greenly-global-color);
}
.cspt-blogbox-style-6 .cspt-featured-wrapper img {
	width: 100%;
}
.cspt-blogbox-style-6 .creativesplanet-box-content .cspt-post-title {
    font-size: 24px;
    line-height: 32px;
}

.cspt-blogbox-style-6 .creativesplanet-box-content .cspt-post-title a {
    color: var(--cspt-greenly-secondary-color);
}

.cspt-blogbox-style-6 .post-item .cspt-read-more-link a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
	line-height: 26px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: var(--cspt-greenly-secondary-color);
}

.cspt-blogbox-style-6 .cspt-meta-container {
    margin-bottom: 10px;
}

.cspt-blogbox-style-6 .creativesplanet-box-desc {
    margin-top: 15px;
}

.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line a,
.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    font-size: 13px;
	line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999999;
}

.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line:after {
    content: "";
    position: absolute;
    top: 7px;
    height: 7px;
    width: 7px;
    background: var(--cspt-greenly-global-color);
    border-radius: 50%;
    right: -27px;
}

.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line:last-child:after {
    content: unset;
}

.cspt-blogbox-style-6 .cspt-meta-container .cspt-meta-line:first-child {
    margin-left: 0;
}

.cspt-blogbox-style-6 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-secondary-color);
}

.cspt-blogbox-style-6 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-6 .creativesplanet-box-content .cspt-post-title a:hover {
    color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-6 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-6.creativesplanet-ele-blog img,
.creativesplanet-ele-blog.cspt-blogbox-style-6:hover img {
    transform: unset;
}

.cspt-blogbox-style-6 .cspt-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.cspt-blogbox-style-6.cspt-featured-wrapper img,
.cspt-blogbox-style-6 .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-6:hover .post-item {
    transform: translateY(-5px);
}

.cspt-blogbox-style-6.cspt-featured-wrapper img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cspt-blogbox-style-6:hover .cspt-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}