/* Variables */
@font-face {
  font-family: "eusapia_paladino_webregular";
  src: url("../fonts/eusapiapaladino/eusapiapaladinoweb.eot?#iefix") format("embedded-opentype"), url("../fonts/eusapiapaladino/eusapiapaladinoweb.woff") format("woff"), url("../fonts/eusapiapaladino/eusapiapaladinoweb.ttf") format("truetype"), url("../fonts/eusapiapaladino/eusapiapaladinoweb.svg#eusapiapaladinoweb") format("svg");
  font-weight: normal;
  font-style: normal;
}
img.alignleft {
  float: left;
  margin: 20px 15px 5px 0;
  max-width: 33%;
  height: auto !important;
}
img.alignright {
  float: right;
  height: auto !important;
  margin: 20px 0px 5px 15px;
}
img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto;
  height: auto !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 38px;
  height: 38px;
  line-height: 44px;
  position: fixed;
  right: 17px;
  top: 17px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  cursor: pointer !important;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  background: transparent url(../images/close.png) no-repeat right center;
  background-size: contain;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  width: 32px;
  height: 57px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow-left {
  background-image: url(../images/left-arrow.png);
  left: 15px;
}

.mfp-arrow-right {
  background-image: url(../images/right-arrow.png);
  right: 15px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-content {
  margin: 0 70px;
}

@media all and (max-width: 900px) {
  .mfp-content {
    margin: 0 45px;
  }
}
/* Global Styles */
html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin-top: 120px;
  /* Margin bottom by footer height */
  margin-bottom: 90px;
  font-family: "Alegreya Sans", Tahoma, sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

h1 {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}

h2 {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}

h3 {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

p {
  font-family: "Alegreya Sans", Tahoma, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: light;
  margin-bottom: 20px;
}
p .italic {
  font-style: italic;
}
p a {
  font-family: "Alegreya Sans", Tahoma, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
p a:hover {
  color: #0071bb;
}

.strong {
  font-weight: bold;
}

blockquote {
  padding-left: 40px;
  padding-right: 40px;
  font-style: italic;
  border-left: 0;
}

a {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  font-size: 22px;
  line-height: 22px;
  color: #0071bb;
  text-decoration: underline;
}
a:hover {
  color: #004a7a;
  text-decoration: underline;
}

/* Nav Styles */
.navbar {
  margin-bottom: 0px;
}
.navbar .container {
  position: relative;
}

.upcoming-event {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #0071bb;
  width: 130px;
  padding: 36px;
  box-sizing: content-box;
}
.upcoming-event a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.upcoming-event h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 0;
}
.upcoming-event p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.upcoming-event p span {
  display: block;
  font-weight: normal;
  margin-top: 5px;
}
.upcoming-event.small-screens {
  display: none;
}

#navbar {
  max-height: none;
}
#navbar .nav > li > a:focus {
  background-color: transparent;
  outline: none;
  color: #0071bb;
}

.navbar-header {
  padding-top: 36px;
  padding-bottom: 30px;
  background-color: white;
  border-bottom: 1px solid black;
}

.navbar-brand {
  padding: 0px;
  height: auto;
  margin: 0px !important;
}
.navbar-brand a {
  letter-spacing: 2.5px;
  font-size: 50px;
  line-height: 54px;
  color: black;
  text-decoration: none;
  padding: 0px;
  height: auto;
}
.navbar-brand a:hover {
  color: #0071bb;
}

.navbar-toggle {
  float: left;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
}
.navbar-toggle .icon-bar {
  background-color: #808080;
  width: 30px;
  height: 3px;
  border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle .menu-label {
  font-size: 12px;
  color: #808080;
}
.navbar-toggle:hover .icon-bar {
  background-color: black;
}
.navbar-toggle:hover .menu-label {
  color: black;
}

.navbar-nav {
  background-color: white;
}

.container .navbar-collapse {
  width: 330px;
  margin-left: -15px;
  margin-top: -10px;
}

.container .nav > li > a, .container .nav > li > ul > li > a {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: black;
  text-decoration: none;
  padding: 0px;
}
.container .nav > li > a:hover, .container .nav > li > ul > li > a:hover {
  color: #0071bb;
  background-color: transparent;
}

.nav li {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: black;
}
.nav li ul {
  list-style: none;
}

/* Footer Styles */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  margin-top: 20px;
}
.footer .container {
  border-top: 1px #808080 solid;
}
.footer p {
  font-size: 13px;
  text-transform: uppercase;
  color: #808080;
  letter-spacing: 0.5px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer a {
  font-family: "Alegreya Sans", Tahoma, sans-serif;
  font-size: 13px;
  color: #808080;
}
.footer a:hover {
  color: black;
}
.footer .design-credit {
  text-align: right;
}
.footer .instagram-icon-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer .instagram-icon-container .instagram-icon {
  margin-top: 7px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/instagram.png") no-repeat 0 -20px;
  background-size: 20px 40px;
  overflow: hidden;
}
.footer .instagram-icon-container .instagram-icon:hover {
  background-position: 0 0;
}

/* Homepage Styles */
.book-home {
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}
.book-home a {
  color: black;
}

.oak-flat-home:hover {
  background-color: rgba(44, 165, 246, 0.2);
}

.tandl-home:hover {
  background-color: rgba(44, 165, 246, 0.2);
}

.radioactive-home:hover {
  background-color: rgba(44, 165, 246, 0.2);
}

.centurygirl-home a {
  color: black;
}
.centurygirl-home:hover {
  background-color: rgba(44, 165, 246, 0.2);
}

.book-cover {
  margin-top: 15px;
  margin-bottom: 15px;
}

.book-spread {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.book-spread-container {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0px;
  padding-left: 0px;
}

.tandl-spread {
  background: url("../images/thunder-lightning-234-235.jpg") no-repeat center center;
  background-size: cover;
}

.no-book-spread {
  height: 100%;
  width: 100%;
  background: url("../images/thunder-lightning-234-235.jpg") no-repeat center center;
}

.radioactive-spread {
  height: 100%;
  width: 100%;
  background: url("../images/radioactive-146-147.jpg") no-repeat center center;
  background-size: cover;
}

.centurygirl-spread {
  height: 100%;
  width: 100%;
  background: url("../images/CenturyGirl-71.jpg") no-repeat center center;
  background-size: cover;
}

.quote {
  font-size: 18px;
  line-height: 25px;
}

.attribution {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.new-york-times-home, .ballet-home {
  background-color: rgba(0, 113, 187, 0.1);
  padding-right: -15px;
  padding-bottom: 15px;
  border-right: 1px solid white;
  border-bottom: 2px solid white;
}
.new-york-times-home span, .library-home span, .ballet-home span {
  text-decoration: underline;
}

.new-york-times-featured {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url("../images/LR-NYT-2.gif") no-repeat center center;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ballet-featured {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url("http://laurenredniss.com/source/uploads/2020/07/Andres_v2-scaled.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
}

.library-featured {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url("http://laurenredniss.com/source/uploads/2020/02/032711_Radioactive_187-scaled.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bio-home, .library-home {
  background-color: rgba(0, 113, 187, 0.1);
  padding-right: -15px;
  padding-bottom: 15px;
  border-left: 1px solid white;
}
.bio-home span {
  text-decoration: underline;
}
.bio-home p {
  color: black;
  text-decoration: none;
  margin-top: 15px;
  font-size: 18px;
  line-height: 25px;
}

.bio-photo {
  display: block;
  width: 100%;
  min-height: 337px;
  overflow: hidden;
  background: url("../images/LaurenRedniss.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 15px;
}

.nyt-box-link, .ballet-box-link, .library-box-link {
  height: auto;
  width: auto;
  display: block;
}
.nyt-box-link:hover .new-york-times-home, .ballet-box-link::hover, .ballet-box-link, .library-box-link::hover, .library-box-link,  {
  background-color: rgba(0, 113, 187, 0.2);
}

.bio-box-link {
  height: auto;
  width: auto;
  display: block;
}
.bio-box-link:hover .bio-home {
  background-color: rgba(0, 113, 187, 0.2);
}

.bio-img-container {
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* About & Events Page Styles */
.about, .events {
  background-color: rgba(0, 113, 187, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-item {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
.event-item .event-title {
  font-weight: bold;
}
.event-item .event-title:after {
  content: " | ";
}
.event-item:last-child {
  border-bottom: none;
  margin-bottom: 20px;
}

.work-thumbs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.work-thumbs a img:hover {
  opacity: 0.8;
}
.work-thumbs a:hover {
  color: #0071bb;
}
.work-thumbs a {
  display: block;
  font-family: "Alegreya Sans", Tahoma, sans-serif;
  font-style: italic;
  font-size: 18px;
  color: black;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}
.work-thumbs a .thumb-link {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Book Page Styles */
.book-about-tandl {
  background-color: rgba(77, 181, 103, 0.1);
}

.book-about-radioactive {
  background-color: rgba(255, 221, 0, 0.1);
}

.book-about-centurygirl {
  background-color: rgba(44, 165, 246, 0.1);
}

.book-about-no-book {
  background-color: rgba(77, 181, 103, 0.1);
}

.cover-img-container {
  margin-top: 20px;
  margin-left: 5px;
}
.cover-img-container img {
  margin-bottom: 20px;
}

.sub-nav {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: auto;
}
.sub-nav ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.sub-nav ul li {
  display: inline;
  margin-right: 5px;
}
.sub-nav ul li a {
  color: black;
  text-decoration: none;
}
.sub-nav ul li a:hover {
  color: #0071bb;
}
.sub-nav ul li a.active {
  text-decoration: underline;
}
.sub-nav ul li + li {
  margin-left: 5px;
}

#buy-book-links {
  position: relative;
}
#buy-book-links .buy-book-button {
  height: 100%;
  width: 100%;
  margin-right: -15px;
  margin-left: 15px;
  background-color: #0071bb;
  color: white;
  text-align: center;
  border: none;
  font-size: 22px;
  padding: 13px;
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
}
#buy-book-links .buy-book-button:hover {
  background-color: rgba(0, 113, 187, 0.8);
  cursor: pointer;
}
#buy-book-links.open .buy-book-button {
  background-color: rgba(0, 113, 187, 0.8);
}
#buy-book-links ul {
  list-style: none;
  margin: 0 0 0 15px;
  background-color: #0071bb;
  padding: 7px 0;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  display: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
#buy-book-links ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#buy-book-links ul li a {
  margin: 0;
  padding: 7px 75px 7px 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-family: "Alegreya Sans", Tahoma, sans-serif;
}
#buy-book-links ul li a span {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: -75px;
  opacity: 0;
  -webkit-transition: right 0.3s 0.1s, opacity 0.3s 0.1s;
  /* Safari */
  transition: right 0.3s 0.1s, opacity 0.3s 0.1s;
}
#buy-book-links ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#buy-book-links ul li a:hover span {
  right: 15px;
  opacity: 0.8;
}

.book-preview-thumbs > div {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

/* Press Page Styles */
.sub-nav h3 {
  display: inline;
}

.press-isotope .item-sizer {
  width: 33.33%;
}
.press-isotope > .item {
  width: 33.33%;
}
.press-isotope .press-item {
  width: auto;
  text-align: center;
  border-top: 1px solid;
  margin: 20px 10px 0 10px;
  padding: 30px;
  display: block;
  text-decoration: none;
  color: black;
}
.press-isotope .press-item h2 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.press-isotope .press-item h2 + p, .press-isotope .press-item p:first-child {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.press-isotope .press-item .press-link {
  font-family: "Alegreya Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: black;
  margin-bottom: 0px;
  font-style: normal;
}
.press-isotope .press-item .press-attribution {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.press-isotope .press-item .press-attribution:before {
  content: "- ";
}
.press-isotope .tandl-press {
  border-color: #4DB567;
  background-color: rgba(77, 181, 103, 0.1);
}
.press-isotope .tandl-press:hover {
  background-color: rgba(77, 181, 103, 0.2);
}
.press-isotope .tandl-press:hover .press-link {
  text-decoration: underline;
}
.press-isotope .oak-flat-press {
  border-color: #eda73d;
  background-color: rgba(237, 167, 61, 0.1);
}
.press-isotope .oak-flat-press:hover {
  background-color: rgba(237, 167, 61, 0.2);
}
.press-isotope .radioactive-press {
  border-color: #FFDD00;
  background-color: rgba(255, 221, 0, 0.1);
}
.press-isotope .radioactive-press:hover {
  background-color: rgba(255, 221, 0, 0.2);
}
.press-isotope .radioactive-press:hover .press-link {
  text-decoration: underline;
}
.press-isotope .centurygirl-press {
  border-color: #2CA5f6;
  background-color: rgba(44, 165, 246, 0.1);
}
.press-isotope .centurygirl-press:hover {
  background-color: rgba(44, 165, 246, 0.2);
}
.press-isotope .centurygirl-press:hover .press-link {
  text-decoration: underline;
}

/* New York Times Styles */
.about-nyt {
  background-color: rgba(0, 113, 187, 0.1);
}

.nyt > div {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

/* Contact Page Styles */
.contact {
  background-color: rgba(0, 113, 187, 0.1);
}

.contact-intro, .contact-form-container {
  padding: 20px;
}
.contact-intro h2, .contact-form-container h2 {
  margin-top: 0px;
}

.contact-form-container {
  border-left: 2px solid white;
}

label {
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  font-size: 20px;
  font-weight: normal !important;
}

.page-id-15 .gform_wrapper .gform_footer input.button {
  background-color: transparent;
  border: none;
  padding: 0px;
  font-family: "eusapia_paladino_webregular", "eusapia paladino web", Georgia, serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  padding: 0;
  color: #0071bb;
  text-decoration: underline;
}
.page-id-15 .gform_wrapper .gform_footer input.button:hover {
  color: #004a7a;
  background-color: transparent;
  text-decoration: underline;
}

.form-control {
  border-radius: 0px;
  border-color: #808080;
}

.book-preview-isotope .item, .book-preview-isotope .item-sizer {
  width: 50%;
}
.book-preview-isotope .padding {
  padding: 20px 10px 0 10px;
}

.nyt-isotope .item, .nyt-isotope .item-sizer {
  width: 33.333%;
}
.nyt-isotope .padding {
  padding: 20px 10px 0 10px;
}

#menu-item-59 > a:hover, #menu-item-59:hover {
  background-color: #fff;
  color: #000;
  cursor: default;
}

/* Responsive Styles */
@media (max-width: 992px) {
  #buy-book-links ul li a {
    padding-right: 15px;
  }
  #buy-book-links ul li a span {
    display: none;
  }

  .bio-photo {
    min-height: 300px;
  }

  .contact-form-container {
    border-left: none;
    border-top: 2px solid white;
  }

  .new-york-times-home {
    border-right: 0;
  }

  .bio-home {
    border-left: 0;
  }

  .navbar .container {
    position: relative;
  }
  .navbar .container .upcoming-event {
    display: none;
  }

  .upcoming-event.small-screens {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    left: -15px;
  }
}
@media (max-width: 769px) {
  .press-isotope > div {
    margin-left: 0px;
    margin-right: 0px;
  }
  .press-isotope .item, .press-isotope .item-sizer {
    width: 50%;
  }

  .container #navbar {
    margin-left: -15px;
    padding: 0px 30px;
    padding-top: 0px;
    background-color: white;
    max-height: none;
  }
  .container #navbar ul {
    padding: 0px 15px;
  }

  .new-york-times-home {
    border-right: none;
    border-bottom: 1px solid white;
  }

  .bio-home {
    border-left: none;
    border-top: 1px solid white;
  }

  .bio-photo {
    min-height: 250px;
  }

  .sub-nav ul li {
    line-height: 30px;
  }

  .sub-nav .button-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sub-nav .buy-book-button {
    margin-right: 0;
    margin-left: 0;
    padding: 18px 13px;
  }

  .footer .design-credit {
    text-align: left;
    float: left;
  }

  .footer .instagram-icon-container {
    text-align: center;
  }

  #buy-book-links .buy-book-button {
    margin-left: 0;
  }
  #buy-book-links ul {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .press-isotope > div {
    margin-left: 0px;
    margin-right: 0px;
  }
  .press-isotope .item, .press-isotope .item-sizer {
    width: 100%;
  }

  .navbar-brand a {
    letter-spacing: 2.5px;
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 500px) {
  body {
    margin-top: 77px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .navbar-brand a {
    letter-spacing: 1px;
    font-size: 30px;
  }

  .footer .instagram-icon-container {
    text-align: right;
  }

  .container #navbar {
    width: 100%;
    position: absolute;
    border-bottom: 1px solid black;
  }

  .navbar-toggle {
    margin-left: 0px;
    margin-right: 10px;
  }

  .navbar-header {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navbar-brand a {
    font-size: 25px;
  }

  .container #navbar > ul {
    padding-left: 0px;
  }

  .book-desc {
    padding-right: 0;
    margin-left: -15px;
  }
  .book-desc h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .quote {
    font-size: 16px;
    line-height: 22px;
  }

  .press-isotope .press-item {
    padding: 15px;
    display: block;
  }
  .press-isotope .press-item h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .footer .container {
    padding-top: 10px;
  }
  .footer p {
    margin-bottom: 2px;
  }
  .footer .design-credit {
    margin-top: 0;
  }
  .footer .instagram-icon-container {
    position: relative;
    top: -20px;
  }

  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* navbar stay collapsed */
@media (min-width: 768px) {
  .container .navbar-header {
    float: none;
    margin-right: -15px;
    margin-left: -15px;
  }
  .container .navbar-left,
.container .navbar-right {
    float: none !important;
  }
  .container .navbar-toggle {
    display: block;
    padding-left: 0px;
    margin-left: 0px;
  }
  .container .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
  }
  .container .navbar-collapse.collapse {
    display: none !important;
    visibility: hidden !important;
    height: 0px !important;
  }
  .container .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .container .navbar-nav > li {
    float: none;
  }
  .container .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container .navbar-collapse.in {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .container .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .container .navbar-nav .open .dropdown-menu > li > a,
.container .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .container .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .container .navbar-nav .open .dropdown-menu > li > a:hover,
.container .navbar-nav .dropdown-menu > li > a:focus {
    background-image: none;
    background-color: transparent;
  }
  .container .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .container .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.container .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .container .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .container .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .container .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

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