/*************************** fb share button ****************************/
.fbshare {
   
    text-decoration: none;
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-2x {
   
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2.3rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 color: white !important;
}
/*************************** End fb share button **************************/