/*=== cspt-element-static_box-style-1 ===*/

.cspt-element-static_box-style-1 .cspt-staticbox-ele {
    margin-bottom: 30px;
}

.cspt-element-static_box-style-1 .cspt-static-box-inner {
    padding: 35px 30px 60px;
    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: 16px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--cspt-emphires-white-color);
}

.cspt-static-box-style-1 .cspt-imgbox {
    margin-right: 40px;
}

.cspt-static-box-style-1 .cspt-contentbox {
    width: 40px;
    background: var(--cspt-emphires-secondary-color);
    color: var(--cspt-emphires-white-color);
    border-radius: 6px;
    vertical-align: middle;
    z-index: 20;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 0 top;
    top: 0;
    left: calc(100% - 15px);
    width: 169px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
}

.cspt-static-box-style-1 .cspt-contentbox .creativesplanet-box-title {
    margin-top: 8px;
}

.cspt-static-box-style-1 .cspt-imgbox img {
    border-radius: 6px;
}

.cspt-element-static_box-style-1 a.cspt-more-bt {
    background-color: var(--cspt-emphires-global-color);
}