.wdt-courses-holder .dt-sc-custom-course-type .dt-sc-course-overlay a
{
    font-size: 12px;

    width: 116px;
    height: 40px;
    padding: 10px 15px 7px;
}

.wdt-courses-holder .dt-sc-custom-course-type .dt-sc-course-duration
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Course List View Option */

.wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-thumb
{
    width: 40%;
    margin-right: 3%;
}

.wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type .dt-sc-course-details h5
{
    font-size: 18px;
}

.wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-details
{
    width: 57%;
}

.wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-desc
{
    display: none;
}

.wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-data .post-ratings
{
    width: 50%;
}

.page-with-both-sidebar .wdt-courses-holder.wdt-one-third .dt-sc-custom-course-type .dt-sc-course-completed
{
    clear: both;

    margin-top: 10px;
    margin-left: 0;
}  

.page-with-both-sidebar .wdt-courses-holder.wdt-one-third .dt-sc-custom-course-type .dt-sc-course-data .post-ratings
{
    width: 100%;
    margin-top: 10px;

    text-align: left;
}		

.page-with-both-sidebar .wdt-courses-holder.wdt-one-third .dt-sc-custom-course-type .dt-sc-course-overlay a
{
    font-size: 12px;

    width: 83px;
    padding: 9px 10px 5px;
}

.page-with-both-sidebar .wdt-courses-holder.wdt-one-third .dt-sc-custom-course-type .dt-sc-course-details h5
{
    font-size: 16px;
}

/* Responsive */

@media only screen and (min-width: 960px) and (max-width: 1280px)
{
    .wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-thumb,
    .page-with-both-sidebar .wdt-courses-holder .dt-sc-custom-course-type.course-list-view .dt-sc-course-thumb
    {
        width: 100%;
        margin-right: 0;
    }

    .wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-details,
    .page-with-both-sidebar .wdt-courses-holder .dt-sc-custom-course-type.course-list-view .dt-sc-course-details
    {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px)
{
    .wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-thumb,
    .page-with-both-sidebar .wdt-courses-holder .dt-sc-custom-course-type.course-list-view .dt-sc-course-thumb
    {
        width: 100%;
        margin-right: 0;
    }

    .wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-details,
    .page-with-both-sidebar .wdt-courses-holder .dt-sc-custom-course-type.course-list-view .dt-sc-course-details
    {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px)
{
    .wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-thumb,
    .page-with-both-sidebar .wdt-courses-holder .dt-sc-custom-course-type.course-list-view .dt-sc-course-thumb
    {
        width: 100%;
        margin-right: 0;
    }

    .wdt-courses-holder.wdt-one-half .dt-sc-custom-course-type.course-list-view .dt-sc-course-details,
    .page-with-both-sidebar .wdt-courses-holder .dt-sc-custom-course-type.course-list-view .dt-sc-course-details
    {
        width: 100%;
        margin-top: 20px;
    }
}
