/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.13.1759942635
Updated: 2025-10-08 16:57:15

*/
/* Hide AppFolio built-in filters */
#home_properties .elementor-shortcode .swiper.property-swiper{
	padding:20px !important;
}
#home_properties .elementor-shortcode{
	margin-left:-20px;
	margin-right:-20px;
}
.property-swiper .property-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}

.search-results .property-card {
  transition: transform 0.3s ease, filter 0.3s ease !important;
}

.property-swiper .property-card:hover,
.search-results .property-card:hover {
  transform: scale(1.05);
  filter: brightness(1.05);
}

.swiper-wrapper {
    align-items: stretch;
    padding: 20px 0;
}

.property-swiper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.property-swiper .property-info {
  padding: 16px;
}

.property-swiper .property-price {
  font-weight: 600;
  color: #0a5fb4;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

.hero-filter-box {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 30px auto 0;
}

.hero-filter-box .filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-filter-box input,
.hero-filter-box select {
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
}

.hero-search-btn {
  grid-column: span 3;
  padding: 16px;
  background: #ff7a2f;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600;
}


.hero-filter-box input::placeholder {
  color: #9ca3af;
  font-size: 14px;
}

.hero-filter-box select {
  color: #6b7280;
}

.hero-filter-box select:focus,
.hero-filter-box input:focus {
  outline: none;
  border-color: #ff7a2f;
}


/* Location form css */
#locationForm {
      background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
  border: 1px solid rgba(235, 235, 235, 0.2);
  border-radius: 10px;
  padding: 40px 20px;
  ;
  -webkit-backdrop-filter: blur(10px);
}

#locationForm h3 {
  text-align: center;
  font-size: 20px;
  display: block;
  color: #fff;
  padding-bottom: 20px;
}

#locationForm .property_type_icons {
  text-align: center;
  padding: 0px;
}

#locationForm .property_type_icons li {
  list-style: none;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-right: 11px;
  border: 1px solid transparent;
}

#locationForm .property_type_icons li:hover {
  background-color: #0000004f;
  border-radius: 10px;
}

#locationForm .property_type_icons li.selected {
  border: 1px solid #ff7a1a;
  border-radius: 10px;
  background-color: #0000004f;
}

#locationForm .property_type_icons li img {
  width: 33px;
  cursor: pointer;
}

#locationForm .property_type_icons li .type_title {
  font-size: 12px;
  margin-top: 8px;
}

#locationForm .divider {
  border: 0.4px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  display: block;
}

.location-search {
  display: flex;
  background-color: rgba(0,0,0,0.35);
  padding: 1px 18px;
  position: relative;
  border: 1px solid rgba(109, 113, 115, 0.2);
  border-radius: 100px;
  margin-top: 20px;
}

.location-search i {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.location-search input {
  flex: 1;
  border: none;
  padding: 12px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;

}

.location-search button {
  background: transparent;
  color: #ff7a1a;
  border: none;
  border-radius: 30px;
  padding: 0;
  cursor: pointer;
}

.location-search button i {
  color: #ff7a1a;
}

.location-search input:hover,
.location-search input:focus,
.location-search input:active,
.location-search input:focus-within,
.location-search input:focus-visible,
.location-search input:target {
  background: transparent;
  border: unset;
  color: #fff;
}

/* .location-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
   */

/* Default - hidden */
#location-suggestions {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(235, 235, 235, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

}

/* #location-suggestions.property_search {
  max-height: 200px;
  overflow-y: auto;
} */

/* Show only when has content */
#location-suggestions:not(:empty) {
  display: block;
}

@media (max-width: 820px) {
  #locationForm .property_type_icons li {
    padding: 14px;
  }

  #locationForm .property_type_icons li img {
    width: 33px;
  }

  .location-search {
    margin: 0 14px;
  }

  .location-search i {
    font-size: 20px;
  }

}

@media (max-width: 576px) {
  #locationForm .property_type_icons li {
    padding: 13px;
  }

  #locationForm .property_type_icons li img {
    width: 34px;
  }

  .location-search i {
    font-size: 18px;
  }

  .location-search {
    margin: 20px 0 0 0;
  }
}

#location-suggestions.property_search {
  top: 70px;
}

#location-suggestions .no-results {
  padding: 12px 15px;
  color: #e74c3c;
  font-size: 14px;
  text-align: center;
  cursor: default;
}

.ast-site-title-wrap {
  display: none;
}

.taxonomy-property-swiper .location-card img {
    border-radius: 50%;
}
.taxonomy-property-swiper .location-card{
	max-width:250px;
	margin:0 auto;
}

.taxonomy-property-swiper .location-card .location-info a {
 
    color: #282F34; 
    font-size: 16px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}