/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0.1
*/

@import url("../wplms/style.css");

@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');


button#searchsubmit.ctm-search-btn {
    position: absolute;
    right: 0px;
    top: 2px;
    background: transparent;
    color: #4d4d4d;
    border-left: 1px solid #d0d0d0;
    padding: 10px 10px 10px 5px;
}

.search_wrapper {
    position: relative;
}

button#searchsubmit.ctm-search-btn i {
    font-size: 18px;
}

.mooc .mooc_header_wrapper .search_wrapper:after{
    content: none !important;
}

button#searchsubmit.ctm-search-btn i:hover {
    color: #ff2a73;
    transition: 0.5s;
}

li#delete-account-personal-li {
    display: none !important;
}


/*Sakib*/
/*
.selling-tag {
    position: absolute;
    left: 0;
    top: 0;
   
}

.selling-tag span {
    display: inline-block;
    margin-bottom: 4px;
    padding: 7px 12px;
    margin-right: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}
.selling-tag .tag1{
    background: #ff2c5d;
}
.selling-tag .tag2{
    background: #8f5cdd;
}

.selling-tag .tag3{
    background: #F16645;
}
*/

body.search-results .block.courseitem.course3 .selling-tag {
    /* position: absolute;*/
     left: 0;
     top: 0;
    
 }
 body.search-results .block.courseitem.course3 .selling-tag {
     width: 70%;
     display: inline-block;
     float: right;
     text-align: right;
 }
 
 body.search-results .block.courseitem.course3 .selling-tag span {
     padding: 7px 9px;
     display: inline-block;
     margin-left: 5px;
     color: #fff;
     border-radius: 3px;
     font-size: 11px;
     text-align: center;
     font-weight: bold;
 }

body.search-results .block.courseitem.course3 .selling-tag .tag1 {
    background: rgb(255 44 93 / 24%);
    color: #FF2C5D;
}
body.search-results .block.courseitem.course3 .selling-tag .tag2 {
    background: rgb(143 92 221 / 30%);
    color: #8F5CDD;
}
body.search-results .block.courseitem.course3 .selling-tag .tag4 {
    background: rgb(69 183 115 / 34%);
    color: #01A041;
}
body.search-results .block.courseitem.course3 .selling-tag .tag3 {
    background: #ffe799;
    color: #b6800c;
}
body.search-results .block.courseitem.course3 .selling-tag .tag5 {
    background:rgba(47, 128, 237, 0.1);
    color: #2F80ED;
}

 /* body.search-results .block.courseitem.course3 .selling-tag .tag1 {
     background: rgba(255, 44, 93, 0.1);
     color: #FF2C5D;
 }
 body.search-results .block.courseitem.course3 .selling-tag .tag2{
     background: rgba(143, 92, 221, 0.1);
     color: #8F5CDD;
 }
 
 body.search-results .block.courseitem.course3 .selling-tag .tag3 {
    background: rgba(241, 102, 69, 0.1);
    color: #F16645;
}
 body.search-results .block.courseitem.course3 .selling-tag .tag4 {
    background:rgba(69, 183, 115, 0.16);
    color: #01A041;
}
 
 body.search-results .block.courseitem.course3 .selling-tag .tag5 {
    background:rgba(47, 128, 237, 0.1);
    color: #2F80ED;
}
  */
 
 body.search-results .block.courseitem.course3 body.search-results span.woocommerce-Price-amount.amount {
     color: #000;
     font-size: 10px !important;
 }
 
 body.search-results .block.courseitem.course3 body.search-results del .woocommerce-Price-amount.amount {
     font-size: 10px !important;
 }
 
 body.search-results .block.courseitem.course3 body.search-results ins span.woocommerce-Price-amount.amount {
     color: #17AA1C;
     font-weight: 400;
 }
 
 body.search-results .block.courseitem.course3 body.search-results small.woocommerce-price-suffix {
     font-weight: 400;
 }
 
 body.search-results .block.courseitem.course3 del .woocommerce-Price-amount amount {
     font-size: 12px !important;
 }
 
 body.search-results .block.courseitem.course3 h4.block_title a {
     color: #2f2f2f;
     font-weight: 600;
 }
 
 body.search-results .block.courseitem.course3 .block_media.test002 img {
     height: 190px;
 }
 body.search-results .block.courseitem.course3 .course_price {
     width: 40% !important;/* background: red; */
     height: 43px;
     margin: 0 !important;
}

 body.search-results .block.courseitem.course3 .users-no {
     width: 60%;
     display: inline-block;
     text-align: right;
 }
 
 body.search-results .block.courseitem.course3 .block_content {
     padding-bottom: 5px;
 }
 
 body.search-results .users-no .fa-users:before {
    margin: 5px;
}
body.search form#searchform ul li:nth-child(2) {
    display: none;
}
body.search-results .block.courseitem.course3 .block_content .course_price {
    color: inherit !important;
}

body.search-results del span.woocommerce-Price-amount.amount {
    color: #3d3c3c;
    opacity: 1 !important;
    font-size: 12px !important;
    display: block;
    font-weight: 100;
}
body.search-results small.woocommerce-price-suffix {
    color: #3cb841;
}

.single-course #course-reviews {
    display: none !important;
}