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

/* Property Listing */
.half-map-left-wrap,
.overlay-search-advanced-module .features-list-wrap {
	display: none;
}

.half-map-right-wrap {
	width: auto;
    max-width: 1210px;
    margin: auto;
    float: none;
    height: auto !important;
}

.advanced-search-half-map {
	margin-top: 30px;
}

body.houzez-halfmap-page .grid-view .item-listing-wrap {
    width: 25%;
    flex-basis: 25%;
}

.grid-view .item-listing-wrap .item-title {
	font-size: 18px !important;
	line-height: 24px !important;
}

#header-section .container-fluid {
	max-width: 1210px;
}

/* Button */
.btn-search,
button.houzez_agent_property_form,
.wpcf7 .wpcf7-submit {
	background-color: var(--e-global-color-primary) !important;
	border: none !important;
}

.btn-search:hover,
button.houzez_agent_property_form:hover,
.wpcf7 .wpcf7-submit:hover {
	background-color: var(--e-global-color-82051d7) !important;
}

.btn-secondary-outlined {
	color: var(--e-global-color-primary) !important;
	border-color: var(--e-global-color-primary) !important;
}

@media (max-width: 766px) {	
	body.houzez-halfmap-page .grid-view .item-listing-wrap {
		width: 100% !important;
	}
}

/* Form */
.wpcf7 label {
	width: 100% !important;
}

.wpcf7 input:not(.wpcf7-submit),
.wpcf7 select,
.wpcf7 textarea {
	background-color: #ffffff;
    border: 1px solid #dce0e0;
    height: 42px;
    border-radius: 4px;
    padding: 6px 12px;
	width: 100% !important;
}

.wpcf7 textarea {
	height: 120px !important;
}

.wpcf7 .wpcf7-submit {
    width: 100%;
    color: #fff;
    height: 40px;
    border-radius: 4px;
}

/* Project Archive Page */
body.post-type-archive-project .bt-sidebar-wrap {
	display: none !important;
}

body.post-type-archive-project .bt-content-wrap {
	width: 100%;
    max-width: 100%;
    flex: auto;
}

body.post-type-archive-project .post-wrap img {
	width: 100%;
}

/* Property Detail Page */
.agent-details,
.mobile-property-contact {
	display: none !important;
}

/* Blog Page */
@media (min-width: 1080px) {
	body.single .post-thumbnail-wrap {
		text-align: center !important;
	}

	body.single .post-thumbnail-wrap img {
		text-align: center !important;
		width: 100% !important;
	}
}
	
.wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px;
	margin-left: 10px !important;
    word-break: normal;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

body.single-design-and-build .post-thumbnail-wrap,
.sort-by .dropdown-menu li:nth-child(4),
.sort-by .dropdown-menu li:nth-child(5),
.sort-by .dropdown-menu li:nth-child(6),
.sort-by .dropdown-menu li:nth-child(7),
.sort-by .dropdown-menu li:nth-child(8),
body.single-property .property-address-wrap .btn,
body.single-property .property-navigation-wrap,
body.single-property .property-banner .nav-pills,
body.page-template-property-listings-map .mobile-map-switch,
.item-tool.item-favorite,
.item-tool.item-compare,
.property-lightbox .modal-header {
	display: none !important;
}

body.single-property .property-features-wrap li a {
	pointer-events: none;
}

.icon-ruler-triangle:before {
    content: "\f0f7";
    font-family: FontAwesome;
}
.half-map-right-wrap {
	overflow-y: hidden !important;
}

.advanced-search-half-map .flex-search {
    width: 33.333%;
}

/* Mortgage */
#houzez-calculator-form .row div:nth-of-type(5),
#houzez-calculator-form .row div:nth-of-type(6),
#houzez-calculator-form .row div:nth-of-type(7), 
#houzez-calculator-form .row div:nth-of-type(8),
.mortgage-calculator-data .list-unstyled li:nth-of-type(4),
.mortgage-calculator-data .list-unstyled li:nth-of-type(5),
.mortgage-calculator-data .list-unstyled li:nth-of-type(6),
.mortgage-calculator-data .list-unstyled li:nth-of-type(7) {
    display: none;
}

@media (min-width: 768px) {
    #houzez-calculator-form  .row .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.single-project .bt-sidebar-wrap,
.single-property-management .bt-sidebar-wrap,
.single-design-and-build .bt-sidebar-wrap {
	display: none !important;
}

.single-project .bt-content-wrap,
.single-property-management .bt-content-wrap,
.single-design-and-build .bt-content-wrap {
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
}