@charset "UTF-8";
:root {
  --rem: 18px;
  --xs: 400px;
  --sm: 600px;
  --md: 800px;
  --lg: 1000px;
  --xl: 1200px;
  --xxl: 1600px;
}

:root {
  --maroon: #410400;
}

/* Typefaces */
:root {
  --sans: "New Helvetica", san-serif;
  --serif: "Georgia", serif;
  --title: "Didot", serif;
}

@font-face {
  font-family: "trashhand";
  src: url("/wp-content/themes/ellipsis/fonts/TrashHand.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.serif {
  font-family: var(--serif);
}

.sans {
  font-family: var(--sans);
}

a, a:any-link {
  color: #ca0100;
  text-decoration: none;
}

a:active, a:hover {
  color: #626f1a;
}

body {
  font-family: var(--serif);
  font-size: var(--rem);
  color: #141412;
  line-height: 1.5em;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0.6em 0 3px 0;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

h3 {
  font-size: 1.3rem;
  color: #560400;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: normal;
  margin: 0 0 24px;
}

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

dfn {
  font-style: italic;
}

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

p {
  margin-top: 0;
  margin-bottom: 1em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: smaller;
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists */
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}

ul ul,
ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: square;
}

ul li,
ol li {
  margin-bottom: 0.3em;
}

/* Unspaced Lists */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.quote, p.quote,
blockquote.quote,
article blockquote {
  color: #6a610f;
  background-image: url("images/elements/symbols/leftbracket.png");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding-left: 20px;
}

article blockquote {
  color: #6a610f;
  color: var(--dark);
  background: none;
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding-left: 1.5rem;
  position: relative;
}
article blockquote::before {
  content: "“";
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote {
  font-size: 0.95rem;
  line-height: 1.3em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  font-size: 0.8rem;
  padding-top: 0.25rem;
}

.wp-block-pullquote {
  padding: 1.5rem 0;
}
.wp-block-pullquote blockquote {
  background-image: none;
}
.wp-block-pullquote blockquote::before {
  content: "“";
  display: block;
  font-size: 5rem;
  text-align: center;
}
.wp-block-pullquote blockquote cite {
  display: block;
  margin-top: 1rem;
}

.section-film blockquote {
  color: #7b556a;
}

article:not(.x) hr {
  background: url("images/elements/lines/papercrease.png") left bottom no-repeat;
  background-size: 100% auto;
  border-width: 0;
  height: 0;
  margin-left: -6.5%;
  margin-right: -7%;
  padding-bottom: 4%;
}

.single span[id*=more] {
  display: block;
  height: 20px;
  margin: 10px -50px 0px -40px;
  background: url("images/elements/lines/papercrease.png") left bottom no-repeat;
}

.single span[id*=more] + br {
  display: none;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

.tags ul {
  margin: 0;
  padding: 0;
}
.tags ul li {
  display: inline-block;
  list-style: none;
  padding-right: 2ch;
  padding-bottom: 0;
}

.archive article:not(:last-of-type)::after,
.category article:not(:last-of-type)::after,
.home article:not(:last-of-type)::after {
  background-image: url("images/elements/lines/papercrease.png");
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  margin-left: 3.5%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 1rem;
  width: calc(95.58%);
}

/* 5.3 Article Summary
---------------------------------------------------------------------------- */
.summary .article-title {
  line-height: 1.3;
  padding-bottom: 0.1rem;
  font-weight: normal;
}

main article header, main article center, main article footer {
  padding: 0 7% 0 9%;
}
main article header sub {
  bottom: 0;
  display: block;
  font-size: 0.85rem;
  line-height: 1.1;
  opacity: 0.7;
  padding: 0.2rem 0;
  text-transform: uppercase;
}
main article header::after {
  background: transparent url("images/elements/lines/orangelinethin.png") left bottom no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  padding-bottom: 0.5rem;
}
main .archive-title,
main .category-title,
main .page-title,
main .single .article-title {
  background: url("images/elements/lines/redline.png") left bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 2%;
}

.section-film .article-title {
  background: url("images/elements/lines/line-marker-purple-b.png") left bottom no-repeat;
  background-size: 100% auto;
}

.indent {
  padding: 0 50px 0px 40px;
}

.article-header,
.article-content,
.article-summary,
.article-meta {
  margin: 0 auto;
}

article header .article-meta,
article footer .categorized {
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 3px 0px;
  text-transform: uppercase;
}

article header .article-meta a {
  color: black;
}

article.summary p,
.article-summary p,
.category-meta p {
  padding: 0px;
  margin: 0px;
}

.summary-body {
  position: relative;
}

article.summary center {
  text-align: justify;
}
article.summary footer {
  opacity: 0.5;
}
article.summary footer dl {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-right: 10px;
}
article.summary footer dt, article.summary footer dd {
  display: inline-block;
  margin: 0px;
}
article.summary footer dt {
  padding-right: 2px;
}

article.summary footer dl dd ~ dd:before {
  content: ", ";
}

/**
 * 5.3 Article Content
 * ----------------------------------------------------------------------------
 */
.article-full {
  padding-bottom: 1em;
}

.article-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  line-height: 1.6em;
  xxpadding: 0.3em 0;
}

hr {
  background-image: url("images/elements/lines/orangelinethin.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 10px;
  border: 0;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/** !Header
 * ----------------------------------------------------------------------------
 */
.body-header {
  position: relative;
  background: url("images/elements/paper/header.png") right top no-repeat;
  background-size: 100% auto;
  height: 0;
}
.body-header .home-link {
  color: #141412;
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 230px;
  padding: 0 20px;
  text-decoration: none;
  width: 100%;
}

.body-header .site-title:hover {
  text-decoration: underline;
}

.site-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 58px 0 10px;
}

.envelope > header h1,
.envelope > header h2 {
  text-indent: -9000px;
  margin: 0px;
  padding: 0px;
}

.envelope > header h1 a {
  height: 97px;
  display: block;
}

.main-header {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("images/sections/coverheader.jpg");
  background-size: 100% auto;
  height: 0px;
  margin: 0;
  padding-bottom: calc(1/5 * 100%);
}
.main-header a, .main-header div {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 0;
  display: none;
  padding-bottom: calc(1/5 * 100%);
  text-indent: -9000px;
}

/* Form fields, general styles first. */
button,
input,
textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}

input,
textarea {
  color: #141412;
}

input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}

/* Buttons */
button,
input[type=submit],
input[type=button],
input[type=reset] {
  background: #e05d22;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
  /* W3C */
  border: none;
  border-bottom: 3px solid #b93207;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus {
  background: #ed6a31;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
  /* W3C */
  outline: none;
}

button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  background: #d94412;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
  /* W3C */
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}

.post-password-required input[type=submit] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}

.post-password-required input[type=submit]:active {
  padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

.side a[href^="/about"],
.side a[href^="/contact"] {
  display: block;
  text-indent: -9000px;
  height: 0px;
}
.side a[href^="/about"] {
  padding-bottom: 15%;
}
.side a[href^="/contact"] {
  padding-bottom: 12%;
}
.side nav {
  padding-top: 38%;
}
.side nav ul, .side nav li {
  margin: 0;
  padding: 0;
}
.side nav li {
  padding-bottom: 18.75%;
  position: relative;
}
.side nav li a {
  background-repeat: no-repeat;
  background-position: -9000px 0;
  background-size: cover;
  text-indent: -9000px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.side nav a[href^="/papers"] {
  background-image: url("images/sections/papers-navlink.png");
}
.side nav a[href^="/illogic"] {
  background-image: url("images/sections/illogic-navlink.png");
}
.side nav a[href^="/clippings"] {
  background-image: url("images/sections/clippings-navlink.png");
}
.side nav a[href^="/books"] {
  background-image: url("images/sections/books-navlink.png");
}
.side nav a[href^="/quotes"] {
  background-image: url("images/sections/quotes-navlink.png");
}

#sectional a:hover {
  background-position: 0 0;
}

/*sidebar*/
ul#categorical {
  padding: 60px 0 0;
}

ul#pages {
  padding: 40px 0 0;
}

ul#categorical li,
ul#pages li {
  color: #a9000e;
  color: rgba(156, 154, 24, 0.5);
  list-style: none;
  margin: 0;
  padding: 0;
}

#categorical li a,
#pages li a {
  color: #a68901;
  padding: 5px 5px 2px 15px;
}

#categorical li a:hover,
#pages li a:hover {
  color: #f6e129;
}

#categorical ul li.current a,
#pages ul li.current a {
  color: #bea118;
  background-image: url("images/elements/catsback-current.png");
  background-repeat: no-repeat;
  background-position: right 0;
  padding-top: 5px 0px 5px 22px;
  position: relative;
  left: -5px;
}

body {
  background-color: black;
  margin: 0;
  padding: 0;
}

.envelope {
  background: url("images/elements/paper/leftmargin.png") left top no-repeat;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0 4rem 0;
  display: grid;
  grid-template-areas: "header" "main" "side" "footer";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-gap: 0px;
  width: 1400px;
}
@media (min-width: 800px) {
  .envelope {
    grid-template-areas: "header side" "main side" "footer side";
    grid-template-columns: 10fr 4fr;
  }
}

.page {
  margin-bottom: 25px;
  background: left top repeat-y;
  background-size: 100% auto;
}

.body-header {
  grid-area: header;
  padding-bottom: calc(1/5.75 * 100%);
}

main {
  grid-area: main;
}
main ~ aside {
  background-image: url("images/elements/paper/rightcolumn.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  grid-area: side;
  min-height: 1200px;
}
main center.main-center {
  padding-top: 2rem;
  flex-basis: 70%;
  flex-shrink: 1;
  padding-bottom: 25px;
  min-height: 600px;
}
main footer.main-footer {
  background-size: 100% auto;
  padding-bottom: calc(1/5 * 100%);
}

.subfooter, .main-footer {
  height: 147px;
  height: 0;
  background: url("images/elements/paper/subfooter.png") left top no-repeat;
}

.subfooter::before, .main-footer::before {
  content: "";
  background-image: url("images/elements/tape/tapebottom.jpg");
  margin-right: -112px;
  position: relative;
  top: -259px;
  left: 22px;
  width: 32px;
  height: 112px;
  float: left;
  position: absolute;
}

.body-footer {
  background: url("images/elements/paper/footer.png") left bottom no-repeat;
  background-size: 100% auto;
  grid-area: footer;
  height: 0px;
  padding-bottom: calc(1/6.17 * 100%);
}

.multiple .main-header {
  position: relative;
}
.multiple .main-header sup {
  color: rgba(0, 0, 0, 0.35);
  top: 0;
  display: block;
  font-size: 0.75rem;
  line-height: 0.85rem;
  text-transform: uppercase;
}
.multiple .main-header h1 {
  color: rgba(150, 89, 36, 0.75);
  font-size: 2.5rem;
  padding: 0 7% 1rem 9%;
  background-image: none;
  position: absolute;
  bottom: 0;
}
.multiple .main-header sub {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1;
}
.multiple .main-header sub p {
  margin: 0;
}

/* Time Stamps */
article.summary time {
  float: right;
  background-repeat: no-repeat;
  display: block;
  width: 270px;
  height: 51px;
  margin-right: -55px;
  text-align: right;
}
article.summary.quotes time {
  background: url("images/elements/snippets/quotes.png") 50% 2px no-repeat;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 142px;
}
article.summary.papers time {
  color: #a1763d;
  background: url("images/elements/snippets/papers.png") 50% 6px no-repeat;
  margin: 0px -55px -5px 5px;
  padding-top: 19px;
  padding-right: 142px;
}
article.summary.books time {
  background: url("images/elements/snippets/books.png") 0 3px no-repeat;
  margin-top: 2px;
  margin-bottom: -8px;
  padding-top: 23px;
  padding-right: 142px;
}
article.summary.about time {
  background: url("images/elements/snippets/about.png") no-repeat;
  padding-top: 5px;
}
article.summary.film time {
  background: url("images/elements/snippets/film.png") no-repeat;
  background-position: 0 0;
  margin-bottom: -8px;
  padding-top: 5px;
}
article.summary.clippings time {
  background: url("images/elements/snippets/clippings.png") 50% 1px no-repeat;
  padding-top: 12px;
  padding-right: 141px;
}
article.summary.noted .clippingsum time, article.summary.links .noted time {
  background-image: url("images/elements/snippets/noted.png") 0 top;
  padding-top: 5px;
}

.single .article-meta time {
  display: none;
}

section.profile {
  padding: 0 50px 1em 40px;
}

section.profile .website {
  float: right;
  xxtext-align: right;
  width: 100%;
}

section.profile dt {
  display: none;
}

.author-info {
  margin: 0 auto;
  max-width: 604px;
  padding: 30px 0 10px;
  text-align: left;
  /* gallery & video post formats */
  width: 100%;
}

.author.sidebar .author-info {
  max-width: 1040px;
  padding: 30px 376px 10px 60px;
}

.single .author-info {
  padding: 10px 0 0;
}

.author-avatar .avatar {
  float: left;
  margin: 0 30px 30px 0;
}

.single-format-status .author-description {
  color: #f7f5e7;
}

.author-description .author-title {
  clear: none;
  margin: 0 0 8px;
}

.author-link {
  color: #ca3c08;
  margin-left: 2px;
}

.archive.author .articles article {
  padding-top: 15px;
  padding-bottom: 5px;
}
.archive.author .articles article h3 {
  padding-bottom: 0;
}
.archive.author .article-meta dl, .archive.author .article-meta dt, .archive.author .article-meta dd {
  display: inline-block;
}
.archive.author .author-link {
  display: none;
}

.archive.author dt.type {
  display: none;
}

.archive.author dd.type {
  color: black;
  font-weight: bold;
}

.archive.author dd.type:after {
  content: " | ";
  position: relative;
  top: -1px;
}

.archive.author .article-meta {
  padding: 0;
}

.archive.author .article-meta dl {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0 0 0.3em 0;
}

.archive.author .article-meta dl,
.archive.author .article-meta dl a {
  color: #ca7908;
}

.archive.author .article-meta dl a:hover#e88807 {
  color: #626e19;
}

.archive.author .article-meta dl dt {
  font-weight: bold;
}

center.main-center {
  padding-top: 2rem;
  background-image: url("images/elements/paper/papertop.png"), url("images/elements/paper/paperbottom.png"), url("images/elements/paper/paperback.png");
  background-size: 100% auto, 100% auto;
  background-position: left top, left bottom, left top;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

.archive .main-header {
  background-image: url("images/sections/main-header-blank.jpg");
}

.section-clippings .main-header a.clippings {
  display: block;
  background-image: url("images/sections/clippings-header.jpg");
}
.section-clippings center.main-center {
  background-image: url("images/sections/clippings-papertop.png"), url("images/elements/paper/paperbottom.png"), url("images/elements/paper/paperback.png");
}

.section-papers .main-header a.papers {
  display: block;
  background-image: url("images/sections/papers-header.jpg");
}
.section-papers center.main-center {
  background-image: url("images/sections/papers-papertop.png"), url("images/elements/paper/paperbottom.png"), url("images/elements/paper/paperback.png");
}

.section-quotes header.main-header a.quotes {
  display: block;
  background-image: url("images/sections/quotes-header.jpg");
}
.section-quotes center.main-center {
  background-image: url("images/sections/quotes-papertop.png"), url("images/elements/paper/paperbottom.png"), url("images/elements/paper/paperback.png");
}

.section-illogic .main-header a.illogic {
  display: block;
  background-image: url("images/sections/illogic-header.jpg");
}
.section-illogic center.main-center {
  background-image: url("images/sections/illogic-papertop.jpg"), url("images/sections/illogic-paperback.jpg");
  background-repeat: no-repeat, repeat-y;
}
.section-illogic .spacer {
  background-image: url("images/sections/illogic-papertop.jpg");
}

#section-headers section {
  display: none;
}

/* ! Books */
.single-books article ul,
.single-books article ul li {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-books article ul li,
.single-books article ul li li:first-child {
  border-top: 1px #c69200 dotted;
  padding-top: 0.3rem;
}

.single-books article ul > li:first-child {
  border-top: none;
}

.single-books article ul.sectioned li {
  font-weight: bold;
  padding-top: 0.6rem;
  color: #4a0000;
}

.single-books article ul.sectioned li li {
  color: black;
  font-weight: normal;
  padding-top: 0.3rem;
  padding-left: 0.6rem;
}

.section-books hr {
  background-image: url("images/sections/books-papercrease-thin.png");
}

.section-books header.main-header a.books {
  display: block;
  background-image: url("images/sections/books-header.jpg");
}
.section-books center.main-center {
  background-image: url("images/sections/books-papertop.png"), url("images/sections/books-paperbottom.png"), url("images/sections/books-paperback.png");
}
.section-books .noteworthy .section-header {
  background: url("images/books/newandnoteworthy.png") 45px 10px no-repeat;
  padding-top: 85px;
  text-indent: -98002px;
}
.section-books .noteworthy nav {
  padding: 0.5em 50px 0.5em 40px;
}
.section-books .marginalia .section-header {
  background: url("images/books/marginalia.png") left top no-repeat;
  padding-top: 75px;
  margin-top: 20px;
  text-indent: -98002px;
}
.section-books xarticle.summary.books,
.section-books span[id*=more] {
  background: url("images/sections/books-papercrease-thin.png") left bottom no-repeat;
}
.section-books article.summary.books::after {
  background-image: url(images/sections/books-papercrease-thin.png);
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  margin-left: 3.5%;
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 1rem;
  width: calc(95.58%);
}
.section-books main article:not(#x) {
  padding: 0;
}
.section-books main article:not(#x) header::after {
  background: none;
  padding: 0.25rem 0;
}

.post-type-archive-books section article header {
  background: none;
  padding-bottom: 0px;
}

.section-books.archive:not(.paged) article.summary .summary-body,
.section-books.archive:not(.paged) article footer.article-meta,
.section-books.archive:not(.paged) article.books time {
  display: none;
}

.section-books.archive article.summary:first-of-type .summary-body {
  display: block;
}

.section-books.archive article {
  padding-top: 1em;
  padding-bottom: 2em;
}

.section-books.archive.depth-1 section article {
  padding-top: 0px;
  padding-bottom: 18px;
}

[class*=archive-books] section .article-title {
  padding-top: 3px;
}

[class*=archive-books] #booknews {
  margin-top: 20px;
}

[class*=archive-books] main > section > header {
  display: none;
}

[class*=archive-books] main > section#booknews > header {
  display: block;
  padding-left: 40px;
  font-size: 1.5em;
  font-weight: bold;
}

article.books figure {
  float: right;
}

article.books figure img {
  max-width: 100px;
  width: 100px;
  height: auto;
  border: 3px black solid;
  margin: 0px 0px 5px 10px;
}

/* ! Illogic */
[class*=archive-illogic] section {
  margin: 0px 4rem;
}

[class*=archive-illogic] dl dd {
  xborder: 1px pink solid;
}

[class*=archive-illogic] section dl {
  padding: 0px;
  margin: 0px;
}

[class*=archive-illogic] section > dl > dt,
[class*=illogic] .subpages dt {
  font-size: 1.5em;
  font-weight: normal;
  background: url("images/elements/lines/brownlinethin.png") left bottom no-repeat;
  padding-bottom: 7px;
}

[class*=archive-illogic] section a,
[class*=illogic] .subpages dt a {
  color: #754e23;
}

[class*=archive-illogic] section a:hover,
[class*=illogic] .subpages dt a:hover {
  color: #bd0011;
}

[class*=archive-illogic] dl dt {
  font-size: 1em;
}

[class*=archive-illogic] section dl dl,
[class*=archive-illogic] section dl dd {
  padding: 0px;
  margin: 0px;
}

p.illogic-category-description {
  font-size: 0.9em;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  xxfont-style: italic;
  font-weight: bold;
  color: #7c6f68;
}

.archive.section-illogic dl.category {
  margin-bottom: 20px;
}
.archive.section-illogic dl dt.article-title {
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 5px;
  display: inline;
  clear: both;
}
.archive.section-illogic dl dd.article-definition {
  font-size: 0.9em;
  display: inline;
  margin: 0px;
  clear: none;
}

.single-illogic .examples ol {
  padding: 0;
}

.single-illogic .examples li {
  padding: 0.5rem 0 0 0;
}

.section-illogic {
  --dark: #433e37;
}
.section-illogic main nav {
  padding: 0 7% 0 9%;
}
.section-illogic main section {
  padding-top: 2rem;
  position: relative;
}
.section-illogic main section::before {
  background-image: url("images/sections/illogic-crease.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 20px;
  top: 1rem;
  left: -7%;
  right: -7%;
  position: absolute;
}
.section-illogic main section.examples hr {
  margin-left: auto;
  margin-right: auto;
}
.section-illogic main section.examples h2.counter {
  float: left;
}
.section-illogic .tags {
  display: none;
}
.section-illogic blockquote {
  font-size: 1em;
  color: #433e37;
}
.section-illogic cite {
  text-transform: none;
}
.section-illogic h1, .section-illogic h2 {
  font-family: "trashhand";
  font-size: 2.5rem;
  font-weight: normal;
}
.section-illogic h2 {
  color: rgba(0, 0, 0, 0.5);
}
.section-illogic h3 {
  color: var(--dark);
}
.section-illogic hr:not(.x) {
  background-image: url("images/sections/illogic-line-1.png");
  border-color: transparent;
  width: 100%;
  margin: 0.5rem 0;
  padding: 0 0 1% 0;
}

.section-film .main-header a.quotes {
  display: block;
  background-image: url("images/sections/film-header.jpg");
}
.section-film center.main-center {
  background-image: url("images/sections/film-papertop.jpg"), url("images/sections/film-paperback.jpg");
  background-repeat: no-repeat, repeat-y;
}
.section-film span[id*=more],
.section-film .crease, .multiple .section-film article:not(#x)::after {
  background-image: url("images/sections/film-crease.png");
  background-position: -1px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.section-film article header h2 a:any-link:not(:hover) {
  color: #744a7b;
}
.section-film article header::after {
  background: url("images/elements/lines/line-marker-gray-thin.png") left bottom no-repeat;
  background-size: 100% auto;
  height: 0;
}
.section-film article span[id*=more],
.section-film article .crease {
  margin: -20px -7% -25px -5%;
}
.section-film .crease {
  background: url("images/sections/film-crease.png") -1px center no-repeat;
  margin: -20px -50px -25px -40px;
  height: 100px;
}
.section-film .page > footer #subfooter {
  display: none;
}
.section-film .page > footer {
  background: url("images/sections/film-footer.jpg") left bottom no-repeat;
  height: 396px;
}

center {
  text-align: left;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
  background-color: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.site-main {
  position: relative;
}

.site-main .sidebar-container {
  height: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
}

.site-main .sidebar-inner {
  margin: 0 auto;
}

/**
 * 5.1 Article Header
 * ----------------------------------------------------------------------------
 */
article section header {
  font-size: 1.5em;
}

body[class*=illogic] article section header {
  color: #b88b5b;
}

/**
 * 5.2 Article Meta
 * ----------------------------------------------------------------------------
 */
.article-meta a:hover {
  color: #bc360a;
}

.article-meta > span {
  margin-right: 20px;
}

.article-meta > span:last-child {
  margin-right: 0;
}

.featured-post:before {
  content: "";
  margin-right: 2px;
}

.entry-meta .date a:before {
  content: "";
}

.comments-link a:before {
  content: "";
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.entry-meta .author a:before {
  content: "";
  position: relative;
  top: -1px;
}

.categories-links a:first-child:before {
  content: "";
}

.tags-links a:first-child:before {
  content: "";
  position: relative;
  top: -1px;
}

.edit-link a:before {
  content: "";
  position: relative;
  top: -1px;
}

/* Page links */
.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}

.navigation .nav-previous {
  float: left;
}

.navigation .nav-next {
  float: right;
}

/* ## Archives */
.section-books hr {
  background-image: url("images/sections/books-papercrease-thin.png");
}

main > header {
  margin: 0px 50px 0px 40px;
}

.goto {
  xfloat: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

dl.categorized {
  margin: 0px;
  padding: 15px 0px;
}

.categorized dt,
.categorized dd {
  display: inline-block;
  margin: 0px;
}

.categorized dd ~ dd:before {
  content: ", ";
}

.archive-meta {
  padding-right: 316px;
}

/* Category */
ul.subcategories,
ul.subcategories ul {
  padding: 0;
  margin: 0;
}

ul.subcategories li {
  list-style: none;
}

ul.subcategories li {
  display: inline-block;
  padding-right: 0.3rem;
}

ul.subcategories li a {
  color: #ca8922;
}

ul.subcategories li a:hover {
  color: #c52d1a;
}

ul.flush, ul.flush ul, ol.flush {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
}

ul.flush li {
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
}

ul.flush ul li {
  font-size: 0.9em;
  text-transform: none;
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px dotted #e0ac02;
}

ul.lined, ol.lined {
  background-image: url("/themes/default/images/elements/lines/orangelinesuperthin.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

ol.lined {
  text-indent: 0;
}

ol.lined li {
  font-size: 13px;
  background-image: url("/themes/default/images/elements/lines/orangelinesuperthin.png");
  background-repeat: no-repeat;
  text-align: justify;
  text-indent: -20px;
  list-style-position: inside;
  margin: 0;
  padding: 7px 5px 7px 20px;
}

ul.lined li {
  background-image: url("/themes/default/images/elements/lines/linedlist.png");
  background-repeat: no-repeat;
  background-position: 0 top;
  text-align: justify;
  margin: 0 0 0;
  padding: 7px 5px 7px 20px;
}

ul.lined a {
  color: #a14b00;
}

ul.notes li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted black;
}

.single-books article ul,
.single-books article ul li {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-books article ul li,
.single-books article ul li li:first-child {
  border-top: 1px #c69200 dotted;
  padding-top: 0.3rem;
}

.single-books article ul > li:first-child {
  border-top: none;
}

.single-books article ul.sectioned li {
  font-weight: bold;
  padding-top: 0.6rem;
  color: #4a0000;
}

.single-books article ul.sectioned li li {
  color: black;
  font-weight: normal;
  padding-top: 0.3rem;
  padding-left: 0.6rem;
}

/* ! Article Footer */
/* Authored */
dl.authored {
  font-size: 0.8em;
}

dl.authored .by,
dl.authored .more-by {
  text-transform: uppercase;
}

dl.authored dt,
dl.authored dd {
  display: inline-block;
}

/* ! Related */
.crp_related h3 {
  display: none;
}

dl.related dt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

dl.related {
  padding: 0 50px 1em 40px;
}

dl.related dd {
  font-size: 0.9em;
  border-top: 1px #d39611 dotted;
  padding: 0.3em 0;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-content {
  margin: 0 auto;
  max-width: 604px;
  padding: 40px 0;
  width: 100%;
  max-width: 1040px;
  padding: 40px 376px 40px 60px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
x.error404 .page-title:before {
  color: #e8e5ce;
  content: "";
  font-size: 964px;
  line-height: 0.6;
  overflow: hidden;
  position: absolute;
  left: 7px;
  top: 28px;
}

x.error404 .page-wrapper {
  background-color: #e8e5ce;
}

x.error404 .page-header,
x.error404 .page-content {
  margin: 0 auto;
  max-width: 1040px;
  padding-bottom: 40px;
  width: 100%;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes expand-textarea {
  0% {
    height: 2em;
  }
  100% {
    height: 20em;
  }
}
#comments textarea {
  height: 2em;
}

#comments textarea:focus {
  height: 20em;
  -webkit-animation: expand-textarea 0.3s ease-out;
}

#comments textarea ~ small {
  display: none;
}

#comments textarea:focus ~ small {
  display: block;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment-list .children {
  margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
}

.comment-author {
  float: left;
  max-width: 74px;
}

.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.bypostauthor > .comment-body .fn:before {
  content: "";
  vertical-align: text-top;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
  width: 79%;
  width: -webkit-calc(100% - 124px);
  width: calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #ea9629;
}

.comment-metadata {
  margin-bottom: 20px;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "";
  margin-right: 3px;
}

/* Comment form */
.comment-reply-title {
  xxfont: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  content: "";
  vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}

.comment-form [for=author],
.comment-form [for=email],
.comment-form [for=url],
.comment-form [for=comment] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #ed331c;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}

/** 6.0 Sidebar ---------------------------------------------------------------------------- */
/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 24px;
  padding: 20px;
  word-wrap: break-word;
}

.widget .widget-title {
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 10px;
}

.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget li {
  padding: 5px 0;
}

.widget .children li:last-child {
  padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
  margin-left: 20px;
}

.widget a {
  color: #bc360a;
}

.widget a:hover {
  color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
  display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
  color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}

.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}

.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center;
}

.widget_calendar a {
  display: block;
}

.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}

/* ## Page Footer */
/* Pager */
.paging {
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}
.paging a, .paging span {
  color: #df0c10;
  background-color: rgba(123, 0, 0, 0.8);
  padding: 8px 11px;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #7b0003 #9e0c01 #9e0c01 #7b0003;
  border-radius: 5px;
  line-height: 3em;
}

.paging a:hover,
.paging span.current {
  color: #7b0000;
  color: #df0c10;
  background-color: #faf1e6;
}

.paging a.nextpage,
.paging a.lastpage,
.paging a.prevpage {
  background-color: #eead01;
  border-width: 1px;
  border-color: #9b0000 #ff2c30 #ff2c30 #9b0000;
}

.paging .currentpage {
  color: #e6d100;
  background-color: #9e0c01;
  padding: 5px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #640000 #ff2c30 #ff2c30 #640000;
}

.paging span.dots {
  background: transparent;
  color: rgba(123, 0, 0, 0.8);
}

.currentsort {
  padding-right: 3px;
  padding-left: 3px;
  border: solid 1px black;
}

#prevnext {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 35px;
}

#prevnext a.prevlink:hover, #prevnext a.prevnext:hover {
  color: #f5dec4;
}

a.prevlink {
  color: #fff;
  display: block;
  width: 250px;
  float: left;
}

a.nextlink {
  color: #fff;
  text-align: right;
  display: block;
  width: 250px;
  float: right;
}

#sidepager {
  margin-right: 15px;
  width: 20px;
  float: right;
}

#sidepager a {
  color: #fbd303;
  background-color: #ca0100;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 10px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
  #wrap {
    width: 100%;
    min-width: 0px;
    overflow: hidden;
  }

  #page {
    width: auto;
    margin: 0px;
    padding: 0px;
    margin-left: -25px;
  }

  #wrap > header {
    margin-left: -25px;
  }

  main {
    position: left;
  }

  #wrap > aside {
    width: 100%;
  }

  #categorical li {
    font-size: 2em;
    line-height: 1.3em;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text: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;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

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