@charset "UTF-8";
/*
Theme Name: Hacker
Theme URI: http://www.20theme.com/themes/hacker
Author: moyu
Author URI: http://www.liuxinyu.me
Description: Hacker is an easy-to-read WordPress theme with clean layout. No matter which blog topic you are about to cover, you will find Hacker’s features a perfect fit. It’s fully responsive, retina ready and easy to customize. Every elements are responsive to give your readers best user experience throughout your blog.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hacker
Tags: one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hacker is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*----------------------------------------------------------------------*/
/* #Normalize - v3.0.2 | MIT License | git.io/normalize
/*----------------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*----------------------------------------------------------------------*/
/* #Base
/*----------------------------------------------------------------------*/
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

::-moz-selection {
  color: #fff;
  background-color: #f79292;
}

::selection {
  color: #fff;
  background-color: #f79292;
}

body {
  background-color: #fafafa;
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, "Microsoft YaHei","Hiragino Sans GB", "Hiragino Sans GB W3", serif;
  color: #424242;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* ##Heading
---------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  font-weight: bolder;
  font-size: 100%;
  line-height: 1.2;
  font-family: "Open Sans", "Lato", "Helvetica Neue", "Arial", serif;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.15em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

/* ##Paragraph
---------------------------------*/
p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* ##List
---------------------------------*/
ul,
ol {
  padding-left: 2em;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .5em 0 1em 0;
}

dt {
  font-weight: bolder;
}

dt + dd {
  margin-top: .5em;
}

dd {
  margin-left: 0;
}

dd + dt {
  margin-top: 1em;
}

hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #e0e0e0;
  -moz-box-sizing: content-box;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
}

/* ##Table
---------------------------------*/
table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 1rem;
}

table caption {
  padding: 5px;
  color: #333;
  background-color: #e5e5e5;
}

table th,
table td {
  text-align: left;
  padding: .6em;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}

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

table .table {
  background-color: #fff;
}

.table-bordered {
  border: 1px solid #e5e5e5;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

/* ##Misc
---------------------------------*/
img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

textarea {
  vertical-align: top;
  resize: vertical;
}

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

a[href="#"], a.is-disabled {
  color: #999;
}

a:hover {
  color: #e41111;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

code,
pre {
  font-size: .9em;
  line-height: 1.5;
  background-color: #F3F2ED;
}

pre {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  margin-left: 2px;
  margin-right: 2px;
  color: #c7254e;
  white-space: nowrap;
  -webkit-border-radius: 0;
          border-radius: 0;
}

pre {
  padding: 1rem;
  margin: 1rem 0;
}

ins,
mark {
  background: #ffa;
  color: #333;
}

abbr,
dfn {
  font-style: normal;
  border-bottom: 1px dotted;
}

small {
  font-size: 80%;
}

address {
  font-style: normal;
}

blockquote {
  margin: 2rem 1rem;
  padding-left: 15px;
  line-height: 1.4;
  border-left: 4px solid #e0e0e0;
}

blockquote p {
  margin: 0 0 .7em 0;
}

blockquote small,
blockquote cite {
  display: block;
  font-size: 80%;
  color: #9e9e9e;
  margin-top: .5em;
}

blockquote cite:before {
  content: '- ';
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

iframe {
  border: 0;
}

.site {
  position: relative;
  width: 100%;
  max-width: 73.125rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

#primary {
  max-width: 48.125rem;
  width: 100%;
  padding: 5rem 0.625rem 0.625rem;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------------------------------------*/
/* #Main Navigation
/*----------------------------------------------------------------------*/
.site-branding {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4px;
  text-transform: uppercase;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: .1em;
}

.site-branding .site-title {
  margin: 0;
  font-size: 14px;
}

.site-branding .site-title a {
  display: inline-block;
  color: #fff !important;
  font-weight: bolder;
  background-color: #F03838;
  line-height: 2rem;
  height: 2rem;
  padding: 0 1rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.site-branding .site-title a:hover {
  color: #fff !important;
  padding: 0 1.5rem;
}

.site-branding .custom-logo-link {
  margin: 0 auto;
}

.site-branding .site-description {
  color: #9e9e9e;
  font-size: 13px;
  margin: 1rem 0 0;
}

.main-navigation {
  text-align: center;
}

.main-navigation .primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

.main-navigation .primary-menu > li {
  position: relative;
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
}

.main-navigation .primary-menu > li > a {
  display: block;
  color: #F03838;
  font-size: 16px;
  padding: 0 1rem;
}

.main-navigation .primary-menu .menu-item-has-children:hover {
  color: #fff;
  background: #424242;
}

.main-navigation .primary-menu .menu-item-has-children:hover > a {
  color: #fff;
}

.main-navigation .primary-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.main-navigation .primary-menu .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #424242;
  color: #fff;
  z-index: 998;
}

.main-navigation .primary-menu .sub-menu li {
  position: relative;
}

.main-navigation .primary-menu .sub-menu a {
  display: block;
  color: #fff;
  padding: 0.125rem 1rem;
}

.main-navigation .primary-menu .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.main-navigation .primary-menu .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

.site-footer {
  position: relative;
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  color: #9e9e9e;
}

.site-footer:before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}

.site-footer .meta {
  color: #9e9e9e;
  font-size: 13px;
  margin: 0.5rem 0;
}

/*----------------------------------------------------------------------*/
/* #Alert
/*----------------------------------------------------------------------*/
.Alert {
  position: relative;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #e0e0e0;
  color: #616161;
  padding: 1rem;
}

.Alert--warning {
  color: #6b3612;
  background-color: #ffedc7;
}

/*----------------------------------------------------------------------*/
/* #Form
/*----------------------------------------------------------------------*/
.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 20px;
  height: 32px;
  padding: 5px 10px;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}

.form-control:focus {
  outline: none;
}

.help-block {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #9e9e9e;
}

.form-control-static {
  height: 32px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.radio-inline.disabled label,
fieldset[disabled]
.radio-inline label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label,
.checkbox-inline.disabled label,
fieldset[disabled]
.checkbox-inline label {
  cursor: not-allowed;
}

/* ##Inline Form
---------------------------------*/
.form-inline .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static {
  display: inline-block;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

/*----------------------------------------------------------------------*/
/* #Articles
/*----------------------------------------------------------------------*/
.Article {
  position: relative;
  padding: 8rem 0;
}

.Article:not(:first-child):before {
  content: '';
  width: 9.375rem;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4.6875rem;
}

.Article.page .Article__title {
  text-align: center;
}

.Article--single {
  padding-top: 4rem;
}

.Article__title {
  position: relative;
  color: #212121;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 0 2rem;
}

.Article__title a {
  display: block;
  color: #212121;
}

.Article__title a:hover {
  color: #212121;
}

.Article__title a:hover span {
  -webkit-box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0.4);
          box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0.4);
}

.Article__title a span {
  padding-bottom: 3px;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0);
          box-shadow: inset 0 -2px 0 rgba(240, 56, 56, 0);
}

.Article__topMeta {
  position: relative;
  color: #9e9e9e;
  font-size: 14px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.Article__topMeta > span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.Article__topMeta a {
  color: #9e9e9e;
}

.Article__topMeta a:hover {
  color: #F03838;
}

.Article__topMeta .post-edit-link {
  color: #F03838;
}

.Article__topMeta .post-edit-link:hover {
  color: #e41111;
}

.Article__topMeta time {
  font-style: italic;
}

.Article__featured {
  margin-bottom: 0.625rem;
}

.Article__featured img {
  width: 100%;
  height: auto;
}

.Article__excerpt {
  margin: 2rem 0;
  font-size: 16px;
  color: #616161;
}

.Article__footer {
  margin-top: 2rem;
}

.Article__footer:before, .Article__footer:after {
  content: " ";
  display: table;
}

.Article__footer:after {
  clear: both;
}

.Article__meta {
  font-size: 14px;
  color: #9e9e9e;
}

.Article__meta > span:not(:last-child) {
  margin-right: 1.5rem;
}

.Article__meta > span {
  display: inline-block;
}

.Article__meta > span > span {
  line-height: 1;
  vertical-align: middle;
}

.Article__meta a {
  color: #9e9e9e;
}

.Article__meta a:hover {
  color: #F03838;
}

.Article__meta i {
  vertical-align: middle;
  color: #9e9e9e;
  margin-right: .5rem;
}

.Article__content img {
  max-width: 100%;
  height: auto;
}

.link-url {
  color: #9e9e9e;
  font-size: 75%;
  font-style: italic;
  font-weight: normal;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  margin-top: .5em;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sticky-mark {
  position: absolute;
  right: 0;
  top: .1em;
  display: block;
  width: 12px;
  height: 11px;
  background-color: #F03838;
}

.sticky-mark:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #F03838 transparent transparent transparent;
}

.sticky-mark:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #F03838 transparent transparent;
}

.js-rating.is-active .icon-heart {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE5IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5oZWFydCBmaWxsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Ikljb25zIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODkuMDAwMDAwLCAtMzIuMDAwMDAwKSIgZmlsbD0iIzc1NzU3NSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik05OC41LDQ5IEM5OC40MTYsNDkgOTguMzMzLDQ4Ljk3OSA5OC4yNTcsNDguOTM3IEM5OC4xNjMsNDguODg1IDk1LjkzMSw0Ny42MzYgOTMuNjY1LDQ1LjU5IEM5Mi4zMjQsNDQuMzggOTEuMjU0LDQzLjE0MiA5MC40ODIsNDEuOTEgQzg5LjQ5OCw0MC4zMzkgODksMzguNzcxIDg5LDM3LjI1IEM4OSwzNC4zNTUgOTEuMzU1LDMyIDk0LjI1LDMyIEM5NS4yMywzMiA5Ni4yNzEsMzIuMzY3IDk3LjE4MSwzMy4wMzQgQzk3LjcxMywzMy40MjQgOTguMTY2LDMzLjg5NCA5OC41LDM0LjM5MyBDOTguODM0LDMzLjg5NCA5OS4yODcsMzMuNDI0IDk5LjgxOSwzMy4wMzQgQzEwMC43MjksMzIuMzY3IDEwMS43NywzMiAxMDIuNzUsMzIgQzEwNS42NDUsMzIgMTA4LDM0LjM1NSAxMDgsMzcuMjUgQzEwOCwzOC43NzEgMTA3LjUwMSw0MC4zMzkgMTA2LjUxOCw0MS45MSBDMTA1Ljc0Nyw0My4xNDIgMTA0LjY3Niw0NC4zOCAxMDMuMzM2LDQ1LjU5IEMxMDEuMDcsNDcuNjM2IDk4LjgzOCw0OC44ODUgOTguNzQ0LDQ4LjkzNyBDOTguNjY4LDQ4Ljk3OSA5OC41ODUsNDkgOTguNTAxLDQ5IEw5OC41LDQ5IFoiIGlkPSJoZWFydC1maWxsIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.page-links {
  position: relative;
  text-align: center;
}

.page-links .page-links-title {
  margin-right: 5px;
}

.page-links a {
  margin-left: 5px;
  margin-right: 5px;
}

/* ##Blockquote post format
---------------------------------*/
.posts-loop .Article.format-quote .Article__content > blockquote:first-child {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #212121;
  font-size: 26px;
  border-left: 0;
}

.posts-loop .Article.format-quote .Article__content > blockquote:first-child cite {
  font-size: 14px;
}

.posts-loop .Article.format-quote .Article__content > blockquote:first-child cite:before {
  content: '- ';
}

/*----------------------------------------------------------------------*/
/* #Typograph
/*----------------------------------------------------------------------*/
.Content {
  font-size: 16px;
}

.Content h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 {
  font-weight: bolder;
  line-height: 1.125;
  margin-bottom: .35em;
}

.Content h1:not(:first-child), .Content h2:not(:first-child), .Content h3:not(:first-child) {
  margin-top: 1.75em;
}

.Content h1 {
  font-size: 2em;
}

.Content h2 {
  font-size: 1.5em;
}

.Content h3 {
  font-size: 1.25em;
}

.Content h4 {
  font-size: 1.125em;
}

.Content h5 {
  font-size: 1em;
}

.Content h6 {
  font-size: 1em;
}

.Content blockquote,
.Content fieldset,
.Content figure, .Content address,
.Content p, .Content pre, .Content hr,
.Content dl, .Content ol, .Content ul {
  margin: 0 0 1.6em;
}

.Content p:not(:last-child) {
  margin-bottom: 1.25em;
}

.Content hr {
  display: block;
  height: 0;
  border: 0;
  padding: 0;
  border-top: 1px solid #eee;
  margin: 2em 0;
}

.Content ol {
  list-style: decimal outside;
  margin: 1em 2em;
}

.Content ul {
  list-style: square outside;
  margin: 1em  0;
  padding-left: 32px;
}

.Content ul ul {
  list-style-type: disc;
  margin-top: .5em;
}

.Content ul ul ul {
  list-style-type: circle;
}

.Content li + li {
  margin-top: 0.25em;
}

.Content dt {
  font-weight: 700;
}

.Content dd {
  margin-left: 0;
}

.Content dt + dd {
  margin-top: .35em;
}

.Content dd + dt {
  margin-top: 1em;
}

.Content blockquote {
  padding: 5px 0 5px 15px;
  border-left: 4px solid #ddd;
  font-family: Georgia, 'Times New Roman', STKaiti, BiauKai, KaiTi, 'DFKai-SB', 'KaiTi_GB2312', serif;
}

.Content blockquote:not(:last-child) {
  margin-bottom: 1em;
}

.Content blockquote p:last-of-type {
  margin-bottom: 0;
}

.Content blockquote small {
  display: block;
  color: #999;
  text-align: right;
}

.Content pre {
  padding: 15px 16px;
  line-height: 16px;
  font-size: 14px;
  white-space: pre;
  word-wrap: normal;
  overflow: auto;
  font-family: consolas, monaco, monospace;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #f7f7f9;
}

.Content table {
  display: table;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 336px;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.Content table caption {
  padding: 4px 6px;
  background-color: #ddd;
}

.Content table th, .Content table td {
  padding: 8px 16px 7px;
  border: 1px solid #ddd;
}

.Content table thead th {
  text-align: left;
}

.Content table tbody {
  margin: 0 16px;
}

.Content table tbody tr:nth-child(odd) td,
.Content table tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.Content iframe, .Content video, .Content embed, .Content object, .Content img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

.Content figure img {
  margin: 0 auto;
}

.Content figure img + figcaption {
  margin-top: 6px;
}

.Content figure figcaption {
  display: block;
  text-align: center;
  font-style: italic;
}

.Content figure figcaption + img {
  margin-top: 6px;
}

.Content em {
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -webkit-text-emphasis: filled circle;
  -moz-text-emphasis: filled circle;
  -ms-text-emphasis: filled circle;
  text-emphasis: filled circle;
  -webkit-text-emphasis-position: under left;
  -moz-text-emphasis-position: under left;
  -ms-text-emphasis-position: under left;
  text-emphasis-position: under left;
}

.Content u {
  padding-bottom: .05em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  border-bottom: 1px solid #8b98a0;
}

.Content u + u {
  margin-left: .125em;
}

.Content a {
  padding-bottom: 0.025em;
  color: #F03838;
  text-decoration: none;
}

.Content a:hover {
  outline: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}

.Content dfn {
  font-style: italic;
}

.Content abbr[title] {
  padding-bottom: 0.05em;
  cursor: help;
  border-bottom: 1px dotted #424b50;
}

.Content mark {
  background: #ffff00;
  color: #424b50;
}

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

.Content sup {
  top: -.5em;
}

.Content sub {
  bottom: -0.25em;
}

.Content table {
  width: 100%;
}

/*----------------------------------------------------------------------*/
/* #Comments
/*----------------------------------------------------------------------*/
.Discussion__header {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
}

.Discussion__heading {
  position: relative;
  display: inline-block;
  font-size: 24px;
}

.Discussion__heading:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  margin-right: 2rem;
  right: 100%;
  margin-top: -1px;
}

.Discussion__heading:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 2rem;
  margin-top: -1px;
}

.CommentList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.CommentList .children {
  padding-left: 0;
  margin: 0 0 0 58px;
}

.Comment {
  padding-top: 0;
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
   -ms-flex-align: start;
       align-items: flex-start;
}

.Comment__media {
  width: 48px;
  height: 48px;
  background-color: #e0e0e0;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  margin-right: 10px;
  overflow: hidden;
}

.Comment__media img {
  width: 48px;
  height: auto;
}

.Comment__body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.Comment__body p {
  margin: 0 0 1rem;
}

.Comment__body img {
  max-width: 100%;
}

.Comment__heading {
  height: 48px;
  margin-bottom: 0.5rem;
}

.Comment__heading:before, .Comment__heading:after {
  content: " ";
  display: table;
}

.Comment__heading:after {
  clear: both;
}

.Comment__meta {
  float: left;
}

.Comment__username {
  font-size: 16px;
  color: #424242;
}

.Comment__date {
  font-size: 12px;
  color: #9e9e9e;
}

.Comment__actions {
  float: right;
}

.Comment + .comment-respond {
  margin-left: 58px;
}

/* ##Comment Form
---------------------------------*/
.comment-respond .comment-reply-title {
  display: none;
}

.comment-form {
  line-height: 1.4;
  font-size: 14px;
}

.comment-form .comment-notes,
.comment-form .logged-in-as {
  color: #9e9e9e;
  margin: 0.625rem 0;
}

.comment-form__author, .comment-form__email, .comment-form__url {
  float: left;
  width: 33.333333%;
  margin-bottom: 1.25rem;
}

.comment-form__author input, .comment-form__email input, .comment-form__url input {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e8e8e8;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 10px;
  line-height: 20px;
  height: 36px;
  background-color: #f5f5f5;
}

.comment-form__url input {
  border: 0;
}

.comment-form__comment textarea {
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.9375rem;
  background-color: #f5f5f5;
  margin-bottom: 1.25rem;
}

.comment-form__submit {
  text-align: right;
}

/*----------------------------------------------------------------------*/
/* #Pages
/*----------------------------------------------------------------------*/
/* ##Archive
---------------------------------*/
.Archive__header {
  text-align: center;
  margin-top: 4rem;
}

.Archive__header .taxonomy-description {
  font-size: 1em;
  color: #9e9e9e;
  margin: 0;
}

.Archive__header .taxonomy-description p {
  margin: 0;
}

.Archive__title {
  font-size: 1.8em;
  line-height: 1;
}

.Archive__title:before {
  content: '#';
}

/* ##404
---------------------------------*/
.page-404 {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}

.page-404 .page-404-title {
  font-size: 8rem;
  line-height: 1;
  font-weight: normal;
  color: #616161;
  margin: 0;
  font-family: 'open sans', Arial, sans-serif;
}

.page-404 .page-404-divide {
  margin-top: -4px;
  margin-bottom: 24px;
}

.page-404 .page-404-divide span {
  display: inline-block;
  width: 110px;
  height: 1px;
  background-color: #e0e0e0;
}

.page-404 .page-404-desc {
  font-size: 1.8rem;
  color: #9e9e9e;
}

/*----------------------------------------------------------------------*/
/* #Pagination
/*----------------------------------------------------------------------*/
.Pagination {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.Pagination__prev, .nav-links .nav-previous a, .comment-navigation .nav-previous a,
.Pagination__next,
.nav-links .nav-next a,
.comment-navigation .nav-next a {
  display: block;
  border: 1px solid #e0e0e0;
  line-height: 30px;
  height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
     transition-duration: 400ms;
}

.Pagination__prev:hover, .nav-links .nav-previous a:hover, .comment-navigation .nav-previous a:hover,
.Pagination__next:hover,
.nav-links .nav-next a:hover,
.comment-navigation .nav-next a:hover {
  color: #fff;
  background-color: #F03838;
  border-color: #F03838;
}

/*----------------------------------------------------------------------*/
/* #Utilities
/*----------------------------------------------------------------------*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.post-tags a {
  position: relative;
}

.post-tags a:before {
  content: '#';
}

.post-tags a:not(:last-of-type):after {
  content: ', ';
  padding-right: 5px;
}

/* ##Icons
---------------------------------*/
.icon-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-bookmark {
  display: inline-block;
  width: 13px;
  height: 19px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iMTlweCIgdmlld0JveD0iMCAwIDEzIDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5ib29rbWFyayBmaWxsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Ikljb25zIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS4wMDAwMDAsIC0zMS4wMDAwMDApIiBmaWxsPSIjNzU3NTc1Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTIxLjUsNTAgQzIxLjM1Nyw1MCAyMS4yMTcsNDkuOTM4IDIxLjEyLDQ5LjgyNSBMMTUuNSw0My4yNjggTDkuODgsNDkuODI1IEM5Ljc0NCw0OS45ODQgOS41MjMsNTAuMDQxIDkuMzI3LDQ5Ljk2OSBDOS4xMzEsNDkuODk3IDksNDkuNzA5IDksNDkuNSBMOSwzMS41IEM5LDMxLjIyNCA5LjIyNCwzMSA5LjUsMzEgTDIxLjUsMzEgQzIxLjc3NiwzMSAyMiwzMS4yMjQgMjIsMzEuNSBMMjIsNDkuNSBDMjIsNDkuNzA5IDIxLjg3LDQ5Ljg5NiAyMS42NzMsNDkuOTY5IEMyMS42MTYsNDkuOTkgMjEuNTU4LDUwIDIxLjUsNTAgTDIxLjUsNTAgWiIgaWQ9ImJvb2ttYXJrLWZpbGwiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center top no-repeat;
}

.icon-comments {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5idWJibGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iSWNvbnMiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAuMDAwMDAwLCAwLjAwMDAwMCkiIGZpbGw9IiM3NTc1NzUiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTI4Ljk5OTY1NCwxNy4zNTA2NDA0IEMxMjQuMDIzNTM4LDE3LjM1MDY0MDQgMTIwLDEzLjQ5OTQ4MDggMTIwLDguNjk3MTI3MDMgQzEyMCwzLjg5NDc3MzI4IDEyNC4wMjQyMywwIDEyOC45OTk2NTQsMCBDMTMzLjk3NTA3OCwwIDEzNy45OTkzMDgsMy44OTQwODEgMTM3Ljk5OTMwOCw4LjY5NzEyNzAzIEMxMzcuOTk5MzA4LDEwLjQyNzgyOTcgMTM3LjQ4MDA5NywxMi4wMjkwNzU4IDEzNi41NzExMzIsMTMuMzcwMDI0MiBDMTM2LjUyNzUxOCwxMy40MTM2Mzc5IDEzNi40ODQ1OTcsMTMuNTAwMTczMSAxMzYuNDQwOTgzLDEzLjU0MzA5NDUgQzEzNi4zNTQ0NDgsMTMuNzE2MTY0OCAxMzYuMjY3OTEzLDEzLjk3NTc3MDIgMTM2LjI2NzkxMywxNC4xOTI0NTQxIEwxMzcuMjE5Nzk5LDE4IEwxMzMuNTg1MzI0LDE2LjY1ODM1OTMgQzEzMy40MTIyNTMsMTYuNTcxODI0MiAxMzMuMjM5MTgzLDE2LjU3MTgyNDIgMTMzLjA2NjExMywxNi41NzE4MjQyIEMxMzIuODkzMDQzLDE2LjU3MTgyNDIgMTMyLjc2Mjg5NCwxNi42MTU0Mzc5IDEzMi41ODk4MjMsMTYuNjU4MzU5MyBDMTMyLjU0NjIxLDE2LjY1ODM1OTMgMTMyLjU0NjIxLDE2LjcwMTk3MyAxMzIuNTAzMjg4LDE2LjcwMTk3MyBDMTMxLjQyMTI1MywxNy4xMzQ2NDg3IDEzMC4yNTMzNzUsMTcuMzUxMzMyNiAxMjguOTk4MjY5LDE3LjM1MTMzMjYgTDEyOC45OTk2NTQsMTcuMzUwNjQwNCBaIE0xMjksMTYuNDIzMzg0NiBDMTI0LjU3NjYxNSwxNi40MjMzODQ2IDEyMSwxMyAxMjEsOC43MzEwNzY5MiBDMTIxLDQuNDYyMTUzODUgMTI0LjU3NzIzMSwxIDEyOSwxIEMxMzMuNDIyNzY5LDEgMTM3LDQuNDYxNTM4NDYgMTM3LDguNzMxMDc2OTIgQzEzNywxMC4yNjk1Mzg1IDEzNi41Mzg0NjIsMTEuNjkyOTIzMSAxMzUuNzMwNDYyLDEyLjg4NDkyMzEgQzEzNS42OTE2OTIsMTIuOTIzNjkyMyAxMzUuNjUzNTM4LDEzLjAwMDYxNTQgMTM1LjYxNDc2OSwxMy4wMzg3NjkyIEMxMzUuNTM3ODQ2LDEzLjE5MjYxNTQgMTM1LjQ2MDkyMywxMy40MjMzODQ2IDEzNS40NjA5MjMsMTMuNjE2IEwxMzYuMzA3MDc3LDE3LjAwMDYxNTQgTDEzMy4wNzYzMDgsMTUuODA4IEMxMzIuOTIyNDYyLDE1LjczMTA3NjkgMTMyLjc2ODYxNSwxNS43MzEwNzY5IDEzMi42MTQ3NjksMTUuNzMxMDc2OSBDMTMyLjQ2MDkyMywxNS43MzEwNzY5IDEzMi4zNDUyMzEsMTUuNzY5ODQ2MiAxMzIuMTkxMzg1LDE1LjgwOCBDMTMyLjE1MjYxNSwxNS44MDggMTMyLjE1MjYxNSwxNS44NDY3NjkyIDEzMi4xMTQ0NjIsMTUuODQ2NzY5MiBDMTMxLjE1MjYxNSwxNi4yMzEzODQ2IDEzMC4xMTQ0NjIsMTYuNDI0IDEyOC45OTg3NjksMTYuNDI0IEwxMjksMTYuNDIzMzg0NiBaIiBpZD0iYnViYmxlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) center top no-repeat;
  background-size: 18px 18px;
}

.icon-heart {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE5IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUhEIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTQ4LjAwMDAwMCwgLTc5NS4wMDAwMDApIiBmaWxsPSIjNzU3NTc1Ij4KICAgICAgICAgICAgPGcgaWQ9IkFydGljbGUtMiIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMwLjAwMDAwMCwgNTU2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9ImhlYXJ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MTguMDAwMDAwLCAyMzQuMDAwMDAwKSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuNSwyMiBDOS40MTYsMjIgOS4zMzMsMjEuOTc5IDkuMjU3LDIxLjkzNyBDOS4xNjMsMjEuODg1IDYuOTMxLDIwLjYzNiA0LjY2NSwxOC41OSBDMy4zMjQsMTcuMzggMi4yNTQsMTYuMTQyIDEuNDgyLDE0LjkxIEMwLjQ5OCwxMy4zMzkgMCwxMS43NzEgMCwxMC4yNSBDMCw3LjM1NSAyLjM1NSw1IDUuMjUsNSBDNi4yMyw1IDcuMjcxLDUuMzY3IDguMTgxLDYuMDM0IEM4LjcxMyw2LjQyNCA5LjE2Niw2Ljg5NCA5LjUsNy4zOTMgQzkuODM0LDYuODk0IDEwLjI4Nyw2LjQyNCAxMC44MTksNi4wMzQgQzExLjcyOSw1LjM2NyAxMi43Nyw1IDEzLjc1LDUgQzE2LjY0NSw1IDE5LDcuMzU1IDE5LDEwLjI1IEMxOSwxMS43NzEgMTguNTAxLDEzLjMzOSAxNy41MTgsMTQuOTEgQzE2Ljc0NywxNi4xNDIgMTUuNjc2LDE3LjM4IDE0LjMzNiwxOC41OSBDMTIuMDcsMjAuNjM2IDkuODM4LDIxLjg4NSA5Ljc0NCwyMS45MzcgQzkuNjY4LDIxLjk3OSA5LjU4NSwyMiA5LjUwMSwyMiBMOS41LDIyIFogTTUuMjUsNiBDMi45MDcsNiAxLDcuOTA3IDEsMTAuMjUgQzEsMTMuMjkgMy4zNSwxNi4wNTIgNS4zMjEsMTcuODM1IEM3LjA4MSwxOS40MjcgOC44NjUsMjAuNTQzIDkuNSwyMC45MjIgQzEwLjEzNSwyMC41NDMgMTEuOTE5LDE5LjQyNyAxMy42NzksMTcuODM1IEMxNS42NSwxNi4wNTMgMTgsMTMuMjkgMTgsMTAuMjUgQzE4LDcuOTA3IDE2LjA5Myw2IDEzLjc1LDYgQzEyLjA0Nyw2IDEwLjM5Myw3LjQwMSA5Ljk3NCw4LjY1OCBDOS45MDYsOC44NjIgOS43MTUsOSA5LjUsOSBDOS4yODUsOSA5LjA5NCw4Ljg2MiA5LjAyNiw4LjY1OCBDOC42MDcsNy40MDEgNi45NTMsNiA1LjI1LDYgTDUuMjUsNiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) center center no-repeat;
  background-size: 19px 17px;
}

.icon-tags {
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE5IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy40LjQgKDE3MjQ5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZSArIFNoYXBlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9IkRlc2t0b3AtSEQiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzAuMDAwMDAwLCAtNzk2LjAwMDAwMCkiIGZpbGw9IiM3NTc1NzUiPgogICAgICAgICAgICA8ZyBpZD0iQXJ0aWNsZS0yIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzAuMDAwMDAwLCA1NTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0idGFncyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDIzNC4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU2hhcGUtKy1TaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS41LDUgQzE0LjY3Myw1IDE0LDQuMzI3IDE0LDMuNSBDMTQsMi42NzMgMTQuNjczLDIgMTUuNSwyIEMxNi4zMjcsMiAxNywyLjY3MyAxNywzLjUgQzE3LDQuMzI3IDE2LjMyNyw1IDE1LjUsNSBMMTUuNSw1IFogTTE1LjUsMyBDMTUuMjI0LDMgMTUsMy4yMjQgMTUsMy41IEMxNSwzLjc3NiAxNS4yMjQsNCAxNS41LDQgQzE1Ljc3Niw0IDE2LDMuNzc2IDE2LDMuNSBDMTYsMy4yMjQgMTUuNzc2LDMgMTUuNSwzIEwxNS41LDMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNy41LDAgTDE0LDAgQzEzLjMxMiwwIDEyLjQyNiwwLjM2NyAxMS45MzksMC44NTQgTDQuMzUzLDguNDQgQzQuMDcsOC43MjMgMy45MTUsOS4wOTkgMy45MTUsOS41MDEgQzMuOTE1LDkuOTAzIDQuMDcxLDEwLjI3OSA0LjM1MywxMC41NjIgTDYuOTU1LDEzLjE2NCBMNS44NiwxMy43OTYgQzUuNzQ1LDEzLjg2MiA1LjYxMSwxMy44NzkgNS40ODEsMTMuODQ1IEM1LjM1MSwxMy44MTEgNS4yNDMsMTMuNzI4IDUuMTc3LDEzLjYxMyBMMS41ODEsNy4zODQgQzEuNDQzLDcuMTQ1IDEuNTI1LDYuODM5IDEuNzY0LDYuNzAxIEw5Ljc1LDIuMDkgQzkuOTg5LDEuOTUyIDEwLjA3MSwxLjY0NiA5LjkzMywxLjQwNyBDOS43OTUsMS4xNjggOS40ODksMS4wODYgOS4yNSwxLjIyNCBMMS4yNjQsNS44MzUgQzAuOTE4LDYuMDM1IDAuNjcsNi4zNTggMC41NjYsNi43NDYgQzAuNDYyLDcuMTM0IDAuNTE1LDcuNTM4IDAuNzE1LDcuODg0IEw0LjMxMSwxNC4xMTMgQzQuNTExLDE0LjQ1OSA0LjgzNCwxNC43MDcgNS4yMjIsMTQuODExIEM1LjM1MiwxNC44NDYgNS40ODQsMTQuODYzIDUuNjE0LDE0Ljg2MyBDNS44NzQsMTQuODYzIDYuMTI5LDE0Ljc5NSA2LjM2LDE0LjY2MiBMNy42ODcsMTMuODk2IEw4LjQzOSwxNC42NDggQzguNzIyLDE0LjkzMSA5LjA5OCwxNS4wODYgOS41LDE1LjA4NiBDOS45MDIsMTUuMDg2IDEwLjI3OCwxNC45MyAxMC41NjEsMTQuNjQ4IEwxOC4xNDcsNy4wNjIgQzE4LjYzNCw2LjU3NSAxOSw1LjY5IDE5LDUuMDAxIEwxOSwxLjUwMSBDMTksMC42NzQgMTguMzI3LDAuMDAxIDE3LjUsMC4wMDEgTDE3LjUsMCBaIE0xOCw1IEMxOCw1LjQxNSAxNy43MzMsNi4wNiAxNy40MzksNi4zNTQgTDkuODUzLDEzLjk0IEM5Ljc1OSwxNC4wMzQgOS42MzQsMTQuMDg1IDkuNDk5LDE0LjA4NSBDOS4zNjQsMTQuMDg1IDkuMjM5LDE0LjAzMyA5LjE0NSwxMy45NCBMNS4wNTksOS44NTQgQzQuOTY1LDkuNzYgNC45MTQsOS42MzUgNC45MTQsOS41MDEgQzQuOTE0LDkuMzY3IDQuOTY2LDkuMjQxIDUuMDU5LDkuMTQ3IEwxMi42NDUsMS41NjEgQzEyLjkzOCwxLjI2OCAxMy41ODQsMSAxMy45OTgsMSBMMTcuNDk4LDEgQzE3Ljc3NCwxIDE3Ljk5OCwxLjIyNCAxNy45OTgsMS41IEwxNy45OTgsNSBMMTgsNSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center center no-repeat;
  background-size: 19px 16px;
}

.tags-list {
  text-align: center;
}

.tags-list a {
  display: inline-block;
  color: #9e9e9e;
  padding: 5px;
  margin: 5px 10px;
}

.tags-list a:before {
  content: '#';
}

.tags-list a:hover {
  color: #e41111;
}

.video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.video-embed iframe,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.featured-media {
  margin-bottom: 1.5rem;
}

.featured-media img {
  width: 100%;
  height: auto;
}

input[type="submit"],
button,
.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #F03838;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  padding: 1px 20px 0 20px;
  min-width: 52px;
  border: 0;
  height: 32px;
  font-size: 16px;
  line-height: 31px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

input[type="submit"]:active,
button:active,
.btn:active {
  background-color: #ee2020;
}

input[type="submit"]:hover,
button:hover,
.btn:hover {
  background-color: #f25050;
}

input[type="submit"][disabled], input[type="submit"].is-disabled,
button[disabled],
button.is-disabled,
.btn[disabled],
.btn.is-disabled {
  cursor: not-allowed;
  background-color: #f46767;
}

input[type="submit"].btn-lg,
button.btn-lg,
.btn.btn-lg {
  height: 36px;
  font-size: 18px;
  line-height: 35px;
  padding: 1px 20px 0 20px;
  min-width: 52px;
}

/*----------------------------------------------------------------------*/
/* #WordPress Classes
/*----------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: hidden;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption.alignleft {
  margin: 5px 15px 10px 0;
}

.wp-caption.alignright {
  margin: 5px 0 15px 10px;
}

.wp-caption.aligncenter {
  margin: 5px auto;
}

.wp-caption-text {
  font-size: 80%;
  text-align: center;
  line-height: 1.4;
  color: #888;
  margin: 0.8075em 0;
}

.gallery {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  display: block;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Align
––––––––––––––––––––––––––––––––––*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =Content
––––––––––––––––––––––––––––––––––*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  position: relative;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

iframe.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.post-password-form > p {
  line-height: 1;
  margin: 0 0 15px 0;
}

/* ##Pagination
---------------------------------*/
.posts-navigation {
  position: relative;
  margin: 30px 0;
}

.nav-links {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.comment-navigation {
  position: relative;
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
   -ms-flex-pack: justify;
       justify-content: space-between;
}

/*----------------------------------------------------------------------*/
/* #Responsive
/*----------------------------------------------------------------------*/
@media (max-width: 770px) {
  #primary {
    padding-top: 1.25rem;
  }
  .Article {
    padding: 2.5rem 0;
  }
  .Article__excerpt {
    margin: 1.875rem 0;
  }
}
