/* Slidding Menu */
.et_pb_module.lesson-timeline.wphc_et_pb_sliding_menu{
    margin-bottom: 0;
}
/* Vertical Progress */
.wphc_et_pb_vertical_progress_item{
    position: relative;
}

.wphc_et_pb_vertical_progress_item.left-item .nsm_center_text,
.wphc_et_pb_vertical_progress_item.left-item .nsm_center_icon{
    float:left;
}

.wphc_et_pb_vertical_progress_item.right-item .nsm_center_text,
.wphc_et_pb_vertical_progress_item.right-item .nsm_center_icon{
    float:right;
}

.wphc_et_pb_vertical_progress_item .nsm_content_block{
    width: 45%;
}

.wphc_et_pb_vertical_progress_item .nsm_center_text,
.wphc_et_pb_vertical_progress_item .nsm_center_icon{
    width: 10%;
    text-align: center;
}

.wphc_et_pb_vertical_progress_item.left-item .nsm_content_block{
    float: left;
}

.wphc_et_pb_vertical_progress_item.right-item .nsm_content_block{
    float: right;
}

.wphc_et_pb_vertical_progress_item::after{
    content: "";
    display: table;
    clear: both
}

.wphc_et_pb_vertical_progress_item .nsm_content_block{
    border-style: solid;
}

.wphc_et_pb_vertical_progress_item .nsm_content_block{
    padding: 10px;
}

.wphc_et_pb_vertical_progress_item .box-circle{
    border-style: solid;
    border-color: #333;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.wphc_et_pb_vertical_progress_item .box-circle svg{
    margin-left: auto;
    margin-right: auto;
}

.wphc_et_pb_vertical_progress_item .nsm_center_icon2::after{
    background: red;
    content: "";    
    height:100%;
    width: 1px;
    position: absolute;
    left: 50%;
    z-index: -1;
}

.wphc_et_pb_vertical_progress_item::before{    
    content: "";
    height: 100%;    
    position: absolute;    
    z-index: -1;
}

/* Sliding Menus */
.list-unstyled{
    padding-left:0;
    list-style:none;
}

.lesson-timeline {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;    
    margin-top: -50px;
    padding-top: 50px;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

#main-content .lesson-timeline {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.lesson-timeline .t-line {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 73px; /* TODO Variable */
    background: #d5d8db;
    z-index: 1;
    left: 0;
}

.lesson-timeline ul li.lesson-completed::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 28px;
    left: 50%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    margin-left: 30px;
}


.lesson-timeline ul li.lesson-not-completed figure .lesson-number.status-number{
    display: flex;
}

.lesson-timeline ul li.lesson-completed figure .lesson-number.status-number{
    display: none;
}

.lesson-timeline ul li.lesson-not-completed figure .lesson-number.status-icon{
    display: none;
}

.lesson-timeline ul li.lesson-completed figure .lesson-number.status-icon{
    display: flex;
}

.lesson-timeline ul li:last-child::after {
    content: none;
}

.lesson-timeline ul {
    text-align: left;
    position: relative;
    padding: 0;
    white-space: nowrap;
    z-index: 2;
    min-width: 100%;
}

.lesson-timeline ul li {
    display: inline-flex;
    width: 280px; /* TODO Width as Variable */
    position: relative;    
    text-align: center;
    align-items: center;
    justify-content: center;
    vertical-align: top;    
}

.lesson-timeline ul li a:hover {
    opacity: 1;
}

figure{
    margin: 0 0 1rem;
}

.lesson-timeline ul li figure span.lesson-number{
    font-size: 19px;
    display: inline-block;
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    position: relative;    
    border: 4px solid #c1c4c7;
    border-radius: 50%;
    overflow: hidden;
}

.lesson-timeline ul li figure i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #c1c4c7;    
}

.lesson-timeline ul li.lesson-completed figure i {
    display: flex;
}

.lesson-timeline ul li figure .lesson-number{
    font-size: 15px;
}

.lesson-timeline ul li.lesson-current figure i{
    /*color: #19BCC5;*/
}

.lesson-timeline ul li.lesson-not-completed figure {
    border-color: transparent;
}


.lesson-timeline ul li.lesson-completed.hide-completed-icon figure .lesson-number,
.lesson-timeline ul li.lesson-not-completed figure .lesson-number,
.lesson-timeline ul li.lesson-current figure .lesson-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    font-weight: 600;
    font-style: normal;
    font-family: Trueno;    
    left: 50%;
    margin-left: -32px;
    position: relative;
}

.lesson-timeline ul li.lesson-completed figure,
.lesson-timeline ul li.lesson-current figure{
    /*border-color: #19BCC5;*/    
}

.lesson-timeline ul li.lesson-completed.show-completed-icon.lesson-current figure i.lesson-number{
    display: flex;
}

.lesson-timeline ul li.lesson-completed.show-completed-icon figure i.lesson-number{
    display: none;
}

.lesson-timeline ul li.lesson-completed figure i{    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lesson-timeline ul li.lesson-completed figure i{
    color: #fff;
}


.lesson-timeline ul li h5 {
    color: #495057;
    font-weight: 100;
    font-size: 12px;    
    white-space: normal;
    line-height: 17px;    
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.lesson-timeline ul li h5.just-title{
    margin-top : 10px;
}

.lesson-timeline .slide-left, 
.lesson-timeline .slide-right{
    background-color:#495057;
    top: 5px;
}

.lesson-timeline .slide-right{
    position:absolute;
    right:0;
    height:50px;
    border:none;
    color:#fff;
    background:#333;
    width:30px;
    border-radius:6px 0 0 6px;    
    z-index:3;
    font-size: 24px;
}

.lesson-timeline .slide-left{
    position:absolute;
    left:0;
    height:50px;
    border:none;
    color:#fff;
    background:#333;
    width:30px;
    border-radius:0 6px 6px 0;    
    z-index:3;
    font-size: 24px;
}

.icon-arrow-l:before {
    font-family: 'Font Awesome 5 Free'  !important;
    content: "\f053";
    font-style: normal;
    font-weight: 900;
}

.icon-arrow-r:before {
    font-family: 'Font Awesome 5 Free'  !important;
    content: "\f054";
    font-style: normal;
    font-weight: 900;
}

.lesson-timeline ul li.lesson-completed figure,
.lesson-timeline ul li.lesson-completed figure i.icon-check{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.lesson-timeline ul.sliding-menu{
    padding: 0;
}

.icon-check::before {
    font-family: 'Font Awesome 5 Free'  !important;
    content: "\f00c";
    font-size: 35px;
    font-weight: 600;
}

.lesson-timeline ul li figure figcaption {
    position: relative;
    background: #fff;
    display: block;
    padding: 27px 30px;
    margin-top: 38px;
    border-radius: 4px;
    box-shadow: 0px 20px 30px rgba(47,76,117,0.1);
    -webkit-box-shadow: 0px 20px 30px rgba(47,76,117,0.1);
    min-height: 215px;
    border-radius: 8px;
    padding: 23px 26px;    
}

.lesson-timeline ul li.lesson-current.active figure figcaption {
    border: 4px solid;
}

.lesson-timeline ul li.lesson-current figure figcaption::before {
    display: block;
}
.lesson-timeline ul li figure figcaption::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    margin-top: -16px;
    border-radius: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    z-index: -1;
}

.lesson-timeline ul li figure figcaption::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    margin-left: -14px;
    margin-top: -12px;
    border-radius: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: center;
    -webkit-transform-origin: center;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

