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

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

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

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

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

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #000000;
  text-decoration: none; }
  a:visited {
    color: black; }
  a:hover {
    color: #111;
    text-decoration: none;
    cursor: pointer; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

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

code {
  padding: 1px 5px; }

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

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(1280px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: calc(1280px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

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

.flex {
  display: flex; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 540px) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 960px) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.3333333333%; }

.col-2-sm {
  width: 12.6666666667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.3333333333%; }

.col-5-sm {
  width: 37.6666666667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.3333333333%; }

.col-8-sm {
  width: 62.6666666667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.3333333333%; }

.col-11-sm {
  width: 87.6666666667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 769px) {
  .col-1 {
    width: 4.3333333333%; }
  .col-2 {
    width: 12.6666666667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.3333333333%; }
  .col-5 {
    width: 37.6666666667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.3333333333%; }
  .col-8 {
    width: 62.6666666667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.3333333333%; }
  .col-11 {
    width: 87.6666666667%; }
  .col-12 {
    width: 96%; }
  .offset-col-1 {
    margin-left: 4.3333333333%; }
  .offset-col-2 {
    margin-left: 12.6666666667%; }
  .offset-col-3 {
    margin-left: 21%; }
  .offset-col-4 {
    margin-left: 29.3333333333%; }
  .offset-col-5 {
    margin-left: 37.6666666667%; }
  .offset-col-6 {
    margin-left: 46%; }
  .offset-col-7 {
    margin-left: 54.3333333333%; }
  .offset-col-8 {
    margin-left: 62.6666666667%; }
  .offset-col-9 {
    margin-left: 71%; }
  .offset-col-10 {
    margin-left: 79.3333333333%; }
  .offset-col-11 {
    margin-left: 87.6666666667%; }
  .offset-col-12 {
    margin-left: 96%; }
  .gutter-col-1 {
    margin-right: 4.3333333333%; }
  .gutter-col-2 {
    margin-right: 12.6666666667%; }
  .gutter-col-3 {
    margin-right: 21%; }
  .gutter-col-4 {
    margin-right: 29.3333333333%; }
  .gutter-col-5 {
    margin-right: 37.6666666667%; }
  .gutter-col-6 {
    margin-right: 46%; }
  .gutter-col-7 {
    margin-right: 54.3333333333%; }
  .gutter-col-8 {
    margin-right: 62.6666666667%; }
  .gutter-col-9 {
    margin-right: 71%; }
  .gutter-col-10 {
    margin-right: 79.3333333333%; }
  .gutter-col-11 {
    margin-right: 87.6666666667%; }
  .gutter-col-12 {
    margin-right: 96%; }
  .hidden-sm {
    display: block; } }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title img {
  width: 25%;
  position: relative;
  top: 5px; }

@media screen and (max-width: 600px) {
  .site-title img {
    width: 50%;
    position: relative;
    top: 5px; } }

.site-nav .menu-icon {
  display: none; }

@media screen and (max-width: 800px) {
  .site-nav {
    height: 100%;
    background: #fff;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 0; }
    .site-nav.open-nav {
      width: 70%; }
    .site-nav .navigation {
      display: none;
      float: none; }
      .site-nav .navigation li {
        width: 100%;
        text-align: center;
        background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); }
    .site-nav .menu-icon {
      display: block;
      float: right;
      width: 36px;
      height: 26px;
      line-height: 0;
      padding-top: 10px;
      text-align: center; }
      .site-nav .menu-icon > svg {
        width: 18px;
        height: 15px; }
        .site-nav .menu-icon > svg path {
          fill: #424242; }
    .site-nav .trigger {
      clear: both;
      display: none; }
    .site-nav:hover .trigger {
      display: block;
      padding-bottom: 5px; }
    .site-nav .page-link {
      display: block;
      padding: 5px 10px;
      margin-left: 20px; }
      .site-nav .page-link:not(:last-child) {
        margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
  height: 300px; }
  .site-footer .footer-heading {
    display: block;
    text-align: center;
    padding: 0 0 20px; }
    .site-footer .footer-heading a {
      display: inline-block;
      margin: auto;
      width: 120px; }
  .site-footer ul {
    list-style: none; }
  .site-footer a {
    color: #ED1F24; }
    .site-footer a .icon {
      padding-right: 10px;
      color: #000; }
  .site-footer p {
    text-align: center; }
  .site-footer form {
    height: 50px; }
    .site-footer form input[type="image"] {
      width: 35%;
      margin: auto;
      display: block; }
  @media screen and (max-width: 800px) {
    .site-footer .col-4 {
      text-align: center; }
    .site-footer .icon {
      margin-left: -50px; } }

/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

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

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

.post-meta {
  font-size: 14px;
  color: #828282; }

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

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }
  .post-header h1 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }

.post-title {
  letter-spacing: -1px;
  line-height: 1;
  display: block; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

/*NAVIGATION*/
.navigation {
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
  float: right; }

.navigation li {
  display: inline-block;
  position: relative;
  list-style: none; }

.navigation li a {
  color: #000;
  font-weight: normal;
  font-size: 22px;
  border-radius: 5px;
  padding: 8px 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 25px; }

.navigation ul li a {
  border-radius: 0;
  padding: 5px 10px;
  margin: 5px;
  font-weight: normal;
  text-transform: initial; }

.navigation li > ul {
  background: white;
  position: absolute;
  list-style-type: none;
  top: 30px;
  margin: 0;
  padding: 0;
  left: 0;
  display: none;
  min-width: 100%;
  z-index: 1; }

.navigation li.active > ul {
  display: block;
  list-style: none; }

.navigation li ul li {
  display: block;
  float: none;
  margin-left: 0; }

.navigation li ul li a:hover {
  border-radius: 0;
  color: #ED1F24;
  background: #000; }

.navigation > li a:hover, .navigation li > ul:hover + a, .navigation li.current > a {
  color: #ED1F24; }

.navigation li.current > a {
  font-weight: bold; }

.navigation li a[href^=http]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  content: '\e9c8';
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .3em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .3em; }

.navigation .second-level {
  left: 100%;
  top: 0; }

form {
  width: 80%;
  margin: auto; }
  form span, form input[type="submit"] {
    display: inline-block;
    width: 30%;
    text-align: right;
    float: left; }
  form input[type="text"], form textarea {
    display: inline-block;
    width: 60%; }

/**
 * Pages
 */
.post-list li {
  background-size: cover;
  background-position: top center;
  height: 300px;
  position: relative; }
  .post-list li:first-child {
    height: 355px; }
    .post-list li:first-child .post-link-top {
      left: 0;
      top: 0;
      font-size: 50px; }
    .post-list li:first-child .post-title {
      top: 0;
      height: 100%;
      width: 30.6666666667%;
      right: 0; }
      @media only screen and (max-width: 960px) {
        .post-list li:first-child .post-title {
          width: 65.3333333333%; } }
  .post-list li .post-link-top {
    margin: 15px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0; }
  .post-list li .post-title {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    width: 100%;
    height: 90px;
    display: flex; }
    .post-list li .post-title .date {
      padding: 10px;
      text-align: center;
      border-left: 2px dashed rgba(255, 255, 255, 0.2);
      margin: 15px 0;
      position: absolute;
      right: 0;
      width: 20px; }
      .post-list li .post-title .date span {
        display: block; }
    .post-list li .post-title h2 {
      padding: 15px;
      position: absolute;
      margin-right: 30px; }
    .post-list li .post-title a {
      color: #ffffff;
      text-decoration: none; }
      .post-list li .post-title a:hover {
        text-decoration: none;
        cursor: pointer; }
    .post-list li .post-title .excerpt {
      font-family: 'Yantramanav', sans-serif;
      position: absolute;
      top: 90px;
      font-size: 20px;
      padding: 15px;
      font-weight: 100;
      line-height: 1.2em; }

.post-list.thumbs li {
  height: auto; }

.post-list.thumbs figure {
  background-size: cover; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .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; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 540px) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 960px) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.3333333333%; }

.col-2-sm {
  width: 12.6666666667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.3333333333%; }

.col-5-sm {
  width: 37.6666666667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.3333333333%; }

.col-8-sm {
  width: 62.6666666667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.3333333333%; }

.col-11-sm {
  width: 87.6666666667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 769px) {
  .col-1 {
    width: 4.3333333333%; }
  .col-2 {
    width: 12.6666666667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.3333333333%; }
  .col-5 {
    width: 37.6666666667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.3333333333%; }
  .col-8 {
    width: 62.6666666667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.3333333333%; }
  .col-11 {
    width: 87.6666666667%; }
  .col-12 {
    width: 96%; }
  .offset-col-1 {
    margin-left: 4.3333333333%; }
  .offset-col-2 {
    margin-left: 12.6666666667%; }
  .offset-col-3 {
    margin-left: 21%; }
  .offset-col-4 {
    margin-left: 29.3333333333%; }
  .offset-col-5 {
    margin-left: 37.6666666667%; }
  .offset-col-6 {
    margin-left: 46%; }
  .offset-col-7 {
    margin-left: 54.3333333333%; }
  .offset-col-8 {
    margin-left: 62.6666666667%; }
  .offset-col-9 {
    margin-left: 71%; }
  .offset-col-10 {
    margin-left: 79.3333333333%; }
  .offset-col-11 {
    margin-left: 87.6666666667%; }
  .offset-col-12 {
    margin-left: 96%; }
  .gutter-col-1 {
    margin-right: 4.3333333333%; }
  .gutter-col-2 {
    margin-right: 12.6666666667%; }
  .gutter-col-3 {
    margin-right: 21%; }
  .gutter-col-4 {
    margin-right: 29.3333333333%; }
  .gutter-col-5 {
    margin-right: 37.6666666667%; }
  .gutter-col-6 {
    margin-right: 46%; }
  .gutter-col-7 {
    margin-right: 54.3333333333%; }
  .gutter-col-8 {
    margin-right: 62.6666666667%; }
  .gutter-col-9 {
    margin-right: 71%; }
  .gutter-col-10 {
    margin-right: 79.3333333333%; }
  .gutter-col-11 {
    margin-right: 87.6666666667%; }
  .gutter-col-12 {
    margin-right: 96%; }
  .hidden-sm {
    display: block; } }

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