/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2022 | 15:49:29 */
/*Learn dash title color*/
article#post-69 h3.entry-title,
article#post-71 h3.entry-title,
article#post-29697 h3.entry-title,
article#post-30821 h3.entry-title,
article#post-34638 h3.entry-title{
    color: #5E2414;
    font-family: "Julius Sans One", Sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

article#post-69 p.entry-content,
article#post-71 p.entry-content,
article#post-29697 p.entry-content {
    font-family: "Montserrat", Sans-serif;
}

/*Margin bottom for single line title
article#post-71 h3.entry-title {
    margin-bottom: 23px!important;
}*/

/* Course Box width 
@media (min-width: 1025px) and (max-width: 1920px) {
    .ld-course-list-items .col-md-4 {
        flex: 0 0 38.333333%;
        max-width: 38.333333%;
    }
}
*/
/* Course style */
.home .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled {
    background: #8f2d48;
}

.home .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled:before {
    border-top-color: #8f2d48;
    border-right-color: #8f2d4a;
}
.home .ld_course_grid_price.ribbon-enrolled {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400!important;
    color: #f3dac6!important;
}

.home .ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
    color: #f3dac6;
}

/*To align course in center
.ld-course-list-items .ld_course_grid:first-child {
    margin-left: auto;
}

.ld-course-list-items .ld_course_grid:last-child {
    margin-right: auto;
}
*/
/*Course Image height*/
.ld-course-list-items .ld_course_grid a:not(.btn) {
    height: 250px;
}

#ld_course_list .ld-course-list-items .ld_course_grid a:not(.btn) img {
    height: 250px!important;
}

/* Progress text color */
.ld-progress-stats .ld-progress-percentage.ld-secondary-color {
    color: #5f2414!Important;
}

/* Course list center 
.ld_course_grid.col-sm-8.col-md-4:nth-child(3) {
    margin: 0 auto; 
     margin-top: 30px;
  	 margin-left: auto;

}*/
/*
.ld-course-list-items .ld_course_grid:first-child {
    margin-left: auto;
}
.ld-course-list-items .ld_course_grid:nth-child(2) {
    margin-right: auto;
}
*/

.ld-course-list-items.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ld-course-list-items .ld_course_grid {
    flex: 0 0 calc(50% - 20px);
}
@media (max-width: 767px){
   .ld-course-list-items.row {
    display: grid;
    grid-template-columns: auto;
} 
}
.ld-course-list-items .col-md-4 {
    max-width: 100%;
}
/*Course ordering*/
        .ld_course_grid:nth-child(1) { order: 2; }
        .ld_course_grid:nth-child(2) { order: 3; }
        .ld_course_grid:nth-child(3) { order: 4; }
        .ld_course_grid:nth-child(4) { order: 5; }
        .ld_course_grid:nth-child(5) { order: 1; }