/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
#sharewrapper {
    margin-top: -41px;
    display: block;
    clear: right;
    height: 50px
}
#shareicon {
    background: rgba(247,90,92,0.00);
    width: 30px;
    margin-bottom: 22px
}
#share {
    visibility: hidden;
    margin-left: 00px;
    cursor: pointer;
    background: rgba(209,199,199,0.50);
    max-width: 150px;
 height:30px
}
#test {
    visibility: hidden;
    width: 200px;
    margin-bottom: 0;
    background: rgba(239,189,64,0.00);
    margin-left: 20px
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-body h4 {
   line-height: 110%;
    padding-bottom: 15px
}
.author-image {
	float: left;
	width: 135px;
	height: 135px;
	margin-right: 13px;
}

.author-image img {
	width: 135px;
	height: 135px;
}
.divider {
	position: relative;
	overflow: hidden;
	margin: 14px 0;
	color: #fff!important;
	width: 100%;
}
.testimonial-content {
    display: table
}