.comment-wrapper {
  margin-left: 23px;
  margin-right: 23px; }
  .comment-wrapper .title {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .comment-wrapper .title {
        font-size: 28px; } }
  .comment-wrapper .comment-form-wrapper {
    border: 1px solid #C8E3D8;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 32px; }
    .comment-wrapper .comment-form-wrapper .user-details-wrapper {
      display: table; }
      .comment-wrapper .comment-form-wrapper .user-details-wrapper .initials-circle {
        height: 50px;
        width: 50px; }
      .comment-wrapper .comment-form-wrapper .user-details-wrapper article .username {
        display: table-cell;
        padding-left: 10px;
        vertical-align: middle; }
      .comment-wrapper .comment-form-wrapper .user-details-wrapper article.profile {
        margin: 0;
        display: table-cell; }
        .comment-wrapper .comment-form-wrapper .user-details-wrapper article.profile .field--type-image {
          width: 50px;
          height: 50px; }
    .comment-wrapper .comment-form-wrapper .user-short-info {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
      .comment-wrapper .comment-form-wrapper .user-short-info .username {
        font-family: Helvetica;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        text-transform: capitalize; }
    .comment-wrapper .comment-form-wrapper .user-name .user-short-info {
      padding-left: 0; }
    .comment-wrapper .comment-form-wrapper form .button {
      font-family: Helvetica;
      font-style: normal;
      font-weight: 700;
      font-size: 15px;
      padding: 13px 32px 12px;
      min-width: auto; }
  .comment-wrapper .user-details-wrapper {
    display: table; }
    .comment-wrapper .user-details-wrapper .initials-circle {
      background: #285C4D;
      border: 0.2px solid #C8E3D8;
      border-radius: 100px;
      display: table-cell;
      height: 50px;
      position: relative;
      width: 50px; }
      .comment-wrapper .user-details-wrapper .initials-circle .initials {
        font-size: 16px;
        color: #FFF;
        left: 14px;
        position: absolute;
        top: 14px;
        right: 14px;
        text-align: center; }
    .comment-wrapper .user-details-wrapper .user-name {
      display: table-cell;
      padding-left: 10px;
      vertical-align: middle; }
  .comment-wrapper .total-comments {
    font-size: 20px;
    font-weight: 400;
    padding-top: 50px;
    margin-bottom: 27px; }
  .comment-wrapper .comments-wrapper article {
    /*border: 0.5px solid #C8E3D8;
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.05);*/
    /*border-radius: 20px;
      padding: 32px;
      margin-bottom: 32px;*/
    display: block;
    margin-bottom: 0;
    margin-top: 0; }
    .comment-wrapper .comments-wrapper article article {
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; }
      .comment-wrapper .comments-wrapper article article.profile {
        display: table-cell;
        margin: 0; }
        .comment-wrapper .comments-wrapper article article.profile .field--type-image {
          width: 42px;
          height: 42px; }
    .comment-wrapper .comments-wrapper article .comment__title {
      font-family: Helvetica;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      padding-bottom: 26px; }
    .comment-wrapper .comments-wrapper article .comment__meta {
      font-family: Helvetica;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      color: #1D4237;
      padding-bottom: 26px; }
      .comment-wrapper .comments-wrapper article .comment__meta .user-details-wrapper .initials-circle {
        height: 42px;
        width: 42px; }
        .comment-wrapper .comments-wrapper article .comment__meta .user-details-wrapper .initials-circle .initials {
          font-weight: 400;
          left: 10px;
          top: 12px;
          right: 10px;
          text-align: center; }
    .comment-wrapper .comments-wrapper article .content {
      background: #F3FAF7;
      border-radius: 10px;
      padding: 24px;
      margin-bottom: 15px; }
      .comment-wrapper .comments-wrapper article .content p {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #5E807A; }
    .comment-wrapper .comments-wrapper article .comment-botton-wrap .links {
      font-family: Helvetica;
      font-weight: 700;
      font-size: 15px;
      display: inline-block;
      text-align: right;
      margin-top: 15px; }
      .comment-wrapper .comments-wrapper article .comment-botton-wrap .links .comment-delete,
      .comment-wrapper .comments-wrapper article .comment-botton-wrap .links .comment-edit,
      .comment-wrapper .comments-wrapper article .comment-botton-wrap .links .comment-reply,
      .comment-wrapper .comments-wrapper article .comment-botton-wrap .links .comment-translations {
        display: none; }
      .comment-wrapper .comments-wrapper article .comment-botton-wrap .links .comment-show {
        cursor: pointer; }
    .comment-wrapper .comments-wrapper article .replies-wrapper {
      display: table; }
      .comment-wrapper .comments-wrapper article .replies-wrapper .initials-wrapper {
        display: table-cell;
        width: 40%; }
        .comment-wrapper .comments-wrapper article .replies-wrapper .initials-wrapper .last-replies-wrapper {
          position: relative; }
          .comment-wrapper .comments-wrapper article .replies-wrapper .initials-wrapper .last-replies-wrapper .initials-outer-circle {
            background: #FFF;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            display: inline-block;
            position: absolute;
            padding: 3px;
            right: -88%;
            top: -3px; }
            .comment-wrapper .comments-wrapper article .replies-wrapper .initials-wrapper .last-replies-wrapper .initials-outer-circle:nth-child(3) {
              right: -160%; }
          .comment-wrapper .comments-wrapper article .replies-wrapper .initials-wrapper .last-replies-wrapper .initials-circle {
            height: 32px;
            width: 32px; }
            .comment-wrapper .comments-wrapper article .replies-wrapper .initials-wrapper .last-replies-wrapper .initials-circle .initials {
              font-size: 14px;
              left: 6px;
              top: 7px;
              right: 6px;
              text-align: center; }
      .comment-wrapper .comments-wrapper article .replies-wrapper .replies-count {
        color: #78BE20;
        display: table-cell;
        font-size: 15px;
        font-weight: 400;
        padding-left: 25px;
        vertical-align: middle; }
  .comment-wrapper .comments-wrapper form {
    border: 1px solid #C8E3D8;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 32px; }
  .comment-wrapper .comment mark, .comment-wrapper .comment-forum mark {
    padding: 5px;
    height: 25px; }
  @media (min-width: 768px) {
    .comment-wrapper {
      width: 722px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1024px) {
    .comment-wrapper {
      width: 970px; } }
  /*@media (min-width: 1280px) {
    .comment-wrapper {
      width: 1080px; } }
  */
.indented {
  background: #F3FAF7;
  border-radius: 0 0 20px 20px; }
  .indented article {
    margin-left: 50px;
    /*&:nth-child(odd) {
      .content {
        background: #FFF;
        border-top: 5px solid #56B7E8;
      }
    }
    &:nth-child(even) {
      .content {
        background: #FFF;
        border-top: 5px solid #FDA79F;
      }
    }*/ }
    .indented article.comment {
      padding-bottom: 0; }
  .indented .indented article {
    margin-left: 100px; }
    .indented .indented article.comment {
      padding-top: 0 !important; }
  .indented .comments-top-wrapper {
    /* Select every 3rd list item starting with first */
    /* Select every 3rd list item starting with 2nd */
    /* Select every 3rd child item, as long as it has class "el" */ }
    .indented .comments-top-wrapper article .comment__title {
      padding-bottom: 8px; }
    .indented .comments-top-wrapper:nth-child(3n - 2) .content {
      background: #FFF;
      border-top: 5px solid #56B7E8; }
    .indented .comments-top-wrapper:nth-child(3n - 1) .content {
      background: #FFF;
      border-top: 5px solid #FDA79F; }
    .indented .comments-top-wrapper:nth-child(3n) .content {
      background: #FFF;
      border-top: 5px solid #F9C490; }

.comments-top-wrapper {
  border: 0.5px solid #C8E3D8;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 32px; }
  .comments-top-wrapper .indented .comments-top-wrapper {
    border: 0;
    border-bottom: 0.5px solid #C8E3D8;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin-bottom: 0; }
    .comments-top-wrapper .indented .comments-top-wrapper:last-child {
      border-bottom: 0; }

article.comment {
  padding: 32px !important;
  /*margin-bottom: 32px; */}
  article.comment article {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
    article.comment article.profile {
      margin: 0;
      display: table-cell; }
      article.comment article.profile .field--type-image {
        width: 42px;
        height: 42px; }
  article.comment .comment__title {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 26px; }
  article.comment .comment__meta {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #1D4237;
    padding-bottom: 26px;
    /*.user-details-wrapper {
      .initials-circle {
        height: 42px;
        width: 42px;
        .initials {
          font-weight: $normal;
          left: 10px;
          top: 12px;
        }
      }
    }*/ }
    article.comment .comment__meta .user-details-wrapper {
      display: table;
      width: 100%; }
      article.comment .comment__meta .user-details-wrapper .top-wrap-left {
        float: left; }
      article.comment .comment__meta .user-details-wrapper .top-wrap-right {
        float: right; }
      article.comment .comment__meta .user-details-wrapper .initials-circle {
        background: #285C4D;
        border: 0.2px solid #C8E3D8;
        border-radius: 100px;
        display: table-cell;
        height: 50px;
        line-height: normal;
        position: relative;
        width: 50px; }
        article.comment .comment__meta .user-details-wrapper .initials-circle .initials {
          font-size: 16px;
          color: #FFF;
          left: 14px;
          position: absolute;
          top: 14px;
          right: 14px;
          text-align: center; }
      article.comment .comment__meta .user-details-wrapper .user-name {
        display: table-cell;
        padding-left: 10px;
        vertical-align: middle; }
      article.comment .comment__meta .user-details-wrapper .translate-lang {
        display: table-cell; }
        article.comment .comment__meta .user-details-wrapper .translate-lang .custom-select-wrap {
          width: 135px;
          position: relative;
          /*select {
            appearance: none;
            border: 1px solid #C8E3D8;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
            border-radius: 6px;
            color: #5E807A;
            font-size: 15px;
            font-weight: 400;
            padding: 12px;
            text-align: center;
            width: 100%;

            option {
              padding: 10px;
            }
          }*/ }
          article.comment .comment__meta .user-details-wrapper .translate-lang .custom-select-wrap .language-icon:before {
            background: url("../img/language.png") no-repeat;
            content: '';
            width: 11px;
            height: 11px;
            position: absolute;
            left: 14px;
            top: 12px; }
      article.comment .comment__meta .user-details-wrapper .comment-links {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 15px;
        display: table-cell;
        text-align: right;
        vertical-align: middle; }
        article.comment .comment__meta .user-details-wrapper .comment-links .links {
          font-family: Helvetica;
          margin-left: 0; }
          article.comment .comment__meta .user-details-wrapper .comment-links .links .comment-reply:before {
            background: url("../img/reply-icon.png") no-repeat;
            content: '';
            /*display: inline-block;*/
            height: 10px;
            width: 18px; }
          article.comment .comment__meta .user-details-wrapper .comment-links .links .comment-show {
            display: none; }
  @media (min-width: 768px) {
    article.comment + .comment-comment-form.comment-form {
      width: 722px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1024px) {
    article.comment + .comment-comment-form.comment-form {
      width: 850px; } }
  /*@media (min-width: 1280px) {
    article.comment + .comment-comment-form.comment-form {
      width: 1080px; } }
  */
.comment-lang-translate.select2-container--default {
  width: 135px !important; }
  .comment-lang-translate.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #C8E3D8;
    border-radius: 6px;
    height: 34px; }
    .comment-lang-translate.select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #5E807A;
      font-size: 15px;
      font-weight: 400;
      padding: 5px 5px 5px 30px;
      line-height: 22px;
      text-align: left; }
    .comment-lang-translate.select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 3px; }
      .comment-lang-translate.select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 0; }
        .comment-lang-translate.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
          background: url("../img/lang-downarrow.png") no-repeat;
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          left: -5px; }
  .comment-lang-translate.select2-container--default.select2-container--open .select2-selection__arrow b:before {
    background: url("../img/lang-uparrow.png") no-repeat; }
  .comment-lang-translate.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .comment-lang-translate.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .comment-lang-translate.select2-container--default .select2-results__group {
    color: #285C4D;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 8px; }

.comment-lang-translate .select2-dropdown {
  width: 230px !important;
  border: 0.5px solid #C8E3D8;
  -webkit-box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 32px; }
  .comment-lang-translate .select2-dropdown .select2-results > .select2-results__options {
    color: #5E807A;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    max-height: none; }

.comment-lang-translate .select2-results__option[aria-selected=true] {
  background: transparent;
  color: #333; }

.comment-lang-translate .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #333; }

.comment-lang-translate .select2-results__options.select2-results__options--nested .select2-results__option {
  border-top: 0;
  position: relative;
  padding: 8px 8px 8px 26px;
  line-height: 22px; }
  .comment-lang-translate .select2-results__options.select2-results__options--nested .select2-results__option:before {
    content: '';
    background: #FFF;
    border: 1px solid #78BE20;
    border-radius: 50%;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 18px; 
}
#node-discussions-field-comment h2.comment-form__title {
	display: none;
}

a.permalink {
 color: #212529;	
}

.initials-circle .userprofile {
    width: 10%;
}

form.comment-form {
	background: 0 0;
    margin: 0em 0 1em 0 !important;
    padding: 0;
}

form.ajax-comments-form-reply {
	background: 0 0;
    margin: 0em 1em !important;
    padding: 0;
}

ul.links.inline li.comment-add {
  display: none !important;
}

/*.de_activated ul.links.inline, ul.inline {
  display: none !important;
}*/

.activated ul.links.inline, ul.inline {
  display: block !important;
}
.page-node-type-discussions .content-article {
  width: 80em!important;
}