/*=== .cspt-blogbox-style-2 ===*/

.cspt-blogbox-style-2 {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 40px 40px 30px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.cspt-blogbox-style-2:after {
    content: "";
    position: absolute;
    margin: 10px;
    border: 1px solid #ededed;
    width: calc(100% - 20px);
    left: 0;
    height: calc(100% - 20px);
    top: 0;
    z-index: 0;
}

.cspt-blogbox-style-2 .post-item {
    position: relative;
    z-index: 2;
}

.cspt-blogbox-style-2 .cspt-meta-date {
    border-radius: 6px;
    padding: 6px 25px;
    color: var(--cspt-emphires-white-color);
    background-color: var(--cspt-emphires-global-color);
    text-align: center;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
}

.cspt-blogbox-style-2 .cspt-meta-category a {
    color: #fff;
}

.cspt-blogbox-style-2 .creativesplanet-box-content .cspt-post-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0;
}

.cspt-blogbox-style-2 .creativesplanet-box-content .cspt-post-title a {
    color: var(--cspt-emphires-blackish-color);
}

.cspt-blogbox-style-2 .cspt-meta-container {
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #ededed;
}

.cspt-blogbox-style-2 .creativesplanet-box-desc {
    margin-top: 10px;
}

.cspt-blogbox-style-2 .creativesplanet-box-desc-text {
    margin-bottom: 15px;
}

.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #201846;
}

.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line a {
    color: #484746;
}

.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line i {
    color: #000;
}

.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line:last-child:after {
    display: none;
}

.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line:first-child {
    margin-left: 0;
}

.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line:first-child i:before {
    margin-left: 0;
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after {
    content: "\e839";
    font-family: "creativesplanet-base-icons";
    font-size: 16px;
    padding-left: 10px;
    background: none !important;
    line-height: 16px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.cspt-blogbox-style-2 .cspt-meta-container .cspt-meta-line i,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:hover,
.cspt-blogbox-style-2 .creativesplanet-box-content .cspt-post-title a:hover {
    color: var(--cspt-emphires-global-color);
}