
/* make all body content images img-responsive */
.body-content img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media (min-width: 400px) {
  div.thumbnails img
  {
    max-width: fit-content;
  }
}

.thumbnails img {
  display: inline;
}

.inline-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.inline-list li {
  list-style-type: none;
  display: inline;
}

/* for galleries */
#post-index article.gallery {
    /* reduce horizontal padding so that inner max-width = 747px;*/
    padding: 50px 23px;
}

/* for all thumbnails */
div.thumbnails > ul {
    margin: auto;
    padding: 0px;
    max-width: 400px;
}

div.thumbnails > ul > li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    border: 0px;
    margin: 2px;
    vertical-align: middle;
    text-align: center;
    min-width: 47%;
    max-width: 47%;
}

div.thumbnails > ul > li > a {
    border: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
    background: none;
}

/* for blog posts */
@media (min-width: 500px) {
  article.post-text div.thumbnails,
  article.hentry div.thumbnails {
      padding-left: 0;
      padding-right: 15px;
      float: left;
  }

  article.post-text:nth-child(even) div.thumbnails,
  article.hentry:nth-child(even) div.thumbnails {
      padding-right: 0;
      padding-left: 15px;
      float: right;
  }
}

@media (max-width: 500px) {
  div.thumbnails {
      margin-top: 12px;
  }
}


/* post header */
.metadata a {
  text-decoration: none;
}

/* move translation links to the right */
.translations  {
  float: right;
}

/* try clearing video frame */
.fluid-width-video-wrapper {
  clear: both;
}

.intro-header .page-heading .heading-title {
    text-shadow: 1px 2px #808080;
}

.clear {
  clear: both;
}


audio,canvas,video{display:inline-block;*display:inline;*zoom:1}

/* Feature Image Caption */
.image-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 440px;
  padding: 10px 15px;
  background-color: rgba(34,34,34,0.5);
  color: white;
  text-align: right;
  z-index: 2;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.60em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  background-clip: padding-box;
}

.image-credit a {
  color: white;
  text-decoration: none;
}

.mfp-title {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: smaller;
}

.metadata {
    font-size: 0.75em;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.metadata p {
  margin: 2px 0;
  display: inline-block;
}


p.byline.author.vcard:after {
    content: ",";
}

/* customize vagabond title logo */
.navbar-brand>img#logo {
  display: inline;
  margin-top: -10px;
  margin-right: 10px;
}

span#blog-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
}

.post-share {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: rgba(187,187,187,0.8);
}
.post-share a {
  color: rgba(187,187,187,0.8);
}

/* footer */
hr.pagefooter {
  text-align: center;
  border-color: #404040;
  border-width: 1px;
}

footer.entry-meta {
  padding: 10px 0 10px;
}

footer#copyright {
  font-size: small;
}

.footer-wrapper {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 30px 10px 0 10px;
}

.footer-links {
  border-right: black 1px solid;
}

.footer-wrapper footer {
  padding: 0px;
}

.post-share-header {
  text-transform: uppercase;
  vertical-align: super;
}

@media (max-width: 424px) {
  .post-share-header {
    display: block !important;
  }
}

.social-icons {
  margin: 1em 0 2em;
}
.social-icons a {
  padding: 4px 8px;
}
.social-icons li {
  padding-left: 10px; padding-right: 10px;
}
.social-icons p>a, .social-icons li>a {
  border-bottom-width: 0;
}

/* enable multipl lines of navigation buttons */
.pager li > a {
  margin-bottom: 10px;
}

/* remove links on page (should bootstrap not do that already?) */
@media print {
  a[href]:after {
    content: none !important;
  }
}

ul.postlist li > time {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-right: 12px;
}
