/*
Theme Name: Ceonogy ELE 1
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

ul.ceon-timeline {
	list-style: none;
	margin-top: 20px;
}

ul.ceon-timeline li {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	margin-top: -3px;
	width: calc(100% - 20px);
}

ul.ceon-timeline li span {
	font-size: 1.1rem;
    line-height: 1.1rem;
    width: 60px;
    height: 60px;
	min-width: 60px;
    background: #1b1464;
    color: #fff;
    border-radius: 60px;
    text-align: center;
    padding-top: 20px;
}

ul.ceon-timeline li p {
	padding: 15px;
}

ul.ceon-timeline li:nth-child(2n + 1) {
	border-left: 3px solid #1b1464;
	border-bottom: 3px solid #1b1464;
	border-top: 3px solid #1b1464;
	border-radius: 20px 0 0 20px;
}

ul.ceon-timeline li:nth-child(2n) {
	border-right: 3px solid #1b1464;
	border-bottom: 3px solid #1b1464;
	border-top: 3px solid #1b1464;
	justify-content: flex-end;
	border-radius: 0px 20px 20px 0px;
	margin-left: auto;
}

ul.ceon-timeline li:nth-child(2n) span {
	margin-right: 20px;
	order: 2;
}
ul.ceon-timeline li:nth-child(2n + 1) span {
	margin-left: 20px;
}

ul.ceon-timeline li:first-child {
	border-top: none;
}

ul.ceon-timeline li:last-child {
	border-bottom: none;
}