/*
 Theme Name:   location-jonzac
 Theme URI:    https://residenceczarny.fr
 Description:  location-jonzac theme
 Author:       Nicolas Métivier & Thomas Bleneau
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  location-jonzac
*/


/*************************************
      BLOCK IMAGE WITH TEXT
**************************************/

.testimonies {
    background: #F5F5F5;
    padding: 12vh 0;
}

.testimonies h3 {
    color: #979797;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
}

.testimonies h2 {
    color: #222222;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 42px;
    margin: 0 0 80px;
    white-space: nowrap;
}

.testimonies .row .col-lg-12:last-child {
    justify-content: space-between;
}

.testimonies .testimonies-testimonial {
    width: 30%;
    flex: 0 0 30%;
    background: white;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 40px 65px;
    position: relative;
}

.testimonies .testimonies-testimonial img:not(.testimonies-testimonial-google) {
    height: 25px;
    width: 25px;
    object-fit: cover;
    opacity: 0.16;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px
}

.testimonies .testimonies-testimonial img.testimonies-testimonial-google {
    position: absolute;
    top: -20px;
    width: 55px;
    left: -20px;
    height: 55px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #F5F5F5;
}

.testimonies .testimonies-testimonial p.testimonies-testimonial-content {
    color: #222222;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 15px;
}

.testimonies .testimonies-testimonial p.testimonies-testimonial-name {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
}

@media only screen and (max-width: 991px) {

    .testimonies .testimonies-testimonial {
        width: 45%;
        flex: 0 0 45%;
        margin-bottom: 75px;
    }

    .testimonies .testimonies-testimonial:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {

    .testimonies h2 {
        font-size: 34px;
        line-height: 34px;
        white-space: unset;
    }

    .testimonies {
        background: #F5F5F5;
        padding: 60px 0;
    }

    .testimonies .testimonies-testimonial {
        width: 80%;
        flex: 0 0 80%;
        margin: 20px auto;
    }

    .home div.site main.site-main {
        padding-bottom: 0;
    }

    .testimonies h3, .testimonies h2 {
        width: 80%;
        margin: 0 auto;
    }

    .testimonies h2 {
        margin-bottom: 40px;
    }

    .testimonies .row .col-lg-12:last-child {
        justify-content: center;
    }
}


@media only screen and (max-width: 575px) {

    .testimonies h2 {
        font-size: 24px;
        line-height: 24px;
        white-space: unset;
    }

    .testimonies .testimonies-testimonial img.testimonies-testimonial-google {
        width: 45px;
        height: 45px;
    }

    .testimonies .testimonies-testimonial {
        padding: 30px 30px 30px;
    }

    .testimonies .testimonies-testimonial img:not(.testimonies-testimonial-google) {
        bottom: 15px;
    }
}
@media only screen and (max-width: 420px) {
    .testimonies h3, .testimonies h2 {
        width: 100%;
    }
    .testimonies .testimonies-testimonial {
        width: 90%;
        flex: 0 0 90%;
    }
}