/*!Primitive
by Tania Rascia*/
/*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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:active,
a:hover {
  outline: 0
}

b,
strong {
  font-weight: 700
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

hr {
  box-sizing: content-box
}

pre {
  overflow: auto
}

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

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

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

figure {
  margin: 0
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1rem/1.6 -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem
}

body {
  color: #404040;
  font-size: 1rem
}

@media(min-width:700px) {
  body {
    font-size: 1.15rem
  }
}

dl,
ol,
p,
table,
ul {
  margin: 0 0 2rem
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 2rem;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #111
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child) {
  margin: 0 0 1rem
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2rem
}

h1 {
  font-size: 1.75rem
}

h2 {
  font-size: 1.5rem;
  font-weight: 500
}

h3 {
  font-size: 1.25rem;
  color: #444
}

h3,
h4 {
  font-weight: 600
}

h4 {
  font-size: 1.1rem
}

h5 {
  font-size: 1rem;
  color: #5e5e5e
}

@media(min-width:700px) {

  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child) {
    margin-top: 3rem
  }

  h1 {
    font-size: 2rem
  }

  h2 {
    font-size: 1.8rem
  }

  h3 {
    font-size: 1.5rem
  }

  h4 {
    font-size: 1.3rem
  }

  h5 {
    font-size: 1.2rem
  }
}

a {
  color: #3f80ff;
  text-decoration: none
}

a:active,
a:focus,
a:hover {
  color: #0046ce;
  text-decoration: underline
}

mark {
  background: #ffeea8;
  padding: 0 .2rem
}

blockquote {
  margin: 0 0 2rem;
  padding: 0 1.5rem;
  font-size: 1.5rem
}

blockquote cite {
  margin-top: 2rem
}

pre {
  border: 0;
  border-radius: 4px;
  background: 0 0;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  color: #404040;
  font-size: 14px;
  margin: 0 0 2rem !important;
}

pre,
pre code {
  font-family: Menlo, monospace
}

pre code {
  line-height: 1.2
}

kbd {
  border: 1px solid #ccc;
  font-size: 13px
}

:not(pre)>code {
  color: #404040;
  background: 0 0;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 .2rem;
  border: 1px solid #eee;
  border-radius: 4px
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee
}

dt {
  font-weight: 600
}

dd {
  margin-bottom: .5rem
}

.terminal,
code {
  font-size: 14px
}

.terminal {
  position: relative;
  padding: 1rem;
  font-family: Menlo, Roboto Mono, Courier New, monospace;
  border: 1px solid #d8d9da;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .16);
  border-radius: 6px;
  padding-top: 45px;
  margin: 2rem 0
}

.terminal:before {
  content: "\2022 \2022 \2022";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  background: #e1e1e1;
  color: #c2c3c4;
  width: 100%;
  font-size: 2.5rem;
  margin: 0;
  line-height: 0;
  padding: 14px 0;
  text-indent: 4px;
  letter-spacing: -3px
}

pre .terminal {
  overflow: hidden
}

code[class*=language-],
pre[class*=language-],
pre code {
  color: #d5d5d5;
  font-family: Menlo, Roboto Mono, Courier New, monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.7;
  font-weight: 400;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 4px;
  -webkit-font-smoothing: subpixel-antialiased
}

.terminal {
  margin: 0 0 2rem
}

pre code {
  display: block;
  padding: 1.5rem;
  overflow: auto;
  background-color: #333;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, .1)
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 0 0 2px #fff;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.4;
  margin: 0 .1em;
  padding: .1em .6em;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px
}

:not(pre)>code[class*=language-] {
  padding: 2px 4px;
  background: #333;
  border: 1px solid #333
}

:not(pre)>code {
  padding: 2px 4px;
  border: none;
  font-family: Menlo, Roboto Mono, Courier New, monospace;
  font-weight: 400;
  color: #111;
  border-radius: 0;
  background: rgba(0, 0, 0, .06)
}

code[class*=language-css],
code[class*=language-less],
code[class*=language-sass],
code[class*=language-scss] {
  color: #c9c
}

.filename {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #111;
  padding: .5rem 1rem .75rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: -4px
}

.token.doctype {
  background: #000;
  color: #fff
}

.token.cdata,
.token.comment,
.token.prolog {
  color: #8a8a80
}

.token.namespace {
  opacity: .7
}

.token.attr-value,
.token.string {
  color: #9c9
}

.token.punctuation {
  color: #d2d0c9
}

.token.operator {
  color: #cda869
}

.token.variable {
  color: #f2777a
}

.token.property {
  color: #d2d0c9
}

.token.boolean,
.token.constant,
.token.entity,
.token.inserted,
.token.number,
.token.regex,
.token.symbol,
.token.url {
  color: #fca369
}

.token.delimiter {
  background: #000;
  color: #fff;
  padding: 1px 2px
}

.token.atrule {
  color: #76d4d6
}

.token.keyword {
  color: #ffeead
}

.language-autohotkey .token.selector {
  color: #f7931e
}

.token.attr-name {
  color: #ffd479
}

.token.function {
  color: #76d4d6
}

.language-php .token.function {
  color: #fff
}

.token.class-name {
  color: #d6acd6
}

.language-autohotkey .token.tag,
.token.deleted {
  color: #f5b80e
}

.token.tag {
  color: #78aad6
}

.language-autohotkey .token.keyword {
  color: #ffeead
}

.token.selector {
  color: #ffd479
}

.token.italic {
  font-style: italic
}

pre[data-line] {
  position: relative;
  padding: 1rem 0
}

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1rem;
  background: hsla(24, 20%, 50%, .1);
  background: -webkit-linear-gradient(left, hsla(24, 20%, 50%, .15) 70%, hsla(24, 20%, 50%, 0));
  background: linear-gradient(90deg, hsla(24, 20%, 50%, .15) 70%, hsla(24, 20%, 50%, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre
}

.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: transparent;
  color: transparent;
  font: 700 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none
}

.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em
}

.line-numbers .line-highlight:after,
.line-numbers .line-highlight:before {
  content: none
}

code::-moz-selection,
pre::-moz-selection {
  text-shadow: none;
  color: inherit;
  background: hsla(0, 0%, 59%, .3) !important
}

code::selection,
pre::selection {
  text-shadow: none;
  color: inherit;
  background: hsla(0, 0%, 59%, .3) !important
}

code[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
  text-shadow: none;
  color: inherit;
  background: hsla(0, 0%, 59%, .3) !important
}

code[class*=language-] ::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  color: inherit;
  background: hsla(0, 0%, 59%, .3) !important
}

.flex-large,
.flex-small {
  padding-left: 1rem;
  padding-right: 1rem
}

.flex-row {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-large,
.flex-small {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem
}

@media(min-width:700px) {
  .flex-small {
    -ms-flex: 1 1 0;
    -webkit-box-flex: 1;
            flex: 1 1 0;
    margin-bottom: 0
  }
}

@media(min-width:1200px) {
  .flex-large {
    -ms-flex: 1 1 0;
    -webkit-box-flex: 1;
            flex: 1 1 0;
    margin-bottom: 0
  }
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: block
}

.clearfix:after {
  clear: both
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.vertical-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center
}

.responsive-image {
  max-width: 100%;
  height: auto
}

.show {
  display: block !important
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.no-padding-top {
  padding-top: 0
}

.no-padding-bottom {
  padding-bottom: 0
}

.padding-top {
  padding-top: 2rem
}

.padding-bottom {
  padding-bottom: 2rem
}

.no-margin-top {
  margin-top: 0
}

.no-margin-bottom {
  margin-bottom: 0
}

.margin-top {
  margin-top: 2rem
}

.margin-bottom {
  margin-bottom: 2rem
}

.alternate-background {
  background: #f0f0f0;
  color: #404040
}

.green {
  color: #28a745
}

.pink {
  color: #ff4a6e
}

.blue {
  color: #3f80ff
}

.yellow {
  color: #fea700
}

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

.button,
[type=button],
[type=reset],
[type=submit],
a.button,
button {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #3f80ff;
  border-radius: 4px;
  background: #3f80ff;
  color: #fff;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  text-transform: none;
  padding: .75rem 1.25rem;
  margin: 0 0 .5rem;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1
}

.button:active,
.button:focus,
.button:hover,
[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
a.button:active,
a.button:focus,
a.button:hover,
button:active,
button:focus,
button:hover {
  border: 1px solid #0c5eff;
  background: #0c5eff;
  color: #fff;
  text-decoration: none
}

.button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
a.button::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.accent-button,
a.accent-button {
  color: #fff;
  border: 1px solid #ff4a6e;
  background: #ff4a6e
}

.accent-button:active,
.accent-button:focus,
.accent-button:hover,
a.accent-button:active,
a.accent-button:focus,
a.accent-button:hover {
  color: #fff;
  border: 1px solid #ff1745;
  background: #ff1745
}

.yellow-button,
a.yellow-button {
  font-size: 1.1rem;
  padding: 1.2rem;
  color: #111;
  border: 1px solid #ffb932;
  background: #ffb932
}

.yellow-button:active,
.yellow-button:focus,
.yellow-button:hover,
a.yellow-button:active,
a.yellow-button:focus,
a.yellow-button:hover {
  color: #111;
  border: 1px solid #fea700;
  background: #fea700
}

.yellow-button i,
a.yellow-button i {
  margin-right: 10px
}

.muted-button,
a.muted-button {
  background: 0 0;
  border: 1px solid #cdcdcd;
  color: #4e4e4e
}

.muted-button:active,
.muted-button:focus,
.muted-button:hover,
a.muted-button:active,
a.muted-button:focus,
a.muted-button:hover {
  color: #4e4e4e;
  border: 1px solid #818181;
  background: 0 0
}

.round-button,
a.round-button {
  border-radius: 40px
}

.square-button,
a.square-button {
  border-radius: 0
}

.full-button,
a.full-button {
  display: block;
  width: 100%
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  display: block;
  border: 0 solid #f2f2f2;
  border-radius: 4px;
  padding: .75rem;
  outline: none;
  background: #f2f2f2;
  margin-bottom: .5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
select:hover,
textarea:hover {
  background: #eaeaea;
  border: 0 solid #e5e5e5
}

[type=color]:active,
[type=color]:focus,
[type=date]:active,
[type=date]:focus,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime]:active,
[type=datetime]:focus,
[type=email]:active,
[type=email]:focus,
[type=month]:active,
[type=month]:focus,
[type=number]:active,
[type=number]:focus,
[type=password]:active,
[type=password]:focus,
[type=search]:active,
[type=search]:focus,
[type=tel]:active,
[type=tel]:focus,
[type=text]:active,
[type=text]:focus,
[type=time]:active,
[type=time]:focus,
[type=url]:active,
[type=url]:focus,
[type=week]:active,
[type=week]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  background: #e5e5e5;
  border: 0 solid #3f80ff
}

textarea {
  overflow: auto;
  height: auto;
  line-height: 1.6
}

fieldset {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 60px;
  margin: 2rem 0
}

legend {
  padding: 0 .5rem;
  font-weight: 600
}

select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) 100% no-repeat;
  line-height: 1
}

select::-ms-expand {
  display: none
}

[type=range] {
  width: 100%
}

label {
  font-weight: 700;
  font-size: 1rem;
  max-width: 100%;
  display: block;
  margin: 1rem 0 .5rem
}

@media(min-width:700px) {
  .split-form label {
    text-align: right;
    padding: 0 .5rem;
    margin-bottom: 1rem
  }
}

input.has-error,
input.has-error:active,
input.has-error:focus,
input.has-error:hover,
select.has-error,
select.has-error:active,
select.has-error:focus,
select.has-error:hover,
textarea.has-error,
textarea.has-error:active,
textarea.has-error:focus,
textarea.has-error:hover {
  border: 1px solid #eb4d5c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 6px #fdedef
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #9a9a9a
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%
}

th {
  border-bottom: 2px solid #eee
}

tfoot th {
  border-top: 2px solid #eee
}

td {
  border-bottom: 1px solid #eee
}

td,
th {
  text-align: left;
  padding: .5rem
}

caption {
  padding: 60px 0;
  caption-side: bottom;
  color: #ababab
}

tbody tr:nth-child(2n) {
  background-color: #f8f8f8
}

.contain-table {
  overflow-x: auto
}

@media(min-width:700px) {
  .contain-table {
    width: 100%
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  width: 100%;
  border-bottom: 2px solid #eee;
  font-size: .85rem
}

.nav .buy {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #111
}

.nav a {
  color: #666;
  padding: .5rem .6rem;
  border-radius: 4px;
  display: block;
  margin: 0 .1rem
}

.nav a.nav-icon {
  cursor: pointer !important;
  padding: .5rem
}

.nav a.nav-icon:hover {
  background: 0 0
}

.nav a.donate-link {
  font-weight: 600
}

.nav .nav-container,
.nav a.donate-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center
}

.nav .nav-container {
  max-width: 850px;
  margin: auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between
}

.nav .nav-container .brand {
  font-weight: 600
}

.nav .nav-container .brand a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #222;
  padding: 0;
  font-size: .95rem
}

.nav .nav-container .brand a:hover {
  color: #111;
  background: 0 0 !important
}

.nav .nav-container .brand span {
  margin-left: .5rem
}

.nav .nav-container .brand .brand-icon {
  display: block;
  max-width: 20px;
  height: 20px
}

.nav .nav-container .extra {
  font-size: 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.nav .nav-container .links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center
}

.nav .nav-container .links a {
  font-size: 1rem;
  margin-right: .8rem
}

.nav .nav-container .links a:hover {
  color: #111
}

@media(min-width:700px) {
  .nav a.nav-icon {
    padding: .8rem .6rem
  }

  .nav .nav-container .links {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin: .5rem 0
  }

  .nav .nav-container .links a {
    font-size: 1.1rem
  }

  .nav .nav-container .links a:hover {
    background: #f2f2f2
  }

  .nav .nav-container .brand a {
    margin-top: .5rem;
    font-size: 1.1rem
  }

  .nav .nav-container .extra a {
    font-size: 1.1rem
  }

  .nav .nav-container .extra a:hover {
    background: #f2f2f2
  }
}

@media(min-width:850px) {
  .nav {
    font-size: 1.1rem;
    height: 70px
  }

  .nav .nav-container .brand {
    margin-right: .5rem
  }

  .nav .nav-container .brand a {
    margin-top: 0;
    font-size: 1.1rem
  }

  .nav a {
    padding: .8rem 1.1rem
  }

  .nav a.nav-icon {
    padding: .8rem
  }

  .nav a .donate-icon {
    color: #ffb932;
    margin-left: .5rem
  }

  .nav .nav-container {
    height: 70px
  }

  .nav .nav-container .links {
    width: auto;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin: 0
  }

  .nav .nav-container .links a {
    font-size: 1.1rem;
    margin-right: .1rem
  }

  .nav .nav-container .extra {
    font-size: 1.1rem
  }
}

a:active,
a:focus,
a:hover {
  text-decoration: none
}

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

#main-content {
  margin-top: 60px;
  padding: 60px 0 0;
  min-height: calc(100vh - 210px)
}

#main-content h1 {
  text-align: center
}

@media(min-width:700px) {
  #main-content {
    margin-top: 70px;
    padding: 80px 0 0
  }

  #main-content h1 {
    text-align: left
  }
}

.container {
  max-width: 850px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto
}

.section {
  margin: 50px 0
}

.section:first-of-type {
  margin-top: 0
}

.section>h2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center
}

@media(min-width:700px) {
  .section {
    margin: 80px 0
  }
}

.post {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-radius: 4px;
  border-bottom: 2px solid #f2f2f2
}

.post:hover {
  background: #f2f2f2;
  text-decoration: none !important
}

.post:hover .post-title {
  color: #111
}

.post:last-of-type {
  border-bottom: none
}

.post-thumbnail {
  width: 30px;
  margin-right: 1.3rem
}

.post-thumbnail img {
  display: block
}

.post-description {
  color: #888;
  margin: 0 2rem 0 1rem;
  -ms-flex: 8;
  -webkit-box-flex: 8;
          flex: 8;
  display: none
}

.post-title {
  -ms-flex: 2;
  -webkit-box-flex: 2;
          flex: 2;
  font-weight: 500;
  color: #333
}

.post-title,
a.post-title {
  display: block
}

a.post-title:hover {
  text-decoration: underline;
  color: #111
}

.post-date {
  color: #888;
  font-size: .9rem;
  display: none
}

.post-tag:not(:last-child)::after {
  content: ","
}

.post-share {
  text-align: left;
}

.post-image {
  text-align: center;
}

.view-all {
  background: #f2f2f2;
  border-radius: 4px;
  padding: .6rem .8rem;
  font-size: .85rem;
  margin-left: 2rem;
  color: #404040
}

.view-all:active,
.view-all:focus,
.view-all:hover {
  color: #111;
  background: #dfdfdf
}

@media(min-width:700px) {

  .post-date,
  .post-description {
    display: block
  }

  .post-title {
    margin-right: 2rem
  }
}

.icon {
  font-size: 1.6rem
}

.laconia-icon {
  color: #c96645
}

.primitive-icon {
  color: #0366ee
}

.single-header {
  margin-bottom: 60px;
  text-align: center
}

.single-header h1 {
  margin: .5rem 0
}

@media(min-width:700px) {
  .single-header {
    text-align: left
  }
}

.date {
  font-size: .9rem;
  color: #888
}

.author {
  margin-top: 60px;
  padding: 2rem;
  background: #f2f2f2;
  border-radius: 4px
}

.lead {
  font-size: 1.1rem
}

@media(min-width:700px) {
  .lead {
    font-size: 1.15rem
  }
}

.newsletter-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.newsletter-form [type=email],
.newsletter-form [type=text] {
  width: 100%;
  max-width: 400px;
  margin-right: .5rem;
  border: 0
}

.newsletter-form [type=email]:hover,
.newsletter-form [type=text]:hover {
  background: #ededed
}

.newsletter-form [type=email]:active,
.newsletter-form [type=email]:focus,
.newsletter-form [type=text]:active,
.newsletter-form [type=text]:focus {
  box-shadow: none;
  background: #e5e5e5
}

.tab-container {
  margin: 30px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center
}

.tab-container .tab {
  padding: .4rem .8rem;
  background: #f2f2f2;
  color: #111;
  border-radius: 4px;
  font-size: .8rem;
  margin-right: .4rem;
  margin-bottom: .4rem
}

.tab-container .tab:active,
.tab-container .tab:hover {
  background: #e5e5e5
}

.tab-container .tab:last-of-type {
  margin-right: 0
}

.search-enabled {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 3rem
}

.search-enabled h1 {
  margin-bottom: 1rem
}

@media(min-width:700px) {
  .search-enabled {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row
  }

  .search-enabled h1 {
    margin-bottom: 0
  }
}

.search-icon {
  position: absolute;
  right: .6rem;
  top: calc(50% - .5em)
}

.search-wrapper {
  position: relative
}

.search-wrapper [type=search] {
  -webkit-appearance: none;
  padding-right: 2rem
}

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

.search-form [type=search] {
  width: auto;
  background: #f2f2f2;
  border: 0
}

.search-form [type=search]:hover {
  background: #e5e5e5;
  border: 0
}

.search-form [type=search]:active,
.search-form [type=search]:focus {
  box-shadow: none;
  border: 0;
  color: #111;
  background: #fff6d5
}

blockquote {
  color: #737373;
  border-left: 16px solid #f0f0f0;
  font-weight: 400;
  margin: 2rem 0;
  padding: 2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  font-family: Georgia
}

blockquote p {
  padding: 0
}

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

blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #a6a6a6
}

blockquote.testimonial {
  padding-left: 0;
  border-left: 0
}

blockquote.alert,
blockquote.details,
blockquote.info,
blockquote.note,
blockquote.success {
  font-size: 1.05rem;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 1.5rem
}

blockquote.alert {
  background: #ffd9e0;
  border-left: 12px solid #ff4a6e
}

blockquote.info {
  background: #fff6d5;
  border-left: 12px solid #f0d461
}

blockquote.success {
  background: #86e29b;
  border-left: 12px solid #28a745
}

blockquote.note {
  background: #f0f0f0;
  border-left: 12px solid #eee
}

blockquote.details {
  background: #e7efff;
  border-left: 12px solid #a5c3ff
}

blockquote code {
  margin: 1rem 0 0
}

@media(min-width:700px) {
  blockquote {
    font-size: 1.4rem;
    line-height: 1.5
  }

  blockquote p {
    font-size: 1.3rem
  }

  blockquote code {
    font-size: .9rem;
    margin: 2rem 0 0
  }
}

.front-page-social {
  margin-bottom: 1rem
}

.newsletter {
  margin-top: 60px;
  padding: 2rem;
  background: #f2f2f2;
  border-radius: 4px
}

#none-found {
  display: none
}

.footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100px;
  color: #888
}

.footer strong {
  color: #111
}

.wpcf7 br {
  display: none !important
}

#comments {
  line-height: 1.4
}

#comments .comment {
  border-bottom: 2px solid #eee
}

#comments .comment:last-of-type {
  border-bottom: none
}

#comments p {
  font-size: .9rem;
  margin: 0 0 1rem
}

#comments .comment-form-comment {
  margin-bottom: 0
}

#cancel-comment-reply-link {
  font-size: .8rem;
  display: none
}

.comment-respond {
  margin-bottom: 3rem
}

.comment-meta.commentmetadata,
.comment-notes {
  font-size: .8rem;
  margin-bottom: 1rem
}

.comment-reply-title small {
  display: block
}

.comment-reply-title a {
  color: #111
}

.comment-author a,
.comment-author cite.fn {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif
}

.comment-meta a {
  color: #737373
}

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

.says {
  display: none
}

.comment-reply-title,
.comments-title {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #111
}

.comment-body {
  padding: 1rem 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: .5rem 0
}

.comment-body blockquote p {
  padding: 0
}

.comment-body .reply {
  text-align: right
}

.comment-form p {
  padding: 0;
  margin: 0
}

.comment-form input {
  width: auto
}

.comment-form #wp-comment-cookies-consent {
  float: left;
  margin-right: 10px
}

.children {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  background: #fff
}

.comments-area {
  margin-top: 60px;
  padding: 15px
}

.comment-reply-link {
  font-size: .8rem;
  color: #111;
  padding: .6rem 1rem;
  border-radius: 4px
}

.comment-reply-link:hover {
  background: rgba(0, 0, 0, .05);
  color: #111
}

.avatar {
  float: left;
  margin-right: 1rem;
  border-radius: 50%
}

.logged-in-as {
  display: none
}

.comment-notes {
  padding-bottom: .5rem
}

.comment-links,
.posts-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 2rem 0
}

.comment-links a,
.posts-links a {
  color: #111;
  font-weight: 700;
  font-size: 1rem
}

.bypostauthor {
  background: #fff6d5;
  border-left: 12px solid #f0d461;
  padding: 0 1.5rem
}

::-moz-selection {
  background: rgba(255, 245, 20, .9);
  color: #111
}

::selection {
  background: rgba(255, 245, 20, .9);
  color: #111
}
