@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/* line 3, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
.filter-criteria {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 8, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
.filter-criteria li {
  margin: 8px 10px 0px 0px;
  margin: 0.5rem 0.625rem 0 0;
  list-style: none;
  color: #fc9e9f;
  border: 1px solid #fc9e9f;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1024px) {
  /* line 16, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
  .view-lawyers-listing .filter-criteria li {
    margin: 8px 15px 0px;
    margin: 0.5rem 0.9375rem 0;
  }
}

/* line 22, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
.filter-criteria li::after {
  content: "";
  font-family: "fidal-icons";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 0.9375rem;
  top: 12px;
  top: 0.75rem;
  right: 10px;
  right: 0.625rem;
  position: absolute;
  font-weight: bold;
  vertical-align: bottom;
}

/* line 31, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
.filter-criteria li div {
  padding: 8px 45px 7px 10px;
  padding: 0.5rem 2.8125rem 0.4375rem 0.625rem;
  text-transform: uppercase;
  float: left;
}

@media (min-width: 1025px) {
  /* line 39, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
  .view-lawyers-listing .block-title ~ .filter-criteria {
    margin-top: -20px;
    margin-top: -1.25rem;
  }
}

/* line 46, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
.view-lawyers-listing .search-string {
  margin-top: -17px;
  margin-top: -1.0625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  /* line 46, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
  .view-lawyers-listing .search-string {
    padding: 0px 15px 20px;
    padding: 0 0.9375rem 1.25rem;
    margin-top: -5px;
    margin-top: -0.3125rem;
  }
}

/* line 55, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
.view-lawyers-listing .search-string a {
  font-weight: 600;
}

/* line 62, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/search/search.scss */
.search-api-autocomplete-search.ui-autocomplete .ui-menu-item {
  white-space: normal;
}

/*# sourceMappingURL=../asset-builds/components/search/search.css.map */
