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

.blog-page-list-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
}

.blog-page-list-page-entry-horizontal,
.blog-page-list-page-entry {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: solid 1px #cec0b5;
    background-color: #fff;
    height: 180px;
}

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

.blog-page-list-pages .thumbnail {
    width: 55%;
}

.blog-page-list-page-entry-thumbnail{
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 55%;
    height: 165px;
    box-shadow: 1px 3px 10px #ccc;
}

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

.blog-page-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;

}

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

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


.blog-page-list-page-entry-text {
    padding-left: 5%;
    vertical-align: top;
    width: 45%;
    position: relative;
}

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

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

.blog-page-list-date {
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.blog-page-list-date p {
    margin: 0;
}

.blog-page-list-page-entry-read-more {
    margin-top: 20px;
}

.blog-pagination {
    width: 90%;
    max-width: 450px;
    margin: 30px auto;
    text-align: center;
}
.blog-pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.blog-pagination li {
    list-style: none;
}
.blog-pagination .page-link {
    color: #f99a98;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    border: solid 2px #f99a98;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.15s linear;
}
.blog-pagination .dots .page-link {
    border: transparent;
}
.pagination-container .active .page-link{
    background-color: #f99a98;
    border-color: #f99a98;
    color: #fff;
}
/* ==========================================================================
   Media Queries min-width: 768px
   ========================================================================== */

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

    .blog-page-list-page-entry-text {
        padding-left: 20px;
    }

    .blog-page-list-page-entry-text .blog-page-list-title h3 {
        font-size: 16px;
    }

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

    .blog-page-list-page-entry-horizontal,
    .blog-page-list-page-entry {
        height: 200px;
        margin-bottom: 20px;
    }

    .blog-page-list-page-entry-thumbnail {
        height: 180px;
    }

    .blog-page-list-page-entry-thumbnail img {
        height: 180px;
    }

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

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

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

    .blog-page-list-wrapper {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .blog-page-list-page-entry-horizontal,
    .blog-page-list-page-entry {
        height: 270px;
        margin-bottom: 30px;
    }

    .blog-page-list-page-entry-thumbnail {
        height: 240px;
    }

    .blog-page-list-page-entry-thumbnail img {
        height: 240px;
    }

    .blog-page-list-page-entry-thumbnail-caption {
    line-height: 240px;
    font-size: 18px;
}

    .blog-page-list-page-entry-text {
        padding-left: 25px;
    }

    .blog-page-list-page-entry-text .blog-page-list-title h3 {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-page-list-date {
        right: 20px;
        bottom: 15px;
    }
}