/*
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
-------------------------------------- 

.nav-link {
     padding-right: 20px !important;
     padding-left: 20px !important;
}



@media (min-width: 1200px) {
    .main-nav:not(.houzez-nav-menu-main) .nav-link {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

 === Home Page === 
.home .main-wrap {
	background-color: #eee7e1;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-bottom: 0px;
}

 === Advanced Search Overlay Styling === 

 Main search container positioning 
.advanced-search {
  position: relative !important;
  left: 50%;
  bottom: 55px; /* adjust vertical distance from bottom 
  transform: translateX(-50%);
  z-index: 99; /* keep it above the slider 
  width: 90%; /* responsive width 
  max-width: 1100px; /* optional: limit width on large screens 
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 103% 60px, 100% 100%, 0 100%);
}

.advanced-search-v1 > .d-flex > .flex-search > button {
	border-radius: 0px;
    clip-path: polygon(0 0, calc(99% - 15px) 0, 140% 73px, 100% 100%, 0 100%);
}

 === RESPONSIVE ADJUSTMENTS === 
@media (max-width: 992px) {
  .advanced-search .advanced-search-nav {
    bottom: 15px;
    width: 95%;
  }
}

@media (max-width: 768px) {
  .advanced-search .advanced-search-nav {
    position: static !important;
    transform: none !important;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
}
