.side-list-wrapper {
    margin-bottom: 50px;
}

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

.side-list-page-entry-text {
    position: relative;
    margin-bottom: 30px;
    border-bottom: solid 1px #cec0b5;
}

.side-list-page-entry-text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: solid 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.side-list-page-entry-text:hover:before {
    color: #389eae;
}

.side-list-page-entry-text a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.side-list-page-entry-text a:hover {
    color: #389eae;
}

div.side-list-header h5 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 40px;
    background-color: #f99a98;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

div.side-list-page-entry-text div.side-list-title h3 {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding-left: 15px;
}

div.side-list-date {
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
}

div.side-list-date p {
    display: inline-block;
    margin: 0;
}

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

div.blog-pagination {
    width: 90%;
    margin: 0 5%;
}
div.blog-pagination div.ccm-pagination-wrapper .pagination>li>a,
div.blog-pagination div.ccm-pagination-wrapper .pagination>li>span{
    color: #f99a98;
}

div.blog-pagination div.ccm-pagination-wrapper .pagination>.active>a,
div.blog-pagination div.ccm-pagination-wrapper .pagination>.active>span {
    background-color: #f99a98;
    border-color: #f99a98;
    color: #fff;
}

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

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

div.side-list-header h5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

}

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

@media only screen and (min-width: 960px) {
    div.side-list-page-entry-text div.side-list-title h3,
    div.side-list-date {
        font-size: 14px;
    }

}