﻿

.blog-category .post-entry {
    margin-bottom: 30px;
}

    .blog-category .post-entry h3 a {
        color: #232323;
        font-weight: 600;
    }

        .blog-category .post-entry h3 a:hover {
            text-decoration: underline;
        }

    .blog-category .post-entry .thumbnail {
        flex: 0 0 30%;
    }

.blog-category h6 {
    font-family: 'Roboto' !important;
    color: #172959;
}

@media (max-width: 960px) {
    .blog-category .post-entry .thumbnail {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

.blog-category .post-entry.half .thumbnail {
    flex: 0 0 50%;
}

@media (max-width: 768px) {
    .blog-category .post-entry.half .thumbnail {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

.blog-category .post-entry.small-img .thumbnail {
    flex: 0 0 30%;
}

.row.blogarticle {
    padding: 1pc;
    box-shadow: 0 0 12px #c7c7c7;
    margin-bottom: 2pc;
}

    .row.blogarticle:hover {
        box-shadow: 0 0 6px #9d9d9d;
    }

    .row.blogarticle h3 {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 18px;
        line-height: 1.6;
    }

    .row.blogarticle p {
        font-size: 15px;
    }

.blog-category .post-list h2 a {
    color: #172959;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}

@media (max-width: 768px) {
    .blog-category .post-entry.small-img .thumbnail {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

.blog-category .border-bottom {
    border-color: #eee;
}

.blog-category .post-meta {
    font-size: 11px;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #a3a1a1;
    margin-bottom: 10px;
}

.blog-category .author .photo {
    margin-right: 10px;
}

    .blog-category .author .photo img {
        width: 40px;
        border-radius: 50%;
        margin-bottom: 0;
    }

.blog-category .author .name h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #a3a1a1;
}

.blog-category .post-list {
    margin-bottom: 30px;
    padding-right: 1pc;
}

    .blog-category .post-list img {
        margin-bottom: 30px;
    }

    .blog-category .post-list h2 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }

        .blog-category .post-list h2 a {
            color: #232323;
        }

            .blog-category .post-list h2 a:hover {
                text-decoration: underline;
            }

    .blog-category .post-list.lg h2 {
        font-size: 40px;
        line-height: 1;
    }

span.post-list.border-bottom span:nth-of-type(2) {
    font-size: 12px;
    color: #939393;
    font-weight: 400;
}

.post-list.border-bottom span {
    font-size: 12px;
    color: #939393;
    font-weight: 400;
    letter-spacing: 0;
    font-family: system-ui;
}
