@import '/plugins/Global/css/lib.less';

.comments {
	margin: 30px 0;
	
	.label, .button {
		line-height: 34px;
		font-family: CirceRegular;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 5px;
		text-align: center;
		background: @clr_color1;
	}
	.button {
		display: none;
		cursor: pointer;
		.count {
			border: 1px solid #000;
			box-shadow: inset 0px 0px 2px #444;
			padding: 1px 0px 1px 5px;
			.rounded(2px);
		}
	}
	.button:hover {
		background: darken(@clr_color1, 4%);
	}
	.container {
		
		background: lighten(@clr_color1, 5%);
		overflow: hidden;
		padding: 10px;
		.box-sizing;
		
		.dsq-brlink {
			display: none;
		}
		#disqus_thread {
			font-family: CirceRegular;
			
			.baaaad {
				padding: 20px;
				background: rgba(255,0,0,0.2);
				.dsq-avatar.dsq-tt {
					margin-left: 20px;
				}
			}
				
			a {
				color: #000;
			}
			.dsq-collapse-toggle,
			.dsq-global-toolbar-left,
			.dsq-like-thumb,
			#dsq-subscribe,
			.dsq-comment-actions,
			.dsq-comment-flag,
			#dsq-realtime-options,
			#dsq-sort-by,
			.dsq-comment-like-count {
				display: none;
			}
			.dsq-comment-actions li:first-child {
				display: none;
			}
			.dsq-comment-header {
				background: none;
				border: none;
			}
			.dsq-commenter-name {
				font-family: CirceRegular;
				font-size: 12px;
				font-weight: normal;
				text-transform: uppercase;
				letter-spacing: 3px;
				color: #7B7B7B;	
			}
			.dsq-comment-header {
				padding: 0;
				margin: 0 0 5px 0;
			}
			.dsq-avatar {
				img {
					.rounded(2px);
				}
			}
			.dsq-comment-text {
				font-family: CirceRegular;
				font-size: 14px;
				p {
					margin-bottom: 0px !important;
				}
			}
			.dsq-comment:hover {
				.dsq-comment-actions {
					display: block;
				}
			}
			.dsq-comment-meta a {
				text-decoration: none;
				font-family: CirceRegular;
				font-size: 12px;
			}
			.dsq-comment-message {
				margin-bottom: 5px;
			}
			.dsq-comment-body {
				padding-left: 50px;
			}
			.dsq-textarea-background {
					border: 1px solid darken(@clr_color1, 10%);
					background: #fff;
					.rounded(2px);
					-webkit-box-shadow: none;
					-moz-box-shadow:    none;
					box-shadow:         none;
			}
			.dsq-button {
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow:    none;
				box-shadow:         none;
			}
			h3 {
				text-align: left;
				font-size: 12px;
				font-weight: normal;
				padding: 5px;
			}
		}
	}
}

/*comments-caption-kill*/
.dsq-commenter-bio {
	display: none;
}