.globalHeader__list {
  align-items: center;
}
.globalHeader__item--search-bar.is-menu.astm-search-menu {
  height: 23px;
}
.globalHeader__item--search-bar input[type='submit'] {
  visibility: hidden;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 0;
  left: auto;
}
.globalHeader__item--search-bar form.search-form {
  width: 156px;
  position: relative;
}
.globalHeader__item--search-bar form.search-form:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/%3E%3C/svg%3E");
  top: 50%;
  width: 12px;
  height: 12px;
  left: 6px;
  transform: translateY(-50%);
}
.globalHeader__item--search-bar form.search-form.focusin-active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23353b4f' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/%3E%3C/svg%3E");
}
.globalHeader__item--search-bar form.search-form.has--input-text:before {
  display: none;
}
.globalHeader__item--search-bar form.search-form label {
  display: block;
  position: relative;
  z-index: 2;
}
.globalHeader__item--search-bar input[type='search'] {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  height: 23px;
  font-size: 15px;
}
.globalHeader__item--search-bar input[type='search']:hover,
.globalHeader__item--search-bar input[type='search']:focus,
.globalHeader__item--search-bar
  form.search-form.has--input-text
  input[type='search'] {
  border-color: #fff;
}
.globalHeader__item--search-bar input[type='search']::placeholder {
  color: transparent;
}
body.search-results #main h1.page-title,
body.search-no-results #main h1.page-title{
  margin-top: 30px;
}
/* body.page-template-searchpage #content.site-content, */
/* body.search-results #content.site-content { */
/*   padding-top: 133px; */
/* } */
/* body.page-template-searchpage #content, */
/* body.search-results #content { */
/*   width: 100%; */
/*   max-width: 1170px; */
/*   margin-left: auto; */
/*   margin-right: auto; */
/*   padding-left: 25px; */
/*   padding-right: 25px; */
/* } */
body.search-results #main article img {
  object-fit: cover;
  object-position: center center;
}
body.page-template-searchpage #main .page-header,
body.search-results #main .page-header,
body.search-no-results #main .page-header{
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 25px 110px;
  color: #fff;
  /* background-image: url('https://discoverydistrictdallas.com/backgrounds/living-gradient-orange-fuschia.webp'); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
}
body.page-template-searchpage #main .page-header h2,
body.search-results #main .page-header h2,
body.search-no-results #main .page-header h2{
  margin-top: 0;
  font-size: 60px;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1;
  margin-bottom: 76px;
}
body.page-template-searchpage
  #main
  .page-header
  .search-form
  input[type='search'],
body.search-results #main .page-header .search-form input[type='search'],
body.search-no-results #main .page-header .search-form input[type='search']{
  border-radius: 12px;
  border-color: transparent;
  height: 61px;
  padding-left: 43px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23cbcbcb' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/%3E%3C/svg%3E");
  font-size: 25px;
}
@media (max-width: 992px) {
  .globalHeader__item--search-bar {
    display: none;
  }
}
@media (min-width: 991px) {
  .globalHeader__item.hide--desktop {
    display: none;
  }
}
body.page-template-searchpage
  #main
  .page-header
  .search-form
  .screen-reader-text,
body.search-results #main .page-header .search-form .screen-reader-text,
body.search-no-results #main .page-header .search-form .screen-reader-text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.page-template-searchpage
  #main
  .page-header
  .search-form
  input[type='submit'],
body.search-results #main .page-header .search-form input[type='submit'],
body.search-no-results #main .page-header .search-form input[type='submit']{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.attddsearch_item {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
@media (min-width: 48em) {
  .attddsearch_item {
    flex-direction: row;
  }
}
.attddsearch_figure {
  flex: 0 0 150px;
  height: 150px;
  margin: 0;
}
.attddsearch_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.attddsearch_itemcontent {
  padding: 1%;
  display: flex;
  align-items: center;
}
.attddsearch_itemcontent .entry-title {
  margin: 0;
}

.attddsearch_permalink {
  color: gray;
  text-decoration: none;
  border-bottom: none;
  font-size: 0.8em;
}

.attddsearch_thumbnail-no {
  display: none;
}
@media (min-width: 768px) {
  .attddsearch_thumbnail-no {
    display: block;
  }
}

.attddsearch_itemcontent p {
  margin-top: 10px;
}

.attdsearch_results__wrapper {
  padding: 15px;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
.attdsearch_results__filters{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.attdsearch_results_filters__col--results_num{
  font-size: 20px;
  font-weight: 600;
}
.attdsearch_results_filters__sort{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.attdsearch_results_filters__sort span{
  display: block;
  line-height: 1;
}
.attdsearch_results_filters__sort span:first-child{
  margin-right: 10px;
}