/*
Theme Name: Knewsk WP Theme
Theme URI: http://wptheme.knesk.com/
Author: Solverhood
Author URI: http://solverhood.com/
Description: A Wordpress theme developed at Knesk HQ
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: knesk
Version: 0.1
Text Domain: knesktd
*/


.teamBlock.default .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}