p.comment-form-cookies-consent {
  height: 50px;
  margin-bottom: 30px;
  /* UI Properties */
  background: transparent linear-gradient(267deg, rgba(52, 168, 83, 0.1) 0%, rgba(66, 133, 244, 0.1) 100%);
  border-radius: 6px;
  padding-left: 17px;
  display: flex;
  align-items: center;
}
p.comment-form-cookies-consent label[for=wp-comment-cookies-consent] {
  display: flex;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}
p.comment-form-cookies-consent input {
  opacity: 0;
  cursor: pointer;
}
p.comment-form-cookies-consent input:checked ~ .checkmark {
  background-color: black;
}
p.comment-form-cookies-consent input:checked ~ .checkmark:after {
  display: block;
}
p.comment-form-cookies-consent span.checkbox_span {
  top: 0;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
p.comment-form-cookies-consent .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 2px;
}
p.comment-form-cookies-consent .checkmark:after {
  content: "\e928";
  position: absolute;
  display: none;
  left: -1px;
  top: -1px;
  width: 14px;
  height: 14px;
  font-size: 10px;
  color: white;
  margin: 3px 0 0 3px;
}

.comment-awaiting-moderation {
  color: #adadad;
  font-style: italic;
  font-weight: 600;
}

.comments-template * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments-template .load_more {
  width: 180px;
  height: 50px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 6px 0;
  margin: 0 auto 60px auto;
  cursor: pointer;
}
.comments-template .load_more.active {
  background-image: url(../../../images/icons/loading.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 88% center;
  pointer-events: none;
}
.comments-template .comment-notes,
.comments-template .logged-in-as {
  display: none;
}
.comments-template .comment-copy {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: black;
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments-template .comment-copy:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.comments-template .comment-copy:hover + .copied {
  display: block;
}
.comments-template .comment-copy.twtf:before {
  font-size: 22px;
  color: white;
  display: inline-block;
}
.comments-template .copy_div {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.comments-template .copy-to-clipboard input {
  border: none;
  background: transparent;
  position: relative;
  max-width: 32px !important;
}
.comments-template .copy-to-clipboard label {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.comments-template .copied {
  z-index: 99;
  border: solid 1px #EAEAEA;
  padding: 7px 17px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
  color: #000000;
  float: right;
  display: none;
  margin-right: 10px;
  position: absolute;
  width: 74px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 6px;
  bottom: -30px;
  right: 64px;
}
.comments-template h4,
.comments-template h3,
.comments-template .author a,
.comments-template .author {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  text-align: left;
  color: black;
  text-transform: capitalize;
}
.comments-template #commentform textarea::-webkit-input-placeholder,
.comments-template #commentform input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.comments-template #commentform textarea:-ms-input-placeholder,
.comments-template #commentform input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.comments-template #commentform textarea::-moz-placeholder,
.comments-template #commentform input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.comments-template #commentform textarea:-moz-placeholder,
.comments-template #commentform input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.comments-template #commentform textarea::placeholder,
.comments-template #commentform input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.comments-template #commentform textarea {
  font-family: "Open Sans", sans-serif;
  height: 92px;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #EAEAEA;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 10px 16px;
  width: 100%;
  resize: none;
}
.comments-template #commentform textarea:focus {
  border: 1px solid rgb(42, 47, 48);
}
.comments-template #commentform .form-submit {
  text-align: right;
}
.comments-template #commentform .mirror-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: black;
  margin-bottom: 30px;
}
.comments-template #commentform .mirror-text span {
  color: black;
}
.comments-template #commentform .comment-form-comment-text p {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
}
.comments-template .commentlist {
  list-style: none;
  padding-top: 50px;
  font-family: "Mulish", sans-serif;
}
.comments-template .commentlist #respond {
  margin: 50px 0 0;
}
.comments-template .commentlist #respond .comment-form-comment {
  position: relative;
  min-height: 133px;
  margin-bottom: 10px;
}
.comments-template .commentlist #respond .mirror-text {
  display: none;
}
.comments-template .commentlist #respond textarea {
  overflow: hidden;
}
.comments-template .commentlist .children {
  padding-left: 70px;
  list-style: none;
  display: none;
  padding-top: 30px;
}
.comments-template .commentlist .children li article .reply {
  display: none;
}
.comments-template .commentlist .children li article .comment-meta img.avatar {
  margin-right: 0;
}
.comments-template .commentlist .children li article .comment-meta .comment_info {
  padding-left: 15px;
}
.comments-template .commentlist .children li article .comment-meta .comment_info cite {
  font-style: normal;
  font-size: 0;
}
.comments-template .commentlist .children li article .comment-meta .comment_info img.avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.comments-template .commentlist .children li .copy_div {
  display: none;
}
.comments-template .commentlist .children li.comment {
  font-size: 16px;
  margin-bottom: 10px;
}
.comments-template .commentlist .children li.comment #reply-title {
  display: none;
}
.comments-template .commentlist .children .children {
  padding-left: 50px;
}
.comments-template select,
.comments-template input[type=submit],
.comments-template input[type=text],
.comments-template input[type=email] {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: white;
  border: solid 1px rgb(234, 234, 234);
  font-size: 12px;
  padding: 10px 16px;
  margin-top: 6px;
  max-width: 100%;
}
.comments-template select {
  font-size: 14px;
  height: auto;
}
.comments-template textarea,
.comments-template input[type=submit],
.comments-template input[type=text],
.comments-template input[type=email] {
  -webkit-appearance: none;
}
.comments-template .comments-form-field {
  margin-bottom: 30px;
  position: relative;
}
.comments-template .comments-form-field span {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
}
.comments-template .comments-form-field .error_msg {
  color: #D41125;
  position: absolute;
  bottom: -21px;
  left: 4px;
  display: inline-block;
  font-style: italic;
}
.comments-template .comments-form-field.error textarea,
.comments-template .comments-form-field.error input {
  border-color: #D41125 !important;
}
.comments-template .fields-show-after {
  display: none !important;
}
.comments-template .required {
  color: #000000;
  margin: 0 !important;
}
.comments-template input[type=submit],
.comments-template button.tenweb-comment-save,
.comments-template button.tenweb-comment-cancel,
.comments-template button.tenweb-comment-delete {
  width: 180px;
  height: 50px;
  border-radius: 6px;
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.comments-template #submit {
  margin-top: 0;
}
.comments-template #commentform .submit:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.comments-template button.tenweb-comment-save,
.comments-template button.tenweb-comment-cancel,
.comments-template button.tenweb-comment-delete {
  width: 27%;
}
.comments-template #reply-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: black;
  text-transform: inherit;
}
.comments-template #reply-title small {
  display: none;
}
.comments-template .comments_header {
  font-family: "Mulish", sans-serif;
  padding-top: 64px;
  border-bottom: 1px solid rgb(0, 0, 0);
  display: flex;
  width: 100%;
  align-items: center;
  height: 0;
}
.comments-template .comments_header .blog-content {
  flex-grow: 0;
  margin: 0;
  width: auto;
}
.comments-template .comments_header .blog-content #sort_by {
  cursor: pointer;
  width: 185px;
  float: right;
  position: relative;
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected {
  padding: 9px 15px;
  border: 0;
  border-radius: 10px;
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 0 5px 20px rgba(229, 230, 232, 0.4);
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected:after {
  content: none;
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected span:nth-child(2) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding-right: 10px;
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected span:first-child {
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected .sort_by_selected_name {
  font-size: 14px;
  color: #000000;
  float: right;
  font-weight: 600;
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected .sort_by_selected_name:after {
  content: "\e91e";
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  font-size: 8px;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  transform: rotateZ(90deg);
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected:first-letter {
  text-transform: uppercase;
}
.comments-template .comments_header .blog-content #sort_by .sort_by_selected.active .sort_by_selected_name:after {
  top: -2px;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.comments-template .comments_header .blog-content .sort_by_select {
  right: 0;
  width: 150px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 45px;
  left: inherit;
  display: none;
  z-index: 2;
}
.comments-template .comments_header .blog-content .sort_by_select > div {
  text-align: right;
  font-weight: 600;
  position: relative;
}
.comments-template .comments_header .blog-content .sort_by_select > div span {
  font-size: 14px;
  line-height: 19px;
  display: block;
  color: #000000;
  padding: 10px 13px;
}
.comments-template .comments_header .blog-content .sort_by_select > div:after, .comments-template .comments_header .blog-content .sort_by_select > div:before {
  content: "";
  left: 15px;
  right: 0;
  background: #F2F2F2;
  display: inline-block;
  position: absolute;
  z-index: 1;
  height: 1px;
  margin-top: -1px;
}
.comments-template .comments_header .blog-content .sort_by_select > div:hover {
  background: #FAFAFA;
}
.comments-template .comments_header .blog-content .sort_by_select > div:hover:after, .comments-template .comments_header .blog-content .sort_by_select > div:hover:before {
  width: 100%;
  left: 0;
}
.comments-template .comments_header .blog-content .sort_by_select > div:first-child {
  border-radius: 6px 6px 0 0;
}
.comments-template .comments_header .blog-content .sort_by_select > div:first-child:before {
  height: 0;
}
.comments-template .comments_header .blog-content .sort_by_select > div:before {
  top: 0;
}
.comments-template .comments_header .blog-content .sort_by_select > div:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
.comments-template .comments_header .blog-content .sort_by_select > div:last-child:after {
  height: 0;
}
.comments-template .comments_header .blog-content .sort_by_select > div:after {
  bottom: 0;
}
.comments-template .comments_header .blog-content .sort_by_select > div.active span:after {
  content: "\e928";
  font-size: 11px;
  display: inline-block;
  margin-left: 14px;
  color: #2261b5;
}
.comments-template .comments_header .blog-content .sort_by_select:after {
  content: "";
  width: 21px;
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  background: url(../../../images/icons/w_arrow.svg) no-repeat;
  height: 18px;
  background-size: contain;
}
.comments-template .comments_header h4 {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  text-align: left;
  color: black;
  text-transform: inherit;
  position: relative;
  background: white;
  bottom: 1px;
  width: 105px;
}
.comments-template .comment-meta {
  display: flex;
  align-items: center;
}
.comments-template .comment-meta .comment_info {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: 300;
}
.comments-template .comment-meta .comment_info cite a {
  text-decoration: none;
}
.comments-template .comment-meta .comment_info time {
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  text-align: left;
  color: #000000;
  margin: 0;
}
.comments-template .comment-meta img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #f2f2f2;
  margin-right: 15px;
}
.comments-template .reply {
  text-align: right;
  display: flex;
  align-items: flex-start;
}
.comments-template .reply .view_all_comments {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: black;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.comments-template .reply .view_all_comments:after {
  content: "";
  background: url(../../../images/icons/bold-arrow.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}
.comments-template .reply .view_all_comments.show:after {
  transform: rotate(90deg);
}
.comments-template .reply .comment-reply-link {
  font-family: "Open Sans", sans-serif;
  width: 102px;
  height: 50px;
  border-radius: 6px;
  background-color: black;
  padding: 5px 17px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  border: 0;
  color: white;
  cursor: pointer;
}
.comments-template .reply .comment-reply-link:hover {
  color: white;
  background: rgba(0, 0, 0, 0.8);
}
.comments-template .reply .comment-reply-link.cancel {
  background: #EAEAEA;
  color: black;
}
.comments-template .reply .comment-reply-link.cancel:hover {
  color: black;
  background: rgba(234, 234, 234, 0.8);
}
.comments-template .reply a {
  color: #6c6e7a;
}
.comments-template article.comment {
  color: #6c6e7a;
}
.comments-template .comment-content.comment {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  text-align: left;
  color: black;
}
.comments-template .tenweb-textarea {
  margin-top: 15px;
}
.comments-template .tenweb-textarea,
.comments-template .tenweb-loading {
  display: none;
}
.comments-template span.tenweb-timer {
  margin-left: 10px;
}
