/*
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
-------------------------------------- */
/* General Styles for the Theme */
/* Thumbnail slick slider arrow styles */
.hz-item-gallery-js .listing-gallery-wrap .slick-arrow {
	/* before making changes background color was transparent like:
	 * background: transparent */
	background: rgba(0, 0, 0, 0.65);	
}

/* Price Label Styles, valid for only property tabs on Homepage - making the hover effect better  */
.property-tabs .item-price-wrap .item-price {
	margin-bottom: 5px;	
}

.property-tabs .item-price-wrap .item-price,
.property-tabs .item-price-wrap .item-sub-price {
	background: rgba(0, 0, 0, 0.65);
	padding: 3px 5px;
}

/* Property labels on property listing cards */
.label {
	font-size: 12px;	
}

/* Headings Transform */
h1, h2, h3, h4, h5, h6, .item-title {
	text-transform: none !important;
}

/* Back to top link */
.back-to-top-wrap .btn-back-to-top {
	color: #FFF;
}

.back-to-top-wrap .btn-back-to-top:hover {
	color: #FFF;
}

/* Section Classes */
/* Header Section */
.header-v1 {
	border-bottom: 1px solid #ECECEC !important;
}

/* Active link background color and font color for both desktop and mobile */
/* Desktop nav */
.header-desktop .main-nav .current-menu-item .nav-link {
	color: #475ef5;
    background-color: rgba(0, 174, 255, 0.1);
}

/* Mobile nav */
.nav-mobile .main-nav .nav-item.current-menu-item .nav-link {
    background-color: rgba(0, 174, 255, 0.1);
}

/* Footer nav */
.footer-top-wrap .current-menu-item a,
.footer-bottom-wrap .current-menu-item a,
.footer-top-wrap .blog-post-content-widget h4 .current-menu-item a {
	color: rgba(0, 174, 255, 1)
}

/* Custom Button with Hover Styles */
.sundomi-btn-primary a,
.houzez-submit-button {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-70ac4f6); /* white */
}

.sundomi-btn-primary a:hover,
.houzez-submit-button:hover {
	background-color: var(--e-global-color-primary);
}

/* Dashboard Menu Styles */
/* Side menu links styles */
.dashboard-side-menu-wrap .side-menu a {
	display: block;
	line-height: 30px;
	margin: 10px 0;
}

/* Utililty Classes */
/* Margin Classes for Paragraphs */
.margin-bottom-0 p:last-child {
	margin-bottom: 0;
}

.margin-bottom-1 p:last-child {
	margin-bottom: 8px;
}

.margin-bottom-2 p:last-child {
	margin-bottom: 16px;
}