/*
Theme Name: Oikia - Ignition Child
Template: ignition-oikia
Text Domain: ignition-oikia-child
Description: Final consolidated version – Sotogrande Realty luxury navy–gold design
*/

/* ==========================================
   BRAND COLORS
   Navy #002349 | Gold #c29b40 | White #ffffff
========================================== */

/* --- GENERAL PAGE ELEMENTS --- */
.single-ignition-property figure.entry-thumb { display: none; }

.property-content {
  background: #ffffff;
  border: 1px solid var(--ignition-border-color);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
}

/* --- HEADER --- */
.head-mast-sticky-container { height: 130px !important; }
.head-mast-inner { padding: 20px 0 0 0; }

/* --- HEADER LANGUAGE SWITCHER (Polylang Pro only) --- */
#header-language-switcher-widget-area {
  position: absolute;
  z-index: 999;
  right: 13%;
  top: 31%;
  border: none !important;
  padding: 0;
  margin: 0;
}
#header-language-switcher-widget-area .widget-title { display: none; }
#header-language-switcher-widget-area .widget.widget_polylang {
  margin: 0;
  padding: 0;
  border: none;
}

/* Polylang link styling (flags visible, gold hover) */
.widget_polylang a {
  color: #f9f8f6 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}
.widget_polylang a:hover { color: #c29b40 !important; }
.widget_polylang img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 3px;
  transition: transform 0.2s ease, box-shad
	  
/* === Ensure WhatsApp Floating Button is Visible === */
.whatsapp-float {
  position: fixed !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #c29b40 !important;
  border-radius: 50%;
  z-index: 999999 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.whatsapp-float img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}
	  
