/* Comment list style */
.comment-list {

  list-style:none;
  margin:0 0 1em;
  padding:0;
  text-indent:0;

  .comment-body{
    border: 1px solid #e5e5e5;
    padding:1em;
    margin-bottom: 1.25rem;
  }

  .even {
    .comment-body {
      background: #fff;
    }
  }

  .odd {
    .comment-body {
      background: #f6f6f6;
    }
  }

  li.comment {

    .comment-author.vcard {
      font-size: 14px;
      display: inline-block;
      margin-bottom: 1rem;
    }

    .comment-author.vcard:after {
      display: block;
      content: ' ';
      clear: both;
    }

    .commentmetadata.comment-meta {
      font-size: 11px;
      float: right;
      height: 32px;
      padding-top: 5px;
      a:before {
        font-family: 'icomoon';
        content: "\e953";
      }
      a {
        color: #ccc;
      }
      a.comment-edit-link {
        color: #333;
        padding-left: 5px;
      }
      a.comment-edit-link:before {
        padding-right: 5px;
        content: "\e90d";
      }

    }

    .commentmetadata.comment-meta:after {
      display: block;
      content: ' ';
      clear: both;
    }

    div.reply {

      font-size: 11px;
      a {
        font-weight: bold;
        background-color: #0275d8;
        border: none;
        color: #fff;
        padding: 10px 20px;
        border-radius: .25rem;
      }

      a:hover {
        text-decoration: none;
      }

      a:before {
        padding-right: 5px;
        font-family: 'icomoon';
        content: '\e96b';
      }

    }

    ul.children {
      list-style:none;
      text-indent:0;

    }

  }

  li.parent {  .comment-body { border-left:5px solid #ddd; }}

}

/* Comment Form style */

.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 {

  .comment-reply-title:before {
    padding-right: 5px;
    font-family: 'icomoon';
    content: '\e907';
  }

  #cancel-comment-reply-link {
    background-color: #dddddd;
    border: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-size: 14px;
    vertical-align: middle;
  }
  #cancel-comment-reply-link:hover{
    text-decoration: none;
  }
  #cancel-comment-reply-link:before {
    padding-right: 5px;
    font-family: 'icomoon';
    content: '\ea0d';
  }


  .comment-form label {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
  }

  .form-allowed-tags {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .form-allowed-tags code {
    background: none;
  }

}