.blog-top-section{
    background-color: rgba(180, 142, 77, 0.08);
}
.blog-top-section img{
    width: 100%;
}

.day{
    font-size: 2.428rem;
    line-height: 0.85em;
    font-weight: 400;
    width: 50px;
    color: #363F4D;
    font-family: "Poppins-Medium", sans-serif;
}
.post_date_wrap{
    width: 80px;
    border-top: 2px solid #363F4D;
    margin-right: 30px;
    padding-top: 1.65rem;
    flex-basis: 80px;
    flex-shrink: 0;
}
.post_meta{
    line-height: 14px;
    transition: color 0.3s ease;
    display: inline-block;
    font-size: inherit;
    margin-left: 0;
    vertical-align: middle;
}
.post_meta_item.post_date a{
    color: #A5A6AA;
    margin-top: 0.75em;
}
article{
    position: relative;
    margin-bottom: 0;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    align-items: start;
}
article:not(:last-child):before {
    position: absolute;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: 0;
    left: 110px;
    content: '';
    height: 1px;
    background-color: #eaeaea;
}
article:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

article:last-child {
    padding-bottom: 30px;
}
.post_featured_bg{
    flex-basis: 300px;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 300px;
    transform: scale(1.02, 1.02);
    transition: transform 1s ease,
    -webkit-transform 1s ease;
}

.post_content_wrap{
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-image{
    background-repeat: no-repeat;
    background-position:top;
    height: 190px;
    width: 300px;
    transition: transform 1s ease;
    background-size: cover;
}
h4.post_title.entry-title a{
    color: #363F4D;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.52px;
    line-height: 28px;
    font-family: "Poppins-Medium", sans-serif;
}
.post_content.entry-content{
    margin-top: 9px;
}
.post_content_inner{
    font-size: 16px;
    line-height: 27px;
    overflow: hidden;
    font-family: "Poppins-Medium", sans-serif;
    text-overflow: ellipsis;
    max-height: 8.5em;
}
.post-item{
    will-change: opacity, transform;
    transform-origin: center;
}


a.sc_button{
    color: #363F4D;
}

.sc_button .icon {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    transition: width 0.3s ease;
}

/* Make the SVG scale within the container */
.sc_button .icon .arrow-svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.sc_button:hover .icon {
    width: 30px;
}

.sc_button:hover .icon .arrow-svg {
    transform: scale(2);
}

.post_title.entry-title a{
    background-size: 0 2px;

}
article:hover .post_title.entry-title a{
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
article:hover .post-image{
    transform: scale(1.09, 1.09);
}

span.page-numbers.current{
    width: 49px;
    height: 49px;
    line-height: 48px;
    background-color: #363F4D;
    border-color: #363F4D;
    color: #eaeaea;
    box-sizing: border-box;
    border-radius: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
    border: 1px solid;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    border-color:#eaeaea;
}
a.page-numbers,.page-numbers.dots{
    box-sizing: border-box;
    border-radius: 0;
    width: 49px;
    height: 49px;
    line-height: 48px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
    border: 1px solid;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
    background-color:#ffffff;
    border-color:#eaeaea;
    color:#363F4D;

}
nav.pagination .nav-links{
    border: none;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    margin-top: 2.85rem;
    text-align: left;
    text-transform: uppercase;
}
.footer{
    background: #f9f6f1;
}
