/**
 * @file
 * Visual styles for comments in Newsplus Lite.
 */

/* Comment */
.comment-wrapper h2.title {
  border-top: 1px solid #dddddd;
  margin: 20px 0 0 0 !important;
  padding-top: 10px;
}
.comment {
  margin: 0;
  overflow: hidden;
}
.comment header {
  padding: 0;
}
.comment header article.profile .field--name-user-picture {
  float: left;
  padding: 0 20px 20px 0;
  min-width: 80px;
  max-width: 80px;
  position: relative;
}
.comment .comment__content {
  float: left;
  width: 90%;
  font-size: 90%;
  line-height: 1.35;
  position: relative;
  margin: 0;
}
.comment ul.links {
  text-align: right;
  display: block;
  margin-bottom: 0;
  clear: both;
}
.comment ul.links li:last-child {
  padding: 0;
}
.comment .comment_date {
  font-size: 90%;
}

.indented {
  margin-left: 80px;
}
.two-sidebars .indented {
  margin-left: 65px;
}
.two-sidebars .comment .comment__content,
.two-sidebars .comment header article.profile .field--name-user-picture {
  float: none;
  width: 100%;
}
.two-sidebars .comment .comment__meta {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.two-sidebars .comment header article.profile .field--name-user-picture {
  min-width: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .comment .comment__content {
    width:90%;
  }
  .comment .comment_date {
    font-size: 90%;
  }
}
@media (max-width: 767px) {
  .indented {
    margin-left: 65px;
  }
  .comment .comment__content,
  .comment header article.profile .field--name-user-picture {
    float: none;
    width: 100%;
  }
  .comment .comment_date {
    font-size: 90%;
  }
  .comment .user-picture {
    min-width: 0;
    padding: 0;
  }
  .comment ul.links li:first-child {
    padding: 0 4px 0 0;
  }
  .comment ul.links li:last-child {
    padding: 0 0 0 4px;
  }
  .comment ul.links li {
    padding: 0 4px 0 4px;
  }
  .comment ul.links li a {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .indented {
    margin-left: 30px;
  }
}
