/**
 * @file
 * Visual styles for comments in Startup Growth Lite.
 */

/*comments section*/
.comment-wrapper {
  margin-top: 55px;
}
.comment-wrapper h2.title {
  margin: 20px 0 50px 0;
  font-size: 21px;
  font-weight: 700;
}

/*Comment*/
.comment {
  margin: 0 0 40px 0;
  overflow: hidden;
}
.comment .node header {
  padding: 0;
}
.comment .field--name-user-picture {
  float: left;
  padding: 0 20px 20px 0;
  min-width: 75px;
  max-width: 75px;
  position: relative;
}
.comment .field--name-user-picture img {
  width: 55px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.field--name-user-picture img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.comment .comment__content-container {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #c2c2c2;
}
.comment header + .comment__content-container {
  float: left;
  width: 85%;
}
.comment h3.title {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.comment .comment__meta {
  font-size: 11px;
  color: #898989;
  margin: 0 0 15px;
}
.comment .username {
  color: #1e1e1e;
}
.comment ul.links {
  text-align: right;
  display: block;
  padding: 0 0 5px 0;
}
.comment ul.links li {
  font-size: 11px;
  color: #898989;
}
.comment ul.links li a {
  background: transparent;
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-transform: none;
  display: inline;
  min-width: 0;
  text-align: left;
  padding: 0 5px;
}
.comment ul.links li:last-child a {
  padding-right: 0;
}
.comment ul.links li:first-child a {
  padding-right: 5px;
}
.comment ul.links li a:hover {
  background: transparent;
  text-decoration: underline;
}
.indented {
  margin-left: 75px;
}
@media (max-width:1199px) {
  .comment header + .comment__content-container {
    width: 80%;
  }
}
@media (max-width:767px) {
  .indented {
    margin-left: 65px;
  }
  .comment header + .comment__content-container,
  .comment .field--name-user-picture {
    float: none;
    width: 100%;
  }
  .comment .field--name-user-picture {
    max-width: 100%;
    min-width: 0;
  }
  .comment .field--name-user-picture img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width:480px) {
  .indented {
    margin-left: 30px;
  }
}
