@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ewam4l');
  src:  url('fonts/icomoon.eot?ewam4l#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ewam4l') format('truetype'),
    url('fonts/icomoon.woff?ewam4l') format('woff'),
    url('fonts/icomoon.svg?ewam4l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google2:before {
  content: "\ea89";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-reddit:before {
  content: "\eac6";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-pinterest:before {
  content: "\ead1";
}

.social-share-wrapper div{
	float: left;
	margin-right: 10px;
}

.social-share-wrapper div.share-on{
	padding: 5px;
	font-weight: bold;
}

.social-share-wrapper .share-icon a{
	color: #444;
	padding: 2px;
	text-decoration: none;
	border: none;
	font-size:32px;
}
.social-share-wrapper .share-icon a:hover{color:#999;}

.clear{
	clear: left;
}
