
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/

.client-item{
    padding: 40px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 5px;
    margin-left: 30px;
    border-radius: 5px;
}

.client-thumb{
    width: 70px;
    margin-left: -65px;
	border-radius: 100%;
}
.client-thumb img{
	border-radius: 100%;
}


.client-content{
    width: calc(100% - 70px);
    padding-left: 15px;
    margin-top: 0px;
}

.client-content .title{
    font-size: 22px;
}

.client-item p{
    margin-top: 30px;
    margin-bottom: 20px;
}

.client-item .meta-ratings span{
    font-size: 14px;
}

.client-item .client-thumb::before{
    position: absolute;
    content: "\f10d";
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    top: 15px;
    right: 15px;
    color: #ddd;
    font-family: 'FontAwesome';
    font-size: 44px;
    font-weight: 600;
}


.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
