/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.jet-hor-timeline-list--top{
    align-items: normal;
}
.jet-hor-timeline-list--middle .jet-hor-timeline__line {
    left: 12px!important;
}
.jet-hor-timeline-list--middle .jet-hor-timeline-item{
    padding: 10px!important;
}
.jet-hor-timeline-list--top .jet-hor-timeline-item {
    padding: 14px!important;
}
.jet-hor-timeline-list .jet-hor-timeline-item__point-content{
    margin-left: auto;
    margin-right: unset;
    transform: translateX(24px);
}
.jet-hor-timeline-list--top .jet-hor-timeline-item__card {
    height: 100%;
    margin-bottom: 10px;
}
.jet-hor-timeline-list--top .jet-hor-timeline-item__card .jet-hor-timeline-item__card-inner{
    height: 100%;
    justify-content: flex-end;
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
    display: none;
}