/*card*/
.card-cat_post {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    border: 0;
    box-shadow: 1px 4px 13px 0px rgba(0, 0, 0, 0.07);
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    border-radius: 10px;
    overflow: hidden;
}
.card-cat_post .term-box {
    color: #0E93B2;
    font-size: 13px;
}
.card-cat_post .entry-title {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 5px;
    min-height: 50px;
}
.card-cat_post .entry-title a{
color: #24203C;
}
.card-cat_post .post-header {
    padding-bottom: calc( 0.672 * 100% );
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 10px;
}
.card-cat_post .post-header img {
    margin-bottom: 0;
    display: block;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    object-fit: cover;
}
.card-cat_post {
    width: 100%;
    margin: 0;
}
.card-cat_post .post-info {
    padding: 0 15px;
    margin: 12px 0 20px;
}
.post_grid_box .box-wrapper {
    display: grid;
    grid-gap: 20px;
}
.card-cat_post .p_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    color: #24203C;
}
/*ipad (tablet)*/
@media (max-width: 1024px) {

}
/*iphone8 (smartphone)*/
@media (max-width: 767px) {

}
