/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 07 2023 | 04:50:50 */
span.published.entry-meta_items {
    display: none;
}
#main .postList,
.home .mainSection .postList {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}
 
#main .media,
.home .media {
    padding: 1%;
    margin: 1% 1% 50px;
    border: solid 1px #eee;
}
 
@media (max-width: 480px) {
    #main .media,
    .home .media {
        width: 98%;
    }
}
 
@media (min-width: 481px) and (max-width: 767px) {
    #main .media,
    .home .media {
        width: 48%;
    }
}
 
@media (min-width: 768px) {
    #main .media,
    .home .media {
        width: 31.333%;
    }
}
 
.archive .entry-meta_items_term,
.blog .entry-meta_items_term,
.home .entry-meta_items_term {
    display: none;
}
 
#main .media .postList_thumbnail,
.home .media .postList_thumbnail {
    width: 100%;
    padding-right: 0px;
    float: none;
}
 
#main .navigation.pagination,
.home .navigation.pagination {
    width: 100%;
}