
/* FREELANCER THEME ADAPTATION STYLES */

.bg-success .m-auto {
  /* Solves newsletter success message conflict */
  font-weight: bold;
  padding-top: 10px;
  color: darkgreen;
  background-color: white;
}

section#about .lead a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

/* BLOGIFIER THEME SPECIFIC STYLES */
.page-container {
  margin-top: 60px;
  margin-bottom: 40px;
}

.visible-feedback {
  display: inline-block;
}

verbatim {
  display: inline-block;
  padding-left: 40px;
  max-width: 600px;
  font-weight: 100;
}

h4 {
  margin-top: 10px;
}

footer p {
  font-size: 1.25rem;
}

figure.post-cover {
  margin-bottom: 16px;
}


.post-content p {
  font-size: 1.25rem;
}

/* Styles from theme.one */

.post-cover {
  width: 100%;
  height: 20rem;
  margin: 0;
  position: relative;
  background-color: #000
}

.post-cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  opacity: .9
}

  .post-cover-img .img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
  }

.post-cover-caption {
  display: block;
  max-width: 100%;
  width: calc(var(--bf-post-width) + 8rem);
  position: relative;
  bottom: calc(8rem / 2);
  margin: -1.5rem auto 0;
  color: #fff;
  font-size: .625rem;
  text-align: right;
  line-height: 1rem
}

  .post-cover-caption a, .post-cover-caption span {
    border-radius: .125rem;
    display: inline-block;
    padding: 0 .25rem;
    opacity: .7;
    color: #fff;
    background-color: rgba(0,0,0,.3)
  }

    .post-cover-caption a:hover, .post-cover-caption span:hover {
      opacity: 1;
      background-color: #000
    }

.post-cover::after {
  content: "";
  display: block;
  height: calc(8rem / 2);
  width: calc(var(--bf-post-width) + 8rem);
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  border-top-left-radius: var(--bf-radius, 0.125rem);
  border-top-right-radius: var(--bf-radius, 0.125rem)
}

.post-container {
  max-width: calc( var(--bf-post-width) + 3rem );
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem
}

.post-title {
  margin-bottom: 2.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 2.75rem;
  color: #000
}

.post-meta {
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-size: .875rem;
  font-weight: 300;
  color: #666;
  white-space: nowrap;
  cursor: default
}

.post-meta-item:not(:last-of-type) {
  margin-right: 1.75rem
}

.post-meta-label {
  display: block;
  font-size: .75rem;
  color: #999
}

.post-meta a {
  color: #666;
  text-decoration: none
}

  .post-meta a:hover {
    color: var(--bf-color)
  }

.post-meta-btn {
  height: 2rem;
  width: 2rem;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center
}

  .post-meta-btn .bi {
    width: 1.25rem;
    height: 100%;
    fill: #888
  }

  .post-meta-btn:hover .bi {
    fill: var(--bf-color)
  }

.post-meta-author {
  display: flex;
  align-items: center
}

.post-meta-author-img {
  margin-right: .5rem;
  border-radius: 100%
}

.post-meta-author-name {
  text-transform: capitalize
}

.post-meta-cats {
  word-break: keep-all
}

.post-meta-cats-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.post-meta-cats-item:not(:last-child) {
  margin-right: .125rem
}

  .post-meta-cats-item:not(:last-child) .post-meta-cats-link::after {
    content: ","
  }

.post-content {
  line-height: 1.8;
  margin-bottom: 4rem;
  hyphens: auto
}

  .post-content a {
    overflow-wrap: break-word;
    word-break: break-all
  }

  .post-content iframe, .post-content video, .post-content img {
    border-radius: .125rem
  }

  .post-content audio, .post-content video {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%
  }

.post-footer {
  margin-bottom: 4rem
}

.post-author {
  margin-bottom: 4rem;
  padding: 2rem;
  border-radius: var(--bf-radius);
  background-color: var(--bs-light)
}

.post-author-name {
  margin: 0 0 .25rem;
  font-size: 1.125rem;
  text-transform: capitalize
}

.post-author-bio {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  color: #000
}

.post-author-cover {
  margin: 0 1.5rem 0 0;
  min-width: 5rem
}

.post-author-img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%
}

.post #disqus_thread:not(:empty) {
  padding: 2rem;
  background-color: var(--bs-light);
  margin-bottom: 4rem
}

  .post #disqus_thread:not(:empty) > iframe {
    margin: 0 !important
  }

@media screen and (max-width: 767px) {
  .post {
    margin-top: -2rem
  }

  .post-cover {
    margin-bottom: 2rem;
    height: 14rem
  }

  .post-cover-caption {
    display: none
  }

  .post-cover::after {
    border-radius: 0;
    display: none
  }

  .post-title {
    font-size: 1.5rem;
    letter-spacing: 0
  }

  .post-meta {
    font-size: .75rem
  }

  .post-meta-item:not(:last-of-type) {
    margin-right: 1rem
  }

  .post-meta-cats-link::after {
    display: none
  }

  .post-meta-cats-item {
    display: none
  }

    .post-meta-cats-item:nth-child(1) {
      display: block
    }
}

.post-nav {
  margin-bottom: 4rem
}

.post-nav-item {
  position: relative;
  color: #000;
  text-decoration: none;
  display: block
}

  .post-nav-item:hover {
    color: var(--bf-color)
  }

.post-nav-title {
  z-index: 2;
  font-size: .875rem;
  font-weight: 600;
  margin: 0
}

.post-nav-text {
  opacity: .5;
  text-transform: uppercase;
  font-size: .75rem
}
