
.jet-timeline__line {
	background-color: #e8e8f6;
}

.jet-timeline__line-progress {
	background-color: #55cdff;
}

.jet-timeline-item h5 {
	margin-top: 0;
}

.jet-timeline-item .timeline-item__card {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, .26);
	box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, .26);
}

.jet-timeline-item .timeline-item__card-img {
	font-size: 0;
}

.jet-timeline-item .timeline-item__card-arrow {
	background-color: #fff;
}

.jet-timeline-item .timeline-item__card-content {
	padding: 40px;
}

.jet-timeline-item .timeline-item__meta-content {
	font-size: 16px;
	color: #a0a0a2;
}

.jet-timeline-item .timeline-item__point-content {
	color: #fff;
	background-color: #e8e8f6;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.jet-timeline-item.is--active .timeline-item__point-content {
	background-color: #55cdff;
}

.jet-timeline-item.is--active .timeline-item__meta-content {
	color: #55cdff;
}

.jet-timeline-item--align-left .timeline-item__card {
	margin-left: 10px;
}

.jet-timeline-item--align-left .jet-timeline__line {
	margin-left: 20px;
}

.jet-timeline-item--align-right .timeline-item__card {
	margin-right: 10px;
}

.jet-timeline-item--align-right .jet-timeline__line {
	margin-right: 10px;
}
