/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/*
 * Common
 */
 @media only screen and (max-width: 767px) and (min-width: 480px) {
    .section h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .section p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 479px) {
    .section p {
        font-size: 14px;
        line-height: 24px;
    }
}

/*
 * Skills
 */
.skills-list .mcb-wrap-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
}
.no-margin-h .skills-list .one-third.column {
    width: 100%;
}
.skills-list .hover_color .hover_color_bg {
    border: 0;
}
.skills-list img {
    width: 100px;
}
@media only screen and (max-width: 767px) {
    .skills-list .mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .skills-list .hover_color .hover_color_wrapper {
        padding: 25px 0;
    }
}
@media only screen and (max-width: 480px) {
    .skills-list img {
        width: 60px;
    }
}

/*
 * Testimonial
 */

.testimonials_slider blockquote {
    font-size: 15px;
    line-height: 27px;
}
.reviews-overview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    line-height: 34px;
}
.reviews-overview a {
    display: flex;
    flex-wrap: wrap;
    line-height: 34px;
    align-items: center;
}
.reviews-overview img {
    margin: 0 10px;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
    .testimonials_slider blockquote {
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials_slider.hide-photos .testimonials_slider_ul li {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    h4 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials_slider.hide-photos .testimonials_slider_ul li {
        padding: 0;
    }
    .testimonials_slider blockquote {
        margin: 0 0 35px;
    }
}
@media only screen and (max-width: 479px) {
    .reviews-overview {
        font-size: 18px;
    }
}
@media only screen and (max-width: 466px) {
    .reviews-overview a {
        margin-top: 10px;
    }
}

/*
 * Team section
 */
.team-list .mcb-wrap-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-column-gap: 40px;
}
.team-list .column_our_team.h4small {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .team-list .team .desc_wrapper .desc {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .team-list .mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 490px) {
    .team-list .mcb-wrap-inner {
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }
    .team-list .h4small h4 {
        font-size: 13px;
        line-height: 14px;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .team-list .image_frame {
        border-width: 0;
    }
}