@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  body {
    --realpress-space-item: 10px;
    --property--padding-horizontal-item: 8px ;
  }
}
.realpress-archive-property {
  padding-bottom: 30px;
}

.status-select .realpress-custom-select .ts-dropdown-content {
  padding: 0;
}
.status-select .realpress-custom-select .ts-dropdown .option {
  padding: 3px 15px;
  line-height: 24px;
  font-size: var(--thim-font_body-font-size);
}
.status-select .realpress-custom-select .ts-dropdown .active {
  background-color: #efefef;
}

.realpress-sort-by .ts-dropdown {
  margin: 0;
  border: 1px solid #eaeaea;
  left: auto;
  right: 0;
  padding: 5px 0;
  z-index: 10000;
  text-align: right;
}
@media (max-width: 575px) {
  .realpress-sort-by .ts-dropdown {
    left: 0;
    right: auto;
    top: calc(100% + 5px);
  }
}
.realpress-sort-by .ts-dropdown .active {
  background-color: transparent;
  color: red;
}
.realpress-sort-by .ts-dropdown-content::-webkit-scrollbar {
  width: 5px;
}
.realpress-sort-by .ts-dropdown [data-selectable].option {
  padding: 8px 15px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.realpress-sort-by .ts-wrapper .ts-control, .realpress-sort-by .ts-wrapper.single.input-active .ts-control {
  padding-right: 20px !important;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  color: black;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.realpress-sort-by .ts-wrapper .ts-control:hover, .realpress-sort-by .ts-wrapper.single.input-active .ts-control:hover {
  color: red;
}

.noUi-connect {
  background: red;
}

.noUi-connects {
  background: #ccc;
}

.realpress-property-container {
  display: flex;
  flex-wrap: wrap;
}

.noUi-horizontal {
  border: 0;
  height: 4px;
  border-radius: 0;
  box-shadow: none;
}

.noUi-base {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.realpress-property-container > div {
  flex-direction: column;
  width: 100%;
}
.realpress-property-container[data-grid-col="3"] > div {
  max-width: 33.33%;
}
.realpress-property-container[data-grid-col="3"] > div.realpress-wave-loading {
  max-width: 100%;
}
.realpress-property-container[data-grid-col="2"] > div {
  max-width: 50%;
}
.realpress-property-container[data-grid-col="2"] > div.realpress-wave-loading {
  max-width: 100%;
}

[data-grid-col="1"] .realpress-property-item {
  flex-direction: row;
  flex-wrap: nowrap;
}
[data-grid-col="1"] .realpress-property-header {
  max-width: 35%;
}
[data-grid-col="1"] .realpress-property-header .realpress-agent, [data-grid-col="1"] .realpress-property-header .realpress-groups-button-wrapper {
  display: none;
}
[data-grid-col="1"] .realpress-property-body {
  max-width: 65%;
  flex-direction: row;
  padding: 30px;
  border: 0;
}
[data-grid-col="1"] .realpress-property-body .realpress-agent, [data-grid-col="1"] .realpress-property-body .realpress-groups-button-wrapper {
  display: flex;
  bottom: 30px;
}
[data-grid-col="1"] .realpress-property-body .realpress-agent {
  left: 30px;
}
[data-grid-col="1"] .realpress-property-body .realpress-groups-button-wrapper {
  right: 30px;
}
[data-grid-col="1"] .realpress-groups-button-wrapper > div {
  color: black;
}
[data-grid-col="1"] .realpress-group-heading-info {
  max-width: 60%;
  width: 100%;
  padding-right: 25px;
}
[data-grid-col="1"] .realpress-property-item-meta {
  flex-direction: column-reverse;
  justify-content: flex-end;
  max-width: 40%;
  width: 100%;
  padding-left: 25px;
  border-left: 1px solid #E8E8E8;
}

[data-grid-col="2"] .realpress-property-item > div, [data-grid-col="3"] .realpress-property-item > div {
  flex: 1;
  height: 100%;
}

.realpress-archive-property-from-to {
  color: #777;
  padding: 7px 0;
}

.sidebar-left-content {
  flex-direction: row-reverse;
}
.sidebar-left-content .realpress-archive-property-content {
  padding-left: 25px;
  color: black;
}

.realpress-load-more-btn a {
  position: relative;
  background-color: white;
  color: black;
  line-height: 24px;
  padding: 10px 30px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.realpress-load-more-btn a:hover {
  background-color: red;
  color: white;
}

.ts-dropdown-content::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 1366px) {
  .realpress-control-group {
    align-items: center;
  }
  .realpress-control-group .realpress-sort-by {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .realpress-control-group h2 {
    font-size: 22px;
  }
  .realpress-property-container[data-grid-col="3"] .realpress-property-item .realpress-property-item-meta li {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .realpress-archive-property-content {
    padding-right: 15px;
  }
  .realpress-archive-property-sidebar {
    padding-left: 0;
  }
  .realpress-property-container[data-grid-col="1"] .realpress-property-header {
    max-width: 40%;
  }
  .realpress-property-container[data-grid-col="1"] .realpress-property-body {
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .realpress-property-container[data-grid-col="3"] .realpress-property-item {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .realpress-archive-property-content {
    padding: 0;
    width: 100%;
  }
  .realpress-archive-property-content + .realpress-archive-property-sidebar {
    padding-top: 30px;
  }
  .realpress-control-group h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
  .realpress-control-group .realpress-item-switch-view {
    display: none;
  }
  .realpress-property-item {
    margin-bottom: 15px;
  }
  .realpress-archive-property-sidebar {
    width: 100%;
  }
  .realpress-property-container[data-grid-col="3"] .realpress-property-item {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .realpress-property-item .realpress-property-body .realpress-property-item-excerpt {
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .realpress-control-group h2 {
    font-size: 17px;
    margin-bottom: 0;
  }
}