/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-fne-taxonomy-categories-list label,
.wp-block-fne-taxonomy-tags-list label {
  margin: 0 auto; }

.wp-block-fne-taxonomy-categories-list .components-base-control,
.wp-block-fne-taxonomy-tags-list .components-base-control {
  margin: 0.25em auto; }

.wp-block-fne-taxonomy-tags-list .components-base-control__label {
  margin: 0.25em auto; }

.wp-block-fne-taxonomy-filter .nav-item {
  margin: 0; }

.wp-block-fne-taxonomy-filter .nav-item:first-child .nav-link {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  padding-left: 1px; }

.wp-block-fne-taxonomy-filter .nav-item:last-child .nav-link {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none; }

.wp-block-fne-taxonomy-filter .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #9797a0;
  border: 0 none;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  cursor: pointer; }

.wp-block-fne-taxonomy-filter .nav-item .nav-link.active {
  color: #fff;
  background-color: #555;
  position: relative; }

#filterTabContent {
  padding: 20px 0; }

.wp-block-fne-taxonomy-filter .nav {
  margin: 0;
  border: 1px solid #9797a0;
  border-radius: 6px;
  margin: 10px auto 20px;
  -webkit-box-shadow: 0 0 1px 3px #ecc4;
          box-shadow: 0 0 1px 3px #ecc4; }

.wp-block-fne-taxonomy-filter .nav-link {
  border: 0 none; }

.wp-block-fne-taxonomy-filter .nav-link > span {
  background-color: #9797A0;
  border: 2px solid #555;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 0;
  margin-left: 5px;
  color: #fff;
  vertical-align: 2px;
  text-align: center;
  line-height: 16px;
  font-family: Arial; }

.wp-block-fne-taxonomy-filter .nav-link.active > span {
  border: 2px solid #FFF;
  background-color: #c90c0f; }

.bs-hidden {
  display: none !important; }

.fnepaca_icon_wrap {
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0px 1px #0004;
          box-shadow: 0 0 0px 1px #0004;
  border-radius: 3px;
  text-align: center;
  min-width: 40px;
  min-height: 40px;
  display: inline;
  float: left;
  margin-right: 10px; }

.fnepaca_icon_wrap > span {
  display: block;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*** ***/
.wp-block-fne-taxonomy-filter .icon-btn > input {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.wp-block-fne-taxonomy-filter .icon-btn > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.wp-block-fne-taxonomy-filter .icon-btn {
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  padding: 10px;
  white-space: normal;
  text-align: left;
  width: 100%;
  display: block; }

.icon-btn:hover .icon-text,
.icon-btn > input[type="checkbox"]:checked ~ .icon-text {
  color: #c90c0f;
  text-decoration: none; }

.icon-btn:hover .fnepaca_icon_wrap {
  color: #c90c0f;
  border: 1px solid #c90c0f;
  -webkit-box-shadow: 0 0 0px 1px rgba(201, 12, 15, 0.5);
          box-shadow: 0 0 0px 1px rgba(201, 12, 15, 0.5); }

.icon-btn > input[type="checkbox"]:checked + .fnepaca_icon_wrap {
  background-color: #c90c0f;
  color: #fff;
  border: 1px solid #c90c0f;
  -webkit-box-shadow: 0 0 0px 1px rgba(201, 12, 15, 0.5);
          box-shadow: 0 0 0px 1px rgba(201, 12, 15, 0.5); }

.icon-btn .icon-text {
  min-height: 40px;
  font-size: 16px;
  display: inline; }

.icon-btn > input {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.fnepaca_icon.mer {
  font-size: 24px;
  line-height: 24px; }

#filter-btn {
  padding-left: 25px;
  padding-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin: 10px 0; }

#filter-btn.loading {
  padding-left: 40px;
  padding-right: 25px; }

#filter-btn:after {
  content: "\f054";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: 0.95em;
  top: 0.95em;
  font-family: "FontAwesome";
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  color: inherit; }

#filter-btn.loading:after {
  opacity: 0; }

#filter-btn i {
  display: none; }

#filter-btn > i {
  font-size: 14px;
  padding-left: 5px;
  line-height: 14px; }
