body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson Text", Georgia, serif;
}

h1, .wbf-h1 { font-size: 30px; }
h2, .wbf-h2 { font-size: 24px; }
h3, .wbf-h3 { font-size: 21px; }
h4, .wbf-h4 { font-size: 18px; }
h5, .wbf-h5 { font-size: 17px; }
h6, .wbf-h6 { font-size: 16px; }

@media screen and (min-width: 768px) {
  h1, .wbf-h1 { font-size: 36px; }
  h2, .wbf-h2 { font-size: 30px; }
  h3, .wbf-h3 { font-size: 24px; }
  h4, .wbf-h4 { font-size: 21px; }
  h5, .wbf-h5 { font-size: 18px; }
  h6, .wbf-h6 { font-size: 16px; }
}

.wbf-h7 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #2a6496;
  text-decoration: underline;
}


/* Q&A */

.wbf-qna__question {
  margin-bottom: 0.5rem;
  font-weight: bold;
}


/* Photo */

.wbf-photo {
  border: 1px solid #f2f2f2;
  padding: 4px;
  border-radius: 2px;
}

.wbf-photo-aside-left {
  float: left;
  margin: 0 20px 5px 0;
}

.wbf-photo-aside-right {
  float: right;
  margin: 0 0 5px 20px;
}

.wbf-photo-caption {
  margin-top: 2px;
  color: #666;
  font-size: 11px;
}


/* Blockquote Figure */

.wbf-blockquote-figure {
  border-left: 5px solid #e5e5e5;
  padding: 10px 20px;
}


/* Term */

.wbf-term {
  font-weight: bold;
}


/* Blockquote Footer */

.wbf-blockquote-footer {
  color: #6c757d;
  font-size: 0.875em;
}

.wbf-blockquote-footer::before {
  content: "— ";
}

.wbf-blockquote-footer cite {
  font-style: italic;
}


/* Publication List */

.wbf-publication-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.wbf-publication-list li {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

.wbf-publication-list-year {
  display: block;
  width: 48px;
  border-radius: 4px;
  padding: 4px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
}

.wbf-publication-list-source {
  color: #666;
  font-style: italic;
}


/* Header */

.wbf-header {
  position: relative;
}

.wbf-header-navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5rem);
}

.wbf-header-navbar-wrapper .navbar {
  --bs-navbar-brand-font-size: 1em;
  --bs-navbar-toggler-font-size: 1em;
}

.wbf-header-navbar-wrapper .nav-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .wbf-header-navbar-wrapper .navbar {
    --bs-navbar-nav-link-padding-x: 0.75rem;
  }

  .wbf-header-navbar-wrapper .navbar-nav {
    --bs-nav-link-padding-y: 0.375rem;
    --bs-nav-link-font-size: 0.75em;
    gap: 0.25rem;
  }

  .wbf-header-navbar-wrapper .nav-link {
    border-radius: 1rem;
  }

  .wbf-header-navbar-wrapper .nav-link.active,
  .wbf-header-navbar-wrapper .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1200px) {
  .wbf-header-navbar-wrapper .navbar {
    --bs-navbar-nav-link-padding-x: 1rem;
  }

  .wbf-header-navbar-wrapper .navbar-nav {
    --bs-nav-link-padding-y: 0.25rem;
    --bs-nav-link-font-size: 0.875em;
    gap: 0.5rem;
  }
}

.wbf-header-banner-photo {
  height: 10rem;
}

.wbf-header-banner-photo--tall {
  height: 37.5vw;
}

.wbf-header-banner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Footer */

.wbf-footer-inner {
  color: #666;
  font-size: 85%;
  text-align: center;
}

.wbf-footer p {
  margin-bottom: 0;
}

.wbf-footer-inner {
  border-top: 1px solid #e5e5e5;
}

.wbf-subscribe {
  margin-bottom: 20px;
}

.wbf-subscribe-intro {
  margin-bottom: 10px;
}


/* Writing */

.wbf-writing-title {
  margin-bottom: 0.5rem;
}


/* Foo */

.wbf-foo {
  border-top: 1px solid #e5e5e5;
}


/* Community List */

.wbf-community-list {
  margin-bottom: 0;
}


/* Community Member */

.wbf-community-member {
  border-bottom: 1px solid #e5e5e5;
}

.wbf-community-member > span {
  display: block;
  padding: 1.25rem;
  color: var(--bs-body-color);
}

.wbf-community-member > a {
  display: block;
  padding: 1.25rem;
  color: var(--bs-body-color);
}

.wbf-community-member > a:hover {
  text-decoration: none;
}

.wbf-community-member__name {
  font-weight: 600;
}

a .wbf-community-member__name {
  color: #428bca;
}

a:hover .wbf-community-member__name {
  text-decoration: underline;
}

.wbf-community-member__training {
  margin-top: 0.125rem;
}

.wbf-community-member ul {
  font-size: 0.875em;
  list-style-type: disc;
}


/* Community Filters */

.wbf-community-filters {
  padding-top: 1.25rem;
  font-size: 14px;
}

.wbf-community-filters h4 {
  display: none;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wbf-community-filters h5 {
  margin-bottom: 0;
  padding-bottom: 0.25rem;
  color: #999;
  font-size: 12px;
  line-height: 17px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.wbf-community-filters ul {
  padding-left: 0;
  font-size: 12px;
}

.wbf-community-filters ul ul {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wbf-community-filters li {
  display: block;
  list-style: none;
}

.wbf-community-filters li li {
  margin: 0;
}

.wbf-community-filters a {
  display: block;
  border-radius: 4px;
  padding: 5px 10px;
}

.wbf-community-filters .active {
  background-color: #f2f2f2;
}


/* Table */

.wbf-table {
  margin-bottom: 0;
}

.wbf-table .wbf-table-track {
  width: 1%;
  text-align: center;
}

.wbf-table .wbf-table-audio {
  width: 40%;
}

.wbf-table .wbf-table-audio audio {
  display: block;
  width: 100%;
}

.wbf-table .wbf-table-download {
  width: 1%;
}


/* Mini Header */

.wbf-mini-header {
  color: #999;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}


/* Icon Link */

.wbf-icon-link:hover {
  text-decoration: none;
}

.wbf-icon-link:hover span {
  text-decoration: underline;
}


/* Book List */

.wbf-book-list {
  border-top: 1px solid #e5e5e5;
}


/* Book */

.wbf-book {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

.wbf-book-image {
  float: left;
}

.wbf-book-image a {
  display: block;
}

.wbf-book-image img {
  width: 60px;
  box-shadow: 0 1px 2px #999;
}

.wbf-book-description {
  margin-left: 75px;
}

.wbf-book-title {
  font-weight: bold;
}

.wbf-book-detail {
  margin-top: 2px;
  font-size: 85%;
}

.wbf-book-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wbf-book-detail li {
  padding-left: 8px;
}

.wbf-book-detail li:before {
  content: "·";
  padding-right: 8px;
}


/* Quote */

.wbf-quote {
  border-bottom: 1px solid #e5e5e5;
  font-size: 21px;
  font-style: italic;
  text-align: center;
}


/* Audio Module */

.wbf-audio-module {
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  padding: 1rem;
  background-color: #f2f2f2;
}


/* Post */

.wbf-post-title a {
  color: var(--bs-heading-color);
}


/* YouTube */

.wbf-youtube {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
}

.wbf-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
