/* FV - Thoughtful Comments */
.tc_highlight {
	background: red;
	color: white;
	padding: 3px;
}
.tc_highlight_spam {
	background: brown;
	color: white;
	padding: 3px;
}
.fv-tc-wrapper,
.tc-frontend {
	font-size: 80%;
	clear: both;
	display: block;
	min-height: 22px;
	margin-bottom: 10px;
}
.tc-frontend a {
	margin-right: 6px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: 	none !important;
	box-shadow: 		none !important;
	text-decoration: none !important;
	border-bottom: none !important;
	display: inline-block;
}
.tc-frontend a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 20px/1 'dashicons';
	vertical-align: middle;
}
.tc-frontend span[id$="-approve"] a:before {
	content: "\f147";	
}
.tc-frontend a.fv-tc-del:before {
	content: "\f182";
}
.tc-frontend a.fv-tc-ban:before {
	content: "\f227";
}
.tc-frontend a.fv-tc-dialog-ban:before {
	content: "\f227";
}
.tc-frontend a.fv-tc-delthread:before {
	content: "\f117";
}
.tc-frontend a.fv-tc-banthread:before {
	content: "\f335";
}

/*
 * Live updating comments
 */
#fv_tc_live_updates {
  margin-bottom: 4px;
  padding: 0 20px;
  text-align: right;
  display: none;
}
#fv_tc_live_updates.show {
  display: block;
}
#fv_tc_live_updates.hide-user-action {
  display: none;
}
#fv_tc_live_updates.floating {
  background: #ccc;
  margin: 80px 0 0 0;
  padding: 10px 15px;
  width: 660px; /* TODO: a setting? */
  font-size: 15px;
  text-align: center;
  z-index: 100;
  font-family: "Raleway", sans-serif;
  line-height: 1;
}
#fv_tc_live_updates.is-mobile.floating {
  background: transparent;
  left: 0;
  right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
}
#fv_tc_live_updates.floating.fv-bump {
	bottom: 75px;
}
#fv_tc_live_updates.floating a {
  color: #fff;
  font-weight: 400;
}

#fv_tc_live_updates_toggle {
  background: #ccc;
  padding: 3px 6px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 151px;
  display: none;
  text-align: center;
}
.floating #fv_tc_live_updates_toggle {
  background: transparent;
  padding: 0;
  width: auto;
}
#fv_tc_live_updates_toggle.show {
  display: block;
}
#fv_tc_live_updates_toggle span {
  float: right;
}

#fv_tc_live_updates_reload {
  color: #cc0033;	
  display: none;
  font-weight: 600;
  margin-top: 5px;
}
#fv_tc_live_updates.is-mobile #fv_tc_live_updates_reload.show,
#fv_tc_live_updates.is-mobile #fv_tc_live_updates_toggle.show {
  background: #ccc;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  text-align: center;
  width: 151px;
}
#fv_tc_live_updates_reload.show {
  display: block;
}

@media only screen and (max-width: 1139px) { /* TODO: a setting? */
  #fv_tc_live_updates.floating {
    margin-left: 0;
    max-width: 160px;
    border: 1px solid #c1c1c1;
    border-left: none;
  }
  #fv_tc_live_updates.is-mobile.floating {
    border: 0;
    margin-left: inherit;
    max-width: inherit;
    width: auto
  }
}
 
#comments ol.comment-list li.fv_cp_new_comment > article { /* Genesis */
  background-color: #e8f8e8;
}
ol.commentlist li.fv_cp_new_comment { /* TouchThree */
  background: #e8f8e8;
}
 
/*
 * Comment rating and reporting
 */

.fv_tc_voting {
	line-height: 12px;
}
.fv_tc_voting_like {
	padding: 0;
}
.fv_tc_voting_dislike {
	padding: 0 0 0 4px;
}
div.fv_tc_voting_box {	
	float: left;
}
.fv_tc_voting_like:after,
.comment-reply-link:after {
	content: '\2022';
	margin: 0 6px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}
.comment-report-link:after {
	display: none;
}
.fv_tc_voting {
	color: #888;
	font-size: 12px;
	line-height: 1;
}
.fv_tc_voting:hover {
	color: #5a5a5a;
}
.fv_tc_voting_box.no-permission .fv_tc_voting:hover {
	color: #bebebe;
}
.fv_tc_voting_box i:before {
	content: "";
	width: 12px;
	height: 8px;
	display: inline-block;
	background: url("images/voting-arrows.png") no-repeat left top;
	margin: 0 3px;
}
.fv_tc_voting_box .fv_tc_voting_dislike i:before {
	background-position: left bottom;
}
.fv_tc_voting_box  .fv_tc_voting_dislike:hover i:before {
	background-position: right bottom;
}
.fv_tc_voting_box.no-permission  .fv_tc_voting_dislike:hover i:before {
	background-position: left bottom;
}

.fv_tc_voting_box .fv_tc_voting_like:hover i:before {
	background-position: right top;
}
.fv_tc_voting_box.no-permission .fv_tc_voting_like:hover i:before {
	background-position: left top;
}
div.fv_tc_voting_box > div.fv_tc_voting,
div.fv_tc_voting_box > div.fv_tc_voting_count {
  float:left;
  margin:0;
}
div.fv_tc_voting_box > div.fv_tc_voting > span {
  margin: 0 2px 0 0;
	vertical-align: top;
	line-height: 1;
}
div.fv_tc_voting_box > div.fv_tc_voting_count {
  line-height: 25px;
}
div.fv_tc_voting_box > div.fv_tc_voting {
  cursor: pointer;
}
div.fv_tc_voting_box.no-permission > div.fv_tc_voting {
  cursor: not-allowed;
}
.fv_tc_wrapper {
	min-height: 18px;
	margin-bottom: 6px;
}
.fv_tc_voting_box + .reply {
	margin-top: 0 !important;
	line-height: 1;
	float: none;
	width: auto;
}
.fv_tc_voting_box + .reply .comment-reply-link, .fv_tc_voting_box .fv-tc-like-button {
	float: left;
	margin-top: -1px !important;
	border: none;
	box-shadow: none;
	padding: 0;
	text-decoration: none;
	line-height: 1;
	font-size: 14px;
}
.fv_tc_voting_box .fv-tc-like-button {
	margin-left: 2px;
	float: none;
}
.fv_tc_voting_box .fv-tc-like-button svg {
	vertical-align: top;
	margin-top: -3px;
}
.like-icon {
	fill: transparent;
	stroke: #333;
	stroke-width: 1;	
}

.fv_cp_hidden > article > .comment-content, .fv_cp_hidden > article > .reply,
.fv_cp_hidden > .comment-body, .fv_cp_hidden > article > .reply,
.fv-cp-comment-show,
body.logged-in .fv_cp_hidden > article > .fv-cp-comment-hide,
body.logged-in .fv_cp_hidden > .fv-cp-comment-hide {
  display: none;
}

body.logged-in .fv-cp-comment-show {
  display: none;
  float: right;
}
body.logged-in .fv-cp-comment-hide {
  float: right;
  display: block;
}

body.logged-in .fv_cp_hidden > article > .fv-cp-comment-show,
body.logged-in .fv_cp_hidden > .fv-cp-comment-show {
  display: block;
}
.fv_tc_reports {
	border-top: 3px solid #bf0000;
	margin-bottom: 5px;
	padding: 5px;
}
.fv_tc_reports ul {
	margin: 0;
}
.fv_tc_reports ul li {
	margin: 0 !important;  
	padding: 5px 54px 5px 0;
	list-style-type: none;
	border-top: 1px solid #ddd;
	position: relative;
}
.fc-tc-closereport {
	position: absolute;
	font-size: 80%;
	text-transform: lowercase;
	right: 0;
	top: 7px;
	color: #aaa;
  text-decoration: none;
}
.fc-tc-closereport:before {
	font: normal 20px/1 'dashicons';
	content: "\f335";
	vertical-align: middle;
}
.comment_report_wrap {
	display: block;
	clear: both;
	padding: 5px;
	text-align: left;
}
.comment_report_wrap p {
	margin: 0;
}
.comment_report_wrap input {
	margin-bottom: 2px;
	padding: 6px;
	width: 98%;
	border: 1px solid #999;
	box-shadow: none;
}
.comment_report_wrap .report_button {
	background-color: #666;
	color: #fff;
	border: none;
	padding: 5px;
}
.comment-has-report .comment-body {
  background: #fff8f8;
}

.comment.unapproved .comment-awaiting-moderation {
  display: none;
}
