/* blog-roll.css */

.blog-roll .blog-hero {
    padding: 0 20px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    height: 18rem;
    display: flex;
}

.blog-roll h1 {
    font-family: 'Burra', sans-serif;
    color: #fff;
    font-size: 100px;
    max-width: 1280px;
    margin: auto;
}

.blog-roll .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.blog-roll .latest-post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding: 10px;
    margin-top: 40px;
}

.blog-roll .latest-post-image,
.blog-roll .latest-post-content {
    min-width: 300px;
}

.blog-roll .latest-post-content {
    padding: 30px 50px;
    flex: 1.5;
}

.blog-roll .latest-post-image {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    flex: 2;
}

.latest-post-image img.latest-post-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.blog-roll .latest-post-content {
    padding: 20px;
}
.blog-roll h2 {
    letter-spacing: 9.31px;
    line-height: 1.5;
    font-family: "Sequel 100 Wide 55", sans-serif;
    margin-bottom: 2.75rem;
    font-size: 24px;
}
.latest-post-content p {
    font-family: Archivo, sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.line-separator {
    width: 120px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22120%22%20height%3D%2214%22%20viewBox%3D%220%200%20120%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M53.7395%209.64598C57.4687%2012.5135%2062.6302%2012.6022%2066.4554%209.86464L74.529%204.08653C79.2226%200.727465%2085.5769%200.921868%2090.0572%204.56159L95.1822%208.72513C99.2222%2012.0071%20105.034%2011.8978%20108.948%208.46627L118.593%200.0106393L120%201.62205L110.355%2010.0777C105.658%2014.1956%2098.6843%2014.3267%2093.8363%2010.3883L88.7113%206.22477C84.9778%203.19167%2079.6824%203.02967%2075.7712%205.82889L67.6976%2011.607C63.1073%2014.8921%2056.9135%2014.7856%2052.4384%2011.3446L44.3086%205.09325C40.1491%201.89487%2034.288%202.19293%2030.4731%205.79685L26.705%209.35659C21.9531%2013.8456%2014.593%2014.0388%209.61315%209.80521L0%201.6327L1.38261%200L10.9958%208.17253C15.1457%2011.7005%2021.2791%2011.5395%2025.239%207.79868L29.0071%204.23894C33.585%20-0.0857611%2040.6183%20-0.443436%2045.6096%203.39462L53.7395%209.64598Z%22%20fill%3D%22%23CBC7BE%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 3rem auto 6rem auto;
    
}
.blog-roll .blog-categories {
    margin-bottom: 40px;
    transform: translate(-50%);
    margin-left: 50%;
    width: 100vw;
    display: flex;
    justify-content: center;
    background-color: #D3E3ED;
}

.blog-roll .category-button {
    display: inline-block;
    font-family: "Sequel 100 Wide 55", sans-serif;
    text-transform: UPPERCASE;
    margin: 20px 4px;
    background: #191919;
    color: #ffff;
    text-decoration: none;
    border-radius: 30px;
    width: 250px;
    text-align: center;
    line-height: 4;
}
.blog-roll .category-button:hover {
    background: #191919b5;
}

.blog-roll .blog-categories>div {
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    gap: 5%;
    justify-content: center;
    padding: 20px;
}

.blog-post-list h2 {
    margin: 65px auto;
}

.blog-roll .blog-post-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 72rem;
    gap: 4%;
}

.blog-roll .blog-post-item {
    flex: 0 0 48%;
    min-width: 250px;
    box-sizing: border-box;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3.blog-post-title {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Sequel 100 Wide 55", sans-serif;
    letter-spacing: 2.5px;
    font-size: 1.5rem;
}


.blog-roll .blog-post-list .blog-post-item img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-roll .blog-post-item img {
    width: 100%;
    height: auto;
}
.blog-roll .blog-post-item .post-cta {
    background-color: rgb(211 227 237);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.post-cta a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Sequel 100 Wide 55", sans-serif;
    letter-spacing: 4.5px;
}
.post-cta a:hover svg {
    transform: translateX(0.25rem);
}
.blog-post-list p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 1.25em;
    line-height: 28px;
    font-family: Archivo, sans-serif;
    font-size: 16px;
}

.blog-roll .pagination {
    margin-top: 30px;
    text-align: center;
}

header.archive-header {
    background: #CBC7BE;
    padding: 2rem;
}

@media (min-width: 1024px) {
    .blog-roll .blog-hero {
        height: 560px;
    }
    .blog-roll .blog-post-item .post-cta {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 760px) {

    .blog-roll h1 {
        font-size: 9vw;
    }
    .blog-roll .latest-post {
        display: block;
    }
    .blog-roll .latest-post-image {
        height: 250px;
    }
    .blog-roll .latest-post-content {
        padding: 20px 2%;
    }
    .blog-roll h2 {
        margin-bottom: 1.75rem;
    }
    .blog-roll .category-button {
        font-size: 12px;
        width: 175px;
        margin: 10px 4px;
    }
    .blog-roll .blog-categories {
        padding: 1%;
    }
    .blog-roll .blog-post-list .blog-post-item img {
        height: auto;
    }
    .blog-roll .blog-categories>div {
        gap: 2%;
        padding: 1%;
    }
    .blog-roll .blog-post-item {
        min-width:350px;
        margin-bottom: 40px;
    }
    
    .blog-roll .blog-post-item .post-cta {
        padding: 1rem;
        margin: 0;
    }
    .post-cta a {
        justify-content: center;
    }
    .blog-post-list p {
        padding: 0 1.25rem;
    }
}
body.archive.category .container {
    max-width: unset !important;
}