/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.content div.sharedaddy div.sd-block {
	border: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

.single-format-quote  div.sharedaddy div.sd-block {
	display: none;
}

div.sharedaddy .sd-content {
	float: right;
	margin-top: 3px;
	margin-top: 1rem;
}

div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 8px 15px;
	padding: .8rem 1.5rem;
}

li.share-facebook a.sd-button > span,
li.share-google-plus-1 a.sd-button > span,
li.share-tumblr a.sd-button > span,
li.share-pinterest a.sd-button > span,
li.share-twitter a.sd-button > span,
li.share-pocket a.sd-button > span {
	border: none;
	color: #fff;
	font-family: 'verdana', arial;
	font-size: 10px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 2px;
	letter-spacing: .2rem;
	text-transform: uppercase;
}

li.share-facebook a.sd-button > span {
	background: #4965a0;
}

.content li.share-facebook a.sd-button:hover > span {
	background: #1e73be;
}

li.share-twitter a.sd-button > span {
	background: #55ACEE;
}

li.share-twitter a.sd-button:hover > span {
	background: #1e73be;
}

li.share-google-plus-1 a.sd-button > span {
	background: #dd4b39;
}

li.share-google-plus-1 a.sd-button:hover > span {
	background: #1e73be;
}

li.share-tumblr a.sd-button > span {
	background: #35465D;
}

li.share-tumblr a.sd-button:hover > span {
	background: #1e73be;
}

li.share-pocket a.sd-button > span {
	background: #F15367;
}

li.share-pocket a.sd-button:hover > span {
	background: #1e73be;
}

li.share-pinterest a.sd-button > span {
	background: #D5222A;
}

li.share-pinterest a.sd-button:hover > span {
	background: #1e73be;
}

.sd-content .sd-button span.share-count {
	color: #000 !important;
	font-size: 100% !important;
}

.sd-button span.share-count {
/* Disable Counters */
	display: none;
}

div.sharedaddy h3 {
	font-size: 14px !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
}

#header .navbar .brand {
	padding: 20px;
}

#header .navbar-container {
	padding: 0;
}

.header-sidebar-container {
	padding: 0;
}

.header-sidebar-container .user-bar {
	height: auto;
}