/*********************************** ************************************ ***********************************
 ************************************ *********************************** ***********************************
 * Color Scheme - Default
 ************************************ *********************************** ***********************************
************************************ ************************************ ***********************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 00 (default)
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 01
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 02
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 03
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 04
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 05
 *
************************************ ************************************ ************************************/
/*********************************** ************************************ ***********************************
 *
 * Color Scheme 06
 *
************************************ ************************************ ************************************/
/*!
 * Hexater.
 * Copyright 2015
 */
/******************************** *********************************
* includes overwriting bootstrap and custom variables
********************************* ********************************/
/*********************************** ************************************
  * palette-01 (Primary Colors)
************************************ ************************************/
/* (1.1) Logo Color */
.navbar-default a.navbar-brand {
  color: #ff4800; }

/* (1.2) Logo Color - Hover */
.navbar-default a.navbar-brand:hover {
  color: #db3e00; }

/* (1.3) Sitewide Links */
a:link {
  color: #FF4800; }

a:visited {
  color: #FF4800; }

a#load-more {
  color: #FF4800; }

p.metainfo a:link {
  color: #db3e00; }

p.metainfo a:visited {
  color: #db3e00; }

/* (1.4) Sitewide Links - Hover, Active, Focus */
a:hover, a:active, a:focus {
  color: #db3e00; }

section.fpgrid .entry-content a.listtitle:hover, section.fpgrid .entry-content a.listtitle:active, section.fpgrid .entry-content a.listtitle:focus {
  color: #db3e00; }

p.metainfo a:hover, p.metainfo a:active, p.metainfo a:focus {
  color: #db3e00; }

ul.sidebar.widgets ul a:hover, ul.sidebar.widgets ul a:active, ul.sidebar.widgets ul a:focus {
  color: #db3e00; }

/* (1.5) Main Menu - Current Page Color */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FF4800; }

@media only screen and (min-width : 768px) {
  .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    border-top: 1px solid #FF4800; } }

/* (1.6) Blog Navigation (pagination) */
.rapid-pagination span.current {
  background-color: #FF4800; }

.rapid-pagination a {
  color: #FF4800; }

.rapid-pagination a:hover {
  background-color: #FF4800; }

/* (1.7) Footer Links - Hover, Active, Focus */
section.footwidgs ul a:hover, section.footwidgs ul a:active, section.footwidgs ul a:focus {
  color: #FF4800; }
