/* Hotel California Pacific Palm brand overrides */

/* Primary links */
a,
a:focus,
a:active {
  color: #0e3a5d;
}

a:hover {
  color: #1b5f8e;
}

/* Main top navigation bar */
header #nav-main {
  background-color: #0e3a5d !important;
}

/* Header top actions */
header .header-top-item .header-top-link,
header .header-top .our_properties_link {
  color: #0e3a5d;
}

header .header-top-item .header-top-link:hover,
header .header-top .our_properties_link:hover {
  color: #c99a33;
  border-bottom-color: #c99a33;
}

/* Primary buttons */
.btn-primary {
  color: #fff;
  background-color: #0e3a5d;
  border-color: #0a2b45;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b5f8e;
  border-color: #0e3a5d;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  background-color: #0e3a5d;
  border-color: #0a2b45;
}

/* Price accents */
.price,
.price.product-price,
.our_price_display,
#our_price_display {
  color: #c99a33;
}

/* Footer brand styling */
.footer-container {
  background-color: #0e3a5d;
}

.footer-container #footer,
.footer-container #footer a {
  color: #d8e5ef;
}

.footer-container #footer a:hover,
.footer-container #footer ul li a:hover,
.footer-container #footer #block_contact_infos > div ul li > span a:hover {
  color: #c99a33;
}

.footer-container #footer h4,
.footer-container #footer h4 a,
.footer-section-heading p {
  color: #ffffff;
}

.footer-section-heading hr,
hr.theme-text-underline {
  border-color: #c99a33;
}

.footer-container #footer #block_contact_infos {
  border-left-color: #2b5c82;
}

.footer-container #footer #block_contact_infos > div ul li i {
  color: #9fc0da;
}

.footer-container #footer #social_block ul li a {
  background-color: #0e3a5d;
  border-color: #9fc0da;
  color: #d8e5ef;
}

.footer-container #footer #social_block ul li a:hover {
  border-color: #c99a33;
  color: #c99a33;
}
