/*
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
-------------------------------------- */
/* make headings on the listing page the correct size */
.item-listing-wrap  .item-title{
	font-size:22px!important;
	line-height:2rem;
}
/* remove border radius from listings, buttons etc */
.grid-view .item-wrap{
	border-radius:0!important;
}
.back-to-top-wrap .btn-back-to-top {
	border-radius:0;
}
/* remove drop shadow listings */
.item-wrap-v6{
	border-radius:0;
    box-shadow: none;
	-webkit-box-shadow:none;
}
/* hide agent link HACK! REVISIT */
.agent-link{
	display:none;
}
/* get rid of 'previous' and 'next' type HACK! REVISIT */
.lightbox-gallery .slick-next, .lightbox-gallery .slick-prev {
    font-size:0!important;
}
/* removebackground colour on 'non' buttons */
.dropdown-toggle:hover{
	background-color:rgba(0, 0, 0, 0)!important;
}

/* focus style for drop down */
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #f8f9fa;
}

/* little tweak for dropdown icon position */
.main-nav .dropdown-toggle:after,
.houzez-nav-menu-main-desktop-wrap .houzez-nav-menu-main .dropdown-toggle:after {
  margin-top: -2px;
}
/* Remove for sale labels on property */

.grid-view .labels-wrap{
	top:0;
	right:0;
	/*background-color:#d02423;*/
	padding:0!important;
}
.grid-view .labels-wrap .label{
	display:none; /* Hide all labels first */
}
.grid-view .labels-wrap .status-color-26,.grid-view .labels-wrap .status-color-25{ /* For Sale Label, To Rent Label */
	display:none!important;
}
.grid-view .labels-wrap .status-color-63,.grid-view .labels-wrap .status-color-65{ /* Sold Label / Let Agreed Label */
	display:inline-block;
	background-color:#d02423;
	padding:15px;
	font-size:14px;
}
.grid-view .labels-wrap .status-color-63:hover, .grid-view .labels-wrap .status-color-65:hover{
	color:#ffffff;	
}
.floor-plan-description{/* Hide Description from floorplans */
	display:none;
}
#home_searchcontainer .actions-btn{ /* Set default styles for buttons */
	color:#000000;
}
#home_searchcontainer .actions-btn:hover{
	color:#FFFFFF;
}
#propertySearchContainer .dropdown-menu .actions-btn{
	color:#000000;
}
#propertySearchContainer .dropdown-menu .actions-btn:hover{
	color:#FFFFFF;
}

/* Set agent image to 'off' */
#sectionContact .agent-image{
	display:none;	
}

#sectionContact .agent-information{
	padding-left:0!important;
}