/*******************************************************
 *
 * General
 *
 *******************************************************/
 .fl-wrap > .listings-results-list {
    padding: 0 15px;
}

.listings-results-list {
  margin-top: 30px;
}

.listings-results-inner {
  margin: 0 -18px;
  margin: 0 -1.13vw;
}

.listings-results-inner .listings-item {
  width: 33.3333333333% !important;
  padding: 0 18px;
  padding: 0 1.13vw;
  margin-bottom: 36px;
  margin-bottom: 2.25vw;
}

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

.fp-slide-photo {
  background: #000;
}

.fp-slide-photo img{
  opacity: 75%;
}

.fp-slide-photo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.fp-address-status-wrap,
.fp-price-specs-wrap {
  position: absolute;
  z-index: 2;
}

.fp-address-status-wrap {
  width: 100%;
  padding: 30px;
  padding: 1.88vw;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.fp-address {
    font-size: 18px !important;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.fp-address span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
}

ul.fp-specs li {
    list-style-type: none !important;
}

.fp-status {
  margin-left: 15px;
}

.fp-status span {
  display: block;
  padding: 5px 10px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.81vw;
  letter-spacing: 0.1em;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 100;
}

.fp-status span.active {
  background: #237d00;
}

.fp-status span.sold {
  background: #ff0000;
}

.fp-address {
  font-size: 18px;
  font-size: 1.13vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
}

.fp-price-specs-wrap {
  width: 100%;
  padding: 30px;
  padding: 1.88vw;
  bottom: 0;
  left: 0;
}

.fp-price {
  font-size: 22px;
  font-size: 1.38vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
}

.fp-specs {
  display: flex;
  transition: var(--ip-default-transition);
  height: 0;
  opacity: 0;
  margin-top: 0;
  margin-left: 0 !important;
}

.fp-specs li {
  font-size: 16px;
  font-size: 1vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
  padding: 0 10px;
  padding: 0 0.63vw;
  position: relative;
}

.fp-specs li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 66%;
  transform: translateY(-50%);
  background: #ffffff;
}

.fp-specs li:first-child {
  padding-left: 0;
}

.fp-specs li:last-child {
  padding-right: 0;
  border: none;
}

.fp-specs li:last-child::after {
  opacity: 0;
}

.listings-item a:hover .fp-specs {
  height: 16px;
  height: 1vw;
  opacity: 1;
  margin-top: 10px;
}

/* LISTINGS END */
.listings-cta-wrap {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 100px;
  margin-bottom: max(70px, 6.25vw);
  flex-flow: wrap;
}

.listings-cta-wrap a {
  max-width: 270px;
  max-width: 16.88vw;
  width: 100%;
  margin: 0 10px;
}
body .container-theme-filter{
    width: 100%;
    padding: 0;
}
.listing-module-page #inner-page-wrapper .container:not(.container-theme-filter) {
    width: 100%;
}

.listing-module-page .container-theme-filter {
	margin-top: 25px;
}

/*pagination */
#listings-results .listings-pagination {
    position: relative;
    margin-top: 81px;
}

#listings-results .listings-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

#listings-results .listings-pagination ul li {
    display: block;
    margin: 2px;
    padding: 0;
}

#listings-results .listings-pagination ul li a,
#listings-results .listings-pagination ul li.active span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    font-size: clamp(10px,1.13vw,18px);
    font-weight: 400;
    line-height: 1;
    color: var(--aios-listing-primary-color);
    text-decoration: none;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #cecece;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#listings-results .listings-pagination ul li.active a,
#listings-results .listings-pagination ul li a.active,
#listings-results .listings-pagination ul li a:hover,
#listings-results .listings-pagination ul li.active span {
    color: #fff;
    border-color: var(--aios-listing-primary-color);
    background: var(--aios-listing-primary-color);
}

#listings-results .listings-pagination ul li.active{
    margin-top: 4px;
}

#listings-results .listings-pagination ul li.active a,
#listings-results .listings-pagination ul li a.active,
#listings-results .listings-pagination ul li.active span {
    cursor: not-allowed;
}

#listings-results .listings-pagination ul li.ellipsis a {
    pointer-events: none;
    cursor: text;
}

/* custom */
:root {
  --ip-default-transition: all 0.35s ease-in-out;
}

.site-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
}

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

.ip-banner {
  /* display: none; */
}

.ip-sec {
  position: relative;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
}

/* BANNER START */
.banner-sec {
  /* margin-bottom: 100px; */
}

.page-id-27 #content h1.entry-title, 
.page-id-27 #content p#breadcrumbs{
    display: none;
}

.banner-inner {
  position: relative;
  line-height: 0;
}

.banner-inner canvas {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 44.77%;
  bottom: -29px;
  left: 0;
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 100%;
  pointer-events: none;
  z-index: 1;
}

.banner-inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-logo-wrap,
.banner-breadcrumbs-wrap,
.banner-title-wrap {
  position: absolute;
  line-height: 1;
  z-index: 2;
}

.banner-logo-wrap {
  width: 20%;
  top: 0;
  padding: 20px;
  /* top: 46%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.banner-logo-wrap img {
  filter: brightness(0) invert(1) drop-shadow(3px 4px 15px rgb(0, 0, 0));
  width: 100%;
  max-width: 480px;
  max-width: 30vw;
  height: auto;
}

.banner-breadcrumbs-wrap {
  width: 100%;
  bottom: -15px;
  padding: 0 15px;
  padding-left: 115px;
}

#breadcrumbs,
#breadcrumbs a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.banner-title-wrap {
  /* bottom: 95px; */
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.banner-title-wrap .entry-title {
  color: #ffffff;
  font-size: 77px;
  font-size: 4.81vw;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  font-weight: 100;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.88);
}

/* BANNER END */
/* LISTINGS START */
.listings-sec {
  position: relative;
}

.listings-top {
  padding: 0 50px;
  padding: 0 3.13vw;
}

.sort-view {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0 !important;
}

.sort-view i {
  display: block;
  font-size: 18px;
  font-size: clamp(15px, 1.13vw, 18px);
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #626562;
}

.sort-view i + i {
  margin-left: 10px;
}

.listings-sort .sort-dropdown button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: transparent;
  display: block;
  position: relative;
  font-size: 15px;
  font-size: clamp(12px, 0.94vw, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.listings-sort .sort-dropdown button:after {
  /* content: ""; */
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 4px solid transparent;
  border-top-color: #424242;
  transition: all 0.3s ease;
}

.listings-sort .sort-view + div {
  margin-left: auto;
}

.listings-sort > div {
  margin-left: 25px;
}

.listings-results-list {
  margin-top: 30px;
}

.listings-results-inner {
  margin: 0 -18px;
  margin: 0 -1.13vw;
}

.listings-results-list .listings-item {
  width: 33.3333333333%;
  padding: 0 18px;
  padding: 0 1.13vw;
  margin-bottom: 36px;
  margin-bottom: 2.25vw;
}

.listings-results-list .listings-item a {
  display: block;
  position: relative;
}

.fp-slide-photo {
  background: #000;
}

.fp-slide-photo img{
  opacity: 75%;
}

.fp-slide-photo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.fp-address-status-wrap,
.fp-price-specs-wrap {
  position: absolute;
  z-index: 2;
}

.fp-address-status-wrap {
  width: 100%;
  padding: 30px;
  padding: 1.88vw;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.fp-status {
  margin-left: 15px;
}

.fp-status span {
  display: block;
  padding: 5px 10px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.81vw;
  letter-spacing: 0.1em;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 100;
}

.fp-status span.active {
  background: #237d00;
}

.fp-status span.sold {
  background: #ff0000;
}

.fp-address {
  font-size: 18px !important;
  font-size: 1.13vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
}

.fp-price-specs-wrap {
  width: 100%;
  padding: 30px;
  padding: 1.88vw;
  bottom: 0;
  left: 0;
}

.fp-price {
  font-size: 22px;
  font-size: 1.38vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
}

.fp-specs {
  display: flex;
  transition: var(--ip-default-transition);
  height: 0;
  opacity: 0;
  margin-top: 0;
}

.fp-specs li {
  font-size: 14px;
  font-size: 0.88vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
  padding: 0 18px;
  padding: 0 1.13vw;
  position: relative;
}

.fp-specs li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 66%;
  transform: translateY(-50%);
  background: #ffffff;
}

.fp-specs li:first-child {
  padding-left: 0;
}

.fp-specs li:last-child {
  padding-right: 0;
  border: none;
}

.fp-specs li:last-child::after {
  opacity: 0;
}

.listings-results-list .listings-item a:hover .fp-specs {
  height: 14px;
  height: 0.88vw;
  opacity: 1;
  margin-top: 10px;
}

/* LISTINGS END */
.listings-cta-wrap {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 100px;
  margin-bottom: max(70px, 6.25vw);
  flex-flow: wrap;
}

.listings-cta-wrap a {
  max-width: 270px;
  max-width: 16.88vw;
  width: 100%;
  margin: 0 10px;
}

.listtings-custom-pagination {
  position: relative;
  margin: 20px 0 50px;
  display: flex;
  justify-content: center;
}

.listtings-custom-pagination ul {
  display: flex;
}

.listtings-custom-pagination ul li {
  padding: 0 5px;
}

.listtings-custom-pagination ul li a {
  display: flex;
  border: 1px solid var(--primary);
  padding: 5px 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: var(--ip-default-transition);
  background: transparent;
}

.listtings-custom-pagination ul li a:not(.prev, .next) {
  width: 30px;
  height: 30px;
}

.listtings-custom-pagination ul li a:hover,
.listtings-custom-pagination ul li.current a {
  background: var(--primary);
  color: #ffffff;
}

#content .entry p,
#content .entry ul{
  font-size: 18px;
	font-weight: 400;
	color: #000;
}

/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px) {
  /* 1601 */
}
@media only screen and (max-width: 1480px) {
  /* 1480 */
}
@media only screen and (max-width: 1366px) {
  /* 1366 */
}
@media only screen and (max-width: 1280px) {
  /* 1280 */
}
@media only screen and (max-width: 1199px) {
  /* 1199 */
}
@media only screen and (max-width: 991px) {
  /* 991 */
  .banner-logo-wrap {
    display: none;
  }
  .banner-logo-wrap img {
    max-width: 250px;
  }
  .banner-title-wrap .entry-title {
    font-size: 45px;
  }
  .banner-breadcrumbs-wrap {
    padding-left: 15px;
    bottom: -22px;
  }
  .listings-top {
    padding: 0 15px;
  }
  .listings-results-list {
    padding: 0 15px;
    margin: auto;
    margin-top: 50px;
  }
  .listings-results-list .listings-item {
    width: 50% !important;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .listings-results-inner {
    margin: 0 -10px;
  }
  .fp-address-status-wrap,
  .fp-price-specs-wrap {
    padding: 30px 15px;
  }
  .fp-price-specs-wrap{
		padding-bottom: 0;
		transition: var(--ip-default-transition);
	}
	.listings-results-list .listings-item a:hover .fp-price-specs-wrap{
		padding-bottom: 20px;
	}
  .fp-address,
  .fp-status span {
    font-size: 14px;
  }
  .fp-price {
    font-size: 18px;
  }
  .listings-item a:hover .fp-specs {
    height: 14px;
  }
  .fp-specs li {
    font-size: 14px;
    padding: 0 10px;
  }
  .listings-cta-wrap a {
    max-width: 170px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* 767 */
  .listings-results-list .listings-item {
    width: 100% !important;
  }
  .listings-sort > div {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* 480 */
}