/*** .cspt-blogbox-style-3 ***/

.cspt-blogbox-style-3 {
    background-color: #fff;
    margin-bottom: 30px;
}

.cspt-blogbox-style-3 .creativesplanet-box-content {
    padding: 30px 0px 30px 0px;
}

.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
}

.cspt-blogbox-style-3 .post-item .cspt-meta-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.cspt-blogbox-style-3 .post-item .cspt-post-title {
    font-size: 25px;
    line-height: 35px;
}

.cspt-blogbox-style-3 .post-item .cspt-read-more-link {
    margin-top: 15px;
}

.cspt-blogbox-style-3 .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-3 .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-3 .post-item .cspt-read-more-link a:hover:after {
    width: 0;
}

.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-blackish-bg-color);
}

.cspt-blogbox-style-3 .post-item .cspt-meta-date,
.cspt-blogbox-style-3 .post-item .cspt-meta-date a,
.cspt-blogbox-style-3 .post-item a.more-link:before,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:before {
    color: var(--cspt-greenly-global-color);
}

.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-global-color);
}