/*** .cspt-blogbox-style-4 ***/

.cspt-blogbox-style-4 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.cspt-blogbox-style-4 .post-item {
    margin-bottom: 30px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
    border-radius: 30px;
}

.cspt-blogbox-style-4 .post-item .cspt-featured-container {
    width: 50%;
    flex-shrink: 0;
}

.cspt-blogbox-style-4 .post-item .cspt-post-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.cspt-blogbox-style-4 .creativesplanet-box-content {
    padding: 25px 28px;
}

.cspt-blogbox-style-4 .post-item .cspt-meta-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.cspt-blogbox-style-4 .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-4 .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-4 .post-item .cspt-read-more-link a:hover:after {
    width: 0;
}

.creativesplanet-ele-blog.cspt-blogbox-style-4:hover img {
    transform: translateY(0);
}

.cspt-blogbox-style-4 .creativesplanet-box-content {
    position: relative;
}

.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-blackish-bg-color);
}

.cspt-blogbox-style-4 .cspt-meta-date a {
    color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-global-color);
}
.cspt-element-blog-style-4[data-columns="4"] .post-item .cspt-featured-container {
	width: 40%;
}
.cspt-element-blog-style-4[data-columns="4"] .creativesplanet-box-content {
    padding: 20px 20px;
}
.cspt-element-blog-style-4[data-columns="5"] .post-item,
.cspt-element-blog-style-4[data-columns="6"] .post-item {
	display: block !important;
}
.cspt-element-blog-style-4[data-columns="5"] .post-item .cspt-featured-container,
.cspt-element-blog-style-4[data-columns="6"] .post-item .cspt-featured-container {
	width: 100%;
}


@media (min-width:991px) {
    .cspt-blogbox-style-4 .cspt-read-more-link {
        position: absolute;
        bottom: 25px;
    }
}

@media (max-width:991px) {
    .cspt-blogbox-style-4 .post-item {
        display: block !important;
    }
    .cspt-blogbox-style-4 .post-item .cspt-featured-container {
        width: 100%;
        flex-shrink: 0;
    }
}