.social {
	margin: 20px 10px;
	text-align: right;
}

.social.child-post {
	display: none;
}

.social .global-button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 25px;
	height: 25px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 2em;
	border-radius: 15px;
}

.social .global-button:hover { text-decoration: none; }

.social .facebook-button {
	background: #4060A5;
}

.social .facebook-button:before {
	font-family: "FontAwesome";
	content: "\f09a";
}

.social .facebook-button:hover {
	color: #4060A5;
	background: #fff;
}

.social .twitter-button {
	background: #00ABE3;
}

.social .twitter-button:before {
	font-family: "FontAwesome";
	content: "\f099";
}

.social .twitter-button:hover {
	color: #00ABE3;
	background: #fff;
}

.social  .reddit-button {
	background: #ff4500;
}

.social  .reddit-button:before {
	font-family: "FontAwesome";
	content: "\f281";
}

.social  .reddit-button:hover {
	color: #ff4500;
	background: #fff;
}

.social  .vk-button {
	background: #4a76a8;
}

.social .vk-button:before {
	font-family: "FontAwesome";
	content: "\f189";
}

.social .vk-button:hover {
	color: #4a76a8;
	background: #fff;
}

.social .tumblr-button {
	background: #3a5876;
}

.social .tumblr-button:before {
	font-family: "FontAwesome";
	content: "\f173";
}

.social .tumblr-button:hover {
	color: #3a5876;
	background: #fff;
}

.social .whatsapp-button {
	background: #25d366;
}

.social .whatsapp-button:before {
	font-family: "FontAwesome";
	content: "\f232";
}

.social .whatsapp-button:hover {
	color: #25d366;
	background: #fff;
}

.show-social {
	float: right;
	cursor: pointer;

}

.show-social .action-area {
	font-size: 25px;
}

.show-social.top-post {
	display: none;
}
