/*=== cspt-blogbox-style-3 ===*/

.cspt-blogbox-style-3 {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.06);
}

.cspt-blogbox-style-3 .cspt-featured-wrapper img {
    border-radius: 6px;
}

.cspt-blogbox-style-3 .cspt-featured-container {
    position: relative;
    padding: 20px;
}

.cspt-blogbox-style-3 .cspt-meta-category {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 0;
}

.cspt-blogbox-style-3 .cspt-meta-category a {
    display: inline-block;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-left: 10px;
    background-color: var(--cspt-emphires-global-color);
    color: var(--cspt-emphires-white-color);
}

.cspt-blogbox-style-3 .cspt-featured-container .cspt-meta-date span {
    font-weight: normal;
    font-size: 14px;
    display: block;
    letter-spacing: 3px;
    line-height: 14px;
}

.cspt-blogbox-style-3 .creativesplanet-box-content {
    padding: 0 20px 20px 20px;
    background: #fff;
}

.cspt-blogbox-style-3 .creativesplanet-box-content .cspt-post-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0;
}

.cspt-blogbox-style-3 .creativesplanet-box-desc {
    margin-top: 10px;
}

.cspt-blogbox-style-3 .creativesplanet-box-desc-text {
    margin-bottom: 15px;
}

.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #6d7a8c;
    font-weight: 600;
}

.cspt-blogbox-style-3 .cspt-post-footer {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #dce5e7;
}

.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta-line i {
    color: var(--cspt-emphires-global-color);
}

.cspt-blogbox-style-3 .cspt-meta-category a:hover {
    background-color: var(--cspt-emphires-secondary-color);
}