@font-face {
  font-family: "cace";
  src: url("./../css/iconfont/fonts/cace.eot");
  src: url("./../css/iconfont/fonts/cace.eot?#iefix") format("embedded-opentype"), url("./../css/iconfont/fonts/cace.woff") format("woff"), url("./../css/iconfont/fonts/cace.ttf") format("truetype"), url("./../css/iconfont/fonts/cace.svg#cace") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes cace-anim-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes cace-anim-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

button.cace-button-reset {
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none; }
  button.cace-button-reset:hover, button.cace-button-reset:active {
    box-shadow: none; }

.cace-comments-type {
  display: none; }

.cace-comments-type.cace-comments-type-current {
  display: block; }

.cace-comment-vote {
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  border-radius: 12px;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5; }
  .cace-comment-vote .cace-comment-score {
    margin: 0 2px 0 6px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle; }

.cace-comment-score-positive:before {
  content: "+"; }

button.cace-comment-vote,
button.cace-comment-vote:hover {
  box-shadow: none; }

.cace-vote-icon:before {
  display: inline-block;
  width: 24px;
  font: 16px/1 "cace";
  vertical-align: middle; }

.cace-comment-score-total {
  display: inline-block;
  margin: 0 8px;
  font-size: 13px;
  font-size: var(--g1-mtxt-size, 13px);
  line-height: 20px;
  vertical-align: middle; }

.cace-comment-score-0 {
  display: none; }

.cace-comment-vote-up .cace-vote-icon-chevron:before {
  content: "\e000"; }

.cace-comment-vote-down .cace-vote-icon-chevron:before {
  content: "\e001"; }

.cace-comment-vote-up .cace-vote-icon-arrow:before {
  content: "\e002"; }

.cace-comment-vote-down .cace-vote-icon-arrow:before {
  content: "\e003"; }

.cace-comment-vote-up .cace-vote-icon-plus:before {
  content: "\e004"; }

.cace-comment-vote-down .cace-vote-icon-plus:before {
  content: "\e005"; }

.cace-comment-vote-up .cace-vote-icon-smile:before {
  content: "\e006"; }

.cace-comment-vote-down .cace-vote-icon-smile:before {
  content: "\e007"; }

.cace-comment-vote-up .cace-vote-icon-thumb:before {
  content: "\e008"; }

.cace-comment-vote-down .cace-vote-icon-thumb:before {
  content: "\e009"; }

.cace-comment-vote-up .cace-vote-icon-caret:before {
  content: "\e010"; }

.cace-comment-vote-down .cace-vote-icon-caret:before {
  content: "\e011"; }

button.cace-comment-vote-up:hover,
button.cace-comment-vote-up.cace-comment-vote-selected {
  background-color: #e8fbe5;
  color: #40c440;
  opacity: 0.99; }

button.cace-comment-vote-down:hover,
button.cace-comment-vote-down.cace-comment-vote-selected {
  background-color: #ffe7ed;
  color: #e5405b;
  opacity: 0.99; }

.cace-tab-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }

.cace-tab {
  display: block;
  padding: 6px 10px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent; }

.cace-tab-item-current .cace-tab {
  border-color: currentColor; }

.cace-comment-type {
  display: none; }
  .cace-comment-type .g1-tab-pane {
    display: block; }

.cace-comment-type-current {
  display: block; }

.cace-comments-tools {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.cace-comments-filter {
  margin-bottom: 6px; }

.comment-list {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none; }
  .comment-list .children {
    margin: 0 42px 0 0;
    padding: 0;
    list-style: none; }
    .comment-list .children .children {
      margin-right: 36px; }

.bypostauthor {
  /* By post author */ }

.comment {
  position: relative; }
  .comment .avatar {
    position: absolute;
    right: 0;
    left: auto; }

.comment-content {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px; }
  .comment-content p,
  .comment-content figure.cace-gif {
    margin-bottom: 10px; }
  .comment-content figure.cace-gif {
    margin-top: 4px; }

.comment-meta {
  margin-bottom: 0.25em;
  line-height: 20px; }
  .comment-meta .says {
    display: none; }
  .comment-meta b > a {
    color: inherit; }

.comment-author {
  display: inline-block;
  margin-left: 8px;
  text-align: right; }
  .comment-author > .avatar {
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    right: 0; }

.comment-post-title > a {
  color: inherit; }

.comment-metadata {
  display: inline-block; }

b.fn {
  margin-left: 0.333em; }

.comment-date {
  margin-left: 8px; }

.comment-edit-link {
  margin-left: 8px; }

.cace-badge {
  display: inline-block;
  padding: 0 4px;
  margin-left: 0.333em;
  font-size: 11px;
  line-height: 16px;
  border-radius: 2px;
  background-color: #808080;
  color: #fff; }

.comment-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 24px; }
  .comment-footer .reply,
  .comment-footer .cace-comment-votes {
    margin-left: 10px; }
  .comment-footer .cace-comment-report {
    margin-right: auto; }

.cace-comment-link {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle; }
  .cace-comment-link:before {
    margin-left: 2px;
    font: 16px/1 cace;
    vertical-align: middle;
    content: "\e104"; }

.cace-comment-link-not-copied {
  font-size: 0; }

button.cace-comment-report {
  display: inline-block;
  margin-left: 1.5em;
  vertical-align: middle;
  font-size: 0; }
  button.cace-comment-report:before {
    margin-left: 2px;
    font: 16px/1 cace;
    vertical-align: middle;
    content: "\e107"; }

.cace-report-form-info {
  margin-bottom: 10px;
  font-weight: bold; }

.cace-report-form-text {
  margin-bottom: 6px;
  position: relative; }
  .cace-report-form-text #cace-report-text {
    display: block; }

.cace-report-form-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cace-report-form-actions #cace-report-submit {
    margin-right: auto; }

.comment > .cace-card {
  padding: 0;
  margin: 0; }
  .comment > .cace-card .comment-meta,
  .comment > .cace-card .comment-content,
  .comment > .cace-card .comment-footer {
    padding: 0 12px; }
  .comment > .cace-card .comment-meta {
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 1px;
    border-width: 1px 1px 0 1px;
    margin: 0;
    position: static;
    border-style: solid;
    border-radius: 12px 12px 0 0;
    border-color: transparent; }
  .comment > .cace-card .comment-content {
    padding-top: 1px;
    padding-bottom: 1px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-radius: 0 0 12px 12px;
    border-color: transparent; }
  .comment > .cace-card .comment-footer {
    margin: -8px 0 2px; }

.comment > .comment-respond {
  margin-top: 20px; }

.cace-comments-with-avatars .comment > .cace-card,
.cace-comments-with-avatars .comment > .comment-respond {
  margin-right: 42px; }

.cace-comments-with-avatars .children .comment > .cace-card {
  margin-right: 36px;
  padding-right: 0; }

.comment > .cace-card-solid .comment-meta,
.comment > .cace-card-solid .comment-content {
  background-color: #f2f2f2;
  background-color: var(--g1-bg-tone-color, #f2f2f2); }

.comment > .cace-card-solid .avatar {
  top: 0; }

.comment > .cace-card-simple .comment-meta,
.comment > .cace-card-simple .comment-content {
  border-color: #e6e6e6;
  border-color: var(--g1-border-color, #e6e6e6); }

.comment > .cace-card-simple .avatar {
  top: 0; }

.comment > .cace-card-new > .comment-meta,
.comment > .cace-card-new > .comment-content {
  background-color: #e8fbe5;
  background-color: var(--cace-new-bg-color, #e8fbe5); }

.comment > .cace-card-featured > .comment-meta,
.comment > .cace-card-featured > .comment-content {
  background-color: #e5f2ff;
  background-color: var(--cace-featured-bg-color, #e5f2ff); }

.comment > .cace-card-reported {
  opacity: 0.5; }

figure.cace-gif {
  display: block;
  width: 274px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px; }
  figure.cace-gif video {
    display: block;
    margin-bottom: 0; }
  figure.cace-gif figcaption {
    padding: 4px 10px;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    background-color: #e6e6e6;
    background-color: var(--g1-border-color, #e6e6e6);
    color: #999;
    color: var(--g1-mtxt-color, #999); }

.cace-gif-src {
  display: inline-block;
  width: 100px;
  height: 11px;
  font-size: 0;
  line-height: 11px;
  vertical-align: middle;
  background-image: url(./../images/powered-by-light.png);
  background-image: var(--cace-gif-src, url(./../images/powered-by-light.png));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 11px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cace-gif-src {
    background-image: url(./../images/powered-by-light@2x.png);
    background-image: var(--cace-gif-src-2x, url(./../images/powered-by-light@2x.png)); } }

button.cace-view-replies {
  margin: 0 51px 10px 0;
  font-size: 13px;
  font-size: var(--g1-mtxt-size, 13px);
  line-height: 20px; }
  button.cace-view-replies:before {
    display: inline-block;
    margin-left: 2px;
    font: 16px/1 "cace";
    line-height: inherit;
    vertical-align: middle;
    content: "\e101"; }

.cace-children-collapsed > .children {
  display: none; }

.cace-children-expanded .cace-view-replies {
  display: none; }

button.cace-toggle-replies {
  margin-left: 1em;
  margin-bottom: 6px;
  font-size: 13px;
  font-size: var(--g1-mtxt-size, 13px);
  line-height: 20px; }
  button.cace-toggle-replies:before {
    display: inline-block;
    margin-left: 4px;
    font: 16px/1 cace;
    line-height: inherit;
    vertical-align: middle;
    content: "\e105"; }

button.cace-toggle-replies-expand:before {
  content: "\e106"; }

.cace-comment-type-fb .fb-comments {
  background-color: #fff; }

.comment-list-pagination {
  text-align: center; }

.cace-spinner {
  display: none;
  margin: 1em 0;
  text-align: center; }
  .cace-spinner:before {
    display: inline-block;
    font: 32px/1 cace;
    content: "\e103";
    -webkit-animation: cace-anim-spin 2s infinite linear;
    -moz-animation: cace-anim-spin 2s infinite linear;
    animation: cace-anim-spin 2s infinite linear; }

.cace-loading-comments .cace-spinner {
  display: block; }

.cace-loading-comments .cace-load-more {
  display: none; }

.cace-sorting-comments .cace-spinner {
  display: block; }

.cace-sorting-comments .comment-list,
.cace-sorting-comments .cace-load-more {
  display: none; }

.cace-loading-comments .cace-spinner {
  display: block; }

.cace-loading-comments .cace-load-more {
  display: none; }

.cace-fb-loading-comments .cace-spinner,
.cace-dsq-loading-comments .cace-spinner {
  display: block; }

.snax .snax-item-comments .cace-comments .comment .children li {
  display: block; }

.cace-widget-recent-comments .cace-more-results {
  text-align: left; }
