/* 
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
*/

#progressbar {
    margin-bottom: 3px;
    padding: 0;
	margin-top: 40px;
    position: relative;
    counter-reset: step;
    z-index: 1;
}
#progressbar li {
    list-style-type: none;
    font-size: 18px;
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 1.25em;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #2D94B6 !important;
    color: #2D94B6 !important;
    opacity: 1;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: block;
    font-size: 10px;
    color: #D8D8D8;
    background: #D8D8D8;
    border-radius: 17px;
    margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}
#progressbar .addafterelements:after {
    content: '';
    width: 100%;
    height: 9px;
    background: #D8D8D8;
    position: absolute;
    left: -50%;
    top: 9px;
}

#progressbarTitle {
    padding: 0;
    min-height: 20px !important;
	
}
#progressbarTitle li.active {
    font-weight: bold;
    font-size: 16px;
}
#progressbarTitle li {
    list-style-type: none;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #57585D;
    position: relative;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
}
ul#progressbarTitle {
    position: absolute;
    width: 100%;
    margin-top: -2em;
    text-align: center;
}