
/* 1st 4025d0 */
/* 2nd 604add */
/* 3rd 8575e5 */

/* The line */
.cbp_tmtimeline:before {
	background: #8575e5;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	color: #4025d0;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child { 
	color: #4025d0;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #604add;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	background: #4025d0;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #604add;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	border-right-color: #4025d0;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #604add;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	background: #4025d0;
	box-shadow: 0 0 0 8px #8575e5;
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		border-bottom-color: #4025d0;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-bottom-color: #604add;
	}
}

