





/* --------------*/
.cc-posts-slider-container
{
	border-bottom: 1px solid #fff !important;
	/* padding-bottom: 45px !important; */
}

.cc-posts-slider-container .fusion-column-wrapper
{
	margin: auto !important;
}

.cc-posts-swiper
{
	overflow: hidden;
}

.cc-posts-swiper h3.cc-posts-slides-list-item-title
{
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	display: block;
	text-align: center;
}

.cc-posts-swiper .swiper-button-prev
{
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16' style='height: 50px;width: 30px;'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	background-size: cover;
	cursor: pointer;
	
	position: absolute;
	top: calc(50% - 30px);
	left: -50px;
}

.cc-posts-swiper .swiper-button-next
{
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16' style='height: 50px;width: 30px;'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	background-size: cover;
	cursor: pointer;
	
	position: absolute;
	top: calc(50% - 30px);
	right: -50px;
}

.cc-posts-slides-list-item-img
{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
