.post-list.category {
    padding-top: 10vw;
}

.post-list.category .back {
    position: absolute;
    top: 10vw;
    left: 6.9444vw;
    z-index: 2;
    padding-left: 2.4vw;
}

.post-list.category .back:before {
    position: absolute;
    left: 0;
    top: -0.2vw;
    content: "";
    display: block;
    background-image: url(../../images/arrow-dark.svg);
    background-size: contain;
    width: 1.942vw;
    height: 1.942vw;
    transform: -webkit-rotate(90deg);
    transform: rotate(90deg);
}

.post-list.category h1 {
    margin: 6vw 0 4vw;
    display: block;
}

.post-list .list,
.post-list .alm-listing {
    width: 100%;
    display: grid;
    -webkit-grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    -webkit-grid-gap: 2.083vw;
    grid-gap: 2.083vw;
}

.post-list .post-thumbnail,
.post-list .alm-listing a {
    width: 100%;
    -webkit-grid-column: span 1;
    grid-column: span 1;
    margin-bottom: 6.4vw;
}

.blog .post-list .post-thumbnail.i1,
.category.post-list .post-thumbnail.i1 {
    -webkit-grid-column: span 3;
    grid-column: span 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-list .post-thumbnail figure {
    position: relative;
    margin-bottom: 1vw;
    overflow: hidden;
}

.post-list .post-thumbnail figure:before {
    padding-bottom: 67.37%;
    content: "";
    display: block;
    width: 100%;
}

.post-list .post-thumbnail:hover h3 {
    color: var(--color-orange-100);
}

.post-list .post-thumbnail figure picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.post-list .post-thumbnail:hover figure picture img {
    width: 115%;
    height: 115%;
}

.post-list .post-thumbnail .arrow {
    left: 0;
    margin-top: 5vw;
    position: relative;
    display: inline-block;
    transform: -webkit-rotate(-90deg);
    transform: rotate(-90deg);
    transition-duration: 0.4s;
}

.post-list .post-thumbnail:hover .arrow {
    transition-delay: 0.3s;
    left: 1.5vw;
}

.post-list .post-thumbnail:hover .arrow path {
    transition-delay: 0.3s;
    stroke: var(--color-orange-100);
}

.blog .post-list .post-thumbnail.i1 figure,
.category.post-list .post-thumbnail.i1 figure {
    width: 66%;
}

.post-list .post-thumbnail.i1:hover figure:before {
    padding-bottom: 67.37%;
}

.blog .post-list .post-thumbnail.i1 .info,
.category.post-list .post-thumbnail.i1 .info {
    width: 34%;
    padding: 0 4vw;
}

.post-list .cats {
    color: var(--color-orange-100);
}

#ajax-load-more .alm-btn-wrap {
    text-align: center;
    padding: 3vw 0;
}

.alm-load-more-btn.done {
    display: none;
}

@media only screen and (min-width: 641px) {
    .post-list .post-thumbnail .arrow {
        opacity: 0;
    }

    .post-list .post-thumbnail:hover .arrow {
        opacity: 1;
    }
}

@media only screen and (max-width: 960px) {
    .blog .post-list .post-thumbnail.i1 .info,
    .category.post-list .post-thumbnail.i1 .info {
        padding: 0 20px;
    }

    .post-list .post-thumbnail h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .post-list .list,
    .post-list .alm-listing,
    .blog .post-list .post-thumbnail.i1,
    .category.post-list .post-thumbnail.i1 {
        display: block;
    }

    .blog .post-list .post-thumbnail.i1 figure,
    .blog .post-list .post-thumbnail.i1 .info,
    .category.post-list .post-thumbnail.i1 figure,
    .category.post-list .post-thumbnail.i1 .info {
        width: 100%;
    }

    .blog .post-list .post-thumbnail .info,
    .category.post-list .post-thumbnail .info {
        padding: 10px 0 20px !important;
    }

    .post-list .post-thumbnail .arrow {
        position: relative;
        left: 2px;
        margin-top: 1.56rem;
    }

    .post-list .post-thumbnail,
    .post-list .alm-listing a {
        margin-bottom: 0;
    }

    .category.post-list .back {
        display: block;
        position: absolute;
        left: 20px;
        top: 90px;
        z-index: 2;
        padding-left: 30px;
    }

    .category.post-list .back:before {
        content: "";
        position: absolute;
        display: block;
        width: 4.8vw;
        height: 4.8vw;
        left: 0;
        top: 0;
        background-image: url(../../images/arrow-dark.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        transform: rotate(90deg);
    }

    .post-list.category h1 {
        margin: 150px 0 40px;
    }
}
