.home-blog-list-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.home-blog-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.home-blog-list-page-entry-horizontal,
div.home-blog-list-page-entry {
    position: relative;
    width: 48%;
    margin-bottom: 30px;
    box-shadow: 0 -5px 0 #f99a98;
    border-bottom: solid 1px;
}

.home-blog-list-page-entry-horizontal a,
.home-blog-list-page-entry a {
    display: block;
}

div.home-blog-list-page-entry-horizontal div.home-blog-list-page-entry-thumbnail {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 1px 3px 10px #ccc;
}

div.home-blog-list-page-entry-thumbnail-caption {
    color: #fff;
    text-align: center;
    line-height: 120px;
}

div.home-blog-list-page-entry-thumbnail-mask {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

div.home-blog-list-page-entry-thumbnail-mask:hover {
    opacity: 1;
}

div.home-blog-list-page-entry-horizontal div.home-blog-list-page-entry-thumbnail img {
    width: 100%;
    max-width: none;
    height: 120px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


div.home-blog-list-page-entry-horizontal div.home-blog-list-page-entry-text {
    vertical-align: top;
    position: relative;
}

.home-blog-list-title {
    border-top: solid 1px;
}

div.home-blog-list-page-entry-text div.home-blog-list-title h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all  0.2s ease;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

div.home-blog-list-page-entry-text div.home-blog-list-title h3:hover {
    color: #389eae;
}

div.home-blog-list-date {
    padding-bottom: 16px;
}

div.home-blog-list-date p {
    text-align: right;
    margin: 0;
    line-height: 9px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
}

/* ==========================================================================
   Media Queries min-width: 768px
   ========================================================================== */

@media only screen and (min-width: 768px) {

    div.blog-pagination div.ccm-pagination-wrapper .pagination {
        margin-top: 50px;
        margin-bottom: 0;
    }

    div.home-blog-list-page-entry-horizontal,
    div.home-blog-list-page-entry {
        width: 23%;
        margin-bottom: 0;
    }

    div.home-blog-list-page-entry-horizontal div.home-blog-list-page-entry-thumbnail img {
        height: 126px;
    }

    div.home-blog-list-page-entry-thumbnail-caption {
    line-height: 130px;
    font-size: 16px;
    }

    div.home-blog-list-page-entry-text div.home-blog-list-title h3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* ==========================================================================
   Media Queries min-width: 960px
   ========================================================================== */

@media only screen and (min-width: 960px) {

    div.home-blog-list-page-entry-horizontal, div.home-blog-list-page-entry {
        display: block;
        border-bottom-color: #59483b;
        transition: all  0.2s ease;
    }

    div.home-blog-list-page-entry-horizontal:hover,
    div.home-blog-list-page-entry:hover {
        border-bottom-color: #389eae;
    }

    div.home-blog-list-page-entry-horizontal div.home-blog-list-page-entry-thumbnail {
        width: 100%;
        display: block;
    }

    div.home-blog-list-page-entry-horizontal div.home-blog-list-page-entry-thumbnail img {
        height: 150px;
    }

    div.home-blog-list-page-entry-thumbnail-caption {
    line-height: 150px;
    font-size: 16px;
}

    div.home-blog-list-page-entry-horizontal div.home-blog-list-page-entry-text {
        margin-top: 16px;
    }

    div.home-blog-list-page-entry-text div.home-blog-list-title h3 {
        padding-top: 10px;
        padding-bottom: 16px;
        margin: 0;
    }
}