.blog_list {
    align-items: flex-start;
    margin-bottom: 216px
}

.blog_list .sidebar {
    width: 30%
}

@media (min-width:992px) {
    .blog_list .sidebar {
        position: sticky;
        top: 0
    }
}

.blog_list .sidebar__inner {
    border-right: 1px solid var(--Color_Cotton_Seed);
    padding: 114px 0 0
}

.blog_list .sidebar .sidebar_title {
    color: var(--Color_Smokey_Grey);
    font-family: var(--Font_Lato_Bold);
    font-size: 16px;
    margin: 0 0 21px;
    text-transform: uppercase
}

.blog_list .sidebar .category_list {
    margin: 22px 0;
    padding: 0 12px 0 0
}

.blog_list .sidebar .category_list li {
    padding: 0
}

.blog_list .sidebar .category_list li:first-child {
    padding-bottom: 34px
}

.blog_list .sidebar .category_list li:last-child .children {
    margin-bottom: 0
}

.blog_list .sidebar .category_list li .children li:first-child {
    padding-bottom: 0
}

.blog_list .sidebar .category_list li:before {
    display: none
}

.blog_list .sidebar .category_list li a {
    color: var(--Color_Hoffer_Red);
    font-family: var(--Font_Lato_Semibold);
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize
}

.blog_list .sidebar .children {
    gap: 0;
    margin: 13px 10px 37px 0
}

.blog_list .sidebar .children li a {
    color: var(--Color_Black);
    font-family: var(--Font_Lato_Regular);
    font-size: 18px;
    line-height: 184%;
    text-decoration: none;
    text-transform: capitalize
}

.blog_list .sidebar .children li a:first-child {
    margin-bottom: 0
}

.blog_list .sidebar .children li a:hover {
    color: var(--Color_Hoffer_Red)
}

.blog_list .post_list {
    padding-left: 26px;
    padding-top: 119px;
    width: 70%
}

.blog_list .post_list__pagination {
    display: flex;
    justify-content: center
}

.blog_list .post_list__pagination .page-numbers.current {
    color: var(--Color_Hoffer_Text)
}

.blog_list .post_list__pagination .next,
.blog_list .post_list__pagination .prev {
    display: block
}

.blog_list .post_list .search_box {
    margin: 0 0 24px
}

.blog_list .post_list .search_box form.search_form {
    border-bottom: 1px solid var(--Color_Cotton_Seed);
    padding: 15px 24px
}

.blog_list .post_list .search_box form.search_form .input_group {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.blog_list .post_list .search_box form.search_form .input_group input {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #58585a;
    font-family: var(--Font_Lato_Semibold);
    font-size: 24px;
    outline: none;
    width: 100%
}

.blog_list .post_list .search_box form.search_form .input_group button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 0 20px
}

.blog_list .post_list__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.blog_list .post_list .post_list__pagination {
    display: flex;
    gap: 30px;
    margin: 24px 0
}

.blog_list .post_list .post_list__pagination a {
    align-items: center;
    color: var(--Color_Cotton_Seed);
    display: flex;
    gap: 6px;
    text-decoration: none
}

.blog_list .post_list .post_list__pagination a:hover {
    color: var(--Color_Hoffer_Text)
}

.blog_list .post_list .post_list__pagination a span {
    display: inline-block;
    height: 13px
}

.blog_list .post_list__item {
    border: 1px solid var(--Color_Cotton_Seed);
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    transition: all .5s ease;
    width: calc(50% - 12px)
}

.blog_list .post_list__item:first-child {
    width: 100%
}

.blog_list .post_list__item:first-child .content {
    padding: 29px 24px 18px
}

.blog_list .post_list__item:first-child .content .title {
    font-family: var(--Font_Lato_Semibold);
    font-size: 28px
}

.blog_list .post_list__item:first-child .content .title h5 span {
    display: none
}

.blog_list .post_list__item:first-child .content__link {
    display: block;
    padding: 0 10px 24px 23px
}

.blog_list .post_list__item:first-child .content__link .excerpt {
    margin: 0 0 23px
}

.blog_list .post_list__item:first-child .content__link .excerpt p {
    color: #58585a;
    font-family: var(--Font_Lato_Regular);
    font-size: 18px
}

.blog_list .post_list__item:first-child .image:before {
    padding-top: 35.79%
}

.blog_list .post_list__item_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none
}

.blog_list .post_list__item_inner:hover .image:after {
    opacity: 1
}

.blog_list .post_list__item_inner:hover .content .title .btn_only_arrow {
    background-color: var(--Color_Hoffer_Orange)
}

.blog_list .post_list__item_inner:hover .content .title .btn_only_arrow svg path {
    stroke: var(--Color_White)
}

.blog_list .post_list__item_inner:hover .content__link .more {
    color: var(--Color_Hoffer_Red) !important
}

.blog_list .post_list__item_inner:hover .content__link .more:before {
    background-color: var(--Color_Hoffer_Red)
}

.blog_list .post_list__item_inner .image {
    position: relative
}

.blog_list .post_list__item_inner .image:before {
    content: "";
    display: block;
    padding-top: 37%;
    width: 100%
}

.blog_list .post_list__item_inner .image:after {
    background-color: var(--Color_Black_Op_perc_35);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 100%
}

.blog_list .post_list__item_inner .image img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.blog_list .post_list__item_inner .date {
    background-color: var(--Color_Hoffer_Red);
    bottom: 0;
    color: var(--Color_White);
    font-family: var(--Font_Lato_Regular);
    font-size: 16px;
    left: 0;
    padding: 4px 18px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1
}

.blog_list .post_list__item_inner .content {
    align-items: flex-end;
    background-color: var(--Color_White);
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 14px 60px 11px 23px;
    position: relative
}

.blog_list .post_list__item_inner .content h5 {
    flex: 1;
    font-family: var(--Font_Lato_Semibold);
    margin-bottom: 0;
    margin-top: auto
}

.blog_list .post_list__item_inner .content h5 span {
    align-items: center;
    border: none;
    bottom: 0;
    display: flex;
    height: 67px;
    justify-content: center;
    position: absolute;
    right: 0;
    transition: all .25s ease;
    width: 71px
}

.blog_list .post_list__item_inner .content__link {
    display: none;
    padding: 0 50px 16px 24px
}

.blog_list .post_list__item_inner .content__link .more {
    align-items: center;
    color: var(--Color_Hoffer_Orange) !important;
    color: var(--Font_Lato_Semibold);
    display: flex;
    font-size: 16px;
    gap: 17px;
    padding: 0 0 9px;
    position: relative;
    -webkit-text-decoration: solid;
    text-decoration: solid;
    transition: all .4s ease
}

.blog_list .post_list__item_inner .content__link .more:before {
    background-color: var(--Color_Hoffer_Orange);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 122px
}

@media (max-width:1199px) {
    .blog_list {
        margin-bottom: 20px
    }

    .blog_list .sidebar {
        padding-right: 0
    }

    .blog_list .sidebar__inner {
        padding: 60px 0 0
    }

    .blog_list .post_list .search_box form.search_form .input_group input {
        font-size: 21px
    }

    .blog_list .col-md-8 {
        padding: 40px 40px 20px
    }
}

@media (max-width:991px) {
    .blog_list {
        margin: 0;
        padding: 16px 0 10px
    }

    .blog_list .sidebar {
        padding: 0;
        width: 100%
    }

    .blog_list .sidebar__inner {
        border-right: none;
        padding: 0
    }

    .blog_list .sidebar ul.category_list li:first-child {
        padding-bottom: 20px
    }

    .blog_list .sidebar ul.category_list li a {
        font-size: 18px
    }

    .blog_list .sidebar ul.children {
        gap: 6px;
        margin: 13px 10px 10px 0
    }

    .blog_list .sidebar ul.children li a {
        font-size: 17px;
        line-height: 140%
    }

    .blog_list .post_list {
        width: 100%
    }

    .blog_list .col-md-8 {
        padding: 0
    }

    .blog_list .blog_list .post_list__item:first-child .content .title {
        font-size: 26px;
        line-height: 1.2
    }

    .blog_list .blog_list .post_list__item_inner .content {
        padding: 20px 70px 20px 21px
    }
}

@media (max-width:767px) {

    .blog_list .col-md-8,
    .blog_list .sidebar__inner {
        padding: 0
    }

    .blog_list .post_list__item {
        width: 100%
    }

    .blog_list .post_list__item_inner .image:before {
        padding-top: 40%
    }

    .blog_list .post_list__item_inner .content h5 span {
        height: 55px;
        width: 55px
    }
}

@media (max-width:567px) {
    .blog_list .post_list__item_inner .content {
        padding: 15px 70px 12px 21px
    }

    .blog_list .post_list__item:first-child .content__link {
        padding: 0 10px 24px 23px
    }

    .blog_list .post_list__item:first-child .blog_list .blog_list .post_list__item_inner .content {
        padding: 15px 70px 12px 21px
    }

    .blog_list .blog_list .post_list__item:first-child .content .title {
        font-size: 22px
    }

    .blog_list .post_list .post_list__pagination {
        margin: 24px 0 14px
    }

    .blog_list .post_list__item:first-child .content {
        padding: 15px 70px 8px 21px
    }
}