.cspt-blogbox-style-3 .cspt-featured-container{
    position: relative;
}
.cspt-blogbox-style-3 .cspt-meta-category{
    display: inline-block;
    padding: 3px 15px;
    color: var(--cspt-enginir-white-color);
    position: absolute;
    bottom: 15px;
    left: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    z-index: 9;
}
.cspt-blogbox-style-3 .cspt-meta-category a{
    color: var(--cspt-enginir-white-color);
}
.cspt-blogbox-style-3 .creativesplanet-box-content{
    padding: 35px 25px;
    background: var(--cspt-enginir-white-color);
}
.cspt-blogbox-style-3 .creativesplanet-box-content .cspt-post-title{
    font-size: 30px;
    line-height: 36px;
}
.cspt-blogbox-style-3 .creativesplanet-box-content .cspt-post-title a{
    color: #222
}
.cspt-blogbox-style-3 .cspt-meta-container{
    margin-bottom: 10px;
    font-size: 16px;
}
.cspt-blogbox-style-3  .creativesplanet-box-desc{
    margin-top: 20px;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta-line:first-child {
    margin-left: 0;
}
.cspt-blogbox-style-3 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #a4a6a9;
} 
.cspt-blogbox-style-3 .creativesplanet-icon-box,
.cspt-blogbox-style-3 .cspt-featured-wrapper:before,
.cspt-blogbox-style-3 .cspt-featured-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-blogbox-style-3 .cspt-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.cspt-blogbox-style-3 .cspt-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 22, 42, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1; 
}
.cspt-blogbox-style-3:hover .cspt-featured-wrapper:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); 
}
.cspt-blogbox-style-3 .cspt-meta-link{
    position: absolute;
    left: 50%;
    top: 50%;  
    z-index: 99;
    margin-left: -25px;  
    margin-top: -25px; 
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition-delay: .5s;
}
.cspt-blogbox-style-3 .cspt-meta-link a{
    height: 50px;
    text-align: center;
    width: 50px;
    background: var(--cspt-enginir-white-color);
    line-height: 50px;
    font-size: 16px;
    display: block;
}
.cspt-blogbox-style-3:hover .cspt-meta-link{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cspt-blogbox-style-3 .post-item a.more-link:before,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a{
    color: var(--cspt-enginir-global-color);
}
/*** Elementor ***/
.elementor-element .cspt-blogbox-style-3 .cspt-featured-wrapper img {
    width: 100%;
}
.elementor-element .cspt-blogbox-style-3 .creativesplanet-box-content {
    background-color: var(--cspt-enginir-light-bg-color);
}
.cspt-elementor-bg-color-light.elementor-element .cspt-blogbox-style-3 .creativesplanet-box-content {
    background-color: var(--cspt-enginir-white-color);
}
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-3 .cspt-meta-category{
    background-color: var(--cspt-enginir-global-color);
}