/*
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.1.0
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: 4px;
  padding-bottom: 0.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  background-color: transparent;
  border: 1px 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: transparent;
  color: #404040; }
  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: #404040;
    border-color: #404040; }
  button.default,
  input[type="button"].default,
  input[type="reset"].default,
  input[type="submit"].default,
  .button.default {
    border-color: #2196f3;
    background-color: transparent;
    color: #2196f3; }
    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: #2196f3;
      border-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: 4px;
      padding-bottom: 0.25rem;
      padding-left: 16px;
      padding-left: 1rem;
      padding-right: 16px;
      padding-right: 1rem;
      padding-top: 4px;
      padding-top: 0.25rem;
      background-color: transparent;
      border: 1px 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; }
      .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; }
  @media screen and (min-width: 600px) {
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous {
      float: left; } }
  @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,
.blog:not(.has-featured-post) .site-content,
.paged .site-content {
  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-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; }
  .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: 1000px;
  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; }

.page-links > a,
.entry-content .page-links > a {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  background-color: transparent;
  border: 1px 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: transparent;
  color: #2196f3; }
  .page-links > a:hover,
  .entry-content .page-links > a:hover {
    border-color: rgba(0, 0, 0, 0.5); }
  .page-links > a:hover,
  .entry-content .page-links > a:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3; }

.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 {
    border-color: #fff;
    color: #fff; }
    .page-header .button.default {
      border-color: #2196f3;
      background-color: transparent;
      color: #2196f3; }
      .page-header .button.default:hover {
        color: #fff;
        background-color: #2196f3;
        border-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: 1000px; }

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; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/*
 * When Infinite Scroll has reached its end we need to re-display elements that
 * were hidden (via .neverending) before.
 */
.infinity-end.neverending .site-footer {
  display: block; }

.infinite-loader {
  height: auto !important; }
  .infinite-loader .spinner {
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: spin;
            animation-name: spin;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    border: 5px solid #ccc;
    border-radius: 50%;
    border-top-color: #2196f3;
    height: 50px;
    left: auto !important;
    margin: auto;
    top: 15px !important;
    width: 50px !important; }
    .infinite-loader .spinner div {
      display: none; }

#infinite-footer {
  display: none; }

.site-main #infinite-handle {
  margin-top: 1.5em;
  text-align: center; }
  .site-main #infinite-handle span {
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-top: 4px;
    padding-top: 0.25rem;
    background-color: transparent;
    border: 1px 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;
    font-size: inherit; }
    .site-main #infinite-handle span:hover {
      border-color: rgba(0, 0, 0, 0.5); }
    .site-main #infinite-handle span:hover {
      color: #fff;
      background-color: #0c7cd5;
      border-color: #0c7cd5; }

/*--------------------------------------------------------------
# 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; }
  .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; }
  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; }

.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; }

.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 {
    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 {
  right: 120px; }
  .chapter-toggle.toggle-on {
    right: 20px; }

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; }
  .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 .jetpack-social-navigation a {
    font-size: 32px;
    font-size: 2rem; }

.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; }

.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;
  fill: currentColor;
  height: 1em;
  position: relative;
  stroke: currentColor;
  width: 1em; }
  .nav-toggle .svg-icon {
    height: inherit;
    width: inherit; }
  .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 {
        margin-left: -50px;
        margin-top: 15px;
        position: absolute; } }
  .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 {
  margin-top: 1.5em;
  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: 3em 0; }
  .overlay-dark .footer-widgets {
    background-color: #333;
    color: #fff; }

.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Aesop Story Engine
# https://wordpress.org/plugins-wp/aesop-story-engine/
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Aesop Story Engine components
--------------------------------------------------------------*/
.aesop-component {
  margin-bottom: 3em;
  margin-top: 3em; }
  .aesop-component:first-child {
    margin-top: 0; }

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.aesop-component.aesop-image-component:hover {
  opacity: 1; }

.aesop-component.aesop-image-component img {
  box-shadow: none;
  display: block; }

.aesop-component.aesop-image-component .aesop-image-component-image.aesop-component-align-center {
  margin-bottom: 3em;
  margin-top: 3em; }

.aesop-image-component .aesop-image-component-caption,
.aesop-gallery-component .aesop-component-caption {
  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; }

.aesop-img-enlarge {
  display: none; }

.entry-content a.aesop-lightbox:hover {
  border-color: transparent; }

@media screen and (max-width: 640px) {
  .aesop-component-align-left,
  .aesop-component-align-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.aesop-quote-component {
  display: block; }
  .aesop-quote-component.aesop-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%; }
  .aesop-quote-component blockquote {
    display: block;
    font-style: normal; }
  .aesop-quote-component cite {
    font-size: 85%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.aesop-content-component.aesop-content-has-img .aesop-content-darken {
  background-color: #333;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0; }

.aesop-content-component .aesop-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%; }

.aesop-content-component .aesop-content-comp-wrap {
  padding: 1.5em 0; }

.aesop-content-component .aesop-content-comp-inner p {
  line-height: 38px; }

.aesop-content-component .aesop-content-comp-inner a {
  color: inherit; }

.aesop-content-component .aesop-content-img .aesop-content-comp-inner {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1; }

.aesop-cover-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%;
  border: 0;
  bottom: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  left: auto;
  padding: 3em 0 1.5em;
  position: relative; }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.aesop-gallery-edit {
  display: inline-block; }

/*--------------------------------------------------------------
# Scroll Navigation Sections (used by Chapter and Timeline)
--------------------------------------------------------------*/
.scroll-nav__section {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }
  p + .scroll-nav__section,
  .scroll-nav__section + .scroll-nav__section {
    margin-top: -1.5em;
    margin-top: calc(-1.5em + 1px); }
  .scroll-nav__section:first-child {
    margin-top: -3em;
    padding-top: 3em; }
    .scroll-nav__section:first-child p:first-of-type {
      font-size: 125%; }
  .scroll-nav__section > h1,
  .scroll-nav__section > h2,
  .scroll-nav__section > h3,
  .scroll-nav__section > h4,
  .scroll-nav__section > h5,
  .scroll-nav__section > h6,
  .scroll-nav__section > p,
  .scroll-nav__section > ol,
  .scroll-nav__section > ul,
  .scroll-nav__section > dl,
  .scroll-nav__section > table,
  .scroll-nav__section > address,
  .scroll-nav__section > pre > code,
  .scroll-nav__section > blockquote,
  .scroll-nav__section > .page-links {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%; }

/*--------------------------------------------------------------
# Chapter
--------------------------------------------------------------*/
.aesop-toggle-chapter-menu,
.aesop-close-chapter-menu,
.aesop-chapter-menu {
  display: none; }

.aesop-component.aesop-article-chapter-wrap {
  margin-top: 3em; }
  .scroll-nav__section + .scroll-nav__section > .aesop-component.aesop-article-chapter-wrap {
    margin-top: 4.5em; }

.aesop-article-chapter {
  min-height: 0 !important; }
  .aesop-article-chapter:before {
    background-color: #333;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%; }

.aesop-cover-title small {
  display: block;
  font-family: "Open Sans", sans-serif; }

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.aesop-timeline-stop,
.wp-block-scrollnav-block {
  margin-bottom: 1em;
  padding-top: 1em; }

.aesop-timeline,
.singlepage-scroll-nav .scroll-nav,
.gb-scrollnav .scroll-nav {
  background-color: transparent;
  bottom: auto;
  display: none;
  left: auto;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  z-index: 1; }
  @media screen and (min-width: 600px) {
    .aesop-timeline,
    .singlepage-scroll-nav .scroll-nav,
    .gb-scrollnav .scroll-nav {
      display: block; } }
  .aesop-timeline .scroll-nav__list,
  .singlepage-scroll-nav .scroll-nav .scroll-nav__list,
  .gb-scrollnav .scroll-nav .scroll-nav__list {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .aesop-timeline .scroll-nav__list:after,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__list:after,
    .gb-scrollnav .scroll-nav .scroll-nav__list:after {
      display: none; }
  .aesop-timeline .scroll-nav__item,
  .singlepage-scroll-nav .scroll-nav .scroll-nav__item,
  .gb-scrollnav .scroll-nav .scroll-nav__item {
    cursor: pointer;
    display: block;
    font-family: "Open Sans", sans-serif;
    height: 40px;
    margin: 0;
    position: relative;
    text-align: right; }
    .aesop-timeline .scroll-nav__item:before,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__item:before,
    .gb-scrollnav .scroll-nav .scroll-nav__item:before {
      background-color: #ccc;
      border-radius: 50%;
      bottom: 0;
      content: "";
      display: block;
      height: 10px;
      left: auto;
      margin: auto;
      position: absolute;
      right: 30px;
      top: 0;
      transition: background 200ms;
      width: 10px; }
    .aesop-timeline .scroll-nav__item:hover:before,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__item:hover:before,
    .gb-scrollnav .scroll-nav .scroll-nav__item:hover:before {
      background-color: #bbb; }
    .aesop-timeline .scroll-nav__item:hover .scroll-nav__link,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__item:hover .scroll-nav__link,
    .gb-scrollnav .scroll-nav .scroll-nav__item:hover .scroll-nav__link {
      opacity: 1;
      -webkit-transform: translate(10px, 0);
              transform: translate(10px, 0);
      visibility: visible; }
    .aesop-timeline .scroll-nav__item.active:before, .aesop-timeline .scroll-nav__item.active:hover:before,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__item.active:before,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__item.active:hover:before,
    .gb-scrollnav .scroll-nav .scroll-nav__item.active:before,
    .gb-scrollnav .scroll-nav .scroll-nav__item.active:hover:before {
      background-color: #666; }
  .aesop-timeline .scroll-nav__link:link,
  .aesop-timeline .scroll-nav__link:visited,
  .singlepage-scroll-nav .scroll-nav .scroll-nav__link:link,
  .singlepage-scroll-nav .scroll-nav .scroll-nav__link:visited,
  .gb-scrollnav .scroll-nav .scroll-nav__link:link,
  .gb-scrollnav .scroll-nav .scroll-nav__link:visited {
    font-size: 16px;
    font-size: 1rem;
    background-color: #eee;
    border-radius: 4px;
    color: #404040;
    display: inline-block;
    margin-right: 15px;
    opacity: 0;
    padding: 8px 15px;
    position: absolute;
    right: 100%;
    text-decoration: none;
    text-transform: none;
    transition: all 200ms;
    visibility: hidden;
    white-space: nowrap; }
    .aesop-timeline .scroll-nav__link:link:after,
    .aesop-timeline .scroll-nav__link:visited:after,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__link:link:after,
    .singlepage-scroll-nav .scroll-nav .scroll-nav__link:visited:after,
    .gb-scrollnav .scroll-nav .scroll-nav__link:link:after,
    .gb-scrollnav .scroll-nav .scroll-nav__link:visited:after {
      border: 7px solid transparent;
      border-left-color: #eee;
      bottom: 0;
      content: "";
      height: 0;
      left: 100%;
      margin: auto -1px;
      position: absolute;
      top: 0;
      width: 0; }

/*--------------------------------------------------------------
# Chat
--------------------------------------------------------------*/
.aesop-component.aesop-component-chat + .aesop-component-chat {
  margin-top: -3em; }

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.aesop-video-component .wp-video {
  margin: auto; }

.aesop-video-component .mejs-container,
.aesop-video-component .fluid-width-video-wrapper {
  background-color: #ccc; }

.aesop-video-component .aesop-video-component-caption {
  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; }

.aesop-video-component .jetpack-video-wrapper {
  margin-bottom: 0;
  margin-top: 0; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Algolia
# https://wordpress.org/plugins/search-by-algolia-instant-relevant-results/
--------------------------------------------------------------*/
.algolia-logo {
  vertical-align: middle; }

.algolia-autocomplete {
  position: static !important; }
  .algolia-autocomplete .autocomplete-header {
    font-size: 32px;
    font-size: 2rem;
    color: #999;
    margin: 1.5em 0 0.75em; }
  .algolia-autocomplete .suggestion-post-title,
  .algolia-autocomplete .suggestion-post-content {
    display: block; }
  .algolia-autocomplete .aa-suggestion {
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }
    .algolia-autocomplete .aa-suggestion em {
      background-color: #ccc;
      border-radius: 4px;
      font-style: normal; }
      .overlay-dark .algolia-autocomplete .aa-suggestion em {
        background-color: #999; }
    .algolia-autocomplete .aa-suggestion .suggestion-link {
      transition: opacity 200ms; }
    .algolia-autocomplete .aa-suggestion.aa-cursor {
      background-color: rgba(0, 0, 0, 0.25); }
      .overlay-dark .algolia-autocomplete .aa-suggestion.aa-cursor {
        background-color: rgba(255, 255, 255, 0.25); }
  .algolia-autocomplete .suggestion-link {
    color: #333; }
    .overlay-dark .algolia-autocomplete .suggestion-link {
      color: #fff; }
  .algolia-autocomplete .autocomplete-footer {
    font-size: initial;
    margin-top: 20px;
    padding: 10px 0;
    text-align: right; }
  .algolia-autocomplete .algolia-logo {
    background-image: url(data:image/png;base64,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);
    background-size: cover;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 128px; }
    .overlay-dark .algolia-autocomplete .algolia-logo {
      background-image: url(data:image/png;base64,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); }

#ais-main .page-header__content {
  max-width: 800px; }

#ais-facets {
  display: none; }

#algolia-stats {
  opacity: 0.75;
  text-align: left; }

input.ais-search-box--input {
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 0;
  border-width: 0 0 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
  outline: none;
  padding: 5px 0;
  width: 100%; }
  input.ais-search-box--input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  input.ais-search-box--input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  input.ais-search-box--input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  input.ais-search-box--input::placeholder {
    color: rgba(255, 255, 255, 0.75); }
  input.ais-search-box--input:focus {
    color: inherit; }
  input.ais-search-box--input::-ms-clear {
    display: none; }

.ais-search-box--powered-by {
  text-align: right; }

.ais-search-box--powered-by-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKUAAAA1CAYAAAAgTSuZAAALA0lEQVR4Xu2cgXlTNxDHkwlaJqiZoDABZoLCBE0mKJ2gZoLCBDUTFCZomKAwQc0EhQnS+wXp9fl8p3eSXmLHWN/3Pju2pLv766/T6STn/Oyelevr6+/Pz88/3zO196rufcPsfK9oTQgHTKnyszyP5FnIs5TnvZCS11MxEEiY/ZLwypi9FMxW9wWwQycl5PtLgXkiZYFdQkoLsxMp55qRDsAnUt4SKZOX/V26v0gi1vL6612HSydPOdcMOpB+ejyltP1TzHimTHkrpHx+l+Z1kVKMIGYh5huXj2LE2zmMOHnKehQ7SXltSZTx7OJJrRVdwgQA3LsmJTvjh3O4/BMpa4fz7KyVlMnB/ONIfDDHeEataSblhBGzBNYnUkaH8f96raSkB2mLQ/lOSf0ihCQLcmelh5Qr0fI3R9NZvOUxknKUslk62K2FBG9aGdBJSuJJVr9MzC/y/mKucCxqUxMpE7C4+tIMuhRjMLC5HCkpibd/mgCFHe+rFuB6SJm85UJe84S5Ej02LXr0tGkl5QsRSuqgVDZi0MMe5Y6UlOZmQuH0QbB73IJdLylbZM7dppWUeElm1Ljg6nU88rzH9R8xKT8JVnggwpwPCUvwZOX5EVBbd7zfJCnF6AvB7A9FSGIgQNYxJu7/aetMOlJSFs/uU2i0bJ3M3yopOfZbKqJBPEhppRQeC8B4g+pyjKSsBqGywTdHSjGYixF/K5yGYz8nb/lGSIl3rS63RcpkB5sNJhdLJnaNCxOMh8l08yo2vC8ZIH2u5HsuQlDW8pAW27nNlGQ/ke/zyQk6ULJMXjlFeVeS533XQ8rUFt3GhfG9iugi7WmLPeCZcR1vhnO4Aq6soqaNVTGlQ7phl+0Agj1Nyde5SSn9kehfybOIgGzUAUzItnViJf2yU86EpBlgk0oZSNkgm7b0+7omcd1JSrDRIdhkzjmYjbEg3zAeOgUWJmUS/K/q+ZN0uDXAUo+BuwnWR6UpxTEXKZPunOsuG8k4brY1SAYuWytD8oxkKlplQ07wW0d03wcp0UvkRrIKngnkZi/zlzWktNJAO7PI2Qg1pYfmIGUiBYTcmjyRAXbqlEipCXkhfUDIOU5EtgbO03+PpMTr/dCBKysCHDurIaWVBnooHaHMUJLn4LPu9FAvKQPLykfR80qendgveTZiI22HNRFZZtkxD7GpMzkzTqSEkMuT8csxGLGmXmlyu8kbO3skJbYQU4JpjsXRm/fgu5QHG7HPI+9T4tcQKcVQOsLbjMs76SAH61tfOLGnW1/1O/w5AymtTAH9s2khlgFIt9QMMBMgx36F2BoyInc9IRdyQ3S96aDZ4FGsPmp01u2l7Uo+q44p6SetSKyI1gTX/LDkUOdmpYmSksBeH425ifGkoN6lI3THszaQ4r0oviy1SyBdyKvOpw6GT7VPfSBH33wvBv5i+0LaYLtessnlvigN2pjYEzaUsK/WOWPRQ8oInuM6jqybQ4NJUiaQdf5x8uaItNuIEtpNFwdUG9bjKaWt5SW56zkssVNAtngdZ5XYijU9uQkzCA1OLHveVTQ3Rm/ReU+kZNLCER0ePY2QciUNtUsvLiEJTGtjVLXhaSVlwVPfxCxTZBwNUpXXcSZwKGwxdL7My7wTn5oT/L6QMnFkLa/6Pu5lhJTWBmfylMYZIHQJn4d3kNKaEFVesuClXG8v+up8JfcBHunNoDUppK2l85iYTKZxjGlO8HtGSsvhvSySUgy0NjjhwZX2Viwa8hwFUkzGlI7cqtChkZR6Ak+uKCOvrEnHVwPWDtl2nMM9I6XFr0lSWu41nAh3lh3ADm14Ojyl5d2rlu5aUjohw+SKkuQQX40PJvCw7NLxvEMx4vSdiXZopEwr5nhv8SmvHK6uXnwlDTRQuWqIUCMPQIpAB7MhYneQ0jpduG1S6lkP+AsPX0W23BYyQsRX1i7dCA92Vo19kzJNTuLEpTylTSUrA9zQaUXfUzoxTnjpHZHS8rahDc+cpIxkGjSBagZY6q6k/XhDOBlmKIw2HhlH9SZl1Ohs2Kv7p0oo7ElysR8y9pQiKUlNaKYPgXdUqrOs0XzSc81JSpFXfSmkZoA7SRn6/0hGjL8zuWt0nouUIhMyQug5ik3KApHmEJr7mMzdzUzKyUmwL08ZBdVYvfa+fDsrqjaJsOQm7yqFsNA7Rv3qmS1ARNBaPtf5oyh20XrEE8Sn7rFUByk30rdO3IdTUdmAGq8TIUwUGK9exBvX6NzrKdMmRh+sDE5H3nCJ5Mrh2EI+v5Bn91jTacBOUB+T9WJqtS+GAx2ktFJR4fRMIymX0k4fSVaHDCWQBQ9t185qc8ekXBmkwis+88g4ts/V1ZgtsNc6M74NUhZ/w9NByu7TJIytGWCpa2UrqmPwgpcM9V+j8wyesmvfUUNKy8twq8Z0wxVMZdNk/d7ZTTF1kBJZ1oWQKpLUDrDhyZp/KhskzI4nrtVZeS7L87m7b5G1k3qryXKESOnMdvSu3iQYoC7kMyv+cHOWraRMXo5JpK9+Eb+S0N5EJlPtAEt9a5UJ5WRL+qTYTd88MtNztTrfB1Jay144CTw10AIYOzC986q98RLK/zmDg4oQkk1P3g2aaiciEMYsVYVi3k7a0f94k8VEYFIX5XnYJUdBrKrTc+Zp0TGS0ooRqjcIBYAtT0J1D2DLu4YS78lbWqFIVm8tb9gdDr9STETEu3LKoE8acrspUuqTHdo1ETMR0vptkZtOc0gZCiOk7Up0DV/yNSYgtoazHJPLt1Tw4rDQ+a1HxPHnhfCgBLJ1ZBhaEpM8PJROD0XU9epMnnCIXAivU2oQk/Ps1xHhacD4fY/2kNxe5+aRmUpLE8sKkybJ0kBKy85NcjJuqi/bHyHlK6k8/pkobWdbukeKWN7rs4D8wBosY/OQq13JGx5iK3dpTIOEzFLCNsKTXGeSlFR0QhW+YtDAGr15P5Q0idgMXsizNJQi3cJvgaZCDwih7xvQHThkzLZkJ51X8lrjKdFRp8GyjfSFjS45I6S0btaEPJIBnvuRsxmgvjmTC/WzDNfL5gppsCFC7YEAS7veLEVJSQoHApQmAwOWCbaQ9zxeCRGyQK5xv6YNtZ4yycJGjdFY1kb+4BkXsNErQP7+64mOKGPFQXzlpmsK4BW/Kizh7mWPgrdEVogkyU4G/YU8S3k8srA84lEgMfW1JwjLSzLX8lo7GTSG/EKQhLQeXBPrhPFVwUYzm9JISjCadyUqABe+zFtLUCfmohv3BETaWOEFbZrSVWng9GxlEzUMfM9OdoxJ6gf9a0MI815lBO9kHxMinBtuIWXiD54PYpY8ZkRt6rw8T8qzdNPxuFzKAGHU7KXgmYsyU3yIV18mfSFV6OcGLUa0DpInK4Ui6I4NVsyXmxI2MMhkByY3DCXbEmYXCTOqPpE+vTsP6MYzLpy6XUXwS+OKLGsilLpgddrIg5zY774jCh1jHcejN3lmjU/ynnzMxMrxJ3+Tvuki4iGMhdiX7dIkh3w8rq2TPxw7BAP3oUNhBZn1ksU+bDt0mSdSOiPkxLC3FmcfOlHuUr+jJmVaIquXQ2nn3aS+tTj7Lgf90GUdOynzselNAJ0eDgRyTDOMjxCRnSNxECmjhTFwsx8kHDo59qXfsZPSOqJswTqcuG7p/NRmG4GjJaWTY2wZ//BN6pbOT212EThmUrIMc6Ghp0z+p7Sezk9tbQSOlpSYm3JlOdlOvFhKWGeE8i17Etc7seeJSLePwFGTUsPnHC3matxUypcjbh/5kwQXgf8AP6VAvYSJZj8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  width: 100px; }

.ais-hits__empty {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  padding: 50px 0; }

.ais-hits--content em {
  background-color: #ddd;
  border-radius: 3px;
  font-style: normal; }

.ais-pagination {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  list-style: none;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 0; }
  .ais-pagination:after {
    clear: both;
    content: "";
    display: table; }

.ais-pagination--item__first,
.ais-pagination--item__last,
.ais-pagination--item__page {
  display: none; }

.ais-pagination--link {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: all 200ms ease; }
  .ais-pagination--link:hover {
    border-color: rgba(0, 0, 0, 0.5); }

.ais-pagination--item__disabled {
  opacity: 0.5;
  pointer-events: none; }

.ais-pagination--item__previous {
  float: left; }

.ais-pagination--item__next {
  float: right; }

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

/*--------------------------------------------------------------
# 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%; }

.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; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Post Badges
# https://wordpress.org/plugins/gutenberg/
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gutenberg components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cover Image
--------------------------------------------------------------*/
.wp-block-cover-image {
  height: auto;
  margin-bottom: 3em;
  margin-top: 3em;
  min-height: 500px; }
  .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 a {
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-top: 4px;
    padding-top: 0.25rem;
    background-color: transparent;
    border: 1px 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: transparent;
    color: #2196f3; }
    .entry-content .wp-block-button a:hover {
      border-color: rgba(0, 0, 0, 0.5); }
    .entry-content .wp-block-button a:hover {
      color: #fff;
      background-color: #2196f3;
      border-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; }
  .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%; }
