/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.lm-course-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}


/* timer css */

.lms-coming-soon-timer {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px 0;
    padding: 30px 0;
    background: rgb(0 0 0 / 38%);
    color: #fff;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.lms-coming-soon-timer h4 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.lms-cs-clock-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-cs-clock-wrapper div.lms-cs-clock-elt {
    margin: 0px 7px 10px;
    font-size: 13px;
}

.lms-cs-clock-wrapper div.lms-cs-clock-elt span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    border: 2px #fafbfd solid;
}

.lms-cs-clock-wrapper div.lms-cs-clock-elt span .lms-cs-smalltext {
    padding-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: -10px 0 0;
}

#lms_cs_endtime {
    display: none;
}

/* Reign Theme*/ 

.theme-reign-theme .lm-course-image img{
    width: 100%;
}

/* BuddyX Pro Theme */

.theme-buddyx-pro .lm-course-image img{
    width: 100%;
}

/* BuddyX Theme */

.theme-buddyx .lm-course-image img{
    width: 100%;
}