/*********************************** ************************************ ***********************************
 ************************************ *********************************** ***********************************
 * Color Scheme - Scheme 01
 ************************************ *********************************** ***********************************
************************************ ************************************ ***********************************/
/*
 * Color Scheme Variables
 * ----------------------------------------------------------------------
 *
*/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 00 (default)
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 01 (Mythic Lake)
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 02 (Clarity)
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 03 (Red Shift)
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 04 (Blue Cool)
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 05 (Bumble Bee)
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 06 (Emerald Dream)
 *
************************************ ************************************ ************************************/
/*!
 * Rapid Crush, Inc.
 * Copyright 2015
 */
/******************************** *********************************
* includes overwriting bootstrap and custom variables
********************************* ********************************/
/*********************************** ************************************
  * palette-01 (Primary)
************************************ ************************************/
/* (1.1) Primary Backgrounds */
body {
  background: #323e4b;
}
section.featured_one {
  background: #323e4b;
}
section.fpcta .container {
  background: #323e4b;
}
/* (1.2) CTA Text */
section.fpcta p {
  color: #ffffff;
}
section.fpcta a:link,
section.fpcta a:visited {
  color: #ffffff;
}
/* (1.3) Button Color */
section.fpcta a:link {
  background: #ff9900;
}
/* (1.4) Button Hover */
section.fpcta a:hover,
section.fpcta a:active,
section.fpcta a:focus {
  background: #e88b00;
}
/* (1.5) Logo Hover */
a:hover.navbar-brand {
  color: #323e4b !important;
}
/* (1.6) Content Links */
a:link {
  color: #323e4b;
}
p.metainfo a:link {
  color: #323e4b;
}
p.metainfo a:visited {
  color: #323e4b;
}
p.metainfo a:hover,
p.metainfo a:active,
p.metainfo a:focus {
  color: #323e4b;
}
/* (1.7) Navigation Link Hover */
.navbar-nav > li > a:hover {
  color: #323e4b !important;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #323e4b !important;
}
/*********************************** ************************************
  * palette-02 (Secondary)
************************************ ************************************/
/* (2.1) Secondary Backgrounds */
section.featured_one .container {
  background-color: #99cccc;
}
@media only screen and (min-width : 992px) {
  section.featured_one .container {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  section.featured_one .black-bg {
    background: #99cccc;
  }
}
section.footwidgs form#searchform input[type="text"] {
  background-color: #99cccc;
}
.container.page.header .col-md-3 {
  background: #99cccc;
}
/* (2.2) Title and Border */
section.featured_one a:link.featured,
section.featured_one a:visited.featured {
  color: #323e4b;
  border-bottom: 1px solid #323e4b;
}
/* (2.3) Title Hover */
section.featured_one a:hover.featured,
section.featured_one a:active.featured,
section.featured_one a:focus.featured {
  color: #ffffff;
  text-decoration: none;
}
/* (2.4) Title Hover Border */
section.featured_one a:hover.featured,
section.featured_one a:active.featured,
section.featured_one a:focus.featured {
  border-bottom: 1px solid #0066cc;
}
/* (2.5) Excerpt */
section.featured_one .boxit p {
  color: #ffffff;
}
p.hexcerpt {
  color: #ffffff;
}
/* (2.6) Page Titles */
h1.entry-title {
  color: #323e4b;
}
/*********************************** ************************************
  * palette-03 (Tertiary)
************************************ ************************************/
/* (3.1) Font Awesome Icons - Front Page */
section.showcase i.fa {
  color: #99cccc;
}
/* (3.2) Sidebar Title Borders */
ul.sidebar.widgets h2 {
  border-bottom: 4px solid #99cccc;
}
