/* Dubai Apartments Hub Color Scheme - Primary Overrides */

/* CSS Variables for easy management */
:root {
    --dubaih-navy: #001e60;
    --dubaih-gold: #CCB073; /*#d4af37;*/
    --dubaih-cream: #f5f2ea;
	--dubaih-white: #fefefe;
}

/* Text Colors */
.text-primary,
.accent-color,
.property-info h4 a,
.agent-info h4 a,
.property-listing h3 a,
.agents-listing h3 a,
.pricing-column h3 {
    color: var(--dubaih-navy) !important;
}
 .contact-info-blocks > div > i{ color: var(--dubaih-gold) !important;}
/* Hover States */
a:hover,
.property-listing h3 a:hover,
.agents-listing h3 a:hover,
.property-info h4 a:hover,
.agent-info h4 a:hover {
    color: var(--dubaih-gold) !important;
}

/* Backgrounds */
.accent-bg,
.btn-primary,
.panel-primary > .panel-heading,
.top-header,
.single-property .price {
    background-color: var(--dubaih-gold) !important;
    color: var(--dubaih-white) !important;border-color:var(--dubaih-gold) !important;
}

/* Hover Backgrounds & Menu */
.btn-primary:hover,
.btn-primary:focus,
.site-header .social-icons a:hover, .navigation > ul > li > ul > li:hover > a {
    background-color: var(--dubaih-navy) !important;
    color: var(--dubaih-cream) !important;
}



/* Borders */
.panel-primary,
.panel-primary > .panel-heading,
.navigation ul > li:hover > a {
    border-color: var(--dubaih-gold) !important;
}

/* Body Background */
body,
.site-content {
    background-color: var(--dubaih-cream) !important;
}

/* Special Elements */
.share-buttons.share-buttons-tc > li > a {
    background: var(--dubaih-navy) !important;
    color: var(--dubaih-cream) !important;
}
