.pagination ul li.is--active span::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #ff3957;
  left: 0;
  right: 0;
  height: 2px;
}
.pagination ul li.is--active span {
  color: #ff3957;
  position: relative;
}
.pagination ul li span {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 600;
  padding: 4px;
}
.pagination ul li.is--active:first-child {
  padding-right: 30px !important;
}
.pagination ul li.is--active:last-child {
  padding-left: 0px !important;
}

.contact__form {
  padding: calc(0.4rem + 3.8vw) 0;
  margin-top: calc(0.4rem + 3.8vw);
  border-top: solid #e4e4e4 1px;
}
.contact__form button {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .contact__form button {
    padding: 10px 28px;
  }
}
.contact__form h2 {
  margin-top: 0;
}
.contact__form .form__wrapper .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(0.4rem + 1.8vw);
}
.contact__form .form__wrapper .comment-form .field-set {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.contact__form .form__wrapper .comment-form .field-set:last-child {
  margin-bottom: 0;
}
.contact__form .form__wrapper .comment-form .field-set.half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 767px) {
  .contact__form .form__wrapper .comment-form .field-set.half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .contact__form .form__wrapper .comment-form .field-set {
    margin-bottom: 35px;
  }
}
.contact__form .form__wrapper .comment-form textarea {
  height: 100px;
  resize: none;
}
@media (max-width: 767px) {
  .contact__form .form__wrapper .comment-form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact__form {
    padding-top: 40px;
    margin-top: 40px;
  }

  .table-wrapper {
    overflow: auto;
  }
}
@media (max-width: 576px) {
  .popular-h2 {
    margin-top: 0;
  }
}

.grecaptcha-badge {
  display: none;
}
.post-views.entry-meta {
  display: none;
}
.popular-h2 {
  text-align: center;
}
