/*********************************
	Normalize.css
**********************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*********************************
	Base Styles
**********************************/
html {
  height: 100%;
  font-size: 1em; }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    html {
      font-size: 0.95em; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 0.9em; } }

body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  color: #575757;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  @media screen and (min-width: 992px) {
    body {
      background: #f9f9f9; } }

*, *:before, *:after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: .2s ease;
  color: #2d3a7e; }
  a:hover {
    color: #26316b; }

p {
  letter-spacing: 0.01em;
  margin-bottom: 1.3em; }

ul, ol, dl {
  -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  margin: 0 0 1.75em 0;
  text-rendering: geometricPrecision; }

ol, ul {
  padding-left: 3rem; }

ol ol, ul ul,
ul ol, ol ul {
  margin: 0 0 0.4em 0;
  padding-left: 2em; }

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 1em; }

dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

li {
  margin: 0.4em 0; }

li li {
  margin: 0; }

h1, h2, h3, h4 {
  margin: 1.333em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
  color: #2a2a2a;
  font-family: "Open Sans", sans-serif;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

.main-content {
  margin-bottom: 5%; }

.tag-title {
  margin-bottom: 1.5%;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .tag-title {
      margin-bottom: 3%; } }

h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

small {
  font-size: 0.889em; }

code, pre {
  font-family: Courier,monospace;
  color: #2a2a2a;
  border-radius: 3px;
  white-space: pre;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased; }

code {
  margin: 0 2px;
  padding: 2px 10px;
  border: 1px solid #e0e0e0; }

pre {
  padding: 1rem;
  overflow: auto;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  background: #fff; }
  pre code {
    margin: 0;
    padding: 0;
    border: 0; }

blockquote {
  position: relative;
  margin: 2em 0;
  padding-left: 5%;
  font-style: oblique;
  color: #2a2a2a;
  letter-spacing: 0.02em; }
  blockquote p::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.65em;
    display: inline-block;
    vertical-align: middle;
    width: 3em;
    height: 3em;
    opacity: .075;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAABxCAMAAADVoLziAAAANlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///+3yE5gAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAgFJREFUeAHt19GupSAMhWEQRASU9f5POw8wdsKf3uxM6HVzPlmtsk8AlUcNvjraQJ7kE3OXBvJ8YhqSNEC3TzyatC7GJvnEWKeAWKacYn6ldfEYkk+MXQLiNeUUzykgxi75xHhLQEyvnGJ6RMQiAdFIlIhNXvGSgBi7vGITEeMjpxibgGiARDT+wmDtql5QA7QzcQiIBojEJiR2ecUmJDZ5xSIkFnnFLLsGap9r4DFlVot/b43dPo6wVI+sejNqv8Ja3eSAIVQz0bQIniZY0MyfxUTtqcz82f5aYAyL1VlGtxs8bZBk+sbgzTSBtTafj4RUln8jWO1GJeu1YIn0sFyDTaUamRrtYA8y+hqCTMOLMrXuqLEOFhbSwRIBR6xGe3UfMbMjxuk+4mBHvNxHTHDVX3REsHmVzeAx2sFYInvA4n41mtU/0QzAvZjZrdZAqMYXFU79dId6w1CDO9TEXqUGxMlCre5NzfCZO3qVwCfrZJE8/jHGnxljQf9ngMu1w8XJ7sWp8GIDi1PtxSE3FRhjgymxyxikBIZARXGRjN2fUnWL+efFAT4A6Jk7FLNbrOE3fjjaq33ljzpISi1/VDJEqyoQzXU6/OLLxOwQrbls8XSLEYrVK4KUtrjFLW6xu8Vrp7rFf9YWt7jFLW5xi1vc4ha3WAao8iWmAeoO/0ft+gOCY6b1X2cSKQAAAABJRU5ErkJggg==); }
  blockquote cite {
    font-weight: 700; }
    blockquote cite a {
      font-weight: normal; }

hr {
  border: none;
  height: 1px;
  background: #e0e0e0; }

table {
  margin: 1.75em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e7e7e7; }

table th {
  color: #2a2a2a; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

table tbody + tbody {
  border-top: 2px solid #e7e7e7; }

table table table {
  background-color: #f9f9f9; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f1f1f1; }

table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

main {
  position: relative;
  overflow: hidden;
  transition: .4s ease-in; }
  @media screen and (min-width: 992px) {
    main {
      left: 18%;
      width: 82%;
      background: #f9f9f9; } }

@media screen and (max-width: 500px) {
  .hidden-xs {
    display: none; } }

/*********************************
	Blog header styles
**********************************/
.blog-header {
  position: relative;
  background: #fff;
  padding: 1em 5%;
  padding-bottom: 1%;
  transition: .4s ease-in;
  z-index: 11; }
  @media screen and (min-width: 992px) {
    .blog-header {
      display: flex;
      flex-flow: column;
      width: 18%;
      position: fixed;
      height: 100%;
      padding: 6vh 3%;
      padding-bottom: 1%;
      text-align: right;
      border-right: 1px solid #f4f4f4; } }
  @media screen and (max-width: 992px) {
    .blog-header::before {
      content: "";
      display: block;
      background: #fff;
      height: 4rem;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      border-bottom: 1px solid #f7f7f7;
      transition: .3s ease;
      opacity: 0;
      z-index: 10; } }

.blog-logo {
  display: block;
  max-width: 100%;
  max-height: 4em;
  margin: 0 auto 1rem;
  float: right; }
  @media screen and (max-width: 992px) {
    .blog-logo {
      display: inline-block;
      max-width: 40%;
      max-height: 2em;
      margin: 0;
      float: left; } }

.blog-title {
  line-height: .9;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 2.3vw; }
  .blog-title a {
    color: #2a2a2a; }
    .blog-title a:hover {
      color: #2a2a2a; }
  @media screen and (max-width: 992px) {
    .blog-title {
      position: relative;
      display: inline-block;
      font-size: 1.8rem;
      line-height: 2rem;
      z-index: 10; } }

.blog-navigation-open {
  position: relative;
  height: 2rem;
  padding: 1px;
  float: right;
  border: none;
  outline: none;
  color: #111111;
  font-size: 1.6em;
  background: transparent;
  z-index: 10; }
  .blog-navigation-open i {
    vertical-align: top;
    line-height: 2rem; }
  @media screen and (min-width: 992px) {
    .blog-navigation-open {
      display: none; } }

.blog-navigation-toggle {
  display: none; }
  @media screen and (max-width: 992px) {
    .blog-navigation-toggle {
      position: relative;
      display: inline-block;
      background: none;
      outline: none;
      border: none;
      padding: 0;
      float: right;
      margin-top: .25rem;
      height: 1.5rem;
      width: 1.5rem;
      transition: .2s ease;
      z-index: 10; }
      .blog-navigation-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 1.5rem;
        background-color: #2a2a2a;
        transition: .2s ease; }
      .blog-navigation-toggle span:first-child {
        transform: translate3d(0, -0.45rem, 0); }
      .blog-navigation-toggle span:last-child {
        transform: translate3d(0, 0.45rem, 0); } }

.blog-navigation {
  overflow: auto; }
  @media screen and (min-width: 992px) {
    .blog-navigation {
      flex: 2; } }
  @media screen and (max-width: 992px) {
    .blog-navigation {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 8em 5% 1em;
      background: #fff;
      z-index: 9;
      transition: .25s ease;
      transform: scale(0);
      opacity: 0;
      text-align: center;
      transform-origin: 95% 1em; } }
  .blog-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 2.5;
    letter-spacing: .1em;
    font-size: 1.3em; }
    @media screen and (min-width: 992px) {
      .blog-navigation ul {
        margin: 3em 0;
        font-size: 1.05em; } }
    @media screen and (max-width: 992px) {
      .blog-navigation ul {
        transition: .1s ease-in .3s;
        opacity: 0; } }
    .blog-navigation ul li a {
      color: #979797; }
      .blog-navigation ul li a:hover {
        color: #2d3a7e; }
    .blog-navigation ul li.nav-current a {
      color: #2a2a2a; }
      .blog-navigation ul li.nav-current a:hover {
        color: #2a2a2a; }

@media screen and (max-width: 992px) {
  html.navigation-active {
    overflow-y: hidden; }
    html.navigation-active body {
      overflow-y: hidden; }
    html.navigation-active .blog-header::before {
      opacity: 1; }
    html.navigation-active .blog-navigation-toggle span:first-child {
      transform: rotate(45deg); }
    html.navigation-active .blog-navigation-toggle span:nth-child(2) {
      transform: translate3d(5rem, 0, 0); }
    html.navigation-active .blog-navigation-toggle span:last-child {
      transform: rotate(-45deg); }
    html.navigation-active .blog-navigation {
      transform: scale(1);
      opacity: 1; }
      html.navigation-active .blog-navigation ul {
        opacity: 1; }
    html.navigation-active .social-icons {
      opacity: 1;
      transition: .2s ease .3s; } }

/*********************************
	Social icons styles
**********************************/
.social-icon--facebook {
  background-color: #33689c; }
  .social-icon--facebook:hover {
    background-color: #2a5681; }

.social-icon--twitter {
  background-color: #23a8e1; }
  .social-icon--twitter:hover {
    background-color: #1b92c5; }

.social-icon--linkedin {
  background-color: #0e77b8; }
  .social-icon--linkedin:hover {
    background-color: #0b6297; }

.social-icon--google-plus {
  background-color: #dc4e41; }
  .social-icon--google-plus:hover {
    background-color: #d33527; }

.social-icon--instagram {
  background-color: #33689c; }
  .social-icon--instagram:hover {
    background-color: #2a5681; }

.social-icon--pinterest {
  background-color: #d03233; }
  .social-icon--pinterest:hover {
    background-color: #b5292a; }

.social-icon--tumblr {
  background-color: #36475b; }
  .social-icon--tumblr:hover {
    background-color: #293645; }

.social-icon--youtube {
  background-color: #ce3235; }
  .social-icon--youtube:hover {
    background-color: #b22a2d; }

.social-icon--dribbble {
  background-color: #ed3897; }
  .social-icon--dribbble:hover {
    background-color: #ea1786; }

.social-icon--vimeo {
  background-color: #20abe2; }
  .social-icon--vimeo:hover {
    background-color: #1a94c5; }

.social-icon--skype {
  background-color: #1d9ed8; }
  .social-icon--skype:hover {
    background-color: #1987b9; }

.social-icon--soundcloud {
  background-color: #ef4023; }
  .social-icon--soundcloud:hover {
    background-color: #de2d10; }

.social-icon--behance {
  background-color: #676b6c; }
  .social-icon--behance:hover {
    background-color: #56595a; }

.social-icon--rss {
  background-color: #f36525; }
  .social-icon--rss:hover {
    background-color: #e8510d; }

.social-icon--digg {
  background-color: #88936b; }
  .social-icon--digg:hover {
    background-color: #757e5c; }

.social-icon--reddit {
  background-color: #68c9e9; }
  .social-icon--reddit:hover {
    background-color: #49bee4; }

.social-icon--github {
  background-color: #4b4c4e; }
  .social-icon--github:hover {
    background-color: #3a3a3c; }

.social-icon--stumbleupon {
  background-color: #f05529; }
  .social-icon--stumbleupon:hover {
    background-color: #e53f10; }

.social-icon--vine {
  background-color: #4d7f59; }
  .social-icon--vine:hover {
    background-color: #406949; }

.social-icon--stack-overflow {
  background-color: #f57e2c; }
  .social-icon--stack-overflow:hover {
    background-color: #f2690b; }

.social-icons {
  position: relative; }
  .social-icons p {
    color: #979797;
    font-size: 0.85rem; }
  @media screen and (max-width: 992px) {
    .social-icons {
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      padding-top: .75rem;
      text-align: center;
      background: #fff;
      border-top: 1px solid #f7f7f7;
      z-index: 10;
      will-change: opacity;
      opacity: 0; }
      .social-icons p {
        font-size: 1rem; } }
  .social-icons .social-icon {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 .5rem .5rem;
    font-size: 1.5rem;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    color: #fff;
    transition: .2s ease; }

/*********************************
	Loop styles (List of articles)
**********************************/
/*********************************
	1. Templates styles
	2. Article preview
	3. Loop pagination
	4. Author page - Loop
	5. Tag page - Loop
**********************************/
/*********************************
	1. Templates styles
**********************************/
@media screen and (min-width: 992px) {
  .home-template main, .author-template main, .tag-template main, .archive-template main, .paged main {
    padding: 0 4%; } }

/*********************************
	2. Article preview
**********************************/
.article-preview {
  position: relative;
  padding: 0 5% 5%; }
  @media screen and (min-width: 992px) {
    .article-preview {
      width: 50%;
      display: inline-block;
      padding: 3vh 4%;
      float: left; }
      .article-preview.article-preview--left {
        float: left; }
      .article-preview.article-preview--right {
        float: left; }
      .article-preview .article-preview__image {
        max-width: 100%; } }
  .article-preview.article-preview--no-image .article-preview__tags {
    border-top: 1px solid #f1f1f1; }
  .article-preview .article-preview__header {
    position: relative;
    overflow: hidden;
    z-index: 10; }
    @media screen and (min-width: 992px) {
      .article-preview .article-preview__header {
        border-radius: 5px; } }
  .article-preview .article-preview__header:hover .article-preview__image {
    transform: scale(1.05); }
  .article-preview .article-preview__image {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    bottom: 0;
    z-index: 0;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (min-width: 992px) {
      .article-preview .article-preview__image {
        max-width: 100%;
        height: 300px; } }
  .article-preview .article-preview__tags {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.889rem;
    font-weight: 600;
    line-height: 2;
    margin: 1rem 0 0; }
    .article-preview .article-preview__tags a {
      color: #575757; }
      .article-preview .article-preview__tags a:hover {
        color: #575757; }
    .article-preview .article-preview__tags:after {
      content: "";
      display: block;
      width: 15%;
      margin: auto;
      border-bottom: 2px solid #575757; }
  .article-preview .article-preview__title {
    position: absolute;
    display: flex;
    bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 2.073em;
    color: #fff;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6); }
  .article-preview .article-preview__title a {
    color: #fff; }
  .article-preview .article-preview__excerpt {
    color: #575757;
    height: 7.5em;
    position: relative;
    overflow: hidden; }
    .article-preview .article-preview__excerpt a {
      color: #575757; }
      .article-preview .article-preview__excerpt a:hover {
        color: #575757; }
  .article-preview .article-preview__footer {
    position: relative;
    margin-top: .25rem;
    text-align: left;
    line-height: 2.5rem;
    letter-spacing: 0.01rem; }
  .article-preview .article-preview__author__image {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/author-placeholder.svg);
    background-color: #e7e7e7;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: bottom;
    position: relative; }
  .article-preview .article-preview__time {
    display: inline-block;
    float: right;
    color: #adadad;
    position: relative; }

/*********************************
	3. Loop pagination
**********************************/
.pagination {
  display: block;
  clear: both;
  overflow: hidden;
  padding-bottom: 2vh;
  padding-top: 0;
  border-bottom: 1px solid #ececec;
  text-align: center; }
  .pagination:last-of-type {
    border-bottom: none; }
  @media screen and (max-width: 992px) {
    .pagination {
      margin: 0 5%;
      margin-bottom: 0; } }
  .pagination .pagination__newer, .pagination .pagination__older {
    display: inline-block;
    color: #adadad;
    background-color: #f9f9f9;
    border: 1px solid lightgray;
    padding: .5em 1em;
    border-radius: .25em;
    text-align: center;
    transition: .2s ease; }
    .pagination .pagination__newer:hover, .pagination .pagination__older:hover {
      background-color: #ececec;
      border-color: #c6c6c6; }
  .pagination .pagination__number {
    display: inline-block;
    color: lightgray;
    border-top: 1px solid transparent;
    padding: .5em 0; }
    @media screen and (max-width: 400px) {
      .pagination .pagination__number {
        display: none; } }
    .pagination .pagination__number.pagination__number--left {
      float: left; }
    .pagination .pagination__number.pagination__number--right {
      float: right; }
  .pagination .pagination__newer {
    float: left; }
  .pagination .pagination__older {
    float: right;
    margin-bottom: 1rem; }

/*********************************
	4. Author Page - Loop
**********************************/
.author {
  padding: 6vh 0%;
  margin: 0 5%;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .author {
      padding: 6vh 5%;
      margin: 0 4% 1vh;
      border-bottom: 1px solid #f1f1f1; } }
  .author .author__image {
    width: 9em;
    height: 9em;
    background-image: url(../images/author-placeholder.svg);
    background-color: #e7e7e7;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    display: inline-block; }
  .author .author__name {
    margin-top: .5em; }
  .author .author__bio {
    margin-bottom: 0; }

/*********************************
	5. Tag Page - Loop
**********************************/
.tag {
  padding: 6vh 0%;
  margin: 0 5%;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .tag {
      padding: 6vh 5%;
      margin: 0 4% 1vh;
      border-bottom: 1px solid #f1f1f1; } }
  .tag .tag__tagged-in {
    margin: 0 0 .65em;
    letter-spacing: 0.03em;
    color: #adadad; }
  .tag .tag__name {
    margin: 0; }

/*********************************
	Article styles
**********************************/
.social-icon--facebook {
  background-color: #33689c; }
  .social-icon--facebook:hover {
    background-color: #2a5681; }

.social-icon--twitter {
  background-color: #23a8e1; }
  .social-icon--twitter:hover {
    background-color: #1b92c5; }

.social-icon--linkedin {
  background-color: #0e77b8; }
  .social-icon--linkedin:hover {
    background-color: #0b6297; }

.social-icon--google-plus {
  background-color: #dc4e41; }
  .social-icon--google-plus:hover {
    background-color: #d33527; }

.social-icon--instagram {
  background-color: #33689c; }
  .social-icon--instagram:hover {
    background-color: #2a5681; }

.social-icon--pinterest {
  background-color: #d03233; }
  .social-icon--pinterest:hover {
    background-color: #b5292a; }

.social-icon--tumblr {
  background-color: #36475b; }
  .social-icon--tumblr:hover {
    background-color: #293645; }

.social-icon--youtube {
  background-color: #ce3235; }
  .social-icon--youtube:hover {
    background-color: #b22a2d; }

.social-icon--dribbble {
  background-color: #ed3897; }
  .social-icon--dribbble:hover {
    background-color: #ea1786; }

.social-icon--vimeo {
  background-color: #20abe2; }
  .social-icon--vimeo:hover {
    background-color: #1a94c5; }

.social-icon--skype {
  background-color: #1d9ed8; }
  .social-icon--skype:hover {
    background-color: #1987b9; }

.social-icon--soundcloud {
  background-color: #ef4023; }
  .social-icon--soundcloud:hover {
    background-color: #de2d10; }

.social-icon--behance {
  background-color: #676b6c; }
  .social-icon--behance:hover {
    background-color: #56595a; }

.social-icon--rss {
  background-color: #f36525; }
  .social-icon--rss:hover {
    background-color: #e8510d; }

.social-icon--digg {
  background-color: #88936b; }
  .social-icon--digg:hover {
    background-color: #757e5c; }

.social-icon--reddit {
  background-color: #68c9e9; }
  .social-icon--reddit:hover {
    background-color: #49bee4; }

.social-icon--github {
  background-color: #4b4c4e; }
  .social-icon--github:hover {
    background-color: #3a3a3c; }

.social-icon--stumbleupon {
  background-color: #f05529; }
  .social-icon--stumbleupon:hover {
    background-color: #e53f10; }

.social-icon--vine {
  background-color: #4d7f59; }
  .social-icon--vine:hover {
    background-color: #406949; }

.social-icon--stack-overflow {
  background-color: #f57e2c; }
  .social-icon--stack-overflow:hover {
    background-color: #f2690b; }

.social-icons {
  position: relative; }
  .social-icons p {
    color: #979797;
    font-size: 0.85rem; }
  @media screen and (max-width: 992px) {
    .social-icons {
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      padding-top: .75rem;
      text-align: center;
      background: #fff;
      border-top: 1px solid #f7f7f7;
      z-index: 10;
      will-change: opacity;
      opacity: 0; }
      .social-icons p {
        font-size: 1rem; } }
  .social-icons .social-icon {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 .5rem .5rem;
    font-size: 1.5rem;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    color: #fff;
    transition: .2s ease; }

/*********************************
	1. Article general
	2. Article header
	3. Article content
	4. Article tags
	5. Article social
	6. Article author
	7. Article comments
	8. Article subscribe
	9. Article read more
**********************************/
/*********************************
	1. Article general
**********************************/
.article {
  position: relative;
  height: 100%; }

/*********************************
	2. Article header
**********************************/
.article__header {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6vh 9% 0; }
  @media screen and (max-width: 992px) {
    .article__header {
      padding: 6vh 5% 0; } }
  .article__header .article__info {
    font-size: 1.3rem;
    line-height: 3rem;
    margin-top: 0; }
    .article__header .article__info a {
      color: #2a2a2a; }
      .article__header .article__info a:hover {
        color: #2a2a2a; }
    .article__header .article__info .article__info__author {
      width: 3rem;
      height: 3rem;
      background-image: url(../images/author-placeholder.svg);
      background-color: #e7e7e7;
      background-position: center center;
      background-size: cover;
      border-radius: 100%;
      display: inline-block;
      margin-right: .5rem;
      vertical-align: middle; }
    .article__header .article__info .article__info__date {
      font-size: .9em;
      opacity: .5;
      float: right; }
  .article__header .article__tag {
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 6rem;
    text-transform: uppercase;
    vertical-align: bottom; }
    .article__header .article__tag a {
      color: #2a2a2a; }
      .article__header .article__tag a:hover {
        color: #2a2a2a; }
    @media screen and (max-width: 500px) {
      .article__header .article__tag {
        font-size: 1.2rem;
        line-height: 5rem;
        margin-bottom: 0rem; } }
    .article__header .article__tag:after {
      content: "";
      position: absolute;
      display: block;
      width: 6rem;
      border-bottom: 2px solid #2a2a2a;
      margin-top: -1rem; }
  .article__header .article__title {
    font-size: 4.208em;
    vertical-align: bottom;
    padding-bottom: 6vh;
    border-bottom: 1px solid #f1f1f1; }
    @media screen and (max-width: 500px) {
      .article__header .article__title {
        font-size: 3.157em; } }
  .article__header.article__header--with-background-image {
    padding-bottom: 6vh;
    background-size: cover;
    background-position: center center;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 992px) {
      .article__header.article__header--with-background-image {
        display: table;
        height: 100%;
        height: 100vh; } }
    .article__header.article__header--with-background-image .article__info {
      margin-bottom: 25%;
      margin-bottom: 25vh;
      color: #fff; }
      @media screen and (min-width: 992px) {
        .article__header.article__header--with-background-image .article__info {
          display: table-row;
          margin-bottom: 0; } }
      .article__header.article__header--with-background-image .article__info a {
        color: #fff; }
        .article__header.article__header--with-background-image .article__info a:hover {
          color: #fff; }
      .article__header.article__header--with-background-image .article__info .article__info__author {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      .article__header.article__header--with-background-image .article__info .article__info__date {
        opacity: .8; }
    @media screen and (min-width: 992px) {
      .article__header.article__header--with-background-image .article__tag {
        display: table-row-group; } }
    .article__header.article__header--with-background-image .article__tag a {
      color: #fff; }
      .article__header.article__header--with-background-image .article__tag a:hover {
        color: #fff; }
    .article__header.article__header--with-background-image .article__tag:after {
      border-bottom-color: #fff; }
    .article__header.article__header--with-background-image .article__title {
      margin-bottom: 0;
      color: #fff;
      padding-bottom: 0;
      border-bottom: none; }
      @media screen and (min-width: 992px) {
        .article__header.article__header--with-background-image .article__title {
          display: table-cell; } }
    .article__header.article__header--with-background-image .article__scroll-indicator {
      position: absolute;
      width: 1.4rem;
      height: 2rem;
      bottom: 3%;
      border: 2px solid rgba(255, 255, 255, 0.8);
      border-radius: .8rem;
      cursor: pointer; }
      @media screen and (max-width: 992px) {
        .article__header.article__header--with-background-image .article__scroll-indicator {
          display: none; } }
      .article__header.article__header--with-background-image .article__scroll-indicator:before {
        content: "";
        position: absolute;
        display: block;
        width: 4px;
        height: 6px;
        border-radius: 50%;
        left: 50%;
        margin-left: -2px;
        top: 15%;
        border: 2px solid rgba(255, 255, 255, 0.7);
        animation-duration: 2s;
        animation-name: scroll;
        animation-iteration-count: infinite; }
@-webkit-keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(10px); } }
@-moz-keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(10px); } }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(10px); } }
      .article__header.article__header--with-background-image .article__scroll-indicator:after {
        content: "";
        position: absolute;
        height: 5rem;
        border-left: 2px dashed rgba(255, 255, 255, 0.6);
        bottom: -5.1rem;
        left: 50%;
        margin-left: -1px; }

/*********************************
	3. Article content
**********************************/
.article__content {
  position: relative;
  margin: auto;
  padding: 5%; }
  @media screen and (min-width: 992px) {
    .article__content {
      width: 90%;
      padding: 0 9%;
      margin-bottom: 6vh; } }
  .article__content p {
    font-size: 1.025em;
    letter-spacing: 0.025em;
    line-height: 1.9;
    color: #313131; }
  @media screen and (min-width: 992px) {
    .article__content {
      padding: 5vh 9% 0; } }
  .article__content img, .article__content blockqoute, .article__content pre, .article__content .gist {
    display: block;
    position: relative;
    left: 50%;
    max-width: 112%;
    margin: 1rem 0;
    transform: translate(-50%);
    border-radius: 3px;
    backface-visibility: hidden; }
    .article__content img:not(img), .article__content blockqoute:not(img), .article__content pre:not(img), .article__content .gist:not(img) {
      width: 112%; }
  .article__content img {
    border-radius: .5em; }
  .article__content iframe {
    margin: 1rem 0; }

/*********************************
	4. Article tags
**********************************/
.article__tags {
  position: relative;
  margin: auto;
  padding: 5%; }
  @media screen and (min-width: 992px) {
    .article__tags {
      width: 90%;
      padding: 0 9%;
      margin-bottom: 6vh; } }
  .article__tags .article__tags__list {
    padding-bottom: 6vh;
    border-bottom: 1px solid #e7e7e7; }
  .article__tags a {
    display: inline-block;
    color: #adadad;
    background-color: #f9f9f9;
    border: 1px solid lightgray;
    padding: .5em 1em;
    border-radius: .25em;
    text-align: center;
    transition: .2s ease;
    margin-right: .5rem;
    min-width: 8em; }
    .article__tags a:hover {
      background-color: #ececec;
      border-color: #c6c6c6; }

/*********************************
	5. Article social
**********************************/
.article__social {
  position: relative;
  margin: auto;
  padding: 5%;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .article__social {
      width: 90%;
      padding: 0 9%;
      margin-bottom: 6vh; } }
  .article__social .article__social__button {
    margin-right: .5rem; }
    @media screen and (min-width: 500px) {
      .article__social .article__social__button {
        min-width: 8em; } }
    .article__social .article__social__button i {
      width: 1em;
      height: 1em; }
      @media screen and (min-width: 500px) {
        .article__social .article__social__button i {
          margin-right: .5rem; } }
    .article__social .article__social__button.article__social__button--twitter {
      display: inline-block;
      color: #fff;
      background-color: #23a8e1;
      border: 1px solid transparent;
      padding: .5em 1em;
      border-radius: .25em;
      text-align: center;
      transition: .2s ease;
      float: left; }
      .article__social .article__social__button.article__social__button--twitter:hover {
        background-color: #1c99ce;
        border-color: transparent; }
    .article__social .article__social__button.article__social__button--facebook {
      display: inline-block;
      color: #fff;
      background-color: #33689c;
      border: 1px solid transparent;
      padding: .5em 1em;
      border-radius: .25em;
      text-align: center;
      transition: .2s ease;
      float: left; }
      .article__social .article__social__button.article__social__button--facebook:hover {
        background-color: #2d5b89;
        border-color: transparent; }
    .article__social .article__social__button.article__social__button--google-plus {
      display: inline-block;
      color: #fff;
      background-color: #dc4e41;
      border: 1px solid transparent;
      padding: .5em 1em;
      border-radius: .25em;
      text-align: center;
      transition: .2s ease;
      float: left; }
      .article__social .article__social__button.article__social__button--google-plus:hover {
        background-color: #d83a2b;
        border-color: transparent; }
    .article__social .article__social__button.article__social__button--comments {
      display: inline-block;
      color: #fff;
      background-color: #2d3a7e;
      border: 1px solid transparent;
      padding: .5em 1em;
      border-radius: .25em;
      text-align: center;
      transition: .2s ease;
      margin-right: 0;
      float: right; }
      .article__social .article__social__button.article__social__button--comments:hover {
        background-color: #26316b;
        border-color: transparent; }

/*********************************
	6. Article author
**********************************/
.article__author {
  position: relative;
  margin: auto;
  padding: 5%;
  display: table; }
  @media screen and (min-width: 992px) {
    .article__author {
      width: 90%;
      padding: 0 9%;
      margin-bottom: 6vh; } }
  .article__author .article__author__image {
    width: 5rem;
    height: 5rem;
    background-image: url(../images/author-placeholder.svg);
    background-color: #e7e7e7;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    display: table-cell;
    float: left;
    margin-right: 2.5rem;
    vertical-align: middle; }
  .article__author .article__author__info {
    display: table-cell;
    vertical-align: middle;
    margin-top: -0.1rem;
    width: 100%; }
  .article__author .article__author__name {
    margin: -0.3rem 0 0;
    font-size: 1.3em;
    font-weight: 600; }
    .article__author .article__author__name a {
      color: #2a2a2a; }
      .article__author .article__author__name a:hover {
        color: #2d3a7e; }
  .article__author .article__author__bio {
    margin: 0;
    font-size: 0.889em;
    color: #939393; }

/*********************************
	7. Article comments
**********************************/
.article__comments {
  position: relative;
  margin: auto;
  padding: 5%;
  height: 1px;
  overflow: hidden;
  opacity: 0; }
  @media screen and (min-width: 992px) {
    .article__comments {
      width: 90%;
      padding: 0 9%;
      margin-bottom: 6vh; } }
  .article__comments.active {
    height: auto;
    opacity: 1; }

/*********************************
	8. Article subscribe
**********************************/
.article__subscribe {
  position: relative;
  margin: auto;
  padding: 5%; }
  @media screen and (min-width: 992px) {
    .article__subscribe {
      width: 90%;
      padding: 0 9%;
      margin-bottom: 6vh; } }

.gh-subscribe {
  padding: 0 3rem 3rem 3rem;
  margin-top: 0;
  text-align: center;
  border-radius: 5px; }
  @media screen and (max-width: 992px) {
    .gh-subscribe {
      width: 100%;
      border-radius: 0;
      margin-bottom: 0; } }
  .gh-subscribe .gh-subscribe-title {
    margin-bottom: 0; }
  .gh-subscribe p {
    margin-top: 0.2em;
    font-size: 1.025em; }
  .gh-subscribe form {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0; }
    .gh-subscribe form .form-group {
      flex-grow: 1;
      max-width: 300px; }
      .gh-subscribe form .form-group input {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        border-radius: 4px 0 0 4px;
        transition: all ease 0.5s;
        padding: 6px 14px;
        outline: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 1.25em;
        font-weight: 300;
        line-height: 1.4em;
        background: #fff;
        border: #e7e7e7 1px solid;
        box-shadow: none;
        -webkit-appearance: none; }
    .gh-subscribe form button {
      margin-left: -1px;
      border-radius: 0 4px 4px 0;
      min-height: 35px;
      width: auto;
      display: inline-block;
      padding: 0.1rem 1.5rem;
      cursor: pointer;
      outline: none;
      text-decoration: none;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 11px;
      line-height: 13px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-shadow: none;
      border: #e7e7e7 1px solid;
      background: #5ba4e5;
      overflow: hidden;
      transform: scale(1);
      transition: transform 0.15s ease-in-out; }
      .gh-subscribe form button:hover {
        transform: scale(1.1); }
  .gh-subscribe .gh-subscribe-rss {
    margin-bottom: 20px;
    color: #7d7d7d;
    font-size: 0.95em; }

/*********************************
	9. Article read more
**********************************/
.article__read-more {
  width: 100%; }
  .article__read-more .article__read-more__post {
    position: relative;
    width: 50%;
    display: table;
    float: left;
    background-size: cover;
    background-position: center center;
    height: 15rem; }
    @media screen and (max-width: 992px) {
      .article__read-more .article__read-more__post {
        width: 100%; } }
    .article__read-more .article__read-more__post::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      transition: all 0.2s ease; }
    .article__read-more .article__read-more__post:hover::before {
      background: rgba(0, 0, 0, 0.6); }
    .article__read-more .article__read-more__post:only-child {
      width: 100%; }
    .article__read-more .article__read-more__post .article__read-more__post__info {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: relative;
      z-index: 1;
      color: #fff; }
      .article__read-more .article__read-more__post .article__read-more__post__info span {
        font-size: 0.75em;
        display: inline-block;
        text-align: center;
        font-weight: 600;
        margin-bottom: .75rem; }
      .article__read-more .article__read-more__post .article__read-more__post__info h1 {
        font-size: 2.073em;
        color: #fff; }

/*********************************
	Inverse theme styles
**********************************/
.grey--inverse .blog-header {
  background: #f9f9f9; }
.grey--inverse main {
  background: #fff; }
@media screen and (min-width: 992px) {
  .grey--inverse body {
    background: #fff; } }

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