/*** .cspt-blogbox-style-2 ***/

.cspt-blogbox-style-2 .post-item {
    margin-bottom: 30px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
    border-radius: 30px;
}

.cspt-blogbox-style-2 .post-item .cspt-featured-container {
    width: 176px;
    flex-shrink: 0;
    margin-right: 30px;
}

.cspt-blogbox-style-2 .post-item .creativesplanet-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.cspt-blogbox-style-2 .post-item .cspt-post-title {
    font-size: 20px;
    line-height: 30px;
}

.cspt-blogbox-style-2 .post-item .cspt-meta-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:hover:after {
    width: 0;
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-blackish-bg-color);
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-2 .post-item .cspt-meta-date,
.cspt-blogbox-style-2 .post-item .cspt-meta-date a {
    color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-global-color);
}
.cspt-element-blog-style-2[data-columns="6"] .post-item,
.cspt-element-blog-style-2[data-columns="5"] .post-item {
	display: block !important;
}
.cspt-element-blog-style-2[data-columns="5"] .post-item .cspt-featured-container,
.cspt-element-blog-style-2[data-columns="6"] .post-item .cspt-featured-container {
	width: 100%;
	padding-bottom: 15px;
}

@media (max-width:767px) {
    .cspt-blogbox-style-2 .post-item {
        margin-bottom: 30px;
        display: block !important;
    }
    .cspt-blogbox-style-2 .post-item .cspt-featured-container {
        width: 100%;
        flex-shrink: unset;
    }
    .cspt-blogbox-style-2 .creativesplanet-box-content {
        padding: 30px 0px 30px 0px;
    }
}