/******* Blue Theme ******/

body {
  color: #000000;
}

a,
a:hover,
h2 a,
h2 a:hover,
.item h3 {
  color: blue;
}

div.Header a,
.page-footer a {
  color: #ffffff;
}

div.Header,
.navbar-inverse,
.page-footer,
.search-submit {
  background-color: blue;

  color: #ffffff;
}

.cert-logos {
  background-color: blue;
}

.grant-icon {
  background-color: blue;
}

.logo {
  background-image: url("/wp-content/uploads/site-images/cahplogo.png");

  margin-top: 7px;
}
.logo:hover {
  background-image: url(/wp-content/uploads/site-images/cahplogo-with-shadow.png);
}

.top-bar .header-title {
  background: none;
}

.header-title {
  background-color: #3c7cdb;
}

.Footer {
  background-color: blue;
}

.footer_nav,
.footer_nav .navbar-inverse {
  background-color: #3c7cdb;
}

.front-page-bottom,
.front-page-middle,
.front-page-top {
  display: table;

  width: 100%;
}

.front-page-bottom,
.front-page-top {
  background-color: rgba(12, 50, 107, 0.8);
}

.front-page-middle {
  background-color: rgba(12, 50, 107, 0.4);
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;

  background-color: transparent;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  background: blue;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.property_item .text,
.grant-icon {
  color: #ffffff;

  background-color: blue;

  border: 1px solid blue;
}

.scroll-to-top:hover {
  background: #3c7cdb;
}

.testimonials {
  background-color: #c2d0e4;
}

.top-bar {
  background-color: blue;
}

.single_property_slider_nav .slick-prev:before,
.single_property_slider_nav .slick-next:before {
  background-color: rgb(12, 50, 107);
}

/******* Blue Theme ******/
