/*********************
BREAKPOINTS
*********************/
#searchModal input {
  background-color: var(--white) !important;
  border: 0px !important;
  width: 100%;
  float: left;
  font-size: 1.2em;
  padding: 0.5rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: var(--text) !important;
}
#searchModal .action {
  width: 20%;
  float: right;
  background-color: #eb1101 !important;
  color: #f0f1f1;
  padding-top: 0.7rem;
  display: none;
}

.searchresults {
  padding-bottom: 5rem;
}
.searchresults .mix {
  overflow: hidden;
}
.searchresults h2, .searchresults h1 {
  text-align: center;
}
.searchresults h2 span, .searchresults h1 span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.searchresults .SearchResultsItem {
  position: relative;
}
.searchresults .SearchResultsItem p {
  position: absolute;
  z-index: 999;
  background: var(--brand-primary);
  bottom: 0;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  color: var(--paper);
  padding: 0 1rem;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchresults .SearchResultsItem p a {
  color: var(--paper);
}

span.date {
  margin-top: 0.625rem;
  display: block;
  font-weight: 300;
  color: var(--grey-tint);
  font-size: 0.8em;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
