.page-template-page-blog .site-content,
.page-id-3755 .site-content {
    padding: 0 20px;
}

.page-blog__header {
    padding-top: 2.75rem;
}

.blog-page__title {
    color: #5E5C46;
    font-family: var(--font-title);
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 100% */
}

.blog-page__description {
    color: #242220;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.48px;
    margin-top: 32px;
}

.blog-page__description p {
    margin-bottom: 0 !important;
}

.blog-page__link {
    margin-top: 2.375rem !important;
}

.blog-page__link a {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #5E5C45;
    padding: 1.1875rem 1.6875rem;
    color: #FAF7F3;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    transition: .3s;
    border-top: 2px solid #FAF7F3;
}

.blog-page__link a:hover {
    border-color: #5E5C45;
    background: #FAF7F3;
    color: #5E5C45;
}

.blog-categories {
    margin-top: 2.75rem;
}

.page-category-top-category-buttons .page-category-top-category-buttons__list-desktop {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .page-category-top-category-buttons .page-category-top-category-buttons__list-desktop {
        display: flex !important;
        margin-top: 3.75rem;
        list-style: none;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .page-category-top-category-buttons .page-category-top-category-buttons__list-desktop li {
        display: flex;
    }

    .page-category-top-category-buttons .page-category-top-category-buttons__list-desktop li a {
        text-decoration: none;
        background: #E89963;
        color: #ffffff;
        padding: 0.625rem 1.5625rem;
        font-family: var(--font-body);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 36px */
        border-radius: 400px;
        text-transform: capitalize;
        border: 2px solid #E89963;
        transition: .3s;
    }

    .page-category-top-category-buttons .page-category-top-category-buttons__list-desktop li a:hover {
        background: #ffffff;
        color: #E89963;
        border-color: #E89963;
    }
}

.antipodes-category-page__select {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .antipodes-category-page__select {
        display: block !important;
        background: #E89963;
        padding: 1rem 1.75rem;
        margin-top: 3.75rem;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
}

.antipodes-category-page__top,
.antipodes-anchor-block__select__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.antipodes-anchor-block__select__title {
    color: #fff;
    font-family: var(--font-title);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
}

.antipodes-anchor-block__select__separated {
    margin: 0 0.75rem;
    line-height: 0;
}

.antipodes-anchor-block__select__title__selected {
    line-height: 0;
}

.antipodes-anchor-block__select__title__selected a {
    text-decoration: none;
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 19.5px */
}

.antipodes-anchor-block__select__title__selected a:hover {
    color: #fff;
}

.antipodes-category-page__select__items {
    margin: 0 0 0 1.125rem !important;
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    transition: all .2s ease-in-out;
}

.antipodes-category-page__select__items li {
    list-style: decimal;
    color: #fff;
}

.antipodes-category-page__select__items li a {
    text-decoration: none;
    color: #fff;
    font-family: var(--font-body);
    text-transform: capitalize;
}

.antipodes-category-page__select__items li a:hover {
    color: #fff;
}

.antipodes-category-page__select__items.show li a p {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    .antipodes-category-page__select__items.show {
        opacity: 1;
        pointer-events: all;
        max-height: 100%;
    }

    .antipodes-category-page__select__items.show li a {
        color: #ffffff;
        border: 0;
        text-align: left;
        padding: 0;
    }

    .antipodes-anchor-block__select__dropdown-icon {
        transition: .3s;
    }

    .antipodes-anchor-block__select__dropdown-icon.rotate {
        transform: rotate(180deg);
    }

    .antipodes-category-page__select {
        display: block;
    }

    .antipodes-anchor-block__select.active::after {
        content: '';
        width: 100%;
        min-height: 40px;
        position: absolute;
        top: -13px;
        left: -10px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .page-article-top-category-buttons ul {
        display: none;
    }
}

.blog-posts {
    margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
    .blog-posts {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3rem 2rem;
    }
}

.blog-post {
    margin-top: 4.1875rem;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
    .blog-post {
        margin-top: 0;
    }
}

.blog-post:first-child {
    margin-top: 0;
}

.post-thumbnail {
    position: relative;
}

.post-thumbnail img {
    width: 100%;
}

.post-thumbnail__infos {
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    padding: 0.5rem 1.25rem 0.5rem 0.8125rem;
    background: rgba(250, 247, 243, 0.82);
    backdrop-filter: blur(10px);
    color: #5E5C45;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.post-thumbnail__title {
    margin-bottom: 0 !important;
    color: #5E5C45;
    font-family: var(--font-title);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 1rem;
}

.post-thumbnail__title::first-letter {
    text-transform: uppercase;
}

.post-thumbnail__description {
    color: #242220;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.48px;
    margin-top: 1rem;
    margin-bottom: 0 !important;
}

.post-thumbnail__link {
    margin-top: 2.5rem;
}

.post-thumbnail__link span {
    color: #5E5C45;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 1.1875rem 1.3125rem;
    border-top: 2px solid #5E5C45;
    background: #FAF7F3;
    text-decoration: none;
    transition: .3s;
}

.post-thumbnail__link span:hover {
    border-color: #FAF7F3;
    background: #5E5C45;
    color: #FAF7F3;
}

.blog-page__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    font-family: 'Georgia', serif;
    font-size: 18px;
    color: #5c594a;
    margin: 3.75rem 0 2rem 0 !important;
}

.pagination-arrow {
    text-decoration: none;
    font-size: 24px;
    color: #5c594a;
    position: relative;
    line-height: 0;
}

.pagination-arrow.disabled {
    color: #bbb;
    pointer-events: none;
    opacity: 0.4;
}

.pagination-text {
    font-weight: 500;
    color: #5E5C45;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}