/* COMMENTS */

#respond p {
  margin:0;
}

#respond h2 {
  margin-bottom:20px;
}

#respond #submit {
  display: inline-block;
  margin: 0 auto;
  padding: 13px 22px;
  background: #000000;
  border:none;
  border-radius:0;
  transition: all .3s ease-in;
  font-size: 14px;
  line-height:1;
  font-weight: 400;
  text-transform: uppercase;
  color:#ffffff !important;
}

#respond #submit:hover {
  background: #ff0000;
  color: #ffffff !important;
  text-decoration: none;
}

.commentlist {
  padding: 0;
}

.commentlist cite {
  font-style: normal !important;
}

.commentlist .comment-author {
  font-size: 12px;
  font-weight: bold;
}

.commentlist .comment {
  list-style: none;
}

.commentlist .depth-1 {
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
}

.commentlist .commentmetadata {
  font-size: 11px;
  color: #8d8d8d;
}

.commentlist .comment-body {
  margin-bottom: 20px !important;
}

.commentlist .comment-body p {
  font-size: 18px;
}

.commentlist a.comment-reply-link:link,
a.comment-reply-link:active,
a.comment-reply-link:visited {
  font-size: 12px !important;
  font-weight: bold;
  color: #247bb6;
}

.commentlist a.comment-reply-link:hover {
  color: #000000;
}

.commentlist .avatar {
  display: none;
}

.commentlist .children {
  padding-left: 20px;
  border-left: 2px solid #ececec;
}

.commentlist .children .odd .comment-body {
  padding: 30px;
  background: #f9f9f9;
}

.commentlist .children .even .comment-body {
  background: #ececec;
}

.commentsection {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: .5px solid #bfabd3;
  margin-top: 12px;
  margin-bottom: -8px
}

.commentsection h2 {
  margin-top:20px;
  margin-bottom: 0px;
  line-height: 1;
}

.commentsection .profileid {
  font-size: 11px;
  color: #8d8d8d;
}

.commentsection textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  resize: none;
  border: 1px solid #cccccc;
  outline: none;
}

.commentsection input {
  width: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid #cccccc;
  outline: none;
}

.commentsection .submitreactie {
  color: #247bb6 !important;
  line-height: 1.2;
  border-radius: 6px;
  border: 1px solid #bfabd3;
  background-color: #f2f6f9;
  padding: 4px 14px;
  cursor: pointer;
  font-weight: 400;
  width: auto;
  font-size: 16px !important;
}

.commentsection .submitreactie:hover {
  color: #ffffff !important;
  border: 1px solid #247bb6;
  background-color: #247bb6;
}

.commentsection .reactieinfo {
  font-size: 11px;
  color: #8d8d8d;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.commentsection .reactieinfo a {
  font-size: 11px;
  color: #8d8d8d;
}

.commentsection .reactieinfo a:hover {
  color: #247bb6;
}

/* PAGINATION */

.pagination ul {
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
}

.pagination ul li {
  position:relative;
  display:inline-block;
  margin-right:5px;
  line-height:1 !important;
}

.pagination ul li.paginationdots {
  margin-right:10px;
}

.pagination ul li.active a {
  color:#cccccc !important;
  pointer-events:none !important;
}

