/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

.btn-primary-outlined {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
}
.nextprev .btn-primary-outlined {
  background-color: #ffffff !important;
}
.half-map-right-wrap, .listing-wrap {
    background-color: #f7f8f9;
}

/**Search page**/
.advanced-search-v1 .gap-2{gap: 0 !important}
.advanced-search-nav{padding-bottom: 0 !important;}
#desktop-header-search{
  max-width: 900px;
  margin: 10px auto;
  border-top: none !important;
    background-color: #FFF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.2)
}

.bootstrap-select .filter-option-inner, .bootstrap-select > .dropdown-toggle::after{
  color: var(--e-global-color-primary);
}
.advanced-search .bootstrap-select > .btn{border-color: #fff !important;}
.advanced-search .form-control{
  border-color: #fff !important;

}
.half-map-search-js-btn{padding: 0 40px !important;}
.reset-search-btn{
    color: #1e88e5 !important;
    border-color: #1e88e5 !important;
    margin-right: 5px;
}
/**Home search**/
@media (min-width: 1024px) {
.search-form-home .elementor-col-20{width: 25%;}
}


.item-wrap-v8 .item-footer, .item-tools{display: none !important;}
.author-meta{display: none;}

.golden-timeline {
  --line-y: 100px;
  --dot-size: 26px;
  --line-color: #1e88e5;
  --dot-border: #d7dde4;

  position: relative !important;
  overflow: visible !important;
}

/* Main horizontal line */
.golden-timeline::before {
  content: "" !important;
  position: absolute !important;
  top: var(--line-y) !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background: var(--line-color) !important;
  z-index: 1 !important;
}

/* Each timeline column */
.golden-timeline-step {
  position: relative !important;
  overflow: visible !important;
  z-index: 2 !important;
}

/* The bullet / circle */
.golden-timeline-step::before {
  content: "" !important;
  position: absolute !important;
  top: calc(var(--line-y) - (var(--dot-size) / 2)) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  width: var(--dot-size) !important;
  height: var(--dot-size) !important;
  border-radius: 50% !important;

  background: #ffffff !important;
  border: 7px solid var(--dot-border) !important;
  box-sizing: border-box !important;

  z-index: 3 !important;
}

/* Keep headings aligned above the line */
.golden-timeline-step .elementor-widget-heading {
  min-height: 58px !important;
  margin-bottom: 42px !important;
}

/* Optional: style the duration text */
.golden-timeline-step .timeline-duration {
  display: block !important;
  color: #1e88e5 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 22px !important;
  text-align: center !important;
}

@media (max-width: 1024px) {

  .golden-timeline {
    --line-y: 95px;
    --dot-size: 26px;

    display: block !important;
    position: relative !important;
  }

  .golden-timeline::before {
    display: none !important;
  }

  .golden-timeline-step {
    position: relative !important;
    padding-bottom: 45px !important;
    text-align: center !important;
  }

  /* Line per item */
  .golden-timeline-step::after {
    content: "" !important;
    position: absolute !important;
    top: var(--line-y) !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: var(--line-color) !important;
    z-index: 1 !important;
  }

  /* Dot per item */
  .golden-timeline-step::before {
    top: calc(var(--line-y) - (var(--dot-size) / 2)) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 3 !important;
  }

  .golden-timeline-step .elementor-widget-heading {
    min-height: auto !important;
    margin-bottom: 58px !important;
    text-align: center !important;
  }

  .golden-timeline-step .elementor-widget-heading .elementor-heading-title {
    text-align: center !important;
  }

  .golden-timeline-step .timeline-duration {
    margin-bottom: 22px !important;
    text-align: center !important;
  }

  .golden-timeline-step .elementor-widget-text-editor {
    text-align: left !important;
  }
}