/* ============================================================ */
/* Base */
/* ============================================================ */
html, body {
  height: 100%; }

body {
  background: #FEFEFE;
  color: #424242;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 18px;
  border-top: 7px #F03838 solid; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  text-transform: none; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px;
  margin-bottom: 20px; }

h4 {
  font-size: 22px;
  margin-bottom: 18px; }

h5 {
  font-size: 20px;
  margin-bottom: 15px; }

h6 {
  font-size: 18px;
  margin-bottom: 12px; }

p {
  line-height: 1.8;
  margin: 0 0 18px; }

a {
  color: #F03838;
  text-decoration: none; }

ul, ol {
  list-style-position: outside;
  line-height: 1.8;
  margin: 0 0 20px; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 10px 0 0 20px; }
  ul li, ol li {
    margin: 0 0 5px; }
    ul li:last-of-type, ol li:last-of-type {
      margin-bottom: 0; }

ul {
  padding-left: 20px; }

ol {
  padding-left: 22px; }

ul ul,
ol ul {
  padding-left: 0; }

ul ol,
ol ol {
  padding-left: 5px; }

blockquote {
  border-left: 1px dotted #303030;
  margin: 40px 0;
  padding: 5px 30px; }
  blockquote p {
    color: #AEADAD;
    display: block;
    font-style: italic;
    margin: 0;
    width: 100%; }

img {
  display: block;
  margin: 40px 0;
  width: auto;
  max-width: 100%; }

#pepper-embed-badge > img {
  margin: 0; }

img.post-featured-image {
  max-width: 130%;
  width: 130%;
  margin-left: -15%;
  margin-bottom: 40px; }

hr {
  border: none;
  border-bottom: 1px dotted #303030;
  margin: 35px 0; }

table {
  margin-bottom: 40px;
  width: 100%; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f3; }
  table th {
    padding: 0 10px 10px;
    text-align: left; }
  table td {
    padding: 10px; }
  table tr {
    border-bottom: 1px dotted #AEADAD; }

::selection {
  background: #FF7272;
  color: #FEFEFE;
  display: block; }

::-moz-selection {
  background: #FF7272;
  color: #FEFEFE;
  display: block; }

.fluid-width-video-wrapper {
  margin-bottom: 40px; }

.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* ============================================================ */
/* General Appearance */
/* ============================================================ */
.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 889px; }

#wrapper {
  height: auto;
  min-height: 100%; }
  #wrapper:after {
    content: "";
    display: block;
    /* This must be the same as the height of the footer */
    height: 20px; }

.button {
  background: #303030;
  border: none;
  border-radius: 3px;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-transform: uppercase; }
  .button:hover {
    background: #F03838; }

.button-square {
  background: #F03838;
  color: #FFF;
  float: left;
  font-size: 17px;
  margin: 0 0 0 10px;
  padding: 3px 8px 4px; }
  .button-square:hover {
    background: #303030; }

/* ============================================================ */
/* Site Header */
/* ============================================================ */
.site-header {
  padding: 120px 0 0;
  overflow: auto;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px; }

.site-title-wrapper {
  display: table;
  margin: 0 auto; }

.site-title {
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }
  .site-title a {
    float: left;
    background: #F03838;
    color: #FEFEFE;
    padding: 5px 10px 6px; }
    .site-title a:hover {
      background: #303030; }

.site-logo {
  display: block; }
  .site-logo img {
    margin: 0; }

.site-nav {
  list-style: none;
  margin: 28px 0 10px;
  padding-left: 0; }

.site-nav-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px; }
  .site-nav-item a:hover {
    color: #424242; }

/* ============================================================ */
/* Post */
/* ============================================================ */
#latest-post {
  display: none; }

.post-container {
  margin: 0 40px; }

.post-header {
  margin: 0 0 35px;
  padding: 0 0 0px;
  text-align: center;
  text-transform: uppercase; }
  .post-header:after {
    border-bottom: 1px dotted #303030;
    content: "";
    display: block;
    margin: 40px auto 0;
    width: 200px; }

.post-title,
.page-title {
  font-size: 40px;
  font-weight: 500;
  margin: 15px 0;
  text-align: center;
  text-transform: none; }

.page-title {
  margin: 15px 40px; }

.post-date,
.blog-description {
  color: #AEADAD;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
  margin: 25px 0 0; }
  .post-date a,
  .blog-description a {
    color: #AEADAD; }
  .post-date a:hover,
  .blog-description a:hover {
    color: #F03838; }

.post-content figure {
  margin: 0;
  margin-top: 10px;
  padding: 10px 0 25px; }
.post-content img {
  margin: 0 auto;
  border: 1px #B2B2B2 solid; }
.post-content figcaption {
  font-weight: 300;
  margin-top: 10px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  outline: 0;
  z-index: 300;
  text-align: center; }
.post-content h1 {
  margin-top: 50px; }
.post-content h2 {
  margin-top: 40px; }
.post-content h3, .post-content h4 {
  margin-top: 30px; }
.post-content h5, .post-content h6 {
  margin-top: 10px; }
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 15px; }
.post-content a:hover {
  border-bottom: 1px dotted #F03838;
  padding: 0 0 2px; }
.post-content:last-child {
  margin-bottom: 0; }

.post-footer {
  margin-top: 5px; }

.post-tags,
.share {
  color: #AEADAD;
  font-size: 14px; }
  .post-tags span,
  .share span {
    font-weight: 600; }

.post-tags {
  float: left;
  margin: 3px 0 0; }
  .post-tags a:hover {
    color: #303030; }

.share {
  float: right; }
  .share a {
    background: #F03838;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    padding: 5px 0 4px;
    width: 30px;
    text-align: center; }
  .share a:hover {
    background: #303030; }

.post-navigation {
  display: table;
  margin: 70px auto 100px;
  display: table;
  margin: 15px auto 20px; }

.newer-posts,
.older-posts {
  float: left;
  background: #F03838;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  padding: 5px 10px 6px;
  text-transform: uppercase; }
  .newer-posts:hover,
  .older-posts:hover {
    background: #303030; }

.page-number {
  display: none; }

/* ============================================================ */
/* Post Index */
/* ============================================================ */
.post-list {
  border-top: 1px dotted #303030;
  list-style: none;
  margin: 0px 40px 0;
  padding: 0 0 0; }
  .post-list a {
    line-height: 1.3em; }
  .post-list .fa-star-o {
    font-size: 16px;
    padding-left: 10px; }
  .post-list time {
    font-weight: 100;
    display: block;
    font-size: 16px;
    line-height: 1em;
    padding-bottom: 5px; }
  .post-list h6 {
    font-weight: 600;
    margin-top: 6px;
    line-height: 1.2em;
    display: inline; }

.post-stub {
  border-bottom: 1px dotted #303030;
  margin: 0;
  position: relative; }
  .post-stub:first-child {
    padding-top: 0; }
  .post-stub a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    color: #424242;
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 5px;
    padding-right: 5px; }
    .post-stub a:hover {
      color: #F03838;
      padding-left: 8px; }

.post-stub-tag {
  color: #F03838; }

.post-stub-title {
  display: inline-block;
  margin: 0;
  text-transform: none; }

.next-posts-link a,
.previous-posts-link a {
  display: block;
  padding: 8px 11px; }

/* ============================================================ */
/* Author */
/* ============================================================ */
.author-profile {
  margin: 0 40px;
  padding-top: 70px; }
  .author-profile .custom-links {
    padding-top: 5px; }
  .author-profile .custom-links a {
    color: #303030;
    text-decoration: none; }
    .author-profile .custom-links a:hover {
      color: #606060; }
  .author-profile:after {
    border-bottom: 0px;
    content: "";
    display: block;
    margin: 65px auto 0;
    width: 100px; }

.author-heading {
  margin: 15px auto;
  text-align: center;
  width: 100%; }

.author-avatar {
  border-radius: 50px;
  display: inline;
  height: 50px;
  margin: 5px 10px 0 0;
  width: 50px;
  vertical-align: middle; }

.author-name {
  display: inline;
  font-size: 52px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle; }

.author-meta {
  color: #AEADAD;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0;
  text-align: center;
  text-transform: uppercase; }
  .author-meta span {
    display: inline-block;
    margin: 0 10px 8px; }
  .author-meta i {
    margin-right: 8px; }
  .author-meta a {
    color: #AEADAD; }
  .author-meta a:hover {
    color: #F03838; }

.author-bio {
  margin: 20px auto 0;
  text-align: center;
  max-width: 700px; }

/* ============================================================ */
/* Footer */
/* ============================================================ */
.footer {
  overflow: auto; }
  .footer .site-title-wrapper {
    margin: 10px auto 10px; }
  .footer .site-title a:hover,
  .footer .button-square:hover {
    background: #121212; }
  .footer .button-jump-top {
    font-size: 23px;
    line-height: 1.1;
    padding-top: 1px; }

.footer-copyright {
  margin: 0 auto;
  width: 100%;
  padding-top: 40px;
  max-width: 640px;
  font-size: 12px;
  text-align: center;
  color: #999999;
  line-height: 17.6px; }

/* ============================================================ */
/* Pre Code
/* ============================================================ */
.post-content pre > code {
  font-family: 'Source Code Pro', monospace;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  display: block;
  white-space: pre;
  overflow: auto;
  border-radius: 5px; }
.post-content code {
  font-family: 'Source Code Pro', monospace;
  font-size: 16px; }
.post-content pre {
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.post-content pre code, .post-content tt {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  border: none; }

/* ============================================================ */
/* Blog avatar
/* ============================================================ */
.blog-avatar {
  margin-left: auto;
  margin-right: auto;
  border-radius: 300px;
  height: 270px;
  display: block;
  width: 270px;
  border: 1px #B2B2B2 solid;
  margin-bottom: 50px; }

/* ============================================================ */
/* Social links in footer
/* ============================================================ */
.social-footer {
  text-align: center;
  padding-top: 5px; }
  .social-footer a {
    color: #F03838; }
    .social-footer a:hover {
      color: #303030; }

.disqus_thread {
  margin-top: 70px;
  margin-bottom: 40px; }

/* ============================================================ */
/* Reading time
/* ============================================================ */
.post-reading {
  position: absolute;
  top: 10px;
  right: 30px;
  line-height: 44px;
  display: inline-block;
  white-space: nowrap;
  color: #4A4A4A;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
  font-family: Open Sans, MundoSans, "Helvetica Neue", Arial, Helvetica, sans-serif;
  z-index: 999; }

.bigfoot-footnote__container {
  margin-left: -2px; }

.bigfoot-footnote__button {
  background-color: #F03838; }
  .bigfoot-footnote__button:after {
    color: wheat; }
  .bigfoot-footnote__button:hover {
    background-color: #FF7272; }

.bigfoot-footnote__content {
  font-size: 15px; }

.page-title-tags {
  margin: 0 auto 80px; }

/* ============================================================ */
/* Media Queries */
/* ============================================================ */
@media only screen and (max-width: 1100px) {
  img.post-featured-image {
    max-width: 100%;
    width: 100%;
    margin-left: 0px; } }
@media only screen and (max-width: 600px) {
  h1, h2 {
    margin-bottom: 20px; }

  p {
    margin-bottom: 20px; }

  ul, ol {
    margin-bottom: 20px; }

  img {
    margin: 30px 0; }

  blockquote {
    margin: 30px 0; }

  pre {
    margin: 30px 0; }

  hr {
    margin: 35px 0; }

  .site-header {
    padding-top: 60px; }

  .site-nav-item {
    display: block;
    margin: 15px 0; }

  .post-header {
    margin-bottom: 25px; }

  .post-title,
  .page-title,
  .author-name,
  .author-heading {
    font-size: 42px;
    margin-top: 5px; }

  .post-date,
  .blog-description,
  .author-meta {
    margin-top: 20px; }
    .post-date:after, .post-date:before,
    .blog-description:after,
    .blog-description:before,
    .author-meta:after,
    .author-meta:before {
      margin-top: 30px; }

  .author-profile:after, .author-profile:before {
    margin-top: 20px; }

  .post-stub-title {
    display: block; }

  .post-stub-date:before {
    content: "";
    display: block; }

  .post-list {
    margin-top: 45px; }

  .post-container,
  .post-list,
  .author-profile {
    margin-right: 25px;
    margin-left: 25px; }

  .post-tags {
    width: 100%; }

  .post-stub a,
  .post-stub a:hover {
    padding-top: 12px;
    padding-bottom: 12px; }

  .share {
    float: left;
    margin-top: 20px; }
    .share a {
      margin: 0 5px 0 0; }

  .footer {
    margin-top: 50px; } }
@media only screen and (max-width: 400px) {
  .site-header {
    padding-top: 40px; }

  .post-title,
  .page-title,
  .author-name,
  .author-heading {
    font-size: 30px;
    line-height: 1.2; }

  .post-date,
  .blog-description,
  .author-meta {
    line-height: 1.6; }

  .post-date,
  .blog-description,
  .author-meta {
    margin-top: 10px; }
    .post-date:after, .post-date:before,
    .blog-description:after,
    .blog-description:before,
    .author-meta:after,
    .author-meta:before {
      margin-top: 20px; }

  .author-profile:after, .author-profile:before {
    margin-top: 10px; }

  .post-container,
  .post-list,
  .author-profile {
    margin-right: 15px;
    margin-left: 15px; }

  .author-avatar {
    display: block;
    margin: 0 auto 18px; }

  .author-meta span {
    display: block;
    margin: 18px 0; } }

/*# sourceMappingURL=style.css.map */
