/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1024px;
    margin: 0 auto;
}

.timeline-date {
    width: 40%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 350px;
}


.timeline-switcher {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.track {
    width: 10px;
    height: 350px;
    background-color: #ddd;
    position: relative;
    border-radius: 30px;
}

.progress {
    width: 100%;
    background-color: #953DEF;
    position: absolute;
    top: 0;
    height: 0;
	border-radius: 30px;
}

.handle {
    width: 30px;
    height: 30px;
    background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -10px;
	cursor: pointer;
}

.today {
	margin-top: 20px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.timeline-content {
	width: 40%;
}

.timeline-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.timeline-description p,
.timeline-description .wp-block-list{
	font-size: 18px;
	font-family:"Open Sans", sans-serif;
	color:#fff;
	line-height:22px;
}

.timeline__item-title{
	opacity:1!important;
}