.commentlist .depth-1 {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.commentlist .depth-2 {
  margin-left: 60px;
}
.comment-body .says {
  display: none;
}
.comment-body .reply {
  margin-bottom: 0px !important;
  padding-left: 60px !important;
}
.comment-body .comment-content {
  padding-left: 60px !important;
}
.comment-body {
  padding: 20px 40px !important;
}
.commentlist .vcard img.photo {
  width: 40px;
  height: 40px;
  margin-top: 2px !important;
  margin-right: 20px !important;
}
.comment-form-comment #comment {
  margin-bottom: 25.4px !important;
}
@media (max-width: 767px) {
  .commentlist .depth-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .commentlist .depth-2 {
    margin-left: 20px;
  }
  .comment-body .fn {
    font-size: 18px;
  }
  .comment-body {
    padding: 10px 20px !important;
  }
}
