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


@font-face {
	font-family: 'Made Evolve Sans';
	src: url(/wp-content/themes/houzez-child/fonts/MADE%20Evolve%20Sans%20Regular%20%28PERSONAL%20USE%29.otf) format('opentype'); 
	}

.houzez-trigger-popup-slider-js.img-wrap-1 img{
    width: 100%;
}


.widget-wrap {
  padding: 10px !important; 
}

/* custom font to all the body, a tag, button and h1-h6 */

@media screen and (max-width:490px) {
	.item-amenities {
		text-align: right;
    	font-size: 14px;
    	line-height: 25px;
}
}

/* change color of the mobile header search icon and placeholder */
.search-icon:before {
	color: #1C1E4B;
}
.search-icon input::placeholder {
  color: #1C1E4B;
}

/* change width of mobile logo */
/* .logo.logo-mobile img {
	width: 110px !important;
} */


/*give radius to blog post */
.post-wrap  {
	border-radius: 20px;
}

.post-thumbnail-wrap {
	display: flex;
	justify-content: center;
}

.post-wrap img {
	width: 98%;
}

/* make header width to 70% when in half map page */
.container-fluid, .container {
	width: 90%;
}

/*change style for buy & rent page */
.page-title-title a {
	font-size: 18px !important;
  	font-family: 'Lora' !important;
  	font-weight: 400;
  	color: #1C1E4B;
	clear: both;
	display: inline-block !important;
	width: 80%;
}

/*style Rented: Until in Single Property & Search Result Page */
.endRental {
	margin:0;
	font-size: 15px;
  	font-family: 'Made Evolve Sans';
  	font-weight: 300;
	text-align:left;
	text-transform: uppercase !important;
}

/* change style of price tag in all pages */
.item-price {
	font-size: 16px;
  font-family: 'Made Evolve Sans';
  font-weight: 400;
}

.item-sub-price {
	font-size:14px;
	font-family:'Made Evolve Sans';
	font-weight:400;
}

/* make featured label same height with other labels */
.label-featured {
	top:10px;
}

/* mobile menu drop down */
.nav-mobile .main-nav .nav-item .nav-mobile-trigger {
	color:#fff
}

/* add arrow in pagination 1st and last */
.arrow-button-left-1:before {
	content: "\e95d";
}
.arrow-button-right-1:before {
	content: "\e95e";
}
/* add radius to property images */
.img-fluid {
    border-radius: 5px !important;
}

/* single property page styling */
.property-title-price-wrap {
	border-bottom: 1px solid #BD8E39;
}
.page-title h1  {
	color:#1C1E4B;
}

.block-title-wrap {
	border-bottom: 1px solid #BD8E39;
}

.block-title-wrap h2 {
	color: #1C1E4B;
    font-weight: bold;
    margin-bottom: -30px;
}

@media screen and (max-width:760px) {
	.block-title-wrap h2 {
		margin-bottom:10px;
	}
	.rental_ctn {
		margin-bottom:10px;
	}
}

/* single property */
.property-labels-wrap {
	display:flex;
}


/* Developement Page */
.developementtab td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px 10px;
}


/*Search page tag label CSS*/
.page-template-template-search .labels-wrap.labels-right {
    display: inline-flex;
    flex-direction: column;
    align-items: end;
    gap: 3px;
    top: 10px !important;
    right: 20px !important;
}