.offset-right .rt-el-content-wrapper {
    display: flex;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}
.offset-right .rt-el-content-wrapper .rt-img-holder{
	flex: 0 0 107px;
    margin: 0 15px 0 0;
    max-width: 107px;
    height: 100px;
}
.offset-right .rt-el-content-wrapper .rt-img-holder img{
	width:100%;
    height:100%;
    object-fit: cover;
}
.offset-right .rt-el-content-wrapper .post-right-content h3 {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.offset-right .rt-el-content-wrapper .post-right-content .post-meta-tags span.date{
	font-size: 12px;
    color: #fff;
}
.offset-right .rt-el-content-wrapper .post-right-content h3 a{
	color: #fff;
    text-decoration: none;
}

.offset-left .tpg-post-holder .rt-el-content-wrapper .post-right-content h3 {
    font-size: 21px !important;
    line-height: 30px;
    margin-bottom: 7px;
}
.offset-left .tpg-post-holder .rt-el-content-wrapper .post-right-content h3 a{
    color: #fff;
    text-decoration: none;
}
.offset-left .tpg-post-holder .rt-el-content-wrapper .tpg-el-image-wrap{
	margin-bottom: 15px;
	height: 300px;
}
.offset-left .tpg-post-holder .rt-el-content-wrapper .tpg-el-image-wrap img{
	width:100%;
    height:100%;
    object-fit: cover;
}
.homeGridLayout .pagination{
	display: none !important;
}
.offset-left .tpg-post-holder .rt-el-content-wrapper .post-meta-tags span.date{
	font-size: 12px;
    color: #fff;
}
