.postList:not(.sml) .flex .postBody{
    padding-bottom: 55px;
}

.postList:not(.sml) .flex .content{
    width: calc(100% - 310px);    
}

/*.postList .postBody .avatar::before{
    display: none;
}*/

.postList.noHeader .flex{
    padding: 0px !important;
}
.postList.noHeader .postBody{
    padding-top: 25px !important;
}
.postList.noHeader .postPrev{
    position: relative;
    top: 30px !important;
    margin-bottom: 20px !important;
}


.postList .postHeader, .postGrid .postHeader{
    box-shadow: none;
    padding-bottom: 0;
}

.postList .postFooter, .postGrid .postFooter{
    padding-top: 0;
}

.postList .postPrev {
    margin: 10px;
    margin-left: 0;
    width: 300px;
}


.postList .postFooter{    
    padding-bottom: 10px;
    color: var(--dark);
    background-color: var(--postBg);
    border-radius: 0 0 var(--radius) var(--radius);
    width: 100%;
}
.postList .postFooter a, .postGrid .postFooter a{
    color: var(--dark);
}

.postList:not(.sml) .flex .postFooter{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 310px);
}


/** Small (Box) **/
.postList.sml .flex.container{
    padding-top: 60px;
}
.postList.sml.noHeader .flex.container{
    padding-top: 40px;
}

.postList.sml .flex .postHeader{
    position: absolute;
    top: 0px;
    right: 0px;
}

.postList.sml .flex .content,
.postList.sml .flex .postFooter{
    width: 100%;
}

.postList.sml .postPrev{
    width: 90%;
    margin: 0 auto 5px;
}


@media only screen and (max-width: 920px) and (min-width: 700px){
    .postList .flex.container{
        padding-top: 60px;
    }
    .postList.noHeader .flex.container{
        padding-top: 40px;
    }

    .postList .flex .postHeader{
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .postList .postBody{
        padding: var(--padding) !important;
    }

    .postList .flex .content,
    .postList .flex .postFooter{
        width: 100% !important;
        position: static !important;
    }

    .postList .postPrev{
        width: 90%;
        margin: 0 auto 5px;
    }
}
@media only screen and (max-width: 600px){
    .postList .flex.container{
        padding-top: 60px;
    }
    .postList.noHeader .flex.container{
        padding-top: 40px;
    }

    .postList .flex .postHeader{
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .postList .postBody{
        padding: var(--padding) !important;
    }

    .postList .flex .content,
    .postList .flex .postFooter{
        width: 100% !important;
        position: static !important;
    }

    .postList .postPrev{
        width: 90%;
        margin: 0 auto 5px;
    }
}
@media only screen and (max-width: 400px) {
    .postPrev{
        width: 100%;
    }
}






.postGrid h2{
    
    margin-bottom: 5px;
}
.postGrid.noHeader h2{
    width: 100%;
    padding-left: 15px;
}
.postGrid .postPrev{
    margin: 15px auto;
}

.postGrid .postFooter{
    background-color: var(--postBg);
    border-radius: 0 0 var(--radius) var(--radius);
}

.postGrid .albumPreview.i2 > div {
    height: 150px;
}

.postGrid .postHeader:empty{
    display: none;
}






.businessList{
    
}
.businessList .cover{
    display: block;
    position: relative;
    height: 200px;
    background: #eee center no-repeat;
    background-size: cover;
    border-bottom: 2px solid var(--primary);
    border-radius: var(--radius) var(--radius) 0 0;
}
.businessList .cover div{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.businessList .content{
    padding: var(--padding);
    height: 150px;
    overflow: hidden;
}
.businessList h2, .businessList h3, .businessList .h3{
    margin-top: 0;
}
.businessList .location{
    margin-bottom: 10px;
}
.businessList .desc{
    
}

