header {
    background: linear-gradient(to bottom, #04a17ad4, #055e4bf0), url(../img/post.jpg) no-repeat;
    background-size: cover;
}
.header-main {
    margin-top: 6rem;
    margin-bottom: 6rem;
    justify-content: center;
    align-items: center;
}
.header-main h3 {
    font: 3rem 'gofteh';
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(155deg, #ffffff 35%, #85f7d0 100%);
    text-align: center;
}
.article--item {
    padding: 8px;
}
.article--item article {
    display: grid;
    height: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ecedf4;
    overflow: hidden;
    box-shadow: 0px 15px 20px -15px #D9DAE5;
    -webkit-box-shadow: 0px 15px 20px -15px #D9DAE5;
    -moz-box-shadow: 0px 15px 20px -15px #D9DAE5;
    -o-box-shadow: 0px 15px 20px -15px #D9DAE5;
    -ms-box-shadow: 0px 15px 20px -15px #D9DAE5;
}
.article--item article:hover {
    box-shadow: 0 0 40px 0 #d9dae5c8;
    -webkit-box-shadow: 0 0 40px 0 #d9dae5c8;
    -moz-box-shadow: 0 0 40px 0 #d9dae5c8;
    -o-box-shadow: 0 0 40px 0 #d9dae5c8;
    -ms-box-shadow: 0 0 40px 0 #d9dae5c8;
    border: 1px solid #fff;
}
.article--item article:hover img  {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.article--item article:hover h4 {
    color: #01c694;
}
.article--item article:hover .continue {
    color: #01c694;
}
.article--item article:hover .continue svg {
    stroke: #01c694;
}
.article--item article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.article--item article h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: var(--color-1);
    font-size: 0.96rem;
    line-height: 1.67;
}
.article--item article h4 a {
    color: var(--color-1);
}
.article--item article p {
    color: #6b6e7a;
    line-height: 1.67;
    text-align: justify;
    font-size: 0.88rem;
    word-spacing: -2px;
}
.article--item__detail {
    margin-top: 1.2rem;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9DA1B2;
    font-size: 0.75rem;
    font-weight: 600;
}
.article--item__detail .continue {
    display: flex;
    align-items: center;
}
.article--item__detail .continue svg {
    width: 16px;
    height: 16px;
}
.article--img {
    overflow: hidden;
    height: 170px;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    margin: 3px;
    background: #f2f5f6;
    border-radius: 6px;
    border: none;
    color: #364163;
    font-size: 1.2rem;
    font-weight: 500;
}
.previouspostslink {
    font-size: 0.9rem;
}
.current {
    background: #01c694 !important;
    color: #fff !important;
    font-weight: 600 !important;
}

#breadcrumbs {
    border: 1px solid #e3e5ef;
    padding: 1rem 0.8rem;
    border-radius: 6px;
    color: #3c3c3cc4;
    font-size: 0.9rem;
    margin-bottom: 3px;
}
#breadcrumbs a {
    color: #3c3c3cc4;
}

@media (max-width: 768px) {
    header {
        background-position: center center;
    }
    #breadcrumbs {
        margin-left: 12px;
        margin-right: 12px;
    }
}