.post {
    margin-bottom: 3rem;
    position: relative;
    border: 1px solid #f5f5f5;
    border-radius: .313rem;
    position: relative;
    box-shadow: 0 8px 8px -4px rgba(16, 24, 40, .03), 0 20px 24px -4px rgba(16, 24, 40, .08);
    background-color: #fff;
    overflow: hidden;
}
.post__content{
    padding: 1rem;
    padding-top: 0;
}
.post__inner-content p{
    font-size: .876rem;
}
.post__heading{
    font-size: 1rem;
    margin-bottom: .5rem;
}
.post .button{
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.post__btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-with-filter .container,
.single-post-wrap .container{
    max-width: 1240px;
}
.post-with-filter .display-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
    font-size: .875rem;
}
.post-with-filter .post__image{
    padding-top: 56.25%;
    position: relative;
    display: block;
    margin-bottom: 1rem;
    overflow: hidden;
}
.post-with-filter .post__link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.post__image img{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.text-decoration-underline{
    text-decoration: underline;
}

.posts-pagination{
    text-align: center;
    padding: 4rem 0;
}

.page-numbers{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background-color: #eee;
    line-height: 2rem;
    color: #000;
    font-size: .875rem;
    text-decoration: none;
    position: relative;
}
.page-numbers svg{
    position: relative;
    top: .4rem;
}

.page-numbers.current{
    background-color: #D35458;
    color: #fff;
}

.breadcrum{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.breadcrum a,
.breadcrum span{
    text-decoration: none;
    font-size: .875rem;
    color: #bfb6b6;
}
.breadcrum a.active{
    color: #000;
}

.single-page-post{
    padding-top: 6rem;
}

.single-page-post .single-post__content{
    margin-bottom: 2rem !important;
    padding-bottom: 1.5rem !important;
    border-bottom: .063rem solid #c6c6c6;
    text-align: center;
    padding-top: 4rem;

}
.single-page-post .single-post__content h1{
    font-size: 2.5rem;
}
.single-page-post .container-fluid-md{
    padding: 0 7.5rem;
}

.single-page-post .single-post__content label{
    font-size: .75rem;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-weight: 500;
}

.single-post--wrapper h2{
    padding-top: 2rem;
    font-size: 1.75rem;
}
.single-post--wrapper h3{
    font-size: 1.5rem;
}
.single-post--wrapper p,
.single-post--wrapper li,
.single-post--wrapper .content{
    font-size: 1rem;
}
.single-post--wrapper li{
    margin-bottom: .5rem;
}

.single-post__media{
    margin: 0 0 63px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.single-post__media::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.single-post__media img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.padding-right-112-lg{
    padding-right: 8rem;
}
.page-section .back-btn{
    margin: 1rem 0 4rem;
}


/*  media query */

@media screen and (max-width: 1280px) {
    .padding-right-112-lg{
        padding-right: 1rem;
    }

}

@media screen and (max-width: 1199px){
    .single-page-post .container-fluid-md{
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .posts-pagination {
        padding: 1rem 0 2rem;
    }
    .single-post__media{
        margin-bottom: 1rem;
    }
    .col-lg-6{
        margin: 0;
    }
    .single-page-post .single-post__content{
        margin-bottom: 1rem !important;
        padding-bottom: 1rem !important;
        padding-top: 0;
        text-align: left;
    }
    .single-page-post .single-post__content h1{
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }
    .single-post--wrapper p, 
    .single-post--wrapper li, 
    .single-post--wrapper .content{
        font-size: .875rem;
        line-height: 1.5;
    }
    .single-post--wrapper h2{
        font-size: 1.5rem;
        padding-top: 1rem;
        line-height: 1.3;
        margin-bottom: .5rem;
    }
    .single-post--wrapper h3{
        font-size: 1.125rem;
        padding-top: 1rem;
        line-height: 1.3;
        margin-bottom: .5rem;
    }
    .post{
        margin-bottom: 1.5rem;
    }
    .post-with-filter{
        margin-bottom: 2rem;
    }
    .post__content{
        padding: .5rem;
        padding-top: 0;
    }
}
