/*=== cspt-blogbox-style-5 ===*/

.cspt-blogbox-style-5,
.cspt-blogbox-style-5 .cspt-meta-data,
.cspt-blogbox-style-5 .creativesplanet-box-desc,
.cspt-blogbox-style-5 .cspt-meta-line,
.cspt-blogbox-style-5 .cspt-read-more-link,
.cspt-blogbox-style-5 .creativesplanet-box-content,
.cspt-blogbox-style-5 .cspt-box-content-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-5 {
    position: relative;
    overflow: hidden;
}

.cspt-blogbox-style-5::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.cspt-blogbox-style-5 .cspt-meta-data {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 30px 50px;
    z-index: 1;
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.cspt-blogbox-style-5:hover .cspt-meta-data {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.cspt-blogbox-style-5 .cspt-box-content-wrapper {
    position: absolute;
    bottom: 0;
    padding: 50px 45px 60px;
}

.cspt-blogbox-style-5:hover .cspt-box-content-wrapper {
    top: 0;
    bottom: auto;
}

.cspt-blogbox-style-5 .creativesplanet-box-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.cspt-blogbox-style-5:hover .creativesplanet-box-content {
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.cspt-blogbox-style-5 .cspt-meta-date {
    position: relative;
}

.cspt-blogbox-style-5 .cspt-meta-date span {
    font-weight: normal;
    font-size: 14px;
    display: block;
    letter-spacing: 3px;
    line-height: 14px;
}

.cspt-blogbox-style-5 .cspt-meta-data .cspt-post-title,
.cspt-blogbox-style-5 .creativesplanet-box-content .cspt-post-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.cspt-blogbox-style-5 .cspt-meta-data .cspt-post-title a {
    color: #fff;
}

.cspt-blogbox-style-5 .cspt-meta-container {
    margin-bottom: 22px;
}

.cspt-blogbox-style-5 .creativesplanet-box-desc {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.cspt-blogbox-style-5:hover .creativesplanet-box-desc {
    margin-top: 22px;
    height: auto;
    visibility: visible;
    opacity: 1;
}

.cspt-blogbox-style-5 .creativesplanet-box-desc-text {
    margin-bottom: 45px;
}

.cspt-blogbox-style-5 .cspt-meta-line {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.cspt-blogbox-style-5:hover .cspt-meta-line {
    color: #999;
}

.cspt-blogbox-style-5 .cspt-meta-cat-wrapper.cspt-meta-line {
    padding: 8px 12px;
    border: 1px solid;
    border-radius: 50px;
    letter-spacing: 0.5px;
    background-color: #fff;
    border-color: transparent;
}

.cspt-blogbox-style-5 .cspt-meta-date:before {
    content: '/';
    margin-right: 5px;
}

.cspt-blogbox-style-5 .cspt-meta-line:not(:first-child) {
    margin-left: 12px;
}

.cspt-blogbox-style-5 .creativesplanet-box-content .cspt-post-title a {
    color: var(--cspt-emphires-white-color);
}

.cspt-blogbox-style-5:hover .creativesplanet-box-content .cspt-post-title a {
    color: var(--cspt-emphires-blackish-color);
}

.cspt-blogbox-style-5 .cspt-read-more-link a,
.cspt-blogbox-style-5 .cspt-meta-category a {
    color: var(--cspt-emphires-global-color);
}

.cspt-blogbox-style-5:hover .cspt-meta-cat-wrapper.cspt-meta-line {
    border-color: var(--cspt-emphires-global-color);
}

.cspt-blogbox-style-5 .cspt-read-more-link span:after {
    background-color: var(--cspt-emphires-global-color);
}