/*
Theme Name: Web Inmobiliaria
Theme URI: https://weweb.com.ar/
Author: WeWeb
Author URI: https://weweb.com.ar/
Description: Web Inmobiliaria premium.
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: inmo
Template: inmo
*/


@import url("../inmo/style.css");

/* Your CSS code goes here
-------------------------------------- */

/* The "compare properties" side panel sits in normal document flow just past
   the right edge instead of being properly off-canvas, causing horizontal
   overflow/dead space on mobile. Also mirrored in this site's WP Additional
   CSS for immediate effect; kept here too so it survives regardless. */
html, body {
	overflow-x: hidden !important;
	max-width: 100vw !important;
}

/* The transparent header floats over #main-wrap, whose own background is a
   light gray -- if the hero section's negative top-margin pull-up doesn't
   perfectly match the header's rendered height, that gray shows through as
   a visible strip above the hero. Matching it to the brand navy means any
   sliver blends in instead of clashing. Scoped to .home only -- #main-wrap
   wraps every page's content, and forcing it navy site-wide made inner
   pages (which don't have this transparent-header overlap issue) default
   to a navy background everywhere instead of white. Also mirrored in
   Additional CSS. */
.home #main-wrap {
	background-color: #003e57 !important;
}

/* Elementor divider/icon-list widgets use an inline SVG icon ("Group 3")
   carried over from the demo import, with its fill baked in as a literal
   #D4AF37 gold attribute on the <path> elements. Presentation attributes
   on SVGs have the lowest CSS specificity, so any matching rule -- even
   without !important -- overrides them; kept !important anyway since this
   is also mirrored into the live Additional CSS option for instant effect. */
.elementor-divider__element svg path,
.elementor-icon-list-icon svg path,
.elementor-icon svg path {
	fill: #922926 !important;
}

/* "Crear anuncio" is Houzez's public front-end listing-submission button
   (a multi-agent marketplace feature). It has no destination page and
   doesn't fit this single-agency site, where the agency manages its own
   catalog -- hide it rather than leave a dead link. Also mirrored in
   Additional CSS. */
.btn-create-listing {
	display: none !important;
}