.apf-container {
  width: auto;
}

.apf-container .col-3 {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

.apf-container label {
  display: inline-block;
  cursor: pointer;
}

.apf-container .filter-title {
  margin-bottom: 5px;
  margin-top: 30px;
  display: block;
}

.apf-container .filter-item {
  margin-bottom: -8px;
}

.apf-container .filter-item input[type="checkbox"] {
  display: none;
}

.apf-container .filter-item i {
  font-size: 1.4em;
  width: auto;
  border: 0;
  color: #E17A86;
  margin-right: 5px;
}

img.loading {
  width: 64px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

#sp-col {
  display: none;
}

.sp-page {
  cursor: pointer;
}

.sp-page.current {
  pointer-events: none;
  cursor: default;
}

#posts-count-badge {
  border-radius: 50%;
  background: rgb(225, 143, 62);
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  line-height: 40px;
}

@media only screen and (max-width: 940px) {
  .apf-container {
    width: 85vw;
  }
}