/**
 * Sharedaddy Extended Styles
 *
 * Provides .sd-title styles to allow heading tag other than <h3> to be used.
 *
 * Sets the dummy empty last sharing button list item to `display:none`
 * so it does not occupy space in the layout.
 *
 * Unsets `font-family` for customization link.
 */

div.sharedaddy .sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy .sd-title:before {
	content: " ";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light .sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark .sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}

div.sharedaddy .sd-content li.share-end {
  display: none;
}

.sd-content .share-customize-link a {
  font-family: inherit;
}
