/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

.post-content > p:nth-of-type(2):after {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.post-content .tiles:after {
  content: "";
  display: table;
  clear: both; }

.post-content > p:nth-of-type(2):after {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.post-content .tiles:after {
  content: "";
  display: table;
  clear: both; }

.post-title {
  font-size: 72px;
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 600; }
  @media (max-width: 500px) {
    .post-title {
      font-size: 45px; } }

.site-header {
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }
  .site-header .site-logo {
    display: block; }
    .site-header .site-logo img {
      margin: 0; }
    .site-header .site-logo .tint {
      margin: 0;
      position: relative; }
      .site-header .site-logo .tint:before {
        content: "";
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        background: rgba(15, 15, 25, 0.5); }
    .site-header .site-logo div {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 600px; }
  .site-header .header-menu-content {
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
    .site-header .header-menu-content .site-nav {
      top: 60px;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 100; }
      @media (max-width: 767px) {
        .site-header .header-menu-content .site-nav {
          top: 40px; } }
      .site-header .header-menu-content .site-nav, .site-header .header-menu-content .site-nav .js-ajax-link, .site-header .header-menu-content .site-nav a {
        font-family: "Saira Condensed", sans-serif;
        font-weight: 100;
        font-size: 16px;
        color: #FEFEFE;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-transition-duration: 0.15s;
                transition-duration: 0.15s; }
      .site-header .header-menu-content .site-nav .logo {
        margin-bottom: 30px;
        text-transform: none; }
        @media (max-width: 767px) {
          .site-header .header-menu-content .site-nav .logo {
            margin-bottom: 18px; } }
        .site-header .header-menu-content .site-nav .logo .logo-main-title, .site-header .header-menu-content .site-nav .logo .logo-subtitle {
          text-shadow: none;
          display: block; }
        .site-header .header-menu-content .site-nav .logo .logo-subtitle {
          -webkit-transform: translate3d(130px, -6px, 0);
                  transform: translate3d(130px, -6px, 0);
          font-weight: 100;
          text-transform: uppercase;
          font-family: 'Saira Extra Condensed', sans-serif;
          font-size: 14px;
          letter-spacing: 1px; }
          @media (max-width: 500px) {
            .site-header .header-menu-content .site-nav .logo .logo-subtitle {
              -webkit-transform: none;
                      transform: none; } }
        .site-header .header-menu-content .site-nav .logo .logo-main-title {
          letter-spacing: -2.2px;
          font-weight: 200;
          font-size: 56px; }
      .site-header .header-menu-content .site-nav .site-nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0;
        margin: 0 auto 10px;
        max-width: 900px;
        list-style: none; }
        @media (max-width: 1100px) {
          .site-header .header-menu-content .site-nav .site-nav-list {
            max-width: 82%; } }
        @media (max-width: 767px) {
          .site-header .header-menu-content .site-nav .site-nav-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .site-header .header-menu-content .site-nav .site-nav-list .site-nav-item {
              margin-bottom: 10px; } }
        .site-header .header-menu-content .site-nav .site-nav-list .site-nav-item {
          display: block;
          margin: 0; }
        .site-header .header-menu-content .site-nav .site-nav-list .js-ajax-link {
          border-bottom: 0px solid transparent; }
          .site-header .header-menu-content .site-nav .site-nav-list .js-ajax-link:hover {
            color: #e5b743;
            border-bottom: 1px solid #e5b743;
            padding-bottom: 3px; }
  .site-header .post-header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
    line-height: 1;
    text-align: right;
    font-family: "Saira Condensed", sans-serif;
    max-width: 900px;
    margin: 0 auto; }
    .site-header .post-header .post-header-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0 auto; }
      .site-header .post-header .post-header-wrapper div {
        top: 100%;
        right: 0;
        left: 0;
        position: absolute;
        -webkit-transform: translateY(calc(-100% - 50px));
                transform: translateY(calc(-100% - 50px)); }
      @media (max-width: 1100px) {
        .site-header .post-header .post-header-wrapper {
          max-width: 82%; } }
    .site-header .post-header .post-title, .site-header .post-header .post-date {
      font-family: "Saira Condensed", sans-serif;
      color: #FEFEFE;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
    .site-header .post-header .post-date {
      text-transform: uppercase;
      margin: -15px 0 0;
      font-weight: 300;
      font-size: 16px; }
      .site-header .post-header .post-date a {
        color: #FEFEFE; }
    .site-header .post-header .diffused {
      overflow: hidden;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
      .site-header .post-header .diffused span {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-animation: 0.5s ease-out 0.4s 1 slideInFromLeft forwards;
                animation: 0.5s ease-out 0.4s 1 slideInFromLeft forwards;
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s; }

.footer {
  background-color: #131719;
  background-image: url(../../assets/img/green-fibers.png);
  text-align: center;
  line-height: 1;
  color: #989898;
  margin-top: 95px;
  padding: 40px 0 30px;
  position: relative; }
  .footer .jump-top-wrapper {
    display: block;
    overflow: hidden;
    position: absolute;
    height: 30px;
    width: 40px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000; }
    .footer .jump-top-wrapper:after {
      display: block;
      content: "";
      -webkit-transform: translateY(-12px) rotate(45deg);
              transform: translateY(-12px) rotate(45deg);
      background-color: #e5b743;
      height: 40px;
      width: 40px; }
    .footer .jump-top-wrapper div {
      position: relative;
      height: 30px; }
      .footer .jump-top-wrapper div a {
        color: #FEFEFE;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 100000; }
  .footer .menu {
    list-style: none;
    line-height: 1;
    margin: 15px auto 10px;
    font-size: 26px;
    padding: 0; }
    .footer .menu li {
      display: inline-block; }
    .footer .menu li + li {
      margin-left: 30px; }
  .footer .site-logo {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 20px; }
  .footer .social-text {
    line-height: 1.3;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 300;
    margin: 0 0 25px; }
  .footer .footer-copyright {
    color: #656565;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase; }
    .footer .footer-copyright a {
      color: #656565;
      font-weight: 600; }
      .footer .footer-copyright a:hover {
        color: #e5b743; }

.insta-wrapper {
  margin: 40px 0;
  position: relative; }
  .insta-wrapper::before {
    content: "";
    max-width: 1400px;
    height: 5px;
    background: #424242;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .insta-wrapper::after {
    content: "";
    max-width: 1400px;
    height: 5px;
    background: #424242;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .insta-wrapper + .small-posts {
    margin-top: 15px; }
  .insta-wrapper .insta-title {
    max-width: 1400px;
    margin: 35px auto;
    font-family: "Saira Condensed", sans-serif;
    font-size: 40px; }
    @media (max-width: 1600px) {
      .insta-wrapper .insta-title {
        max-width: calc(90% - 2 * 15px); } }
    @media (max-width: 900px) {
      .insta-wrapper .insta-title {
        max-width: none;
        text-align: center; } }
  .insta-wrapper .insta-wrapper-inner {
    margin: 40px 0;
    overflow-x: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */ }
    .insta-wrapper .insta-wrapper-inner::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0; }
  .insta-wrapper .instafeed-navigation {
    height: 64px;
    width: 64px;
    color: #FEFEFE;
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(254, 254, 254, 0.7); }
    .insta-wrapper .instafeed-navigation.left {
      left: 0;
      margin-left: 2vw; }
      .insta-wrapper .instafeed-navigation.left i {
        margin-left: -8px;
        margin-top: -3px; }
    .insta-wrapper .instafeed-navigation.right {
      right: 0;
      margin-right: 2vw; }
      .insta-wrapper .instafeed-navigation.right i {
        margin-left: 8px;
        margin-top: -3px; }
  .insta-wrapper #instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .insta-wrapper #instafeed .caption {
      width: 100vw;
      text-align: center;
      text-transform: uppercase;
      margin-top: 0;
      padding-top: 40px; }
    .insta-wrapper #instafeed .insta-link {
      display: block;
      margin: 0 10px 0 0; }
      .insta-wrapper #instafeed .insta-link img {
        margin: 0;
        height: 306px; }
    .insta-wrapper #instafeed .insta-link:first-of-type {
      margin-left: 10px; }

.recent-posts {
  overflow-x: hidden; }
  .recent-posts.tag .big-post-img {
    height: 600px;
    max-height: 600px; }
    .recent-posts.tag .big-post-img::after {
      display: block;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background: rgba(15, 15, 25, 0.5); }
  .recent-posts .post-title {
    line-height: 1; }
    .recent-posts .post-title a {
      color: #FEFEFE;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
      .recent-posts .post-title a:hover {
        color: #e5b743; }
  .recent-posts .post-date {
    color: #FEFEFE;
    font-weight: 300; }
    .recent-posts .post-date a {
      color: #FEFEFE;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
      .recent-posts .post-date a:hover {
        color: #e5b743; }
    .recent-posts .post-date > * {
      vertical-align: middle; }
  .recent-posts .excerpt {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); }

.main {
  position: relative; }
  .main .site-header {
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 100; }
    @media (max-width: 767px) {
      .main .site-header {
        top: 40px; } }
  .main .site-nav, .main .header-menu-content {
    position: static !important; }
  .main .big-post-img, .main .small-post-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .main .fa {
    margin-right: 1px; }

.separator::before {
  width: 40px;
  height: 1px;
  display: inline-block;
  background: #FEFEFE;
  content: "";
  margin-bottom: 4px;
  margin: 0 7px 4px 7px; }

.big-post-wrapper {
  position: relative; }
  .big-post-wrapper .big-post-img {
    height: 600px;
    max-height: 600px;
    position: relative; }
    .big-post-wrapper .big-post-img::after {
      display: block;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background: rgba(15, 15, 25, 0.5); }
  .big-post-wrapper .big-post-text {
    max-width: 900px;
    margin: 0 auto;
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(calc(-100% - 50px));
            transform: translateY(calc(-100% - 50px));
    z-index: 100;
    color: #FEFEFE;
    font-family: "Saira Condensed", sans-serif;
    text-align: right; }
    @media (max-width: 1100px) {
      .big-post-wrapper .big-post-text {
        max-width: 82%; } }
    .big-post-wrapper .big-post-text .post-date {
      font-family: "Saira Condensed", sans-serif;
      margin: -15px 0 0;
      font-size: 16px;
      text-transform: uppercase; }
      @media (max-width: 900px) {
        .big-post-wrapper .big-post-text .post-date {
          font-size: 14.54545px; } }
      .big-post-wrapper .big-post-text .post-date .fa {
        font-size: 12px; }
      .big-post-wrapper .big-post-text .post-date * + .fa {
        margin-left: 60px; }
    .big-post-wrapper .big-post-text h2, .big-post-wrapper .big-post-text h3 {
      display: none;
      line-height: 1.4;
      font-weight: 100;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1100px) {
        .big-post-wrapper .big-post-text h2, .big-post-wrapper .big-post-text h3 {
          max-width: 800px; } }
      @media (max-width: 900px) {
        .big-post-wrapper .big-post-text h2, .big-post-wrapper .big-post-text h3 {
          max-width: 600px; } }
      @media (max-width: 767px) {
        .big-post-wrapper .big-post-text h2, .big-post-wrapper .big-post-text h3 {
          display: none; } }
    .big-post-wrapper .big-post-text h2 {
      font-family: "Open Sans", arial, sans-serif;
      font-size: 22px;
      margin: 30px auto 15px;
      -webkit-transform: translateX(-25px);
              transform: translateX(-25px); }
      @media (max-width: 1100px) {
        .big-post-wrapper .big-post-text h2 {
          font-size: 20px;
          max-width: 800px;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    .big-post-wrapper .big-post-text h3 {
      margin-top: 15px;
      font-size: 20px;
      -webkit-transform: translateX(25px);
              transform: translateX(25px);
      text-align: right; }
      @media (max-width: 1100px) {
        .big-post-wrapper .big-post-text h3 {
          font-size: 18.18182px;
          max-width: 800px; } }
      @media (max-width: 900px) {
        .big-post-wrapper .big-post-text h3 {
          text-align: center;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }

.small-posts-wrapper {
  background: #fcfcfc;
  padding-top: 40px; }

@media screen and (max-width: 824px) {
  .small-post .small-post-img img {
    margin-left: 0 !important;
    -webkit-transition: 0s !important;
    transition: 0s !important; } }

.small-posts {
  list-style: none;
  padding: 0 30px;
  line-height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  grid-gap: 15px;
  justify-items: center;
  max-width: 1430px; }
  @media (max-width: 500px) {
    .small-posts {
      grid-template-columns: repeat(auto-fill, minmax(96%, 1fr)); } }
  .small-posts .small-post {
    line-height: 1;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
    background: #fefefe;
    min-width: 375px;
    max-width: 600px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 500px) {
      .small-posts .small-post {
        min-width: 96%; } }
    .small-posts .small-post .separator::before {
      background: #303030; }
    .small-posts .small-post:hover .small-post-img img {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); }
  .small-posts .small-post-img {
    height: 260px; }
    @media (max-width: 900px) {
      .small-posts .small-post-img {
        height: 216.66667px; } }
    .small-posts .small-post-img a {
      height: inherit;
      display: block; }
    .small-posts .small-post-img img {
      margin: 0;
      max-width: none;
      height: inherit;
      -webkit-transition: 1s;
      transition: 1s; }
  .small-posts .small-post-text {
    z-index: 100;
    border-left: #f6f6f6 1px solid;
    border-bottom: #f6f6f6 1px solid;
    border-right: #f6f6f6 1px solid;
    font-family: "Saira Condensed", sans-serif;
    padding: 30px 15px;
    text-align: center; }
    .small-posts .small-post-text *, .small-posts .small-post-text a {
      color: #303030; }
    .small-posts .small-post-text .post-title {
      margin: 0;
      font-weight: 500;
      font-size: 41px; }
    .small-posts .small-post-text .post-date {
      margin: 0;
      text-transform: uppercase;
      font-size: 14px; }
      .small-posts .small-post-text .post-date .fa {
        font-size: 11px; }
      .small-posts .small-post-text .post-date * + .fa {
        margin-left: 30px; }

.post-content {
  margin-top: 40px; }
  .post-content a:hover {
    border-bottom: 1px dotted #e5b743;
    padding: 0 0 2px; }
  .post-content:last-child {
    margin-bottom: 0; }
  .post-content > * {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 900px) {
      .post-content > * {
        max-width: 96%; } }
    @media (max-width: 992px) {
      .post-content > * {
        max-width: 92%; } }
  .post-content > p.has_wide_img {
    max-width: initial;
    margin-bottom: 0; }
  .post-content .has_captioned_img {
    margin-bottom: 20px; }
  .post-content > p:first-of-type, .post-content > p:nth-of-type(2) {
    font-size: 23px;
    font-family: "Saira Condensed", sans-serif;
    max-width: 1100px; }
    .post-content > p:first-of-type span, .post-content > p:nth-of-type(2) span {
      font-size: 23px;
      font-family: "Saira Condensed", sans-serif; }
    @media (max-width: 1100px) {
      .post-content > p:first-of-type, .post-content > p:nth-of-type(2) {
        max-width: 94%; } }
  .post-content > p:nth-of-type(2) {
    margin-top: -32px;
    text-align: right; }
    @media (max-width: 992px) {
      .post-content > p:nth-of-type(2) {
        margin-top: -20px; } }
    .post-content > p:nth-of-type(2):after {
      content: "";
      margin: 30px auto;
      border: none;
      height: 1px;
      max-width: 600px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%); }
  .post-content hr {
    border: none;
    height: 1px;
    max-width: 600px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%); }
  .post-content span.right {
    display: block;
    margin-top: -20px;
    text-align: right;
    font-family: "Saira Condensed", sans-serif;
    font-size: 20px; }
  .post-content img {
    margin-bottom: 30px; }
  .post-content .kg-card > * {
    margin-left: auto !important;
    margin-right: auto !important; }
  .post-content img[src*='wide'], .post-content .paralax, .post-content .kg-width-full {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .post-content .kg-width-wide {
    max-width: 1200px; }
    .post-content .kg-width-wide img {
      margin-left: auto;
      margin-right: auto; }
  .post-content img[src*='down'], .post-content .down {
    margin-bottom: 20px; }
  .post-content img[src*='up'] {
    margin-top: -20px; }
    @media (max-width: 1100px) {
      .post-content img[src*='up'] {
        margin-top: 0; } }
  .post-content .up {
    margin-top: -20px; }
  .post-content .has_overlay_img {
    position: relative;
    max-width: initial; }
    .post-content .has_overlay_img img[src*='overlay'] {
      top: 0;
      right: 0;
      left: 0;
      position: absolute;
      margin: 0;
      display: none; }
    .post-content .has_overlay_img:hover img[src$='overlay'] {
      display: block; }
  .post-content .tiles .left, .post-content .tiles .right {
    max-width: 440px; }
    @media (max-width: 1100px) {
      .post-content .tiles .left, .post-content .tiles .right {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    .post-content .tiles .left p, .post-content .tiles .right p {
      margin-bottom: 20px; }
  .post-content .tiles img {
    margin: 0; }
  .post-content .tiles img ~ .left, .post-content .tiles img ~ .right {
    margin-top: 0; }
  .post-content .tiles > p {
    margin-top: 20px;
    margin-bottom: 20px; }
  .post-content .tiles .left {
    float: left; }
    @media (max-width: 1100px) {
      .post-content .tiles .left {
        float: none; } }
    .post-content .tiles .left .image-caption {
      text-align: left;
      padding: 0 0 0 8px; }
  .post-content .tiles .right {
    float: right; }
    @media (max-width: 1100px) {
      .post-content .tiles .right {
        float: none; } }
  .post-content .tiles .image-caption {
    margin: 0 auto; }
  .post-content .image-caption, .post-content figcaption {
    display: block;
    max-width: 900px;
    margin: -30px auto 20px;
    padding: 0 8px 0 0;
    text-align: right;
    font-family: "Saira Condensed", sans-serif; }

.post-footer, .comments {
  max-width: 900px;
  margin: 50px auto auto auto; }
  @media (max-width: 900px) {
    .post-footer, .comments {
      max-width: 96%; } }
  @media (max-width: 992px) {
    .post-footer, .comments {
      max-width: 92%; } }
  @media (max-width: 500px) {
    .post-footer .post-tags, .post-footer .share, .comments .post-tags, .comments .share {
      float: none;
      text-align: center; }
    .post-footer .share, .comments .share {
      margin-top: 20px; } }

.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: #e5b743;
    color: #FEFEFE;
    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; }

.page-number {
  display: none; }

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

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

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

h1 {
  font-size: 26px; }

h2 {
  font-size: 24px; }

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

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

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

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

p, figcaption {
  line-height: 1.8; }

p {
  margin: 0 0 30px; }

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

ul, ol {
  list-style-position: outside;
  line-height: 1.8;
  margin: 0 0 40px; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 10px 0 0 20px; }
  ul li, ol li {
    margin: 0 0 10px; }
    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%; }

pre {
  background: #F1F0EA;
  border: 1px solid #DDDBCC;
  border-radius: 3px;
  margin: 0 0 40px;
  padding: 15px 20px; }

hr {
  border: none;
  border-bottom: 1px dotted #303030;
  margin: 45px 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; }

::-moz-selection, ::-moz-selection {
  background: #FFF5B8;
  color: #000;
  display: block; }

::selection, ::-moz-selection {
  background: #FFF5B8;
  color: #000;
  display: block; }

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

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

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

.hide-till-loaded {
  visibility: hidden; }

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

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

.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: #e5b743; }

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

/* ============================================================ */
/* Post Index */
/* ============================================================ */
.post-list {
  border-top: 6px solid #303030;
  list-style: none;
  margin: 80px 40px 0;
  padding: 35px 0 0; }

.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;
    transition: all 0.2s ease-in-out;
    display: block;
    color: #424242;
    padding: 20px 5px; }
    .post-stub a:hover {
      background: #FCF5F5;
      color: #e5b743;
      padding: 20px 12px; }
      .post-stub a:hover .post-stub-tag {
        background: #e5b743; }

.post-stub-tag {
  background: #303030;
  border-radius: 3px;
  color: #FEFEFE;
  float: right;
  font-size: 10px;
  margin: 7px 0 0;
  padding: 0 5px;
  text-transform: uppercase; }

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

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

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

/* ============================================================ */
/* Author */
/* ============================================================ */
.author-profile {
  margin: 0 40px; }
  .author-profile:after {
    border-bottom: 1px dotted #303030;
    content: "";
    display: block;
    margin: 40px 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: 700;
  text-align: center;
  text-transform: uppercase;
  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: #e5b743; }

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

/* ============================================================ */
/* Media Queries */
/* ============================================================ */
@media only screen and (max-width: 800px) {
  .post-stub-tag {
    display: none; } }

@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-nav-item {
    display: block;
    margin: 15px 0; }
  .author-name,
  .author-heading {
    font-size: 42px;
    margin-top: 5px; }
  .post-date,
  .author-meta {
    margin-top: 20px; }
    .post-date:after, .post-date: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-list,
  .author-profile {
    margin-right: 25px;
    margin-left: 25px; }
  .post-stub a,
  .post-stub a:hover {
    padding-top: 12px;
    padding-bottom: 12px; }
  .footer {
    margin-top: 50px; } }

@media only screen and (max-width: 400px) {
  .author-name,
  .author-heading {
    font-size: 30px;
    line-height: 1.2; }
  .post-date,
  .author-meta {
    line-height: 1.6; }
  .post-date,
  .author-meta {
    margin-top: 10px; }
    .post-date:after, .post-date:before,
    .author-meta:after,
    .author-meta:before {
      margin-top: 20px; }
  .author-profile:after, .author-profile:before {
    margin-top: 10px; }
  .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; }
  .footer-copyright {
    padding: 0 10px; } }
