/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


/*CHANGING THE SIZE OF CLIENT THUMBNAILS*/
.testimonial_slider .image-icon {
    background-size: cover;
    border: 2px solid rgba(0, 0, 0, 0.13);
    border-radius: 100px;
    display: inline-block;
    font-family: Arsenal;
    font-size: 25px;
    height: 190px !important;
    line-height: 4;
    margin-bottom: 33px;
    text-align: center;
    width: 190px !important;
}


