/*
Theme Name: Edumall Child
Theme URI: https://edumall.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: edumall
Text Domain:  edumall-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.edumall-animation-zoom-in .edumall-image img {
    max-width: 150px;
}
.tutor-course-header {
    padding: 36px 30px 10px;
}

.edumall-courses.style-grid-01 .course-loop-info {
     padding: 0px 30px 22px;
}

.course-loop-meta{
    margin: 7px 0 10px;
}

.color-red-price-my{
    color: #d31819;

}

.color-red-price-my del{
    display: inline-block;
    margin-left: 7px;
}
.price{
    /*font-size: 16px;*/
    /*display: flex;*/
    /*align-items: center;*/
}

.price del{
    font-size: 14px;
    text-decoration: line-through;
}

/*.btn-cource-more{*/
/*    margin-top:  15px;*/
/*    display: block;*/
/*    text-align: center;*/
/*    padding: 15px;*/
/*    border: 1px solid #0071dc;*/
/*    color: #0071dc;*/
/*    transition: all ease .3s;*/
/*    border-radius: 5px;*/
/*}*/
/*.btn-cource-more:hover{*/
/*    transition: all ease .3s;*/
/*    background: #0071dc;*/
/*    color: #fff;*/
/*}*/

.btn-cource-more{
    margin:     10px;
    text-align: center;
    /*margin-bottom: 30px;*/
}
.tm-button-wrapper{
    /*width: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
}
.tm-button-wrapper .tm-button{
    /*width: 100%;*/
    /*margin-left: ;*/
}

.course-loop-price{
    margin-bottom: 15px;
    font-weight: bold;
}


.edumall-courses.style-grid-01 .course-loop-info{
    display: flex;
    flex-direction: column;
}

.group-btn-flex{
    margin-top: auto;
    display: flex;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    flex-direction: column;
}
.group-btn-flex .course-loop-enrolled-button,
.group-btn-flex .tm-button.style-flat,
.single-btn-my-btn .course-loop-enrolled-button,
.single-btn-my-btn .tm-button.style-flat {
    width: 100%;
}
.my-single-cource-wrap-thumb{
    margin-bottom: 20px;
}
.my-single-cource-wrap-thumb img{
    max-width: 150px;
}

 .simple-footer {
     background: #B1B8C9;
 }


 .simple-footer .footer-text {
     text-align: center;
     color: #444;
 }

 #my-ls-sect-mb-30{
     margin-bottom: 30px !important;
 }


.popular-instructor-header{
    flex-direction: column;
}

.instr-wrap{
    max-width: 120px;
    margin-bottom: 10px;
    height: 45px;
}

.popular-instructor-header{
     -webkit-box-flex: 0;
     -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
     flex-grow: 0;
}

.inst-napr{

    border-top: 1px solid #eee;
    padding: 10px 22px;
    margin-bottom: auto;
}


.course-cat-section.popular-instructors{
    margin-bottom: 30px;
}
.top-mob-menu-item-custom-my {
    display: none !important;
}

@media (max-width: 1200px) {
    .top-mob-menu-item-custom-my{
        display: block !important;

    }
}

#menu-mycategor{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    display: none;
}
#menu-mycategor > li > a {
    font-weight: bold;
    font-size:  18px;
}

#menu-mycategor .sub-menu{
    list-style: circle;
    display: none;
}



/*.cat-item a .toggle-sub-menu*/








.is-search-form.is-form-id-9286.is-ajax-search{
    padding: 8px !important;
    box-shadow: 0 0 5px 1px  rgba(10, 10, 10, .1);
    background: #fff;
}

.is-search-form.is-form-id-9286.is-ajax-search svg{
    width: 30px;
    position: relative;
    margin-top: -3px;
}

@media (min-width: 1200px) {
    .is-search-form.is-form-id-9286.is-ajax-search{
        max-width: 600px;
    }
    /*.edumall-grid .grid-item.animate{*/
    /*    max-height: 480px !important;*/

    /*}*/
}

.children.course-list.course-placeholder{
    display: none !important;
}

.center-btn{
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin-top: 15px;
    width: 100%;
}
.page-open-mobile-menu .burger-icon-top{
    top: 1px;
}
.burger-icon-top.burger-icon-middle{
    top: 7px;
}
.edumall-courses.style-carousel-01 .course-loop-price{
    margin-bottom: 15px;
}
.edumall-courses.style-carousel-01 .course-loop-info{
    padding-top: 0;
    padding-bottom: 22px;
}
.mt-30{
    margin-top: 30px;
}