@charset "UTF-8";
/* CSS Reset */
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  border: 0;
}
/* Border-box fix */
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'ionicons';
  src: url('../../assets/ionicons/ionicons.eot?#iefix') format('embedded-opentype'), url('../../assets/ionicons/ionicons.woff') format('woff'), url('../../assets/ionicons/ionicons.ttf') format('truetype'), url('../../assets/ionicons/ionicons.svg#Ionicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularPro-Bold';
  src: url('../../assets/CircularPro-Bold/CircularPro-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/CircularPro-Bold/CircularPro-Bold.otf') format('opentype'), url('../../assets/CircularPro-Bold/CircularPro-Bold.woff') format('woff'), url('../../assets/CircularPro-Bold/CircularPro-Bold.ttf') format('truetype'), url('../../assets/CircularPro-Bold/CircularPro-Bold.svg#CircularPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularPro-Book';
  src: url('../../assets/CircularPro-Book/CircularPro-Book.eot?#iefix') format('embedded-opentype'), url('../../assets/CircularPro-Book/CircularPro-Book.otf') format('opentype'), url('../../assets/CircularPro-Book/CircularPro-Book.woff') format('woff'), url('../../assets/CircularPro-Book/CircularPro-Book.ttf') format('truetype'), url('../../assets/CircularPro-Book/CircularPro-Book.svg#CircularPro-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularPro-Medium';
  src: url('../../assets/CircularPro-Medium/CircularPro-Medium.eot?#iefix') format('embedded-opentype'), url('../../assets/CircularPro-Medium/CircularPro-Medium.otf') format('opentype'), url('../../assets/CircularPro-Medium/CircularPro-Medium.woff') format('woff'), url('../../assets/CircularPro-Medium/CircularPro-Medium.ttf') format('truetype'), url('../../assets/CircularPro-Medium/CircularPro-Medium.svg#CircularPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #f2f2f2;
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto Mono', monospace;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.content {
  max-width: 940px;
  margin: 25px auto;
}
@media (max-width: 900px) {
  .content {
    margin: 0;
  }
}
.post-list {
  margin: 25px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .post-list {
    margin: 15px 0 0 0;
    padding: 0 15px;
  }
}
.no-results {
  padding: 40px 0;
  font-family: 'CircularPro-Medium';
  font-size: 38px;
  line-height: 1;
}
.footer {
  margin-top: 80px;
}
@media (max-width: 700px) {
  .footer {
    margin-top: 30px;
  }
}
.footer__links {
  background-color: #272727;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 30px;
}
@media (max-width: 900px) {
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .footer__links {
    padding: 25px 30px;
  }
}
.footer__links a {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 30px;
  margin: 0 20px;
  line-height: 54px;
  font-size: 17px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto mono', monospace;
  letter-spacing: -0.03em;
}
@media (max-width: 900px) {
  .footer__links a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.6;
    padding: 10px 20px;
  }
}
@media (max-width: 700px) {
  .footer__links a {
    font-size: 16px;
  }
}
.footer__links a:hover {
  background: #fff;
  color: #272727;
}
.footer__links a.cta-button {
  background: #fff;
  color: #272727;
}
.footer__newsletter {
  padding: 45px 30px 55px;
  background: #272727;
  text-align: center;
}
@media (max-width: 700px) {
  .footer__newsletter {
    padding: 30px;
  }
}
.footer__newsletter h3 {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 700px) {
  .footer__newsletter h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}
.footer__newsletter .news-letter__form {
  padding: 30px 0 20px;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .footer__newsletter .news-letter__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__newsletter .news-letter__form input[type="email"],
.footer__newsletter .news-letter__form input[type="submit"] {
  border: 0;
  font-size: 18px;
}
@media (max-width: 700px) {
  .footer__newsletter .news-letter__form input[type="email"],
  .footer__newsletter .news-letter__form input[type="submit"] {
    font-size: 16px;
  }
}
.footer__newsletter .news-letter__form input[type="email"] {
  -ms-flex: 1;
  flex: 1;
  padding: 18px 20px;
  background: #fff;
  color: #404040;
}
@media (max-width: 700px) {
  .footer__newsletter .news-letter__form input[type="email"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.footer__newsletter .news-letter__form input[type="submit"] {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 18px 40px;
  background: #6dcf80;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 700px) {
  .footer__newsletter .news-letter__form input[type="submit"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.footer__newsletter .news-letter__form input[type="submit"]:hover {
  background: #6dcf80;
}
.footer__newsletter .mc4wp-response p {
  color: #fff !important;
}
.footer__newsletter p {
  font-size: 14px;
  color: #888;
}
.footer__slogan-social {
  background: #fafafa;
  padding: 40px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .footer__slogan-social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__slogan {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #404040;
  font-size: 16px;
  line-height: 50px;
  font-family: 'CircularPro-Medium';
}
@media (max-width: 900px) {
  .footer__slogan {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    line-height: 1.5;
  }
}
.footer__social {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  .footer__social {
    margin-top: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.footer__social a {
  display: -ms-flexbox;
  display: flex;
  background: #6dcf80;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  text-align: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 4px;
}
.footer__social a:hover {
  background: #272727;
}
.footer__social img {
  display: block;
  width: auto;
  height: 24px;
}
.prettyprint {
  font-family: 'Roboto mono', monospace !important;
  font-size: 13px !important;
  margin: 25px 60px;
}
@media (max-width: 900px) {
  .prettyprint {
    margin: 25px 0;
  }
}
code {
  padding: 0 4px;
  display: inline-block;
  background: #eee;
  font-family: 'Roboto mono', monospace;
  font-size: 0.8em;
}
.header {
  position: relative;
  z-index: 500;
}
.header__logo {
  position: absolute;
  left: 60px;
  top: 30px;
  display: block;
  text-decoration: none;
}
@media (max-width: 900px) {
  .header__logo {
    left: 30px;
  }
}
.header__logo:after {
  display: block;
  content: "labs";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 24px;
  font-size: 24px;
  font-family: 'CircularPro-Book';
  font-weight: 100;
  color: #fff;
}
@media (max-width: 900px) {
  .header__logo:after {
    display: none;
  }
}
.header__logo img {
  display: block;
}
.header__what-is {
  display: block;
  padding: 0 30px;
  line-height: 54px;
  font-size: 17px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Roboto mono', monospace;
  letter-spacing: -0.03em;
}
@media (max-width: 900px) {
  .header__what-is {
    right: 30px;
  }
}
@media (max-width: 700px) {
  .header__what-is {
    display: none;
  }
}
.header__what-is:hover {
  background: #fff;
  color: #272727;
}
.hero {
  background-color: #272727;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 350px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .hero {
    min-height: 0;
    padding-top: 100px;
  }
}
.hero__inner {
  -ms-flex: 0 1 940px;
  flex: 0 1 940px;
  margin: auto auto 50px auto;
}
@media (max-width: 900px) {
  .hero__inner {
    padding: 0 30px;
    margin: auto auto 40px auto;
  }
}
@media (max-width: 700px) {
  .hero__inner {
    margin: auto auto 30px auto;
  }
}
.hero__inner h1 {
  color: #fff;
  font-size: 62px;
  line-height: 1.15;
}
.hero__inner h1::before,
.hero__inner h1::after {
  content: '{';
  margin-right: 10px;
  display: inline-block;
  color: #6dcf80;
}
.hero__inner h1::after {
  margin-left: 10px;
  margin-right: 0;
  content: '}';
}
@media (max-width: 900px) {
  .hero__inner h1 {
    font-size: 44px;
  }
}
@media (max-width: 700px) {
  .hero__inner h1 {
    font-size: 28px;
  }
}
.hero__inner p {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-family: 'Roboto mono', monospace;
}
.hero__inner p::before {
  content: '// ';
  color: #6dcf80;
}
@media (max-width: 700px) {
  .hero__inner p {
    font-size: 16px;
  }
}
body.single-post .hero {
  min-height: 130px;
}
.most-read {
  margin: 20px 0;
}
@media (max-width: 900px) {
  .most-read {
    margin: 0 0 15px 0;
  }
}
.most-read strong {
  display: inline-block;
  padding: 7px 12px;
  background: #6dcf80;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto mono', monospace;
  font-weight: normal;
}
.most-read__posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .most-read__posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.most-read__posts a {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  display: block;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  color: #404040;
  font-family: 'CircularPro-Book';
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  padding: 20px 25px;
}
@media (max-width: 900px) {
  .most-read__posts a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (max-width: 700px) {
  .most-read__posts a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
  }
}
.most-read__posts a span {
  color: #6dcf80;
}
.navigation {
  background: #272727;
  position: relative;
}
.navigation__inner {
  max-width: 940px;
  margin: 0 auto;
  height: 60px;
}
@media (max-width: 900px) {
  .navigation__inner {
    padding: 0 30px;
    overflow-x: scroll;
  }
}
.navigation__fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(39, 39, 39, 0) 0%, #272727 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00272727', endColorstr='#272727', GradientType=1);
  /* IE6-9 */
}
.navigation__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
.navigation__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 40px;
  line-height: 60px;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 700px) {
  .navigation__list li:last-child a {
    margin-right: 60px;
  }
}
.navigation__list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  color: #6dcf80;
  font-family: 'Roboto Mono', monospace;
  border-bottom: 4px solid transparent;
}
.navigation__list li a::before {
  content: 'cd';
  color: #272727;
  margin-right: 10px;
}
@media (max-width: 700px) {
  .navigation__list li a::before {
    display: none;
  }
}
.navigation__list li a::after {
  content: '/';
  color: #fff;
}
@media (max-width: 900px) {
  .navigation__list li a {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .navigation__list li a {
    font-size: 16px;
  }
}
.navigation__list li a:hover::before {
  color: #fff;
}
.navigation__list li.current-menu-item a {
  color: #fff;
  border-bottom-color: #6dcf80;
}
.navigation__list li.current-menu-item a::before {
  content: 'PWD=/';
  margin-right: 0;
}
.navigation__list li.current-menu-item a::before,
.navigation__list li.current-menu-item a::after {
  color: #6dcf80;
}
.navigation__list li.current-menu-item a:hover {
  color: #999;
}
.pagination {
  margin: 20px;
  font-family: 'Roboto mono', monospace;
  letter-spacing: -0.03em;
}
@media (max-width: 700px) {
  .pagination {
    margin: 0 15px 15px;
  }
}
.pagination__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .page-numbers {
  background: #fff;
  display: block;
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-left-width: 0;
  text-decoration: none;
  color: #000;
}
@media (max-width: 700px) {
  .pagination .page-numbers {
    display: none;
  }
}
.pagination .page-numbers:hover {
  background: #eee;
}
.pagination .page-numbers:first-child {
  border-left-width: 1px;
}
.pagination .page-numbers.current {
  background-color: #ececec;
  color: #272727;
}
.pagination .page-numbers.dots {
  color: #ccc;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  color: #fff;
  background-color: #6dcf80;
  border-color: #6dcf80;
}
@media (max-width: 700px) {
  .pagination .page-numbers.next,
  .pagination .page-numbers.prev {
    text-align: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: block !important;
  }
}
.popular-tags {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popular-tags strong,
.popular-tags a {
  line-height: 40px;
  display: block;
  padding: 0 12px;
  font-family: 'Roboto Mono', monospace;
  font-weight: normal;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .popular-tags strong,
  .popular-tags a {
    margin-bottom: 15px;
  }
}
.popular-tags strong {
  font-size: 16px;
  background: #272727;
  color: #fff;
}
.popular-tags a {
  color: #404040;
  text-transform: uppercase;
  font-size: 11px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.popular-tags a:hover {
  color: #6dcf80;
}
.post-big {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 20px 0;
  padding: 30px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 900px) {
  .post-big {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 700px) {
  .post-big {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
}
.post-big__thumbnail {
  display: block;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #eee;
}
@media (max-width: 700px) {
  .post-big__thumbnail {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 300px;
  }
}
.post-big__content {
  -ms-flex: 1;
  flex: 1;
  padding: 50px 40px;
  border-left: 1px solid #ddd;
  margin-left: 30px;
}
.post-big__content:first-child {
  border-left: 0;
  margin-left: 0;
}
@media (max-width: 700px) {
  .post-big__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 25px 0 15px;
    border-left: 0;
    margin-left: 0;
  }
}
.post-big__content h1 {
  font-family: 'Roboto Mono', monospace;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: normal;
}
@media (max-width: 900px) {
  .post-big__content h1 {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .post-big__content h1 {
    font-size: 25px;
  }
}
.post-big__content h1 a {
  text-decoration: none;
  color: #000;
}
.post-big__tags {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .post-big__tags {
    margin-top: 30px;
  }
}
.post-big__tag {
  margin-right: 5px;
  text-decoration: none;
  color: #272727;
  font-size: 13px;
  padding: 3px 9px;
  font-family: 'Roboto Mono', monospace;
  margin-bottom: 5px;
  background: #ececec;
}
.post-big__tag:hover {
  color: #fff;
  background-color: #6dcf80;
}
.post-small {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin: 20px 0;
  padding: 25px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 900px) {
  .post-small {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 700px) {
  .post-small {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
}
.post-small__thumbnail {
  display: block;
  background-size: cover;
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 260px;
}
.post-small__content {
  padding-top: 20px;
}
.post-small__content h1 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: normal;
}
@media (max-width: 900px) {
  .post-small__content h1 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .post-small__content h1 {
    font-size: 26px;
  }
}
.post-small__content h1 a {
  text-decoration: none;
  color: #000;
}
.post-small__tags {
  margin: 0 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-small__tag {
  margin-right: 5px;
  color: #272727;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Roboto Mono', monospace;
  margin-bottom: 5px;
  background: #ececec;
  padding: 3px 9px;
}
.post-small__tag:hover {
  color: #fff;
  background-color: #6dcf80;
}
.post-small__author-date {
  margin: 20px 0 0;
  font-size: 12px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
}
.post-small__author-date a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  line-height: 40px;
  margin-right: 5px;
}
.post-small__author-date a img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: block;
  margin-right: 15px;
}
.post-small__author-date a strong {
  display: block;
  text-decoration: underline;
  margin: auto 0;
  color: #FF6F5E;
}
.post-small__author-date span {
  display: block;
  margin: auto 5px auto 0;
  color: #404040;
}
.blog-content__textfield {
  /****************
		prettyprint (syntax highlight for code)
	*****************/
  /* desert scheme ported from vim to google prettify */
  /* Specify class=linenums on a pre to get line numbering */
  /* IE indents via margin-left */
  /* Alternate shading for lines */
}
.blog-content__textfield .pln {
  color: #c5c8c6;
}
@media screen {
  .blog-content__textfield .str {
    color: #b5bd68;
  }
  .blog-content__textfield .kwd {
    color: #b294bb;
  }
  .blog-content__textfield .com {
    color: #969896;
  }
  .blog-content__textfield .typ {
    color: #81a2be;
  }
  .blog-content__textfield .lit {
    color: #de935f;
  }
  .blog-content__textfield .pun {
    color: #c5c8c6;
  }
  .blog-content__textfield .opn {
    color: #c5c8c6;
  }
  .blog-content__textfield .clo {
    color: #c5c8c6;
  }
  .blog-content__textfield .tag {
    color: #cc6666;
  }
  .blog-content__textfield .atn {
    color: #de935f;
  }
  .blog-content__textfield .atv {
    color: #8abeb7;
  }
  .blog-content__textfield .dec {
    color: #de935f;
  }
  .blog-content__textfield .var {
    color: #cc6666;
  }
  .blog-content__textfield .fun {
    color: #81a2be;
  }
}
@media print, projection {
  .blog-content__textfield .str {
    color: #006600;
  }
  .blog-content__textfield .kwd {
    color: #006;
    font-weight: bold;
  }
  .blog-content__textfield .com {
    color: #600;
    font-style: italic;
  }
  .blog-content__textfield .typ {
    color: #404;
    font-weight: bold;
  }
  .blog-content__textfield .lit {
    color: #004444;
  }
  .blog-content__textfield .pun,
  .blog-content__textfield .opn,
  .blog-content__textfield .clo {
    color: #444400;
  }
  .blog-content__textfield .tag {
    color: #006;
    font-weight: bold;
  }
  .blog-content__textfield .atn {
    color: #440044;
  }
  .blog-content__textfield .atv {
    color: #006600;
  }
}
.blog-content__textfield pre {
  font-family: 'Roboto mono', monospace;
  color: #c7c7c7;
  display: block;
  margin: 25px 0;
  padding: 10px;
  background-color: #3A3A3A;
  overflow: auto;
  font-size: 12px;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 23px;
  word-break: break-all;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border-radius: 3px;
}
.blog-content__textfield pre .nocode {
  background-color: none;
  color: #000;
}
.blog-content__textfield ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #AEAEAE;
}
.blog-content__textfield li.L0,
.blog-content__textfield li.L1,
.blog-content__textfield li.L2,
.blog-content__textfield li.L3,
.blog-content__textfield li.L5,
.blog-content__textfield li.L6,
.blog-content__textfield li.L7,
.blog-content__textfield li.L8 {
  list-style-type: none;
}
.blog-content__textfield .content pre code {
  background-color: inherit;
  color: inherit;
}
.blog-content__textfield .content pre {
  padding: 1em;
  margin: 0.5em 0px;
}
.post-list .puff-banner {
  margin: 20px 0 !important;
}
.puff-banner {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 40px 0;
  padding: 40px;
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 700px) {
  .puff-banner {
    padding: 30px !important;
    margin: 30px 0;
    display: block !important;
  }
}
.puff-banner__content {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: auto 0;
}
.puff-banner.black {
  color: #404040 !important;
}
.puff-banner.black a {
  color: #404040 !important;
  border-color: #404040 !important;
}
.puff-banner.white {
  color: #fff !important;
}
.puff-banner.white a {
  color: #fff !important;
  border-color: #fff !important;
}
.puff-banner.has-image {
  padding-left: 330px;
  min-height: 340px;
}
@media (max-width: 700px) {
  .puff-banner.has-image {
    min-height: auto;
    padding-left: 0;
  }
}
.puff-banner.two-col {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.puff-banner.two-col__content {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.puff-banner.two-col strong {
  display: block;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
  margin: auto 0;
  font-size: 30px;
}
@media (max-width: 700px) {
  .puff-banner.two-col strong {
    text-align: center;
    font-size: 24px;
    padding: 20px 0 10px;
    line-height: 1.3;
  }
}
.puff-banner.two-col a {
  display: block;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: auto 0;
  text-align: center;
}
@media (max-width: 700px) {
  .puff-banner.two-col a {
    margin-top: 10px;
    width: 100%;
  }
}
.puff-banner strong {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  margin: 15px 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (max-width: 700px) {
  .puff-banner strong {
    margin: 0;
    text-align: center;
    font-size: 24px;
    padding: 20px 0 10px;
    line-height: 1.3;
  }
}
.puff-banner a {
  display: inline-block;
  margin: 15px 0;
  padding: 14px 38px;
  line-height: 1;
  border: 2px solid #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 700px) {
  .puff-banner a {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.puff-banner img {
  position: absolute;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}
@media (max-width: 700px) {
  .puff-banner img {
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto;
    position: static;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
body.single-post .blog-wrapper {
  background: #fff;
  padding: 0 0 55px 0;
}
@media (max-width: 900px) {
  body.single-post .blog-wrapper {
    padding: 0;
  }
}
body.single-post .blog-header {
  background-size: cover;
  background-position: 50% 50%;
  padding: 10px 0;
}
body.single-post .blog-header__inner {
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  body.single-post .blog-header__inner {
    padding: 0 30px;
    max-width: 100%;
  }
}
body.single-post .blog-header__inner h1 {
  max-width: 730px;
  margin-top: 40px;
  font-size: 42px;
  color: #404040;
  line-height: 1.15;
}
@media (max-width: 900px) {
  body.single-post .blog-header__inner h1 {
    font-size: 32px;
  }
}
body.single-post .blog-header__with-background {
  padding: 300px 0 40px;
}
body.single-post .blog-header__with-background h1 {
  color: #fff !important;
}
body.single-post .blog-author-date {
  margin: 20px auto;
  font-size: 12px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
}
@media (max-width: 900px) {
  body.single-post .blog-author-date {
    max-width: 100%;
    padding: 0 30px;
  }
}
body.single-post .blog-author-date a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  line-height: 40px;
  margin-right: 5px;
}
body.single-post .blog-author-date a img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: block;
  margin-right: 15px;
}
body.single-post .blog-author-date a strong {
  display: block;
  text-decoration: underline;
  margin: auto 0;
  color: #6dcf80;
}
body.single-post .blog-author-date span {
  display: block;
  margin: auto 5px auto 0;
}
body.single-post .blog-content {
  max-width: 940px;
  margin: 20px auto;
  position: relative;
}
@media (max-width: 900px) {
  body.single-post .blog-content {
    padding: 0 30px;
    margin: 0 0 20px 0;
  }
}
body.single-post .blog-content:last-child {
  margin-bottom: 0;
}
body.single-post .blog-content__textfield {
  max-width: 860px;
}
body.single-post .blog-content__textfield .wp-caption {
  margin: 0 0 40px 0;
  padding: 0 60px;
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 900px) {
  body.single-post .blog-content__textfield .wp-caption {
    padding: 0;
    margin: 0 0 30px 0;
  }
}
body.single-post .blog-content__textfield .wp-caption.aligncenter {
  text-align: center;
}
body.single-post .blog-content__textfield .wp-caption.alignleft {
  text-align: left;
}
body.single-post .blog-content__textfield .wp-caption.alignright {
  text-align: right;
}
body.single-post .blog-content__textfield .wp-caption img {
  max-width: 100%;
  height: auto;
}
body.single-post .blog-content__textfield .wp-caption .wp-caption-text {
  margin: 10px 0 0 0;
  padding: 0;
}
body.single-post .blog-content__textfield img {
  max-width: 100%;
  height: auto;
}
body.single-post .blog-content__textfield p {
  font-family: 'Alegreya', serif;
  font-size: 21px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  padding: 0 60px;
  word-wrap: break-word;
}
@media (max-width: 900px) {
  body.single-post .blog-content__textfield p {
    padding: 0;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 700px) {
  body.single-post .blog-content__textfield p {
    font-size: 18px;
  }
}
body.single-post .blog-content__textfield p img {
  max-width: 100%;
  height: auto;
}
body.single-post .blog-content__textfield p a {
  color: #6dcf80;
}
body.single-post .blog-content__textfield p a:hover {
  color: #000;
}
body.single-post .blog-content__textfield p strong, body.single-post .blog-content__textfield li strong {
  font-weight: bold;
}
body.single-post .blog-content__textfield pre a, body.single-post .blog-content__textfield pre a.vglnk { color: #eee }

body.single-post .blog-content__textfield p em {
  font-style: italic;
}
body.single-post .blog-content__textfield blockquote {
  font-family: 'Alegreya', serif;
  font-size: 21px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  word-wrap: break-word;
  background: #fafafa;
  padding: 20px 30px;
  font-style: italic;
  font-weight: normal;
}
@media (max-width: 900px) {
  body.single-post .blog-content__textfield blockquote {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 700px) {
  body.single-post .blog-content__textfield blockquote {
    font-size: 18px;
  }
}
body.single-post .blog-content__textfield blockquote p {
  margin: 10px 0;
  padding: 0;
}
body.single-post .blog-content__textfield ul {
  margin: 0 0 40px 50px;
  padding: 0 60px;
}
@media (max-width: 900px) {
  body.single-post .blog-content__textfield ul {
    padding: 0;
    margin: 0 0 30px 20px;
  }
}
body.single-post .blog-content__textfield ul li {
  list-style: disc;
  font-family: 'Alegreya', serif;
  font-size: 21px;
  line-height: 1.6;
  margin: 10px 0;
}
@media (max-width: 700px) {
  body.single-post .blog-content__textfield ul li {
    font-size: 16px;
  }
}
body.single-post .blog-content__textfield ol {
  margin: 0 0 40px 50px;
  padding: 0 60px;
}
@media (max-width: 900px) {
  body.single-post .blog-content__textfield ol {
    padding: 0;
    margin: 0 0 30px 20px;
  }
}
body.single-post .blog-content__textfield ol li {
  list-style-type: decimal;
  font-family: 'Alegreya', serif;
  font-size: 21px;
  line-height: 1.6;
  margin: 10px 0;
}
@media (max-width: 700px) {
  body.single-post .blog-content__textfield ol li {
    font-size: 16px;
  }
}
body.single-post .blog-content__textfield h1,
body.single-post .blog-content__textfield h2,
body.single-post .blog-content__textfield h3,
body.single-post .blog-content__textfield h4 {
  margin: 0 0 20px 0;
  padding: 0 60px;
  color: #272727;
}
@media (max-width: 700px) {
  body.single-post .blog-content__textfield h1,
  body.single-post .blog-content__textfield h2,
  body.single-post .blog-content__textfield h3,
  body.single-post .blog-content__textfield h4 {
    padding: 0;
  }
}
body.single-post .blog-content__textfield h1 {
  font-size: 24px;
}
body.single-post .blog-content__textfield h2 {
  font-size: 21px;
}
body.single-post .blog-content__textfield h3 {
  font-size: 20px;
}
body.single-post .blog-content__textfield h4 {
  font-size: 18px;
}
body.single-post .blog-content__textfield table {
  margin-bottom: 40px;
  background-color: #efefef;
}
body.single-post .blog-content__textfield td {
  padding: 5px 10px;
}
body.single-post .blog-content .share-buttons {
  position: absolute;
  top: 20px;
  left: -60px;
}
@media (max-width: 900px) {
  body.single-post .blog-content .share-buttons {
    position: static;
  }
}
body.single-post .blog-content .share-buttons a {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  body.single-post .blog-content .share-buttons a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
body.single-post .blog-content .share-buttons a img {
  display: block;
}
body.single-post .blog-content__tags {
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  body.single-post .blog-content__tags {
    padding: 0;
  }
}
body.single-post .blog-content__tag {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  font-weight: normal;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  font-family: 'Roboto Mono', monospace;
  margin-bottom: 5px;
  background: #ececec;
  padding: 3px 9px;
  color: #272727;
}
body.single-post .blog-content__tag:hover {
  color: #fff;
  background-color: #6dcf80;
}
body.single-post .blog-content__author {
  margin: 55px 60px;
  padding: 30px 30px 30px 210px;
  border: 1px dashed #ccc;
  position: relative;
  min-height: 200px;
}
@media (max-width: 700px) {
  body.single-post .blog-content__author {
    display: none;
  }
}
body.single-post .blog-content__author img {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 50%;
}
body.single-post .blog-content__author span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
body.single-post .blog-content__author strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Alegreya', serif;
  line-height: 1.9;
}
body.single-post .blog-content__author p {
  font-size: 17px;
  font-family: 'Alegreya', serif;
  line-height: 1.9;
}
body.single-post .blog-content__author a {
  color: #6dcf80;
  text-decoration: underline;
  font-family: 'Alegreya', serif;
  line-height: 1.9;
}
body.single-post .blog-content__disqus {
  margin: 50px 0 0;
  padding: 0 60px;
}
@media (max-width: 900px) {
  body.single-post .blog-content__disqus {
    padding: 30px 0;
    margin: 0;
  }
}
body.single-post .related-posts {
  padding: 25px 0;
}
@media (max-width: 900px) {
  body.single-post .related-posts {
    padding: 30px;
  }
}
@media (max-width: 700px) {
  body.single-post .related-posts {
    padding: 15px;
  }
}
body.single-post .related-posts__inner {
  max-width: 940px;
  margin: 0 auto;
}
body.single-post .related-posts__inner h3 {
  display: inline-block;
  padding: 7px 12px;
  background: #6dcf80;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Mono', monospace;
  font-weight: normal;
}
body.single-post .related-posts__posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 700px) {
  body.single-post .related-posts__posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
body.single-post .related-posts__post {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  display: block;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  color: #404040;
  font-family: 'CircularPro-Book';
  text-decoration: none;
  padding: 15px;
}
@media (max-width: 700px) {
  body.single-post .related-posts__post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
  }
}
body.single-post .related-posts__post img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.single-post .related-posts__post strong {
  display: block;
  padding: 20px 0;
  font-size: 26px;
  font-family: 'Roboto Mono', monospace;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
@media (max-width: 900px) {
  body.single-post .related-posts__post strong {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  body.single-post .related-posts__post strong {
    font-size: 18px;
  }
}
