.learndash-course-grid .items-wrapper .grid-3 .post {

    line-height: 1.428571429;

    background-color: #ffffff;

    border: 1px solid #dddddd;

    border-radius: 5px;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    display: inline-block;

    max-width: 100%;

    height: auto;

    display: block;

    position: relative;

    padding: 20px 20px 140px 20px;

    margin: 0;

    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);

    -moz-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);

    -webkit-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);

    min-height: 100%;

}

.leandash-courses-archive-page .items-wrapper .grid-3 .post {

    padding-bottom: 60px;

}



.learndash-course-grid .items-wrapper.grid .item{

    visibility: visible;

}



.learndash-course-grid .items-wrapper .grid-3 .thumbnail {

    margin: 0;

    padding: 0;

}

.learndash-course-grid .items-wrapper .grid-3 .thumbnail .thumbnail-link{

    position: relative;

    display: block;

    padding-top: 70%;

    border-radius: 5px;

}

.learndash-course-grid .items-wrapper .grid-3 .thumbnail img {

    margin: 0 auto;

    padding: 0;

    width: 100%;

    height: auto;

    border-radius: 5px;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.learndash-course-grid .items-wrapper .grid-3 .content {

    padding: 30px 0 0;

    color: #333333;

}

.learndash-course-grid .items-wrapper .grid-3 .card-footer.content {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 0px 20px 20px 20px !important;

}



.learndash-course-grid .items-wrapper .grid-3 .content .entry-title {

    font-size: 1.2rem;

    font-weight: bold;

    line-height: 1.2;

    color: #333;

    margin-bottom: 15px;

    min-height: 47px;

}



.learndash-course-grid .items-wrapper .grid-3 .content .entry-title a {

    text-decoration: none;

    color: #421E5F;

    font-size: 1rem;

    line-height: 1.2;

    font-weight: 600;

    display: block;

}



.learndash-course-grid .items-wrapper .grid-3 .content .entry-content {

    margin-bottom: 20px ;

    color: #333;

    font-size: 0.82rem;

    font-weight: 400;

    line-height: 1.35;

}



.learndash-course-grid .items-wrapper .grid-3 .content .entry-content > * {

    margin: 0;

}



.learndash-course-grid .items-wrapper .grid-3 .content .meta {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #949ca1;

    font-size: 0.875rem;

    margin-bottom: 20px;

}



.learndash-course-grid .items-wrapper .grid-3 .content .author {

    display: flex;

    align-items: center;

    gap: 10px;

}



.learndash-course-grid .items-wrapper .grid-3 .content .author img {

    width: 30px;

    height: 30px;

    display: block;

    border-radius: 30px;

    border: 2px solid #fd8739;

}



.learndash-course-grid .items-wrapper .grid-3 .content .author .name {

    font-weight: bold;

}



.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    color: #000;

    font-size: 14px;

    font-weight: 700;

}



.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper > * {

    width:auto;

}



.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper .trial {

    text-align: left;

}



.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper .price {

    text-align: right;

}



.learndash-course-grid .items-wrapper .grid-3 .content .button {

    margin: 0;

    padding: 0;

    background: none;

    border: none;

    width: 100%;

}



.learndash-course-grid .items-wrapper .grid-3 .content .button a {

    text-decoration: none;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

    text-align: center;

    display: -ms-flexbox;

    display: flex;

    justify-content: center;

    -ms-flex-align: center;

    align-items: center;

    cursor: pointer;

    color: #ffffff;

    background-color: #421E5F;

    border-color: #421E5F;

    border-radius: 30px;

    font-size: 15px;

    font-weight: 500;

    padding: 12px 24px;

    margin: 0 auto;

    max-width: 70%;

    line-height: 1;

}



.learndash-course-grid .items-wrapper .grid-3 .content .button a:hover{

    background: #97B33C;

    border-color: #97B33C;

}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{

    color: #97B33C;

}

/*.entry-content{

    padding: 70px 0px;

}*/

.content-area{
    padding-right: 0px;
}

@media screen and (max-width: 992px){

    .learndash-course-grid .items-wrapper.grid{

        grid-template-columns: repeat( 2, minmax( 0, 1fr ) );

    }

}

@media screen and (max-width: 580px){

    .learndash-course-grid .items-wrapper.grid{

        grid-template-columns: repeat( 1, minmax( 0, 1fr ) );

    }

}
@media screen and (max-width: 750px){

    .learndash-course-grid .items-wrapper.grid .item{
        padding-right: 15px;
        padding-left: 15px;
    }

}