/*
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");

.theiaStickySidebar {
  transform: unset !important;
    position: sticky !important;
	top: -600px !important;
}
section.blog-wrap.houzez-blog-top {
    margin-top: 0px;
	    padding-top: 50px;
    box-shadow: unset;
}
div#tahefobu-header.sticky .zl-header {
    padding-top: 9.6px;
    padding-bottom: 9.6px;
}
	.zl-top-footer .elementor-element{
		    --widgets-spacing-row: 0;
    --widgets-spacing-column: 0;
	}
img {
    max-width: 100%;
}

  .zl-header {
    gap: 0px !important;
}

/* Your CSS code goes here
-------------------------------------- */
.wpml-ls-slot-283:hover, .wpml-ls-slot-283:hover a, .wpml-ls-slot-283 a:hover {
    background-color: transparent !important;
}
span.wpml-ls-display {
    text-transform: uppercase;
}
.wpml-ls-slot-283.wpml-ls-current-language:hover, .wpml-ls-slot-283.wpml-ls-current-language:hover a, .wpml-ls-slot-283.wpml-ls-current-language a:hover {
    background-color: #fff !important;
}
.wpml-ls-slot-283.wpml-ls-current-language:hover, .wpml-ls-slot-283.wpml-ls-current-language a:hover {
    color: #00B9CE !important;
}
li.item-sub-price {
    text-decoration: line-through;
}

span.price-prefix {
    font-size: 0.7em;
    color: #f00;
}

@media (max-width: 1600px) {
.zl-header {
    padding-left: 64px;
    padding-right: 64px;
}
		.zl-logo img {
    height: 50px !important;
}
}
@media (max-width: 1600px) and (min-width: 1200px) {
	a.tahefobu-menu-item.tahefobu-pointer-item {
    font-size: 12px !important;
        padding: 12px 12px !important;
}
	.zl-login-btn a.tahefobu-menu-item.tahefobu-pointer-item {
    padding-left: 40px !important;
}

}
@media (max-width: 1300px) and (min-width: 1200px) {
    .zl-header,
	.zl-top-footer,
	.zl-bottom-footer{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* Mobile search toggle button */
button.zl-search-button ,
.hfe-nav-menu-icon{
    padding: 0px;
}
.zl-search-button {
    background: none;
    border: none;
    cursor: pointer;
    display: none; 
}

/* Search panel */
.zl-search-panel {
    position: relative;
}
/* Desktop style */
@media (min-width: 1200px) {
	#tahefobu-header.sticky .zl-logo,
#tahefobu-header.sticky .zl-menu{

    width: fit-content !important;
}

    .zl-search-panel {
        display: block;
    }
#tahefobu-header.sticky .zl-logo img{
	height: 35px;
}
/* #tahefobu-header.sticky {
	padding-top: 9.6px;
	padding-bottom: 9.6px;
} */
#tahefobu-header.sticky .zl-search {
	display: none;
}
}

/* Toggle icons */
.zl-icon-search { display: block; }
.zl-icon-close { display: none; }

/* .zl-search-button.active .zl-icon-search { display: none; } */
.zl-search-button.active .zl-icon-close { display: block; }

input[type=text].zl-search-field {
	font-size: 14px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-color: #00000026;
    border-radius: 0px;
    border-width: 2px;
    border-color: rgb(229, 231, 235);
	color:rgb(34, 34, 34);
	    padding-left: 2.5rem;
font-family: Roboto, sans-serif;
	    letter-spacing: 0.7px;
    line-height: 21px;
	border-style: solid;
	height: 44px;
	width: 100%;
}
input.zl-search-field::placeholder {
    color: #30303080 !important;
}
button.zl-search-submit {
    top: 11px;
    left: 6px;
    position: absolute;
    border: none;
    background: transparent !important;
}
button.zl-search-submit svg {
   fill: #30303080;
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}
.zl-login-btn a {
    display: inline-flex !important;
    align-items: center;
    padding-left: 40px !important;
}

/* Default icon style */
.zl-login-btn a.tahefobu-mobile-menu-item::before,
.zl-login-btn a.tahefobu-menu-item::before {
    content: "";
    position: absolute;
    left:  16px;
    width: 16px;
    height: 16px;

    background-color: #222; /* default icon color */

    mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='m10%2017%205-5-5-5'%3E%3C/path%3E%3Cpath%20d='M15%2012H3'%3E%3C/path%3E%3Cpath%20d='M15%203h4a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-4'%3E%3C/path%3E%3C/svg%3E") 
        no-repeat center / contain;

    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='m10%2017%205-5-5-5'%3E%3C/path%3E%3Cpath%20d='M15%2012H3'%3E%3C/path%3E%3Cpath%20d='M15%203h4a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-4'%3E%3C/path%3E%3C/svg%3E") 
        no-repeat center / contain;

    transition: background-color .3s ease;
}

.zl-login-btn a.tahefobu-mobile-menu-item:hover::before,
.zl-login-btn a.tahefobu-menu-item:hover::before {
    background-color: #00b9ce; 
}

.zl-header .elementskit-menu-container {
       height: auto !important;
}
div#tahefobu-header {
    position: relative;
    z-index: 9999;
}
#tahefobu-header.sticky {
	    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 0 10px #0000001a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
/* 	   display: flex; */
    flex-wrap: wrap;
	z-index: 999;
}
.zl-logo img{
		transition: all .3s ease-in-out;
}


#tahefobu-header.sticky .zl-menu .elementor-widget-container{
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
@media (max-width: 1199px) and (min-width: 577px) {
    .zl-col-list {
        --width: 47% !important;
    }
}
/* Tablet */
@media only screen and ( max-width: 1199px ) {
	.wpml-ls-menu-item .wpml-ls-flag+span {
    font-size: 25px;
    line-height: 38px;
}
	.elementor-widget-tahefobu-navigation-menu {
    margin-left: .5rem;
}
	div#tahefobu-header.sticky .zl-header {
    padding-top: 16px;
    padding-bottom: 16px;
}
	.zl-header,
	.zl-top-footer,
	.zl-bottom-footer{
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
	.zl-login-btn a.hfe-menu-item::before {
    left: 28px;
	}
	.zl-login-btn a.hfe-menu-item {
    padding-left: 49px !important;
}
	input.zl-search-field::placeholder {
    color: #9CA3AF !important;
}
	.zl-search {
    align-self: center !important;
}
	.menu-item{
		border-top:1px solid #e5e7eb;
			border-bottom:1px solid #e5e7eb;
	}
  
    .zl-search-panel.active,
	.zl-main-panel.active{
        opacity: 1;
        pointer-events: auto;
    }
.zl-header{
    justify-content: flex-start;
    align-items: center;
	    position: relative;
    z-index: 999999;
    background: #fff;
}
	
	.zl-logo{
flex:1 !important;
	}
	.zl-search-button,.zl-logo{
position: relative;
		z-index:10;
	}

.zl-main-panel {
         position: fixed;
        top: 0;
        backdrop-filter: blur(8px);
        left: 0;
        background: #0006;
      padding: 82px 24px;
        padding-bottom: 1.5rem;
        width: 100%;
        z-index: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
}
    .zl-search-button {
			        background: transparent !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1199px) {
	html,body{
		overflow-x: hidden;
	}
    /* ---------- Base / Layout ---------- */
    .tahefobu-nav-menu .tahefobu-sub-menu {
        display: none;
        position: absolute;
        z-index: 9999;
        width: 180px;
        text-align: left;
        list-style: none;
        margin: 0;
    }

    .tahefobu-nav-menu-vertical .tahefobu-nav-menu > li > .tahefobu-sub-menu,
    .tahefobu-nav-menu-vertical .tahefobu-nav-menu > li > .tahefobu-sub-mega-menu {
        top: 0;
    }

    .tahefobu-sub-menu-position-inline .tahefobu-nav-menu-vertical .tahefobu-sub-menu {
        position: static;
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
    }

    .tahefobu-sub-menu-position-inline .tahefobu-sub-menu a {
        position: relative;
    }

    .tahefobu-nav-menu .tahefobu-sub-menu .tahefobu-sub-menu {
        top: 0;
        left: 100%;
    }

    .tahefobu-sub-menu .tahefobu-sub-menu-item {
        display: block;
        font-size: 14px;
    }

    .tahefobu-nav-menu-horizontal .tahefobu-menu-item .tahefobu-sub-icon {
        margin-left: 7px;
        text-indent: 0;
    }

    .tahefobu-nav-menu:not(.tahefobu-mega-menu) .tahefobu-sub-icon {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
    }

    .tahefobu-nav-menu:not(.tahefobu-mega-menu) .tahefobu-sub-icon-rotate {
        transform: rotate(-90deg) translateX(80%);
    }

    .tahefobu-sub-divider-yes .tahefobu-sub-menu li:not(:last-child) {
        border-bottom-style: solid;
    }

    /* ---------- Mobile menu (base) ---------- */
    .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
    .tahefobu-mobile-nav-menu-container {
        display: none;
    }

    .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu) {
        position: absolute;
        z-index: 9999;
    }

    .tahefobu-mobile-menu-full-width .tahefobu-mobile-mega-menu-wrap {
        width: 100vw;
    }

    .tahefobu-mobile-menu-drdown-align-left .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
    .tahefobu-mobile-menu-drdown-align-left .tahefobu-mobile-mega-menu-wrap {
        left: 0;
    }

    .tahefobu-mobile-menu-drdown-align-center .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
    .tahefobu-mobile-menu-drdown-align-center .tahefobu-mobile-mega-menu-wrap {
        left: 50%;
        transform: translateX(-50%);
    }

    .tahefobu-mobile-menu-drdown-align-right .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
    .tahefobu-mobile-menu-drdown-align-right .tahefobu-mobile-mega-menu-wrap {
        right: 0;
    }

    .tahefobu-mobile-menu-item,
    .tahefobu-mobile-sub-menu-item {
        position: relative;
        display: block;
    }

    .tahefobu-mobile-sub-menu,
    .tahefobu-mobile-sub-mega-menu {
        display: none;
    }

    .tahefobu-mobile-nav-menu .menu-item-has-children > a:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .tahefobu-mobile-menu-item-align-left .tahefobu-mobile-sub-menu a:before {
        content: ' ';
        display: inline-block;
        width: 10px;
    }

    .tahefobu-mobile-menu-item-align-left .tahefobu-mobile-sub-menu .tahefobu-mobile-sub-menu a:before {
        width: 20px;
    }

    .tahefobu-mobile-menu-item-align-center .tahefobu-mobile-nav-menu {
        text-align: center;
    }

    .tahefobu-mobile-menu-item-align-right .tahefobu-mobile-nav-menu {
        text-align: right;
    }

    .tahefobu-mobile-menu-item-align-right .tahefobu-mobile-nav-menu .menu-item-has-children > a:after {
        right: auto !important;
        left: 0;
    }

    div[class*="tahefobu-sub-icon-"] .tahefobu-mobile-nav-menu .menu-item-has-children > a:after {
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        font-weight: 900;
        line-height: 1;
    }

    .tahefobu-sub-icon-caret-down .tahefobu-sub-icon:before,
    .tahefobu-sub-icon-caret-down .tahefobu-mobile-nav-menu .menu-item-has-children > a:after { content: "\f0d7"; }

    .tahefobu-sub-icon-angle-down .tahefobu-sub-icon:before,
    .tahefobu-sub-icon-angle-down .tahefobu-mobile-nav-menu .menu-item-has-children > a:after { content: "\f107"; }

    .tahefobu-sub-icon-chevron-down .tahefobu-sub-icon:before,
    .tahefobu-sub-icon-chevron-down .tahefobu-mobile-nav-menu .menu-item-has-children > a:after { content: "\f078"; }

    .tahefobu-sub-icon-plus .tahefobu-sub-icon:before,
    .tahefobu-sub-icon-plus .tahefobu-mobile-nav-menu .menu-item-has-children > a:after { content: "\f067"; }

    .tahefobu-mobile-divider-yes .tahefobu-mobile-menu-item {
        border-bottom-style: solid;
    }

    .tahefobu-mobile-toggle-line {
        display: block;
        width: 100%;
    }

    .tahefobu-mobile-toggle-line:last-child {
        margin-bottom: 0 !important;
    }

    .tahefobu-mobile-toggle-text {
        font-size: 16px;
        line-height: 1 !important;
    }

    .tahefobu-mobile-toggle-text:last-child {
        display: none;
    }

    .tahefobu-mobile-toggle-v2 .tahefobu-mobile-toggle-line:nth-child(2) {
        width: 78%;
        margin-left: 24%;
    }
    .tahefobu-mobile-toggle-v2 .tahefobu-mobile-toggle-line:nth-child(3) {
        width: 45%;
        margin-left: 57%;
    }

    .tahefobu-mobile-toggle-v3 .tahefobu-mobile-toggle-line:nth-child(2) {
        width: 75%;
        margin-left: 15%;
    }

    .tahefobu-mobile-toggle-v4 .tahefobu-mobile-toggle-line:nth-child(1),
    .tahefobu-mobile-toggle-v4 .tahefobu-mobile-toggle-line:nth-child(3) {
        width: 75%;
        margin-left: 25%;
    }
    .tahefobu-mobile-toggle-v4 .tahefobu-mobile-toggle-line:nth-child(2) {
        width: 75%;
        margin-right: 25%;
    }

    .tahefobu-mobile-toggle-v5 .tahefobu-mobile-toggle-line:nth-child(1) {
        display: none;
    }

    /* ---------- Breakpoint Rules ---------- */
    .tahefobu-nav-menu-bp-tablet .tahefobu-nav-menu-container,
    .tahefobu-nav-menu-bp-pro-nn .tahefobu-nav-menu-container,
    .tahefobu-nav-menu-bp-pro-al .tahefobu-nav-menu-container,
    .tahefobu-nav-menu-bp-mobile .tahefobu-nav-menu-container {
        display: none;
    }

    .tahefobu-nav-menu-bp-tablet .tahefobu-mobile-nav-menu-container,
    .tahefobu-nav-menu-bp-pro-nn .tahefobu-mobile-nav-menu-container,
    .tahefobu-nav-menu-bp-pro-al .tahefobu-mobile-nav-menu-container,
    .tahefobu-nav-menu-bp-mobile .tahefobu-mobile-nav-menu-container {
        display: block;
    }

    /* ---------- Tablet Alignment (extra + normal) ---------- */
    .tahefobu-main-menu-align--tablet_extraleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
    .tahefobu-main-menu-align--tabletleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu {
        text-align: left;
    }

    .tahefobu-main-menu-align--tablet_extracenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
    .tahefobu-main-menu-align--tabletcenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu {
        text-align: center;
    }

    .tahefobu-main-menu-align--tablet_extraright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
    .tahefobu-main-menu-align--tabletright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu {
        text-align: right;
    }

    /* Vertical version */
    .tahefobu-main-menu-align--tablet_extraleft .tahefobu-nav-menu-vertical .tahefobu-menu-item,
    .tahefobu-main-menu-align--tabletleft .tahefobu-nav-menu-vertical .tahefobu-menu-item {
        text-align: left;
    }

    .tahefobu-main-menu-align--tablet_extracenter .tahefobu-nav-menu-vertical .tahefobu-menu-item,
    .tahefobu-main-menu-align--tabletcenter .tahefobu-nav-menu-vertical .tahefobu-menu-item {
        text-align: center;
    }

    .tahefobu-main-menu-align--tablet_extraright .tahefobu-nav-menu-vertical .tahefobu-menu-item,
    .tahefobu-main-menu-align--tabletright .tahefobu-nav-menu-vertical .tahefobu-menu-item {
        text-align: right;
    }

.tahefobu-mobile-toggle .tahefobu-mobile-toggle-line {
  display: none !important;
}

.tahefobu-mobile-toggle svg {
  width: 32px;
  height: 32px;
  display: block;
  vertical-align: middle;
}

.tahefobu-mobile-toggle .toggle-icon { display: block; }
.tahefobu-mobile-toggle .close-icon  { display: none;  }

.tahefobu-mobile-toggle.menu-open .toggle-icon { display: none;  }
.tahefobu-mobile-toggle.menu-open .close-icon  { display: block; }

.tahefobu-mobile-toggle { cursor: pointer; -webkit-tap-highlight-color: transparent; }

.tahefobu-mobile-toggle:focus { outline: 2px solid rgba(0,185,206,0.25); outline-offset: 3px; }

	ul.tahefobu-mobile-nav-menu{
        height: 90vh;
        overflow: auto;
        background-color: #ffffffe6;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
}
	.zl-login-btn a{
	padding-left: 60px !important;
	}
	.zl-login-btn a.tahefobu-mobile-menu-item::before {
    left: 32px;
	}
}
@media screen and (min-width: 992px) {
.zl-col-list.e-flex.e-con.e-child {
    width: 25%;
}
}
@media screen and (min-width: 576px) {
.zl-col-list.e-flex.e-con.e-child {
    width: 50%;
}
}
@media (max-width: 767px){
	
 .tahefobu-mobile-nav-menu {
        margin-top: 22px;
    }
	div#tahefobu-header.sticky .zl-logo img {
    height: 45px !important;
}
		.zl-header,
	.zl-top-footer,
	.zl-bottom-footer{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


@media (max-width: 576px)
	{
		.zl-footer-q {
    position: relative;
    padding-right: 25px; 
    cursor: pointer;
}

.zl-footer-q::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 1;
}

.zl-footer-q.active::after {
    content: "–";
}
	.zl-footer-q{
		text-transform: uppercase;
	}
		.zl-footer-col,
		.zl-col-list{
    gap: 0px !important;
}
}

