.social-share-wrapper
{
	display: flex;
        color: #000000;
	padding-top: 40px;
        font-weight: bold;
}
.social-share-wrapper img {
	height: 25px;
	width: 25px;
}

.social-share-wrapper .share-on
{
	padding: 5px;
	font-weight: bold;
  width: 100px;
  height: 25px;
  margin: 10px;
  text-align: left;
  line-height: 1.5;
}

.social-share-wrapper .facebook
{
	padding: 5px;
}

.social-share-wrapper .facebook a
{
	color: white;
}

.social-share-wrapper .twitter
{
	padding: 5px;
}

.social-share-wrapper .twitter a
{
	color: white;
}

.social-share-wrapper .linkedin
{
	padding: 5px;
}

.social-share-wrapper .linkedin a
{
	color: white;
}

.social-share-wrapper .reddit
{
	padding: 5px;
}

.social-share-wrapper .reddit a
{
	color: white;
}

.social-share-wrapper  a
{
	text-decoration: none;
	border: none;
}

.clearsocial
{
	clear: left;
}
