/*
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
-------------------------------------- */

/* ===== Homes Abroad: migrated Customizer Additional CSS (exact) ===== */

/* ============================================================
   Homes Abroad Cyprus — header + footer restyle (site-wide)
   Paste into: Appearance > Customize > Additional CSS
   Keeps everything working (menu, phone, email, social, account,
   search) and restyles it to the clean brand look.
   Palette: gold #A6803F, baby-blue #6d97bf, ink #22303f.
   ============================================================ */
 
/* Fonts */
.header-main-wrap, .header-main-wrap *,
.footer-wrap, .footer-wrap * {
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
 
/* ---------- HEADER: clean white, no blue bar ---------- */
.header-main-wrap { background:#fff !important; box-shadow:0 1px 0 rgba(34,48,63,.06); }
.header-top,
.header-bottom,
#header-section { background:#fff !important; border-bottom:.5px solid #E3EBF3; }
 
/* Phone + email kept prominent */
.header-top, .header-contact-1 { color:#A6803F; }
.header-top a, .header-contact a { color:#A6803F !important; font-weight:500; }
.header-top a[href^="tel:"], .header-top a[href^="mailto:"],
.header-contact a[href^="tel:"], .header-contact a[href^="mailto:"] { font-weight:600; }
.header-contact i, .header-top i { color:#A6803F !important; }
 
/* Menu: clean, baby-blue underline on hover */
.navbar-nav > li > a,
.header-bottom .menu-item > a {
  color:#22303f !important; font-size:14px; font-weight:500;
  letter-spacing:.02em; text-transform:none; position:relative;
}
.navbar-nav > li > a:hover,
.header-bottom .menu-item > a:hover { color:#6d97bf !important; }
.navbar-nav > li > a::after {
  content:""; position:absolute; left:12px; right:12px; bottom:8px;
  height:1.5px; background:#6d97bf; transform:scaleX(0);
  transition:transform .2s ease;
}
.navbar-nav > li > a:hover::after,
.navbar-nav > li.current-menu-item > a::after { transform:scaleX(1); }
.navbar-nav > li.current-menu-item > a { color:#22303f !important; }
 
/* Social icons: clean, no square background */
.header-social-icons .btn-square,
.header-contact-4 .btn-square {
  background:transparent !important; border:none !important;
  color:#7d94ac !important; width:auto !important; height:auto !important;
  line-height:1 !important; margin:0 7px; box-shadow:none !important;
}
.header-social-icons .btn-square:hover,
.header-contact-4 .btn-square:hover { color:#A6803F !important; }
 
/* Create-a-listing / primary CTA in gold */
.btn-add-property,
.header-main-wrap a.btn-primary,
.login-register-nav .btn-primary {
  background:#A6803F !important; border-color:#A6803F !important;
  color:#fff !important; border-radius:3px !important;
}
.btn-add-property:hover,
.header-main-wrap a.btn-primary:hover { background:#8A6A33 !important; }
 
/* Account / login area */
.login-register-nav a, .navbar-logged-in-wrap a { color:#22303f !important; }
.login-register-nav a:hover { color:#4f7aa3 !important; }
 
/* ---------- FOOTER: light + branded ---------- */
.footer-wrap, .footer-wrap-v1 {
  background:#fff !important; color:#4b5a68 !important;
  border-top:.5px solid #E3EBF3;
}
.footer-wrap a { color:#FFFFFF !important; }
.footer-wrap a:hover { color:#22303f !important; }
.footer-wrap .widget-title,
.footer-wrap h3, .footer-wrap h4, .footer-wrap h5 { color:#22303f !important; }
.footer-wrap .btn-square {
  background:transparent !important; border:none !important;
  color:#7d94ac !important; box-shadow:none !important;
}
.footer-wrap .btn-square:hover { color:#A6803F !important; }
.footer-bottom, .copyright-wrap { background:#F7FAFD !important; color:#7d94ac !important; }



/* ===== North Cyprus full-width + misc (moved from Houzez Theme Options > Custom CSS) ===== */
#block-10{
    padding-left:0;
    padding-right:0;
    padding-top:0;
   
}

/* North Cyprus page - full width content */
.elementor-18509 .elementor-section > .elementor-container{max-width:1600px !important;width:92% !important;}
@media(min-width:1600px){.elementor-18509 .elementor-section > .elementor-container{width:88% !important;}}
