/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/**
 * Basic styling
 */
body {
  font-family: "Josefin Slab", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
  background-color: #550D10;
  -webkit-text-size-adjust: 100%; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 28.5px; }

h3 {
  font-size: 27px; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", serif;
  padding: 10px 0; }

p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 6px; }

img {
  max-width: 100%;
  vertical-align: middle; }

figure > img {
  display: block; }

figcaption {
  font-size: 17.5px;
  color: #999; }

/**
 * Lists
 */
ul, ol {
  margin-left: 24px; }

li > ul,
li > ol {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

a {
  color: #550D10;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

blockquote {
  font-family: "Open Sans", serif;
  font-weight: bold; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Clearfix
 */
.page-content:after, .site-header:after, .site-footer:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #666; }

.content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -9999; }

.page-content {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .page-content .page-banner {
    background: radial-gradient(#550D10 15%, transparent 16%) 0 0, radial-gradient(#550D10 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 20%) 8px 9px;
    background-color: #550D10;
    background-size: 16px 16px; }
    .page-content .page-banner .page-banner-inner {
      display: block;
      position: relative;
      margin: 0 auto;
      width: 76%;
      max-width: 1440px; }
      @media screen and (max-width: 959px) {
        .page-content .page-banner .page-banner-inner {
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .page-content .page-banner .page-banner-inner {
          width: 100%;
          min-height: 328px; } }
      .page-content .page-banner .page-banner-inner img {
        width: 100%; }
      .page-content .page-banner .page-banner-inner .header-blurb-wrapper {
        position: absolute;
        padding: 32px 64px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.45);
        bottom: 0; }
        @media screen and (max-width: 600px) {
          .page-content .page-banner .page-banner-inner .header-blurb-wrapper {
            padding: 8px 12px; } }
        .page-content .page-banner .page-banner-inner .header-blurb-wrapper .header-blurb,
        .page-content .page-banner .page-banner-inner .header-blurb-wrapper .header-sub-blurb {
          padding: 4px 0;
          color: #fff;
          font-family: "Open Sans", serif;
          font-size: 16px;
          text-align: center;
          text-shadow: 2px 2px 2px #000; }
        .page-content .page-banner .page-banner-inner .header-blurb-wrapper .header-sub-blurb {
          font-style: italic; }
  .page-content .page-content-inner {
    width: 76%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 959px) {
      .page-content .page-content-inner {
        width: 100%;
        padding: 0 32px; } }
    @media screen and (max-width: 600px) {
      .page-content .page-content-inner {
        padding: 0 16px; } }
  .page-content .main-content {
    float: left;
    width: 68%; }
    @media screen and (max-width: 959px) {
      .page-content .main-content {
        width: 100%;
        float: none; } }
  .page-content .no-sidebar .main-content {
    float: none;
    width: 100%; }
  .page-content .sidebar-content {
    width: 24%;
    float: right; }
    @media screen and (max-width: 959px) {
      .page-content .sidebar-content {
        float: none;
        width: 360px; } }
    @media screen and (max-width: 600px) {
      .page-content .sidebar-content {
        float: none;
        width: 100%; } }
  .page-content .full-width {
    width: 100%; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 32px; }

.post-meta {
  margin: 0;
  line-height: 1;
  font-size: 17.5px;
  color: #666; }

.post-link {
  display: block;
  font-size: 24px; }

.sidebar {
  width: 256px;
  float: right; }

/**
 * Posts
 */
.post-header {
  /* margin-bottom: $spacing-unit; */
  padding: 0;
  /*
    @include media-query($on-laptop) {
        padding: 12px;
    }
    @include media-query($on-palm) {
        padding: 0 12px;
    }
    */ }

.post-title {
  color: #550D10; }

blockquote.post-heading-blurb,
blockquote.page-heading-blurb {
  font-size: 20px; }

ul.tags {
  list-style: none;
  margin: 0 0 8px;
  line-height: 1; }
  ul.tags > li {
    display: inline-block;
    color: #666;
    font-family: "Open Sans", serif;
    font-size: 15px;
    text-transform: lowercase;
    font-style: italic; }

.page-heading-blurb {
  padding-top: 10px; }

.post-content {
  margin-bottom: 32px; }

iframe.twitter-timeline {
  height: 600px; }
  @media screen and (max-width: 600px) {
    iframe.twitter-timeline {
      height: 340px !important; } }

.strike {
  text-decoration: line-through; }

aside.comments {
  padding: 0 12px; }

.site-header {
  min-height: 56px;
  position: relative;
  background-color: #fff; }
  @media screen and (max-width: 959px) {
    .site-header {
      max-width: -webkit-calc(76% - (12px));
      max-width: calc(76% - (12px));
      padding-right: 6px;
      padding-left: 6px; } }
  @media screen and (max-width: 600px) {
    .site-header {
      max-width: 100%;
      padding: 0 4px; } }
  .site-header .wrapper {
    max-width: 970px;
    margin: 0 auto; }
    @media screen and (max-width: 959px) {
      .site-header .wrapper {
        padding: 0; } }

.site-title {
  font-family: "Open Sans", serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6px;
  margin-bottom: 0;
  float: left;
  color: #fff;
  text-shadow: 1px 1px 0 #550D10, -1px -1px 0 #550D10; }
  .site-title:hover {
    color: #550D10;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fefcfc, -1px -1px 0 #fefcfc; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #333;
    line-height: 1.5; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 20px; }

.site-footer {
  width: 100%;
  color: #bbb;
  background: radial-gradient(#550D10 15%, transparent 16%) 0 0, radial-gradient(#550D10 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 20%) 8px 9px;
  background-color: #550D10;
  background-size: 16px 16px;
  /*
    .footer-col-1 {
        width: -webkit-calc(35% - (12px / 2));
        width:         calc(35% - (12px / 2));
    }

    .footer-col-2 {
        width: -webkit-calc(20% - (12px / 2));
        width:         calc(20% - (12px / 2));
    }

    .footer-col-3 {
        width: -webkit-calc(45% - (12px / 2));
        width:         calc(45% - (12px / 2));
    }
    */ }
  .site-footer .wrapper {
    width: 76%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #550D10;
    padding: 36px 0;
    overflow: hidden; }
    @media screen and (max-width: 959px) {
      .site-footer .wrapper {
        width: 100%;
        padding: 36px 32px; } }
    @media screen and (max-width: 600px) {
      .site-footer .wrapper {
        padding: 16px; } }
    .site-footer .wrapper a {
      color: #fff; }
    .site-footer .wrapper h4,
    .site-footer .wrapper h5 {
      color: #fff; }
    .site-footer .wrapper h4 {
      padding-bottom: 0; }
    .site-footer .wrapper h5 {
      padding-top: 0; }
  .site-footer .contact-list,
  .site-footer .social-media-list,
  .site-footer .sites-list {
    list-style: none;
    margin-left: 0;
    line-height: 28px; }
    .site-footer .contact-list li:first-child,
    .site-footer .social-media-list li:first-child,
    .site-footer .sites-list li:first-child {
      font-size: 17px;
      padding-bottom: 8px; }
  .site-footer .sites-list li {
    margin-bottom: 16px; }
  .site-footer .sites-list li.site-link {
    margin-bottom: 0; }
  .site-footer .footer-col {
    float: left;
    width: -webkit-calc(35% - (12px / 2));
    width: calc(35% - (12px / 2));
    margin-top: 16px; }
    @media screen and (max-width: 959px) {
      .site-footer .footer-col {
        width: -webkit-calc(35% - (12px / 2));
        width: calc(35% - (12px / 2)); } }
    @media screen and (max-width: 600px) {
      .site-footer .footer-col {
        width: 100%; } }
  @media screen and (max-width: 959px) {
    .site-footer .footer-col-1,
    .site-footer .footer-col-2 {
      width: -webkit-calc(50% - (12px / 2));
      width: calc(50% - (12px / 2)); }
    .site-footer .footer-col-3 {
      width: -webkit-calc(100% - (12px / 2));
      width: calc(100% - (12px / 2)); } }
  .site-footer .icon > svg path {
    fill: #bbb; }

.about h2.what-is-pedrera {
  clear: both; }
.about img.profile {
  width: 256px;
  float: right;
  margin-left: 8px; }
  @media screen and (max-width: 600px) {
    .about img.profile {
      width: 100%; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
