/**
Rundiz ShareThis plugin.

This is front-end css based for share buttons color.

@author Vee W.
@link http://rundiz.com author site.
*/


.rd-sharethis-social-button {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: inherit;
	display: inline-block;
	margin: 1px;
	text-decoration: none;
	transition: all 0.3s;
}
.rd-sharethis-social-button:active,
.rd-sharethis-social-button:focus,
.rd-sharethis-social-button:hover {
	text-decoration: none;
}
.rd-sharethis-social-button.invert-color {
	border: none;
}

/* basic color for each brand */
.rd-sharethis-social-button.digg {
	color: #000;
}
.rd-sharethis-social-button.facebook {
	color: #3b5998;
}
.rd-sharethis-social-button.googleplus {
	color: #dc4e41;
}
.rd-sharethis-social-button.linkedin {
	color: #0077b5;
}
.rd-sharethis-social-button.pinterest {
	color: #bd081c;
}
.rd-sharethis-social-button.reddit {
	color: #ff4500;
}
.rd-sharethis-social-button.mailto,
.rd-sharethis-social-button.shorturllink {
	color: #4f81bd;
}
.rd-sharethis-social-button.stumbleupon {
	color: #eb4924;
}
.rd-sharethis-social-button.tumblr {
	color: #35465c;
}
.rd-sharethis-social-button.twitter {
	color: #55acee;
}

/* invert effect only */
.rd-sharethis-social-button.digg.invert-color {
	background-color: #000;
	color: #fff;
}
.rd-sharethis-social-button.facebook.invert-color {
	background-color: #3b5998;
	color: #fff;
}
.rd-sharethis-social-button.googleplus.invert-color {
	background-color: #dc4e41;
	color: #fff;
}
.rd-sharethis-social-button.linkedin.invert-color {
	background-color: #0077b5;
	color: #fff;
}
.rd-sharethis-social-button.pinterest.invert-color {
	background-color: #bd081c;
	color: #fff;
}
.rd-sharethis-social-button.reddit.invert-color {
	background-color: #ff4500;
	color: #fff;
}
.rd-sharethis-social-button.mailto.invert-color,
.rd-sharethis-social-button.shorturllink.invert-color {
	background-color: #4f81bd;
	color: #fff;
}
.rd-sharethis-social-button.stumbleupon.invert-color {
	background-color: #eb4924;
	color: #fff;
}
.rd-sharethis-social-button.tumblr.invert-color {
	background-color: #35465c;
	color: #fff;
}
.rd-sharethis-social-button.twitter.invert-color {
	background-color: #55acee;
	color: #fff;
}

/* hover effect only */
.rd-sharethis-social-button.hover-effect {
	color: #888;
}
.rd-sharethis-social-button.digg.hover-effect:active,
.rd-sharethis-social-button.digg.hover-effect:focus,
.rd-sharethis-social-button.digg.hover-effect:hover {
	color: #000;
}
.rd-sharethis-social-button.facebook.hover-effect:active,
.rd-sharethis-social-button.facebook.hover-effect:focus,
.rd-sharethis-social-button.facebook.hover-effect:hover {
	color: #3b5998;
}
.rd-sharethis-social-button.googleplus.hover-effect:active,
.rd-sharethis-social-button.googleplus.hover-effect:focus,
.rd-sharethis-social-button.googleplus.hover-effect:hover {
	color: #dc4e41;
}
.rd-sharethis-social-button.linkedin.hover-effect:active,
.rd-sharethis-social-button.linkedin.hover-effect:focus,
.rd-sharethis-social-button.linkedin.hover-effect:hover {
	color: #0077b5;
}
.rd-sharethis-social-button.pinterest.hover-effect:active,
.rd-sharethis-social-button.pinterest.hover-effect:focus,
.rd-sharethis-social-button.pinterest.hover-effect:hover {
	color: #bd081c;
}
.rd-sharethis-social-button.reddit.hover-effect:active,
.rd-sharethis-social-button.reddit.hover-effect:focus,
.rd-sharethis-social-button.reddit.hover-effect:hover {
	color: #ff4500;
}
.rd-sharethis-social-button.mailto.hover-effect:active,
.rd-sharethis-social-button.mailto.hover-effect:focus,
.rd-sharethis-social-button.mailto.hover-effect:hover,
.rd-sharethis-social-button.shorturllink.hover-effect:active,
.rd-sharethis-social-button.shorturllink.hover-effect:focus,
.rd-sharethis-social-button.shorturllink.hover-effect:hover {
	color: #4f81bd;
}
.rd-sharethis-social-button.stumbleupon.hover-effect:active,
.rd-sharethis-social-button.stumbleupon.hover-effect:focus,
.rd-sharethis-social-button.stumbleupon.hover-effect:hover {
	color: #eb4924;
}
.rd-sharethis-social-button.tumblr.hover-effect:active,
.rd-sharethis-social-button.tumblr.hover-effect:focus,
.rd-sharethis-social-button.tumblr.hover-effect:hover {
	color: #35465c;
}
.rd-sharethis-social-button.twitter.hover-effect:active,
.rd-sharethis-social-button.twitter.hover-effect:focus,
.rd-sharethis-social-button.twitter.hover-effect:hover {
	color: #55acee;
}

/* invert and hover effects */
.rd-sharethis-social-button.hover-effect.invert-color {
	background-color: #888;
	border: none;
	color: #fff;
}
.rd-sharethis-social-button.digg.hover-effect.invert-color:active,
.rd-sharethis-social-button.digg.hover-effect.invert-color:focus,
.rd-sharethis-social-button.digg.hover-effect.invert-color:hover {
	background-color: #000;
	color: #fff;
}
.rd-sharethis-social-button.facebook.hover-effect.invert-color:active,
.rd-sharethis-social-button.facebook.hover-effect.invert-color:focus,
.rd-sharethis-social-button.facebook.hover-effect.invert-color:hover {
	background-color: #3b5998;
	color: #fff;
}
.rd-sharethis-social-button.googleplus.hover-effect.invert-color:active,
.rd-sharethis-social-button.googleplus.hover-effect.invert-color:focus,
.rd-sharethis-social-button.googleplus.hover-effect.invert-color:hover {
	background-color: #dc4e41;
	color: #fff;
}
.rd-sharethis-social-button.linkedin.hover-effect.invert-color:active,
.rd-sharethis-social-button.linkedin.hover-effect.invert-color:focus,
.rd-sharethis-social-button.linkedin.hover-effect.invert-color:hover {
	background-color: #0077b5;
	color: #fff;
}
.rd-sharethis-social-button.pinterest.hover-effect.invert-color:active,
.rd-sharethis-social-button.pinterest.hover-effect.invert-color:focus,
.rd-sharethis-social-button.pinterest.hover-effect.invert-color:hover {
	background-color: #bd081c;
	color: #fff;
}
.rd-sharethis-social-button.reddit.hover-effect.invert-color:active,
.rd-sharethis-social-button.reddit.hover-effect.invert-color:focus,
.rd-sharethis-social-button.reddit.hover-effect.invert-color:hover {
	background-color: #ff4500;
	color: #fff;
}
.rd-sharethis-social-button.mailto.hover-effect.invert-color:active,
.rd-sharethis-social-button.mailto.hover-effect.invert-color:focus,
.rd-sharethis-social-button.mailto.hover-effect.invert-color:hover,
.rd-sharethis-social-button.shorturllink.hover-effect.invert-color:active,
.rd-sharethis-social-button.shorturllink.hover-effect.invert-color:focus,
.rd-sharethis-social-button.shorturllink.hover-effect.invert-color:hover {
	background-color: #4f81bd;
	color: #fff;
}
.rd-sharethis-social-button.stumbleupon.hover-effect.invert-color:active,
.rd-sharethis-social-button.stumbleupon.hover-effect.invert-color:focus,
.rd-sharethis-social-button.stumbleupon.hover-effect.invert-color:hover {
	background-color: #eb4924;
	color: #fff;
}
.rd-sharethis-social-button.tumblr.hover-effect.invert-color:active,
.rd-sharethis-social-button.tumblr.hover-effect.invert-color:focus,
.rd-sharethis-social-button.tumblr.hover-effect.invert-color:hover {
	background-color: #35465c;
	color: #fff;
}
.rd-sharethis-social-button.twitter.hover-effect.invert-color:active,
.rd-sharethis-social-button.twitter.hover-effect.invert-color:focus,
.rd-sharethis-social-button.twitter.hover-effect.invert-color:hover {
	background-color: #55acee;
	color: #fff;
}