/*
Theme Name:   Shelly Child
Theme URI:    http://shelly.merku.love/
Description:  Shelly is an attractive minimal WordPress theme for different types of education centers
Author:       merkulove
Author URI:   https://1.envato.market/tf-merkulove
Template:     shelly
Version:      1.0.0
License:      Envato License
License URI:  https://1.envato.market/KYbje
Tags:         elementor, school, classes, teacher, event
Text Domain:  shelly-child
*/
section.pager-section {
    background: inherit;
}


.tutor-widget {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.tutor-widget .single-tutor {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    display: flex;
    width: 30%;
    position: relative;
    padding: 20px;
    gap: 20px;
}
.tutor-widget .single-tutor .rating {
    display: flex;
    align-items: end;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.tutor-widget .single-tutor .rating span {
    display: contents;
}
.tutor-widget .single-tutor .rating span svg {
    width: 20px;
    height: 20px;
    fill: #d1d5db;
}
.tutor-widget .single-tutor .rating span svg.filled {
    fill: #fbbf24;
}
.tutor-widget .single-tutor .avatar img{
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%
}
.tutor-widget .single-tutor .avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
}
.tutor-widget .single-tutor .info .full-name{
    margin-bottom: 10px;   
    font-weight: 700;
}
.tutor-widget .single-tutor .info { 
    width: 100%;
}
.tutor-widget .skills ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.tutor-widget .skills ul li {
    display: flex;
    gap: 5px;
    align-items: flex-end;
    background-color: #eee;
    border-radius: 5px;
}
.tutor-widget .skills > div{
    display: flex;
    gap: 10px;
}
.tutor-widget .skills > div:first-child {
    margin-bottom: 10px;
}
.tutor-widget .skills ul li.single-lang .name {
    color: #191D51;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
}
.tutor-widget .skills ul li.single-lang .level {
    font-weight: 300;
    background-color: #999999;
    color: #fff;
    padding: 2px 6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
}
.all-tutors a, .all-tutors a:hover {
    background-color: #191D51;
    color: #fff;
}
@media (max-width: 1199px) {
    .tutor-widget .single-tutor {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .tutor-widget .single-tutor .avatar img{
        width: 80px;
        height: 80px;
    }
    .tutor-widget .single-tutor .avatar{
        width: 80px;
        height: 80px;
    }
}