/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
*/

.archive .wrap {
    max-width: 1400px;
}

.archive.category article.post {
    margin-bottom: 60px;
    padding: 0;
}

.archive.category .entry-headline {
    padding: 0;
    margin-bottom: 30px;
}

.archive.category .entry-headline .entry-title.category-title {
    /* background-color: #f1f7f8; */
    font-family: "Gilda Display", Sans-serif;
    margin-bottom: 10px;
    font-size: 26px;
}

.archive.category .entry-headline .entry-title.category-title a {
    margin-left: 0;
    display: inline-block;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(0, 0, 0, 1);
}

.archive.category .entry-headline .entry-title.category-title a:hover {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

.archive.category .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* background-color: #f1f7f8; */
}

.archive.category .entry-content h3.category-subtitle {
    font-size: 18px;
    color: #000;
    padding-top: 0;
    font-family: "Gilda Display", Sans-serif;
}

.archive.category .entry-content .category-description {
    color: #95989d;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*.archive.category .category-post-separator {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #EBEFF2;
    background: -webkit-linear-gradient(0deg, rgba(235, 239, 242, 1) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -moz-linear-gradient(0deg, rgba(235, 239, 242, 1) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(0deg, rgba(235, 239, 242, 1) 0%, rgba(0, 0, 0, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBEFF2", endColorstr="#000000", GradientType=0);
}*/

.archive.category article:last-of-type .category-post-separator {
    display: none;
} 

.archive.category article.post .entry-content-left {
    width: 100%;
    max-width: 384px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
}

.archive.category article.post .category-image {
    width: 100%;
}

.archive.category .page-header .page-title {
    font-size: 20px;
    margin-top: 30px;
}

.archive.category .entry-content ul {
    margin-bottom: 0;
    max-width: 640px;
}

@media ( max-width: 992px) {
    .archive.category article.post .entry-content-left {
        max-width: 290px;
    }
}

@media ( max-width: 767px) {

    .archive.category article.post {
        margin-bottom: 30px;
    }

    .archive.category .entry-headline {
        margin-bottom: 20px;
    }

    .archive.category .entry-headline .entry-title.category-title {
        font-size: 22px;
    }

    .archive.category .page-header .page-title {
        font-size: 20px;
    }

    .archive.category .entry-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 0;
    }

    .archive.category article.post .entry-content-left {
        width: 100%;
        max-width: none;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0;
        margin-top: 20px;
    }
}