.entry-content img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.bioTextWrapper .full {
	display:none;
}
.bioTextWrapper {
    margin: -10px 0 30px;
}
.bioTextWrapper .readMore,
.bioTextWrapper .readLess {
	color:#7b64a1;
	cursor:pointer;
}
.bioTextWrapper .readMore {
	font-style:italic;
}
.bioTextWrapper .readLess:after {
	content:'\f0d8';
	font-family:'fontawesome';
}
.bioTextWrapper .readLess {
	font-size: 20px;
    padding-right: 10px;
}