.social-comments {
	margin-bottom: 20px;
	float: left;
}

.social-comments .fade-comments {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
	height: 100px;
	position: relative;
	margin-top: -100px;
	width: 620px;
}

.social-comments .btn-social-comment {
	background-color: #778289;
	color: #fff;
	float: left;
	width: 620px;
}

.social-comments .btn-social-comment:hover {
	background-color: #606d75;
}

.social-comments .container-disqus {
	width: 620px;
	border-top: 2px solid #a5a598;
	padding-top: 10px;
}

html[data-range=xlarge] .social-comments {
	margin-left: 14.5rem;
}

/*# sourceMappingURL=theme-default.css.map */

