/*=== cspt-portfolio-style-6 ===*/

.cspt-portfolio-style-6 .creativesplanet-post-item {
    position: relative;
    overflow: hidden;
}
.cspt-portfolio-style-6 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.cspt-portfolio-style-6:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cspt-portfolio-style-6.creativesplanet-overlay-box:hover img{
    filter: unset;
    -webkit-filter: unset;
}
.cspt-portfolio-style-6 .creativesplanet-box-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 40px;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--cspt-emphires-blackish-color);
    background-color: var(--cspt-emphires-white-color);
    transform: translate(-100%, -40px);
}
.cspt-portfolio-style-6:hover .creativesplanet-box-content{
    transform: translate(calc(0% + 40px), -40px);
}
.cspt-portfolio-style-6:hover .creativesplanet-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.cspt-portfolio-style-6 .creativesplanet-box-content .cspt-portfolio-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0;
}
.cspt-portfolio-style-6 .cspt-port-cat a {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}
@media(max-width:991px) {
    .cspt-portfolio-style-6 .creativesplanet-box-content .cspt-portfolio-title{
        font-size: 22px;
        line-height: 26px;
    }
    .cspt-portfolio-style-6 .creativesplanet-box-content{
        padding: 20px 20px;
    }
    .cspt-portfolio-style-6 .creativesplanet-box-content{
        transform: translate(-100%, -20px);
    }
    .cspt-portfolio-style-6:hover .creativesplanet-box-content{
        transform: translate(calc(0% + 20px), -20px);
    }
}
@media(max-width:991px) {
    .cspt-portfolio-style-6 .creativesplanet-box-content .cspt-portfolio-title {
        font-size: 18px;
        line-height: 22px;
    }
    .cspt-portfolio-style-6 .cspt-port-cat a {
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 1px;
    }
    .cspt-portfolio-style-6 .creativesplanet-box-content {
        padding: 10px 15px;
    }
}
[data-columns="4"] .cspt-portfolio-style-6 .creativesplanet-box-content {
    padding: 20px 15px;
	width: calc(100% - 20px);
	transform: translate(-100%, -10px);
}
[data-columns="4"] .cspt-portfolio-style-6:hover .creativesplanet-box-content {
    transform: translate(calc(0% + 10px), -10px);
}
[data-columns="4"] .cspt-portfolio-style-6 .cspt-port-cat a {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1.5px;
}
[data-columns="4"] .cspt-portfolio-style-6 .creativesplanet-box-content .cspt-portfolio-title {
    font-size: 20px;
    line-height: 26px;
}