@charset "UTF-8";
/*!
Theme Name: BLARB_zkg
Theme URI: http://underscores.me/
Author: Zachary Korol-Gold
Author URI: http://thisismy.website/
Description: Theme for the Los Angeles Review of Books Blog
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blarb_zkg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BLARB_zkg is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-weight: 400;
}

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

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, 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-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: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

figcaption {
  font-size: 0.75em;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.content-area {
  float: left;
  margin: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  width: 100%;
  max-width: 52em;
}

.single .content-area {
  max-width: 40em;
}

.site-main {
  margin: 0;
}

.site-content {
  margin-top: 6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-content .widget-area {
  display: none;
}

.site-footer {
  clear: both;
  width: 100%;
  font-size: 0.75em;
  display: flex;
  margin-top: 4em;
  justify-content: center;
  padding-bottom: 3em;
}

.site-info {
  align-text: center;
}

#infinite-footer {
  display: none;
}

.site-advertisement a {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 15em;
  display: none;
}
.site-advertisement a.left {
  right: 1em;
}
.site-advertisement a.right {
  left: 1em;
}
@media screen and (min-width: 86em) {
  .site-advertisement a {
    display: block;
  }
}

@media screen and (min-width: 74em) {
  .single .site-advertisement a {
    display: block;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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 https://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. */
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.post-categories a {
  text-decoration: none;
}
.post-categories a:hover {
  color: black;
}
.post-categories li::before {
  content: ">>";
  font-face: "Lato", "Helvetica", sans-serif;
  letter-spacing: -0.2em;
  padding-right: 0.5em;
  padding-left: 0.1em;
}
.post-categories li:hover::before {
  color: black;
}
.post-categories li {
  display: inline-block;
  padding-right: 0.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #9b3434;
  text-decoration: none;
}
a:visited {
  color: dark-gray;
}
a:hover, a:focus, a:active {
  color: black;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.larb-link .site-bookmark:before {
  background-color: #9b3434;
  height: 1.5em;
  width: 100%;
  display: block;
  content: ' ';
  position: absolute;
}
.larb-link img {
  top: 0;
  transition: transform 0.3s ease;
  z-index: 1;
}
.larb-link:hover img {
  transform: translateY(1em);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (max-width: 40.7em) {
  .no-scroll {
    overflow: hidden;
  }
}

.button-container {
  order: 1;
  height: 2.1em;
  width: 2.5em;
  display: block;
  cursor: pointer;
  z-index: 100;
  position: fixed;
  right: 1em;
  top: 1em;
  transition: opacity 0.3s;
}
.button-container:hover {
  opacity: 0.7;
}
.button-container span {
  display: block;
  background: #9b3434;
  height: 0.1em;
  width: 2.5em;
  position: absolute;
  transition: transform 0.3s;
  cursor: pointer;
}
.button-container .top {
  top: 0;
}
.button-container .middle {
  top: 1em;
}
.button-container .bottom {
  top: 2em;
}
.button-container.active .top {
  transform: translateY(1em) translateX(0) rotate(45deg);
  background: white;
}
.button-container.active .middle {
  opacity: 0;
  background: white;
}
.button-container.active .bottom {
  transform: translateY(-1em) translateX(0) rotate(-45deg);
  background: white;
}

@media not screen and (min-width: 40.7em) {
  .overlay-menu {
    display: flex;
    flex-direction: column;
    padding-top: 1em;
  }

  .search-form {
    order: 0;
    padding-left: 1em;
    padding-top: 1em;
  }
  .search-form input.search-field {
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    border-radius: 0;
    font-size: 1em;
    font-weight: 300;
    max-width: 75%;
  }
  .search-form input.search-field::placeholder {
    color: white;
  }
  .search-form input.search-field::-webkit-input-placeholder,
  .search-form input.search-field:-moz-placeholder,
  .search-form input.search-field::-moz-placeholder,
  .search-form input.search-field:-ms-input-placeholder,
  .search-form input.search-field::-ms-input-placeholder {
    color: white;
  }
  .search-form .search-submit {
    position: relative;
    height: 2.5em;
    width: 2.5em;
    background-image: url("img/search-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    color: transparent;
  }

  .menu-menu-container,
  .menu-blarb-sections-container {
    order: 1;
  }
}
@media screen and (min-width: 40.7em) {
  .menu-menu-container.hidden,
  .menu-blarb-sections-container.hidden {
    visibility: hidden;
  }

  .overlay-menu {
    display: flex;
  }

  .search-form .search-submit {
    height: 1.25em;
    width: auto;
    position: relative;
    top: 0.25em;
    background-image: url("img/search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    color: transparent;
    height: 1.5em;
    width: 1.5em;
  }

  .search-form:not(.open) .search-field {
    display: none;
  }

  .search-form.open {
    position: absolute;
    top: -0.3em;
    width: 25em;
    left: 0;
  }
  .search-form.open .search-field {
    width: 21.9em;
    background: transparent;
    border: none;
    border-bottom: 2px solid #9b3434;
    border-radius: 0;
  }
  .search-form.open .search-submit {
    background-image: url("img/x.svg");
    top: 0.3em;
  }
  .search-form.open .search-field:focus {
    outline: 0;
  }
}
@media not screen and (min-width: 40.7em) {
  .overlay {
    z-index: 50;
    background: #9b3434;
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    position: fixed;
    font-size: 1.5em;
    display: flex;
    overflow: hidden;
  }
  .overlay.open {
    visibility: visible;
    height: 100%;
    opacity: 1.0;
    overflow: scroll;
  }
  .overlay.open a {
    opacity: 1.0;
  }
  .overlay nav {
    position: relative;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0em;
    margin-left: 1em;
  }
  .overlay ul:not(.sub-menu) {
    margin-top: 1em;
  }
  .overlay ul li a {
    color: white;
    font-weight: 300;
    opacity: 0;
    text-decoration: none;
  }

  #primary-menu .menu-item > a::after {
    color: white;
  }
  #primary-menu .menu-item > a:hover {
    opacity: 0.8;
  }
  #primary-menu .menu-item > a.open::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #primary-menu .sub-menu {
    display: none;
  }
}
#primary-menu .menu-item > a::after {
  display: inline-block;
  content: "→";
  font-weight: 100;
  transition: transform 0.3s ease;
  margin-left: 0.1em;
  position: relative;
  top: 0.1em;
}
#primary-menu .menu-item-has-children .menu-item:not(.menu-item-has-children) > a::after {
  content: none;
}

@media screen and (min-width: 40.7em) {
  .overlay {
    margin-left: 16em;
    margin-top: -1.2em;
  }

  .button-container {
    display: none;
  }

  .overlay {
    position: relative;
  }

  #primary-menu > li {
    margin-right: 1em;
  }

  #primary-menu {
    display: flex;
    justify-content: space-evenly;
  }
  #primary-menu a {
    text-decoration: none;
  }
  #primary-menu a:hover {
    color: black;
  }
  #primary-menu ul {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    padding: 1em;
    margin: 0;
  }
  #primary-menu ul ul {
    z-index: 1;
    margin-left: 1.5em;
  }
  #primary-menu ul.sub-menu {
    position: absolute;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  }
  #primary-menu .menu-item > a {
    color: #9b3434;
    font-weight: 400;
  }
  #primary-menu .menu-item > a::after {
    color: #9b3434;
  }
  #primary-menu .menu-item > a:hover {
    text-decoration: none;
  }
  #primary-menu .menu-item:hover > ul.sub-menu {
    visibility: visible;
    transition-delay: 0s;
    opacity: 1;
  }
  #primary-menu .menu-item:hover.menu-item-has-children > a::after {
    transform: rotate(90deg);
  }
  #primary-menu li:not(.menu-item-has-children) a:hover {
    color: black;
  }
  #primary-menu li:not(.menu-item-has-children) a:hover::after {
    color: black;
  }

  .overlay li {
    white-space: nowrap;
  }
}
.site-header {
  display: flex;
  align-items: left;
  flex-direction: column;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(245, 245, 245, 0.95);
  z-index: 999;
  box-shadow: bottom 1px;
  padding-bottom: 0.5em;
}

.site-header.show::after {
  height: 4px;
  background: linear-gradient(rgba(0, 0, 0, 0.05), transparent);
  border-top: 0.5px solid rgba(220, 220, 220, 0.8);
  width: 100%;
  position: absolute;
  bottom: -4px;
  z-index: -1;
}

.site-branding {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  align-items: left;
  margin-left: 5em;
  flex-wrap: no-wrap;
}
@media not screen and (min-width: 40.7em) {
  .site-branding {
    flex-direction: column;
  }
}

.site-title {
  margin: 0;
  margin-right: 1em;
  line-height: 1em;
  width: 10em;
  order: 2;
}
.site-title a {
  display: block;
}

.site-description {
  font-size: 0.9em;
}
@media screen and (min-width: 33em) {
  .site-description {
    font-size: 1.2em;
  }
}

h1.site-title {
  font-size: 1em;
}

.site-description {
  order: 3;
  margin: 0;
}

.site-bookmark {
  position: fixed;
  float: left;
  width: 3em;
  top: 0;
  left: 0;
  margin-left: 1em;
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.entry-cat {
  order: 1;
  text-transform: uppercase;
  color: #9b3434;
}

article.singular .entry-image {
  height: 30em;
}

article.singular > *:not(.entry-image) {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

article.singular {
  display: flex;
  flex-direction: column;
}
article.singular .entry-image {
  margin-top: 2em;
  order: 0;
  display: flex;
  background-color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media not screen and (min-width: 23em) {
  article.singular .entry-image {
    height: 12em;
  }
}
article.singular .entry-image img {
  display: block;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}
article.singular .entry-header {
  margin-top: 3em;
  order: 1;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
}
article.singular .entry-header .entry-title {
  order: 2;
  margin: 0;
}
article.singular .entry-header .entry-cat {
  order: 1;
}
article.singular .entry-header .entry-cat a {
  font-size: 0.75em;
}
article.singular .entry-header .entry-meta {
  order: 3;
  padding-top: 0.25em;
}
article.singular .entry-header .entry-meta .posted-on {
  padding-top: 0.25em;
}
article.singular .entry-content {
  order: 2;
}
article.singular .posted-on {
  display: block;
}
article.singular .posted-on a {
  color: #9b3434;
  font-weight: 500;
}

article.multiple {
  height: 10em;
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 0em 1em 1em 1em;
  -webkit-box-shadow: 0px 0px 7px 1px transparent;
  -moz-box-shadow: 0px 0px 7px 1px transparent;
  box-shadow: 0px 0px 7px 1px transparent;
  transition: -webkit-box-shadow 0.5s ease;
  transition: -moz-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
article.multiple .entry-header {
  display: flex;
  flex-direction: column;
}
article.multiple .entry-header .entry-cat {
  font-size: 0.8em;
  order: 0;
}
article.multiple .entry-header .entry-cat li, article.multiple .entry-header .entry-cat ul {
  line-height: 1;
}
article.multiple .entry-header .entry-cat li:before {
  font-size: 1.2em;
}
article.multiple .entry-header .entry-title {
  margin: 0;
  order: 1;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2;
}
article.multiple .entry-header .entry-meta {
  order: 3;
  font-size: 0.9em;
  line-height: 1.5;
}
article.multiple .entry-header .entry-meta .byline:after {
  content: "  //  ";
}
article.multiple .entry-content {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.25;
}
@media not screen and (min-width: 40.7em) {
  article.multiple .entry-content {
    display: none;
  }
}
article.multiple p {
  margin: 0;
}
article.multiple .entry-image {
  position: absolute;
  width: 15em;
  display: flex;
  background-color: #9b3434;
  order: 1;
}
article.multiple .entry-image img {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
article.multiple .entry-list-content {
  margin-left: 15em;
  padding-left: 2em;
  order: 2;
  height: 100%;
}
article.multiple a:not(.entry-multiple-link) {
  position: relative;
  z-index: 2;
}
article.multiple .entry-multiple-link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
article.multiple:hover {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 23em) {
  article.multiple {
    flex-direction: column !important;
    height: auto !important;
    align-items: center;
  }
  article.multiple .entry-image {
    position: inherit !important;
    display: block;
    width: 100% !important;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
  }

  .entry-list-content {
    position: inherit !important;
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media not screen and (min-width: 33em) {
  article.multiple {
    padding: 0.25em;
    overflow: hidden;
    height: 6.5em;
    font-size: 0.8em;
  }
  article.multiple .entry-image {
    width: 9em;
    height: 92%;
  }
  article.multiple .entry-list-content {
    margin-left: 9em;
    padding-left: 1em;
  }
  article.multiple .entry-title {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 33em) {
  article.multiple {
    padding: 0.5em;
  }
  article.multiple .entry-image {
    height: 90%;
  }
}
.posts-divider {
  position: relative;
  overflow: hidden;
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.posts-divider:before {
  content: "// ";
}
.posts-divider:after {
  margin-left: 0.25em;
  content: " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";
  position: absolute;
}

.content-area {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  padding: 1.5em;
  padding-top: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  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;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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