
    @import "https://use.typekit.net/hne8axm.css";

    /* Fonts */
    .tk-aktiv-grotesk-extended {
        font-family: aktiv-grotesk-extended, sans-serif
    }

    .text-shadow {
        text-shadow: 0 0 20px #282828;
    }

    /* Blog Wrapper */
    #blogWrapper {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .custom-small-heading {
        font-size: 12px;
        font-weight: 400;
        color: #f6f2f4;
    }

    div.h3 {
        position: relative;
        z-index: 2;
    }

    .main-sm-copy {
        font-size: 1.2rem;
        text-transform: none;
        color: #aaa;
        max-width: 500px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 1rem;
        font-weight: 600
    }

    .abs-center-text {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .featpost-top {
        position: absolute;
        left: 0;
        top: 5%;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
        color: #fff;
    }

    .featpost-bottom {
        position: absolute;
        left: 0;
        top: 93%;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
        color: #fff;
    }

    .top-l,
    .bottom-l {
        position: absolute;
        left: 5%;
        z-index: 1;
    }

    .top-r,
    .bottom-r {
        position: absolute;
        right: 5%;
        z-index: 1;
    }

    .align-r {
        position: absolute;
        right: 0%;
        z-index: 1;
    }

    .post-img {
        display: block;
        height: 100%;
        overflow: hidden;
        background-color: #000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .post-img::before {
        background: linear-gradient(to top, #0000 80%, rgba(0, 0, 0, 0.507) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.507) 0%, transparent 100%);
        content: '';
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
    }

    .post-img::after {
        background: linear-gradient(to bottom, #0000 80%, rgba(0, 0, 0, 0.507) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.507) 0%, transparent 100%);
        content: '';
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
    }

    .post-img .img-thumb {
        width: 100%;
    }

    #blogWrapper a div.post-img,
    #blogGrid a div.post-img,
    #blogArchive a div.post-img {
        transition: transform 2500ms ease-in-out;
    }

    #blogWrapper a:hover div.post-img,
    #blogGrid a:hover div.post-img,
    #blogArchive a:hover div.post-img {
        transform: scale(1.05);
        transition: transform 2500ms ease-in-out;
    }

    .b-primary-btn {
        color: #fff;
        text-decoration: none;
        font-size: 1.1rem;
    }

    .b-primary-btn:hover {
        color: #fff;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        text-decoration: none;
    }

    .post-category,
    .read-time,
    .post-number,
    .blog-name {
        font-size: 10px;
        color: #aaa;
    }

    /* Featured Post */
    #featPost {
        max-height: 600px;
        height: 600px;
        overflow: hidden;
    }

    #featPost .h1,
    #fullPost .h1 {
        line-height: 1;
    }

    .line-down-wrap {
        height: 150px;
    }

    .line-down {
        border-right: 1px solid #aaa;
    }

    /* Filter Blocks + Blog Grid */
    #filterBlocks {
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    #filterBlocks .custom-small-heading {
        color: #aaa;
    }

    .container-fluid div.h3 {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }

    .b-secondary-btn {
        color: #000;
        text-decoration: none;
    }

    .b-secondary-btn:hover {
        color: #000;
        border-radius: 0;
        border-bottom: 1px solid #000;
        text-decoration: none;
    }

    #blogGrid {
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    #filterBlocks .scrolling-wrapper,
    #blogArchive .scrolling-wrapper {
        width: 100%;
        max-width: 100%;
        padding-left: 5%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-left: 0;
    }

    #filterBlocks .scrolling-wrapper::after {
        transition: opacity .2s ease-in-out;
        opacity: 0;
        content: "";
        display: block;
        pointer-events: none;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        right: 0;
        width: 100px;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 95%, #fff);
        opacity: 1;
    }

    #filterBlocks .scroll-block {
        min-width: 150px;
        width: 100%;
        border: 1px solid #000;
        font-size: 12px;
        line-height: 35px;
        height: 35px;
    }

    #filterBlocks .scroll-block:hover {
        background: #000;
        color: #fff;
        z-index: 2;
    }

    #filterBlocks .scroll-block a {
        display: inline-block;
        text-decoration: none;
        width: 100%;
        height: auto;
    }

    #filterBlocks .scroll-block:hover a {
        color: #fff;
    }

    .snap-align-center {
        scroll-snap-align: center
    }

    .post-details-t {
        display: block;
        position: relative;
    }

    .post-details-t span.read-time {
        margin-top: 5px;
    }

    .post-img-wrapper {
        max-height: 400px;
        height: 100%;
        overflow: hidden;
        display: block;
        position: relative;
    }

    .grid-hp-1 .post-img-wrapper .post-img {
        background-image: url('https://blog.durangoboots.com/wp-content/uploads/2021/03/shanehanchey_lp_banner-990x500.jpg');
        overflow: hidden;
        max-height: 400px;
        height: 400px;
        width: auto;
    }

    .grid-hp-2 .post-img-wrapper .post-img {
        background-image: url('https://blog.durangoboots.com/wp-content/uploads/2021/02/spielman-check-2021-990x500.jpg');
        overflow: hidden;
        max-height: 400px;
        height: 400px;
        width: auto;
    }

    .grid-hp-3 .post-img-wrapper .post-img {
        background-image: url('https://blog.durangoboots.com/wp-content/uploads/2020/09/new-lil-durango-styles.jpg');
        overflow: hidden;
        max-height: 400px;
        height: 400px;
        width: auto;
    }

    .grid-hp-4 .post-img-wrapper .post-img {
        background-image: url('https://blog.durangoboots.com/wp-content/uploads/2020/09/rebel-lady-rebel-new-styles.jpg');
        overflow: hidden;
        max-height: 400px;
        height: 400px;
        width: auto;
    }

    .grid-hp-5 .post-img-wrapper .post-img {
        background-image: url('');
        overflow: hidden;
        max-height: 400px;
        height: 400px;
        width: auto;
    }

    .grid-hp-6 .post-img-wrapper .post-img {
        background-image: url('');
        overflow: hidden;
        max-height: 400px;
        height: 400px;
        width: auto;
    }

    #blogGrid .grid-hp-1::after,
    #blogGrid .grid-hp-3::after,
    #blogGrid .grid-hp-5::after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        left: auto;
        border-right: 1px solid #b9b9b9;
    }

    #blogGrid div.col-md-12>div:nth-child(1),
    #blogGrid div.col-md-12>div:nth-child(3),
    #blogGrid div.col-md-12>div:nth-child(4) {
        width: 95%;
        margin: 0 auto;
    }

    /* Featured Full Width Post */
    #fullPost {
        max-height: 600px;
        height: 100%;
        overflow: hidden;
    }

    .grid-fp-1 .post-img {
        background-image: url('https://staging-ecomm-rockybrands.demandware.net/on/demandware.static/-/Sites-durango-Library/default/dwb82c7b54/images/landing-pages/blog/04/2021-0113-DB-TeamDurango-NewAthletes_bw.jpg');
        overflow: hidden;
        max-height: 600px;
        height: 600px;
        width: auto;
    }

    #fullPost .top-l,
    #fullPost .bottom-l {
        left: 5%;
    }

    #fullPost .top-r,
    #fullPost .bottom-r {
        right: 5%;
    }

    #fullPost .featpost-bottom {
        top: 93%;
    }

    #blogGrid .grid-post-half .bottom-l,
    #blogArchive .grid-post-half .bottom-l {
        position: absolute;
        left: 4%;
        top: 93%;
        width: 100%;
        transform: translateY(-50%);
        z-index: 2;
    }

    h6.post-title {
        font-size: 1.6rem;
        line-height: 1;
    }

    .post-description {
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .b-secondary-btn {
        font-size: 1.1rem;
        color: #000;
    }

    @media screen and (max-width:767px) {

        #blogGrid .grid-hp-1::after,
        #blogGrid .grid-hp-3::after,
        #blogGrid .grid-hp-5::after {
            display: none;
        }

        #blogGrid .grid-hp-2::before,
        #blogGrid .grid-hp-3::before,
        #blogGrid .grid-hp-4::before,
        #blogGrid .grid-hp-5::before,
        #blogGrid .grid-hp-6::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 100%;
            height: 1px;
            top: 0;
            right: 0;
            left: auto;
            border-top: 1px solid #b9b9b9;
        }

        #fullPost .top-l,
        #fullPost .bottom-l {
            left: 5%;
        }

        #fullPost .top-r,
        #fullPost .bottom-r {
            right: 5%;
        }
    }
