/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.hawksearch-results-container {
  font-family: "Rubik", sans-serif;
  background-color: #ffffff;
}

.search-results-list__item {
  background-color: #fff;
  padding: 2rem 2rem 4rem 2rem;
  border-radius: 7px;
  box-shadow: -1px -1px 15px -4px rgba(200, 200, 200, 0.95);
}

.search-results-list__item--content:last-child {
  padding-bottom: 2rem;
}

hawksearch-search-field {
  display: block;
  width: 70vw;
}

.autocomplete {
  z-index: 1000;
}

.facets__heading {
  text-transform: uppercase;
  background: #fff;
  border-bottom: 1px solid #cdced9;
  padding: 2.3rem 2rem;
}

.facet__heading {
  font-weight: bold;
}

.facets {
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #cdced9;
  font-size: 16px;
}

.facet__value__title {
  font-weight: normal;
  font-size: 14px;
}

.search-results-list__item__title {
  color: #212328;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0 !important;
}

.page-template-search-results-template .brxe-container {
  max-width: 90%;
}

/* desktop styles */

@media (min-width: 990px) {
  .autocomplete .column-md--8 {
    flex-basis: 100%;
  }

  hawksearch-search-field {
    width: 30vw;
  }

  .page-template-search-results-template .brxe-container {
    max-width: 100%;
  }
}

h1.title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  font-family: "Rubik", sans-serif;
}

.description {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.item-footer {
  color: #717385;
  display: flex;
  gap: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 10px 0 0 0;
}

.item-columns {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.item-columns div {
}

.icl {
  width: 70px;
}
.icm {
  width: 100%;
}

.icr {
  display: flex;
  justify-content: center;
  align-items: center;
}

figure.result-icon.file-pdf {
  background: #dbeef0;
}

figure.result-icon.file-word {
  background: #f0e7fb;
}

figure.result-icon.file-document {
  background: #ffdbef;
}

figure i {
  display: block;
  width: 30px;
  height: 30px;
}

figure.result-icon img {
  display: block;
  padding: 2rem 0;
  margin: 0 auto;
}

.text-footer-entry {
  padding-top: 2px;
}

.column-md--8 > div:nth-child(5) {
  padding: 1rem 0 0 0;
}
