/**
Rundiz ShareThis plugin.

This is front-end css based for share buttons size. (auto/small/medium/large.)

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


.rd-sharethis-social-button.button-size-auto {
	padding: 2px;
}
.rd-sharethis-social-button.button-size-large {
	font-size: 41px;
	padding: 2px;
}
.rd-sharethis-social-button.button-size-medium {
	font-size: 24px;
	padding: 2px;
}
.rd-sharethis-social-button.button-size-small {
	font-size: 14px;
	padding: 2px;
}

/* Special customize for some icons that have weird size (does not fit width/height). */
.rd-sharethis-social-button.button-size-large .fa-digg,
.rd-sharethis-social-button.button-size-large .fa-google-plus {
	font-size: 31px;
	line-height: 31px;
}
.rd-sharethis-social-button.button-size-medium .fa-digg {
	font-size: 21px;
	line-height: 21px;
}
.rd-sharethis-social-button.button-size-medium .fa-google-plus {
	font-size: 18px;
	line-height: 18px;
}
.rd-sharethis-social-button.button-size-small .fa-digg {
	font-size: 12px;
	line-height: 12px;
}
.rd-sharethis-social-button.button-size-small .fa-google-plus {
	font-size: 11px;
	line-height: 11px;
}