
/* 1st a10f2b */
/* 2nd cc1438 */
/* 3rd ee5776 */

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

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

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

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

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

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

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

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

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	background: #a10f2b;
	box-shadow: 0 0 0 8px #ee5776;
}

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

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

