.ct-wrapper {
    padding: 0
}

.outer-wrapper,
#content {
    background: transparent;
    border: 0
}

.main-wrapper {
    margin: 0
}

.sidebar-wrapper {
    display: none
}

#worksGrid {
    display: table
}

#portfolio {
    background: #fff
}

.worksItem {
    padding: 0;
    overflow: hidden;
    height: auto;
    text-align: center;
    position: relative;
    float: left;
    width: 31.333%;
    max-height: 360px;
    margin: 10px;
    background: #000000;
    cursor: pointer
}

.worksItem img {
    width: 100%;
    height: 275px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    object-fit: cover;
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .7
}

.worksItem .itemCaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.itemCaption h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color .35s;
    transition: transform 0.35s, color .35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    margin: 0
}

.capContent {
    padding-top: 15%;
    opacity: 0;
    margin-top: 25px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
}

.capPreview {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
    padding: 8px 10px;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s
}

.worksItem:hover .capContent {
    opacity: 1;
    padding-top: 20%
}

.post-title a {
    text-decoration: none;
    color: #FFF !important;
    padding: 0 18px;
    text-align: center;
    font-family: Lato;
    font-weight: 500
}

.post-footer,
.post-related {
    display: none
}
