/*
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: stop two-word menu labels breaking in half
   Houzez 4.4 rebuilt on Bootstrap 5.3 and the top-level nav links inherit
   white-space: normal, so "About us" and "Contact us" split across two lines
   once the bar gets tight and the whole header goes crooked. The submenus
   already use nowrap; this brings the top level in line with them.

   The header here is built with the Elementor menu widget, so the markup is
   .houzez-elementor-menu / .main-ele-nav - not the theme's .main-nav, which on this
   site is an empty fallback element.
   -------------------------------------------------------------------------- */
.houzez-elementor-menu > li > a,
.houzez-elementor-menu .nav-link,
.main-ele-nav .nav-link,
.houzez-nav-menu-main .nav-link {
	white-space: nowrap;
}

/* With eight items plus the logo there is little room left at laptop widths,
   so buy a few pixels back rather than shrink the type. */
@media (min-width: 992px) and (max-width: 1399px) {
	.houzez-elementor-menu > li > a,
	.main-ele-nav .nav-link {
		padding-left: 9px;
		padding-right: 9px;
	}
}
