/*
* @Author: Injector
* @Date:   2018-09-07 16:45:32
* @Last Modified by:   Injector
* @Last Modified time: 2018-10-29 18:22:50
*/
.gist-filter {
    border-bottom: 1px solid #eee;
}
ul.gist-grid {
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
    margin-bottom: 0px!important;
}

ul.gist-grid li {
    margin: 0px;
    width: calc(50vw - 44px - 5px)!important;
}

.post-inner-bg {
    min-height: calc(59.32vw - 59.32px - 5.932px);
    transition: 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
}


.gist-name {
    text-align: right;
    padding: 14.5px 0;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}

.gist-name span {
    font-weight: 400;
    font-style: italic;
}

.gist-nav {
    width: 100%;
    margin-bottom: 0px !important;
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

ul.gist-nav-ul {
    text-align: center;
    margin-left: 0px;
    margin: 0 auto;
}

.gist-nav-inner h1 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

