@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.read_more, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  text-rendering: optimizeLegibility; }

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.wrapper-content {
  flex: 1 0 auto;
  position: relative; }

.wrapper-footer {
  flex-shrink: 0;
  margin: 1em; }

.hidden {
  display: none !important; }

.left {
  float: left; }

.right {
  float: right; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.inline {
  display: inline-block; }

.vertical-align {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center; }
  .vertical-align > li {
    display: inline-flex; }

.horizontal-align {
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center; }

ul li {
  line-height: 1.5; }

.hover-fade, .menu-toggle {
  transition: 250ms; }

.hover-fade a:hover, .hover-fade a:focus,
.hover-fade:hover, .hover-fade:focus,
a.hover-fade:hover, a.hover-fade:focus {
  opacity: 0.4;
  border: 0; }

.back-top {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  z-index: 99;
  border-radius: 0.5em;
  opacity: 0.15; }
  .back-top:hover {
    opacity: 1;
    cursor: pointer; }

.back-top i {
  font-size: 1.4rem;
  position: relative;
  top: 0.25rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.uppercase, .text-uppercase {
  text-transform: uppercase; }

.muted {
  opacity: 0.4; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

a:hover img {
  opacity: 0.4; }

.text-capitalize {
  text-transform: capitalize; }

body {
  line-height: 1.5; }

h1 {
  font-size: 2.25rem; }

h2, .nav-item, .post-title {
  font-size: 1.875rem; }

h3 {
  font-size: 1.375rem; }

h4, .nav-item--tag {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6, body {
  font-size: 1.0625rem; }

.blog-tagline {
  font-size: 1rem; }

.notes {
  font-size: 0.875rem;
  line-height: 1.6; }

small, .read_more, .small {
  font-size: 0.8125rem; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  text-align: center;
  margin-bottom: 1em; }

.wrapper-text a {
  border-bottom: 1px solid; }

a:hover {
  text-decoration: none;
  border-bottom: 0.05em solid; }

.notes a {
  opacity: 0.4;
  border-bottom: 0; }

small a:hover, .read_more a:hover {
  border-bottom: 0.01em solid; }

.text-bold {
  font-weight: bold; }

.credits {
  padding: 0.3em; }

.read_more {
  margin-bottom: 1em; }

h2.post-title, .wrapper-text h2, .caption h2:first-of-type {
  margin: 0.5em 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    h2.post-title, .wrapper-text h2 {
      margin: 1em 0; } }

.post-title a, .post-body h2 a {
  border: 0;
}

.caption h2:first-of-type:after, .wrapper-text h2:first-of-type:after, h2.post-title:after {
  content: "";
  height: 0.05em;
  margin: .2em auto 1em;
  display: block;
  width: 50%;
  height: 3px
  }
  @media only screen and (min-width: 768px) {
    .caption h2:first-of-type:after, .wrapper-text h2:first-of-type:after, h2.post-title:after {
      width: 25%;
    }
  }

h2 + h6 {
  margin-top: -0.5em;
  margin-bottom: 2em; }
  @media only screen and (min-width: 768px) {
    h2 + h6 {
      margin-top: -1.5em; } }

.source, h6.answerer {
  margin-top: 1em; }
  .source::before, .source::after, h6.answerer::before, h6.answerer::after {
    content: " – "; }
.source p {
  display: inline;
  }
.answerer-answer {
  margin-top: 1em;
  padding-top: 1em; }

.photoset-wrapper figure {
  max-width: 43.75rem; }

.avatar_frame {
  display: none; }

.notes-title {
  margin-top: 3em; }

.back-button {
  width: 100%;
  padding: 0.6em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .back-button:hover {
    cursor: pointer; }

.logo:hover {
  border: 0 !important; }

.logo-img {
  display: inline; }

.logo-img + h1 {
  display: inline;
  margin-left: 0.3em; }

.post-wrapper {
  margin: 0 0 1em; }
  @media only screen and (min-width: 992px) {
    .post-wrapper {
      margin: 1em 0 2em; } }

.wrapper-header {
  margin-top: 4.375rem; }

.wrapper-pagination {
  margin: 1em 0; }
  @media only screen and (min-width: 992px) {
    .wrapper-pagination {
      margin: 3em 0; } }

.wrapper-text {
  margin-top: 1em; }
  @media only screen and (min-width: 768px) {
    .wrapper-text {
      margin-top: 2em; } }

.wrapper-text p, .wrapper-text .post-meta, .wrapper-text .quote, .wrapper-text .conversation, .wrapper-text .link-excerpt, .wrapper-text table, .wrapper-text ul, .wrapper-text ol, .wrapper-text pre, .wrapper-text .notes-title {
  margin: auto auto 1em; }
  @media only screen and (min-width: 992px) {
    .wrapper-text p, .wrapper-text .post-meta, .wrapper-text .quote, .wrapper-text .conversation, .wrapper-text .link-excerpt, .wrapper-text table, .wrapper-text ul, .wrapper-text ol, .wrapper-text pre, .wrapper-text .notes-title {
      width: 50%; } }

@media only screen and (min-width: 992px) {
  .wrapper-text hr {
    width: 50%;
    margin: 2em auto; } }

article img, .photoset-wrapper figure, .link-thumbnail img, .tmblr-embed {
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    article img, .photoset-wrapper figure, .link-thumbnail img, .tmblr-embed {
      margin: 0 auto 2em; } }

.tmblr-embed iframe.instagram-media {
  margin: auto !important;
}

.post-meta a {
  border-bottom: 0; }

.btn-wrapper {
  position: relative;
  display: inline-block; }
  .btn-wrapper:not(:last-child)::after {
    content: " /";
    padding-right: 0.3em; }
  .btn-wrapper:hover {
    cursor: pointer; }

article footer {
  margin-bottom: 1.5em; }
  @media only screen and (min-width: 768px) {
    article footer {
      margin-bottom: 8em; } }

.like_button, .reblog_button {
  opacity: 0;
  z-index: 10;
  position: absolute; }

.btn-like,.btn-liked, .btn-reblog {
  z-index: 1;
  top: 0; }

.like_button.liked + .btn-like { opacity: 0 }
.like_button.liked {
  opacity: 1 ;
  position: absolute;
  top: 10%;
  left: 10%;
}


.quote {
  padding: 6.25rem 3.125rem 5rem;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .quote:before {
      content: "";
      display: block;
      position: absolute;
      width: 110%;
      height: 80%;
      z-index: -1;
      top: 10%;
      left: -5%;
      opacity: 0.05; } }

.conversation li {
  margin-bottom: 1em; }

h6.label {
  margin: 0;
  text-align: left;
  font-size: 0.9em;
  letter-spacing: 1px; }

.audio-embed iframe {
  max-width: 100%;
  align-items: center;
  justify-content: center;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .audio-embed iframe {
      max-height: 100vw; } }

.tumblr_video_container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto; }

.listing-title {
  margin-top: 1.5em;
  letter-spacing: 0.04em; }
  .listing-title:after {
    content: "";
    width: 3.125rem;
    height: 0.25rem;
    display: block;
    margin: 1.25rem auto; }

.btn {
  border-radius: 3em;
  line-height: 1;
  padding: 0.9em 1.5em;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.search-field {
  border: 0;
  padding: 0.5em 1em;
  line-height: 1;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 2em;
  height: 2.7rem;
  margin: 0;
  z-index: 1;
  font-size: 1em;
  float: left; }
  .search-field:focus {
    outline: 0; }

.search-btn.btn {
  height: 2.7rem;
  margin: 0;
  z-index: 0;
  position: relative;
  border-radius: 0;
  border-bottom-right-radius: 2em;
  border-top-right-radius: 2em;
  float: right; }
  .search-btn.btn:hover {
    opacity: 0.4; }

.view-more-button {
  height: auto; }

#menu {
  position: fixed;
  display: block;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }

.overlay-menu {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: auto; }

.menu-toggle {
  z-index: 50;
  position: fixed;
  top: -0.625rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  font-size: 0.875rem;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 1px; }
  .menu-toggle:hover {
    text-decoration: none;
    border-bottom: 0; }
  .menu-toggle:before {
    content: "";
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    transform: rotate(20deg);
    z-index: -1;
    position: absolute;
    top: -2.25rem;
    left: -0.75rem; }

.is-page .menu-toggle {
  top: -1.1rem; }
  .is-page .menu-toggle::before {
    content: none; }

.nav-item {
  padding: 0.3125rem;
  text-align: center;
  margin: 0.3em;
  line-height: 1; }
  .nav-item a:hover {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .nav-tags .nav-item {
    display: inline-block;
    margin: 0; } }

.site-nav-tags:before {
  content: "";
  width: 3.125rem;
  height: 0.25rem;
  display: block;
  margin: 1.25rem auto; }

.nav-item--tag {
  text-transform: capitalize;
  border: 1px solid;
  padding: 0 1em 0.2em 1em;
  border-radius: 2em;
  line-height: 1; }
  .nav-item--tag:hover a {
    text-decoration: none; }


.search-form { margin: 1em 0}
