.content {
    padding: 10px 0 30px
}

footer#footer {
    border-top: 1px solid #ababab
}

.banner-page {
    background: #2d42ba;
    padding: 30px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

    .banner-page h1 {
        font-size: 43px;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700
    }

.blog-navigation a,
span.post-author,
span.post-date {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.blog-navigation a {
    color: #2d42ba
}

    .blog-navigation a i {
        color: #ed0c0c
    }

a.post-link {
    display: block;
    background: #fff;
    border: 1px solid #d6d6d6;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    text-align: center
}

@media(min-width:768px) {
    a.post-link.featured-post-1 {
        height: auto
    }

    a.post-link.featured-post-3 {
        height: auto;
        background: #000;
        display: flex;
        justify-content: center
    }

        a.post-link.featured-post-3 img {
            width: auto !important;
            height: auto !important
        }
}

@media(min-width:998px) {
    a.post-link.featured-post-1,
    a.post-link.featured-post-2 {
        height: 464px
    }

    a.post-link.featured-post-3 {
        height: 217px
    }
}

a.post-link img {
    margin: 0 auto;
    height: 100%
}

a.post-link span.post-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    transition: .5s linear
}

a.post-link:hover {
    border: 1px solid #2d42ba
}

    a.post-link:hover span.post-title {
        background: #2d42ba;
        color: #fff
    }

span.post-author,
span.post-date {
    color: #1c1616;
    display: inline-block;
    padding-right: 15px;
    line-height: 20px
}

span.post-author {
    border-right: 0;
    padding-left: 10px;
    text-transform: none
}

div.post-title-share {
    margin-bottom: 15px;
    border-bottom: 4px solid #2d42ba
}

.share-post {
    margin-bottom: 10px
}

    .share-post a {
        color: #000;
        display: inline-block;
        margin: 0 4px
    }

h1.post-headline {
    font-size: 31px;
    color: #010107
}

div.featured-img {
    margin-bottom: 30px;
    text-align: center
}

    div.featured-img img,
    div.post-content img {
        max-width: 100%
    }

div.post-content {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.breadcrumb-post {
    background: 0 0;
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 0
}

    .breadcrumb-post a {
        color: #e81a1a
    }

.breadcrumb-item.active {
    color: #4aab00
}

body.category div#sidebar-blog {
    margin-top: 0
}

div#sidebar-blog h2.widget-title {
    color: #e81a1a;
    margin-top: 0;
    font-size: 29px;
    font-weight: 700;
    border-bottom: 4px solid #2d42ba;
    line-height: 43px;
    text-transform: uppercase
}

div#sidebar-blog ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

    div#sidebar-blog ul li a {
        display: inline-block;
        padding: 0 15px 0 0;
        margin: 6px 0;
        color: #161619;
        font-weight: 700;
        font-size: 19px;
        line-height: 19px;
        transition: .5s
    }

        div#sidebar-blog ul li a:hover {
            padding-left: 15px
        }

div#sidebar-blog #hm_related_posts_widget-2 ul li a,
div#sidebar-blog #recent-posts-2 ul li a {
    border: 0;
    display: block;
    margin: 20px 0
}

@media(min-width:576px) {
    a.post-link {
        height: 250px
    }
}

@media(min-width:768px) {
    h1.post-headline {
        font-size: 36px;
        margin-top: 0
    }

    a.post-link {
        height: 250px
    }
}

@media(min-width:992px) {
    a.post-link {
        height: 217px
    }
}

@media(min-width:1200px) {    
    a.post-link
    {
        height: 250px
    }
}
