/*
Theme Name:         Realtyspace
Theme URI:          http://themeforest.net/item/realtyspace-real-estate-wordpress-theme/15965811
Description:        Purpose oriented Wordpress theme for real estate websites
Version:            1.4.20
Author:             Codefactory47
Author URI:         http://codefactory47.com/
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
Text Domain:        realtyspace
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, featured-images, microformats, post-formats, sticky-post, translation-ready
*/


.page-id-146617 #menu-item-619,
.page-id-146617 #menu-item-612 {
	display: none !important;
}

/* Menu is rendered in .header; empty #header-nav must not become a blank sticky bar */
#header-nav:not(:has(.navbar__nav)) {
	display: none !important;
}

@media (min-width: 768px) {
	.header.header-fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 400;
		background: rgba(0, 0, 0, 0.2);
	}

	.admin-bar .header.header-fixed {
		top: 32px;
	}

	.header.header-fixed .navbar__link,
	.header--dark .navbar__link,
	.header--overlay .navbar__link {
		color: #fff;
	}

	.header.header-fixed .active > .navbar__link,
	.header.header-fixed .current-menu-item > .navbar__link,
	.header.header-fixed .current_page_item > .navbar__link {
		box-shadow: 0 2px 0 #fff;
	}
}
