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

#header-section .current-menu-item {
	background-color: #e00034;
}

#header-section .current-menu-item .nav-link {
	color: white;
}

.header-main-wrap {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.homepage-banner-form .elementor-widget-container {
	border-radius: 20px !important;
}

.homepage-banner-form .houzez-ele-search-form-wrapper {
	border-radius: 0 0 20px 20px !important;
	padding-top: 0 !important;
}

.homepage-banner-form #houzez-search-tabs-wrap {
	margin-left: calc( -10px/2 );
    margin-right: calc( -10px/2 );
	background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 0 20px;
}

.services-icons-container .text-with-icon-item-v1:hover {
	box-shadow: none;
}

.agents-section .agent-item {
	box-shadow: 0 10px 30px rgb(223 33 51 / 10%);
}

.services-icons-container .text-with-icon-item .text-with-icon-body {
	display: none;
}

.display-inline-class .elementor-widget-container {
	display: inline-block;
}

.sherbimet-page .text-with-icon-item .d-flex {
	cursor: pointer;
}


.footer-wrap .current_page_item a {
	color: rgba(64,159,255,1);
}

.footer-wrap .widget-title {
	font-weight:600;
}

#menu-footer-keywords-menu li {
	display: inline-block;
}

#menu-footer-keywords-menu li a:after {
    content: "|";
    font-family: "houzez-iconfont";
    padding-left: 10px;
    padding-right: 10px;
}

#menu-footer-keywords-menu li:last-child a:after {
	content: "";	
}

#menu-footer-keywords-menu li a {
	padding-left: 0;	
}

#menu-footer-keywords-menu li a:before {
    content: "";
	display: none;
}

/* 404 page */

.error-404-page img {
	max-width: 500px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* #header-mobile {
	position: fixed;
	width: 100%;
	top: 0;
} */

/* @media (max-width: 991px) {
	.content-wrap {
		padding-top: 60px;
	}
} */

/* Profile */

.dashboard-add-new-listing .form-control,
.dashboard-add-new-listing .dropdown-toggle{
    border-radius: 25px;
}

.prop-label-error {
	font-weight: bold;
	display: none;
	color: red;
}

.price_label_dropdown option:nth-child(1) {
	color: #a1a7a8;
}

/* Reset form model */

.reset-model-title {
	font-size: 1.25rem;
    font-weight: 600;
}

.property-lightbox .modal.show {
    z-index: 99999;
}



@media (max-width: 450px) {
	.footer-top-wrap {
		padding: 50px 15px 5px;
	}
	.footer-top-wrap .mc4wp-form-fields .col-4 {
		padding-left: 0;
	}
	.property-carousel-module .grid-view .item-listing-wrap {
		padding: 0;
	}
}

.footer-wrap .footer-social a:hover {
    color: rgba(64,159,255,1) !important;
}

/* IPAD */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .qytet-section .elementor-inner-column {
		  width: 33% !important;
	  }
	  
	  .footer-top-wrap {
			padding: 50px 0 20px;
		}

}