.ere__apa-status ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ere__apa-status ul li {
  margin-right: 1px;
}
.ere__apa-status ul li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 20px;
  line-height: 20px;
  background-color: var(--ere-color-heading);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__apa-status ul li:last-child {
  margin-right: 0;
}
.ere__apa-status ul li.active a,
.ere__apa-status ul li a:hover,
.ere__apa-status ul li a:focus {
  background-color: var(--ere-color-accent);
}

.ere__apa-orderby {
  min-width: 160px;
}
.ere__apa-orderby .dropdown-toggle {
  background-color: #f6f6f6;
  display: block;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 20px;
  line-height: 20px;
  position: relative;
  color: inherit;
}
.ere__apa-orderby .dropdown-toggle:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ere__apa-orderby .dropdown-menu {
  font-size: 14px;
}

.ere__apa-switch-layout span {
  position: relative;
  width: 28px;
  height: var(--ere-archiver-property-switch-layout-height);
  display: inline-block;
  cursor: pointer;
  background-color: var(--ere-color-heading);
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__apa-switch-layout span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ere__apa-switch-layout span i {
  line-height: var(--ere-archiver-property-switch-layout-height);
}
.ere__apa-switch-layout span.view-as-list {
  margin-right: 5px;
}
.ere__apa-switch-layout span.view-as-list:before {
  border-bottom: solid 0 transparent;
  border-top: solid var(--ere-archiver-property-switch-layout-height) var(--ere-color-heading);
  border-right: solid 6px transparent;
  left: 100%;
}
.ere__apa-switch-layout span.view-as-grid:before {
  border-bottom: solid var(--ere-archiver-property-switch-layout-height) var(--ere-color-heading);
  border-top: solid 0 transparent;
  border-left: solid 6px transparent;
  right: 100%;
}
.ere__apa-switch-layout span.active, .ere__apa-switch-layout span:hover {
  background-color: var(--ere-color-accent);
}
.ere__apa-switch-layout span.active:before, .ere__apa-switch-layout span:hover:before {
  border-top-color: var(--ere-color-accent);
  border-bottom-color: var(--ere-color-accent);
}

.ere__archive-property-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.ere__archive-property-actions .ere__apa-item {
  margin-bottom: 15px;
  margin-right: 5px;
}
.ere__archive-property-actions .ere__apa-item:last-child {
  margin-right: 0;
}
.ere__archive-property-actions .ere__apa-item.ere__apa-status {
  margin-right: auto;
}

.above-archive-property .ere-heading {
  margin-bottom: 15px;
}

.advanced-saved-searches {
  margin-bottom: 30px;
  border-top: 2px solid var(--ere-color-accent);
  text-align: center;
}

.ere-advanced-search-wrap .above-archive-property {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*

.ere-advanced-search-wrap .above-archive-property .ere-heading
{
  float: left;
}
.above-archive-property .archive-property-action .archive-property-action-item:first-child {
  float: left;
}
.above-archive-property .archive-property-action .archive-property-action-item:last-child {
  float: right;
}
.above-archive-property .archive-property-action .sort-property {
  text-align: left;
}

.ere-property-wrap .ere-search-properties.color-dark .form-search-wrap
{
  padding-top: 0 !important;
}
.sort-view-property
{
  position: relative;
}
.sort-view-property .view-as
{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

@media ( max-width: 991px ) {
  .above-archive-property .ere-heading {
    margin-bottom: 30px !important;
  }
  .above-archive-property {
    display: block;
  }
  .above-archive-property > div {
    display: block;
  }
}
@media ( max-width: 767px ) {
  .archive-property-action-item,.sort-view-property, .ere-advanced-search-wrap .above-archive-property .ere-heading {
    float: none !important;
  }

  .archive-property-action .sort-property
  {
    width: 100%;
  }
}
@media ( max-width: 599px ) {
  .archive-property-action > div {
    margin-bottom: 20px;
  }
  .above-archive-property .archive-property-action {
    display: block;
  }
}

.ere-advanced-search-wrap .above-archive-property .archive-property-action
{
  text-align: right;
}*/

/*# sourceMappingURL=archive-property.css.map */
