.course_section {
    background: #eaeaea;
  
}

.course_section.open a{
    display: block;
}

.course_section h2{
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    background: #2b3440;
    margin: 0;
    color: white;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #dbdbdb;
}

.course_section h2:hover {
    background-color: #4a5a6e;
}

.course_section .expand {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.course_section a{
    padding: 10px 20px;
    color: #444;
    font-weight: 700;
    font-size: .8rem;
    border-bottom: solid 1px #dbdbdb;
    text-transform: capitalize;
    display: none;
}

.course_section a:hover{
    text-decoration: none;
    background: #d3d4d6;
}

.video #vid-right{
    height: calc(100vh - 75px);
    overflow-y: scroll;
    position: fixed;
    right: 0;
    z-index: 5;
    background: #eaeaea;
    border-left: solid 1px #d6d6d6;
}

.lesson_title.disabled{
    pointer-events: none;
    color: #9c9c9c;
    font-weight: 400;
    text-decoration: line-through;
}

.lesson_title.current_lesson { 
    background-color: #5e646d;
    color: white;
    position: relative;
}

.lesson_title.current_lesson:hover{
    background-color: #5e646d;
    color: white;
}

#vid-right .section_playing,
#vid-right .lesson_playing{
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    --fa-animation-duration: 2s;
}

#vid-right .current_section .expand{
    display: none;
}

#vid-right .current_section.section_expand .expand{
    display: inline-block;
}


#vid-right .current_section .section_playing{
    display: inline-block;
}

#vid-right .current_section.section_expand .section_playing{
    display: none;
}


#vid-right .lesson_title.current_lesson .lesson_playing{
    display: inline-block;
}

.course_section.section_expand a{
    display: block;
}

.course_lesson .title{
    font-size: 1.6rem;
    font-weight: 800;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 35px;
    text-transform: uppercase;
    line-height: 54px;
}

.course_lesson #vid-left .end{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
}
.course_lesson #vid-left .overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: 1;
}

.course_lesson #vid-left .end.show{
    display: block !important;
}
.course_lesson #vid-left .end.show.hide{
    display: none !important;
}
#vid-left{
    position: relative;
}

.prev, .next {
    position: absolute;
    top:50%;
    cursor: pointer;
    background: #f07557;
    border: solid 1px white;
    width: 30px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    z-index:3;
    border-radius: 3px;
    transition: .5s all;
    display: inline-block;
    
}


.alt-menu {
    background: #f07557;
    border: solid 1px white;
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 1;
    border-radius: 3px;
    opacity: 1;
    transition: .5s all;
    
}

.iframe-wrapper:hover{
    .prev, .next{
        opacity: .5;
    }
    .prev:hover, .next:hover{
        opacity: 1;
    }
    .alt-menu{
        opacity: .5;
    }
    .alt-menu:hover{
        opacity: 1;
    }
    
}

.prev{
    left: -3px;
}

.next{
    right: -3px;
}
.prev i, .next i{
    color: white;
    line-height: 35px;
}

#vid-left .caption{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#vid-left .caption div{
    text-align: center;
    color: white;
    margin-bottom: 25px;
    
}

#vid-left .next_lesson{
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
}

#vid-left .timer .seconds{
    color: #f07557;;
    font-weight: 800;
}

#vid-left .button{
    color: white;
    cursor: pointer;
}

#vid-left .play a{
    background-color: #f07557;
    margin: auto;
    padding: 7px 20px;
    border-radius: 3px;
    display: inline-block;
    font-size: 1rem;
}

#vid-left .play a:hover{
    text-decoration:none;
}

#vid-left .img{
    padding: 0 40%;
}
#vid-left .img img{
    width: 100%;
    border: solid 1px white;
    border-radius: 3px
}

@media only screen and (max-width:992px){
    #vid-left .caption div{
        margin-bottom: 7px;
    }
     #vid-left .next_lesson{
        font-size: 1rem;
    }
    
    #vid-left .timer .seconds{
        font-weight: 800;
    }
    
    #vid-left .button{
        color: white;
        cursor: pointer;
    }
    
    #vid-left .play a{
        padding: 5px 15px;
        font-size: .6rem;
    }

     #vid-left .cancel a{
         font-size: .6rem
    }
    .video #vid-right{
        position: static;
    }
}




.fs-button{
    color: white;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;

}


.fs-button.fa-solid.fa-expand:hover{
    background: #f07557;
}

.iframe-wrapper:fullscreen{
    min-height:100vh !important;
    min-width: 100vh !important;
    padding: 0 !important;
}

.course-notes h4{
    background-color: #5e646d;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}

a.course-file i{
    margin-right: 7px;
    border: solid 2px;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    line-height: 17.5px;
    background: #444;
    color: white;
    padding-left: 11px
}
a.course-file {
    color: #444;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
}



/*-----------PREVIEW---------------*/

div#block-gptheme-views-block-add-to-cart-block-1 {
    padding: 10px 0;
    text-align: center;
    background-color: #2b3440;
    border-bottom: solid 1px #dbdbdb;
}

div#block-gptheme-views-block-add-to-cart-block-1 {
    display: none;
}

div#block-gptheme-views-block-add-to-cart-block-1.show {
    display: block;
}


div#block-gptheme-views-block-add-to-cart-block-1 .action {
    background-color: #ef767a;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border:solid 2px #dbdbdb;
    padding: 10px 35px;
    border-radius: 3px;
    display: inline-block;
    width: 80%;
    
}