@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "XCharter";
  src: url("../fonts/xcharter/xcharter-roman-webfont.woff2") format("woff2"), url("../fonts/xcharter/xcharter-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "XCharter";
  src: url("../fonts/xcharter/xcharter-italic-webfont.woff2") format("woff2"), url("../fonts/xcharter/xcharter-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "XCharter";
  src: url("../fonts/xcharter/xcharter-bold-webfont.woff2") format("woff2"), url("../fonts/xcharter/xcharter-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "XCharter";
  src: url("../fonts/xcharter/xcharter-bolditalic-webfont.woff2") format("woff2"), url("../fonts/xcharter/xcharter-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir/avenir-roman-webfont.woff2") format("woff2"), url("../fonts/avenir/avenir-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.home .wp-block-image:first-child img, .single .featured-image img,
.page .featured-image img {
  min-height: 21rem;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 112.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #191919;
  font-family: XCharter, serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0.0125em;
  line-height: 1.125;
  margin-bottom: 0.5em;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  font-size: 0.833rem;
  font-family: Avenir, sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

h1 {
  font-size: 2.074rem;
}
@media screen and (min-width: 46rem) {
  h1 {
    font-size: 2.488rem;
  }
}

h2 {
  font-size: 1.728rem;
}
h2.heading-alt {
  font-family: Avenir, sans-serif;
  font-size: 0.833rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 46rem) {
  h2 {
    font-size: 2.074rem;
  }
}

h3 {
  font-size: 1.44rem;
}
@media screen and (min-width: 46rem) {
  h3 {
    font-size: 1.728rem;
  }
}

h4 {
  font-size: 1.2rem;
  font-family: Avenir, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 46rem) {
  h4 {
    font-size: 1.44rem;
  }
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
  font-family: Avenir, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 46rem) {
  p {
    font-size: 1.2rem;
  }
}

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

cite {
  display: block;
  margin-top: 0.5em;
}

blockquote,
.wp-blockquote {
  border-left: 5px solid #c8c8c8;
  margin: 2rem 0;
  padding-left: 1rem;
}
blockquote p,
.wp-blockquote p {
  margin-bottom: 0;
}
blockquote.is-style-large p,
.wp-blockquote.is-style-large p {
  font-size: 1.728rem;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #e5e5e5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 1.728rem;
}
@media screen and (min-width: 46rem) {
  .has-huge-font-size,
.has-larger-font-size {
    font-size: 2.074rem;
  }
}

big,
.has-large-font-size {
  font-size: 1.44rem;
}
@media screen and (min-width: 46rem) {
  big,
.has-large-font-size {
    font-size: 2.074rem;
  }
}

.has-medium-font-size {
  font-size: 1.44rem;
}

small,
.has-small-font-size {
  font-size: 0.833rem;
}

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

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

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

.meta {
  color: #525252;
  font-family: Avenir, sans-serif;
  font-size: 0.833rem;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

::selection {
  background-color: #f9f3b3;
}

.wp-block-group.is-style-memo {
  background-color: #ffffff;
  box-shadow: 0 0.25rem 1rem rgba(229, 229, 229, 0.8);
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 2rem;
}

/* Elements
--------------------------------------------- */
/*--------------------------------------------------------------
## Icon Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Icon Font
--------------------------------------------------------------*/
@font-face {
  font-family: "lifetheme-icons";
  src: url("../icons/lifetheme-icons.woff2?vv7r73") format("woff2"), url("../icons/lifetheme-icons.ttf?vv7r73") format("truetype"), url("../icons/lifetheme-icons.woff?vv7r73") format("woff"), url("../icons/lifetheme-icons.svg?vv7r73#lifetheme-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
.menu-icon > a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lifetheme-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.menu-icon > a:before {
  margin-right: 0.5em;
  vertical-align: -0.05em;
}

.icon-arrow-right,
.menu-icon.arrow-right > a {
  display: inline-block;
}
.icon-arrow-right:before,
.menu-icon.arrow-right > a:before {
  content: "▷";
}

.icon-arrow-down:before,
.menu-icon.arrow-down > a:before {
  content: "⬇";
}

.icon-arrow-left:before,
.menu-icon.arrow-left > a:before {
  content: "⬅";
}

.icon-arrow-up:before,
.menu-icon.arrow-up > a:before {
  content: "⬈";
}

.icon-arrow-down-double:before,
.menu-icon.arrow-down-double > a:before {
  content: "⤓";
}

.icon-arrow-left-double:before,
.menu-icon.arrow-left-double > a:before {
  content: "⤆";
}

.icon-arrow-right-double:before,
.menu-icon.arrow-right-double > a:before {
  content: "⤇";
}

.icon-arrow-up-double:before,
.menu-icon.arrow-up-double > a:before {
  content: "⤊";
}

.icon-bookmark:before,
.menu-icon.bookmark > a:before {
  content: "✻";
}

.icon-camera:before,
.menu-icon.camera > a:before {
  content: "⚭";
}

.icon-clock:before,
.menu-icon.clock > a:before {
  content: "⏲";
}

.icon-heart:before,
.menu-icon.heart > a:before {
  content: "♡";
}

.icon-home:before,
.menu-icon.home > a:before {
  content: "⌂";
}

.icon-person:before,
.menu-icon.person > a:before {
  content: "⍤";
}

.icon-project:before,
.menu-icon.project > a:before {
  content: "⌘";
}

.icon-circle:before,
.menu-icon.circle > a:before {
  content: "◯";
}

.icon-exit:before,
.menu-icon.exit > a:before {
  content: "➔";
}

.icon-info:before,
.menu-icon.info > a:before {
  content: "☊";
}

.icon-moon:before,
.menu-icon.moon > a:before {
  content: "🌙";
}

.icon-music:before,
.menu-icon.music > a:before {
  content: "♬";
}

.icon-rss:before,
.menu-icon.rss > a:before {
  content: "✦";
}

.icon-search:before,
.menu-icon.search > a:before {
  content: "🔎";
}

.icon-star:before,
.menu-icon.star > a:before {
  content: "✩";
}

.icon-sun:before,
.menu-icon.sun > a:before {
  content: "🌞";
}

.icon-talk:before,
.menu-icon.talk > a:before {
  content: "☏";
}

.icon-triangle:before,
.menu-icon.triangle > a:before {
  content: "▴";
}

.icon-globe:before,
.menu-icon.globe > a:before {
  content: "🌑";
}

.icon-new-window:before,
.menu-icon.new-window > a:before {
  content: "◱";
}

.icon-circle-arrow-up:before,
.menu-icon.circle-arrow-up > a:before {
  content: "▲";
}

/*--------------------------------------------------------------
## Arrow Hovers
--------------------------------------------------------------*/
a .icon-arrow {
  display: inline-block;
  transition: all 0.125s;
}

a:hover .icon-arrow-up, a:hover .icon-arrow-up-double,
a:focus .icon-arrow-up,
a:focus .icon-arrow-up-double {
  transform: translateY(-0.25rem);
}
a:hover .icon-arrow-right, a:hover .icon-arrow-right-double,
a:focus .icon-arrow-right,
a:focus .icon-arrow-right-double {
  transform: translateX(0.25rem);
}
a:hover .icon-arrow-down, a:hover .icon-arrow-down-double,
a:focus .icon-arrow-down,
a:focus .icon-arrow-down-double {
  transform: translateY(0.25rem);
}
a:hover .icon-arrow-left, a:hover .icon-arrow-left-double,
a:focus .icon-arrow-left,
a:focus .icon-arrow-left-double {
  transform: translateX(-0.25rem);
}

.site {
  background: #f7f7f7;
}

hr {
  background-color: #c8c8c8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding-left: 1.125rem;
}
@media screen and (min-width: 46rem) {
  .entry-content ul,
.entry-content ol {
    font-size: 1.2rem;
  }
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

.entry-content li {
  margin-bottom: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

.wp-block-embed__wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.dark {
  filter: invert(1) hue-rotate(180deg);
}
.dark .site-header,
.dark .card {
  background-color: #e5e5e5;
}
.dark ::selection {
  background-color: #aaaaaa;
}
.dark .site-footer,
.dark .main-nav-container,
.dark .toggled .menu-toggle,
.dark img,
.dark iframe,
.dark video {
  filter: invert(1) hue-rotate(180deg);
}
.dark .toggle-mode .icon-sun {
  background: transparent;
  color: #0d0d0d;
}
.dark .toggle-mode .icon-moon {
  background: #191919;
  color: #ffffff;
}

@media (prefers-color-scheme: dark) {
  html:not(.light) {
    filter: invert(1) hue-rotate(180deg);
  }
  html:not(.light) .site-header,
html:not(.light) .card {
    background-color: #e5e5e5;
  }
  html:not(.light) ::selection {
    background-color: #aaaaaa;
  }
  html:not(.light) .site-footer,
html:not(.light) .main-nav-container,
html:not(.light) .toggled .menu-toggle,
html:not(.light) img,
html:not(.light) iframe,
html:not(.light) video {
    filter: invert(1) hue-rotate(180deg);
  }
  html:not(.light) .toggle-mode .icon-sun {
    background: transparent;
    color: #0d0d0d;
  }
  html:not(.light) .toggle-mode .icon-moon {
    background: #191919;
    color: #ffffff;
  }
}
body,
.site-footer,
.main-nav-container,
.toggled .menu-toggle,
img,
iframe,
video {
  transition: filter 0.125s;
}

body,
.site-footer,
.main-nav-container {
  will-change: filter;
}

/* Links
--------------------------------------------- */
a {
  color: #191919;
  text-decoration-color: #e5e5e5;
  text-decoration-thickness: 0.125em;
  text-underline-offset: 0.285em;
  transition: all 0.125s;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  text-decoration-color: #191919;
  outline: 0;
}
.entry-content a {
  font-weight: bold;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #f7f7f7;
  border: 2px solid;
  border-color: #e5e5e5;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.6em 1em;
  transition: all 0.125s;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  box-shadow: 3px 3px 3px rgba(25, 25, 25, 0.25), -3px -3px 3px #ffffff;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}

.icon-button {
  background: none;
  border: 0;
  font-weight: normal;
}
.icon-button:hover {
  box-shadow: none;
}

.wp-block-button__link {
  background: #f7f7f7;
  border: 2px solid;
  border-color: #e5e5e5;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.6em 1em;
}
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  box-shadow: 3px 3px 3px rgba(25, 25, 25, 0.25), -3px -3px 3px #ffffff;
}
.wp-block-button__link:hover {
  border-color: transparent;
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

input,
textarea {
  font-family: Avenir, sans-serif;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
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: 0;
  border-radius: 0.25rem;
  box-shadow: inset 0px 1px 4px rgba(170, 170, 170, 0.8);
  color: #666;
  max-width: 100%;
  padding: 0.5rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]: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 {
  box-shadow: inset 0px 1px 4px rgba(170, 170, 170, 0.8);
}

textarea {
  width: 100%;
}

label {
  font-family: Avenir, sans-serif;
  font-size: 0.833rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
label + input {
  display: block;
}
.comment-form-cookies-consent label {
  letter-spacing: 0;
  text-transform: none;
}

input[type=search],
.wp-block-search__input {
  border: 1px solid #e5e5e5;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  min-width: 3em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Containers / Wrapping
--------------------------------------------------------------*/
.site-header .wrap,
.site-main {
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-main {
  padding-bottom: 4rem;
}
@media screen and (min-width: 64rem) {
  .site-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
}

@media screen and (min-width: 64rem) {
  .entry-header,
.entry-content,
.entry-footer,
.comments-area,
.latest-content,
.secondary-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
  }
}

.wrap,
.site-info {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 64rem) {
  .wrap,
.site-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
}

.full-width {
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}
.full-width img {
  width: 100%;
}
@media screen and (min-width: 46rem) and (max-width: 87.9rem) {
  .full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
@media screen and (min-width: 88rem) {
  .full-width {
    margin-left: -19rem;
    margin-right: -19rem;
    max-width: 80rem;
    text-align: center;
  }
}

html {
  overflow-x: hidden;
}

#wpadminbar {
  transform: translateY(-100%);
}

/*--------------------------------------------------------------
## Body Copy
--------------------------------------------------------------*/
.entry-content .more-link {
  display: block;
}

/*--------------------------------------------------------------
## Grids
--------------------------------------------------------------*/
.grid-container {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 30rem) {
  .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 46rem) {
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.post-type-archive-life_character .grid-container,
.post-type-archive-life_favorite .grid-container {
  display: grid;
  grid-gap: 0.25rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "big1 big1 reg2 reg4" "big1 big1 reg3 reg5" "big6 big6 reg7 reg9" "big6 big6 reg8 reg10" "reg11 big13 big13 reg14" "reg12 big13 big13 reg15" "big16 big16 reg17 reg19" "big16 big16 reg18 reg20" "big21 big21 reg22 reg24" "big21 big21 reg23 reg25" "reg26 big28 big28 reg29" "reg27 big28 big28 reg30";
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(1),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(1) {
  grid-area: big1;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(2),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(2) {
  grid-area: reg2;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(3),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(3) {
  grid-area: reg3;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(4),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(4) {
  grid-area: reg4;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(5),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(5) {
  grid-area: reg5;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(6),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(6) {
  grid-area: big6;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(7),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(7) {
  grid-area: reg7;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(8),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(8) {
  grid-area: reg8;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(9),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(9) {
  grid-area: reg9;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(10),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(10) {
  grid-area: reg10;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(11),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(11) {
  grid-area: reg11;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(12),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(12) {
  grid-area: reg12;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(13),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(13) {
  grid-area: big13;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(14),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(14) {
  grid-area: reg14;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(15),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(15) {
  grid-area: reg15;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(16),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(16) {
  grid-area: big16;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(17),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(17) {
  grid-area: reg17;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(18),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(18) {
  grid-area: reg18;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(19),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(19) {
  grid-area: reg19;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(20),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(20) {
  grid-area: reg20;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(21),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(21) {
  grid-area: big21;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(22),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(22) {
  grid-area: reg22;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(23),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(23) {
  grid-area: reg23;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(24),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(24) {
  grid-area: reg24;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(25),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(25) {
  grid-area: reg25;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(26),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(26) {
  grid-area: reg26;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(27),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(27) {
  grid-area: reg27;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(28),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(28) {
  grid-area: big28;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(29),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(29) {
  grid-area: reg29;
}
.post-type-archive-life_character .grid-container .thumbnail:nth-child(30),
.post-type-archive-life_favorite .grid-container .thumbnail:nth-child(30) {
  grid-area: reg30;
}
@media screen and (min-width: 46rem) {
  .post-type-archive-life_character .grid-container,
.post-type-archive-life_favorite .grid-container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "big1 big1 reg2 reg4 big6 big6" "big1 big1 reg3 reg5 big6 big6" "reg7 reg9 reg11 big13 big13 reg14" "reg8 reg10 reg12 big13 big13 reg15" "big16 big16 reg17 reg19 big21 big21" "big16 big16 reg18 reg20 big21 big21" "reg22 reg24 reg26 big28 big28 reg29" "reg23 reg25 reg27 big28 big28 reg30";
  }
}

.latest-content {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 46rem) {
  .latest-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.site-header {
  background: #ffffff;
  font-family: Avenir, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 9;
}
.site-header .wrap {
  align-items: center;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 46rem) {
  .site-header .wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.site-header a {
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-title,
.breadcrumb {
  font-size: 0.833rem;
  letter-spacing: 0.1em;
  margin: 0 1.25rem 0 0;
}

.site-description {
  font-size: 0.694rem;
  letter-spacing: 0.1em;
  margin: 0 1.25rem 0 0;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #6c6c6c;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #191919;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.site-header .search-form {
  position: relative;
}
.site-header .search-form .icon-button {
  padding: 0 0.25rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
}
.site-header .search-form .icon-search {
  font-weight: bold;
}
.site-header .search-field {
  background: #f0f0f0;
  border-color: #f0f0f0;
  border-radius: 1rem;
  font-size: 0.833rem;
  line-height: 1;
  padding: 0.375rem 1.5rem 0.375rem 1rem;
  transition: all 0.125s;
  width: 100%;
}
.site-header .search-field:focus {
  outline: none;
}
.site-header .search-field:focus-visible {
  border-color: #191919;
}

/*--------------------------------------------------------------
## Main Nav (Drawer)
--------------------------------------------------------------*/
.main-navigation {
  margin-left: auto;
}
.main-navigation .menu {
  list-style: none;
  margin-bottom: 3rem;
  padding-left: 0;
}
.main-navigation .menu-item {
  font-size: 0.833rem;
}
.main-navigation a {
  color: #f7f7f7;
  display: block;
  padding: 0.75rem 2rem;
  text-decoration: none;
}
.main-navigation a:hover, .main-navigation a:focus {
  background: #0d0d0d;
}
.main-navigation .menu-item a::before {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: -0.25em;
  width: 1.5rem;
}
.main-navigation .search-form {
  margin: 1rem 4rem 2rem 2rem;
}
@media screen and (min-width: 64rem) {
  .main-navigation .search-form {
    display: none;
  }
}
.main-navigation .search-field {
  background: #ffffff;
}
.main-navigation.toggled {
  z-index: 9;
}
.main-navigation .sub-menu {
  margin-left: 0;
  padding-left: 0;
}
.main-navigation .sub-menu a {
  color: #aaaaaa;
  padding-left: 4rem;
}
@media screen and (min-width: 64rem) {
  .main-navigation {
    margin-left: 1rem;
  }
}

.site-header .wrap {
  position: relative;
}

.main-nav-container {
  background: rgba(25, 25, 25, 0.94);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  max-height: 100vh;
  min-width: 16rem;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease-out;
  width: 100%;
}
.toggled .main-nav-container {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 30rem) {
  .main-nav-container {
    width: 20rem;
  }
}
@media screen and (min-width: 64rem) {
  .main-nav-container {
    padding-top: 3rem;
  }
}

/*--------------------------------------------------------------
## Menu Toggle
--------------------------------------------------------------*/
.menu-toggle {
  background: transparent;
  box-shadow: 0;
  display: block;
  float: right;
  height: 3rem;
  margin-right: -0.75rem;
  position: relative;
  width: 3rem;
  z-index: 9;
}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  background: transparent;
  box-shadow: none;
}

.menu-toggle .icon {
  background: #191919;
  display: block;
  height: 0.1125rem;
  position: absolute;
  top: 1.375rem;
  transition: background 0s 0.15s;
  left: 0.75rem;
  right: 0.75rem;
}
.menu-toggle .icon::before, .menu-toggle .icon::after {
  background-color: #191919;
  content: "";
  display: block;
  height: 0.1125rem;
  left: 0;
  position: absolute;
  transition-duration: 0.15s, 0.15s;
  transition-delay: 0.15s, 0s;
  width: 100%;
}
.menu-toggle .icon::before {
  top: -0.45rem;
  transition-property: top, transform;
}
.menu-toggle .icon::after {
  bottom: -0.45rem;
  transition-property: bottom, transform;
}
.toggled .menu-toggle .icon {
  background: none;
}
.toggled .menu-toggle .icon::before {
  top: 0;
  transform: rotate(45deg);
}
.toggled .menu-toggle .icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.toggled .menu-toggle .icon::before, .toggled .menu-toggle .icon::after {
  background-color: #f7f7f7;
  transition-delay: 0s, 0.15s;
}
@media screen and (min-width: 64rem) {
  .menu-toggle .icon {
    height: 0.1125rem;
  }
  .menu-toggle .icon::before, .menu-toggle .icon::after {
    height: 0.1125rem;
  }
}

/*--------------------------------------------------------------
## Desktop Nav
--------------------------------------------------------------*/
.desktop-navigation {
  display: none;
  border-left: 1px solid #c8c8c8;
  padding-left: 1rem;
}
.desktop-navigation .menu {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.desktop-navigation .menu-item {
  margin-right: 1.25rem;
}
.desktop-navigation a {
  color: #525252;
  display: block;
  text-decoration: none;
  font-size: 0.833rem;
}
.desktop-navigation a:hover,
.desktop-navigation a:focus,
.desktop-navigation .current_page_item > a,
.desktop-navigation .current-menu-item > a,
.desktop-navigation .current_page_ancestor > a,
.desktop-navigation .current-menu-ancestor > a, .tag .desktop-navigation .menu-item-type-post_type a, .date .desktop-navigation .menu-item-type-post_type a, .tax-life_favorite_type .desktop-navigation .menu-item-object-life_favorite a, .tax-life_bookmark_type .desktop-navigation .menu-item-object-life_bookmark a, .tax-life_collection .desktop-navigation .menu-item-object-life_project a {
  color: #191919;
}
@media screen and (min-width: 46rem) {
  .desktop-navigation {
    display: block;
  }
}

.desktop-search {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 64rem) {
  .desktop-search {
    display: block;
  }
}

.site-footer {
  background: #191919;
  color: #aaaaaa;
  font-family: Avenir, sans-serif;
  font-size: 0.833rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.site-footer a {
  color: #e5e5e5;
  text-decoration-color: transparent;
}
.site-footer .menu-item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus {
  text-decoration-color: #525252;
}
.site-footer .menu-item.rss a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lifetheme-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "✦";
  margin-left: 0.5em;
  vertical-align: -0.05em;
}
@media screen and (min-width: 46rem) {
  .site-footer .wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .menu-item {
    margin-bottom: 0;
  }
}

.footer-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-info {
  margin-top: 2rem;
}
.site-info a {
  color: #aaaaaa;
  text-decoration-color: rgba(170, 170, 170, 0.25);
}
.site-info a:hover, .site-info a:focus {
  text-decoration-color: rgba(170, 170, 170, 0.75);
}

.site-footer .buttons {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 46rem) {
  .site-footer .buttons {
    margin-top: 0;
  }
}

.toggle-mode {
  background: #525252;
  border: 0;
  border-radius: 2em;
  color: #f7f7f7;
  display: inline-flex;
  margin-right: 1rem;
  padding: 0.175em 0.25em;
}
.toggle-mode:hover, .toggle-mode:focus {
  box-shadow: none;
}
.toggle-mode .icon-sun,
.toggle-mode .icon-moon {
  align-items: center;
  border-radius: 1rem;
  display: flex;
  height: 1.25em;
  justify-content: center;
  padding: 0.05em 0 0.025em;
  width: 1.25em;
}
.toggle-mode .icon-sun {
  background: #191919;
  margin-right: 0.125rem;
}
.toggle-mode .icon-moon {
  color: #0d0d0d;
}

/*--------------------------------------------------------------
## Page Header Title & Description
--------------------------------------------------------------*/
.page-header {
  padding-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64rem) {
  .page-header {
    padding-top: 4rem;
  }
  .page-header .page-title,
.page-header p {
    margin-top: 0;
  }
  .page-header .page-title {
    margin-right: 2rem;
  }
  .page-header .widget_text {
    align-items: baseline;
    display: flex;
  }
  .page-header .textwidget {
    flex: 1;
  }
}

/*--------------------------------------------------------------
## Taxonomy Term Links Nav
--------------------------------------------------------------*/
.page-header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-header .menu-item {
  display: inline-block;
}
.page-header .menu-item a {
  background: #f7f7f7;
  border: 2px solid;
  border-color: #e5e5e5;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.694rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.55em 1em 0.375em;
  text-transform: uppercase;
}
.page-header .menu-item a:hover, .page-header .menu-item a:active, .page-header .menu-item a:focus {
  box-shadow: 3px 3px 3px rgba(25, 25, 25, 0.25), -3px -3px 3px #ffffff;
}
.page-header .menu-item a:hover {
  border-color: transparent;
}
.page-header .menu .current-menu-item a {
  background: #ffffff;
  border-color: transparent;
}
@media screen and (max-width: 87.9rem) {
  .page-header .menu {
    display: flex;
    margin-right: -1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}

.comment-navigation,
.post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.post-navigation .nav-links {
  flex-direction: row-reverse;
}

.nav-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.nav-links > * {
  flex: 1;
}

.pagination {
  margin: 0 0 1.5em;
}
.pagination-numbers {
  display: none;
}
@media screen and (min-width: 46rem) {
  .pagination-numbers {
    display: flex;
    justify-content: center;
  }
}

.page-numbers {
  background: #f7f7f7;
  border: 2px solid;
  border-color: #e5e5e5;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.694rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.55em 1em 0.375em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.page-numbers:hover, .page-numbers:active, .page-numbers:focus {
  box-shadow: 3px 3px 3px rgba(25, 25, 25, 0.25), -3px -3px 3px #ffffff;
}
.page-numbers:hover {
  border-color: transparent;
}
.page-numbers.current {
  background: #ffffff;
  border-color: transparent;
}

.nav-previous, .nav-next {
  align-content: center;
  display: flex;
}
.nav-previous {
  justify-content: end;
}
.nav-previous a {
  margin-left: auto;
}

.nav-title {
  border-bottom: 2px solid transparent;
  font-family: Avenir, sans-serif;
  margin: 0 0.5rem;
  padding-top: 0.25em;
  transition: all 0.125s;
}
a .nav-title:hover, a .nav-title:focus {
  border-color: #aaaaaa;
}
@media screen and (max-width: 45.9rem) {
  .nav-title {
    font-size: 0.694rem;
  }
}

.nav-previous a,
.nav-next a,
.return-link a,
.archive-link a {
  align-items: center;
  display: inline-flex;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-previous,
.nav-next,
.return-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.nav-previous a,
.nav-next a,
.return-link a {
  font-size: 0.833rem;
}
.nav-previous .icon-arrow,
.nav-next .icon-arrow,
.return-link .icon-arrow {
  font-size: 1.25rem;
}

.post-navigation + .return-link {
  border-top: 1px solid #c8c8c8;
}

.archive-link {
  font-size: 0.694rem;
  margin-top: 1rem;
}

/*--------------------------------------------------------------
## Taxonomy Term Links
--------------------------------------------------------------*/
.tags-links a {
  background: #f7f7f7;
  border: 2px solid;
  border-color: #e5e5e5;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.694rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.55em 1em 0.375em;
  text-transform: uppercase;
}
.tags-links a:hover, .tags-links a:active, .tags-links a:focus {
  box-shadow: 3px 3px 3px rgba(25, 25, 25, 0.25), -3px -3px 3px #ffffff;
}
.tags-links a:hover {
  border-color: transparent;
}

/* Content
--------------------------------------------- */
/*--------------------------------------------------------------
## Entry Header
--------------------------------------------------------------*/
.single .featured-image,
.page .featured-image {
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}
.single .featured-image img,
.page .featured-image img {
  width: 100%;
}
@media screen and (min-width: 46rem) and (max-width: 87.9rem) {
  .single .featured-image,
.page .featured-image {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
@media screen and (min-width: 88rem) {
  .single .featured-image,
.page .featured-image {
    margin-left: -10rem;
    margin-right: -10rem;
    max-width: 80rem;
    text-align: center;
  }
}
.single .entry-header,
.page .entry-header {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 64rem) {
  .single .entry-header,
.page .entry-header {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64rem) {
  .entry-content {
    display: block;
  }
}

.note-sticky {
  background: #fbf7cb;
  box-shadow: 0 0.25rem 1rem #e5e5e5;
  font-family: Avenir, sans-serif;
  margin-left: auto;
  margin-right: auto;
  order: 1;
  padding: 1rem 1.5rem;
  text-align: left;
  width: 14rem;
}
.note-sticky p {
  font-size: 1rem;
}
@media screen and (min-width: 64rem) {
  .note-sticky {
    float: right;
    order: 0;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

/*--------------------------------------------------------------
## Entry Footer
--------------------------------------------------------------*/
.entry-footer {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
.entry-footer .tags-links {
  margin-bottom: 2rem;
}

.song-link {
  font-family: Avenir, sans-serif;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.song-link .icon-music {
  margin-left: 0.25em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.song-link .label {
  font-size: 0.694rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.song-link .content {
  font-size: 0.833rem;
  font-style: italic;
}

.related-posts {
  margin-top: 3rem;
}
.related-posts .heading-alt {
  text-align: center;
}
.related-posts .thumbnail {
  border-radius: 50%;
  height: 4rem;
  margin: 0.5rem;
  overflow: hidden;
  width: 4rem;
}
.related-posts .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.related-posts .grid-container {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.home .wp-block-image:first-child {
  margin-top: 0;
}

.latest-content {
  border-top: 1px solid #c8c8c8;
  margin-top: 2rem;
  padding-top: 2rem;
}

.home .site-main {
  padding-bottom: 0;
}

.secondary-content {
  margin-top: 3rem;
}
.secondary-content .widget {
  margin-bottom: 0;
}
.secondary-content p {
  margin-bottom: 1em;
}
.secondary-content .widget_media_image {
  margin-right: -1rem;
  overflow: hidden;
}
.secondary-content .image {
  display: block;
  margin-left: auto;
  margin-right: -5rem;
}
@media screen and (min-width: 46rem) {
  .secondary-content {
    display: flex;
    flex-direction: row-reverse;
  }
  .secondary-content .widget_text {
    flex: 1;
  }
  .secondary-content .widget_media_image {
    margin-right: 0;
  }
  .secondary-content .image {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
.blog .post {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 3rem;
}
.blog .entry-title a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Miscellaneous
--------------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

.card:nth-of-type(12n + 0) img,
.thumbnail:nth-of-type(12n + 0) img {
  background-color: #9E23A5;
}
.card:nth-of-type(12n + 1) img,
.thumbnail:nth-of-type(12n + 1) img {
  background-color: #AF2F5B;
}
.card:nth-of-type(12n + 2) img,
.thumbnail:nth-of-type(12n + 2) img {
  background-color: #C23F23;
}
.card:nth-of-type(12n + 3) img,
.thumbnail:nth-of-type(12n + 3) img {
  background-color: #D65F27;
}
.card:nth-of-type(12n + 4) img,
.thumbnail:nth-of-type(12n + 4) img {
  background-color: #EE8A32;
}
.card:nth-of-type(12n + 5) img,
.thumbnail:nth-of-type(12n + 5) img {
  background-color: #E4B83E;
}
.card:nth-of-type(12n + 6) img,
.thumbnail:nth-of-type(12n + 6) img {
  background-color: #B7B83A;
}
.card:nth-of-type(12n + 7) img,
.thumbnail:nth-of-type(12n + 7) img {
  background-color: #A0B438;
}
.card:nth-of-type(12n + 8) img,
.thumbnail:nth-of-type(12n + 8) img {
  background-color: #6FAC33;
}
.card:nth-of-type(12n + 9) img,
.thumbnail:nth-of-type(12n + 9) img {
  background-color: #4DA698;
}
.card:nth-of-type(12n + 10) img,
.thumbnail:nth-of-type(12n + 10) img {
  background-color: #3E87AD;
}
.card:nth-of-type(12n + 11) img,
.thumbnail:nth-of-type(12n + 11) img {
  background-color: #265ACC;
}
.card:nth-of-type(12n + 12) img,
.thumbnail:nth-of-type(12n + 12) img {
  background-color: #413ACC;
}

.card {
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1rem rgba(229, 229, 229, 0.3);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.card .text {
  padding: 1rem;
}
.card h3 {
  font-size: 1.2rem;
  margin: 0;
}
.card .excerpt {
  color: #191919;
  font-family: Avenir, sans-serif;
  font-size: 0.833rem;
  margin-top: 1em;
}
.card .excerpt p {
  font-size: 0.833rem;
  margin-bottom: 0;
}
.card .meta {
  font-size: 0.694rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-type-archive-life_bookmark .card .meta {
  padding-right: 1.25rem;
}
.card .icon-exit {
  color: #aaaaaa;
  font-size: 0.75em;
  padding-bottom: 0.225em;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.card:hover, .card:focus {
  box-shadow: 0 0.25rem 1rem #e5e5e5;
  transform: scale(1.04);
}

.thumbnail {
  border-radius: 0.25rem;
  display: -webkit-flex;
  overflow: hidden;
}
.thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.thumbnail:hover, .thumbnail:focus {
  transform: scale(1.06);
  z-index: 1;
}

/* Comments
--------------------------------------------- */
.comments-title {
  font-family: Avenir, sans-serif;
  font-size: 1.44rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}

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

.comment {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.comment-author .says {
  display: none;
}
.comment-content {
  font-family: Avenir, sans-serif;
}
.comment-content p {
  font-size: 0.833rem;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-metadata {
  font-family: Avenir, sans-serif;
  font-size: 0.694rem;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
  text-transform: uppercase;
}
.comment-metadata a {
  text-decoration: none;
}
.comment-awaiting-moderation {
  display: block;
  font-size: 0.833rem;
  font-style: normal;
  font-weight: bold;
  margin: 0.5rem 0;
}

.bypostauthor {
  display: block;
}

.comment-reply-title {
  font-size: 1.2rem;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 2rem;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single .wp-block-image.size-full,
.page .wp-block-image.size-full {
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}
.single .wp-block-image.size-full img,
.page .wp-block-image.size-full img {
  width: 100%;
}
@media screen and (min-width: 46rem) and (max-width: 87.9rem) {
  .single .wp-block-image.size-full,
.page .wp-block-image.size-full {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
@media screen and (min-width: 88rem) {
  .single .wp-block-image.size-full,
.page .wp-block-image.size-full {
    margin-left: -19rem;
    margin-right: -19rem;
    max-width: 80rem;
    text-align: center;
  }
}

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

/* Captions
--------------------------------------------- */
figcaption {
  color: #525252;
  font-family: Avenir, sans-serif;
  font-size: 0.833rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/*--------------------------------------------------------------
# Gallery Block
--------------------------------------------------------------*/
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
  display: flex;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* WooCommerce
--------------------------------------------- */
.woocommerce span.onsale {
  font-family: Avenir, sans-serif;
  font-size: 0.694rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 8;
}
.woocommerce a.button {
  background: #f7f7f7;
  border: 2px solid;
  border-color: #e5e5e5;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: Avenir, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-weight: bold;
  transition: all 0.125s;
}
.woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus {
  box-shadow: 3px 3px 3px rgba(25, 25, 25, 0.25), -3px -3px 3px #ffffff;
}
.woocommerce a.button:hover {
  border-color: transparent;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background-color: #525252;
  font-weight: bold;
}
.woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
  background-color: #191919;
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.woocommerce .tabs > li > a {
  font-family: Avenir, sans-serif;
  font-size: 0.833rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #e5e5e5;
  border-radius: 0.25rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.aligncenter {
  text-align: center;
}

@media screen and (min-width: 30rem) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
