.cspt-blogbox-style-11 .cspt-featured-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.cspt-blogbox-style-11 .creativesplanet-box-content {
    padding-top: 23px;
	text-align: left;
}
.cspt-blogbox-style-11 .cspt-featured-wrapper img {
    border-radius: 20px;
    width: 100%;
    transform: none;
}
.cspt-blogbox-style-11:hover .cspt-featured-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cspt-blogbox-style-11 .creativesplanet-box-content .cspt-post-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
}
.cspt-blogbox-style-11 .creativesplanet-box-content .cspt-post-title a {
    color:  var(--cspt-greenly-blackish-color);
}
.cspt-blogbox-style-11 .cspt-meta-category a {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 30px;
    background: rgba(23, 31, 40, 0.20);
    backdrop-filter: blur(50px);
    padding: 2px 15px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}
.cspt-blogbox-style-11 .cspt-meta-container {
    margin-bottom: 7px;
    font-size: 16px;
	line-height: 26px;
}
.cspt-blogbox-style-11 .creativesplanet-box-desc {
    margin-top: 15px;
}
.cspt-blogbox-style-11 .cspt-meta-container .cspt-meta-line {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    font-size: 13px;
	line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.78px;
}
.cspt-blogbox-style-11 .cspt-meta-container .cspt-meta-line:after {
    content: ".";
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -15px;
    font-size: 20px;
    line-height: 20px;
}
.cspt-blogbox-style-11 .cspt-meta-container .cspt-meta-line:last-child:after {
    display: none;
}
.cspt-blogbox-style-11 .cspt-meta-container .cspt-meta-line:first-child {
    margin-left: 0;
}
.cspt-blogbox-style-11 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-blackish-color);
}
.cspt-blogbox-style-11 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-11 .creativesplanet-box-content .cspt-post-title a:hover,
.cspt-blogbox-style-11 .cspt-meta-container .cspt-meta-line,
.cspt-blogbox-style-11 .cspt-meta-container .cspt-meta-line a {
    color: var(--cspt-greenly-global-color);
}
.cspt-blogbox-style-11 .post-item .cspt-read-more-link a:after {
    background-color: var(--cspt-greenly-global-color);
}

/* bg color  */
.cspt-elementor-bg-color-blackish .cspt-blogbox-style-11 .creativesplanet-box-content .cspt-post-title a,
.cspt-elementor-bg-color-secondary .cspt-blogbox-style-11 .creativesplanet-box-content .cspt-post-title a,
.cspt-elementor-bg-color-globalcolor .cspt-blogbox-style-11 .cspt-meta-container .cspt-meta-line,
.cspt-elementor-bg-color-globalcolor .cspt-blogbox-style-11 .creativesplanet-box-content .cspt-post-title a {
    color: var(--cspt-greenly-white-color);
}


@media (max-width: 575px) {
    .cspt-blogbox-style-11 .creativesplanet-box-content .cspt-post-title {
        font-size: 20px;
        line-height: 28px;
    }
}