/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
.blue__main {
  color: #049ee2 !important; }

.post-comments .comments__list {
  padding-left: 0px; }
.post-comments ul {
  list-style: none; }
.post-comments .svgComment {
  width: 20px;
  height: 20px;
  margin-bottom: -50px; }
.post-comments .comment-body {
  margin-left: 50px; }
  .post-comments .comment-body p {
    margin-bottom: 10px; }
.post-comments .children {
  border-left: 1px solid #049eea;
  padding-left: 30px;
  margin-top: 25px;
  margin-left: 50px; }
  .post-comments .children .svgComment {
    display: none; }
  .post-comments .children .comment-body {
    margin-left: 0px; }
    .post-comments .children .comment-body a {
      overflow-wrap: break-word;
      word-wrap: break-word; }
  .post-comments .children .children {
    margin-left: 0px; }
.post-comments .comment-author.vcard .says {
  color: #535E6D; }
.post-comments .comment-author.vcard .FJIsays {
  color: #049ee2; }
.post-comments .comment-form-comment textarea {
  padding: 13px 20px;
  border-radius: 6px;
  border: 1px solid #E9EBEC;
  color: #0E1723;
  width: 100%;
  background: #ffffff; }
  .post-comments .comment-form-comment textarea ::placeholder {
    color: #535E6D; }
  .post-comments .comment-form-comment textarea[disabled] {
    background-color: #E9EBEC;
    color: #535E6D; }
.post-comments .comment-form {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 0 20px;
  grid-template-areas: "comment-body comment-body comment-body" "loggedin loggedin loggedin" "button . ."; }
.post-comments .logged-in-as {
  grid-area: loggedin; }
.post-comments .comment-form-comment {
  grid-area: comment-body;
  width: 100%; }
.post-comments .comment-form-author input {
  width: 100%; }
.post-comments .comment-form-email input {
  width: 100%; }
.post-comments .form-submit input {
  width: 100%; }
.post-comments #reply-title small {
  margin-left: 10px; }
@media (max-width: 767px) {
  .post-comments .comment-form {
    display: flex;
    flex-direction: column; } }

/*# sourceMappingURL=comments.css.map */
