/*
Theme Name: Responsive Deluxe Child
Theme URI: http://brinidesigner.com/wordpress-themes/responsive-deluxe/
Author: Modified by Sam Nicholls
Author URI: http://www.samnicholls.net
Description: Hyde is a brazen two-column theme that pairs a prominent sidebar with uncomplicated content. It's based the Hyde theme for Jekyll and ported to Wordpress. I tries to be a 1-on-1 as most as possible. I tried to keep the html & css for the original Hyde theme and this Wordpress port mostly the same.
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: responsive-deluxe
Tags: blue, gray, green, red, orange, white, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, post-formats, sticky-post, threaded-comments
Text Domain: responsive-deluxe-child
*/


body, h1, h2, h3, h4, h5, h6 {
/*    font-family: "PT Sans", Helvetica, Arial, sans-serif;*/
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.bg-primary {
    background-color: #240a21;
}

.navbar-brand {
    font-size: 2em;
}

.navbar-default {
    background-color: #240a21;
}

#main-menu > ul {
    list-style-type: none;
}

#main-footer {
    border-top: 0px !important;
    background-color: #240a21 !important;
}

article {
  padding-bottom: 0px !important;
}

.message {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9;
}

.success {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #3c763d;
  background-color: #dff0d8;
}

.danger {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #a94442;
  background-color: #f2dede;
}

.warning {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.note{
  margin-bottom: 1rem;
  padding: 1rem;
  color: #31708f;
  background-color: #d9edf7;
}

.meta-well {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9;
}

.tag-well {
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9;
}

.btn-read {
    /*background-color: #ac5b00;*/
    background-color: #4f8a8a;
    color: #fff;
    margin-bottom: 15px;
}

a {
    color: #4f8a8a;
    font-weight: bold;
}

.pagination > li > a, .pagination > li > span {
    background-color: #240a21;
}

i.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   background-color: #ac5b00; 
}

/* Hide updated date */
.updated:not(.published) {
    display: none;
}

/* Further reading links */
.further-reading {
  text-align: center;
  background: #D9D9D9;
  padding: 0.75em 7.4074%;
}
.further-reading div {
  margin: 1.5em 0;
}
.further-reading span,
.further-reading a {
  display: block;
}

.further-reading div {
width: 50%;
}
.further-reading .previous {
text-align: left;
float: left;
}
.further-reading .next {
text-align: right;
float: right;
}
  .further-reading:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

code {
    color: #4f8a8a;
}

blockquote {
   padding: 0px 0px 0px 20px;
}
