article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
#footer { display: none; }

 .tmblr-iframe--follow-teaser {
     visibility: hidden !important;
     display: none !important;
 }

@media screen and (max-width:970px) {
   .iframe-controls--desktop {
      display: none !important; 
   }
   .tmblr-iframe--controls-phone-container {
      padding-top: 0px;
      z-index: 420;
   }
   .iframe-controls--phone-mobile,
   .tmblr-iframe--app-cta-button {
      visibility: hidden !important;
      display: none !important;
   }
}
body.android .install-banner, body.ios .install-banner { display: none; }
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
button, html, select {
    font-family: sans-serif;
}
figure, form {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h2 {
    font-size: 1.5em;
    margin: .83em 0;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: .83em;
    margin: 1.67em 0;
}
h6 {
    font-size: .67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr, img {
    border: 0;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 16px auto;
    width: 108px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid transparent;
}
mark {
    background: #ff0;
    color: #000;
}
.reblog-list .post-body figure, dl, h3, menu, ol, p, pre, ul {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:after, q:before {
    content: none;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
nav ol, nav ul {
    list-style: none;
    list-style-image: none;
}
img {
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, select {
    font-size: 100%}
button, input, select {
    vertical-align: baseline;
}
button, input, select, textarea {
    margin: 0;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 502px;
}
.wide .main {
    max-width: 702px;
}
.sidebar {
    display: none;
}
@media screen and (min-width:502px) {
    .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}@media screen and (min-width:950px) {
    .regular: not(.likes-page):not(.following-page) .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 36px;
}
.regular:not(.likes-page):not(.following-page) .sidebar .widget {
    margin-bottom: 20px;
}
.regular:not(.likes-page):not(.following-page) .sidebar .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts {
    padding: 0;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .post {
    width: 95px;
    height: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px;
    overflow: hidden;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .post .post-content, .regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .post .post-thumbnail-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .post:nth-child(1) {
    -webkit-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    border-radius: 5px 0 0;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .post:nth-child(3) {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .post:nth-child(4) {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
.regular:not(.likes-page):not(.following-page) .sidebar .highlighted-posts .post:nth-child(6) {
    -webkit-border-radius: 0 0 5px;
    -moz-border-radius: 0 0 5px;
    border-radius: 0 0 5px;
}
.show-ads .sidebar {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}
}.highlighted-posts {
    padding-top: 20px;
}
.highlighted-posts .post-micro.post-type-photo .post-thumbnail-container, .highlighted-posts .post-micro.post-type-video .post-thumbnail-container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.highlighted-posts .post-micro {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.highlighted-posts .post-micro:last-child {
    margin-right: 0;
}
.highlighted-posts .post-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.highlighted-posts .post-content-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 0 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.blog-card .header-image-wrapper .header-image img, .highlighted-posts .permalink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%}
.related-posts-wrapper>h2 {
    text-shadow: 0px 2px 3px black;
    font-size: 16px;
    margin: 27px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
#page, .related-posts-wrapper article {
    position: relative;
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100%;
    width: 100%;
}
#posts article.visible .post-wrapper, .related-posts-wrapper article.visible .post-wrapper {
    overflow: visible;
}
.related-posts-cta {
    margin: 5px auto 30px;
    text-align: center;
}
.related-posts-cta .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
}
.related-posts-cta .button.bordered {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 10px 6px;
    margin: 0 2px 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    font-size: 16px;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #aaaa;
    text-transform: uppercase;
}
.related-posts-cta .button.bordered:hover {
    background: #333a;
}
.android .related-posts-cta .button.see-more, .ios .related-posts-cta .button.see-more, .related-posts-cta .button.open-in-app {
    display: none;
}
.android .related-posts-cta .button.open-in-app, .ios .related-posts-cta .button.open-in-app {
    display: inline-block;
}
.install-banner {
    display: none;
    background: #36465d;
    color: #fff;
    font-weight: 700;
    margin: 16px 0;
    padding: 17px;
}
.install-banner .install-banner-inner {
    max-width: 320px;
    margin: auto;
    position: relative;
}
.install-banner .copy {
    display: inline-block;
    line-height: 1.5;
}
.install-banner .logo-wrapper {
    display: inline-block;
    width: 43px;
    height: 43px;
    color: #fff;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
}
.install-banner .install-button {
    display: block;
    background: #529ecc;
    color: #fff;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    padding: 10px;
}
.reblog_sm { font-family: "Font Awesome 6 Free" !important; }
.reblog_button { font-family: "Font Awesome 6 Free" !important; }
.like_button { font-family: "Font Awesome 6 Free" !important; }
.share-control { font-family: "Font Awesome 6 Free" !important; }
.inline-meta .recommendation-reason: before, .link-wrapper .link-title:after, .logo-wrapper .search-wrapper .search-field-label:before, .pop-menu ul li a .arrow:before, .post-controls .control.share-control .share:before, .post-controls .like_button.liked.interacted:after, .post-controls .like_button.liked:before, .post-controls .like_button:before, .post-controls .reblog_button:before, .reblog-link .reblog-icon:before, .reblog-link .reblog_sm:before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
}
[class*=" icon_"], [class^=icon_] {
    line-height: 1;
}
[data-icon]:before {
    content: attr(data-icon);
}
.icon_arrow_carrot_right:before, .icon_close:before, .icon_dotdotdot:before, .icon_like:before, .icon_like_filled:before, .icon_noop:before, .icon_pinned_post:before, .icon_reblog:before, .icon_reblog_sm:before, .icon_reply_filled:before, .icon_search:before, [data-icon]:before {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.icon_arrow_carrot_right:before, .pop-menu ul li a .arrow:before {
    content: "\f35a";
    font-family: "Font Awesome 6 Free";
    }
.icon_close:before {
    content: "\f410";
    font-family: "Font Awesome 6 Free";
    }
.icon_dotdotdot:before {
    content: "\f141";
    font-family: "Font Awesome 6 Free";
    }
.icon_like:before {
    content: "️\f004";
    font-family: "Font Awesome 6 Free";
    }
.icon_like_filled:before {
    content: "\f004";
    font-family: "Font Awesome 6 Free";
    }
.icon_noop:before {
    content: "Where the hell is this even used?";}
.icon_reblog:before {
    content: "\f079";
    font-family: "Font Awesome 6 Free";
    }
.icon_reblog_sm:before {
    content: "\f079";
    font-family: "Font Awesome 6 Free";
    }
.icon_reply_filled:before {
    content: "\f3e5";
    font-family: "Font Awesome 6 Free";
    }
.icon_search:before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    }
.blogs {
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}
body.following-page .content {
    max-width: 100%;
    text-align: center;
}
.blog-card-popover {
    position: absolute;
    z-index: 15;
    top: 25px;
    left: 10px;
}
.blog-card .header-image-wrapper .header-image.contain img, .blog-card-popover .blog-card {
    opacity: 1;
}
.blog-card {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px;
    text-align: center;
    vertical-align: top;
    opacity: 0;
}
.blog-card, .blog-card .indash-tumblelog-compact {
    position: relative;
    overflow: hidden;
}
.blog-card .indash-header-wrapper {
    min-height: 50px;
    height: 100%;
    position: relative;
    width: 100%}
.blog-card .indash-header-wrapper.no-header-image, .no-image.avatar-hidden #header, .no-image.avatar-style-hidden #header {
    padding-top: 50px;
}
.blog-card .header-image-wrapper, .blog-card .navigation {
    height: 158px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.blog-card .header-image-wrapper .header-image {
    background-color: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 9;
    opacity: 1;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.blog-card .header-image-wrapper .header-image img {
    left: 0;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.blog-card .header-image-wrapper .header-image.contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.blog-card .header-image-wrapper .header-image:after {
    content: '';
    position: absolute;
    height: 65px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, .8) 0%, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .8) 0%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%, transparent 100%);
    pointer-events: none;
}
.blog-card .navigation {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    pointer-events: none;
}
.blog-card .navigation h3 {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 0 15px 0 10px;
    text-align: left;
}
.blog-card .navigation .blog-name {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: inherit;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: all;
}
.blog-card .navigation .follow {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    margin: 10px;
    padding: 4px 7px 5px;
    vertical-align: top;
    background: #fff;
    border: 0;
    color: #444;
    min-width: 69px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.blog-card .navigation-inner {
    line-height: 30px;
    padding: 10px;
    position: relative;
    text-align: right;
    white-space: nowrap;
}
.blog-card .navigation .full-url, .blog-card .navigation .name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 186px;
    display: block;
}
.blog-card .avatar {
    -webkit-box-shadow: 0 0 0 3px;
    -moz-box-shadow: 0 0 0 3px;
    box-shadow: 0 0 0 3px;
    margin: 10px auto 0;
    height: 64px;
    width: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.blog-card .avatar.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.blog-card .avatar img {
    opacity: 0;
    width: 100%;
    height: 100%}
.blog-card .header-image-wrapper+.avatar {
    margin-top: -48px;
}
.blog-card .info {
    padding: 12px 10px 0;
}
.blog-card .title {
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 1.2;
    word-wrap: break-word;
}
.blog-card .description {
    position: relative;
    line-height: 16px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
    opacity: .7;
}
.blog-card .description .description-inner {
    max-height: 48px;
    height: 100%;
    overflow: hidden;
}
.blog-card .description-gradient {
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.answer .avatar_frame:after, .like .avatar_frame:after, .note.like .avatar_frame:after, .reblog-list .post-reblog-header .post-avatar.sub-icon-reblog:after, .reblog:not(.original_post) .avatar_frame:after, .reply .avatar_frame:after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    right: -7px;
    bottom: -6px;
    overflow: hidden;
    pointer-events: none;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
}
.like .avatar_frame:after, .note.like .avatar_frame:after {
    content: "\f004";
    background-color: #d95e40;
    font-size: 10px;
    text-align: center;
    line-height: 1.6;
}
.reblog-list .post-reblog-header .post-avatar.sub-icon-reblog:after, .reblog:not(.original_post) .avatar_frame:after {
    content: "\f079";
    background-color: #56bc8a;
    text-indent: 2px;
}
.answer .avatar_frame:after, .reply .avatar_frame:after {
    content: "\f3e5";
    background-color: #529ecc;
    font-size: 10.5px;
    text-indent: 2.5px;
}
.panel {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 1;
}
.inline-meta {
    width: 100%;
    font-size: 14px;
}
.inline-meta .meta-item {
    display: inline-block;
    margin-right: 10px;
    color: #ECECEC;
    text-decoration: none;
    line-height: 1.2;
}
.inline-meta .meta-item:hover {
    color: #8c8c8c;
}
.inline-meta .recommendation-reason {
    color: #00cf35;
    font-weight: 700;
}
.inline-meta .recommendation-reason:before {}
.inline-meta .recommendation-reason::before {
    position: relative;
    font-size: 29px;
    top: 5px;
    right: -4px;
}
.inline-meta .recommendation-reason:hover {
    color: #00cf35;
}
.date-notes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.date-notes .date-note-wrapper {
    padding: 11px 15px 0px 15px;
}
.date-notes .date-note-wrapper>span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.date-notes .post-date.post-date {
    display: none;
}
.permalink .date-notes .post-date.post-date {
    display: inline-block;
}
.date-notes .post-notes {
    font-weight: 700;
}
.notes-wrapper-header {
    display: none;
    text-align: center;
    padding: 10px 13px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #666;
}
.notes-wrapper-header-close {
    float: right;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.notes-anchor {
    padding-top: 126px;
    margin-top: -126px;
    width: 1px;
}
.notes-wrapper {
    position: static;
    bottom: -45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    left: 65px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .1);
    display: none;
    z-index: 5;
}
.notes-wrapper.show {
    display: block;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
}
.notes-wrapper.active {
    opacity: 1;
}
.notes-wrapper .notes {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 69vh;
    overflow: scroll;
    width: 100%;
    background-color: #0005;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.notes-wrapper .notes li {
    color: #ECECEC;
    font-size: 14px;
    padding: 14px 0 9px;
    border-top: 1px solid #eee;
}
.notes-wrapper .notes li:first-child {
    border-top: 0;
}
.notes-wrapper .notes li.more_notes_link_container {
    padding: 0;
}
.notes-wrapper .notes li.more_notes_link_container .more_notes_link, .notes-wrapper .notes li.more_notes_link_container .notes_loading {
    padding: 14px 0 9px;
}
.notes-wrapper .notes a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}
.notes-wrapper .notes a:hover {
    color: rgba(90, 90, 90, .7);
}
.notes-wrapper .notes blockquote {
    border-left: 2px solid #eee;
    font-size: inherit;
    line-height: 1.4;
    margin: 3px 35px 0;
    quotes: none;
    padding: 0 0 0 10px;
}
.notes-wrapper .notes .reply, .post-content p {
    margin: 0;
}
.notes-wrapper .notes .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    position: relative;
    width: 25px;
}
.notes-wrapper .notes .action {
    float: left;
    width: 80%}
.notes-wrapper .notes .note {
    border: none;
    padding: 10px 15px;
    color: #ECECEC;
}
.notes-wrapper .notes .note a {
    color: #ECECEC;
}
.notes-wrapper .notes .note .more_notes_link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #858585;
    display: block;
}
.avatar_frame {
    display: block;
    float: left;
    position: relative;
    margin: -2px 12px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.avatar_frame:after {
    background-image: none;
}
.reblog .avatar_frame:after {
    display: block;
    background-position: 0 0;
}
.like .avatar_frame:after {
    display: block;
    background-position: -28px 0;
}
.answer .avatar_frame:after, .reply .avatar_frame:after {
    display: block;
    background-position: -56px 0;
}
.original_post .avatar_frame:after, .tag .avatar_frame:after {
    display: none;
}
.comments {
    margin: 25px 20px 20px;
    position: relative;
    padding: 0;
}
.comments:before {
    content: '';
    top: 0;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    margin: -20px;
    padding: 20px;
}
.android .date-note-wrapper, .ios .date-note-wrapper {
    margin-left: 15px;
}
.android .notes-anchor, .ios .notes-anchor {
    padding-top: 129px;
    margin-top: -129px;
}
.android .notes-wrapper, .ios .notes-wrapper {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: initial;
    max-height: 40vh;
    position: relative;
    z-index: 5;
    -webkit-overflow-scrolling: touch;
}
.android .notes-wrapper .notes-wrapper-header, .ios .notes-wrapper .notes-wrapper-header {
    display: block;
}
.android .notes-wrapper .notes, .ios .notes-wrapper .notes {
    max-height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
}
.android .notes-pop-container.active:before, .ios .notes-pop-container.active:before {
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: 5;
}
.ad {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.ad .ad-header {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
}
.ad .ad-footer a {
    font-size: 13px;
}
.ad .ad-wrapper {
    position: relative;
    height: 250px;
}
.ad .ad-fallback {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
}
.ad .ad-fallback, .ad .ad-placeholder, .ad .darla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.npf-link-block, .npf-link-block .poster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.npf-link-block {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 15px;
}
.npf-link-block>a, .post-content .answerer-answer .tmblr-full>img, .post-content .asker-question .tmblr-full>img, .post-content .body-text .tmblr-full>img, .post-content .caption .tmblr-full>img, .post-content .replies .tmblr-full>img, .post-content .source .tmblr-full>img {
    width: 100%}
.ad .ad-footer a, .post-content h1.title a, .post-content h2.title a, .post-wrapper .npf-link-block>a {
    text-decoration: none;
}
.npf-link-block.no-poster .title {
    padding: 0 10px;
}
.npf-link-block .poster {
    height: 250px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
.npf-link-block .poster .title {
    color: #fff;
    font-weight: 700;
    padding: 0 25px;
    position: absolute;
}
.npf-link-block .poster:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .33;
}
.npf-link-block .title {
    font-size: 25px;
    overflow: hidden;
    line-height: 34px;
    max-height: 136px;
}
.npf-link-block .bottom {
    padding: 10px;
    line-height: 24px;
}
.npf-link-block .bottom .description {
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
}
.npf-link-block .bottom .site-name {
    margin-top: 10px;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.reblog-list {
    margin-bottom: 10px;
}
.reblog-list .post-reblog-trail-item {
    padding: 15px 20px;
    border-top: 1px solid #666;
}
.reblog-list .post-reblog-trail-item:first-child {
    border-top: 0;
}
.reblog-list .post-reblog-trail-item:last-child {
    padding-bottom: 0;
}
.reblog-list .post-reblog-header {
    font-size: 13px;
    margin-bottom: 10px;
}
.reblog-list .post-reblog-header .post-avatar {
    width: 25px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.reblog-list .post-reblog-header .post-tumblelog-name {
    display: inline-block;
}
.reblog-list .post-reblog-header .post-avatar-image {
    width: 25px;
    height: 25px;
}
.reblog-list .post-reblog-header .post-tumblelog-name {
    color: #ECECEC;
    font-weight: 700;
    text-decoration: none;
}
.tagged-page-cta {
    text-align: center;
    margin-bottom: 10px;
}
.tagged-page-cta .tagged-page-cta-desc {
    text-shadow: 0px 2px 3px black;
    font-size: 16px;
    margin: 27px 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.tagged-page-cta .tagged-page-cta-tag {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 10px 6px;
    margin: 0 2px 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    font-size: 16px;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #aaaa;
}
.tagged-page-cta .tagged-page-cta-tag:hover {
    background: #333a;
}
html {
    top: 0!important;
}
body, input, textarea {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
body {
    line-height: 1.4;
}
a {
    color: #529ecc;
    text-decoration: underline;
}
iframe, img, object {
    vertical-align: middle;
}
input, textarea {
    color: #333;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.hidden {
    display: none!important;
}
.hidden, .invisible {
    visibility: hidden;
}
.print-only {
    display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: ""}
.clearfix:after {
    clear: both;
}
br.clear, div.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.glass {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.glass.active {
    display: block;
}
.pop-menu {
    display: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 35px;
    left: -64px;
    width: 146px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    z-index: 10;
}
.pop-menu ul {
    float: none;
    margin: 0!important;
    padding: 0;
}
.pop-menu ul li {
    border-left: none;
    float: none;
    height: auto;
    position: relative;
    width: auto;
}
.pop-menu.show {
    display: block;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .25s cubic-bezier(.68, -.55, .265, 1.55);
}
.pop-menu.active {
    opacity: 1;
}
.pop-menu ul li:not(.no-hover):hover {
    background: #e6eff7;
}
.pop-menu ul li:first-child:hover {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.pop-menu ul li:last-child {
    border-bottom: none;
}
.pop-menu ul li:last-child:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.pop-menu ul li:first-child {
    border-top: none;
}
.pop-menu ul li a {
    background: 0 0;
    color: #444;
    display: block;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 6px 30px 6px 10px;
    position: relative;
    text-decoration: none;
    width: auto;
}
.pop-menu ul li a .arrow {
    font-size: 11px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.share-menu {
    bottom: 25px;
}
.share-menu.active {
    bottom: 30px;
}
body:not(.ios) .share-menu ul li:nth-child(2):hover {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.share-menu ul li a, .share-menu ul li a:hover {
    opacity: 1;
}
.header-image.cover img, .pop-menu ul li.open-in-app {
    display: none;
}
body:not(.mobile_bar) #tumblr_controls {
    z-index: 4;
}
.mobile_bar #tumblr_controls {
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -o-animation: none!important;
    animation: none!important;
    position: fixed;
}
body.is-scrolling {
    pointer-events: none;
}
body.is-scrolling #posts * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.logo-wrapper, body.no-scroll {
    overflow: hidden;
}
#header {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.no-image #header {
    padding-top: 140px;
}
.logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 54px;
    color: #fff;
}
.logo-wrapper .t-logo {
    display: block;
    float: left;
    color: inherit;
    outline: none;
}
.blog-title a:active, .logo-wrapper .t-logo:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}
.logo-wrapper .t-logo:active .large-shadow {
    -webkit-transform: translateX(-1px) translateY(-1px);
    -moz-transform: translateX(-1px) translateY(-1px);
    -ms-transform: translateX(-1px) translateY(-1px);
    -o-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
}
.logo-wrapper .t-logo .svg-logo {
    padding: 9px 8px 6px 20px;
    height: 39px;
    width: 29px;
}
.logo-wrapper .t-logo .outer {
    fill: currentColor;
}
.logo-wrapper .t-logo .large-shadow {
    opacity: .25;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.logo-wrapper .t-logo .small-shadow {
    fill: #000;
    opacity: .25;
}
.logo-wrapper .search-wrapper {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}
.logo-wrapper .search-wrapper .search-field-label {
    display: block;
}
.logo-wrapper .search-wrapper .search-field-label:before {
    content: "\f002"}
.logo-wrapper .search-wrapper .search-field-label::before {
    position: absolute;
    font-size: 29px;
    color: inherit;
    z-index: 2;
    left: 0;
    top: 8px;
}
.logo-wrapper .search-wrapper .search-field {
    height: 54px;
    color: inherit;
    border: none;
    outline: none;
    margin: 0;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    background: 0 0;
    position: relative;
    padding: 0 0 0 33px;
}
.logo-wrapper .search-wrapper .search-field::-webkit-input-placeholder {
    color: inherit;
    text-overflow: ellipsis!important;
}
.logo-wrapper .search-wrapper .search-field:-moz-placeholder, .logo-wrapper .search-wrapper .search-field::-moz-placeholder {
    color: inherit;
    text-overflow: ellipsis!important;
}
.logo-wrapper .search-wrapper .search-field:-ms-input-placeholder {
    color: inherit;
    text-overflow: ellipsis!important;
}
.is_lightbox .logo-wrapper, .is_lightbox .logo-wrapper-bg {
    z-index: 0;
}
.header-wrapper.no-title-desc.avatar-style-circle, .header-wrapper.no-title-desc.avatar-style-square {
    margin-bottom: 30px;
}
.no-title-desc.avatar-style-circle .nav-wrapper, .no-title-desc.avatar-style-square .nav-wrapper {
    margin-top: 30px;
}
.no-title-desc .nav-wrapper {
    margin-top: 10px;
}
.nav-wrapper.nav-responsive {
    overflow: hidden;
    white-space: nowrap;
}
.nav-wrapper.nav-responsive .inline-nav {
    overflow: hidden;
    position: relative;
}
.nav-wrapper.nav-responsive .inline-nav.draggable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.nav-wrapper.nav-responsive .inline-nav.draggable.dragging {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.nav-wrapper.nav-responsive .inline-nav::-webkit-scrollbar {
    display: none;
}
.nav-wrapper.nav-responsive .inline-nav::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    margin-top: 7px;
}
.nav-wrapper .inline-nav {
    margin: 7px 0 0;
    padding: 0;
    text-align: center;
}
.nav-wrapper .nav-item {
    display: inline-block;
    margin: 5px 10px;
}
.nav-wrapper .nav-item .label {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-wrapper .nav-item .label.current-page {
    padding-bottom: 5px;
    border-bottom: 2px solid;
}
.nav-wrapper.nav-fixed {
    position: fixed;
    top: 47px;
    left: 0;
    right: 0;
    z-index: 20;
}
.header-image-wrapper {
    position: relative;
    height: 350px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: height .25s linear;
    -o-transition: height .25s linear;
    -moz-transition: height .25s linear;
    transition: height .25s linear;
}
.iframe .header-image-wrapper {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.header-image {
    background: 50% 50% no-repeat;
    display: block;
    height: 100%;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    transition: opacity .15s ease;
}
.header-image img {
    max-width: 80%;
    max-height: 80%;
    max-height: -webkit-calc(100% - 100px);
    max-height: -moz-calc(100% - 100px);
    max-height: calc(100% - 100px);
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-image.contain {
    background-image: none!important;
    margin: auto;
}
.grid.permalink .header-image.contain, .regular .header-image.contain {
    max-width: 700px;
}
.narrow .header-image.contain {
    max-width: 500px;
}
.iframe .header-image {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.header-image.loaded {
    opacity: 1;
}
.top-blog-header .header-image.cover.loaded:after {
    content: '';
    position: absolute;
    height: 65px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, .4) 0%, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .4) 0%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, transparent 100%);
}
.header-image.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin: 0 -1px;
}
.header-image.cover:not(.loaded)+.loader-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(68, 68, 68, .1);
}
.title-group.animate {
    -webkit-animation: slide-fade-in .8s ease;
    -moz-animation: slide-fade-in .8s ease;
    -o-animation: slide-fade-in .8s ease;
    animation: slide-fade-in .8s ease;
}
.blog-title-wrapper {
    text-align: center;
}
.blog-title {
    font-size: 56px;
    line-height: 1.2;
    margin: 40px 0 0;
    word-wrap: break-word;
}
.blog-title a {
    color: #444;
    display: block;
    text-decoration: none;
}
.description {
    color: #666;
    margin: 50px 0 0;
    display: block;
}
.description iframe, .description img, .description object, .post img {
    max-width: 100%;
    height: auto;
}
.avatar-hidden .description {
    margin-top: 25px;
}
.blog-title+.description {
    margin-top: 10px!important;
}
.avatar-wrapper {
    left: 50%;
    margin-left: -57px;
    position: absolute;
    top: -78px;
}
.avatar-wrapper.animate {
    -webkit-animation: grow .5s cubic-bezier(.23, 1, .32, 1);
    -moz-animation: grow .5s cubic-bezier(.23, 1, .32, 1);
    -o-animation: grow .5s cubic-bezier(.23, 1, .32, 1);
    animation: grow .5s cubic-bezier(.23, 1, .32, 1);
}
.avatar-wrapper:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}
.user-avatar {
    background: #666 50% 50% no-repeat;
    -webkit-background-size: 106px 106px;
    -moz-background-size: 106px 106px;
    background-size: 106px 106px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    height: 106px;
    width: 106px;
    border: 4px solid #f6f6f6;
    position: relative;
}
.avatar-style-square .avatar-wrapper {
    margin-left: -53px;
}
.avatar-style-square .user-avatar {
    border: none;
    -webkit-box-shadow: 0 0 0 4px #f6f6f6;
    -moz-box-shadow: 0 0 0 4px #f6f6f6;
    box-shadow: 0 0 0 4px #f6f6f6;
}
.avatar-hidden .avatar-wrapper, .avatar-style-hidden .avatar-wrapper, .likes-page .meta-item.reblog-link, .likes-widget .meta-item.reblog-link, .post-controls .reblog_button svg, .reblogged .meta-item.reblog-link {
    display: none;
}
.avatar-style-circle .user-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
#header.no-image .avatar-wrapper {
    margin-left: -50px;
}
#header.no-image .user-avatar {
    border: none;
}
.avatar-hidden .blog-title {
    margin-top: 23px;
}
.content {
    margin-left: auto;
    margin-right: auto;
    padding: 1px 20px;
    position: relative;
    z-index: 2;
    min-width: 270px;
}
.narrow .main {
    max-width: 502px;
}
#posts {
    margin-top: 69px;
    margin-bottom: 69px;
    z-index: 10;
}
#posts.no-title-desc.avatar-hidden, #posts.no-title-desc.avatar-style-hidden, .contain-header-image #posts.no-title-desc.no-image.avatar-hidden {
    margin-top: 27px;
}
#posts.no-title-desc.avatar-style-circle:not(.show-nav), #posts.no-title-desc.avatar-style-square:not(.show-nav) {
    margin-top: 70px;
}
.contain-header-image #posts.no-title-desc.avatar-hidden:not(.show-nav) {
    margin-top: 0;
}
#posts article {
    margin-bottom: 30px;
    position: relative;
}
.post-wrapper {
    background-color: #00000088;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #666;
}
.post-wrapper a {
    color: inherit;
    text-decoration: underline;
}
.post-header {
    display: none;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #666a;
    background-color: #0005;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.post-content h1 a, .post-content h2 a, .post-content h3 a, .post-content h4 a, .post-content h5 a, .post-content h6 a, .post-header .post-blog {
    color: inherit;
}
.post-header .blog-avatar {
    width: 30px;
    height: 30px;
    margin-right: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.post-header a {
    color: #ECECEC;
    text-decoration: none;
}
.post-header.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.likes-page .post-header, .likes-widget .post-header, .reblogged .post-header {
    display: block;
}
.likes-page .photo .photo-wrapper, .likes-widget .photo .photo-wrapper, .reblogged .photo .photo-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.post {
    padding: 0;
    position: relative;
    word-wrap: break-word;
    overflow: hidden;
}
.post-content h1, .post-content h2 {
    line-height: 1.16;
}
.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    line-height: 1.16;
    margin: 16px 0;
}
.post-content .inlineEmbed:first-child, .post-content dl:first-child, .post-content h1:first-child, .post-content h2:first-child, .post-content h3:first-child, .post-content h4:first-child, .post-content h5:first-child, .post-content h6:first-child, .post-content menu:first-child, .post-content ol:first-child, .post-content ul:first-child {
    margin-top: 0;
}
.post-content .answerer-answer figure:last-child, .post-content .asker-question figure:last-child, .post-content .body-text figure:last-child, .post-content .caption figure:last-child, .post-content .inlineEmbed:last-child, .post-content .replies figure:last-child, .post-content .source figure:last-child, .post-content blockquote:last-child, .post-content dl:last-child, .post-content h1:last-child, .post-content h2:last-child, .post-content h3:last-child, .post-content h4:last-child, .post-content h5:last-child, .post-content h6:last-child, .post-content menu:last-child, .post-content ol:last-child, .post-content ul:last-child {
    margin-bottom: 0;
}
.post-content h1, .post-content h2 {

    font-weight: 400;
    margin: .75em 0;
}
.post-content h1, .post-content h1.title, .post-content h2.title {
    font-size: 26px;
}
.post-content h2 {
    font-size: 22px;
}
.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-size: 15px;
    font-weight: 700;
}
.post-content img+p, .post-content p+img, .post-content p+p {
    margin-top: 1em;
}
.post-content .inlineEmbed, .post-content dl, .post-content menu, .post-content ol, .post-content ul {
    margin: 1em 0;
}
.post-content blockquote {
    border-left: 3px solid #eee;
    margin: 1em 0;
    padding-left: 20px;
}
.post-content .caption {
    margin: 20px;
}
.post-content .answerer-answer figure, .post-content .asker-question figure, .post-content .body-text figure, .post-content .caption figure, .post-content .replies figure, .post-content .source figure {
    margin: 1em 0;
    text-align: center;
}
.post-content .answerer-answer figure+figure, .post-content .asker-question figure+figure, .post-content .body-text figure+figure, .post-content .caption figure+figure, .post-content .replies figure+figure, .post-content .source figure+figure {
    margin-top: 0;
}
.post-content .answerer-answer figure p.tmblr-attribution, .post-content .asker-question figure p.tmblr-attribution, .post-content .body-text figure p.tmblr-attribution, .post-content .caption figure p.tmblr-attribution, .post-content .replies figure p.tmblr-attribution, .post-content .source figure p.tmblr-attribution {
    margin-top: 0;
    background-color: #333;
    color: #a1a1a1;
    font-size: 12px;
    text-align: left;
    padding: 5px 20px;
}
.post-content .answerer-answer figure p.tmblr-attribution a, .post-content .asker-question figure p.tmblr-attribution a, .post-content .body-text figure p.tmblr-attribution a, .post-content .caption figure p.tmblr-attribution a, .post-content .replies figure p.tmblr-attribution a, .post-content .source figure p.tmblr-attribution a {
    text-decoration: none;
    background-image: none;
    margin: -5px -20px;
    padding: 5px 20px;
    color: #a1a1a1;
    display: block;
    position: relative;
}
.post-content .body-text .tmblr-embed, .post-content .body-text .tmblr-full, .post-content .caption .tmblr-embed, .post-content .caption .tmblr-full {
    margin-left: -20px;
    margin-right: -20px;
}
.post-content .source .tmblr-embed, .post-content .source .tmblr-full {
    margin-right: -20px;
}
.post-content .answerer-answer .tmblr-embed, .post-content .answerer-answer .tmblr-full, .post-content .asker-question .tmblr-embed, .post-content .asker-question .tmblr-full, .post-content .replies .tmblr-embed, .post-content .replies .tmblr-full {
    margin-left: -20px;
    margin-right: -20px;
}
.post-content .answerer-answer .tmblr-embed p, .post-content .answerer-answer .tmblr-full p, .post-content .asker-question .tmblr-embed p, .post-content .asker-question .tmblr-full p, .post-content .body-text .tmblr-embed p, .post-content .body-text .tmblr-full p, .post-content .caption .tmblr-embed p, .post-content .caption .tmblr-full p, .post-content .replies .tmblr-embed p, .post-content .replies .tmblr-full p, .post-content .source .tmblr-embed p, .post-content .source .tmblr-full p {
    padding-left: 20px;
    padding-right: 20px;
}
.post-content .answerer-answer .tmblr-embed .tmblr-embed, .post-content .answerer-answer .tmblr-embed .tmblr-full, .post-content .answerer-answer .tmblr-full .tmblr-embed, .post-content .answerer-answer .tmblr-full .tmblr-full, .post-content .answerer-answer blockquote .tmblr-embed, .post-content .answerer-answer blockquote .tmblr-full, .post-content .asker-question .tmblr-embed .tmblr-embed, .post-content .asker-question .tmblr-embed .tmblr-full, .post-content .asker-question .tmblr-full .tmblr-embed, .post-content .asker-question .tmblr-full .tmblr-full, .post-content .asker-question blockquote .tmblr-embed, .post-content .asker-question blockquote .tmblr-full, .post-content .body-text .tmblr-embed .tmblr-embed, .post-content .body-text .tmblr-embed .tmblr-full, .post-content .body-text .tmblr-full .tmblr-embed, .post-content .body-text .tmblr-full .tmblr-full, .post-content .body-text blockquote .tmblr-embed, .post-content .body-text blockquote .tmblr-full, .post-content .caption .tmblr-embed .tmblr-embed, .post-content .caption .tmblr-embed .tmblr-full, .post-content .caption .tmblr-full .tmblr-embed, .post-content .caption .tmblr-full .tmblr-full, .post-content .caption blockquote .tmblr-embed, .post-content .caption blockquote .tmblr-full, .post-content .replies .tmblr-embed .tmblr-embed, .post-content .replies .tmblr-embed .tmblr-full, .post-content .replies .tmblr-full .tmblr-embed, .post-content .replies .tmblr-full .tmblr-full, .post-content .replies blockquote .tmblr-embed, .post-content .replies blockquote .tmblr-full, .post-content .source .tmblr-embed .tmblr-embed, .post-content .source .tmblr-embed .tmblr-full, .post-content .source .tmblr-full .tmblr-embed, .post-content .source .tmblr-full .tmblr-full, .post-content .source blockquote .tmblr-embed, .post-content .source blockquote .tmblr-full {
    margin-left: 0;
    margin-right: 0;
}
.post-content .answerer-answer blockquote p, .post-content .asker-question blockquote p, .post-content .body-text blockquote p, .post-content .caption blockquote p, .post-content .replies blockquote p, .post-content .source blockquote p {
    padding-left: 0;
    padding-right: 0;
}
.post-content .source .tmblr-embed, .post-content .source .tmblr-full {
    position: relative;
    margin-left: -45px;
}
.post iframe, .post object {
    max-width: 100%}
.post-controls, .post-cta-action, .post-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.post-cta-action {
    color: #fff;
    background-color: #00b8ff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 7px;
    margin-left: auto;
}
.post-cta-action a {
    color: #fff;
}
.post-controls, .post-footer {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}
.post-footer {
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 50px;
    height: auto;
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #666a;
    background-color: #0005;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.post-footer .panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.post-notes+.post-date {
    margin-top: 1px;
}
.post-controls {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    vertical-align: middle;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 150px;
    color: #ECECEC;
}
.post-controls .controls-wrapper {
    text-align: right;
    margin-right: 20px;
}
.post-controls .control {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    font-size: 24px;
    margin-left: 4px;
}
.post-controls .control .like_button, .post-controls .control .reblog_button, .post-controls .control .share {
    display: block;
    text-decoration: none;
    color: inherit;
}
.post-controls .control .like_button:hover, .post-controls .control .reblog_button:hover, .post-controls .control .share:hover {
    color: #8c8c8c;
}
.post-controls .control .like_button::before, .post-controls .control .reblog_button::before, .post-controls .control .share::before {
    display: block;
    line-height: 1;
}
.post-controls .control.share-control .share:before {
    content: ""}
.post-controls .reblog_button:before {
    content: ""}
.post-controls .like_button:before {
    content: ""}
.post-controls .like_button.liked, .post-controls .like_button.liked:hover {
    color: #d75f45;
}
.post-controls .like_button.liked.interacted:after, .post-controls .like_button.liked:before {
    content: ""}
.post-controls .like_button.liked.interacted::after {
    color: #d75f45;
    position: absolute;
    top: -48px;
    left: 50%;
    height: 48px;
    width: 48px;
    font-size: 48px;
    line-height: 1;
    margin-left: -24px;
    -webkit-animation: wiggle .6s ease-out;
    -moz-animation: wiggle .6s ease-out;
    -o-animation: wiggle .6s ease-out;
    animation: wiggle .6s ease-out;
    z-index: 0;
    opacity: 0;
    speak: none;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none;
}
.post-controls .like_button iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: .00042;
}
.caption * {
    font-size: inherit;
    line-height: 1.6;
}
#pagination .bg, #pagination a, .loader .loader-bar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#pagination a {
    color: #858585;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    text-decoration: none;
    padding: 10px 28px 10px 18px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    opacity: .7;
}
#pagination a:after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
}
#pagination a.next {
    float: right;
}
#pagination a.next:after {
    border-left: 7px solid #858585;
    right: 10px;
}
#pagination a.previous {
    padding: 10px 18px 10px 28px;
}
#pagination a.previous:after {
    border-right: 7px solid #858585;
    left: 10px;
}
#pagination a:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}
#pagination .bg {
    border: 1px solid;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .15;
}
#pagination.invisible {
    pointer-events: none;
}
#pagination.invisible .bg {
    display: none;
}
.loader {
    position: absolute;
    line-height: 0;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader .loader-bar {
    display: none;
    height: 16px;
    width: 16px;
    margin: 0 3px;
    opacity: .1;
    background-color: #d9d9d9;
}
.animate>.loader-bar {
    display: inline-block;
    -webkit-animation: loader-oscillate ease-in-out 300ms infinite alternate;
    -moz-animation: loader-oscillate ease-in-out 300ms infinite alternate;
    -o-animation: loader-oscillate ease-in-out 300ms infinite alternate;
    animation: loader-oscillate ease-in-out 300ms infinite alternate;
}
.loader-bar:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms;
}
.loader-bar:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms;
}
.post-extra {
    margin: 0;
    font-size: 14px;
}
.post-extra::after {
    clear: both;
    content: "";
    display: table;
}
.post-extra.has-reblog, .post-extra.has-rec-reason, .post-extra.has-source, .post-extra.has-tags {
    margin: 0 20px 5px;
}

.post-extra .tag-link:before {
    content: '#'}
    
.reblog-link {
    position: relative;    
}
.reblog-link:before {
    display: inline-block;
    content: "\f079";
    font-family: "Font Awesome 6 Free";
    transform: skew(-2.5deg);
}
.reblog-link:hover:before {
    color: #fff;
}

.reblog-link .reblog_sm {
    vertical-align: sub;
    font-size: 20px;
}

.following-no-following, .likes-no-likes, .posts-no-posts, .search-no-results {
    margin: 25px auto;
    text-align: center;
}
.permalink .post-extra {
    margin: 0 20px 5px;
}
.index-page.grid #posts, .index-page.grid.no-results #posts.masonry {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-page.grid #posts.masonry {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.index-page.grid #posts article {
    float: left;
    margin: 0 15px 30px;
    opacity: 0;
    width: 300px;
}
.index-page.grid #posts article.ad {
    margin: 0 0 0 10px;
}
.index-page.grid .post-wrapper {
    overflow: visible;
}
.index-page.grid .post {
    margin-bottom: 0;
}
.index-page.grid .panel {
    opacity: 1;
    z-index: 2;
    height: auto;
}
.index-page.grid figure.photoset {
    margin: 0;
}
.index-page.grid .post-footer {
    opacity: 1;
}
.index-page.grid .post-extra {
    margin: 0 20px 5px;
}
.index-page.grid .photo-wrapper-inner {
    padding: 0;
}
.index-page.grid .photo-wrapper-inner img {
    margin: 0!important;
    width: 100%}
.index-page.grid .post-content menu, .index-page.grid .post-content ol, .index-page.grid .post-content ul {
    padding-left: 25px;
}
.index-page.grid .answer_form_container iframe {
    min-height: 143px;
}
.index-page.grid iframe[src^="//instagram"] {
    min-height: 370px;
}
.likes-page #posts article {
    opacity: 0;
}
.index-page.grid .spotify_audio_player, .related-posts.grid .spotify_audio_player {
    height: 80px!important;
    width: 300px!important;
}
.text .post-content, .text.reblogged .title {
    padding: 20px;
}
.text .title, .text.reblogged .post-content {
    padding: 0;
}
.post-content .title {
    margin: 0;
}
.post-content .title+.body-text {
    margin-top: 1em;
}
.post-content .body-text {
    line-height: 1.6;
}
.quote .post-content {
    padding: 20px;
}
.quote .post-content blockquote {
    font-family: Georgia, Times, serif;
    border: none;
    font-size: 34px;
    line-height: 1.3;
    margin: 0;
    padding: 0 5px 0 0;
    quotes: "â€œ" "â€" "â€˜" "â€™";
    word-break: break-word;
}
.quote blockquote.medium {
    font-size: 24px;
}
.quote blockquote.long {
    font-size: 18px;
}
.quote .post-content blockquote:before {
    content: open-quote;
    letter-spacing: -.25em;
}
.quote .post-content blockquote:after {
    content: close-quote;
    margin-left: -.25em;
}
.quote .post-content>blockquote p.empty-last-child, .quote .post-content>blockquote p:empty+p, .quote .post-content>blockquote p:first-child, .quote .post-content>blockquote p:last-child {
    display: inline;
}
.quote .post>blockquote p+p {
    margin: .5em 0;
}
.quote .post>blockquote p:empty {
    display: none;
}
.quote .source {
    margin: 10px 0 0;
    position: relative;
    padding-left: 25px;
}
.quote .source blockquote {
    font-size: inherit;
    font-family: inherit;
    margin-top: 1em;
}
.quote .source:before {
    content: "\2014\00A0";
    position: absolute;
    left: 0;
    top: 0;
}
.photo .post-extra.has-reblog, .photo .post-extra.has-rec-reason, .photo .post-extra.has-source, .photo .post-extra.has-tags {
    margin-top: 20px;
}
.audio .with-caption+.post-extra.has-reblog, .audio .with-caption+.post-extra.has-rec-reason, .audio .with-caption+.post-extra.has-source, .audio .with-caption+.post-extra.has-tags, .link .with-caption+.post-extra.has-reblog, .link .with-caption+.post-extra.has-rec-reason, .link .with-caption+.post-extra.has-source, .link .with-caption+.post-extra.has-tags, .photo .with-caption+.post-extra.has-reblog, .photo .with-caption+.post-extra.has-rec-reason, .photo .with-caption+.post-extra.has-source, .photo .with-caption+.post-extra.has-tags, .photoset .with-caption+.post-extra.has-reblog, .photoset .with-caption+.post-extra.has-rec-reason, .photoset .with-caption+.post-extra.has-source, .photoset .with-caption+.post-extra.has-tags, .video .with-caption+.post-extra.has-reblog, .video .with-caption+.post-extra.has-rec-reason, .video .with-caption+.post-extra.has-source, .video .with-caption+.post-extra.has-tags {
    margin-top: 0;
}
.photo .photo-wrapper {
    display: table;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.photo .photo-wrapper-inner {
    display: table-cell;
    padding: 40px 0;
    vertical-align: middle;
}
.narrow .photo figure[data-photo-width="500"] .photo-wrapper-inner, .photo .high-res .photo-wrapper-inner {
    padding: 0;
}
.photo-wrapper:not(.high-res)+.caption {
    border-top: 1px solid #efefef;
    margin: 0;
    padding: 20px;
}
.android .pop-menu ul li.open-in-app, .ios .pop-menu ul li.open-in-app, .photo-wrapper-inner a {
    display: block;
}
.photo .high-res img {
    width: 100%}
figure:not(.high-res) .photo-wrapper img[src$='.gif'] {
    width: 100%;
    margin: -40px 0;
}
.chat .post-content {
    padding: 20px;
}
.chat .post-content .title {
    margin-bottom: .5em;
}
.chat .conversation {
    font-family: Courier, monospace;
    list-style: none;
    margin: 0;
    padding: 0!important;
}
.chat .conversation li {
    padding: .5em 0;
}
.chat .conversation li:first-child {
    padding-top: 0;
}
.chat .conversation li:last-child {
    padding-bottom: 0;
}
.chat .conversation .label {
    font-weight: 700;
    margin-right: 5px;
}
.link .post-extra.has-reblog, .link .post-extra.has-rec-reason, .link .post-extra.has-source, .link .post-extra.has-tags, .photoset .post-extra.has-reblog, .photoset .post-extra.has-rec-reason, .photoset .post-extra.has-source, .photoset .post-extra.has-tags {
    margin-top: 20px;
}
figure.photoset {
    margin-right: -1px;
}
.link-wrapper {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
}
.link-wrapper .link {
    display: block;
    position: relative;
    text-decoration: none;
    background: #f2f2f2;
}
.link-wrapper .link:active, .link-wrapper .link:focus, .link-wrapper .link:hover {
    outline: 0;
}
.link-wrapper .link:active:after {
    content: '';
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.link-wrapper .link-title {
    font-weight: 700;
}
.link-wrapper .link-title:after {
    content: "";
    padding-left: 4px;
    font-size: 16px;
    white-space: nowrap;
}
.link-wrapper .link-host {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
}
.link-wrapper .link-excerpt {
    font-size: 14px;
    line-height: 1.5;
}
.link-wrapper .link-author {
    font-size: 13px;
    line-height: 1.2;
    opacity: .5;
}
.link-wrapper .link-text-wrapper {
    padding: 0 20px;
}
.link-wrapper .link-text-wrapper .link-author, .link-wrapper .link-text-wrapper .link-excerpt, .link-wrapper .link-text-wrapper .link-host, .link-wrapper .link-text-wrapper .link-title {
    margin: 15px 0;
}
.link-wrapper .link-thumbnail, .note-item {
    position: relative;
}
.link-wrapper .link-thumbnail:after {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .4), transparent 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), color-stop(50%, transparent));
    background-image: -moz- oldlinear-gradient(rgba(0, 0, 0, .4), transparent 50%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .4), transparent 50%);
    background-image: linear-gradient(rgba(0, 0, 0, .4), transparent 50%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.link-wrapper .link-thumbnail>img {
    width: 100%;
    height: auto;
}
.link .with-thumbnail .link-host {
    margin: 15px 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.video .post-extra.has-reblog, .video .post-extra.has-rec-reason, .video .post-extra.has-source, .video .post-extra.has-tags {
    margin-top: 20px;
}
.video .video-wrapper {
    background: #111;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.video .tumblr_video_container {
    width: auto!important;
    height: auto!important;
}
.answer .post-content {
    padding: 0;
}
.answer .replies {
    margin: 20px;
}
.note-item {
    margin: 15px;

}
.note-item .text {
    padding: 15px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-right: 60px;
    border: 1px solid #666a;
    border-radius: 3px;
    background-color: #0005;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.note-item .text:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 16px;
    height: 10px;
    width: 10px;
    background-color: #888a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.note-item .text .answerer, .note-item .text .asker {
    color: #f7f7f7;
    margin-bottom: -.25em;
}
.answerer-answer, .asker-question {
    color: #f7f7f7
}
.note-item .text .answerer a, .note-item .text .asker a {
    color: inherit;
    text-decoration: none;
}
.note-item .text .answerer-answer, .note-item .text .asker-question {
    margin: 1em 0 0;
}
.note-item .avatar {
    position: absolute;
    top: 2px;
    right: 0;
}
.note-item .avatar img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
}
.audio .post-extra.has-reblog, .audio .post-extra.has-rec-reason, .audio .post-extra.has-source, .audio .post-extra.has-tags {
    margin-top: 20px;
}
.audio_container {
    overflow: hidden;
    position: relative;
    width: 100%}
.soundcloud_audio_player, .spotify_audio_player {
    width: 100%}
.tumblr_audio_player {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.touch .pop-menu ul li:hover {
    background: 0 0;
}
.touch .nav-responsive .inline-nav {
    overflow-x: scroll;
    overflow-y: hidden;
}
.touch .pop-menu.south ul li:last-child:hover:after {
    background: #fff;
}
.mobile_bar .t-logo {
    display: none;
}
.lt-ie10 .active .bar-icon:nth-child(2) {
    opacity: 1;
}
.lt-ie9 .pop-menu {
    border: 1px solid #b2b2b2;
}
@-webkit-keyframes wiggle {
    0% {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
25% {
    opacity: 1;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
75% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
to {
    margin-top: -55px;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
}@-moz-keyframes wiggle {
    0% {
    margin-top: 0;
    opacity: 1;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
25% {
    opacity: 1;
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
75% {
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
}
to {
    margin-top: -55px;
    opacity: 0;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
}@-o-keyframes wiggle {
    0% {
    margin-top: 0;
    opacity: 1;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
25% {
    opacity: 1;
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
75% {
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
to {
    margin-top: -55px;
    opacity: 0;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
}@keyframes wiggle {
    0% {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
25% {
    opacity: 1;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
75% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
to {
    margin-top: -55px;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
}@-webkit-keyframes loader-oscillate {
    0% {
    opacity: .1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
to {
    opacity: .2;
    -webkit-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
}@-moz-keyframes loader-oscillate {
    0% {
    opacity: .1;
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
to {
    opacity: .2;
    -moz-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
}@-o-keyframes loader-oscillate {
    0% {
    opacity: .1;
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
to {
    opacity: .2;
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
}@keyframes loader-oscillate {
    0% {
    opacity: .1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
to {
    opacity: .2;
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
}@-webkit-keyframes slide-fade-in {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
}
}@-moz-keyframes slide-fade-in {
    0% {
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 1;
    -moz-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
}
}@-o-keyframes slide-fade-in {
    0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 1;
    -o-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
}
}@keyframes slide-fade-in {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate(0, 0, 0);
    -moz-transform: translate(0, 0, 0);
    -o-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);
}
}@-webkit-keyframes grow {
    0% {
    opacity: .85;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
to {
    opacity: 1;
    -webkit-transform: translate(1);
    transform: translate(1);
}
}@-moz-keyframes grow {
    0% {
    opacity: .85;
    -moz-transform: scale(.5);
    transform: scale(.5);
}
to {
    opacity: 1;
    -moz-transform: translate(1);
    transform: translate(1);
}
}@-o-keyframes grow {
    0% {
    opacity: .85;
    -o-transform: scale(.5);
    transform: scale(.5);
}
to {
    opacity: 1;
    -o-transform: translate(1);
    transform: translate(1);
}
}@keyframes grow {
    0% {
    opacity: .85;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}
to {
    opacity: 1;
    -webkit-transform: translate(1);
    -moz-transform: translate(1);
    -o-transform: translate(1);
    transform: translate(1);
}
}@media screen and (max-width:768px) {
    .header-image-wrapper.contain {
    height: 250px;
}
.blog-title {
    font-size: 54px;
}
}@media screen and (max-width:500px) {
    iframe[src^="//instagram"] {
    min-height: 500px;
}
}@media screen and (max-width:480px) {
    .header-image-wrapper.contain {
    height: 200px;
}
.answer_form_container iframe {
    min-height: 143px;
}
}@media screen and (max-width:375px) {
    iframe[src^="//instagram"] {
    min-height: 490px;
}
}@media screen and (max-width:370px) {
    iframe[src^="//instagram"] {
    min-height: 440px;
}
}@media screen and (max-width:320px) {
    iframe[src^="//instagram"] {
    min-height: 390px;
}
}@media screen and (max-device-width:568px) {
    .nav-wrapper.nav-responsive .inline-nav .nav-item .label, body {
    font-size: 15px;
}
hr {
    margin: 15px auto;
}
#tumblr_controls {
    z-index: 5;
}
.logo-wrapper .t-logo {
    display: none;
}
.no-image #header {
    padding-top: 107px;
}
.description {
    margin-top: 35px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.blog-title {
    font-size: 36px;
    margin-top: 30px;
}
.avatar-hidden .blog-title {
    margin-top: 15px;
}
#posts, #posts.no-title-desc.avatar-hidden, #posts.no-title-desc.avatar-style-hidden, .avatar-hidden .description {
    margin-top: 10px;
}
.avatar-hidden.no-image .blog-title, .nav-wrapper.nav-responsive .inline-nav::after {
    margin-top: 0;
}
.nav-wrapper .inline-nav {
    margin: 0;
}
.nav-wrapper .nav-item {
    margin: 5px 7px;
}
.nav-wrapper.nav-responsive .inline-nav .nav-item {
    margin: 10px 20px;
}
.nav-wrapper.nav-responsive .inline-nav .nav-item .label.current-page {
    padding-bottom: 10px;
}
.nav-wrapper.nav-fixed {
    top: 54px;
}
.blog-title+.description {
    margin-top: 4px!important;
}
.top-blog-header .header-image-wrapper:not(.contain) {
    height: auto;
}
.top-blog-header .header-image-wrapper:not(.contain) .header-image.cover {
    height: 0;
    padding: 56.25% 0 0;
}
#posts.no-image.no-title-desc.avatar-hidden, #posts.no-image.no-title-desc.avatar-style-hidden, .contain-header-image #posts.no-title-desc.no-image.avatar-hidden {
    margin-top: 20px;
}
#posts.no-title-desc.avatar-style-circle:not(.show-nav), #posts.no-title-desc.avatar-style-square:not(.show-nav) {
    margin-top: 40px;
}
#posts.no-title-desc.avatar-hidden:not(.show-nav) {
    margin-top: 0;
}
.content {
    padding: 1px 10px;
}
#posts.content {
    padding: 1px 0;
}
#posts article {
    margin-bottom: 10px;
}
.narrow .main {
    max-width: 702px;
}
.related-posts {
    margin: 0;
}
.related-posts article:not(.ad) {
    margin: 0 0 10px;
    width: auto;
}
.related-posts-cta {
    margin: 20px auto;
}
.header-image {
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}
.avatar-wrapper {
    top: -60px;
}
.avatar-style-square .avatar-wrapper, .avatar-wrapper {
    margin-left: -40px;
}
.user-avatar {
    -webkit-background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    background-size: 80px 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 80px;
    width: 80px;
    border: 3px solid #f6f6f6;
}
.post-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    overflow: visible;
}
.likes-page .post-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post-content h1, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin: 15px 0;
}
.post-content .quote blockquote, .post-content h2 {
    font-size: 19px;
    margin: 15px 0;
}
.post-content h1 {
    font-size: 25px;
}
.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-size: 15px;
}
.post-content blockquote {
    padding-left: 13px;
}
.post-content menu, .post-content ol, .post-content ul {
    padding-left: 20px;
}
.post-content .caption {
    margin: 15px 15px 0;
}
.post-content .body-text .tmblr-embed, .post-content .body-text .tmblr-full, .post-content .caption .tmblr-embed, .post-content .caption .tmblr-full {
    margin-left: -15px;
    margin-right: -15px;
}
.post-content .body-text .tmblr-embed p, .post-content .body-text .tmblr-full p, .post-content .caption .tmblr-embed p, .post-content .caption .tmblr-full p {
    padding-left: 15px;
    padding-right: 15px;
}
.post-content .source .tumblr-embed, .post-content .source .tumblr-full {
    margin-left: -40px;
}
.answer .post-content, .chat .post-content, .quote .post-content, .text .post-content {
    padding: 15px 15px 0;
}
.post-extra.has-reblog {
    margin: 0 15px!important;
}
.post-extra.has-rec-reason, .post-extra.has-source, .post-extra.has-tags {
    margin: 15px 15px 0!important;
}
.permalink .post-extra.has-rec-reason, .permalink .post-extra.has-source, .permalink .post-extra.has-tags {
    margin-bottom: 5px;
}
.post-extra .reblog-link {
    display: none;
}
.with-caption+.post-extra.has-rec-reason, .with-caption+.post-extra.has-source, .with-caption+.post-extra.has-tags {
    margin-top: 13px!important;
}
figure.photoset {
    margin-right: 0;
}
.photo figure img {
    background: #fff;
    width: 100%}
.link-wrapper, .photo .photo-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.photo .photo-wrapper-inner {
    padding: 0;
}
figure:not(.high-res) .photo-wrapper img[src$='.gif'] {
    margin: 0;
}
.photo-wrapper:not(.high-res)+.caption {
    padding: 15px 15px 0;
    border-top: none;
}
.index-page .meta {
    font-size: 15px;
}
.chat .conversation li {
    padding: .25em 0;
}
.quote .post>blockquote {
    font-size: 22px;
}
.quote blockquote.medium {
    font-size: 18px;
}
.quote blockquote.long {
    font-size: 15px;
}
#pagination a {
    margin-bottom: 15px;
}
}@media print {
    *, a, a: visited {
    color: #444!important;
}
* {
    background: 0 0!important;
    text-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
blockquote, img, pre, tr {
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
@page {
    margin: .5cm;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.print-only {
    display: block;
    visibility: visible;
}
#tumblr_controls, .post-controls {
    display: none!important;
}
.header-image-wrapper {
    height: 100px!important;
}
.user-avatar img {
    height: 80px;
    width: 80px;
}
}.catch-share-events .like_toggle, .catch-share-events .reblog_button {
    pointer-events: none;
}
.app-nag {
    -webkit-box-shadow: 0 18px 17px -13px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 18px 17px -13px rgba(0, 0, 0, .2);
    box-shadow: 0 18px 17px -13px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: fixed;
    height: 250px;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 30;
    padding: 20px;
    display: none;
}
.app-nag .app-nag-icon {
    float: left;
}
.app-nag .app-nag-close-button {
    float: right;
    cursor: pointer;
}
.app-nag .app-nag-icon-android, .app-nag .app-nag-icon-ios {
    width: 45px;
}
.app-nag .app-nag-ratings {
    float: left;
    padding-left: 10px;
}
.app-nag .app-nag-ratings svg {
    height: 16px;
    width: 93px;
}
.app-nag .app-nag-ratings-text {
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 700;
}
.app-nag .app-nag-callout {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.16;
    color: #444;
    font-weight: 600;
    margin-top: 10px;
}
.app-nag .app-nag-large-button {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
}
.app-nag .app-nag-app-store-link {
    color: #fff;
    background-color: #529ecc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.app-nag .app-nag-app-store-deny {
    color: #9ba3ae;
    font-size: 14px;
    margin-top: 10px;
}
.show-app-nag .app-nag {
    display: block;
}
.app-nag-icon-android, .app-nag-ratings-text-android, .ios .app-nag-icon-android, .ios .app-nag-ratings-text-android {
    display: none;
}
.ios .app-nag-icon-ios, .ios .app-nag-ratings-text-ios {
    display: block;
}
.android .app-nag-icon-ios, .android .app-nag-ratings-text-ios {
    display: none;
}
.android .app-nag-icon-android, .android .app-nag-ratings-text-android {
    display: block;
}