    /*** .cspt-blogbox-style-7 ***/
    
    .cspt-blogbox-style-7 .post-item {
        margin-bottom: 30px;
        display: -ms-flexbox!important;
        display: flex!important;
        align-items: normal;
        border-radius: 30px;
    }
    
    .cspt-blogbox-style-7 .post-item .cspt-featured-container {
        margin: 0 70px 0 0;
        width: 650px;
    }
    
    .cspt-blogbox-style-7 .post-item .creativesplanet-box-desc {
        -webkit-flex-shrink: 100;
        -moz-flex-shrink: 100;
        -ms-flex-negative: 100;
        flex-shrink: 100;
    }
    
    .cspt-blogbox-style-7 .post-item .cspt-meta-date {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    
    .cspt-blogbox-style-7 .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-7 .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-7 .post-item .cspt-read-more-link a:hover:after {
        width: 0;
    }
    
    .cspt-blogbox-style-7 .post-item .cspt-read-more-link a:after {
        background-color: var(--cspt-greenly-blackish-bg-color);
    }
    
    .cspt-blogbox-style-7 .post-item .cspt-read-more-link a:before,
    .cspt-blogbox-style-7 .post-item .cspt-meta-date a {
        color: var(--cspt-greenly-global-color);
    }
    
    .cspt-blogbox-style-7 .post-item .cspt-read-more-link a:after {
        background-color: var(--cspt-greenly-global-color);
    }
    
    .cspt-blogbox-style-7 .cspt-meta-date span {
        display: block;
    }
    
    .cspt-blogbox-style-7 .cspt-meta-date .cspt-date-wrap {
        font-size: 100px;
        line-height: 100px;
        -webkit-text-fill-color: var(--cspt-greenly-white-color);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(0 0 0 / 30%);
    }
    
    .cspt-blogbox-style-7 .cspt-meta-date .cspt-year-wrap {
        font-weight: 500!important;
    }
    
    .cspt-blogbox-style-7 .post-item .cspt-meta-date .cspt-year-wrap {
        color: #999;
        letter-spacing: 2px;
    }
    
    .cspt-blogbox-style-7 .cspt-meta-container {
        width: 360px;
    }
    
    .cspt-blogbox-style-7 .creativesplanet-box-desc-text p {
        margin-bottom: 0;
    }
    
    .cspt-blogbox-style-7 .cspt-meta-category a {
        color: var(--cspt-greenly-global-color);
        text-transform: uppercase;
        font-size: 13px;
        line-height: 36px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    
    @media(max-width:767px) {
        .cspt-blogbox-style-7 .post-item .cspt-featured-container {
            margin: 0 40px 0 0;
        }
    }
    
    @media(max-width:690px) {
        .cspt-blogbox-style-7 .post-item {
            display: block!important;
        }
        .cspt-blogbox-style-7 .post-item .cspt-featured-container {
            width: 100%;
        }
        .cspt-blogbox-style-7 .creativesplanet-box-content {
            padding-top: 20px;
        }
        .cspt-blogbox-style-7 .post-item .cspt-meta-date {
            display: flex;
            align-items: center;
        }
        .cspt-blogbox-style-7 .post-item .cspt-meta-date .cspt-year-wrap {
            padding-left: 20px;
        }
    }