/*** .cspt-blogbox-style-10 ***/

.cspt-blogbox-style-10 .post-item {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
    border-radius: 30px;
}

.cspt-blogbox-style-10 .post-item .cspt-featured-container {
	width: 140px;
    height: 140px;
    flex-shrink: 0;
    margin-right: 26px;
}
.cspt-blogbox-style-10 .post-item .cspt-featured-container img{
	border-radius: 10px;
	width: 100%;
 }	
.cspt-blogbox-style-10 .post-item .creativesplanet-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.cspt-blogbox-style-10 .post-item .cspt-post-title {
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 12px;
}
.cspt-blogbox-style-10 .cspt-meta-container .cspt-meta-line a,
.cspt-blogbox-style-10 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    color: #999999;
}
.cspt-blogbox-style-10 .cspt-meta-container .cspt-meta-date {
	color: var(--cspt-greenly-blackish-color);
}
.cspt-blogbox-style-10 .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-10 .cspt-meta-container .cspt-meta-line:last-child:after {
    content: unset;
}

.cspt-blogbox-style-10 .cspt-meta-container .cspt-meta-line:first-child {
    margin-left: 0;
}
.cspt-blogbox-style-10 .post-item .cspt-read-more-link a {
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: var(--cspt-greenly-blackish-color);
}
.cspt-blogbox-style-10 .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-10 .post-item .cspt-read-more-link a:hover {
	color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-10 .post-item .cspt-read-more-link a:hover:after {
    width: 0;
}

.cspt-blogbox-style-10 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-blackish-bg-color);
}

.cspt-blogbox-style-10 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-global-color);
}
.cspt-element-blog-style-10[data-columns="6"] .post-item,
.cspt-element-blog-style-10[data-columns="5"] .post-item {
	display: block !important;
}
.cspt-element-blog-style-10[data-columns="5"] .post-item .cspt-featured-container,
.cspt-element-blog-style-10[data-columns="6"] .post-item .cspt-featured-container {
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
}

@media (max-width:767px) {
    .cspt-blogbox-style-10 .post-item {
        display: block !important;
    }
    .cspt-blogbox-style-10 .post-item .cspt-featured-container {
		height: 100%;
		width: 100%;	
        flex-shrink: unset;
    }
    .cspt-blogbox-style-10 .creativesplanet-box-content {
        padding: 30px 0px 0px 0px;
    }
}