/* Comments
------------------------------*/

.comment-content p{
  font-size: 15px;
  font-weight: normal;
}


#comments .comments-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}

#comments .comment-list .pingback {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  padding:  2rem 0;
  margin: 0px;
  margin: 0rem;
}

#comments .comment-list .pingback p {
  margin: 0px;
}

#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

#comments .comment {
  list-style: none;
  margin: 30px 0;
  margin:  3rem 0;
}

#comments .comment .avatar {
  width: 60px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#comments .comment .comment-wrapper {
  margin-left: 90px;
  margin-left: 9rem;
  padding: 25px 30px 15px 30px;
  padding:  2.5rem 3rem 1.5rem 3rem;
  background: #f8f9f9;
  position: relative;
}

#comments .comment .comment-wrapper:before {
  border-color: transparent #f6f7f9 transparent transparent;
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}

#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-size: .7rem;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #f55d2d;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
  padding:  0rem 0.5rem;
}

#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}

#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  margin-right: 0.5rem;
}

#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  padding:  0.3rem 1rem;
  background: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  margin-right: 1rem;
}

#comments .comment .children {
  padding-left: 30px;
  padding-left: 3rem;
}

#comments .comment .children .children {
  padding-left: 30px;
  padding-left: 3rem;
}

#comments .comment .children .children .children {
  padding-left: 0px;
  padding-left: 0rem;
}

@media screen and (min-width: 790px) {
  #comments .comment .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
  #comments .comment .children .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
}

/* Comment Form
------------------------------*/

.comment-form {
  color: #6f6c6c;

  label {
    font-weight: 700;
  }

  textarea, input[type="text"] {
    padding: 0.25rem;
    width: 100%;
    color: #6f6c6c;
    border: solid 1px;
    border-radius: 0.25rem;


  }

  input[type="submit"] {
    background-color: #0275d8;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0.25rem;
  }
}

#respond {
  padding-top: 20px;
  padding-top: 2rem;
}

#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

#respond .form-allowed-tags {
  font-size: 12px;
  font-size: 1.2rem;
}

#respond .form-allowed-tags code {
  background: none;
}