.entry-header img{
    height: -webkit-fill-available;
    height: fit-content;
    height: -moz-available;
}
.page-template-page-all-my-courses{
    background-image: url('../images/backgrounds/my-courses-bg-min.png') !important;
}
.page-template-page-all-my-courses #content{
    background:rgba(255,255,255, 0.6);
}
.ld_course_grid{
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px;
}
.form-group-row{
    display: table;
    content: " ";
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;

}
.course_block{
    background-color: #e6e8e9;
    margin-bottom: 5px;
}
.course_block_title{
    width: 80%;
    display: inline-block;
    float: left;
    padding: 15px;
    min-height: 102px;
}
.course_block_introduction{
    width: 100%;
    display: table;
    padding: 15px;
    min-height: 102px;
}
.course_block_title a, .course_block_introduction a{
    color: #282C2F;
    font-family: "Gotham-Bold";
    font-size: 17px;
    text-transform: capitalize;
    line-height: normal;
}
.course_block_category{
    font-family: "Gotham-Book";
}
.course_introduction_description{
    color: #A5A1A3;
    font-family: "Gotham-Book";
}
.course_block_access{
    width: 20%;
    display: inline-block;
    float: left;
    min-height: 102px;
    background: #282c2f;
    line-height: 100px;
}

.course_block_image{
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 250px;
}
.course_block_image img{
    height: 420px;
}
.course_block_progress{
    padding-top: 10px;
    padding-bottom: 10px;
}
.course_info_progress{
    display: block;
    border: 3px solid #fff;
    border-radius: 17px;
    height: 35px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c8c8c+0,d4d4d4+100 */
    background: url('../images/progress/bg.png') repeat-x;
}

.course_info_progress div.course_progress_blue {
    display: block;
    position: relative;
    text-align: right;
    min-width: 29px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99c1da+0,4e778d+100 */
    background: #99c1da; /* Old browsers */
    background: -moz-linear-gradient(top, #99c1da 0%, #4e778d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #99c1da 0%,#4e778d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #99c1da 0%,#4e778d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c1da', endColorstr='#4e778d',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 -1px 0 rgba(0,0,0,.15) inset;
    color: #FFF;
    float: left;
    font-size: 12px;
    height: 100%;
    transition: width .6s ease 0s;
    border-radius: 17px;
}
.course_progress_border{
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 17px;
}
.progress_info_text{
    font-family: 'Gotham-Medium';
    display: table;
    padding-top: 7px;
    font-size: 15px;
    text-align: center;
    display: block;
}
.course_overlay_access{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.course_overlay_access span{
    display: block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    margin-top: 17px;
    font-family: 'Gotham-Medium';
    font-size: 16px;
}
.course_introduction_play{
    background: #772D7D;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 16px;
}
.course_introduction_play img{
    margin-top: 4px;
    float: right;
    margin-right: 50px;
}
.course_coming_soon_title{
    background:  rgba(0,0,0,.5);
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 16px;
}
.course_coming_block_image{
    text-align: center;
    background: #282C2F;
    min-height: 522px;
}
.course_coming_block_image img{
    margin-top: 50%;
}
.course_upgrade_block_content{
    min-height: 511px;
}
.course_upgrade_block_content h3{
    font-size: 18px;
    font-family: "Gotham-Medium";
    padding-left: 30px;
}
.course_upgrade_block_content .hours{
    font-size: 18px;
    font-family: "Gotham-Medium";
    padding-left: 30px;
}
.course_upgrade_block_content ul{
    display: block;
    margin-top: 50px;
}
.course_upgrade_block_content li{
    font-size: 14px;
    font-family: "Gotham-Book";
}
.course_btn_upgrade{
    background:  #FE0000;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 16px;
}
.course_btn_upgrade .fa{
    font-size: 35px;
    vertical-align: calc(-2px);
    margin-right: 70px;
    float: right;
    margin-top: -8px;
}

@media(max-width: 768px){
    .course_block_image img {
        width: 100%;
        height: 100%;
    }
    .course_coming_block_image img {
        margin-top: 30%;
    }
}
@media(min-width: 768px) and (max-width: 990px){
    .course_block_image img{
        width: 100%;
    }
}


.page-template-page-upgrade-today .row{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.page-template-page-upgrade-today footer {
    background: #69317A;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.label_plan_upgrade{
    cursor: pointer;
}
.plan.plan_upgrade_selected{
    opacity: 1 !important;
}
.action_upgrade_checkout .checkout{
    background-color: #d71c3b !important;
    color: #fff !important;
}
