.page-template-template-search-header .breadcrumbs-listing {
    display: none;
}

.page-template-template-search-header .site-content-contain {
    padding-top: 0;
}

.page-template-template-search-header .site-content-contain .el-search-header {
    height: 106px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-template-search-header .site-content-contain .el-search-header .el-search-bar-wrap {
    position: relative;
}

.page-template-template-search-header .site-content-contain .el-search-header .el-search-bar-wrap .el-search-bar {
    width: 380px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 10px;
}

.page-template-template-search-header .site-content-contain .el-search-header .el-search-bar-wrap .icon-Search {
    position: absolute;
    right: 13px;
    top: 14px;
    font-size: 20px;
    font-weight: 100;
    color: #444;
}

.page-template-template-search-header .site-content-contain #primary {
    padding-top: 52px;
}

.page-template-template-search-header .site-content-contain #primary .course-archive-heading h1 span {
    font-size: 26px;
    font-weight: 700;
    color: #444;
}

.page-template-template-search-header .site-content-contain .el-cls-filters {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 35px;
}

.page-template-template-search-header .site-content-contain .el-cls-filters .el-cls-cat-filter {
    display: inline-flex;
}

.page-template-template-search-header .site-content-contain .el-cls-filters .el-cls-cat-filter select {
    min-width: 200px;
}

.page-template-template-search-header .site-content-contain .el-cls-filters span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 18px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    border-radius: 4px;
}

.page-template-template-search-header .site-content-contain .el-cls-filters span i {
    color: #c4c4c4;
}

.page-template-template-search-header .site-content-contain .el-cls-filters span.el-cls-current {
    background-color: #f7f7f7;
}
.el-cls-current{
	pointer-events: none;
}

.el-cls .ld_course_grid_button a{
    border: 1px solid !important;
}

.el-cls-ratings {
    margin-bottom: 13px;
}

.el-cls-ratings .el-cls-ratings-inner {
    padding: 0 6px;
    line-height: 19px;
    background-color: green;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    font-size: 16px;
}

.el-cls-ratings .el-cls-ratings-inner i {
    font-size: 13px;
    color: #fff;
    margin-right: 6px;
}

.el-cls-ratings .el-cls-tr {
    font-size: 16px;
    color: #777;
}

.el-cls .el-cls-image-wrap img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.el-cls-image-wrap .ld_course_grid_price {
    border-radius: 15px;
    left: 15px!important;
    color: #444444 !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}

.el-cls-image-wrap .ld_course_grid_price:before {
    content: none!important
}

.el-cls-title {
    font-size: 20px;
    font-weight: 700;
    color: #444;
}

.el-cls-title .ratings-after-title {
    display: none;
}

.el-cls-instructor {
    margin-bottom: 35px;
}

.el-cls .el-cls-instructor img {
    width: 30px!important;
    margin: initial!important;
    display: inline!important;
    border-radius: 50% !important;
}

.el-cls-instructor .el-cls-author-name {
    font-size: 14px;
    color: #4d367d;
    margin-left: 3px;
    position: relative;
    font-weight: 600;
}

.el-cls-instructor .el-cls-author-name:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4d367d;
    transform: scale(0);
    transition: all .5s ease-in-out;
}

.el-cls-instructor:hover .el-cls-author-name:before {
    transform: scale(1);
}

.el-cls-course-duration i {
    font-size: 13px;
}

.el-cls-course-duration span {
    color: #444;
    font-size: 12px;
}

.el-cls dd.course_progress {
    height: 16px;
    border-radius: 20px;
    margin-top: 30px;
}

.el-cls dd.course_progress div.course_progress_blue {
    border-radius: 20px;
    background-color: #159600;
}

.el-cls-bottom .el-cls-status {
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
    color: #777;
}

.ld-course-list-items .el-cls.ld_course_grid .entry-title {
    margin-bottom: 10px!important;
}

.ld-course-list-items .el-cls.ld_course_grid .thumbnail .caption {
    padding: 15px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ld-course-list-items .el-cls.ld_course_grid .thumbnail.course {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
}

.ld-course-list-items .el-cls.ld_course_grid .thumbnail.course a.btn-primary {
    background-color: transparent;
    color: #16d;
    border: 1px solid;
    font-weight: 600;
}

.ld-course-list-items .el-cls.ld_course_grid.el-cls-list .thumbnail.course {
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
}

.el-cls-filters+div {
    display: none;
}

.el-cls-desc {
    display: none;
}

.el-cls-progress {
    position: relative;
    margin-bottom: 15px;
}

.el-cls-progress .el-archive-pg-bar {
    width: 100%;
    height: 5px;
    background: #d2d2d2;
    border-radius: 20px;
}

.el-cls-progress .el-archive-pg-bar .el-archive-percentage {
    height: 5px;
    border-radius: 20px;
    background-color: #1ab900;
}

.el-cls-progress .el-archive-percentage-text {
    position: absolute;
    width: 30px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
    left: 73%;
    font-size: 10px;
    border-radius: 20px;
    top: -10px;
    z-index: 99;
    background-color: #fff;
    color: #666;
}

.el-cls-bottom {
    flex-wrap: wrap;
}

.el-cls-bottom .ld_course_grid_button {
    flex: 0 0 100%;
}

.el-cls-list {
    flex: 0 0 100%!important;
    max-width: 100%!important;
    margin-bottom: 30px!important;
}

.el-cls-list .course {
    display: flex!important;
}

.el-cls-list .course .el-cls-image-wrap {
    max-width: 25%;
}

.el-cls-list .course .el-cls-image-wrap img {
    height: 100%!important;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}

.el-cls-list .course .caption {
    width: 75%;
    padding-bottom: 15px!important;
    padding-right: 155px!important;
    padding-left: 25px!important;
    min-height: 150px;
}

.el-cls-list .course .caption .el-cls-desc {
    display: -webkit-box;
}

.el-cls-list .course .el-cls-bottom {
    right: 0;
    left: auto;
    width: 150px;
    top: 0;
    bottom: auto;
    flex-direction: column;
    position: absolute;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.el-cls-list .course .el-cls-bottom .ld_course_grid_button {
    flex: initial;
    text-align: center;
}

.el-cls-list .course .el-cls-bottom .ld_course_grid_button a {
    padding: 9px 12px
}

.el-cls-list .course .el-cls-bottom .el-cls-status {
    margin-left: initial;
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
}

.el-cls-list .course .el-cls-bottom .el-cls-course-duration {
    justify-content: center;
}

.el-cls-list .course .el-cls-bottom .el-cls-course-duration i {
    font-size: 20px;
}

.el-cls-list .course .el-cls-bottom .el-cls-course-duration span {
    font-size: 14px;
}

.el-cls-list .entry-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.el-cls-list .el-cls-instructor{
	margin-bottom: 12px;
}
.ld-course-list-items .ld_course_grid.el-cls-list .thumbnail .caption p.el-cls-desc{
	margin: 0 0 18px 0 !important;
}
.el-cls-list .ld_course_grid_button .btn {
    width: auto!important;
}
.ld-course-list-items .ld_course_grid .thumbnail.course .el-cls-instructor img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ld-course-list-items .ld_course_grid {
    margin-bottom: 36px;
}
@media screen and (max-width:768px) {
    .el-cls-list .course {
        display: block!important;
    }
    .el-cls-list .course .el-cls-image-wrap {
        width: 100%;
        max-width: 100%;
    }
    .el-cls-list .course .caption {
        width: 100%;
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .el-cls-list .ld_course_grid_button a.btn{
    	width:100% !important;
    }
    .el-cls-list .course .caption .el-cls-bottom {
        position: static;
        justify-content: flex-start;
        width: 100%;
        flex-direction: row;
    }
    .el-cls-list .course .caption .el-cls-bottom .el-cls-status {
        margin-left: auto;
    }
    .el-cls-list-grid {
        display: none;
    }
    .el-cls-filters+div article.hentry {
        margin-top: 0;
    }
    .page-template-template-search-header .site-content-contain .el-search-header .el-search-bar-wrap .el-search-bar{
    	width: 300px;
    }
}

.type-groups .el-cls-ratings{
    display: none !important;
}

.type-groups .el-cls-bottom{
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
}
.ld-course-list-items .ld_course_grid .type-groups .caption p.ld_course_grid_button {
    margin-top: 0 !important;
    text-align: right;
    flex: auto;
    width: auto !important;
}
.ld-course-list-items .ld_course_grid .type-groups{
    padding-bottom: 70px !important;
}

.ld-course-list-items .ld_course_grid .type-groups .caption{
    min-height: auto !important;
}

.type-groups .ld_course_grid_button .btn{
    width: auto !important;
    border: 1px solid !important;
    font-weight: 400 !important;
    padding: 6px 27px !important;
}

.ld-course-list-items .el-cls.ld_course_grid .type-groups{
    height: 100%;
}

.type-groups .el-cls-instructor{
    margin-bottom: 0;
}

.ld-course-list-items .el-cls.ld_course_grid .thumbnail.type-groups:hover{
    box-shadow: 4px 6px 24px 1px rgba(0, 0, 0, 0.2);
}

.type-groups:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 0%;
    transition: all 0.3s ease-in-out;
}

.type-groups:hover:before{
    height: 100%;
}
.type-groups .el-cls-instructor .el-cls-author-name{
    font-weight: 400;
}

.type-groups .caption .ld-progress-percentage{
    font-size: 12px;
    margin-top: 15px;
    color: #444444;
    text-align: right;
}

.type-groups .ld-progress-bar-percentage{
    width: 100%;
    height: 5px;
    background-color: #138B00;
    border-radius: 3px;
}

/*.type-groups .ld-course-list-items > .learndash-wrapper{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}*/

.type-groups .ld-progress-steps{
    display: flex !important;
    font-size: 13px;
    color: #999;
    font-weight: 500;
    justify-content: flex-end;
}

.type-groups .modern-progress-bar{
    display: none;
}

