
.kc-blog-page {
    padding: 0 0 100px;
    background: #f2f2ef;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

.kc-blog-hero {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding:0 0 30px 0;
    background: #f2f2ef;
}

.kc-blog-hero-inner {

    margin: 0 auto;

    text-align: left;
    padding-top:50px;

}

/* =========================================================
   SLIDER OUTER
========================================================= */

.kc-featured-slider-outer {
    width: 100%;
    overflow: hidden;
}


.kc-blog-hero-inner h1 {

    margin: 0 0 12px;

    font-size: 48px !important;

    line-height: 1.15em !important;

    font-weight: 500 !important;

    color: #0a0a0a !important;

    font-family: "DM Sans", Sans-serif !important;

}

.kc-blog-hero-inner p {

    margin: 0;

    font-size: 16px !important;

    line-height: 1.5em !important;

    color: #252525 !important;

    font-family: "DM Sans", Sans-serif !important;

}

/* ======================================================
   FEATURED SLIDER WRAPPER
====================================================== */

.kc-featured-slider-wrapper {

    margin-top: 35px;

}


/* ======================================================
   SLIDER
====================================================== */

.kc-featured-slider {

    display: flex;

    gap: 20px;

    overflow-x: auto;

    scroll-behavior: smooth;

    scroll-snap-type: x mandatory;

    scrollbar-width: none;
    
    padding: 0 123px;

}

/*.kc-featured-slider {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    padding: 0;*/
/*    will-change: transform;*/
/*}*/


.kc-featured-slider::-webkit-scrollbar {

    display: none;

}


/* ======================================================
   FEATURED SLIDE
====================================================== */

.kc-featured-slide {

    flex: 0 0 900px;

    min-height: 350px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 35px;

    align-items: center;

    padding: 60px;

    background: #0a0a0a;

    border-radius: 22px;

    scroll-snap-align: center;

    box-sizing: border-box;

}


/* ======================================================
   FEATURED CONTENT
====================================================== */

.kc-featured-slide-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.kc-featured-meta {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;

}


.kc-featured-category {

    display: inline-block;
    padding: 5px 9px;
    border: 1px solid #f5cb3940;
    font-family: "JetBrains Mono", Sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #f5cb39;

}


.kc-featured-reading-time {

    font-size: 14px;

    color: #dedede;

}


.kc-featured-slide h2 {

    margin: 0 0 25px;

    font-family: "DM Sans", Sans-serif;

    font-size: 42px !important;

    line-height: 1.15em !important;

    font-weight: 500 !important;

}


.kc-featured-slide h2 a {

    color: #f5f5f3 !important;

    text-decoration: none;

}


.kc-featured-read-more {

    font-family: "JetBrains Mono", Sans-serif;

    font-size: 18px;

    color: #f5cb39;

    text-decoration: none;

}


/* ======================================================
   FEATURED IMAGE
====================================================== */

.kc-featured-image {

    display: block;

    height: auto;

    overflow: hidden;

    border-radius: 15px;

}


.kc-featured-image img {

    width: 100%;

    height: 100%;

    /*object-fit: cover;*/

    display: block;

    transition: transform .4s ease;

}


.kc-featured-image:hover img {

    transform: scale(1.04);

}


.kc-featured-image-placeholder {

    width: 100%;

    height: 100%;

    background: #eee8e2;

}


/* ======================================================
   SLIDER CONTROLS
====================================================== */

.kc-featured-slider-controls {

    max-width: 900px;

    margin: 30px auto 0;

    padding: 0 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


/* ======================================================
   PROGRESS INDICATORS
====================================================== */

.kc-featured-progress {

    flex: 1;

    display: flex;

    gap: 10px;

}


.kc-featured-progress-item {

    height: 3px;

    flex: 1;

    background: rgba(110, 0, 70, .15);

    cursor: pointer;

    transition: .3s ease;

}


.kc-featured-progress-item.active {

    background: #0a0a0a;

}


/* ======================================================
   ARROWS
====================================================== */

.kc-featured-arrows {

    display: flex;

    gap: 12px;

}


.kc-featured-arrows button {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: none;

    border-radius: 9px;

    background: #fff;

    color: #0a0a0a;

    cursor: pointer;

    font-size: 18px;

    transition: .3s ease;

}


.kc-featured-arrows button:hover {

    background: #0a0a0a;

    color: #fff;

}

/* ======================================================
   BLOG FILTER AREA
====================================================== */

.kc-blog-toolbar {

    margin-top: 70px;

}


.kc-badge {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 10px !important;
    color: #1d1500 !important;
    line-height: 1.55em !important;
    font-weight: 500 !important;
    font-family: "JetBrains Mono", Sans-serif !important;
    letter-spacing: 0.079px !important;
    background: #F5CB39;
    padding: 3px 8px;
}

.kc-blog-hero h1 {
    font-size: 92px !important;
    color: #0a0a0a !important;
    line-height: 1em !important;
    font-weight: 500 !important;
    font-family: "Instrument Serif", Sans-serif !important;
    letter-spacing: -0.033px !important;
    margin: 22px 0;
}

.kc-blog-hero p {
    margin: auto;
    font-size: 19px !important;
    color: #0a0a0a !important;
    line-height: 1.5em !important;
    font-family: "DM Sans", Sans-serif !important;
}



/*==========================================
BLOG TOOLBAR
==========================================*/

.kc-blog-toolbar{

display:flex;

justify-content:space-between;

align-items:center;

gap:30px;

margin-bottom:60px;

flex-wrap:wrap;

}

.kc-toolbar-left{

display:flex;

flex-wrap:wrap;

gap:12px;

}

.kc-toolbar-left a{
    padding: 10px 16px;
    /*border-radius: 12px;*/
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
    line-height: 1;
    letter-spacing: .01px;
    transition: .3s;
    border: 1px solid #dedede;
}

.kc-toolbar-left a:hover,

.kc-toolbar-left a.active{

background: #f5cb39;
color: #111111;
border: 1px solid #f5cb39;

}
.kc-toolbar-left a.active{
    pointer-events:none;
}

.kc-blog-search{

display:flex;

border:1px solid #dedede;

/*border-radius:12px;*/

overflow:hidden;

}

.kc-blog-search input{
    border: none !important;
    outline: none;
    padding: 12px 18px;
    width: 280px;
    font-size: 15px;
    color: #0a0a0a !important;
}
.kc-blog-search input:focus{
    color: #0a0a0a !important;
    outline:none !important;
}

.kc-blog-search button {
    border: none;
    background: transparent;
    color: #0a0a0a;
    padding: 0 22px;
    cursor: pointer;
}
.kc-blog-search button:hover{
    color: #0a0a0a !important;
}



/*==========================
BLOG GRID
==========================*/

.kc-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-bottom:60px;

}

/*==========================
CARD
==========================*/

.kc-blog-card{
background: transparent;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    border: 1px solid #dedede;

}

.kc-blog-card:hover{

transform:translateY(-6px);

}

.kc-blog-image img{
    width: 100%;
    height: auto;
    max-height: 310px;
    object-fit: cover;
    display: block;
}

.kc-blog-content{

padding:22px;

}

.kc-category {
    padding: 3px 8px;
    font-size: 9px !important;
    color: #1d1500 !important;
    line-height: 1.55em !important;
    font-weight: 500 !important;
    font-family: "JetBrains Mono", Sans-serif !important;
    letter-spacing: 0.079px !important;
    background: #f5cb39;
    text-transform: uppercase;
    margin-right: 5px;
}

.kc-blog-content h3{
    font-size: 26px !important;
    color: #0a0a0a !important;
    line-height: 1.4em !important;
    font-family: "Instrument Serif", Sans-serif !important;
    letter-spacing: -0.026px !important;
    font-weight: 400;
    margin: 0 0 15px 0;

}

.kc-blog-content h3 a{
    text-decoration: none;
    color: #0a0a0a !important;

}

.kc-blog-content p{
    font-size: 16px !important;
    color: #0a0a0a !important;
    line-height: 1.6em !important;
    font-family: "DM Sans", Sans-serif !important;
    margin-bottom: 15px;

}

.kc-read-more{
    text-decoration: none;
    font-size: 12px !important;
    color: #a158ae !important;
    font-weight: 500;
    line-height: 1.55em !important;
    font-family: "JetBrains Mono", Sans-serif !important;
    letter-spacing: 0.12px !important;
}
.kc-read-more:hover{
    color: #a158ae !important;
    border-bottom: 1px solid #a158ae;
}
/*==========================
PAGINATION
==========================*/

.kc-pagination{

display:flex;

justify-content:center;

margin-top:20px;

}

.kc-pagination .page-numbers{
    padding: 6px 18px;
    margin: 0 5px;
    text-decoration: none;
    background: transparent;
    color: #0a0a0a;
    border: 1px solid #dedede;
}

.kc-pagination .current{
    background: #0a0a0a;
    color: #f5f5f3;
}
.kc-no-posts h3{
        font-size: 24px !important;
    color: #0a0a0a !important;
    line-height: 1.5em !important;
    font-family: "DM Sans", Sans-serif !important;
}
#kc-blog-results{

    transition: opacity .3s ease;

}

/* ======================================================
   RESPONSIVE
====================================================== */
/* Large desktops (1440px and above) */
@media only screen and (min-width: 1440px){
    .sectionContentWrapper{
        max-width: 1440px !important;
        margin: 10px auto 0 auto !important;
    }
}

/* Tablets overall (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .sectionContentWrapper{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .kc-blog-content h3{
    font-size: 18px !important;   
  }
  .kc-blog-content p{
      font-size: 14px !important;
  }
}

@media (max-width: 1024px) {

    .kc-featured-slide {

        flex-basis: 760px;

        padding: 45px;

    }

}


@media (max-width: 767px) {

    .kc-blog-hero {

        padding-top: 40px;

    }
    .kc-blog-hero-inner {

        padding: 0 20px;
    }
    .kc-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .kc-blog-hero-inner h1 {

        font-size: 38px !important;

    }


    .kc-featured-slide {

        flex: 0 0 calc(100vw - 40px);

        grid-template-columns: 1fr;

        gap: 25px;

        padding: 30px;

    }


    .kc-featured-image {

        height: auto;

        order: -1;

    }


    .kc-featured-slide h2 {

        font-size: 26px !important;

    }


    .kc-featured-slider-controls {

        padding: 0 20px;

    }

}


@media (max-width: 480px) {

    .kc-blog-hero-inner h1 {

        font-size: 32px !important;

    }


    .kc-featured-slide {

        padding: 25px;

    }


    .kc-featured-progress {

        gap: 5px;

    }


    .kc-featured-arrows button {

        width: 38px;

        height: 38px;

    }

}