@charset "UTF-8";
/*!
Theme Name: TJR 2021
Description: Custom theme for Taylor Jenkins Reid
Version: 1.0.1
Author: The Hot Brain
Author URI: http://thehotbrain.com/
*/
/* @group Normalizing & Resets */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

article, aside, footer, header, nav, section {
  display: block;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  vertical-align: middle;
}

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

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px;
}

.sticky h2 {
  padding-top: 10px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @end */
.post-type-archive-events .events-list {
  list-style: none;
  padding: 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 850px) {
  .post-type-archive-events .events-list {
    padding: 2em 0;
  }
}
.post-type-archive-events .events-list li {
  display: block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.75);
  padding: 2em;
  width: 100%;
  margin: 0 0 1em 4em;
}
@media (min-width: 850px) {
  .post-type-archive-events .events-list li {
    width: 33%;
    margin: 0 10px 30px 0;
  }
}
.post-type-archive-events .events-list h3 {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1em 0.8em;
  display: block;
  width: 90px;
  text-align: center;
  float: left;
  margin: 1em 0 0.3em -4em;
}
@media (min-width: 850px) {
  .post-type-archive-events .events-list h3 {
    margin: -3em 0 0.3em 0em;
    float: none;
  }
}
.post-type-archive-events .events-list p {
  margin: 0 0 0.2em 0;
  padding: 0;
}
.post-type-archive-events .events-list a {
  margin: 0 0 2em;
}
.post-type-archive-events .events-list .location {
  font-weight: 800;
  font-size: 1.05em;
  margin: 1em 0 0.15em 0;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
}
.post-type-archive-events .events-list .venue {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
.post-type-archive-events .events-list .month {
  display: block;
  font-size: 0.6em;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 auto 0.2em;
  text-transform: uppercase;
}
.post-type-archive-events .events-list .year {
  font-size: 0.6em;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 auto;
  display: block;
}
.post-type-archive-events .events-list .day {
  font-size: 1.8em;
  margin: 0 auto 0.2em;
  line-height: 1;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  display: block;
}
.post-type-archive-events .events-list p {
  font-size: 0.9rem;
  line-height: 1.35;
}
.post-type-archive-events .events-list .event-details {
  float: right;
  width: 80%;
}
@media (min-width: 850px) {
  .post-type-archive-events .events-list .event-details {
    float: none;
    width: 100%;
    display: block;
  }
}
.post-type-archive-events .events-list a {
  font-family: "Gotham SSm A", "Gotham SSm B", Bookmania, georgia, serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 1em 0 0;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.7rem;
}
.post-type-archive-events h4 {
  border: 1px solid #e07e81;
  padding: 2em 3em;
  margin: 15% auto 10%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  max-width: 33em;
  font-weight: 100;
  font-size: 0.8rem;
}
@media (min-width: 850px) {
  .post-type-archive-events h4 {
    font-size: 0.9rem;
  }
}

.home .container {
  max-width: 1500px;
}
@media (min-width: 850px) {
  .home .container {
    width: 90%;
  }
}
.home header h1 a {
  color: #572593;
}
.home header h1 a:hover {
  color: #572593;
}
.home h2 {
  text-align: left;
  margin: 0 auto 0.5em;
  font-size: 1.2em;
}
.home h3 {
  color: #000;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #743bac;
}
.home #hero {
  margin: -11em auto 0em;
  padding: 9.5em 5% 5%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background: #331751;
  border-radius: 0.3em;
  /*.book h4 span {
      font-family: $sans-serif;
  font-weight: 800;
   display: block;
   font-size: 1rem;
   line-height: .9;
   letter-spacing: .06em;
   margin: 0 auto;
    }*/
}
.home #hero .info {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 850px) {
  .home #hero .info {
    width: 60%;
  }
}
.home #hero .book {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (min-width: 850px) {
  .home #hero .book {
    order: 2;
    width: 40%;
  }
}
.home #hero .book img {
  width: 70%;
  max-width: 400px;
  margin: 2em auto 0;
}
@media (min-width: 850px) {
  .home #hero .book img {
    width: 100%;
    margin: -3em 0 0;
  }
}
.home #hero .book h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  text-align: center;
  margin: -2em auto 1em;
  width: 90px;
  height: 90px;
  border-radius: 100em;
  transition: all 0.3s ease-out;
  padding: 2.15em 0.1em 0;
  z-index: 100;
  position: absolute;
  top: 14em;
  right: 0;
  line-height: 1.1;
  background: #fff;
  color: #fcd452;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-style: italic;
	display: none
}
.home #hero h2 {
  margin: 0 auto 0em;
  font-size: 2.5em;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: inherit;
  text-align: center;
  color: #3b125f;
  letter-spacing: 0.01em;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto 0.5em;
  display: block;
  font-style: italic;
  padding: 0.5em 1.5em 0;
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: #fcd452;
}
@media (min-width: 850px) {
  .home #hero h2 {
    margin: 0 auto 0.2em;
    font-size: 4em;
  }
}
.home #hero p {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  font-weight: 100;
  margin: 0 auto 1em;
  font-style: italic;
  padding: 0 5em;
}
@media (min-width: 850px) {
  .home #hero p {
    font-size: 1.1rem;
  }
}
.home #hero a.learnmore {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  color: #fff;
  border-bottom: 0.2px solid #fff;
  letter-spacing: 0.1em;
  margin: 0 auto;
  display: inline-block;
}
.home #hero a.learnmore:hover {
  color: #fcd452;
  border-bottom: 0.2px solid #fcd452;
}
.home #hero .buy {
  text-transform: uppercase;
  padding: 1em;
  width: 75%;
  margin: 1em auto;
  border: 1px solid #572593;
}
.home #hero .buy h4 {
  display: block;
  font-style: italic;
  margin: 0 auto 1em;
  color: #572593;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  text-align: center !important;
}
.home #hero .buy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*         border-top: .5px solid rgba($offwhite, .5);*/
}
.home #hero .buy li {
  margin: 0 0 0.2em 0;
  text-align: center;
  /*      border-bottom: .5px solid rgba($offwhite, .5);*/
  width: 100%;
}
@media (min-width: 850px) {
  .home #hero .buy li {
    width: 30%;
  }
  .home #hero .buy li:nth-child(-n+2) {
    /*        border-top: .5px solid rgba($offwhite, .5);*/
  }
}
.home #hero .buy li a {
  /*      color: #fff;*/
  font-size: 0.65rem;
  padding: 1em;
  letter-spacing: 0.2em;
  display: block;
  transition: all 0.3s ease-out;
  font-weight: 800;
  font-style: normal;
  color: #FCF9EC;
}
.home #hero .buy li a:hover {
  color: #fcd452;
}
.home #secondary {
  width: 90%;
  background: #fff;
  padding: 3em 2em 3em;
  transition: all 0.3s ease-out;
  margin: 3em 1em 1em auto;
  border: 0;
  position: relative;
  border-radius: 0.2em;
  display: flex;
  justify-content: space-around;
  display: none;
}
.home #secondary .promo-image {
  order: 1;
  width: 45%;
  margin: -4em 0 0;
}
.home #secondary .promo-text {
  order: 2;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: -3em 0 0;
}
.home #secondary h2 {
  color: #cd308b;
  font-size: 3.5em;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto 0.3em;
}
.home #secondary .accolades {
  margin: 0 0 0.5em;
}
.home #secondary .accolades p {
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0.2em;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-feature-settings: "ss01";
  text-transform: uppercase;
  color: #fbef36;
}
.home #secondary p {
  text-align: center;
  font-size: 0.85em;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 1em;
  line-height: 1.5;
  max-width: 37em;
}
.home #secondary img {
  width: 90%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 1em;
  text-align: center;
  display: block;
}
.home .callout {
  border: 1px solid #572593;
  padding: 2em;
  margin: 0 auto 1em;
}
.home .signed-copies {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  display: none;
}
@media (min-width: 850px) {
  .home .signed-copies {
    width: inherit;
  }
}
.home .signed-copies h4 {
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 3rem;
  color: #fff;
  font-family: "Tungsten Comp A", "Tungsten Comp B", sans-serif, georgia, serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (min-width: 850px) {
  .home .signed-copies h4 {
    font-size: 3rem;
    padding: 1em 0;
  }
}
.home .signed-copies h4 span {
  font-weight: 700;
  text-transform: none;
  display: block;
  margin: 0.3em auto 0;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.75);
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
}
.home .signed-copies a {
  color: #fff;
  display: block;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  border-radius: 2px;
  width: 100%;
}
@media (min-width: 850px) {
  .home .signed-copies a {
    width: 170px;
    height: 170px;
    border-radius: 200px;
  }
}
.home .signed-copies a:hover {
  background: #fff;
}
.home .signed-copies a:hover h4 {
  color: rgba(0, 0, 0, 0.5);
}
.home #other_books {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.home #other_books img {
  height: auto;
}
.home #other_books ul {
  list-style: none;
  margin: 2em auto 0;
  padding: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 850px) {
  .home #other_books ul {
    padding: 0;
  }
}
.home #other_books ul li {
  width: 48%;
  margin: 0 auto 2em;
}
@media (min-width: 850px) {
  .home #other_books ul li {
    width: 20%;
  }
}
.home #other_books ul li:first-child {
  width: 100%;
}
@media (min-width: 850px) {
  .home #other_books ul li:first-child {
    width: 20%;
  }
}
.home #other_books li img {
  width: 90%;
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.1em;
  transition: all 0.35s ease-out;
  position: relative;
  margin: 0 auto;
}
.home #other_books a img:hover {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0.1em -0.1em -0.1em 0.1em;
}
.home #other_books .ornament {
  display: none;
}
@media (min-width: 850px) {
  .home #other_books .ornament {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15%;
    height: 140px;
    max-width: inherit;
    filter: brightness(150%);
  }
}
.home #other_books {
  margin: 0 0 0 -1em;
  padding: 0;
  position: relative;
}
.home #other_books .callout {
  padding: 4% 0% 4% 3%;
  margin: 2em auto;
}
@media (min-width: 850px) {
  .home #other_books .callout {
    margin: -1em 0 2em -1.3em;
    width: 85%;
  }
}
.home #other_books h3 {
  text-align: right;
  margin: 0;
  padding: 0 2em 0 0;
}
.home .social svg {
  fill: rgba(0, 0, 0, 0.5);
}

.essay-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.essay-list li {
  display: inline-block;
  margin: 0 auto 2em;
  padding: 1em 1.2em;
  transition: all 0.3s ease-out;
}
.essay-list li:hover {
  background: #fff;
}
.essay-list li:hover .learnmore {
  color: #e07e81;
  border-color: #e07e81;
}
.essay-list li p {
  font-size: 0.9em;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.essay-list a h3 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.05em;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  margin: 0 auto 0.4em;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.essay-list a h4 {
  color: rgba(0, 0, 0, 0.95);
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto 0.65em;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1;
}

.page-essays article ul {
  display: flex;
  flex-wrap: wrap;
}

.page-essays article li {
  width: 48%;
}

.page-essays article li:nth-of-type(even) {
  margin: 0 0 0 0;
}

/* @group Print Styles */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* @end */
@font-face {
  font-family: "TT Hoves";
  src: url("_fonts/tt-hoves-bold-italic.woff2") format("woff2"), url("_fonts/tt-hoves-bold-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
.page-template-page-book-single p.leadin {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 0 1em !important;
  line-height: 1.4;
}
.page-template-page-book-single .links a {
  display: block;
}
.page-template-page-book-single .bookclubpick {
  margin: 1em auto;
}
.page-template-page-book-single .bookclubpick p {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  text-align: left;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
@media (min-width: 850px) {
  .page-template-page-book-single .bookclubpick p {
    font-size: 0.9rem;
    margin: 0 0 0.5em;
  }
}

.page-daisy-jones-and-the-six p.leadin {
  margin: 0em 0 1em !important;
}

.page-carrie-soto-is-back header h2, .page-carrie-soto-is-back .buythebook h3 {
  -webkit-text-stroke-color: #572593;
}
.page-carrie-soto-is-back p.blurb_quote:before {
  color: rgba(0, 0, 0, 0.7);
}
.page-carrie-soto-is-back .buythebook {
  border-color: #572593;
}
.page-carrie-soto-is-back .buythebook a:hover {
  color: #f4bb43;
}
.page-carrie-soto-is-back .social a:hover {
  color: #f4bb43;
}
.page-carrie-soto-is-back .social a:hover svg {
  fill: #f4bb43;
}
.page-carrie-soto-is-back .social svg {
  fill: #572593;
}

.page-malibu-rising header h2, .page-malibu-rising .buythebook h3 {
  -webkit-text-stroke-color: #eb018d;
}
.page-malibu-rising .buythebook {
  border-color: #eb018d;
}
.page-malibu-rising p.blurb_quote:before, .page-malibu-rising .links a {
  color: #eb018d;
}
.page-malibu-rising .buythebook a:hover {
  color: #15c6d3;
}
.page-malibu-rising .social svg {
  fill: #eb018d;
}

.page-malibu-rising p.blurb_quote:before {
  color: #eb018d;
}

.page-daisy-jones-and-the-six h2, .page-daisy-jones-and-the-six .buythebook h3 {
  -webkit-text-stroke-color: #d25f6c;
}
.page-daisy-jones-and-the-six p.blurb_quote:before {
  color: #d25f6c;
}
.page-daisy-jones-and-the-six .buythebook {
  border-color: #d25f6c;
}

.page-the-seven-husbands-of-evelyn-hugo h2, .page-the-seven-husbands-of-evelyn-hugo .buythebook h3 {
  -webkit-text-stroke-color: #19914c;
}
.page-the-seven-husbands-of-evelyn-hugo p.blurb_quote:before {
  color: #19914c;
}
.page-the-seven-husbands-of-evelyn-hugo footer svg {
  fill: #19914c !important;
}
.page-the-seven-husbands-of-evelyn-hugo .buythebook {
  border-color: #19914c;
}
.page-the-seven-husbands-of-evelyn-hugo .links a {
  color: #19914c;
  display: block;
}

.page-one-true-loves h2, .page-one-true-loves .buythebook h3 {
  -webkit-text-stroke-color: #25b77d;
}
.page-one-true-loves p.blurb_quote:before {
  color: #25b77d;
}
.page-one-true-loves .buythebook {
  border-color: #25b77d;
}
.page-one-true-loves footer svg {
  fill: #25b77d !important;
}

.page-maybe-in-another-life header h2, .page-maybe-in-another-life .buythebook h3 {
  -webkit-text-stroke-color: #f2a96d;
}
.page-maybe-in-another-life p.blurb_quote:before {
  color: #f2a96d;
}
.page-maybe-in-another-life .buythebook {
  border-color: #f2a96d;
}
.page-maybe-in-another-life footer svg {
  fill: #f2a96d !important;
}

.page-after-i-do h2, .page-after-i-do .buythebook h3 {
  -webkit-text-stroke-color: #f17e00;
}
.page-after-i-do p.blurb_quote:before {
  color: #f17e00;
  -webkit-text-stroke-color: #f17e00;
}
.page-after-i-do .buythebook {
  border-color: #f17e00;
}
.page-after-i-do footer svg {
  fill: #f17e00 !important;
}

.page-forever-interrupted h2, .page-forever-interrupted .buythebook h3 {
  -webkit-text-stroke-color: #88dacb;
}
.page-forever-interrupted p.blurb_quote:before {
  color: #88dacb;
}
.page-forever-interrupted .buythebook {
  border-color: #88dacb;
}
.page-forever-interrupted footer svg {
  fill: #88dacb !important;
}

.page-about svg {
  fill: rgba(0, 0, 0, 0.7) !important;
}
.page-about article {
  position: relative;
}
.page-about .textblock a {
  color: rgba(0, 0, 0, 0.7);
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.page-about p span {
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1em;
  margin: 0 0 0.3em 0em;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.page-about .headshot {
  width: 100%;
  margin: 0 auto 1em;
  transition: all 0.5s ease-out;
}
.page-about .headshot div {
  overflow: hidden;
  max-height: 350px;
}
@media (min-width: 850px) {
  .page-about .headshot div {
    float: left;
    height: auto;
    max-height: 620px;
    max-width: 380px;
    margin: -8% 0 0 0;
    z-index: 200;
    box-shadow: 30px 30px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
}
.page-about .headshot img {
  height: auto;
  margin: -8% auto 0;
  width: 100%;
}
.page-about .headshot img {
  margin: 0;
}
.page-about .ornament {
  height: 115px;
  margin: 0 5em 0 0;
  mix-blend-mode: multiply;
  display: block;
  z-index: 100;
  position: absolute;
  float: right;
  bottom: 1.35em;
  right: 0;
  display: none;
}
@media (min-width: 850px) {
  .page-about .ornament {
    display: inherit;
  }
}
@media (min-width: 850px) {
  .page-about .textblock {
    float: right;
    margin: 4% 10% 0 0;
    width: 42%;
  }
}
.page-about .page-about article p span {
  margin: 0 0 0.4em -2em;
}

html, body {
  height: 100%;
}

body {
  background: #f3f1e3;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0 auto;
  font-size: 87.5%;
}

.container {
  width: 100%;
  max-width: 70em;
  margin: 0 auto;
}

#main {
  width: 80%;
  margin: 0 auto;
}

article {
  position: relative;
}

a, a:link, a:active {
  text-decoration: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

.learnmore {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-family: "Gotham SSm A", "Gotham SSm B", Bookmania, georgia, serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: 0.75em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0 0.2em 0.1em;
  margin: 0 auto 1em -0.1em;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.learnmore:hover {
  color: #111;
  border-bottom: 1px solid #111;
}

/*  --------------------
    Navigation
    -------------------- */
header[role=banner] {
  display: block;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  margin: 0 auto;
}

header {
  margin: 0;
}

.home header {
  background: #f5f4ed;
  margin: 0 auto -1.5em;
}

header h1, header div {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#menu-main-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 3000;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
}

#menu-main-menu li {
  display: inline-block;
}

#menu-main-menu li a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1.5em 0.5em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#menu-main-menu li a:hover {
  color: #b9a354;
}

#menu-main-menu li ul li {
  display: none;
}

header h1 {
  color: #b9a354;
  font-family: "Tungsten Comp A", "Tungsten Comp B", sans-serif, georgia, serif;
  font-size: 20vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 0 auto 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 58em;
  padding: 0;
  color: #fff;
}

header h1 a {
  color: rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: color 0.5s ease-out;
}

header h1 a:hover {
  color: rgba(0, 0, 0, 0.15);
}

h2 {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  margin: 0.7em 0 1.5em auto;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.7);
}

#hero .book img {
  height: auto;
  filter: drop-shadow(10px 0 10px rgba(0, 0, 0, 0.3));
  border-radius: 0.2em;
  max-width: 350px;
  margin: 0 0 1em;
  padding: 0;
  width: 80%;
}

#hero .book {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*  --------------------
    Footer
    -------------------- */
footer {
  clear: both;
  font-weight: 500;
  padding: 5% 0 20%;
  margin: 0 auto;
  text-align: center;
}

footer p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.5em;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-transform: uppercase;
}

footer p a {
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-out;
}

footer p a:hover {
  color: #fff;
}

.commissions {
  display: block;
  font-size: 0.5rem;
  letter-spacing: 0;
  margin: 0.3em auto;
  text-transform: none;
}

footer ul.social {
  list-style: none;
  margin: 0 auto 0.8em;
  padding: 0;
}

.social li {
  display: inline-block;
  margin: 0 1em 0 0;
}

.social a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 0.5em 0;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.2em;
  transition: all 0.3s ease-out;
  font-weight: 500;
}

.social a:hover {
  color: #e07e81;
}

.social i {
  display: none;
}

.social svg {
  width: 22px;
  fill: #e07e81;
  transition: all 0.3s ease-out;
}

.social a:hover svg {
  fill: #fff;
}

/*  Home / Daisy Jones Promo
    ------------------------------- */
.home .book h4 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.775em;
  text-align: center;
  font-weight: 600;
}

.home .bookclubpick {
  margin: 1em 0 1em;
  padding: 0;
  text-align: center;
  display: block;
}

.home #hero .bookclubpick p {
  text-transform: uppercase;
  font-size: 0.7rem;
  display: inline-block;
  text-align: center;
  color: #e07e81;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 0.5em;
  padding: 0;
}

.page-daisy-jones-and-the-six .bookclubpick {
  margin: 1em 0 1.5em;
}

.page-daisy-jones-and-the-six .bookclubpick p {
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  text-align: left;
  color: #e07e81;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 0.5em;
}

@media only screen and (min-width: 55em) {
  .page-daisy-jones-and-the-six .bookclubpick {
    margin: 0 3em 1.5em 0;
    text-align: left;
  }
}
.page-daisy-jones-and-the-six .links a {
  display: block;
  color: #e07e81;
  font-weight: 500;
  padding: 0.4em 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-daisy-jones-and-the-six .links a:hover {
  color: #999;
}

/*  Home / Other Books 
    ------------------------------- */
/*  Home / About Taylor
    ------------------------------- */
.home #about_taylor {
  background: #fff;
  position: relative;
  padding: 1em 8%;
  margin: 3em 0;
  border: none;
}

.home #about_taylor h3 {
  text-align: center;
}

.home #about_taylor p {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.home #about_taylor img {
  margin: -3em auto 1em;
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  border-bottom: 1px solid #ddd;
}

/*  Home / Email Signup
    ------------------------------- */
.tjr_newsletter_signup .wrap {
  background: none !important;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif !important;
  padding: 0.5em 0 1em !important;
}

.tjr_newsletter_signup label {
  font-size: 0.9em !important;
  color: rgba(0, 0, 0, 0.75);
}

.tjr_newsletter_signup input {
  border: none;
  border-radius: 0.15em;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75em;
  font-weight: 500;
  padding: 10px;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 0.5em;
}

.tjr_newsletter_signup .btn.subscribe {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-image: none !important;
  color: #fff !important;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: all 0.3s ease-out;
  border-radius: 0.15em !important;
  border: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  padding: 1em 2em !important;
  vertical-align: middle;
  display: block;
  cursor: pointer;
  margin: 0 !important;
}

.prhSubscribe {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  display: block !important;
}

.tjr_newsletter_signup .btn.subscribe:hover {
  color: #fff;
  background: #111 !important;
}

.tjr_newsletter_signup .terms {
  font-size: 0.75em !important;
  line-height: 1.4;
  margin: 1em 0;
  color: rgba(0, 0, 0, 0.35);
}

.tjr_newsletter_signup .terms a {
  color: #333 !important;
  text-decoration: none;
  font-size: 1em !important;
}

#mc_embed_signup div {
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mc-field-group {
  width: 63%;
  display: inline-block;
}

#mc-embedded-subscribe {
  background: #e07e81;
  border: none;
  color: #fff !important;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: all 0.3s ease-out;
  border-radius: 0.15em;
  border: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  padding: 1em 2em;
  vertical-align: middle;
  display: block;
  cursor: pointer;
}

#mc-embedded-subscribe:hover {
  color: #22893d;
  color: #fff;
  background: #fff;
  background: #b9a354;
}

input.email {
  border: none;
  border-radius: 0.15em;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  padding: 10px;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 0.5em;
}

::-webkit-input-placeholder {
  color: #bbb;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

::-moz-placeholder {
  color: #bbb;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #bbb;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

:-moz-placeholder {
  color: #bbb;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.disclaimer {
  font-size: 0.65em;
  line-height: 1.3;
  margin: 1em 0;
  color: rgba(0, 0, 0, 0.35);
}

.disclaimer a {
  color: #333;
}

/* @group Contact */
.contacts {
  text-align: center;
}

.contacts h3 {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 1em 0 0.3em;
  text-transform: uppercase;
  font-style: italic;
}

.contacts p {
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 1rem;
}

.contacts a {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: all 0.3s ease-out;
}

.contacts a:hover {
  color: #b9a354;
}

#email_signup_contact h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", Bookmania, georgia, serif;
  font-style: italic;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 1rem;
  color: #444;
  margin: 0 0 0.2em;
}

#email_signup_contact h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #333;
  margin: 0 0 1em;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.35);
}

.gform_body input, .gform_body textarea {
  border: none;
  padding: 0.5em !important;
}

.gform_wrapper label.gfield_label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.85em !important;
}

.name_first label, .name_last label {
  margin-top: 0.25em !important;
  color: rgba(0, 0, 0, 0.35);
}

#gform_submit_button_1 {
  background: #e07e81;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 0.15em;
  border: none;
  letter-spacing: 0.1em;
  padding: 1em 2em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

#gform_submit_button_1:hover {
  background: #b9a354;
}

.page-contact .ornament {
  height: 40px;
  margin: 2em 0 0 -1650px;
}

#hero .ornament {
  max-width: 500px;
  display: block;
  margin: 2em 0 0 -12em;
}

/* #hero .ornament {
   width: 70px;
   mix-blend-mode: multiply;
   display: block;
   margin: 2em 0 0 -7em;
   float: left;
 }*/
.home #about_taylor .ornament {
  width: 70px;
  margin: 1em 0 0;
  mix-blend-mode: difference;
  display: block;
  position: absolute;
  bottom: -4em;
  left: -1.5em;
  z-index: 3000;
}

#overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

#gform-notification {
  background: #fff;
  border-radius: 10px;
  display: block;
  margin: auto;
  max-height: 237px;
  max-width: 520px;
  padding: 61px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 101;
}

#gform-notification .button {
  margin: 20px 0 0;
  padding: 12px 24px;
}

.gform_confirmation_wrapper {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Bookmania, georgia, serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 auto 2em;
  padding: 2.5em;
  text-align: center;
  width: 100%;
}

/* @end */
/* @group Book-Specific Styles */
/* @end */
/* @group Books - Main Page */
.books-main {
  list-style: none;
  margin: 0;
  padding: 0;
}

.books-main li {
  display: inline-block;
  vertical-align: top;
  clear: both;
  margin: 0 0 2em;
  width: 100%;
  background: #fff;
  padding: 2em 3em 2em 1.5em;
}

.books-main img {
  width: 60%;
  height: auto;
  margin: -3em auto 1em;
  position: relative;
  display: block;
}

.books-main a p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.85em;
  font-weight: 400;
  margin: 0 -1em 0em 0em;
  text-align: center;
}

.books-main a h3 {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Gotham SSm A", "Gotham SSm B", "TT Hoves", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.15;
  padding: 0;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin: 1.5em auto 0.5em;
  transition: all 0.3s ease-out;
  text-align: center;
}

.books-main a:hover h3 {
  color: #e07e81;
}

/* @end */
/*  Single Book Pages
    ------------------------------- */
.buythebook {
  margin: 0 auto;
  padding: 0;
  border: 1px solid #000;
  padding: 2em;
  text-align: center;
  position: relative;
}

.buythebook ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.buythebook a {
  color: #111;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.825em;
  padding: 0.5em;
  display: block;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-out;
}

.buythebook a:hover {
  color: #b9a354;
}

.bookcover img {
  filter: drop-shadow(10px 0 10px rgba(0, 0, 0, 0.3));
  z-index: 100;
  position: relative;
  max-width: 70%;
  margin: 0 auto 2em;
  display: block;
}

.blurbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blurbs blockquote {
  margin: 0 0 1.5em;
  padding: 0;
}

.reviews h3, .links h3 {
  color: #222;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 3em 0 1em;
  text-transform: uppercase;
}

.buythebook h3 {
  color: #e07e81;
  font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 0.5em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #902ee5;
}

p.blurb_quote {
  margin: 0 0 0.4em 0em;
  line-height: 1.35;
}

p.blurb_quote:before {
  content: "“";
  font-family: "Gotham SSm A", "Gotham SSm B", Bookmania, georgia, serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  margin: -0.15em 0.1em 0 -0.8em;
  float: left;
  color: #19914c;
}

p.blurb_quote:after {
  content: "”";
}

p.blurb_source {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.7em;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.35;
  color: #111;
  padding: 0 1em 0 0;
}

.cover-buy img {
  width: 100%;
  height: auto;
}

.page-template-page-book-single h2 {
  text-transform: uppercase;
}

/* @group 404 */
.error404 h2 {
  margin: 0 auto 0.5em;
  padding: 10% 0 0;
}

a.returnlink {
  color: #19914c;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 0 0 10%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

a.returnlink:hover {
  color: #fff;
}

/* @end */
/* @group Helper Classes */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* @end */
/*  =========================================
    Media Queries
    ========================================= */
@media only screen and (min-width: 35em) {
  #menu-main-menu li a {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.825em;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1;
    padding: 2em 1em;
  }
}
@media only screen and (min-width: 65em) {
  /* @group Globals (Large) */
  body {
    font-size: 100%;
  }

  #main {
    width: 90%;
  }

  .home #main {
    width: inherit;
  }

  .home header {
    background: none;
  }

  header h1 {
    font-size: 15em;
    margin: -0.15em auto 0;
  }

  header h1 a {
    color: rgba(0, 0, 0, 0.09);
    color: #fff;
    display: block;
  }

  header h1 a:hover {
    color: #fff;
  }

  h2 {
    font-size: 2em;
    margin: 0 0 2em auto;
    text-align: center;
  }

  header h2 {
    margin: 0;
    text-align: right;
  }

  article header {
    max-width: 35em;
    margin: -8% 2% 8% auto;
    text-align: right;
  }

  /* @end */
  /* @group Home - Hero (Large) */
  /* @end */
  /* @group Home - Hero / Buy The Book (Large) */
  #hero .buy h4 {
    font-size: 1em;
    margin: 2em auto 0.5em;
    text-align: center;
    display: none;
  }

  #hero .buy ul {
    margin: 0 auto;
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", apple-system, BlinkMacSystemFont, sans-serif;
    display: flex;
    flex-wrap: wrap;
  }

  #hero .buy li {
    display: inline-block;
    margin: 0 0.2em 0.3em;
    width: 48.5%;
  }

  #hero .buy li a {
    font-weight: 600;
    padding: 1em;
  }

  #hero .buy li a:hover {
    color: #f326a0;
  }

  /* @end */
  /* @group Navigation (Large) */
  #menu-main-menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    display: inherit;
    position: relative;
    background: none;
    box-shadow: none;
  }

  #menu-main-menu li a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9em;
    letter-spacing: 0.2em;
  }

  /* @end */
  /* @group Home - Other Books (Large) */
  /* @end */
  /* @group Home - About Taylor  (Large) */
  .home #about_taylor {
    float: left;
    width: 60%;
    margin: 0.5em 0 0 0;
    padding: 0em 6% 1em 28%;
    overflow: inherit;
    border-radius: 0.1em;
  }
  .home #about_taylor h3 {
    text-align: left;
    padding-top: 1em;
  }
  .home #about_taylor p {
    font-size: 0.8em;
    text-align: left;
    width: 100%;
  }
  .home #about_taylor img {
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 300px;
    right: inherit;
    margin: 0;
    border: none;
  }

  /* @end */
  .home #email_signup {
    float: right;
    margin: 2em 0 0 -2em;
    padding: 3% 6% 2% 6%;
    width: 42%;
    position: relative;
  }

  .home #email_signup h3 {
    text-align: left;
  }

  .social i {
    display: inherit;
    font-style: normal;
  }

  .social svg {
    width: 16px;
    vertical-align: middle;
    margin: -0.3em 0.2em 0 0;
  }

  /*  About
      ------------------------------- */
  /* @group Events (Large) */
  .event-list {
    display: flex;
    flex-wrap: wrap;
  }

  .event-list li {
    display: inline-block;
    width: 30%;
    padding: 2em;
    margin: 0 1em 3em 0;
  }

  .event-list h3 {
    margin: -3em 0 0.3em;
  }

  .event-list p {
    margin: 0 0 0.2em;
    padding: 0;
  }

  .event-details {
    width: 100%;
  }

  /* @end */
  /* @group Contact (Large) */
  #email_signup_contact {
    width: 60%;
    float: right;
    padding: 0 5em 0 0;
  }

  #email_signup_contact .prhSubscribe {
    max-width: inherit;
  }

  #email_signup_contact h3 {
    font-size: 1.4rem;
  }

  .contacts {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 3em 3.2em 2em;
    width: 30%;
    margin: -5em 0 0 0;
    z-index: 1000;
  }

  #gform_wrapper_1 {
    float: right;
    width: 62%;
  }

  .gform_confirmation_wrapper {
    width: 70%;
    margin: 0 auto;
    display: block;
    float: right;
  }

  /* @end */
  /* @group Footer (Large) */
  footer p {
    display: inline;
  }

  footer p:after {
    content: "/";
    margin: 0 1em;
  }

  footer p:last-child:after, footer p.last:after {
    content: " ";
  }

  /* @end */
  /* @group Individual Book Page (Large) */
  .cover-buy {
    float: left;
    margin: 0 8% 1em 0;
    width: 35%;
  }

  .bookcover img {
    margin: 0;
    max-width: 500px;
  }

  .buythebook {
    /*      border: 1px solid #e07e81;*/
    margin: -1em 0 0 6em;
    padding: 2em;
    position: relative;
    width: 280px;
    text-align: center;
  }

  /* @end */
  .book-info {
    width: 55%;
    float: right;
    padding: 0 4% 0 0;
  }

  .books-main li {
    background: none;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 2em;
    padding: 0;
  }

  .books-main li img {
    width: 100%;
    margin: -1em 0 0.8em;
    border-radius: 0.2em;
  }

  .books-main a p {
    display: none;
  }

  .books-main a h3 {
    display: block;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 1.9em 0;
    text-align: left;
    padding: 0;
    line-height: 1.3;
    max-width: 20ch;
    font-style: italic;
    font-weight: 800;
  }

  .books-main a:hover h3 {
    color: rgba(0, 0, 0, 0.5);
  }
}
