/* Widget Template 1-3 ************************************************************************************************/
.template-1-3 .post-list {margin-left: -15px;margin-right: -15px;}
.template-1-3 .post-list .post-item {width: 33%;float: left;padding-left: 15px;padding-right: 15px;padding-bottom: 15px;}
.template-1-3 .post-list .post-item:nth-child(3n+1) {clear: both;}
.template-1-3 .post-list .block-content .image-wrap {padding-bottom: 70%;}
.template-1-3 .post-list .image-container .post-category {display: none;}
/*.template-1-3 .post-list .post-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important;display: inline-block;}*/
/*.template-1-3 .post-list .post-title {max-height: 42px;overflow: hidden;}*/
@media (max-width: 1024px) {
    /*.template-1-3 .post-list .post-title {max-height: 37px;overflow: hidden;}*/
}
@media (max-width: 768px) {
    .template-1-3 .post-list .post-item {width: 50%;}
    .template-1-3 .post-list .block-content .image-wrap {padding-bottom: 67%;}
    .template-1-3 .post-list .post-item:nth-child(3n+1) {clear: none;}
    .template-1-3 .post-list .post-item:nth-child(2n+1) {clear: both;}
}
@media (max-width: 767px) {
    .template-1-3 .post-list {margin: 0;}
    .template-1-3 .post-list .post-item {width: 100%;float: none;padding: 0;}
    /*.template-1-3 .post-list .post-title {max-height: 42px;overflow: hidden;}*/
}
/* END Widget Template 1-3 ********************************************************************************************/