.ff-games-slider .post-thumbnail img {
/* 	width:100% !important; */
	height:40vh !important;
	border-radius:20px;
	object-fit:cover;
}
.ff-games-slider  a {
	text-decoration:none !important;
}

.ff-games-slider  .post-title {
	font-size: 16px;
    font-weight: 700;
    color: #5587C6;
    margin-top: 25px;
    font-family: 'Montserrat';
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ff-games-slider  .post-excerpt {
	font-size: 14px;
    font-weight: 400;
    color: #1C3967;
/*     margin-top: 25px; */
    font-family: 'Montserrat';
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ff-games-slider .swiper-button-prev:after {
	content: 'prev';
    background: #5587C6;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    padding: 25px 35px;
	font-size:30px !important;
}
.ff-games-slider .swiper-button-next:after {
	display:none;
}

@media(max-width:767px) {
	.ff-games-slider .post-thumbnail img {
	height:30vh !important;
	
}
.ff-games-slider .swiper-button-prev:after {
	
	font-size: 21px !important;
    color: #fff !important;
    background: #5587c6 !important;
    padding: 15px 21px !important;
    border-radius: 50% !important;
}

}

@media((min-width:768px) and (max-width:1025px)) {
	.ff-games-slider .post-thumbnail img {
	height:30vh !important;
	
}
}


/* last_posts  Start*/
.ff-recent-posts-container {
	 display: flex;
    justify-content: center;
    gap: 20px;
    align-items: start;
}

.ff-recent-posts-container img {
	width: 100%;
    height: 300px !important;
    object-fit: cover;
	border-radius:20px !important;

}
.ff-recent-posts-container  a {
	text-decoration:none !important;
}
.ff-recent-posts-container article {
	flex:1;
}
.ff-recent-posts-container .post-title {
	font-size:16px;
    font-family: 'Montserrat';
	font-weight:700;
	color:#5587C6;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ff-recent-posts-container .post-date {
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
    font-family: 'Montserrat';
	font-weight:400;
	color:#9D9D9D;
	
}

/* last_posts  End*/
/* Posts Slider Start */


.slider-home-posts img {
	width: 100%;
    height: 300px !important;
    object-fit: cover;
	border-radius:0px !important;

}
.slider-home-posts  a {
	text-decoration:none !important;
}
.ff-recent-posts-container article {
	flex:1;
}
.slider-home-posts .post-title {
	font-size:16px;
    font-family: 'Montserrat';
	font-weight:700;
	color:#5587C6;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slider-home-posts .post-date {
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
    font-family: 'Montserrat';
	font-weight:400;
	color:#9D9D9D;
	
}

.slider-home-posts  .swiper-button-prev:after, .slider-home-posts  .swiper-button-next:after {
   
    font-size: 21px !important;
    color: #fff !important;
    background: #5587c6 !important;
    padding: 15px 21px !important;
    border-radius: 50% !important;
   
}


/* Posts Slider End */










