/* Subscribe form */
.logged-in .subscribe-form-wrapper {
	padding-bottom: 0;
}
.logged-in .subscribe-form-wrapper input[type="submit"] {
	position: relative;
}
.subscribe-form-wrapper input[type="text"] {
	display: block;
	padding: 7px !important;
	margin-bottom: 0;
	width: 100% !important;
	background: #222;
	border-color: #222;
	color: #fff;
}
.subscribe-form-wrapper input[type="text"]:focus {
	border-color: #777;
}
.subscribe-form-wrapper .widget div {
	padding: 0 !important;
	margin: 0 0 20px !important;
	background: transparent !important;
	border: none !important;
	color: inherit !important;
}

/* Comments */
#primary #respond {
	padding: 0 0 20px;
	margin: 0;
	font-family: inherit;
}
#primary #respond h3 {
	margin: 0 0 40px;
}
#primary #respond #comment-form-subscribe p {
	padding: 0;
}
#primary #respond #comment-form-subscribe label {
	font-size: inherit;
	font-weight: inherit;
}
#primary .comment-list #respond {
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: -21px;
	margin-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#primary .comment-list > .comment:last-child > #respond {
	padding-bottom: 20px;
	margin: 0;
	border: none;
}
#primary .comment-list + #respond {
	padding-top: 20px;
}
#primary .comment-reply-title small {
	float: none;
}

/* Sharedaddy */
#primary #jp-post-flair {
	padding-top: 0;
	margin: 0;
}
#primary #jp-post-flair:before,
#primary .sharedaddy .sd-title:before,
#primary .sd-social .sd-title,
#primary .sd-rating .sd-title {
	display: none;
}
#primary #jp-post-flair .sharedaddy + .sharedaddy {
	padding-top: 20px;
}
#primary .sd-content ul {
	margin-bottom: 15px !important;
}
#primary .jetpack-likes-widget-wrapper iframe {
	height: 100% !important;
}
#primary .jp-relatedposts,
#primary .sd-rating {
	position: relative;
	padding-top: 21px;
	margin: 20px 0px;
	font-family: Roboto, sans-serif;
}
#primary .jp-relatedposts:before,
#primary .sd-rating:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
}
#primary .jp-relatedposts .jp-relatedposts-headline {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: inherit;
}
#primary .jp-relatedposts .jp-relatedposts-headline em:before {
	display: none;
}
#primary .jp-relatedposts .jp-relatedposts-post span {
	opacity: 1;
	color: #ddd;
}
#primary .sd-rating .pd-rating {
	padding: 20px 0 0;
	background: transparent !important;
	color: inherit !important;
}

/* Widget - Recent comments */
.widget_recent_comments table {
	margin-bottom: 10px;
}
.widget_recent_comments td {
	padding-bottom: 10px !important;
	margin: 0;
	border: none;
	vertical-align: middle;
}
.widget_recent_comments .avatar {
	display: block;
}

/* Follow blog */
#bit {
	z-index: 99999;
}