
/* plus sign */
.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}
.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #333;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}
.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

/* Portfolio one */
.cbp-l-grid-mosaic .cbp-caption-activeWrap.summer-sky {
    background-color: #24c1dd;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap.yellow {
    background-color: #f1c30f;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap.green {
    background-color: #84b813;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap:hover {
    opacity: .9 !important;
}
.portfolio-hover-effect i{
    color: #fff;
    position: absolute;
    text-align: right;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    left: -100%;
    top: 50%;
    font-size: 45px;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}
.portfolio-hover-effect:hover i {
    left: 50%;
}
.cbp-item.even {
    margin-top: -290px;
}
#js-grid-mosaic .cbp-wrapper-outer {
    overflow: visible;
}

/* portfolio minimal */
.gallery {
    width: 100% !important;
    height: 600px;
}
.portfolio-two .filtering .active {
    color: #24c1dd;
}
.portfolio-two .filtering span {
    background-color: #fff;
    border-right: 3px solid #ECECEC;
    line-height: 18px;
    color: #18191d;
    cursor: pointer;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio-two .filtering span:last-child{
    border-right: none;
}
.portfolio-two .items {
    position: relative;
    padding: 0;
}
.portfolio-two .items {
    padding:0 5px;
    margin-top: 10px;
}
.portfolio-two .item-img {
    position: relative;
    overflow: hidden;
}
.portfolio-two .item-img img{
    width: 100%;
}
.portfolio-two .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.portfolio-two .item-img-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dadada;
    opacity: .7;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overlay-info{
    position: relative;
    width: 100%;
}
.overlay-info p{
    font-size: 13px;
    color: #fff;
}
.portfolio-two .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-two .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}
