div#respond textarea#comment {
  width: 80%;
  background: #FFFFFE;
  border: 1px solid #E7E9E9;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 150px;
  margin-top: 10px;
  resize: vertical;
  padding: 10px;
}
div#respond input#submit {
  height: 35px;
  background: #F55C3D;
  border-radius: 8px;
  cursor: pointer;
  font-family: Cabin;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFE;
  padding: 0 10px;
}
div#respond input#submit:hover {
  background: #cd4e34;
}
div#respond #commentform input[type="text"] {
  width: 80%;
  background: #FFFFFE;
  border: 1px solid #E7E9E9;
  box-sizing: border-box;
  border-radius: 10px;
  height: 40px;
  padding: 0 10px;
}
div#respond #commentform p {
  margin-bottom: 5px;
}
div#respond #commentform .comment-item {
  margin-bottom: 15px;
}
div#respond #comment-submit {
  margin-bottom: 25px;
}
div#respond #commentform p.comment-message {
  margin-bottom: 15px;
}
section.commentlist .comment {
  padding: 30px;
  border: 8px solid #D8F3EA;
  margin-bottom: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #fff;
}
section.commentlist .comment header {
  margin-bottom: 20px;
  position: static;
}
section.commentlist .comment header .autor {
  background: #ffffff;
}
section.commentlist .comment header .autor p.autor-name {
  font-size: 16px;
  margin-bottom: 0;
}
section.commentlist .comment header .autor p.datetime {
  font-size: 12px;
  margin-bottom: 0;
}
section.commentlist .comment header .autor p.datetime span.date {
  position: relative;
  margin-right: 20px;
}
section.commentlist .comment header .autor p.datetime span.time {
  position: relative;
}
section.commentlist .comment .comment-content {
  margin-bottom: 20px;
}
section.commentlist .comment .comment-content p {
  font-size: 16px;
}
section.commentlist .comment footer {
  background: #ffffff;
  padding: 0;
  text-align: right;
}
section.commentlist .comment footer a {
  border: 2px solid #06845A;
    padding: 10px;
    border-radius: 8px;
    color: #000;
    position: relative;
}
section.commentlist .comment footer a::after {
  content: url('../img/front/reply.svg');
  position: relative;
  left: 0;
  top: 2px;
  margin-left: 10px;
}
section.commentlist .comment footer a:hover {
  text-decoration: underline;
}
section.commentlist ul.children {
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 0;
  position: relative;
}
section.commentlist ul.children::before {
  content: url('../img/front/children.svg');
  position: absolute;
  top: 0;
  left: -50px;

}
@media screen and (max-width: 500px) {
  section.commentlist .comment header .autor {
    display: block;
  }
  section.commentlist .comment header .autor p:first-child {
    margin-bottom: 10px;
  }
  div#respond textarea#comment,
  div#respond #commentform input[type="text"] {
    width: 100%;
  }
}
