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 {
  height: 35px;
  background: #078080;
  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;
  margin-bottom: 25px;
}
div#respond #commentform p.comment-message {
  margin-bottom: 15px;
}
section.commentlist .comment {
  background: #F8F5F2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 10px;
}
section.commentlist .comment header {
  margin-bottom: 20px;
  position: static;
}
section.commentlist .comment header .autor {
  background: #F8F5F2;
  display: flex;
  justify-content: space-between;
}
section.commentlist .comment header .autor p.autor-name {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #4E4E4E;
  margin-bottom: 0;
}
section.commentlist .comment header .autor p.datetime {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #919191;
  margin-bottom: 0;
}
section.commentlist .comment header .autor p.datetime span.date {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
section.commentlist .comment header .autor p.datetime span.date::before {
  content: url('../img/front/date.svg');
  position: absolute;
  left: 0;
  top: 0;
}
section.commentlist .comment header .autor p.datetime span.time {
  padding-left: 20px;
  position: relative;
}
section.commentlist .comment header .autor p.datetime span.time::before {
  content: url('../img/front/time.svg');
  position: absolute;
  left: 0;
  top: 0;
}
section.commentlist .comment .comment-content p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #4E4E4E;
}
section.commentlist .comment footer {
  background: #F8F5F2;
  padding: 0;
}
section.commentlist .comment footer a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 180%;
  color: #078080;
  position: relative;
  padding-left: 25px;
}
section.commentlist .comment footer a::before {
  content: url('../img/front/reply.svg');
  position: absolute;
  left: 0;
  top: -2px;
}
section.commentlist .comment footer a:hover {
  text-decoration: underline;
}
section.commentlist ul.children {
  margin-left: 80px;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
	padding-left: 0;
}
section.commentlist ul.children::before {
  content: '';
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  background: #078080;
  width: 3px;
}
@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%;
  }
}
/*# sourceMappingURL=sc-cc-front-style.css.map */