/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/theologie/assets/scss/facetwp.scss ***!
  \***************************************************************************************************************************************************************************/
/* Fonts */
/* Colors */
.facetwp-wrapper h3,
.facetwp-wrapper h4 {
  position: relative;
  margin: 5px 0 0 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #335761;
  border: solid 1px #dee2e6;
  background-color: rgba(255, 255, 255, 0.25);
}
.facetwp-wrapper h3 i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  font-size: 28px;
  color: #bbb;
}

.facetwp-facet {
  position: relative;
  max-height: 11rem;
}

.facetwp-type-checkboxes {
  padding: 16px !important;
  border-top: none !important;
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
  background-color: rgba(255, 255, 255, 0.25);
}

.facetwp-checkbox {
  margin-bottom: 8px;
  background-image: url(/wp-content/themes/theologie/dist/img/th-checkbox.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px 16px !important;
  opacity: 0;
  transition: opacity 100ms ease-in-out;
}

.facetwp-checkbox.checked {
  background-image: url(/wp-content/themes/theologie/dist/img/th-checkbox-on.png);
}

.facetwp-depth .facetwp-checkbox {
  opacity: 1;
}

.facetwp-facet {
  margin-bottom: 0 !important;
  max-height: 215px;
  overflow-y: hidden;
  padding: 0 !important;
}
.facetwp-facet .facetwp-expand {
  color: rgba(85, 130, 150, 0.75);
}
.facetwp-facet.facetwp-type-checkboxes {
  padding: 0 !important;
}
.facetwp-facet.initial-content {
  max-height: 215px;
  overflow-y: hidden;
}
.facetwp-facet.hide-content {
  max-height: 215px;
  overflow-y: hidden;
}
.facetwp-facet.show-content {
  max-height: none;
  overflow-y: auto;
}

.facetwp-type-checkboxes .facetwp-checkbox {
  margin-left: 16px;
  margin-right: 16px;
}
.facetwp-type-checkboxes .facetwp-checkbox:first-child {
  margin-top: 16px;
}
.facetwp-type-checkboxes .facetwp-checkbox:last-child {
  margin-bottom: 24px;
}

.facet-subheader {
  padding: 1rem 1rem 0 1rem;
  border-left: solid 1px #dee2e6;
  border-right: solid 1px #dee2e6;
  background-color: rgba(255, 255, 255, 0.25);
}
.facet-subheader__text {
  font-size: 15px;
  color: rgb(85, 130, 150);
}

.facetwp-facet {
  margin-bottom: 40px;
}

.facetwp-facet.is-loading {
  opacity: 0.6;
}

.facetwp-overlay {
  position: absolute;
}

.facetwp-pager-label {
  display: inline-block;
  margin-right: 12px;
}

.facetwp-page {
  display: inline-block;
  padding: 0px 4px;
  margin-right: 6px;
  cursor: pointer;
}

.facetwp-page.dots {
  cursor: default;
}

.facetwp-page.active {
  font-weight: bold;
  cursor: default;
}

/* Checkboxes */
.facetwp-type-checkboxes .facetwp-depth {
  display: none;
}

.facetwp-type-checkboxes .facetwp-depth.visible {
  display: inherit;
}

.facetwp-checkbox {
  background-size: 14px 14px;
  margin-bottom: 4px;
  padding-left: 20px;
  cursor: pointer;
}

.facetwp-checkbox.disabled,
.facetwp-radio.disabled {
  opacity: 0.4;
  cursor: default;
}

.facetwp-checkbox .facetwp-expand {
  float: right;
}

/* Radio */
.facetwp-radio {
  background-size: 14px 14px;
  margin-bottom: 4px;
  padding-left: 20px;
  cursor: pointer;
}

/* fSelect */
.facetwp-type-fselect.is-loading {
  opacity: 1; /* prevent stack order issues */
}

.facetwp-type-fselect.is-loading .fs-label-wrap,
.facetwp-type-fselect.is-loading .fs-search,
.facetwp-type-fselect.is-loading .fs-no-results,
.facetwp-type-fselect.is-loading .fs-options {
  opacity: 0.6;
}

.facetwp-type-fselect.is-loading .fs-option {
  cursor: wait;
}

.facetwp-type-fselect .fs-wrap.fs-disabled .fs-option {
  opacity: 0.4;
  cursor: wait;
}

.facetwp-type-fselect .fs-option .fs-option-label {
  white-space: nowrap;
}

.facetwp-type-fselect .fs-option.d1 .fs-option-label {
  padding-left: 20px;
}

.facetwp-type-fselect .fs-option.d2 .fs-option-label {
  padding-left: 40px;
}

.facetwp-type-fselect .fs-option.d3 .fs-option-label {
  padding-left: 60px;
}

/* Hierarchy */
.facetwp-depth {
  margin-left: 12px;
}

.facetwp-link {
  cursor: pointer;
}

.facetwp-link.checked {
  font-weight: bold;
  cursor: default;
}

.facetwp-toggle {
  cursor: pointer;
}

.facetwp-hidden {
  display: none;
}

/* Slider */
.facetwp-slider-wrap {
  padding-bottom: 15px;
}

.facetwp-slider-reset {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  padding: 4px 8px;
  cursor: pointer;
}

/* Search */
.facetwp-input-wrap {
  display: inline-block;
  position: relative;
}

.facetwp-facet input.facetwp-search,
.facetwp-facet input.facetwp-location {
  margin: 0;
  padding-right: 30px;
  min-width: 240px;
}

.facetwp-icon {
  right: 0;
  height: 100%;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}

.facetwp-icon:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 100%;
  background-position: 5px 50%;
  background-size: 20px 20px;
}

/* Proximity */
.location-results {
  position: absolute;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
}

.location-result {
  font-size: 11px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
}

.location-result:hover {
  background-color: #f8f8f8;
}

.location-result.active {
  background-color: #EBF2FE;
}

.location-result .result-main {
  font-size: 13px;
  color: #222;
}

.facetwp-icon.f-loading:before {
  animation: spin 700ms infinite linear;
}

.location-attribution {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.powered-by-google {
  height: 15px;
  background-size: auto 15px;
}

/* Rating */
.facetwp-stars {
  display: inline-block;
  line-height: 1;
  padding-right: 4px;
  user-select: none;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.facetwp-star {
  cursor: pointer;
  font-size: 20px;
  color: #ccc;
}

.facetwp-star:hover,
.facetwp-star:hover ~ .facetwp-star,
.facetwp-star.selected,
.facetwp-star.selected ~ .facetwp-star {
  color: #000;
}

.facetwp-star.selected:hover,
.facetwp-star.selected:hover ~ .facetwp-star {
  color: red;
}

/* CSS animations */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Selections shortcode */
.facetwp-selections li {
  display: inline-block;
  line-height: 1;
}

.facetwp-selections .facetwp-selection-value {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  padding-right: 16px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.facetwp-facet {
  margin-bottom: 15px !important;
}

.facetwp-dropdown,
.facetwp-facet input[type=text] {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.facetwp-type-search .facetwp-input-wrap {
  display: block;
}

.facetwp-type-checkboxes {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

.facetwp-checkbox {
  padding-left: 25px !important;
  background-size: 14px 14px !important;
}

.facetwp-facet {
  margin-bottom: 20px !important;
  max-height: 291px;
  overflow-y: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
