@charset "UTF-8";
/**
 * CONTENTS
 *
 * BASE
 * HTML........................HTML element styles.
 * Wrapper.....................Wrapper element styles.
 * Reset.......................Style resets.
 * Normalize...................Normalize.
 * Media.......................Media element styles.
 * Typography..................Typography styles.
 * Buttons.....................Button styles.
 * Lists.......................List styles.
 * Tables......................Table styles.
 * Forms.......................Form element styles.
 * Global classes..............Global classes like .clearfix and .screen-reader-text.
 *
 * COMPONENTS
 * Nav.........................Nav styles.
 * Entry.......................Entry styles (post, page…)
 * Comments....................Comments styles.
 * Widgets.....................Widgets styles.
 * Gallery items...............Styles for items of the default WordPress gallery.
 *
 * LAYOUT
 * Header......................Site header styles.
 * Footer......................Site footer styles.
 * Sidebar.....................Sidebar styles.
 * Comments area...............Comments area styles.
 * Gallery.....................WordPress gallery styles.
 *
 */
/* Latin ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url(../fonts/librebaskerville-regular-latin-ext-subset.woff2) format("woff2"), url(../fonts/librebaskerville-regular-latin-ext-subset.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: local("Libre Baskerville Bold"), local("LibreBaskerville-Bold"), url(../fonts/librebaskerville-bold-latin-ext-subset.woff2) format("woff2"), url(../fonts/librebaskerville-bold-latin-ext-subset.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: local("Libre Baskerville Italic"), local("LibreBaskerville-Italic"), url(../fonts/librebaskerville-italic-latin-ext-subset.woff2) format("woff2"), url(../fonts/librebaskerville-italic-latin-ext-subset.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* Latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url(../fonts/librebaskerville-regular-latin-subset.woff2) format("woff2"), url(../fonts/librebaskerville-regular-latin-subset.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: local("Libre Baskerville Bold"), local("LibreBaskerville-Bold"), url(../fonts/librebaskerville-bold-latin-subset.woff2) format("woff2"), url(../fonts/librebaskerville-bold-latin-subset.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: local("Libre Baskerville Italic"), local("LibreBaskerville-Italic"), url(../fonts/librebaskerville-italic-latin-subset.woff2) format("woff2"), url(../fonts/librebaskerville-italic-latin-subset.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ==========================================================================
   #HTML
   ========================================================================== */
html {
  background: #fff;
  color: #444;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1em;
  line-height: 1.6;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 40em) {
    html {
      font-size: 1.1em; } }
  @media screen and (min-width: 45em) {
    html {
      font-size: 1.15em; } }

/* ==========================================================================
   #Wrapper styles
   ========================================================================== */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 80%; }

.main {
  margin-top: 3.2em; }

.content {
  margin-bottom: 4.8em; }

/* ==========================================================================
   #RESET
   ========================================================================== */
* {
  box-sizing: border-box;
  word-wrap: break-word; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
label {
  display: block; }

audio,
video {
  display: inline-block; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%; }

textarea {
  overflow: auto;
  resize: vertical; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

/* ==========================================================================
   #NORMALIZE

   from normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
  /* 1 */ }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  max-width: 100%;
  text-transform: none;
  /* 1 */ }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow-x: scroll; }

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/* figure and img tag.
   ========================================================================== */
figure {
  line-height: 0;
  margin: 0.8em 0 0; }
  figure > figcaption,
  figure img {
    line-height: 1.6; }
  figure .img-link {
    box-shadow: none; }
    figure .img-link:hover, figure .img-link:focus {
      background: none;
      box-shadow: none; }

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

/* Image alignment.
   ========================================================================== */
.alignleft,
.alignright {
  margin-bottom: 0.8em;
  margin-top: .4em; }

figure.alignleft,
figure.alignright {
  margin-top: 1.2em; }

.alignleft {
  float: left;
  margin-right: 0.8em; }

.alignright {
  float: right;
  margin-left: 0.8em; }

.aligncenter {
  display: block;
  margin: 0.8em auto; }

.alignnone {
  display: block;
  margin: 0.8em 0; }

.wp-caption,
.wp-caption-text,
.gallery-caption {
  /**
	 * We have to add something here, otherwise it would
	 * get stripped out from the SASS compiler and the theme
	 * would not pass the Theme Check plugin.
	 */
  text-align: inherit; }

/* Image caption.
   ========================================================================== */
figcaption {
  clear: both;
  font-size: 0.889em;
  padding-top: 0.4em; }

/* Image links.
   ========================================================================== */
.img-link-wrapper {
  line-height: 0; }
  .img-link-wrapper img {
    line-height: 1.6; }

.img-link,
figure[id^='attachment_'] > a {
  box-shadow: none; }
  .img-link:hover, .img-link:focus,
  figure[id^='attachment_'] > a:hover,
  figure[id^='attachment_'] > a:focus {
    background: none;
    box-shadow: none; }

/* Full bleed images.
   ========================================================================== */
.full-bleed-img {
  display: block;
  position: relative;
  width: 100%; }

.entry-content > .full-bleed-img {
  margin-top: 0.8em; }

.full-bleed-img-paragraph > .full-bleed-img {
  margin: 0; }

.full-bleed-img-paragraph::after {
  clear: both;
  content: '';
  display: block; }

/* Video elements.
   ========================================================================== */
video {
  max-width: 100%;
  height: auto; }

/* iframe elements.
   ========================================================================== */
iframe {
  max-width: 100%; }

/* ==========================================================================
   #TYPOGRAPHY base styles
   ========================================================================== */
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 2.4em 0 0; }
  h1 .entry-content h1 + *,
  h1 .entry-content h2 + *,
  h1 .entry-content h3 + *,
  h1 .entry-content h4 + *,
  h1 .entry-content h5 + *,
  h1 .entry-content h6 + *,
  h1 .sidebar h1 + *,
  h1 .sidebar h2 + *,
  h1 .sidebar h3 + *,
  h1 .sidebar h4 + *,
  h1 .sidebar h5 + *,
  h1 .sidebar h6 + *,
  h2 .entry-content h1 + *,
  h2 .entry-content h2 + *,
  h2 .entry-content h3 + *,
  h2 .entry-content h4 + *,
  h2 .entry-content h5 + *,
  h2 .entry-content h6 + *,
  h2 .sidebar h1 + *,
  h2 .sidebar h2 + *,
  h2 .sidebar h3 + *,
  h2 .sidebar h4 + *,
  h2 .sidebar h5 + *,
  h2 .sidebar h6 + *,
  h3 .entry-content h1 + *,
  h3 .entry-content h2 + *,
  h3 .entry-content h3 + *,
  h3 .entry-content h4 + *,
  h3 .entry-content h5 + *,
  h3 .entry-content h6 + *,
  h3 .sidebar h1 + *,
  h3 .sidebar h2 + *,
  h3 .sidebar h3 + *,
  h3 .sidebar h4 + *,
  h3 .sidebar h5 + *,
  h3 .sidebar h6 + *,
  h4 .entry-content h1 + *,
  h4 .entry-content h2 + *,
  h4 .entry-content h3 + *,
  h4 .entry-content h4 + *,
  h4 .entry-content h5 + *,
  h4 .entry-content h6 + *,
  h4 .sidebar h1 + *,
  h4 .sidebar h2 + *,
  h4 .sidebar h3 + *,
  h4 .sidebar h4 + *,
  h4 .sidebar h5 + *,
  h4 .sidebar h6 + *,
  h5 .entry-content h1 + *,
  h5 .entry-content h2 + *,
  h5 .entry-content h3 + *,
  h5 .entry-content h4 + *,
  h5 .entry-content h5 + *,
  h5 .entry-content h6 + *,
  h5 .sidebar h1 + *,
  h5 .sidebar h2 + *,
  h5 .sidebar h3 + *,
  h5 .sidebar h4 + *,
  h5 .sidebar h5 + *,
  h5 .sidebar h6 + *,
  h6 .entry-content h1 + *,
  h6 .entry-content h2 + *,
  h6 .entry-content h3 + *,
  h6 .entry-content h4 + *,
  h6 .entry-content h5 + *,
  h6 .entry-content h6 + *,
  h6 .sidebar h1 + *,
  h6 .sidebar h2 + *,
  h6 .sidebar h3 + *,
  h6 .sidebar h4 + *,
  h6 .sidebar h5 + *,
  h6 .sidebar h6 + * {
    margin-top: 0.8em; }

h1,
.entry-title {
  font-size: 1.802em;
  line-height: 1.33185; }

.entry-title {
  margin-top: 0; }

h2 {
  font-size: 1.602em;
  line-height: 1.49813; }

h3 {
  font-size: 1.424em;
  line-height: 1.40449; }

h4 {
  font-size: 1.266em;
  line-height: 1.57978; }

h5 {
  font-size: 1.125em;
  line-height: 1.42222; }

h6 {
  font-size: 1em;
  line-height: 1.6; }

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin: 0.8em 0 0; }

/* Paragraphs
   ========================================================================== */
p {
  margin: 0.8em 0 0; }

/* Links
   ========================================================================== */
a {
  box-shadow: 0 1px 0 currentColor;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #27ae60;
  padding-bottom: .05em;
  padding-top: .05em;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: box-shadow .2s ease 0s, background .2s ease 0s; }
  a:focus {
    background: #27ae60;
    color: #fff;
    outline-width: 0; }

a:hover,
a:active,
.current-menu-item > a {
  box-shadow: 0 1px 0 transparent;
  outline-width: 0; }

/* Blockquotes
   ========================================================================== */
blockquote {
  margin: 1.6em 0.8em;
  font-style: italic;
  padding-left: 0.8em; }

blockquote cite {
  display: block;
  font-style: normal;
  margin: 0.4em 0 0; }

@media screen and (min-width: 50em) {
  blockquote {
    margin: 1.6em 0.8em;
    padding-left: 0.8em; }
  blockquote cite {
    margin: 0.4em 0 0; } }

/* Do not use text that is both italic and bold.
   ========================================================================== */
em > strong {
  font-weight: bold;
  font-style: normal; }

strong > em {
  font-style: italic;
  font-weight: normal; }

/* ==========================================================================
   #LISTS
   ========================================================================== */
/* Definition lists.
   ========================================================================== */
dl {
  margin: 1.6em 0; }

dt {
  margin: 0.4em 0 0; }

dd {
  margin: 0 0 0 1.6em; }

/* Ordered and unordered lists.
   ========================================================================== */
ul,
ol {
  margin: 1.6em 0;
  padding-left: 1rem; }

ul > li {
  list-style-type: none;
  position: relative; }

ul > li::before {
  content: "\B7";
  left: -0.8em;
  top: 0;
  position: absolute; }

li + li {
  margin: 0.4em 0 0; }

ul ol,
ol ul,
ul ul,
ol ol {
  margin: 0.4em 0 0; }

/* ==========================================================================
   #TABLES base styles
   ========================================================================== */
table {
  border-spacing: 0;
  margin: 1.6em 0; }

td,
th {
  border-bottom: 1px solid;
  padding: 0.4em; }

th {
  border-bottom: 2px solid;
  text-align: left; }

table tr:last-of-type td {
  border-bottom: none; }

/* ==========================================================================
   #FORMS
   ========================================================================== */
input,
textarea {
  background: none;
  border: thin solid #444;
  max-width: 100%;
  padding: 0.4em; }
  input:hover,
  textarea:hover {
    border: thin dashed #27ae60; }
  input:focus,
  textarea:focus {
    border: thin solid #27ae60; }

input {
  width: 100%; }
  input[type='submit'] {
    margin-top: 0.8em; }
  input[type='submit'], input[type='reset'], input[type='checkbox'], input[type='file'], input[type='radio'] {
    width: auto; }
  @media screen and (min-width: 40em) {
    input {
      width: 75%; } }

textarea {
  min-height: 5em;
  width: 100%; }

label {
  margin-top: 1.6em; }
  label + input {
    margin-top: 0.4em; }

/* ==========================================================================
   #GLOBAL CLASSES
   ========================================================================== */
/**
 * Clearfix
 */
.clearfix::after {
  clear: both;
  content: '';
  display: block; }

/**
 * Visually hidden but visible for screen readers.
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  height: auto;
  left: 5px;
  padding: .5em .8em;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* ==========================================================================
   #NAVIGATION AND PAGINATION
   ========================================================================== */
.posts-navigation,
.post-navigation {
  margin-top: 3.2em; }
  .posts-navigation::after,
  .post-navigation::after {
    clear: both;
    content: '';
    display: block; }

.nav-previous {
  margin-top: 0.8em;
  position: relative;
  text-align: right; }
  @media screen and (min-width: 25em) {
    .nav-previous {
      float: right;
      margin-top: 0;
      width: calc(50% - 0.8em); } }

.post-navigation .nav-previous::after {
  content: '\BB';
  display: block;
  font-size: 1.2em;
  position: absolute;
  right: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.post-navigation .nav-next::before {
  content: '\AB';
  display: block;
  font-size: 1.2em;
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.nav-next {
  position: relative; }
  @media screen and (min-width: 25em) {
    .nav-next {
      float: left;
      width: calc(50% - 0.8em); } }

/* ==========================================================================
  #ENTRY
  ========================================================================== */
.sticky {
  /**
	 * We have to add something here, otherwise it would
	 * get stripped out from the SASS compiler and the theme
	 * would not pass the Theme Check plugin.
	 */
  text-align: inherit; }

.post:not(:first-of-type),
.page:not(:first-of-type) {
  margin-top: 4.8em; }

.archive .post,
.archive .page,
.search .post,
.search .page {
  margin-top: 4.8em; }

.entry-header {
  text-align: center; }
  .entry-header a {
    box-shadow: none; }
    .entry-header a:hover {
      box-shadow: 0 1px 0 currentColor; }

.entry-meta span {
  display: block;
  font-style: italic; }
  .entry-meta span:not(:first-of-type) {
    margin-top: 0.4em; }

.entry-content {
  margin-top: 1.6em; }
  .entry-content > :first-child {
    margin-top: 0; }
  .entry-content > :last-child {
    margin-bottom: 0; }

.entry-footer {
  font-style: italic;
  position: relative; }
  .entry-footer p {
    margin-top: 1.6em; }

/* ==========================================================================
  #COMMENTS
  ========================================================================== */
.bypostauthor {
  /**
	 * We have to add something here, otherwise it would
	 * get stripped out from the SASS compiler and the theme
	 * would not pass the Theme Check plugin.
	 */
  text-align: inherit; }

.commentlist {
  padding: 0; }
  .commentlist .children {
    margin-left: 0.8em; }

.comment-form-cookies-consent {
  display: flex;
  align-items: baseline; }

.comment-form-cookies-consent label {
  margin-left: .5em; }

.comment {
  margin-top: 3.2em; }
  .comment::before {
    display: none; }
  .comment .avatar {
    float: left; }
  .comment .comment-meta {
    margin-left: 55px;
    position: relative;
    top: -.2em; }
    .comment .comment-meta::after {
      clear: both;
      content: '';
      display: block; }

/* ==========================================================================
  #PAGE TEMPLATES
  ========================================================================== */
.widget-title {
  margin-top: 0; }
  .widget-title + * {
    margin-top: 1.6em; }

.gallery-item {
  float: left;
  margin: 0.8em;
  padding: 0; }

.gallery-size-full .gallery-item,
.gallery-size-large .gallery-item {
  float: none;
  margin: 0 0.8em;
  padding: 1.6em 0; }

.-no-sidebar .gallery-size-full .gallery-item {
  margin-left: 0;
  margin-right: 0; }

.gallery-size-full .gallery-item img,
.gallery-size-large .gallery-item img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.gallery-item > .gallery-caption {
  display: none; }

/* ==========================================================================
  #GALLERY
  ========================================================================== */
.gallery {
  margin-left: -0.8em;
  margin-right: -0.8em; }

.gallery-size-large,
.gallery-size-full {
  margin: 0; }

.gallery-size-large .gallery-item,
.gallery-size-full .gallery-item {
  margin: 0; }
  .gallery-size-large .gallery-item::after,
  .gallery-size-full .gallery-item::after {
    clear: both;
    content: '';
    display: block; }

.gallery-size-large .gallery-caption,
.gallery-size-full .gallery-caption {
  display: block; }

.gallery::after {
  clear: both;
  content: '';
  display: block; }

.gallery + * {
  margin-top: 0; }

/* ==========================================================================
  #HEADER
  ========================================================================== */
.branding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6em;
  padding-right: 1.6em;
  padding-top: 3.2em;
  text-align: center; }

.header-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(800px); }

.site-title {
  font-size: 1.424em;
  font-weight: 700;
  line-height: 1.40449;
  margin: 0; }
  .site-title a {
    color: #444;
    box-shadow: none; }
    .site-title a:hover {
      box-shadow: 0 1px 0 currentColor; }
    .site-title a:focus {
      box-shadow: none;
      color: #fff; }

/* ==========================================================================
  #SIDEBAR
  ========================================================================== */
.sidebar-content {
  background: #fff;
  padding-bottom: 4.8em;
  padding-left: 10%;
  padding-top: 4.8em;
  padding-right: 10%; }
  .sidebar-content .widget:not(:first-of-type),
  .sidebar-content .theme-author {
    margin-top: 3.2em; }

.js .sidebar {
  left: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity .3s ease, visibility 0s ease .3s, left 0s ease .3s;
  visibility: hidden;
  width: 90%; }
  @media screen and (min-width: 40em) {
    .js .sidebar {
      width: 70%; } }
  @media screen and (min-width: 60em) {
    .js .sidebar {
      width: 50%; } }
  .js .sidebar .sidebar-button {
    right: 0;
    top: 0;
    z-index: 1001; }

.no-js .sidebar-button {
  display: none; }

.js .sidebar-button {
  background: none;
  border: none;
  color: #27ae60;
  font-size: 2em;
  padding-right: 0.8rem;
  padding-top: 0.8rem;
  position: absolute;
  right: 0;
  top: 0; }

.js .admin-bar .sidebar-button {
  top: 46px; }
  @media screen and (min-width: 768px) {
    .js .admin-bar .sidebar-button {
      top: 32px; } }

.active-sidebar .sidebar {
  left: 10%;
  height: auto;
  opacity: 1;
  overflow: visible;
  transition-delay: 0s;
  visibility: visible;
  z-index: 1000; }
  .active-sidebar .sidebar::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 999; }

.active-sidebar .sidebar-content {
  position: relative;
  z-index: 1000; }

.active-sidebar .sidebar-button.-open {
  display: none; }

@media screen and (min-width: 40em) {
  .active-sidebar .sidebar {
    left: 30%; } }

@media screen and (min-width: 60em) {
  .active-sidebar .sidebar {
    left: 50%; } }
