/*
Theme Name: Cover2
Theme URI: http://eichefam.net/projects/cover2
Author: Paul Eiche
Author URI: https://eichefam.net
Description: A content-driven blogging theme for WordPress.
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cover2
Tags: custom-colors, custom-menu, featured-images, one-column, sticky-post, theme-options

This theme, like WordPress, is licensed under the GPL.

components 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
# Cover2
--------------------------------------------------------------*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          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 {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .screen-reader-text:focus {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #f4f4f4;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

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

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

.text-align-center,
.align-center {
  text-align: center; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.clearfix:after,
.cf:after {
  clear: both;
  content: "";
  display: table; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 20px;
  font-size: 1.25rem;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  line-height: 38px;
  margin: 0 0 30px;
  word-break: break-word; }
  p:last-child {
    margin-bottom: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

dfn,
cite {
  font-size: 85%; }

address {
  margin: 0 0 1.5em; }

code,
kbd,
tt,
var {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-family: "Source Code Pro", monospace;
  padding: 2px 4px; }

pre {
  background-color: #333;
  color: #fff;
  font-family: "Source Code Pro", monospace;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: auto;
  padding: 20px 0; }
  pre code {
    background-color: transparent;
    display: block;
    padding: 0; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote,
q {
  quotes: "" ""; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: ""; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.search-form {
  position: relative; }

input.search-field {
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 0;
  border-width: 0 0 2px;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  outline: none;
  padding: 5px 0;
  width: 100%; }
  input.search-field::-ms-clear {
    display: none; }
  .overlay-dark .overlay input.search-field,
  .overlay-dark .widget input.search-field {
    color: #fff; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  padding-bottom: 3.2px;
  padding-bottom: 0.2rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 3.2px;
  padding-top: 0.2rem;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: all 200ms ease;
  border-color: #404040;
  background-color: #404040;
  color: #fff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    border-color: rgba(0, 0, 0, 0.5); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .button:active,
  .button:focus {
    color: #fff; }
  button.ghost,
  input[type="button"].ghost,
  input[type="reset"].ghost,
  input[type="submit"].ghost,
  .button.ghost {
    border-color: #404040;
    background-color: transparent;
    color: #404040; }
    button.ghost:hover,
    input[type="button"].ghost:hover,
    input[type="reset"].ghost:hover,
    input[type="submit"].ghost:hover,
    .button.ghost:hover {
      color: #fff;
      background-color: #404040;
      border-color: #404040; }
      button.ghost:hover:active, button.ghost:hover:focus,
      input[type="button"].ghost:hover:active,
      input[type="button"].ghost:hover:focus,
      input[type="reset"].ghost:hover:active,
      input[type="reset"].ghost:hover:focus,
      input[type="submit"].ghost:hover:active,
      input[type="submit"].ghost:hover:focus,
      .button.ghost:hover:active,
      .button.ghost:hover:focus {
        color: #fff; }
    button.ghost:active, button.ghost:focus,
    input[type="button"].ghost:active,
    input[type="button"].ghost:focus,
    input[type="reset"].ghost:active,
    input[type="reset"].ghost:focus,
    input[type="submit"].ghost:active,
    input[type="submit"].ghost:focus,
    .button.ghost:active,
    .button.ghost:focus {
      color: #404040; }
  button.default,
  input[type="button"].default,
  input[type="reset"].default,
  input[type="submit"].default,
  .button.default {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff; }
    button.default:hover,
    input[type="button"].default:hover,
    input[type="reset"].default:hover,
    input[type="submit"].default:hover,
    .button.default:hover {
      color: #fff;
      background-color: #0c7cd5;
      border-color: #0c7cd5; }
    button.default:active, button.default:focus,
    input[type="button"].default:active,
    input[type="button"].default:focus,
    input[type="reset"].default:active,
    input[type="reset"].default:focus,
    input[type="submit"].default:active,
    input[type="submit"].default:focus,
    .button.default:active,
    .button.default:focus {
      color: #fff; }
    button.default.ghost,
    input[type="button"].default.ghost,
    input[type="reset"].default.ghost,
    input[type="submit"].default.ghost,
    .button.default.ghost {
      border-color: #2196f3;
      background-color: transparent;
      color: #2196f3; }
      button.default.ghost:hover,
      input[type="button"].default.ghost:hover,
      input[type="reset"].default.ghost:hover,
      input[type="submit"].default.ghost:hover,
      .button.default.ghost:hover {
        color: #fff;
        background-color: #2196f3;
        border-color: #2196f3; }
        button.default.ghost:hover:active, button.default.ghost:hover:focus,
        input[type="button"].default.ghost:hover:active,
        input[type="button"].default.ghost:hover:focus,
        input[type="reset"].default.ghost:hover:active,
        input[type="reset"].default.ghost:hover:focus,
        input[type="submit"].default.ghost:hover:active,
        input[type="submit"].default.ghost:hover:focus,
        .button.default.ghost:hover:active,
        .button.default.ghost:hover:focus {
          color: #fff; }
      button.default.ghost:active, button.default.ghost:focus,
      input[type="button"].default.ghost:active,
      input[type="button"].default.ghost:focus,
      input[type="reset"].default.ghost:active,
      input[type="reset"].default.ghost:focus,
      input[type="submit"].default.ghost:active,
      input[type="submit"].default.ghost:focus,
      .button.default.ghost:active,
      .button.default.ghost:focus {
        color: #2196f3; }

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 30px 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 30px; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%; }
  .site-main .comment-navigation, .site-main
  .posts-navigation {
    margin-bottom: 1.5em;
    margin-top: 1.5em; }
  .comment-navigation .nav-links:after,
  .posts-navigation .nav-links:after {
    clear: both;
    content: "";
    display: table; }
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next {
    text-align: center; }
    @media screen and (min-width: 600px) {
      .comment-navigation .nav-previous,
      .comment-navigation .nav-next,
      .posts-navigation .nav-previous,
      .posts-navigation .nav-next {
        text-align: left;
        width: 50%; } }
    .comment-navigation .nav-previous a,
    .comment-navigation .nav-next a,
    .posts-navigation .nav-previous a,
    .posts-navigation .nav-next a {
      padding-bottom: 3.2px;
      padding-bottom: 0.2rem;
      padding-left: 16px;
      padding-left: 1rem;
      padding-right: 16px;
      padding-right: 1rem;
      padding-top: 3.2px;
      padding-top: 0.2rem;
      background-color: transparent;
      border: 2px solid rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      display: inline-block;
      text-decoration: none;
      transition: all 200ms ease;
      border-color: #2196f3;
      background-color: #2196f3;
      color: #fff;
      display: block; }
      .comment-navigation .nav-previous a:hover,
      .comment-navigation .nav-next a:hover,
      .posts-navigation .nav-previous a:hover,
      .posts-navigation .nav-next a:hover {
        border-color: rgba(0, 0, 0, 0.5); }
      .comment-navigation .nav-previous a:hover,
      .comment-navigation .nav-next a:hover,
      .posts-navigation .nav-previous a:hover,
      .posts-navigation .nav-next a:hover {
        color: #fff;
        background-color: #0c7cd5;
        border-color: #0c7cd5; }
      .comment-navigation .nav-previous a:active, .comment-navigation .nav-previous a:focus,
      .comment-navigation .nav-next a:active,
      .comment-navigation .nav-next a:focus,
      .posts-navigation .nav-previous a:active,
      .posts-navigation .nav-previous a:focus,
      .posts-navigation .nav-next a:active,
      .posts-navigation .nav-next a:focus {
        color: #fff; }
      @media screen and (min-width: 600px) {
        .comment-navigation .nav-previous a,
        .comment-navigation .nav-next a,
        .posts-navigation .nav-previous a,
        .posts-navigation .nav-next a {
          display: inline-block; } }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 600px) {
      .comment-navigation .nav-previous,
      .posts-navigation .nav-previous {
        float: left;
        margin-bottom: 0; } }
  @media screen and (min-width: 600px) {
    .comment-navigation .nav-next,
    .posts-navigation .nav-next {
      float: right;
      text-align: right; } }

.post-navigation .nav-previous,
.post-navigation .nav-next {
  background-color: #f4f4f4;
  padding: 50px 0;
  position: relative; }
  .post-navigation .nav-previous hr,
  .post-navigation .nav-next hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%;
    background-color: #aaa;
    margin-bottom: 1em;
    margin-top: 1em; }
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    color: inherit;
    text-decoration: none; }
  .post-navigation .nav-previous .meta-nav,
  .post-navigation .nav-previous .post-title,
  .post-navigation .nav-next .meta-nav,
  .post-navigation .nav-next .post-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%;
    display: block;
    position: relative; }
  .post-navigation .nav-previous .post-title,
  .post-navigation .nav-next .post-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }

.post-navigation .nav-next {
  background-color: #333;
  color: #fff; }
  .post-navigation .nav-next hr {
    background-color: #fff; }

.nav-next__image {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #2196f3; }
  a:hover, a:focus, a:active {
    color: #0c7cd5; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/*--------------------------------------------------------------
## Site Content
--------------------------------------------------------------*/
.site-content:after {
  clear: both;
  content: "";
  display: table; }

.home:not(.has-featured-image):not(.has-featured-post):not(.page) .site-content,
.site-content .blog:not(.has-featured-post) {
  margin-top: 76px; }

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%; }
  .container:after {
    clear: both;
    content: "";
    display: table; }
  .container.narrow {
    max-width: 500px; }
  .container.small {
    max-width: 640px; }
  .container.large {
    max-width: 1000px; }

[class^="col-"] {
  width: calc(100%);
  float: left;
  margin-left: 0;
  min-height: 1px; }
  @media screen and (min-width: 600px) {
    [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (min-width: 600px) {
  .col-2 {
    width: calc(50%);
    float: left;
    margin-left: 0; } }

@media screen and (min-width: 600px) {
  .col-3 {
    width: calc(33.33333%);
    float: left;
    margin-left: 0; } }

@media screen and (min-width: 600px) {
  .col-4 {
    width: calc(50%);
    float: left;
    margin-left: 0; } }

@media screen and (min-width: 900px) {
  .col-4 {
    width: calc(25%);
    float: left;
    margin-left: 0; } }

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  background-color: #fff; }

.hentry {
  background-color: #fff;
  color: #404040;
  padding: 50px 0;
  position: relative; }
  .single .hentry,
  .page .hentry,
  .attachment .hentry {
    padding-top: 0; }
  .timeline .hentry {
    padding-bottom: 0; }
  .featured-content .hentry {
    background-color: #333;
    color: #fff; }
  .hentry:after {
    background-color: #ccc;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 500px;
    position: absolute;
    right: 0;
    width: 90%; }
    .single .hentry:after,
    .page .hentry:after,
    .featured-content .hentry:after {
      display: none; }

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

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

.entry-summary {
  margin: 30px 0 0; }

.entry-header,
.entry-summary,
.entry-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%; }

body.single .entry-header {
  padding-top: 50px; }

.entry-title {
  font-size: 32px;
  font-size: 2rem;
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  word-break: break-word; }
  body.single .entry-title,
  body.page .entry-title,
  .featured-content .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem; }
    @media screen and (min-width: 600px) {
      body.single .entry-title,
      body.page .entry-title,
      .featured-content .entry-title {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 64px;
        line-height: 4rem; } }
  .featured-content .entry-title {
    color: #fff; }
  .entry-title a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: border 200ms;
    color: inherit;
    text-decoration: none;
    transition: color 200ms; }
    .entry-title a:hover {
      border-color: #ccc; }
    .entry-title a:hover {
      color: #2196f3; }
      .featured-content .entry-title a:hover {
        border-color: transparent;
        color: inherit; }

.entry-meta {
  margin-top: 10px; }
  .entry-meta a {
    color: inherit; }
    .entry-meta a:hover {
      color: inherit; }
  .page-header .entry-meta {
    margin-top: 1.5em;
    text-align: center; }
  .entry-meta .entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%; }

.posted-on {
  display: inline-block; }

.entry-content {
  padding-top: 60px; }
  .entry-content:after {
    clear: both;
    content: "";
    display: table; }
  .no-header .entry-content {
    padding-top: 0; }
  .not-found .entry-content {
    padding-bottom: 60px; }
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > p,
  .entry-content > ol,
  .entry-content > ul,
  .entry-content > dl,
  .entry-content > table,
  .entry-content > address,
  .entry-content > pre > code,
  .entry-content > blockquote,
  .entry-content > .page-links,
  .entry-content > .cp_embed_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%; }
  .entry-content > blockquote {
    border-left: 5px solid #2196f3;
    padding-left: 1.5em; }
  .entry-content > hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 90%; }
  .entry-content > .wp-caption {
    max-width: 100%; }
  .entry-content > .twitter-tweet {
    max-width: 90% !important; }
  .entry-content > p:first-of-type {
    font-size: 125%; }
  .entry-content pre > code {
    overflow: auto; }
    .entry-content pre > code::-webkit-scrollbar {
      height: 5px;
      width: 5px; }
    .entry-content pre > code::-webkit-scrollbar-thumb {
      background-color: #737373; }

.singlepage-sections {
  margin-top: 60px; }

.singlepage-content {
  padding-bottom: 60px;
  position: relative; }
  .singlepage-content.has-featured-image {
    background-color: #333;
    color: #fff; }
    .singlepage-content.has-featured-image a {
      color: inherit; }
  .singlepage-content:nth-child(odd) {
    background-color: #fafafa; }
  .singlepage-content .entry-content {
    position: relative; }
  .singlepage-content p:first-of-type,
  .singlepage-content .scroll-nav__section:first-child p:first-of-type {
    font-size: inherit; }
  .singlepage-content :first-child {
    margin-top: 0; }

.singlepage-content-bg {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0; }

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

.entry-meta a,
.entry-summary a:not(.button),
.entry-content a:not(.button),
.entry-footer a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border 200ms; }
  .entry-meta a:hover,
  .entry-summary a:not(.button):hover,
  .entry-content a:not(.button):hover,
  .entry-footer a:hover {
    border-color: #ccc; }

.single .entry-footer {
  padding-top: 50px; }

.timeline .entry-footer {
  padding-top: 0; }

.entry-excerpt {
  font-size: 125%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  transition: font 200ms; }

.author .author-text,
.page-header .author .author-text {
  border-bottom: 1px solid transparent;
  transition: border 200ms; }

.author .url,
.page-header .author .url {
  border: 0; }
  .author .url:hover,
  .page-header .author .url:hover {
    border: 0; }
    .author .url:hover .author-text,
    .page-header .author .url:hover .author-text {
      border-color: #ccc; }

.profile {
  margin-bottom: 1.5em;
  min-height: 80px; }

.single .profile-avatar {
  position: absolute; }

.profile-avatar .author-link:hover {
  border-color: transparent; }

.profile-name {
  font-weight: 300;
  margin: 0; }

.profile-info,
.profile-bio {
  margin-left: 100px; }

.entry-summary .page-links > a,
.entry-content .page-links > a {
  padding-bottom: 3.2px;
  padding-bottom: 0.2rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 3.2px;
  padding-top: 0.2rem;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: all 200ms ease;
  border-color: #2196f3;
  background-color: #2196f3;
  color: #fff; }
  .entry-summary .page-links > a:hover,
  .entry-content .page-links > a:hover {
    border-color: rgba(0, 0, 0, 0.5); }
  .entry-summary .page-links > a:hover,
  .entry-content .page-links > a:hover {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0c7cd5; }
  .entry-summary .page-links > a:active, .entry-summary .page-links > a:focus,
  .entry-content .page-links > a:active,
  .entry-content .page-links > a:focus {
    color: #fff; }

.cat-links,
.tags-links,
.edit-link {
  padding-left: 35px;
  position: relative; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-header {
  background-color: #2196f3;
  color: #fff;
  margin: 0;
  padding: 150px 0 100px;
  position: relative; }
  .page-header a:not(.button) {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: border 200ms;
    color: inherit;
    text-decoration: none; }
    .page-header a:not(.button):hover {
      border-color: #ccc; }
    .page-header a:not(.button):focus, .page-header a:not(.button):active, .page-header a:not(.button):hover {
      color: inherit; }
  .page-header .button {
    background-color: #fff;
    border-color: #fff;
    color: #404040; }
    .page-header .button:hover {
      background-color: #e6e6e6;
      border-color: #e6e6e6; }
    .page-header .button.default {
      color: #fff; }
    .page-header .button.ghost {
      background-color: transparent;
      color: #fff; }
      .page-header .button.ghost:hover {
        background-color: #fff;
        color: #404040; }
      .page-header .button.ghost.default {
        border-color: #2196f3;
        background-color: transparent;
        color: #2196f3; }
        .page-header .button.ghost.default:hover {
          color: #fff;
          background-color: #2196f3;
          border-color: #2196f3; }
          .page-header .button.ghost.default:hover:active, .page-header .button.ghost.default:hover:focus {
            color: #fff; }
        .page-header .button.ghost.default:active, .page-header .button.ghost.default:focus {
          color: #2196f3; }
  .has-featured-image .page-header {
    background-color: #333;
    min-height: 100vh;
    padding-bottom: 75px;
    padding-top: 40vh; }
  .page-header hr {
    background-color: #fff; }

.page-header__image {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0; }
  .featured-content .page-header__image {
    background-image: none; }

.page-header__content {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 90%;
  position: relative; }
  .featured-content .page-header__content {
    max-width: 1000px; }
  .page-header__content > hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px; }

a.page-header__scroll-to-content {
  font-size: 40px;
  font-size: 2.5rem;
  bottom: 0;
  display: inline-block;
  left: 0;
  line-height: 75px;
  position: absolute;
  right: 0;
  text-align: center; }
  a.page-header__scroll-to-content:focus {
    outline: none; }
  .page-header a.page-header__scroll-to-content {
    border: 0; }

.page-title:not(#algolia-search-box) {
  font-family: "Montserrat", sans-serif;
  font-size: 12vmin;
  font-weight: 400;
  line-height: 15vmin;
  margin-bottom: 0;
  margin-top: 0;
  transition: font 200ms;
  word-break: break-word; }

.page-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

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

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-wrapper {
  background-color: #fafafa;
  padding: 30px 0; }
  .comments-wrapper > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    width: 90%; }
  .comments-wrapper .edit-link {
    padding: 0; }
  .comments-wrapper a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: border 200ms; }
    .comments-wrapper a:hover {
      border-color: #ccc; }

.comments-title {
  font-weight: 300;
  margin-top: 0; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comment-list .children {
    list-style: none;
    margin-left: 0;
    padding: 0; }
    @media screen and (min-width: 600px) {
      .comment-list .children {
        margin-left: 20px; } }
    @media screen and (min-width: 1200px) {
      .comment-list .children {
        margin-left: 30px; } }

.comment-body {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px; }

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

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

.comment-content ul {
  margin-left: 0; }

.bypostauthor {
  display: block; }

.comment-reply-title {
  font-weight: 300; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 3em;
  word-break: break-word; }
  .widget:last-child {
    margin: 0; }
  .widget ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0; }
  .widget li {
    border-top: 1px solid #ccc;
    padding: 10px 0; }
    .widget li:first-child {
      border: 0;
      margin-top: 10px; }
    .widget li:last-child {
      padding-bottom: 0; }
    .widget li li:first-child {
      border-top: 1px solid #ccc; }
      .overlay-dark .widget li li:first-child {
        border-color: #8c8c8c; }
    .overlay-dark .widget li {
      border-color: #8c8c8c; }
  .widget a:not(.button) {
    color: inherit;
    text-decoration: none; }
    .widget a:not(.button):hover, .widget a:not(.button):focus, .widget a:not(.button):active {
      color: #272727; }
      .overlay-dark .widget a:not(.button):hover, .overlay-dark .widget a:not(.button):focus, .overlay-dark .widget a:not(.button):active {
        color: #e6e6e6; }
  .overlay-dark .widget .button:not(.default) {
    border-color: #fff;
    color: #fff; }
    .overlay-dark .widget .button:not(.default):hover {
      background-color: #fff;
      color: #404040; }
  .widget select {
    max-width: 100%; }

.widget-title {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 0.5em; }

.recentcomments a {
  color: #5a5a5a; }
  .overlay-dark .recentcomments a {
    color: #e6e6e6; }
  .recentcomments a:hover {
    color: #404040; }
    .overlay-dark .recentcomments a:hover {
      color: #fff; }

.cat-item a {
  display: block; }

.cat-item .children {
  height: 0;
  overflow: hidden; }
  .cat-item .children.sub-on {
    height: auto; }

.calendar_wrap a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border 200ms; }
  .calendar_wrap a:hover {
    border-color: #ccc; }

.calendar_wrap thead {
  border-bottom: 2px solid #ccc; }

.calendar_wrap tbody tr:nth-child(even) {
  background-color: #eee; }
  .overlay-dark .calendar_wrap tbody tr:nth-child(even) {
    background-color: #444; }

.calendar_wrap tbody td {
  text-align: right; }

.calendar_wrap tbody a {
  color: #2196f3; }

.calendar_wrap #next {
  text-align: right; }

.widget_pages .children {
  box-shadow: none;
  height: 0;
  overflow: hidden;
  top: auto;
  width: 100%; }
  .widget_pages .children.sub-on {
    height: auto; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%; }

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

embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin: 3em auto;
  max-width: 100%; }
  .wp-caption.alignleft, .wp-caption.alignright {
    margin-bottom: 0;
    margin-top: 0; }
  .wp-caption.alignleft {
    margin-right: 20px; }
  .wp-caption.alignright {
    margin-left: 20px; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 10px 0 0; }

.wp-caption-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #404040;
  font-style: italic;
  text-align: center; }

.wp-embedded-content {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.entry-content .tiled-gallery {
  margin-bottom: 3em;
  margin-top: 3em; }

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.wp-video,
.jetpack-video-wrapper {
  margin: 3em auto; }

.jetpack-video-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%; }

video {
  display: block;
  width: 100%; }

/*--------------------------------------------------------------
# Cover2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background-color: #2196f3;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 200ms linear;
  will-change: transform;
  z-index: 3; }
  .site-header:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .aesop-sticky-map.aesop-sticky-map-top .site-header {
      top: 220px; }
    .aesop-sticky-map.aesop-sticky-map-left .site-header {
      left: 250px; }
    .aesop-sticky-map.aesop-sticky-map-right:not(.overlay-open) .site-header {
      right: 250px; } }
  .has-featured-image .site-header,
  .has-featured-post:not(.paged) .site-header,
  .archive .site-header {
    background-color: transparent; }
  .overlay-open .site-header {
    background-color: transparent;
    z-index: 4; }
    .overlay-open .site-header .site-branding {
      display: none; }
  .overlay-open.aesop-sticky-map .site-header {
    z-index: 122; }
  body.admin-bar .site-header {
    top: 46px; }
    body.admin-bar .site-header.headroom--not-top {
      top: 0; }
      @media screen and (min-width: 600px) {
        body.admin-bar .site-header.headroom--not-top {
          top: auto; } }
      @media screen and (min-width: 782px) {
        body.admin-bar .site-header.headroom--not-top {
          top: 31px; } }
    @media screen and (min-width: 782px) {
      body.admin-bar .site-header {
        top: 31px; } }

.site-header.headroom {
  position: fixed; }
  .site-header.headroom.headroom--top {
    background-color: transparent;
    color: #fff; }
    .site-header.headroom.headroom--top .site-title a:hover {
      border-color: #fff; }
    .blog .site-header.headroom.headroom--top {
      background-color: #2196f3; }
    .blog.has-featured-post:not(.paged) .site-header.headroom.headroom--top {
      background-color: transparent; }
  .site-header.headroom.headroom--not-top {
    background-color: #2196f3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  .site-header.headroom.headroom--unpinned {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }

.custom-logo {
  float: left;
  margin: 10px 10px 10px 20px;
  max-height: 55px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-logo {
      height: 55px; } }

.site-title {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 300;
  margin: 0;
  padding: 20px 10px 20px 20px; }
  .custom-logo-link:not([style="display:none;"]) + .site-title {
    display: none;
    padding-left: 10px; }
    @media screen and (min-width: 600px) {
      .custom-logo-link:not([style="display:none;"]) + .site-title {
        display: inline-block; } }
  .site-title a {
    border-bottom: 1px solid transparent;
    color: inherit;
    text-decoration: none;
    transition: border 200ms; }
    .site-title a:hover {
      border-color: #fff;
      color: inherit; }
    .site-title a:active, .site-title a:focus {
      color: inherit; }

.site-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
  font-weight: 300;
  margin: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  vertical-align: text-bottom; }
  @media screen and (min-width: 600px) {
    .site-description {
      display: inline-block; } }
  .site-description:empty {
    display: none; }

/*--------------------------------------------------------------
# FlexSlider
--------------------------------------------------------------*/
.featured-content {
  background-color: #333;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.no-js .featured-content--slide:not(:first-child) {
  display: none; }

.flex-direction-nav {
  display: none; }

.flex-control-paging {
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 2; }
  .flex-control-paging li {
    display: inline-block;
    margin: 15px; }
  .flex-control-paging a {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    text-indent: -9999px;
    width: 20px; }
    .flex-control-paging a.flex-active {
      background-color: #fff; }

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
.menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .menu .sub-menu {
    box-shadow: none;
    height: 0;
    overflow: hidden;
    top: auto;
    width: 100%; }
  .menu ul.sub-on {
    height: auto; }
  .menu a {
    display: block; }

.showsub-toggle {
  background: transparent;
  border: 0;
  border-radius: 25px;
  box-shadow: none;
  color: inherit;
  float: right;
  line-height: 0;
  margin-left: 10px;
  padding: 6px; }
  .showsub-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: inherit; }
    .overlay-dark .overlay .showsub-toggle:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.mini-menu-container {
  display: none;
  float: right;
  margin-right: 120px; }
  @media screen and (min-width: 1200px) {
    .mini-menu-container {
      display: block; } }
  .mini-menu-container .menu {
    display: inline-block; }
  .mini-menu-container li {
    display: inline-block;
    padding: 25px 10px 15px;
    position: relative; }
  .mini-menu-container a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: border 200ms;
    color: inherit;
    display: inline-block; }
    .mini-menu-container a:hover {
      border-color: #fff; }
    .mini-menu-container a:hover, .mini-menu-container a:focus, .mini-menu-container a:active {
      color: inherit; }
  .has-chapters .mini-menu-container {
    padding-right: 40px; }
  .mini-menu-container .showsub-toggle {
    color: inherit; }
  .mini-menu-container .sub-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #404040;
    display: none;
    margin-top: -10px;
    min-width: 100%;
    overflow: visible;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 100%; }
    .mini-menu-container .sub-menu.sub-on {
      display: block; }
    .mini-menu-container .sub-menu:before, .mini-menu-container .sub-menu:after {
      border: 10px solid transparent;
      border-bottom-color: rgba(0, 0, 0, 0.25);
      bottom: 100%;
      content: "";
      position: absolute;
      right: 15px; }
    .mini-menu-container .sub-menu:after {
      border-bottom-color: #fff;
      margin-bottom: -1px;
      margin-top: 10px; }
    .mini-menu-container .sub-menu li {
      display: block;
      padding: 0; }
    .mini-menu-container .sub-menu a {
      border: 0;
      display: block;
      padding: 15px 10px 15px 25px; }
      .mini-menu-container .sub-menu a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .mini-menu-container .sub-menu .sub-menu {
      border: 0;
      margin: 0;
      padding: 0;
      position: static; }
      .mini-menu-container .sub-menu .sub-menu:before, .mini-menu-container .sub-menu .sub-menu:after {
        display: none; }

.nav-toggle {
  background-color: transparent;
  border: 0;
  color: inherit;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 25px;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 200ms;
  width: 30px; }
  .nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
    background-color: transparent;
    color: inherit; }
  .nav-toggle.hide {
    opacity: 0;
    visibility: hidden; }
  .overlay-open .nav-toggle {
    color: #404040; }
  .overlay-dark.overlay-open .nav-toggle {
    color: #fff; }

.search-toggle.has-sidebar {
  right: 70px; }

.search-toggle.toggle-on {
  right: 20px; }

.chapter-toggle,
.filter-toggle {
  right: 120px; }
  .chapter-toggle.toggle-on,
  .filter-toggle.toggle-on {
    right: 20px; }

.filter-toggle {
  display: none; }
  .algolia-search .filter-toggle {
    display: inline-block; }
    @media screen and (min-width: 600px) {
      .algolia-search .filter-toggle {
        display: none; } }

body.overlay-open {
  overflow: hidden; }

.overlay {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #fafafa;
  bottom: 0;
  color: #404040;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 200ms;
  visibility: hidden;
  width: 100%;
  z-index: 3; }
  .overlay::-webkit-scrollbar {
    height: 5px;
    width: 5px; }
  .overlay::-webkit-scrollbar-thumb {
    background-color: #bababa; }
  .aesop-sticky-map .overlay {
    z-index: 121; }
  .overlay-dark .overlay {
    background-color: #333;
    color: #fff; }
    .overlay-dark .overlay::-webkit-scrollbar {
      height: 5px;
      width: 5px; }
    .overlay-dark .overlay::-webkit-scrollbar-thumb {
      background-color: #737373; }
  .overlay.show {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; }
  body.admin-bar .overlay {
    top: 46px; }
    @media screen and (min-width: 782px) {
      body.admin-bar .overlay {
        top: 31px; } }
  .overlay > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 90%; }
  .overlay li {
    border-top: 1px solid #ccc;
    padding: 10px 0; }
    .overlay li:first-child {
      border: 0;
      margin-top: 10px; }
    .overlay li:last-child {
      padding-bottom: 0; }
    .overlay li li:first-child {
      border-top: 1px solid #ccc; }
      .overlay-dark .overlay li li:first-child {
        border-color: #8c8c8c; }
    .overlay-dark .overlay li {
      border-color: #8c8c8c; }
  .overlay a {
    color: inherit;
    text-decoration: none; }
    .overlay a:hover, .overlay a:focus, .overlay a:active {
      color: #272727; }
      .overlay-dark .overlay a:hover, .overlay-dark .overlay a:focus, .overlay-dark .overlay a:active {
        color: #e6e6e6; }
  .overlay .main-navigation a {
    padding-left: 0;
    padding-right: 0; }
  .overlay .widget {
    margin-top: 3em; }
    .overlay .widget:last-child {
      margin-bottom: 3em; }
  .overlay .widget-title {
    margin-top: 2em; }
  .overlay .menu-social-menu-container ul {
    margin-top: 3em;
    text-align: center; }
  .overlay .menu-social-menu-container li {
    border: 0;
    padding: 0 0.75em; }

.overlay--search > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 90%; }

.overlay--search .search-form {
  top: 20%; }

.overlay--search .search-field {
  font-size: 40px; }

.overlay--video {
  padding: 85px 0 0; }
  .overlay--video video,
  .overlay--video iframe {
    bottom: 0;
    display: block;
    height: 56.25vw;
    left: 0;
    margin: auto;
    max-height: calc(100vh - 60px);
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1; }

.overlay--chapter {
  font-size: 8vmin;
  text-align: center; }
  .overlay--chapter .scroll-nav {
    max-width: 1000px; }
  .overlay--chapter .scroll-nav__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .overlay--chapter .scroll-nav__item {
    border: 0; }

/*--------------------------------------------------------------
# SVG Icons and PNG Fallbacks
--------------------------------------------------------------*/
.svg-icon {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1em;
  position: relative;
  stroke: currentColor;
  width: 1em; }
  .svg-icon use {
    stroke: #2196f3; }
    .post-navigation .svg-icon use,
    .video-toggle .svg-icon use {
      stroke: currentColor; }
  .nav-toggle .svg-icon {
    height: inherit;
    width: inherit; }
  .video-toggle .svg-icon {
    margin-bottom: 30px; }
  .showsub-toggle .svg-icon {
    transition: all 200ms; }
  .showsub-toggle.sub-on .svg-icon {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
    .mini-menu-container .showsub-toggle.sub-on .svg-icon {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); }
    .mini-menu-container .sub-menu .showsub-toggle.sub-on .svg-icon {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
  .entry-header .svg-icon {
    opacity: 0.75; }
    @media screen and (min-width: 900px) {
      .entry-header .svg-icon {
        height: 1.25em;
        margin-left: -50px;
        margin-top: 12px;
        position: absolute;
        width: 1.25em; } }
  .cat-links .svg-icon,
  .tags-links .svg-icon,
  .edit-link .svg-icon {
    left: 0;
    position: absolute;
    top: 6px; }

.svg-fallback {
  display: none; }
  .no-svg .svg-fallback {
    display: inline-block; }

svg.hide {
  display: none; }

/*--------------------------------------------------------------
# Avatars
--------------------------------------------------------------*/
.avatar {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }
  .vcard .avatar {
    margin-right: 10px; }

.avatar-35 {
  height: 35px;
  width: 35px; }

.avatar-80 {
  height: 80px;
  width: 80px; }

.avatar-120 {
  height: 120px;
  width: 120px; }

.page-header .profile-avatar {
  margin-bottom: 1em; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding-bottom: 1.5em; }
  .site-footer:after {
    clear: both;
    content: "";
    display: table; }
  .accent-footer .site-footer {
    background-color: #2196f3; }

.footer-widgets {
  background-color: #f5f5f5;
  padding-bottom: 3em; }
  .overlay-dark .footer-widgets {
    background-color: #333;
    color: #fff; }
  .footer-widgets .widget:first-child {
    margin-top: 3em; }

.site-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%;
  padding-top: 1.5em;
  text-align: center; }
  .accent-footer .site-info {
    color: #fff; }
  .site-info a:not(.button) {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: border 200ms; }
    .site-info a:not(.button):hover {
      border-color: #ccc; }
    .accent-footer .site-info a:not(.button) {
      color: #fff; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gutenberg
# https://wordpress.org/plugins/gutenberg/
--------------------------------------------------------------*/
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*--------------------------------------------------------------
# Gutenberg components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cover Image
--------------------------------------------------------------*/
.wp-block-cover-image {
  height: auto;
  margin: 3em auto;
  max-width: 800px;
  min-height: 500px;
  padding-left: 1.5em;
  padding-right: 1.5em; }
  .wp-block-cover-image.aligncenter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .wp-block-cover-image.alignwide {
    max-width: 1000px; }
  .wp-block-cover-image.alignfull {
    max-width: 100%; }
  .wp-block-cover-image h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 8vmin;
    line-height: 10vmin;
    max-width: 1000px;
    padding: 0; }

/*--------------------------------------------------------------
# Paragraph
--------------------------------------------------------------*/
p.alignleft, p.alignright {
  display: block;
  float: none; }
  @media screen and (min-width: 600px) {
    p.alignleft, p.alignright {
      margin-left: 1em;
      margin-right: 1em;
      max-width: 50%; } }

@media screen and (min-width: 600px) {
  p.alignleft {
    float: left; } }

@media screen and (min-width: 600px) {
  p.alignright {
    float: right; } }

p.alignwide {
  max-width: 1000px; }

p.alignfull {
  max-width: 100%;
  width: 100%; }

p.has-drop-cap:first-letter {
  font-family: inherit; }

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.wp-block-quote {
  margin-bottom: 30px; }
  .wp-block-quote footer {
    color: inherit;
    font-size: 85%;
    font-style: italic; }
  .wp-block-quote.blocks-quote-style-1 {
    border-color: #ccc;
    border-left-width: 5px;
    padding-left: 1.5em; }
  .wp-block-quote.blocks-quote-style-2 {
    border-left-width: 5px;
    padding-left: 1.5em; }
    .wp-block-quote.blocks-quote-style-2 p {
      font-size: inherit;
      font-style: inherit;
      line-height: inherit; }
    .wp-block-quote.blocks-quote-style-2 footer {
      font-size: 85%;
      text-align: left; }
  .wp-block-quote cite {
    color: inherit;
    font-size: 85%;
    font-style: italic;
    margin-top: 0; }

.wp-block-pullquote {
  border: 5px solid #2196f3;
  padding-left: 1.5em;
  padding-right: 1.5em; }
  .wp-block-pullquote p {
    font-family: "Open Sans", sans-serif;
    font-size: 150%;
    font-weight: 300; }
  .wp-block-pullquote footer {
    font-size: 90%;
    font-weight: 300;
    text-transform: none; }

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.wp-block-button {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  background-color: transparent;
  border-radius: 0;
  display: block;
  height: auto;
  line-height: 38px;
  margin-bottom: 30px;
  padding: 0;
  white-space: normal; }
  .wp-block-button.alignleft, .wp-block-button.alignright {
    margin-left: 30px;
    margin-right: 30px;
    width: auto; }
  .wp-block-button.aligncenter {
    display: block;
    text-align: center; }
  .entry-content .wp-block-button .wp-block-button__link {
    padding-bottom: 3.2px;
    padding-bottom: 0.2rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-top: 3.2px;
    padding-top: 0.2rem;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: all 200ms ease;
    border-color: #404040;
    background-color: #404040;
    color: #fff;
    height: auto;
    line-height: inherit; }
    .entry-content .wp-block-button .wp-block-button__link:hover {
      border-color: rgba(0, 0, 0, 0.5); }
    .entry-content .wp-block-button .wp-block-button__link:hover {
      color: #fff;
      background-color: #272727;
      border-color: #272727; }
    .entry-content .wp-block-button .wp-block-button__link:active, .entry-content .wp-block-button .wp-block-button__link:focus {
      color: #fff; }
  .entry-content .wp-block-button.ghost .wp-block-button__link {
    border-color: #404040;
    background-color: transparent;
    color: #404040; }
    .entry-content .wp-block-button.ghost .wp-block-button__link:hover {
      color: #fff;
      background-color: #404040;
      border-color: #404040; }
      .entry-content .wp-block-button.ghost .wp-block-button__link:hover:active, .entry-content .wp-block-button.ghost .wp-block-button__link:hover:focus {
        color: #fff; }
    .entry-content .wp-block-button.ghost .wp-block-button__link:active, .entry-content .wp-block-button.ghost .wp-block-button__link:focus {
      color: #404040; }
  .entry-content .wp-block-button.default .wp-block-button__link {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff; }
    .entry-content .wp-block-button.default .wp-block-button__link:hover {
      color: #fff;
      background-color: #0c7cd5;
      border-color: #0c7cd5; }
    .entry-content .wp-block-button.default .wp-block-button__link:active, .entry-content .wp-block-button.default .wp-block-button__link:focus {
      color: #fff; }
  .entry-content .wp-block-button.default.ghost .wp-block-button__link {
    border-color: #2196f3;
    background-color: transparent;
    color: #2196f3; }
    .entry-content .wp-block-button.default.ghost .wp-block-button__link:hover {
      color: #fff;
      background-color: #2196f3;
      border-color: #2196f3; }
      .entry-content .wp-block-button.default.ghost .wp-block-button__link:hover:active, .entry-content .wp-block-button.default.ghost .wp-block-button__link:hover:focus {
        color: #fff; }
    .entry-content .wp-block-button.default.ghost .wp-block-button__link:active, .entry-content .wp-block-button.default.ghost .wp-block-button__link:focus {
      color: #2196f3; }

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  margin-bottom: 3em;
  margin-top: 3em; }
  .wp-block-image.aligncenter {
    text-align: center; }
  .wp-block-image.alignleft, .wp-block-image.alignright {
    display: block; }
    @media screen and (min-width: 600px) {
      .wp-block-image.alignleft, .wp-block-image.alignright {
        margin-bottom: 0;
        margin-top: 0; } }
  @media screen and (min-width: 600px) {
    .wp-block-image.alignleft {
      float: left;
      margin-right: 1em; } }
  @media screen and (min-width: 600px) {
    .wp-block-image.alignright {
      float: right;
      margin-left: 1em; } }
  .wp-block-image.alignwide {
    max-width: 1000px; }
  .wp-block-image.alignfull {
    max-width: 100%;
    width: 100%; }
  .wp-block-image img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-block-image figcaption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    color: #404040;
    font-style: italic;
    text-align: center; }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.wp-block-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 0; }
  .wp-block-gallery.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 90%; }
  .wp-block-gallery.alignfull {
    max-width: 100%;
    width: 100%; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery.alignleft .blocks-gallery-image,
.wp-block-gallery.alignright .blocks-gallery-image,
.wp-block-gallery.aligncenter .blocks-gallery-image {
  margin: 8px; }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Separator
--------------------------------------------------------------*/
.wp-block-separator {
  border: 0;
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

/*--------------------------------------------------------------
# Code
--------------------------------------------------------------*/
.wp-block-preformatted {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%;
  padding: 20px; }

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.wp-block-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  margin-bottom: 3em;
  margin-top: 3em; }
  .wp-block-video.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 90%; }
  .wp-block-video.alignfull {
    max-width: 100%;
    width: 100%; }
  .wp-block-video figcaption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    color: #404040;
    font-style: italic;
    text-align: center; }

/*--------------------------------------------------------------
# Embed
--------------------------------------------------------------*/
.wp-block-embed,
[class^="wp-block-embed-"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  margin-bottom: 3em;
  margin-top: 3em; }
  .wp-block-embed.alignwide,
  [class^="wp-block-embed-"].alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 90%; }
  .wp-block-embed.alignfull,
  [class^="wp-block-embed-"].alignfull {
    max-width: 100%;
    width: 100%; }
  .wp-block-embed figcaption,
  [class^="wp-block-embed-"] figcaption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    color: #404040;
    font-style: italic;
    text-align: center; }

/*
 * There is no way to know which embed classes have video,
 * so we need to declare each one specifically.
 */
.wp-block-embed-youtube,
.wp-block-embed-vimeo,
.wp-block-embed-videopress {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .wp-block-embed-youtube:before,
  .wp-block-embed-vimeo:before,
  .wp-block-embed-videopress:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .wp-block-embed-youtube iframe,
  .wp-block-embed-vimeo iframe,
  .wp-block-embed-videopress iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*--------------------------------------------------------------
# Disqus
# https://wordpress.org/plugins-wp/disqus-comment-system/
--------------------------------------------------------------*/
#disqus_thread {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 90%;
  padding: 30px 0; }

/*--------------------------------------------------------------
# Featured Video Plus
# https://wordpress.org/plugins/featured-video-plus/
--------------------------------------------------------------*/
.video-toggle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: 18vh;
  line-height: 0;
  padding: 0;
  z-index: 2; }
  .video-toggle:hover {
    background-color: transparent; }
  .overlay--video .video-toggle {
    width: 30px; }

/*--------------------------------------------------------------
# Post Badges
# https://wordpress.org/plugins/templatic-badge/
--------------------------------------------------------------*/
.site-content .badge-status {
  display: inline-block;
  font-size: 50%;
  position: static;
  vertical-align: middle; }

.widget .badge-status {
  font-size: 50%; }

.page-header .badge-status {
  display: none; }

/*--------------------------------------------------------------
# Timelines
# https://github.com/peiche/timelines/
--------------------------------------------------------------*/
.timelines-post-notice {
  background-color: #eee;
  padding: 1.5em; }

.timelines-container {
  background-color: #eee; }

.timelines-timeline {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%; }
  .timelines-container .timelines-timeline {
    margin-bottom: 0; }

.entry-content .timelines-content,
.entry-content .timelines-intersects {
  background-color: #fff; }

.entry-content .timelines-content:before {
  border-right-color: #fff; }
  @media screen and (min-width: 1170px) {
    .entry-content .timelines-content:before {
      border-left-color: #fff;
      border-right-color: transparent; } }

@media screen and (min-width: 1170px) {
  .entry-content .timelines-block:nth-child(even) .timelines-content:before {
    border-right-color: #fff; } }

.entry-content a.timelines-link {
  border: 0; }
