.post-sidebar {
  padding: 0 10px !important;
}
.post-sidebar .widget.flatsome_recent_posts ul {
  padding: 10px;
}
.row-divided > .col + .col:not(.large-12) {
  border-left: 0;
}
.post-sidebar #secondary .flatsome_recent_posts {
  border-radius: 5px;
  border: 1px solid #eee;
  display: block;
  margin-bottom: 20px;
}
.post-sidebar #secondary .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  background: var(--fs-color-primary);
  color: #fff;
  padding-left: 10px;
  line-height: 1;
  border-radius: 5px 5px 0px 0px;
  display: flex;
}
.post-sidebar .is-divider {
  display: none;
}
.flatsome_recent_posts ul li:last-child .recent-blog-posts {
  padding-bottom: 0 !important;
}
.recent-blog-posts-li .recent-blog-posts {
  align-items: center !important;
  padding-top: 0 !important;
}
.recent-blog-posts-li .badge {
  width: 100px;
}
.recent-blog-posts-li .badge .badge-inner {
  padding-bottom: 63.5%;
}

.recent-blog-posts-li .recent-blog-posts a {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.recent-blog-posts-li .post_comments {
  display: none;
}



.swiper-container-wrapper {
	padding: 36px 0 22px 58px;
	@media screen and (max-width:768px){
		padding:0!important;
	}
}
.timeline-image {
	img {
		height: 300px;
		object-fit: cover;
	}
}
.swiper-container-wrapper--timeline .swiper-slide {
	display: block;
	/* background: #fff; */
	/* height: 300px; */
	height: 100%;
	/* align-items: center;
	justify-content: center; */
	/* border-radius: 10px; */
	border-left: 1px solid #888;

	.swiper-year {
		position: relative;
		color: var(--fs-color-primary);
		padding-left: 20px;
    font-size:24px;
    font-weight: 600;
		&::before {
			content: "";
			width: 14px;
			height: 2px;
			background: var(--fs-color-primary);
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}
	}

	.swiper-content {
		padding: 20px 40px;
		display:flex;
		gap:20px;
		align-items:top;
		div {
			flex:1;
		}
		@media screen and (max-width:768px){
			flex-direction:column;
		}
	}
}

.swiper-container-wrapper--timeline .swiper-slide .container {
	padding: 0;
	width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
	font-size: 18px;
	opacity: 1;
	transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide-active .title {
	opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	position: relative;
	/* 	margin-bottom: 70px; */
	background-color: transparent;
	height: 4px;
	border-bottom: 1px solid #888;
	width: 85%!important;
	left: 20px;

	@media screen and (max-width:768px) {
		left: 0;
		width: 75%;
		margin-bottom: 70px;
	}
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	background-color: transparent !important;
	height: 3px;
	top: 2px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
	position: absolute;
	top: 2px;
	left: -100%;
	/* width: 100%; */
	height: 3px;
	background-color: var(--fs-color-primary);
	content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
	position: absolute;
	top: 3px;
	width: 77.5%;
	height: 1px;
	content: "";

}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
	position: relative;
	list-style: none;
	margin: 1rem 0;
	padding: 0;
	display: flex;
	line-height: 1.66;
	bottom: 0;
	z-index: 11;
	width: 75%;
	display: flex;
  @media screen and (max-width:768px) {
    display: none;
  }
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	position: absolute;
	font-weight: 400;
	right: 0;
	transform: translateX(50%);
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	cursor: pointer;
	z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	position: absolute;
	top: calc(100% + 30px);
	right: 50%;
	transform: translateX(50%) translateY(-50%);
	width: 12px;
	height: 12px;
	background: var(--fs-color-primary)!important;
	border-radius: 2rem;
	content: "";
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	font-weight: 400;
	transition-delay: 0.4s;


}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	background: #888!important;
	width: 25px;
	height: 25px;
	transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
	color: #888;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
	background: var(--fs-color-primary);
}


.swiper-button-prev,.swiper-button-next {
	bottom:2px;
	top:unset!important;
	background: #fff;
	border: 1px solid var(--fs-color-primary);
	width: 40px!important;
	height: 40px!important;
	border-radius: 50%;
	&:hover {
		background:var(--fs-color-primary)!important;
		border:1px solid #fff;
		&::after {

			color:#fff!important;
		}
	}
	&::after {
		font-size:18px!important;
		color:var(--fs-color-primary)!important;
	}

	@media screen and (max-width:768px){
		bottom:-66px;
	}
}
.swiper-button-prev {
	right:116px!important;
	left:unset!important;

	@media screen and (max-width:768px){
		right:unset!important;
		left:35%!important;
	}
}
.swiper-button-next{
	right: 5%!important;

	@media screen and (max-width:768px){
		right:	var(--swiper-navigation-sides-offset, 35%)!important;
	}
}