/* --------------------------------------
 * static_box-style-1
 * ---------------------------------------*/

.cspt-element-static_box-style-1 .cspt-staticbox-ele,
.cspt-element-static-box-style-1 .cspt-staticbox-ele {
    margin-bottom: 30px;
}

.cspt-element-static-box-style-1 .cspt-static-box-inner,
.cspt-element-static_box-style-1 .cspt-static-box-inner {
    padding: 35px 30px;
    margin-left: -30px;
    height: 100%;
    text-align: left;
    background-color: #f7f9fa;
    position: relative;
}

.cspt-element-static-box-style-1 .creativesplanet-box-title h4,
.cspt-element-static_box-style-1 .creativesplanet-box-title h4 {
    font-size: 24px;
    line-height: 34px;
}

.cspt-element-static-box-style-1 a.cspt-more-bt,
.cspt-element-static_box-style-1 a.cspt-more-bt {
    background-color: #86bb46;
    color: #fff;
    display: block;
    padding: 10px 15px;
    margin: 0 -30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.cspt-element-static_box-style-1 a.cspt-more-bt:hover {
    background-color: #2c2c2c;
}

@media(max-width:991px) {
    .cspt-element-static_box-style-1 .cspt-static-box-inner {
        padding-bottom: 60px;
    }
    .cspt-element-static-box-style-1 .cspt-static-box-inner {
        margin-left: 0;
    }
    .cspt-static-box-style-1 .cspt-contentbox img {
        width: 100%;
    }
}

@media(max-width:767px) {
    .cspt-element-static_box-style-1 .cspt-static-box-inner {
        margin-left: 0px;
        padding-bottom: 60px;
    }
    .cspt-element-static-box-style-1 .cspt-element-posts-wrapper .cspt-static-box-ele {
        margin-bottom: 30px;
    }
}