.featured-posts-wrapper{
    padding: 20px 0;
	background: #F9F2EA;
}

.featured-posts-container{  }

.the-featured-post{
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.the-featured-post .the-featured-post-img,
.the-featured-post .the-featured-post-content{
    position: relative;
    flex: 0 0 50%;
}

.the-featured-post .the-featured-post-img img{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.the-featured-post .the-featured-post-content{
    padding: 40px;
    background-color: #FEF9EF;

}
.the-featured-post-content h2 {
    font-size: 24px;
    line-height: 30px;
}
.the-featured-post-content h2 a{
    font-size: 24px;
    text-decoration: none;
    color: #4B4741;
}

.the-featured-post-content .btn{
    background-color: #E0AC83;
    color: #73321E;
    display: inline-block;
    border: 0;
}

.the-featured-post-content p{
    color: #4B4741;
    font-size: 18px;
}

.the-featured-post-content p.post-date{
    color: #4B4741;
    font-size: 14px;

}



.featured-post-list{
    position: relative;
    width: 100%;
}

.featured-post-item a{
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    transition: transform 330ms ease-in-out;
}

.featured-post-item a:hover{
    transform: translate(-15px, 0px);
}


.featured-post-list .featured-post-img{

}

.featured-post-list .featured-post-img{
    position: relative;
    width: 100%;
}
.featured-post-list .featured-post-content{
    position: relative;
    width: 100%;

}

.featured-post-list .featured-post-img img{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.featured-post-list .featured-post-content{
    padding: 10px 20px;
    background-color: #FEF9EF;

}

.featured-post-list .featured-post-content h3{
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
	color: #4B4741;
}

.featured-post-list .featured-post-content p.post-date{
    font-size: 14px;
    color: #4B4741;
    margin-bottom: 0;
    padding-bottom: 0;
}

.view-all-featured-post-btn{
    width: 100%;
    position: relative;
    bottom: 0px;
    text-align: center;
    background: #E0AC83;
	color: #73321E;
}

.widget-featured-posts .featured-post-item a{
    border-radius: 10px;
}

.page-sidebar .widget > h3{
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

@media (min-width: 670px) {
    .the-featured-post{
        display: flex;
        flex-wrap: wrap;
    }

    .the-featured-post .the-featured-post-img img{
        position: absolute;
        height: 100%;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        -o-object-fit: cover;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .featured-post-item a{
        display: flex;
        flex-wrap: wrap;
    }

    .featured-post-list .featured-post-img{
        position: relative;
        flex: 0 0 30%;
    }

    .featured-post-list .featured-post-content{
        position: relative;
        flex: 0 0 70%;

    }

    .featured-post-list .featured-post-img img{
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
        -o-object-fit: cover;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

@media (min-width: 1025px) {
    .featured-posts-wrapper{
        padding: 30px 0;
    }
}