/* =========== TAG ============== */
/* ============================== */

.post-tags__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-tags__wrap h3 {
  font-size: 14px;
  line-height: 20px;
  color: #050505;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.post-tags__list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.post-tags__list li a {
  --tag-color-one: #41b488;
  --tag-color-text-one: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0.4em 0.75em;
  background-color: var(--tag-color-one);
  color: var(--tag-color-text-one);
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  min-width: 70px;
  width: fit-content;
  transform: scale(1);
}

.post-tags__list li a:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  transform: scale(1.1);
}

/* Tags UX/UI */
.post-tags__list li a.uxui {
  background-color: #28bdec;
  color: #fff;
}

/* Tags javascript */
.post-tags__list li a.javascript {
  background: #f0db4f;
  color: #000;
}

/* tags htmlhtml5 */
.post-tags__list li a.htmlhtml5 {
  background: #e54c21;
  color: #fff;
}

/* tags csscss3 */
.post-tags__list li a.csscss3 {
  background: #214ce5;
  color: #fff;
}

/* tags scsssass */
.post-tags__list li a.scsssass {
  background: #cd669a;
  color: #fff;
}

/* ============ SCROLL PROGRESS BAR =========== */
/* ============================================ */
.progress-bar-container {
  position: fixed;
  transform: rotate(180deg) translate(-50%, -50%);
  right: 5%;
  top: 20%;
  z-index: 1;
  height: 20vh;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.progressbar {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 2px;
  z-index: 5;
  min-height: 5%;
  transition: all 0.7s ease-out;
  background: rgba(8, 8, 8, 0.4);
}

/* 
-------------------------------------------
---------------- COMMENT ------------------
-------------------------------------------
 */
#comments a {
  color: #050505;
}

span.title_comment {
  font-size: 18px;
  color: #050505;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  width: 100%;
}

#hh_form-comment {
  overflow: hidden;
  position: relative;
}

span.add-comment,
#hh_form-comment label {
  font-size: 14px;
  line-height: 20px;
  color: #050505;
  text-decoration: none;
  font-weight: 600;
}

#hh_form-comment span.attention {
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: 600;
}

#hh_form-comment .avatarmw img {
  float: left;
  margin: 5px 10px 0 0;
  border: 1px solid #edf2f7;
  padding: 5px;
}

.commentlist {
  margin-top: 10px;
}

.comment-author img {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin-right: 6px;
  object-fit: cover;
}

.commentlist li {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.commentlist .children {
  margin-top: 10px;
}
.commentBody .censorship-text {
  color: #ec2029;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  text-decoration: none;
  margin-bottom: 0px;
}

.star-required {
  color: #ec2029;
}

.commentBody {
  position: relative;

  /* custom */
  background: #f0f2f5;
  padding: 8px 12px;
  border-radius: 18px;
}

.cancel-comment-reply a#cancel-comment-reply-link {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #ec2029;
  padding: 10px 15px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 8px;
}

.cancel-comment-reply:hover a#cancel-comment-reply-link {
  background-color: #b6151d;
}

.nocomments {
  border-color: #d98d8d;
  background-color: #ffcece;
  color: #342424;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
}

.commentBody .reply {
  float: right;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.comment-meta.commentmetadata .fn {
  font-weight: 700;
  color: #333;
  margin: 0;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 22px;
  margin-top: 2px;
}

ol.commentlist_hh {
  position: relative;
  margin-bottom: 50px;
}

ol.commentlist_hh li {
  margin-bottom: 35px;
}

ol.commentlist_hh,
ol.commentlist_hh ul.children {
  list-style: none;
}

ol.commentlist_hh ul.children {
  margin: 10px 0 15px 50px;
  position: relative;
}

div.error {
  color: red;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  margin: 3px 0 0;
}

.tools_comment {
  position: absolute;
  bottom: -25px;
}

.comment-date-time {
  color: #65676b;
  font-size: 14px;
  line-height: 20px;
}

.tools_comment a {
  color: #65676b;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  font-weight: 700;
  margin-right: 8px;
}

.tools_comment a:hover {
  text-decoration: underline;
}

.tools_comment a.comment-time-ago {
  font-weight: 400;
}

.comment_text p {
  margin: 0 0 8px;
  color: #050505;
  font-size: 14px;
  line-height: 20px;
}
#hh_form-comment input[type="submit"],
#hh_form-comment input[type="button"],
#hh_form-comment input[type="reset"],
#hh_form-comment article.post-password-required input[type="submit"],
#hh_form-comment li.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

#hh_form-comment input,
#hh_form-comment textarea {
  border: 1px solid #edf2f7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: inherit;
  padding: 6px 12px;
}

#hh_form-comment input[type="submit"],
#hh_form-comment input[type="button"],
#hh_form-comment input[type="reset"] {
  cursor: pointer;
}
.reply a.comment-reply-link {
  color: #337ab7;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}
.reply a.comment-reply-link:hover {
  color: #c7a611;
}
#hh_form-comment p,
#hh_form-comment input,
#hh_form-comment textarea {
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 14px;
}
#hh_form-comment input,
#hh_form-comment textarea {
  border: 1px solid #d7d7d7;
  color: #2e2e2e;
  display: block;
  resize: none;
  border-radius: 5px;
}

#hh_form-comment textarea {
  min-height: 100px;
}

#hh_form-comment input:focus,
#hh_form-comment textarea:focus {
  border-color: #4a545d;
}

#hh_form-comment input#submit {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.submit-comment {
  display: inline-flex;
  align-items: center;
  color: #2e2e2e;
  border: 1px solid #ccc;
  min-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  background-color: transparent;
  animation: none !important;
  width: fit-content;
  border-radius: 8px;
}

.submit-comment::before {
  content: "";
  background-color: #2e2e2e;
  display: block;
  width: 45px;
  height: 1px;
  margin-right: 20px;
}

.submit-comment::after {
  content: "";
  background-color: #000;
  display: block;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit-comment:hover {
  color: #edf2f7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: currentColor;
  transform: none;
}

.submit-comment:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
}

.submit-comment:hover::before {
  background-color: #edf2f7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.comment-error {
  font-size: 14px;
  line-height: 20px;
  color: #ec2029;
  margin-top: 5px;
}

/* 
-------------------------------------------
---------------- END COMMENT --------------
-------------------------------------------
 */

/* 
-------------------------------------------
--------------- signature -----------------
-------------------------------------------
 */
.signature {
  font-family: sign_two;
  text-transform: capitalize;
  font-size: 2rem;
  text-align: right;
}
