/**!
Theme Name: Jeremiah Tolbert 2024
Author: Clockpunk Studios
Author URI: http://www.clockpunkstudios.com
Description: A child theme from Clockpunk Studios.
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clockpunk-studios
Template: astra
*/

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.tax_description {
  margin-bottom: 50px; }

.writing_excerpt {
  margin-bottom: 50px; 
  width:100%;
}
  @media (min-width: 768px) {
    .writing_excerpt {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; } }

.writing_inner {
  margin-top: 2rem; }

@media (min-width: 768px) {
  .writing_excerpt {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 0 50px; }
    .writing_excerpt h3 {
      margin-top: 0; }
    .writing_excerpt .writing_summary {
      flex: 0 0 75%;
      max-width: 75%; } }

.major_character {
  margin-top: -2rem; }

@media (min-width: 768px) {
  .writing_summary_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    min-width: 100%; } }

.writing_summary_wrap .cover_wrapper {
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .featured_article {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }

.writing_thumbnail {
  text-align: center; }
  @media (min-width: 768px) {
    .writing_thumbnail {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 25%;
      max-width: 25%;
      text-align: center; } }

.featured_cover img {
  width: 400px;
  margin: 10px auto; }

.writing_summary h2 {
  margin-top: 0; }

@media (min-width: 768px) {
  .writing_summary {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
    text-align: left; } }

@media (min-width: 768px) {
  .writing_inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }

.writing_sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .writing_sidebar {
      text-align: left;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  .writing_sidebar .buy_links_nav {
    margin-bottom: 1rem; }

.featured_cover {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .featured_cover {
      padding-left: 1em; } }

.writing_primary_column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .writing_primary_column {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  @media (min-width: 992px) {
    .writing_primary_column {
      margin-left: 8.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
  @media (min-width: 1200px) {
    .writing_primary_column {
      margin-left: 8.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }

@media (min-width: 1200px) {
  .related_characters_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .related_characters_wrapper .related_characters {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%; } }

@media (min-width: 1200px) {
  .related_appearances_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .related_appearances_wrapper .related_characters {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%; } }

@media (min-width: 768px) {
  .featured_writing_excerpt, .selected_publication.widget {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 40px; }
    .featured_writing_excerpt .section_header, .selected_publication.widget .section_header {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 18px; }
    .featured_writing_excerpt .writing_details, .selected_publication.widget .writing_details {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .featured_writing_excerpt .writing_description, .selected_publication.widget .writing_description {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
      .featured_writing_excerpt .writing_description h3, .selected_publication.widget .writing_description h3 {
        margin-top: 0; } }

.featured_writing_excerpt .featured_cover, .selected_publication.widget .featured_cover {
  padding-left: 0; }

.sidebar .featured_book_widget .writing_excerpt, .archive_sidebar .featured_book_widget .writing_excerpt {
  display: none; }

@media (min-width: 768px) {
  .sidebar .featured_writing_excerpt .writing_details, .sidebar .selected_publication .writing_details {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
  .sidebar .featured_writing_excerpt .writing_description, .sidebar .selected_publication .writing_description {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .sidebar .featured_writing_excerpt .writing_description h2, .sidebar .selected_publication .writing_description h2 {
      margin-top: 0;
      font-size: 1.8rem !important; } }

.buy_links_nav {
  margin: 0 auto 3rem;
  text-align: center; }
  .buy_links_nav .btn-group {
    width: 100%; }
  .buy_links_nav .dropdown-toggle {
    display: inline-block;
    text-align: center;

    max-width: 320px;
    width: 100%;
    margin: 10px auto; }
  .buy_links_nav .dropdown-menu {
    width: 100%;
    max-width:320px;
    padding: 5px; }
    .buy_links_nav .dropdown-menu a {
      color: #000 !important; }
      .buy_links_nav .dropdown-menu a:hover {
        color: #950000 !important; }
  .buy_links_nav .caret {
    position: relative;
    top: 11px;
    float: right; }

@media (min-width: 768px) {
  .extras_primary_column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    order: 2; }
    .extras_primary_column h2:first-child {
      margin-top: 0; } }

.extras_sidebar {
  text-align: left; }
  @media (min-width: 768px) {
    .extras_sidebar {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      order: 1; } }
  .extras_sidebar p.return {
    text-align: center; }

.writing_praise {
  margin: 3rem 0; }

.quote {
  margin-bottom: 12px; }
  .quote blockquote {
    border-left: 0;
    margin-bottom: 0; }
    .quote blockquote p {
      font-size: 1em;
      line-height: 1.4em; }
  .quote .attribution {
    text-align: right;
    font-style: italic; }

.other_books_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.other_books_widget .archive_link {
  text-align: right;
  clear: both;
  padding: 10px 0; }

.other_book {
  display: inline-block;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .other_book {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      margin-bottom: 20px; } }

.writing_covers {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  justify-content: center; }
  .writing_covers .writing_cover_excerpt {
    text-align: center;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 0 1.5rem; }
    .writing_covers .writing_cover_excerpt img {
      margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .writing_covers .writing_cover_excerpt {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (min-width: 768px) {
    .writing_covers.column_count-1 .writing_cover_excerpt {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .writing_covers.column_count-2 .writing_cover_excerpt {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .writing_covers.column_count-3 .writing_cover_excerpt {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media (min-width: 768px) {
    .writing_covers.column_count-4 .writing_cover_excerpt {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 768px) {
    .writing_covers.column_count-5 .writing_cover_excerpt {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }

.market_cover {
  text-align: center;
  transition: 1s;
  -webkit-transition: .5s;
  filter: opacity(100%); }

.search_main .writing_excerpt {
  margin: 0 auto; }

.blur {
  filter: opacity(0%); }

.cover_wrapper {
  margin-bottom: 2rem; }

.writing_title {
  margin-bottom: 3rem; }

.event_header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 1080px) {
    .event_header h1 {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; } }
  .event_header h4 {
    line-height: 1.1; }
    @media (min-width: 1080px) {
      .event_header h4 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 1.8rem; } }
  @media (min-width: 1080px) {
    .event_header .breadcrumbs {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1080px) {
    .event_header .location {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 50%;
      max-width: 50%;
      margin-right: 0;
      text-align: right; } }

.event_excerpt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 0 1rem; }

.main .event_excerpt {
  margin-bottom: 3rem; }

.event_title {
  margin-top: 0;
  border: none;
  font-weight: 500; }

.date_time {
  line-height: 26px; }
  @media (min-width: 1080px) {
    .date_time {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      margin-left: 0;
      margin-bottom: 30px; } }

.location {
  margin-top: 0;
  line-height: 26px; }

.excerpt_location a, .location a {
  margin-left: 16px;
  font-size: .6em; }

.events_breadcrumbs {
  margin-bottom: 10px; }

.date_icon {
  float: left;
  margin-left: -100%;
  display: inline-block;
  width: 60px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  text-indent: -3px;
  line-height: 1;
  font-weight: 300;
  border-radius: 3px;
  overflow: hidden; }
  .date_icon span {
    margin-top: 5px;
    font-size: 16px;
    padding: 6px 2px;
    text-transform: uppercase;
    display: block;
    background: #FFF;
    color: #000; }
  .date_icon .inner {
    background: #950000 no-repeat;
    padding-top: 5px;
    border: 1px solid #950000; }

.event_details {
  margin-left: 75px; }
  .event_details .excerpt p {
    display: inline; }

.detail_wrap {
  float: left;
  width: 100%; }

.more_link {
  text-align: right; }

  .no-clear {
    clear: none !important;
  }

  .read_listen_link {
    margin-bottom:20px;
    text-align: center;
  }
  .read_listen_link .button {
    display: inline-block;
    max-width: 320px;
    text-align:center;

  }
  .read_listen_link a:first-child {
    margin-right:12px;
  }