.pagination li a.active, .pagination li a.active:hover {
    color: #fff;
    border: 1px solid #15a3e5;
    background-color: #15a3e5;
}

.ranked i.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
      position: absolute;
    right: 0;
    /* top: 0; */
    bottom: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.ranked th a {
	position: relative;
    width: 100%;
    display: block;
}

.comment-score{
  margin-bottom: 10px;
}
.account-profile .form-group select.form-control {
  height: 34px !important;
}
.post-actions {
  display: flex;
  margin: 0 -5px;
}
.post-actions .btn {
  display: block;
  width: 100%;
  margin: 0 5px;
  font-size: 1.2rem;
}
.reviews {
  margin-top: -10px;
}
.reviews .review-box {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.reviews .review-box .comment {
  font-size: 16px;
  line-height: 18px;
}
.reviews .review-box .stars {
  font-size: 12px;
}
.reviews .review-box .reviewer {
  font-size: 14px;
  line-height: 14px;
}
.ewc-categories {
  width: 100%;
  font-size: 0.9em;
  display: block;
}

.single-attachment {
  margin-bottom: 30px;
}
.single-attachment .btn-wrap {
  min-height: 48px;
  background-color: transparent;
}
.single-attachment.active .btn-wrap {
  background-color: transparent;
}
.single-attachment .form-file-wrapper {
  position: static;
  display: inline-block;
  margin: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  padding-top: 0;
  padding-bottom: 0;
}
.single-attachment .attach-preview {
  display: none;
  margin-bottom: 0;
  font-size: 15px;
}
.single-attachment.active .attach-preview {
  display: block;
  margin-bottom: 5px;
}
.attach-preview .fa {
  cursor: pointer;
  color: red;
}
.single-attachment.active .form-file-wrapper {
  opacity: 1;
}
.search-form:after {
  display: none;
}
.screen-reader-text {
  display: none;
}
.review-box .attachment {
  font-size: 14px;
  line-height: 14px;
  color: #57d3f2;
  margin-top: 5px;
}
.review-box .attachment a {
  color: #57d3f2;
}
.box-body .wpulike {
  display: none;
}