/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/



/*         .custom-instructor-profile {
            margin: 20px auto;
            max-width: 1200px;
            font-family: Arial, sans-serif;
        }

        .lp-single-instructor__info {
            display: flex;
            margin-bottom: 30px;
            gap: 30px;
        }

        .lp-single-instructor__info .instructor-avatar img {
            border-radius: 50%;
            max-width: 250px;
            max-height: 250px;
            object-fit: cover;
        }

        .lp-single-instructor__info__right h2 {
            margin: 0 0 10px;
            font-size: 24px;
        }

        .instructor-description {
            margin: 10px 0;
        }
        
         .custom-instructor-profile .certificates-gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 30px;
        }

        .custom-instructor-profile .certificates-gallery img {
            max-width: 200px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .wrapper-instructor-total-courses,
        .wrapper-instructor-total-students {
            margin: 5px 0;
            font-size: 16px;
        }

        .ul-instructor-courses {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            padding: 0;
            font-size: 1em;
            font-weight: bold;
        }
        
        .ul-instructor-courses h2 {
            font-size: 1.2em;
            font-weight: bold;
        }

        .item-course {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-right: 20px;
        }

        .item-course:hover {
            transform: scale(1.02);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .course-img img {
            width: 100%;
            height: auto;
        }

        .price-categories,
        .item-course h2 {
            padding: 15px;
        }
        
        .price {
            font-weight: bold;
            color: #0073aa;
        }

        .course-count {
            display: flex;
            justify-content: space-between;
            padding: 15px;
        }
        
        .course-count div {
            display: flex;
            align-items: center;
            font-size: 14px;
        }

        .course-count .course-ico {
            margin-right: 5px;
        } */
    
