/**
* list.css 
**/

.gc_gallery-wrap {
    letter-spacing: -.40em;
    margin-bottom: 20px;
    z-index: 100;
}

.gc_gallery-item,
h3.gc_gallery-category {
    letter-spacing: normal;
}

h3.gc_gallery-category {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.gc_gallery-item {
    position: relative;
    display: inline-block;
    width: 22%;
    /* or 33.3333%*/
    padding: 0px 30px 16px 0px;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
    margin-top: 40px;
}

.gc_gallery-item a {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    z-index: 100;
}

.gc_gallery-item a:hover img {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gc_gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gc_gallery-item h4 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #505050;
    background-color: #f3f2ed;
    padding: 0;
}

.gc_gallery-item span {
    color: #505050;
}

.gc_post-title {
    font-size: 0.95em !important;
    font-weight: bold;
    word-wrap: break-all !important;
    width: 100% !important;
    position: absolute !important;
    left: 8px !important;
    bottom: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 16px !important;
    opacity: 0 !important;
    transition: all 0.2s ease !important;
    line-height: 1 !important;
    background-color: transparent !important;
    border-left: 0px;
    letter-spacing: normal;
}

.gc_gallery-item a:hover .gc_post-title {
    opacity: 1 !important;
}

@media(max-width: 768px) {
    .gc_gallery-item {
        width: 33.3333%;
        padding: 0px 15px 16px 15px;
    }
}

@media(max-width: 550px) {
    .gc_gallery-wrap {
        margin-left: -5px;
        margin-right: -5px;
    }
    .gc_gallery-item {
        width: 50%;
        margin-bottom: 0;
    }
}