/*******************************************************
 *
 * Listing Results
 *
 *******************************************************/

#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content p#breadcrumbs {
  padding: 0 15px;
  display: none;
}

#hp-git {
  display: none;
}

#lr-wrap {
  position: relative;
  padding-bottom: 101px;
}

.lr-search {
  max-width: 1302px;
  margin: 0 auto;
  padding: 70px 15px 59px;
}
#content .lr-search .section-title {
  text-align: center;
  /* font-size: 50px; */
  margin-bottom: 28px;
}
#content form.lr-search-form {
  margin: 0;
  display: none;
}
.lr-search-form .flex {
  width: 100%;
}
.lr-search-field {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}
.lr-search-field select,
.lr-search-field input,
.lr-search-field .btn-group.bootstrap-select > button {
  width: 100%;
  height: 52px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  padding: 0 9px;
  border-radius: 0;
}
.lr-search-field .btn-group.bootstrap-select > button span {
  font-size: inherit!important;
}
.lr-search-field select,
.lr-search-field .btn-group.bootstrap-select > button {
  -webkit-appearance: none;
  appearance: none;
  background: url(../../images/listing-results/icon-select.png) no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 20px;
  background-color: transparent !important;
  box-shadow: none;
  color: #000 !important;
}
.lr-search-field select::-ms-expand {
  display: none;
}
.lr-search-field.field-md {
  width: 221px;
  width: 17.3745%;
}

.lr-search-field.field-lg {
  width: 271px;
  width: 20.2815%;
}

.lr-search-field.field-sm {
  width: 191px;
  width: 15.016%;
}

.lr-search-field.field-xs {
  width: 110px;
  width: 8.648%;
}

.lr-search-radio {
  display: inline-flex;
  align-items: center;
  margin: 22px 30px 0;
}

.lr-search-radio label {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #000;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.lr-search-radio label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lr-search-radio-toggle {
  width: 65px;
  height: 35px;
  background: #dfdfdf;
  border-radius: 25px;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.lr-search-radio-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 7px;
  background: #fff;
  border-radius: 50%;
  transition: all var(--default-transition);
}
.lr-search-radio-toggle.active:before {
  left: calc(100% - 38px);
}

.lr-search-btn {
  margin: 40px 0 0;
}
.lr-search-btn button {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  transition: all var(--default-transition);
}
.lr-search-btn button:hover {
  background: #a4a4a4;
}
.lr-search-btn button i {
  font-size: 18px;
  margin-right: 7px;
  font-style: normal !important;
}

.lr-result {
  display: flex;
  flex-flow: row wrap;
  padding: 0 27px;
}

.lr-item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 43px;
}

.lr-item a {
  display: block;
  position: relative;
}

.lr-item-details {
  text-align: center;
  color: #000;
  padding: 16px 0;
}

.lr-item-details .-address {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: var(--font-family-title);
}

.lr-item-details .-price {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 5px;
}

.lr-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity var(--default-transition);
}

.lr-item .img-wrapper:before {
  content: "";
  background: rgba(117, 117, 117, 0.2);
  opacity: 0;
  transition: opacity var(--default-transition);
}

.lr-item-hover .btn-a.is-white i {
  font-size: 20px;
  margin-right: 12px;
  font-style: normal !important;
}

.lr-item a:hover img {
  filter: grayscale(1);
}

.lr-item a:hover .img-wrapper:before {
  opacity: 1;
}

.lr-item a:hover .lr-item-hover {
  opacity: 1;
}

.lr-pagination {
  margin: 40px 0 0;
}
.lr-pagination a {
  display: flex;
  align-items: center;
  margin: 0 37px;
  transition: opacity var(--default-transition);
  color: #000;
}
.lr-pagination a i {
  font-style: normal !important;
  width: 20px;
  height: 8px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  font-size: 8px;
}
.lr-pagination a.prev-page i {
  transform: rotateY(180deg);
}

.lr-pagination a:hover {
  opacity: 0.8;
}


.page-numbers{
  display: none !important;
}

.lr-pagination .prev i {
  transform: rotateY(180deg);
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
  .lr-search-field select,
  .lr-search-field input {
    font-size: 11px;
  }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  #content .lr-search .section-title {
    /* font-size: 40px; */
  }
  .lr-search-field select,
  .lr-search-field input {
    font-size: 14px;
  }

  .lr-search {
    padding: 50px 15px;
  }
  #content form.lr-search-form {
    max-width: 500px;
    margin: 0 auto;
  }
  .lr-search-field {
    padding: 0 5px;
  }
  .lr-search-field.field-md {
    width: 100%;
  }

  .lr-search-field.field-lg {
    width: 100%;
  }

  .lr-search-field.field-sm {
    width: 50%;
  }

  .lr-search-field.field-xs {
    width: 50%;
  }

  .lr-search-field.field-lg + .field-sm {
    width: 100%;
  }

  .lr-search-radio {
    margin: 22px 0 0;
  }

  .lr-result {
    padding: 0 10px;
  }
  .lr-item {
    width: 50%;
  }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .lr-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
  #content .lr-search .section-title {
    /* font-size: 30px; */
  }
  .lr-search-radio label {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
  }
}
