.social_share .button, .social_share .button:visited {
	font-size: 14px;
	display: inline-block;
	padding: 0.2rem 1rem;
	color: white;
	transition: all 250ms;
}
.social_share .button.twitter {
  	background-color: #09f;
}
.button.twitter:hover, .button.twitter:hover {
  	background-color: #4db8ff;
	color: #ffffff;
}
.button.twitter:active {
  	background-color: #80ccff;
}
.button.facebook {
  	background-color: #469;
}
.button.facebook:hover, .button.facebook:hover {
  	background-color: #6c8dbe;
	color: #ffffff;
}
.button.facebook:active {
  	background-color: #8fa8cd;
}
.button.github {
  	background-color: #222;
}
.button.github:hover, .button.github:hover {
  	background-color: #484848;
}
.button.github:active {
  	background-color: #626262;
}
.button.google-plus {
  	background-color: #d43;
}
.button.google-plus:hover, .button.google-plus:hover {
  	background-color: #e88075;
}
.button.google-plus:active {
  	background-color: #efa8a0;
}
.button.linkedin {
  	background-color: #07d;
}
.button.linkedin:hover, .button.linkedin:hover {
  	background-color: #2b9dff;
	color: #ffffff;
}
.button.linkedin:active {
  	background-color: #5eb4ff;
}
.button.pinterest {
  	background-color: #c22;
}
.button.pinterest:hover, .button.pinterest:hover {
  	background-color: #e35757;
}
.button.pinterest:active {
  	background-color: #ea8383;
}
.social_share .button:focus, .social_share .button:hover {
  	cursor: pointer;
}

