/*!
 Theme Name: Sam Kean
 Theme URI: http://underscores.me/
 Author: Hachette Book Group
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: sam-kean
 Tags:
 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.
 Sam Kean is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-image: repeating-linear-gradient(90deg, #f8f4eb, #f8f4eb 10%, #dfdfdf 10%, #dfdfdf 10.05%, #fff 10.05%, #fff 90%, #dfdfdf 90%, #dfdfdf 90.05%, #f8f4eb 90.05%, #f8f4eb 100%);
}
body {
  margin: 0;
}
@media screen and (min-width: 800px) {
  body.home {
    background: url(http://samkean.com/wp-content/uploads/2019/05/bb_logo_bg.png) no-repeat 50% 18em;
    background-size: 45%;
  }
}
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 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 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, textarea {
  color: #404040;
  font-family: "EB garamond", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.font-display {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
}
.font-center {
  text-align: center;
}
p {
  margin-bottom: 1.8em;
  margin-top: 2em;
}
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%;
}
/*--------------------------------------------------------------
 # 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  margin: 0px 0px;
  overflow-x: hidden;
}
body p {
  font-size: 18px;
  line-height: 1.8;
  margin: 2.2em 0;
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, q:before, blockquote:after, q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
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;
}
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%;
}
.site-title {
  margin: 1.4em 1.2em 1.4em 1.6em;
}
.site-branding img {
  display: block;
  margin: auto;
  width: 500px;
  max-width: 100%;
}
.site-header::after {
  content: " ";
  width: 70%;
  margin: 1em auto;
  height: 2px;
  background-image: linear-gradient(0deg, white, whitesmoke);
}
.site-main {
  margin-top: 2.5em;
}
.site-footer {
  text-align: center;
  position: relative;
  z-index: -1;
}
.site-footer .ss-icon {
  font-size: 2em;
}
.footer-bg {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 75%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer-bg {
    top: -25%;
  }
}
@media screen and (min-width: 1440px) {
  .footer-bg {
    top: -135%;
  }
}
@media screen and (min-width: 2000px) {
  .footer-bg {
    top: -225%;
  }
}
@media screen and (min-width: 2560px) {
  .footer-bg {
    top: -290%;
  }
}
.ss-icon.facebook {
  color: #4c66a4;
}
.ss-icon.twitter {
  color: #55acee;
}
.content-area {
  display: block;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1024px;
}
.content-area.with-quote-box {
  top: -100px;
  position: relative;
}
.cover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
#quote-box, .ribbon-header {
  text-align: center;
  border-top: 25px solid #d9874a;
  border-bottom: 25px solid #d9874a;
  border-image: url("img/quote-border.png") 51 repeat;
  background-color: rgba(255, 170, 51, .5);
  color: black;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 8em;
}
#quote-box a, .ribbon-header a, #quote-box .ribbon-link, .ribbon-header .ribbon-link {
  color: #411643;
  text-shadow: none;
  font-family: "bourbonregular", serif;
  font-size: 2em;
  display: block;
  margin-bottom: 1em;
}
#testimonial_rotator_wrap_16 {
  background: #f8f4eb;
  border-radius: 20px;
  border: 3px solid #dfdfdf;
  color: #404040;
  box-shadow: 30px -30px #d9874a;
  flex: 0 0 70%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #testimonial_rotator_wrap_16 {
    margin: 0 auto;
    flex: 0 0 90%;
  }
}
#testimonial_rotator_wrap_16.with-prevnext {
  padding: 10px 25px;
}
.testimonial_rotator_slide {
  text-align: center;
  max-width: 1024px;
}
.testimonial_rotator_quote {
  font-size: 1.2em;
}
@media screen and (min-width: 37.5em) {
  .testimonial_rotator_quote {
    font-size: 2em;
  }
}
.testimonial_rotator.template-default .testimonial_rotator_author_info {
  border-left: 0px;
  font-family: "oswald", sans-serif;
  font-size: 1.2em;
  font-style: normal;
}
@media screen and (min-width: 37.5em) {
  .testimonial_rotator.template-default .testimonial_rotator_author_info {
    font-size: 2em;
  }
}
.testimonial_rotator.template-default .testimonial_rotator_author_info p {
  padding: 0px;
  margin: 0px;
}
.ribbon-content {
  position: relative;
}
.extras-header {
  font-family: "bourbonregular", serif;
  font-size: 1.5em;
  text-align: center;
  margin: 15px 0px;
  width: 100%;
}
.extras-header a, .extras-header .extras-link {
  color: #d9874a;
  transition: color 0.5s;
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
}
.extras-header a:hover, .extras-header .extras-link:hover {
  color: #feba5b;
}
.extras-header h1 {
  margin: 0em;
}
.extras-content {
  position: relative;
}
.fun-fact {
  position: relative;
  margin: 6em 0 7em;
  background-size: 170px 170px;
}
@media screen and (max-width: 800px) {
  .fun-fact {
    margin: 2em 0;
  }
}
.fun-fact-title {
  padding-bottom: 2.4em;
}
.fun-fact-title h1 {
  margin: 0.25em;
}
.fun-fact-title h2.font-display {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.6em;
}
.fun-fact-title img {
  position: relative;
  width: 50%;
  min-width: 230px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .fun-fact-title img {
    width: 90%;
  }
}
.fun-fact-content {
  display: flex;
  flex-direction: row;
}
.fun-fact-content img {
  height: 14em;
  flex: 0 0 20%;
}
@media (max-width: 800px) {
  .fun-fact-content img {
    display: none;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mc-embedded-subscribe-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: capitalize;
  margin: 0 auto;
  width: 70%;
  height: auto;
  max-width: 700;
  border-radius: 2.2em;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border: 10px solid white;
  margin-bottom: 10em;
}
@media screen and (max-width: 1000px) {
  #mc-embedded-subscribe-form {
    flex-direction: column;
    width: 80%;
    height: 12em;
    max-width: 450px;
  }
}
@media screen and (max-width: 600px) {
  #mc-embedded-subscribe-form {
    height: 15.6em;
  }
}
#mc-embedded-subscribe-form input {
  border: none;
  text-transform: uppercase;
  padding: 1.25em 2em;
  font-family: oswald;
}
@media screen and (max-width: 1000px) {
  #mc-embedded-subscribe-form input {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #mc-embedded-subscribe-form input.required.email {
    border-radius: 0;
    border-bottom: 1px solid whitesmoke;
    border-right: none;
  }
}
#mc-embedded-subscribe-form .validate {
  width: 80%;
  max-width: 300px;
}
#mc-embedded-subscribe-form .mce-submit {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1001px) {
  #mc-embedded-subscribe-form .mce-submit {
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  #mc-embedded-subscribe-form .mce-submit {
    margin: 0 auto;
    width: 100%;
  }
}
#mc-embedded-subscribe-form .mce-submit input {
  border-radius: 2em;
}
@media screen and (max-width: 1000px) {
  #mc-embedded-subscribe-form .mce-submit input {
    margin: 0 auto;
    width: 100%;
    border-radius: 0 0 2em 2em;
  }
}
input#mc-embedded-subscribe {
  margin-left: auto;
}
.mc_embed_signup {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 37.5em) {
  .mc_embed_signup {
    flex-direction: row;
  }
}
.mc_embed_signup:first-of-type {
  border-right: 1px solid whitesmoke;
}
@media screen and (max-width: 800px) {
  .mc_embed_signup:first-of-type {
    border-right: none;
  }
}
.mc-field-group {
  display: flex;
  padding: 0;
}
.mc-field-group input.legal {
  width: 8.4em;
}
.mc-field-group input.mc-sub_btn {
  width: 2em;
  border-radius: 1em;
}
.mc-field-group label {
  display: none;
}
.mc-field-group .mce-input {
  border: 1px solid #404040;
}
.mc-field-group .mce-input::placeholder {
  opacity: 0.35;
}
.mc-field-group .mce-input:focus::placeholder {
  opacity: 0.85;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #d9874a;
  border-radius: 5px;
  background: #d9874a;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 1em;
  transition: 0.5s;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #feba5b;
  background: #feba5b;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #feba5b;
  background: #feba5b;
}
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 #404040;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 1em;
}
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;
}
@media screen and (max-width: 1000px) {
  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 {
    width: 100%;
  }
}
select {
  border: 1px solid #404040;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #d9874a;
}
a:visited {
  color: #feba5b;
}
a:hover, a:focus, a:active {
  color: #feba5b;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation, .book-navigation, .book-content-navigation {
  clear: both;
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .main-navigation, .book-navigation, .book-content-navigation {
    float: none;
  }
}
.main-navigation ul, .book-navigation ul, .book-content-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  max-width: 108em;
}
.main-navigation ul ul, .book-navigation ul ul, .book-content-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul, .book-navigation ul ul ul, .book-content-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .book-navigation ul ul li:hover > ul, .book-content-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul, .book-navigation ul ul li.focus > ul, .book-content-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a, .book-navigation ul ul a, .book-content-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .book-navigation ul li:hover > ul, .book-content-navigation ul li:hover > ul, .main-navigation ul li.focus > ul, .book-navigation ul li.focus > ul, .book-content-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul li, .book-navigation ul li, .book-content-navigation ul li {
  font-family: "oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
@media screen and (min-width: 37.5em) {
  .main-navigation ul li, .book-navigation ul li, .book-content-navigation ul li {
    font-size: 38px;
    display: inline-block;
  }
}
.main-navigation ul li:after, .book-navigation ul li:after, .book-content-navigation ul li:after {
  content: '. ';
  color: transparent;
}
.main-navigation ul li a, .book-navigation ul li a, .book-content-navigation ul li a {
  text-decoration: none;
}
.main-navigation ul li:first-child, .book-navigation ul li:first-child, .book-content-navigation ul li:first-child {
  padding-left: 0px;
}
.main-navigation ul li:last-child, .book-navigation ul li:last-child, .book-content-navigation ul li:last-child {
  background: none;
  padding-right: 0px;
}
.main-navigation li, .book-navigation li, .book-content-navigation li {
  float: none;
  position: relative;
}
.main-navigation .current_page_item > a, .book-navigation .current_page_item > a, .book-content-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .book-navigation .current-menu-item > a, .book-content-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .book-navigation .current_page_ancestor > a, .book-content-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a, .book-navigation .current-menu-ancestor > a, .book-content-navigation .current-menu-ancestor > a {
  border-bottom: 3px solid #feba5b;
}
.main-navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.main-navigation ul li:nth-child(1)::before, .main-navigation ul li:nth-child(5)::after {
  content: url("http://samkean.com/wp-content/uploads/2019/04/atom.png");
  margin: 0 0.2em;
}
@media screen and (min-width: 600px) {
  .main-navigation ul li:nth-child(5)::after {
    content: url("http://samkean.com/wp-content/uploads/2019/04/atom.png");
    margin: 0 0.2em;
  }
}
.book-navigation, .book-content-navigation {
  position: relative;
  z-index: 10000;
}
.book-navigation ul li, .book-content-navigation ul li {
  font-size: 24px;
}
@media screen and (min-width: 37.5em) {
  .book-navigation ul li, .book-content-navigation ul li {
    font-size: 20px;
    background: url("http://samkean.com/wp-content/uploads/2019/04/atom.png") no-repeat right;
    background-size: 18px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 28px;
  }
  .book-navigation ul li:last-child, .book-content-navigation ul li:last-child {
    background: none;
    padding-right: 0;
  }
}
.book-navigation ul li a, .book-content-navigation ul li a {
  color: #feba5b;
  cursor: pointer;
  transition: color 0.5s, border-bottom 0.5s;
  border-bottom: 3px solid transparent;
}
.book-navigation ul li a:target, .book-content-navigation ul li a:target, .book-navigation ul li a:hover, .book-content-navigation ul li a:hover, .book-navigation ul li a:focus, .book-content-navigation ul li a:focus {
  color: #feba5b;
  outline: none;
}
.book-navigation ul li a:target, .book-content-navigation ul li a:target, .book-navigation ul li a:active, .book-content-navigation ul li a:active, .book-navigation ul li a:focus, .book-content-navigation ul li a:focus {
  border-bottom: 3px solid #feba5b;
}
@media screen and (min-width: 37.5em) {
  .book-navigation ul li:nth-child(2), .book-navigation ul li:nth-child(3), .book-navigation ul li:last-child {
    background: none;
    background-size: 18px;
  }
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#colophon {
  position: relative;
  z-index: 1000;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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: #d9874a;
  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;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-content a, .entry-content a, .entry-summary a {
  color: #d9874a;
  transition: color 0.5s;
}
.page-content a:visited, .entry-content a:visited, .entry-summary a:visited, .page-content a:active, .entry-content a:active, .entry-summary a:active, .page-content a:hover, .entry-content a:hover, .entry-summary a:hover {
  color: #001659;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.book {
  display: flex;
  flex-flow: row wrap;
}
.book-content {
  background-color: #fff;
  background-size: cover;
  border-radius: 20px;
  padding: 2em;
  margin-top: 2em;
  border: none;
}
@media screen and (min-width: 37.5em) {
  .book-content {
    flex: 2;
  }
}
.book-content-hidden {
  display: none;
}
.book-content-visible {
  display: block;
  clear: both;
  position: relative;
  z-index: 10000;
}
.book-content a {
  color: #d9874a;
  transition: color 0.5s;
}
.book-content a:visited, .book-content a:active, .book-content a:hover {
  color: #feba5b;
}
.book-cover {
  margin: 2%;
}
@media screen and (min-width: 37.5em) {
  .book-cover {
    flex: 1;
  }
}
.book-description {
  flex: 2;
  margin: 2%;
}
.homepage-content-image {
  margin: 1.5em;
  margin-bottom: 0em;
}
@media screen and (min-width: 37.5em) {
  .homepage-content-image {
    float: left;
    max-width: 45%;
  }
}
@media screen and (min-width: 37.5em) {
  .homepage-content-text {
    margin-top: 0em;
  }
}
.homepage-content-text h1 {
  margin-bottom: 0.2em;
  margin-top: 0.4em;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 450px) {
  .homepage-content-text h1 {
    font-size: 2.4em;
  }
}
.homepage-content-text h2 {
  font-variant: small-caps;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  margin-left: 1.4em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  letter-spacing: 0.15px;
}
.homepage-content-text span {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0;
}
.homepage-content-text span.small {
  font-size: 0.4em;
  float: left;
  margin-top: 0.6em;
  margin-right: 0.2em;
  text-decoration-line: underline;
  text-decoration-color: #ccc;
}
.homepage-content-text span.dropcap {
  font-weight: lighter;
  font-size: 6.2em;
  line-height: 0.5em;
  padding-top: 0.16em;
  padding-right: 4px;
  padding-left: 3px;
  float: left;
}
.homepage-content-text img.featured-right {
  float: right;
  width: 45%;
}
@media screen and (max-width: 800px) {
  .homepage-content-text img.featured-right {
    float: none;
    width: 90%;
  }
}
#table-of-contents {
  margin-top: 2em;
  text-align: center;
}
#table-of-contents ul {
  margin-left: 0em;
  padding-left: 0em;
}
#table-of-contents ul li {
  font-size: 2em;
  list-style: none;
}
#table-of-contents ul li ul {
  margin-left: 0em;
}
#table-of-contents ul li ul li {
  font-size: 0.75em;
  list-style: none;
}
.extra-table {
  display: flex;
  display: -webkit-flex;
  /* Support for older browsers */
  flex-flow: row wrap;
  margin-bottom: 1em;
}
.extra-table a {
  color: #d9874a;
  transition: color 0.5s;
  font-size: 1.5em;
  margin-top: 1em;
  text-align: center;
  align-items: flex-start;
  width: 50%;
}
@media screen and (min-width: 37.5em) {
  .extra-table a {
    width: 25%;
  }
}
.extra-table a:visited, .extra-table a:active, .extra-table a:hover {
  color: #001659;
}
#buy-the-book {
  width: 80%;
  margin: 5em auto;
  max-width: 800px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800) {
  #buy-the-book {
    width: 100%;
    margin: 2em auto;
  }
}
#buy-the-book h1 {
  text-align: center;
}
#buy-the-book p {
  display: flex;
  display: -webkit-flex;
  /* Support for older browsers */
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  #buy-the-book p {
    flex-direction: column;
  }
}
#buy-the-book p a {
  color: #d9874a;
  transition: color 0.5s;
  font-size: 1.5em;
  margin-top: 0;
  text-align: center;
  align-items: flex-start;
  width: 50%;
}
@media screen and (max-width: 800px) {
  #buy-the-book p a {
    width: auto;
  }
}
#buy-the-book p a:visited, #buy-the-book p a:active, #buy-the-book p a:hover {
  color: #feba5b;
}
/*--------------------------------------------------------------
 ## 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 {
  /* Older / Newer Posts Navigation (always hidden) */
  /* 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%;
}
/*--------------------------------------------------------------
 ## 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;
}
