@charset "UTF-8";
/*
 * COLORS
 */
/*
 * FONT AND TEXT
 */
/*
 * SIZES AND PREFIXES
 */
/*
 * MEDIA QUERIES
 */
.--center-ver {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--click-through {
  pointer-events: none;
}

.--no-scroll-bar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.--no-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
}

.input-base {
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  padding: 11px 0px 11px 13px;
  box-shadow: none;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.input-base::placeholder {
  color: #8DA1B7;
}

.display-none {
  display: none;
}

.entry_form_comments_newcomment_content_textarea {
  width: 100%;
  border-radius: 6px;
  vertical-align: text-top;
  padding: 11px 0px 0px 9px;
  border: none;
  outline: none;
  box-shadow: none;
  border: solid 1px #C9D3DC;
  resize: none;
  margin-bottom: 10px;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.entry_form_comments_newcomment_content_textarea::placeholder {
  color: #8DA1B7;
}
.entry_form_comments_newcomment_content_textarea:focus {
  box-shadow: 0px 0px 5px rgba(var(--primary-color), 0.3);
  border: solid 1px rgba(var(--primary-color), 0.5);
}

.entry_form_comments_comment_content {
  background-color: white;
  min-height: 40px;
  border-radius: 3px;
  line-height: 18px;
  font-size: 14px;
  padding: 11px;
}

.entry_form_comments_newcomment_button {
  height: 42px;
  overflow: auto;
}
.entry_form_comments_newcomment_button .form-input__checkbox-box {
  height: 100%;
  float: right;
  margin-right: 15px;
}

.private-comments-checkbox__wrapper {
  margin-right: 25px;
}

.entry_form_comments_list {
  margin-top: 10px;
}

.entry_form_comments_comment_creator {
  height: 31px;
  color: rgb(var(--secondary-navigation-color));
  font-size: 14px;
  font-weight: 900;
  line-height: 31px;
  padding-top: 9px;
}

.entry_form_comments_comment_date {
  height: 15px;
  color: #505D68;
  font-family: Lato;
  font-size: 12px;
  line-height: 15px;
  margin-left: 14px;
  vertical-align: text-top;
}

.entry_form_comments_comment_actions {
  margin-top: 2px;
}

.entry_form_comments_comment_dot {
  vertical-align: text-bottom;
  color: #C9D3DC;
}
.entry_form_comments_comment_dot::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 900;
  font-size: 2px;
  text-decoration: none;
  padding-left: 7px;
  padding-right: 7px;
}

.entry_form_comments_comment:not([style]) {
  border-top: solid 1px #C9D3DC;
  margin-top: 28px;
  padding-top: 15px;
}

.entry_form_comments_newcomment_notify {
  display: inline-block;
}

.entry_form_comments_add {
  float: right;
  padding: 10px;
  min-width: 100px;
  vertical-align: text-bottom;
}

.entry_form_comments_button .entry_form_comments_add {
  vertical-align: unset;
}

.entry_form_comments_cancel {
  padding: 9px;
  min-width: 120px;
  margin-right: 15px;
}

.entry_form_comments_comment {
  margin-top: 15px;
  margin-bottom: 15px;
}

.entry_form_comments_newcomment {
  margin-top: 15px;
}

.entry_form_comments > .entry_form_comments_newcomment {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .entry_form_comments {
    display: inline-block;
    width: 100%;
  }
}

.entry_form_comments_button {
  text-align: right;
}

@media (min-width: 1200px) {
  #label-comments {
    vertical-align: inherit;
  }
}

.widget-Comments .entry-form-core__pair-label {
  text-align: left;
  display: block;
}
@media (min-width: 1200px) {
  .widget-Comments {
    display: inline-block;
    width: 100%;
  }
}

.entry_form_comments_comment_link {
  background-color: transparent;
  border: none;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: rgb(var(--primary-color));
  cursor: pointer;
  padding: 0;
}
.entry_form_comments_comment_link:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.entry_form_comments_comment_private {
  margin-left: 14px;
  font-size: 16px;
  font-weight: 700;
}

.entry_form_comments_comment_print_private {
  margin-left: 14px;
}

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