/*
Theme Name: Eduvalt Child
Theme URI: https://ifingerstudio.com/eduvalt/
Template: eduvalt
Author: johanspond
Author URI: https://themeforest.net/user/johanspond/
Description: Eduvalt - Online Courses &amp; Education WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.0.3.1739516085
Updated: 2025-02-14 06:54:45

*/

li.mini-cart-icon {
    display: none;
}

.courses__item-content span.price {
    display: none;
}

.categories__item .courses {
    line-height: normal !important;
}

.courses__details-sidebar {
    margin-top: 30px;
}




@media screen and (min-width: 767px) {
    section.courses__breadcrumb-area.banner-img-active .courses__breadcrumb-content {
        opacity: 0;
    }
  }


  
@media screen and (max-width: 767px) {
    section.courses__breadcrumb-area.banner-img-active {
        background-image: none !important;
    }
    
    section.courses__breadcrumb-area {
        padding: 25px 0px;
    }

    .web-stikcy-btn-wapper {
        bottom: 20px !important;
    }
    
    .web-stikcy-btn-wapper ul.web-sticky-btn li a i {
        font-size: 24px !important;
    }
    
    .web-stikcy-btn-wapper ul.web-sticky-btn li {
        min-width: 48px !important;
    }
  }

.courses-custome-side-bar .tutor-course-progress-wrapper {
    display: none;
}

.courses-custome-side-bar form {
    display: none;
}

.courses-custome-side-bar span.tutor-enrolled-info-text {
    display: none;
}

.courses-custome-side-bar .tutor-icon-purchase-mark {
    display: none;
}


.whatpp-btn i {
    padding: 0px 10px;
    font-size: 20px;
}

.whatpp-btn {
    color: #00d757;
    border-color: #00d757;
    border-width: 2px;
}

.author a {
    pointer-events: none;
    text-decoration: none;
    color: inherit; /* Ensures the text looks normal */
}

.tutor-course-share h4 {
    font-size: 18px;
}

.tutor-course-share {
    margin: 15px 0px 0px;
}

.tutor-course-share ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.tutor-course-share ul li {
    list-style: none;
    padding: 4px 8px;
    margin: 4px;
    background: #fff;
    transition: 0.5s;
    border-radius: 4px;
}

.tutor-course-share ul li i {
    padding-right: 5px;
}

.tutor-course-share ul li a {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

.tutor-course-share ul li:hover {
    background: #1363df;
    color: #fff !important;
    transition: 0.5s;
}

.tutor-course-share ul li:hover a {
    color: #fff;
    transition: 0.5s;
}



aside.blog-sidebar {
    display: flex;
    flex-wrap: wrap;
}


aside.blog-sidebar .widget_tutor_course_widget ul.courses__item-meta.list-wrap li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

aside.blog-sidebar .widget_tutor_course_widget .author.hide-grid-view {
    display: none;
}

aside.blog-sidebar .widget_tutor_course_widget a.price.course__continue {
    font-size: 16px;
    text-align: center;
    background: #1363df;
    padding: 13px;
    border-radius: 100px;
    color: #fff;
    margin:  10px auto;
    display: block;
}


.web-stikcy-btn-wapper ul.web-sticky-btn {
    padding: 0px;
    margin: 0;
}

.web-stikcy-btn-wapper ul.web-sticky-btn li {
    list-style: none;
    display: block;
    font-size: 22px;
    background: #1363df;
    margin: 8px 0px;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    width: fit-content;
    min-width: 54px;
    box-shadow: 5px 0px 8px #1363df;
}

.web-stikcy-btn-wapper {
    
    position: fixed;
    bottom: 100px;
    z-index: 9999;

}

.web-stikcy-btn-wapper ul.web-sticky-btn li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 10px;
    transition: 0.5s;
}

.web-stikcy-btn-wapper ul.web-sticky-btn li a span {
    font-size: 0px;
    padding-left: 7px;
    opacity: 0;
}

.web-stikcy-btn-wapper ul.web-sticky-btn li a i {
    font-size: 30px;
}

.web-stikcy-btn-wapper ul.web-sticky-btn li a:hover span {
    font-size: 12px;
    transition: 0.5s;
    opacity: 1;
}



.single-courses .courses__details-wrapper.vedio-style {
    display: flex;
    flex-wrap: wrap;
}

.single-courses .courses__details-wrapper.vedio-style .tutor-course-details-tab {
    order: 1;
}

.single-courses .courses__details-wrapper.vedio-style .tutor-video-player {
    order: 2;
    width: 100%;
    margin-top: 31px;
}





.custom-courses-section {
    padding: 30px 10px;
    max-width: 1200px;
    display: block;
    margin: auto;
}

.custom-courses-section .tutor-courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.custom-courses-section .tutor-course-item {
    border: 1px solid #eee;
    padding: 0px;
    text-align: left;
    border-radius: 8px;
    transition: transform 0.3s;
}
.custom-courses-section .tutor-course-item:hover {
    transform: scale(1.05);
}
.custom-courses-section .tutor-course-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}


.custom-courses-section h2 {
    margin-bottom: 30px;
    text-align: left;
}

.custom-courses-section .tutor-course-item {
    padding: 15px;
}

.custom-courses-section .tutor-course-item h3 {
    font-size: 20px;
    margin-top: 16px;
}

.custom-courses-section .tutor-course-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; /* Change the number to the max lines you want */
}

.home .custom-courses-section, .post-type-archive-courses .custom-courses-section, .single-courses .custom-courses-section, .blog .custom-courses-section, .single-post .custom-courses-section {
    display: none;
}



ul.custom-category-list {
    padding: 0;
    margin: 0;
}


ul.custom-category-list li.category-item {
    list-style: none;
    display: inline-block;
    background: #fff;
    line-height: normal;
    margin: 8px;
    box-shadow: 0 0 12px #d5d5d5;
}

ul.custom-category-list li.category-item p {
    margin: 0;
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}

ul.custom-category-list li.category-item a {
    padding: 15px;
    display: block;
}

ul.custom-category-list li.category-item:hover p {
    color: #1363df;
}

ul.custom-category-list li.category-item img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 8px;
}

ul.custom-category-list li.category-item {
    text-align: center;
}

ul.custom-category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}



.archive .post-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.archive .post-grid .post-item {
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 9px 0 #bfd2f1;
    max-width: calc(256px - 10px);
}

.archive .post-grid .post-item img {
    width: 100%;
    height: 100%;
    max-height: 230px;
    min-height: 230px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.archive .post-grid .post-item h2 {
    font-size: 15px;
    font-weight: 500;
}


.category-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.category-grid .category-item {
    margin: 5px;
    box-shadow: 0 0 9px 0 #bfd2f1;
    max-width: calc(256px - 10px);
}

.category-grid .category-item a {
    display: block;
    padding: 10px;
}

.category-grid .category-item a h3 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.category-grid .category-item img {
    width: 100%;
    height: 100%;
    max-height: 20px;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}


.category-grid .category-item:hover h3, .archive .post-grid .post-item:hover h2 {
    color: #1363df;
    transition: 0.5s;
}


