.cf:after,.split:after,.nav:after,.post-popup__content:after,.post-tags__list:after,.post-media .post-head:after,.post-tags:after {
    content: "";
    display: table;
    clear: both
}

.elastic-media {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%
}

.elastic-media>* {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}[hidden] {
    display: none
}/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    background: #fff;
    overflow-y: scroll;
    color: #666;
    font: 1.125em/1.77778 'PT Serif',serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,ol,ul,hr {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dl, li, blockquote,p,address {
    margin-bottom: 10px
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Playfair Display',serif;
    color: #222
}

img {
    max-width: 100%;
    height: auto
}
a {
    -webkit-transition: background 0.25s,color 0.25s,opacity 0.25s;
    -moz-transition: background 0.25s,color 0.25s,opacity 0.25s;
    -ms-transition: background 0.25s,color 0.25s,opacity 0.25s;
    -o-transition: background 0.25s,color 0.25s,opacity 0.25s;
    transition: background 0.25s,color 0.25s,opacity 0.25s;
    color: #39ae7b
}

a:hover, a:focus {
  text-decoration: underline;
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

audio:not([controls]) {
    display: none;
    height: 0
}[hidden],template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
  margin: 1em 0;
  text-align: center;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

code,kbd,pre,samp {
  font-family: Menlo, Courier New, monospace;
  font-size: 0.9em;
}
pre {
  background-color: #333;
  color: #fff;
  line-height: 1.25;
  overflow: auto;
  margin: 10px 0;
  padding: 10px;
}
p > code, li > code {
  background-color: #f6f6f6;
  margin-left: 1px;
  margin-right: 1px;
}
button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-bg.mfp-fade {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 0.9
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.button {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.outline-outward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0)
}

.outline-outward:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.outline-outward:hover:before,.outline-outward:focus:before,.outline-outward:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.wrapper {
    max-width: 630px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto
}

@media all and (max-width: 568px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (min-width: 569px) and (max-width: 768px) {
    .wrapper {
        max-width: 75%;
    }
}

.wrapper--wide {
    max-width: 1030px
}[id="infscr-loading"] {
    text-align: center
}[id="infscr-loading"] img {
    margin-top: 40px
}[id="infscr-loading"] div {
    display: none
}

#tumblr_controls {
    z-index: 99
}

.giga {
    font-size: 96px;
    font-size: 5.33333rem;
    line-height: 1
}

.mega {
    font-size: 72px;
    font-size: 4rem;
    line-height: 1.33333
}

.kilo {
    font-size: 48px;
    font-size: 2.66667rem;
    line-height: 1.33333
}

.alpha {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.77778
}

.beta {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 1.06667
}

.gamma {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1.33333
}

.delta {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.77778
}

.epsilon {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 2
}

.zeta {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 2.28571
}

.milli {
    font-size: 13px;
    font-size: 0.72222rem;
    line-height: 2.46154
}

.micro {
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 2.66667
}

.split {
    text-align: right
}

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

.toggle-nav {
    font-size: 14px;
    font-size: 1.25rem;
    line-height: 2.28571;
    background: none;
    border: none;
    padding: 0
}

.toggle-nav.is-active i:before {
    content: '\f00d'
}

.btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    font-family: inherit;
    font-weight: bold;
    font-size: 100%;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0 1em;
    border-radius: 2em;
    -webkit-transition: background 0.25s,color 0.25s;
    -moz-transition: background 0.25s,color 0.25s;
    -ms-transition: background 0.25s,color 0.25s;
    -o-transition: background 0.25s,color 0.25s;
    transition: background 0.25s,color 0.25s
}

.btn:hover,.btn:focus {
    text-decoration: none
}

.btn .fa {
    color: inherit
}

.btn--primary {
    border: 3px solid #39ae7b;
    color: #39ae7b;
    border-radius: 5em
}

.btn--primary:hover,.btn--primary:focus {
    background: #39ae7b;
    color: #fff
}

.text-input {
    -webkit-transition: border 0.25s;
    -moz-transition: border 0.25s;
    -ms-transition: border 0.25s;
    -o-transition: border 0.25s;
    transition: border 0.25s;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
    border-radius: 2em;
    line-height: 1.45;
    padding: 3px 1em
}

.text-input:focus {
    outline: none;
    border-color: #aaa
}

.rule {
    color: inherit;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 19px;
    margin-bottom: 1.05556rem
}

.rule--dotted {
    border-bottom-style: dotted
}

.rule--dashed {
    border-bottom-style: dashed
}

.rule--ornament {
    position: relative
}

.rule--ornament:after {
    content: "\00A7";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 0;
    text-align: center
}

.rule--ornament[data-ornament]:after {
    content: attr(data-ornament)
}

.nav,.post-popup__content,.post-tags__list {
    margin-left: 0;
    list-style: none
}

.nav>li,.post-popup__content>li,.post-tags__list>li,.nav>li>a,.post-popup__content>li>a,.post-tags__list>li>a {
    display: inline-block
}

.nav--stacked>li {
    display: list-item
}

.nav--stacked>li>a {
    display: block
}

.nav--keywords>li:after {
    content: "\002C" "\00A0"
}

.nav--keywords>li:last-child:after {
    display: none
}

.nav-top-bar {
    margin: 0;
    color: #fff;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1)
}

@media all and (min-width: 569px) {
    .nav-top-bar {
        margin: 19px 0;
        display: inline-block;
        box-shadow: none;
    }
}

@media all and (max-width: 568px) {
    .nav-top-bar li {
        width: 50%;
        float: left;
        display: block;
        box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    }
}

@media all and (min-width: 569px) {
    .nav-top-bar li {
        float: left;
        box-shadow: none;
        padding-left: 8px;
        padding-right: 8px;
    }

    .nav-top-bar li:before {
        width: 1px;
        height: 16px;
        margin-right: 16px;
        display: inline-block;
        content: '';
        background: rgba(255,255,255,0.4);
        vertical-align: -2px
    }
    .nav-top-bar li:first-of-type:before {
        display: none;
    }
}

.nav-top-bar li a {
    color: inherit;
    display: block
}

@media all and (min-width: 569px) {
    .nav-top-bar li a {
        display: inline-block;
    }
}

@media all and (max-width: 568px) {
    .nav-top-bar a,.nav-top-bar .search-form {
        padding: 8px 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.nav-social {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1.33333;
    color: #666;
    display: inline-block;
    margin: 18px 10px;
    text-align: center;
    vertical-align: top
}

@media all and (min-width: 569px) {
    .nav-social {
        margin: 22px 30px;
    }
}

.nav-social li {
    margin-right: 6px
}

@media all and (min-width: 569px) {
    .nav-social li {
        margin-right: 12px;
    }
}

.nav-social a {
    color: inherit
}

.post {
    margin: 30px 0;
    padding: 1px 0
}

@media all and (min-width: 569px) {
    .post {
        margin: 70px 0;
    }
}

@media all and (min-width: 769px) {
    .post {
        margin: 80px 0;
    }
}

.post-photo:first-child,.post-quote:first-child,.post-video:first-child,.post-audio:first-child {
    margin-top: 30px
}

@media all and (min-width: 569px) {
    .post-photo:first-child,.post-quote:first-child,.post-video:first-child,.post-audio:first-child {
        margin-top: 70px;
    }
}

@media all and (min-width: 769px) {
    .post-photo:first-child,.post-quote:first-child,.post-video:first-child,.post-audio:first-child {
        margin-top: 80px;
    }
}

.post-quote,.post-video,.post-audio {
    margin: 0;
    padding: 0
}

.post-quote .post__inner,.post-video .post__inner,.post-audio .post__inner {
    margin: 0;
    padding: 30px 0
}

@media all and (min-width: 569px) {
    .post-quote .post__inner,.post-video .post__inner,.post-audio .post__inner {
        padding: 70px 0;
    }
}

@media all and (min-width: 769px) {
    .post-quote .post__inner,.post-video .post__inner,.post-audio .post__inner {
        padding: 80px 0;
    }
}

@media all and (max-width: 568px) {
    .post-quote .post__inner .post-share-wrap,.post-video .post__inner .post-share-wrap,.post-audio .post__inner .post-share-wrap {
        border-top-color: #222
    }

    .post-quote .post__inner .post-share-wrap>ul,.post-video .post__inner .post-share-wrap>ul,.post-audio .post__inner .post-share-wrap>ul {
        background: #111
    }
}

.post-quote .post__inner .post-share .like_button,.post-quote .post__inner .post-share .reblog_button,.post-quote .post__inner .post-share .post-popup__trigger,.post-video .post__inner .post-share .like_button,.post-video .post__inner .post-share .reblog_button,.post-video .post__inner .post-share .post-popup__trigger,.post-audio .post__inner .post-share .like_button,.post-audio .post__inner .post-share .reblog_button,.post-audio .post__inner .post-share .post-popup__trigger {
    opacity: 0.4
}

.post-quote .post__inner .post-share .like_button.active,.post-quote .post__inner .post-share .like_button:hover,.post-quote .post__inner .post-share .reblog_button.active,.post-quote .post__inner .post-share .reblog_button:hover,.post-quote .post__inner .post-share .post-popup__trigger.active,.post-quote .post__inner .post-share .post-popup__trigger:hover,.post-video .post__inner .post-share .like_button.active,.post-video .post__inner .post-share .like_button:hover,.post-video .post__inner .post-share .reblog_button.active,.post-video .post__inner .post-share .reblog_button:hover,.post-video .post__inner .post-share .post-popup__trigger.active,.post-video .post__inner .post-share .post-popup__trigger:hover,.post-audio .post__inner .post-share .like_button.active,.post-audio .post__inner .post-share .like_button:hover,.post-audio .post__inner .post-share .reblog_button.active,.post-audio .post__inner .post-share .reblog_button:hover,.post-audio .post__inner .post-share .post-popup__trigger.active,.post-audio .post__inner .post-share .post-popup__trigger:hover {
    opacity: 1
}

.post-quote .post__inner .post-popup__trigger.active,.post-video .post__inner .post-popup__trigger.active,.post-audio .post__inner .post-popup__trigger.active {
    color: #fff
}

.post-quote .post__inner ~ .post-foot,.post-video .post__inner ~ .post-foot,.post-audio .post__inner ~ .post-foot {
    margin-top: 20px
}

@media all and (min-width: 569px) {
    .post-quote .post__inner ~ .post-foot,.post-video .post__inner ~ .post-foot,.post-audio .post__inner ~ .post-foot {
        margin-top: 70px;
    }
}

.post-quote .post-title,.post-video .post-title,.post-audio .post-title {
    color: #fff
}

.post-quote .post-date,.post-video .post-date,.post-audio .post-date {
    color: #555
}

.post-quote .post-body,.post-video .post-body,.post-audio .post-body {
    color: #888
}
.posts, .search-result, .page-foot {
  text-rendering: optimizeLegibility;
}
.post-title {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 1.06667;
    line-height: 1.375
}

@media all and (min-width: 569px) {
    .post-title {
        font-size: 48px;
        font-size: 2.66667rem;
        line-height: 1.33333;
    }
}

.post-title a {
    color: inherit;
    text-decoration: underline;
}

.post-title p {
    color: inherit
}

.post-date {
    font-size: 12px;
    font-size: 1rem;
    line-height: 2.66667;
    color: #999;
    display: inline-block;
    margin-bottom: 10px
}

@media all and (min-width: 569px) {
    .post-date {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 2.28571;
        margin-bottom: 30px;
    }
}

.post-body {
    font-size: 15px;
    font-size: 0.83333rem;
    line-height: 24px
}

@media all and (min-width: 569px) {
    .post-body {
        font-size: 18px;
        font-size: 1rem;
        line-height: 36px;
        margin-bottom: 20px;
    }
}

.post-body a {
  text-decoration: underline
}

.post-body blockquote {
    border-left: 3px solid #39ae7b;
    font-style: italic;
    margin-left: 20px;
    margin-right: 0;
    padding: 0 0 0 20px
}

.post-body blockquote p:last-child {
    margin: 0
}

.post-body ul {
    list-style: none;
    padding-left: 20px
}

.post-body ul li {
    padding-left: 20px
}

.post-body ul li:before {
    font-size: 12px;
    font-size: 0.66667rem;
    color: #39ae7b;
    content: "\f1db";
    float: left;
    font-family: FontAwesome;
    margin-left: -20px;
    margin-top: 0.3em;
}

.post-body ul,.post-body ol {
    padding-left: 10px
}

.post-body h1,.post-body .beta {
    font-size: 36px;
    font-size: 2rem
}

.post-body h2,.post-body .beta {
    font-size: 30px;
    font-size: 1.66667rem
}

.post-body h3,.post-body .gamma {
    font-size: 24px;
    font-size: 1.33333rem
}

.post-body h4,.post-body .delta,.post-body h5,.post-body .epsilon,.post-body h6,.post-body .zeta {
    font-size: 18px;
    font-size: 1rem
}

.post-body h6,.post-body .zeta {
    text-transform: uppercase;
    letter-spacing: 1px
}

.post-media {
    margin: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.post-media__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 999em 0 rgba(0,0,0,0.8);
    background-color: #111;
    z-index: -1;
    background-size: cover;
    background-position: center
}

.post-media__bg ~ .post-media__bg {
    display: none
}

.post-media .post-head {
    padding-bottom: 25px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    line-height: 1;
    z-index: 1
}

@media all and (min-width: 569px) {
    .post-media .post-head {
        padding-top: 25px;
        padding-bottom: 45px;
    }
}

@media all and (min-width: 769px) {
    .post-media .post-head {
        padding-top: 35px;
        padding-bottom: 87px;
    }
}

.post-media .post-date {
    margin-bottom: 0;
    line-height: 1
}

.post-preview {
    display: inline-block;
    max-width: 100%;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.35),inset 0 0 0 1px rgba(255,255,255,0.25)
}

.post-preview img {
    display: block;
    position: relative;
    z-index: -1
}

.post-overlay {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
    background: rgba(57,174,123,0.75);
    display: none
}

@media all and (min-width: 569px) {
    .post-overlay {
        display: block;
    }
}

.post-overlay,.post-overlay>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.post-overlay:hover {
    opacity: 1
}

.post-overlay .post-share {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center
}

.post-exif {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 62px;
    text-align: center
}

.post-exif li {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 2.28571;
    text-align: left;
    display: inline-block;
    color: #fff
}

.post-exif li ~ li {
    margin-left: 30px
}

.post-exif strong {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1.33333;
    display: block
}

@media all and (max-width: 568px) {
    .post-share-wrap {
        margin: 40px auto 0;
        position: relative;
        color: #ccc;
        border-top: 1px solid #E6E6E6;
        text-align: center;
    }

    .post-share-wrap>ul {
        background: #FFF;
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        position: relative;
        top: -16px
    }

    .post-share-wrap .post-popup {
        margin-right: 0
    }
}

.post-share {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 2.28571;
    margin: 30px 0;
    list-style: none;
    color: #ccc
}

.post-share>li {
    display: inline-block;
    line-height: 31px;
    height: 31px
}

.post-share>li ~ li {
    margin-left: 15px
}

.post-share:last-child {
    margin-bottom: 0
}

.post-popup {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    text-align: left
}

.post-popup__trigger {
    background-color: transparent;
    border: none;
    padding: 0
}

.post-popup__trigger .fa {
    vertical-align: 3px
}

.post-popup__trigger.active {
    color: #444
}

.post-popup__trigger.active ~ ul {
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px
}

.post-popup__content {
    font-size: 14px;
    font-size: 0.77778rem;
    background: #fff;
    border-radius: 2px;
    bottom: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    color: #444;
    left: -82px;
    line-height: 36px;
    margin: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1
}

@media all and (min-width: 569px) {
    .post-popup__content {
        margin-left: 10px;
        left: 100%;
        bottom: -10px;
    }
}

@media all and (min-width: 1024px) {
    .post-popup__content {
        -webkit-transition: opacity 0.25s,margin-bottom 0.25s;
        -moz-transition: opacity 0.25s,margin-bottom 0.25s;
        -ms-transition: opacity 0.25s,margin-bottom 0.25s;
        -o-transition: opacity 0.25s,margin-bottom 0.25s;
        transition: opacity 0.25s,margin-bottom 0.25s;
    }
}

.post-popup__content:after,.post-popup__content:before {
    content: '';
    position: absolute
}

@media all and (max-width: 568px) {
    .post-popup__content:after,.post-popup__content:before {
        top: 100%;
        left: 50%;
    }
}

@media all and (min-width: 569px) {
    .post-popup__content:after,.post-popup__content:before {
        right: 100%;
        bottom: 10px;
    }
}

.post-popup__content:before {
    border: 6px solid transparent;
    border-top-color: #dcdcdc
}

@media all and (max-width: 568px) {
    .post-popup__content:before {
        top: 100%;
        left: 50%;
        margin-left: -1px;
    }
}

@media all and (min-width: 569px) {
    .post-popup__content:before {
        border: 6px solid transparent;
        border-right-color: #dcdcdc;
        right: 100%;
        bottom: 10px;
    }
}

.post-popup__content:after {
    border: 5px solid transparent;
    border-top-color: #fff
}

@media all and (min-width: 569px) {
    .post-popup__content:after {
        border: 5px solid transparent;
        border-right-color: #fff;
        right: 100%;
        left: auto;
        bottom: 11px;
        top: auto;
    }
}

.post-popup__content li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.post-popup__content li:last-child {
    border-bottom: none
}

.post-popup__content li>a,.post-popup__content li>div {
    display: block;
    padding: 0 11px;
    vertical-align: top
}

.post-popup__content li>a:hover,.post-popup__content li>div:hover {
    background: #39ae7b;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.1)
}

.post-popup__content .fa {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 2.28571;
    width: 16px;
    margin-right: 11px
}

.post-popup__content .like_button,.post-popup__content .reblog_button {
    display: inline-block !important;
    vertical-align: middle;
    height: 16px
}

.post-popup__content .like_button iframe,.post-popup__content .like_button svg,.post-popup__content .reblog_button iframe,.post-popup__content .reblog_button svg {
    display: inline-block;
    vertical-align: top
}

.post-popup__content a {
    color: inherit
}

.post-tags {
    font-size: 13px;
    font-size: 0.85rem;
    margin: 20px 0;
    display: inline-block
}

@media all and (max-width: 569px) {
    .post-tags {
        margin-bottom: 0;
    }
}

.post-tags .fa {
    color: inherit;
    margin-right: 10px;
    display: inline-block
}

.post-tags a {
    color: inherit
}

.post-tags a:hover,.post-tags a:focus {
    text-decoration: underline
}

.post-tags__list {
    display: inline;
    margin: 0
}

.post-tags__list>li:after {
    content: "\002C" "\00A0"
}

.post-tags__list>li:last-child:after {
    content: none
}

.post-tags+.post-share-wrap .post-share {
    margin-top: 0
}

.post__section {
    margin-top: 20px
}

.page-index .post-photo .post-foot {
    display: none
}

.hide-post-icons .post-share {
    display: none
}

.format-lede .post-body p,
.post-body li {
    font-size: 16px;
    font-size: 1rem;
    color: #222;
    line-height: 1.5
}

.format-lede .post-quote .post-body>p:nth-of-type(1),.format-lede .post-video .post-body>p:nth-of-type(1),.format-lede .post-audio .post-body>p:nth-of-type(1) {
    color: #ccc
}

.post-video .video {
    margin-bottom: 10px
}

.post-quote .post-title {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 1.06667;
    line-height: 36px;
    quotes: "\201C" "\201D"
}

@media all and (min-width: 569px) {
    .post-quote .post-title {
        font-size: 36px;
        font-size: 2rem;
        line-height: 1.77778;
        line-height: 48px;
    }
}

.post-quote .post-title p {
    margin: 0
}

.post-quote .post-title p:before {
    content: "\201C";
    content: open-quote
}

.post-quote .post-title p:after {
    content: "";
    content: no-close-quote
}

.post-quote .post-title p:last-of-type:after {
    content: "\201D";
    content: close-quote
}

.js .photoset.js-photoset {
    visibility: hidden
}

.post-photo {
    padding: 0;
    margin: 0
}

.post-photo .post-media {
    padding-top: 30px;
    text-align: center
}

@media all and (min-width: 569px) {
    .post-photo .post-media {
        padding-top: 70px;
    }
}

@media all and (min-width: 769px) {
    .post-photo .post-media {
        padding-top: 80px;
    }
}

.post-photo .post-media .wrapper {
    font-size: 0
}

.post-photo .post-body {
    margin-top: 20px
}

@media all and (min-width: 569px) {
    .post-photo .post-body {
        padding-top: 70px;
    }
}

.post-photo .photoset {
    position: relative;
    z-index: 1
}

.post-photo .photoset.has-one-photo a ~ a {
    display: none
}

.post-photo .photoset a {
    position: relative;
    display: block
}

.post-photo .photoset a:hover:before {
    opacity: 0.75;
    left: 0;
    right: 0;
    filter: alpha(opacity=85)
}

.post-photo .photoset a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.post-photo .photoset a:before,.post-photo .photoset a:after {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    content: '';
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.post-photo .photoset a:before {
    top: 0;
    bottom: 0;
    background: #39ae7b;
    z-index: 1
}

.post-photo .photoset a:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.77778;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    color: #fff;
    left: 50%;
    top: 50%;
    z-index: 2
}

.post-photo .photoset-row.cols-1 a:before {
    right: 0;
    left: 0
}

.post-photo .photoset-row.cols-2 a:before,.post-photo .photoset-row.cols-3 a:before,.post-photo .photoset-row.cols-4 a:before,.post-photo .photoset-row.cols-5 a:before {
    right: 15px;
    left: 0
}

.post-photo .photoset-row.cols-2 a ~ a:before,.post-photo .photoset-row.cols-3 a ~ a:before,.post-photo .photoset-row.cols-4 a ~ a:before,.post-photo .photoset-row.cols-5 a ~ a:before {
    left: 15px
}

.post-photo .photoset-row.cols-2 a:last-child:before,.post-photo .photoset-row.cols-3 a:last-child:before,.post-photo .photoset-row.cols-4 a:last-child:before,.post-photo .photoset-row.cols-5 a:last-child:before {
    right: 0
}

.post-photo .post-media .post-share {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.77778
}

.post-photo .post-media .post-share,.post-photo .post-media .post-popup__trigger.active {
    color: #fff
}

.post-link .post-title {
    font-size: 24px;
    font-size: 1.33333rem;
    position: relative
}

.post-link .post-title a {
    background: #39ae7b;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 15px;
    padding-right: 50px;
    border-radius: 5px
}

.post-link .post-title a .fa {
    -webkit-transition: background 0.25s,color,0.25;
    -moz-transition: background 0.25s,color,0.25;
    -ms-transition: background 0.25s,color,0.25;
    -o-transition: background 0.25s,color,0.25;
    transition: background 0.25s,color,0.25;
    position: absolute;
    color: #fff;
    right: 15px;
    top: 50%;
    margin-top: -11px
}

.post-link .post-title a:hover {
    background-color: transparent;
    box-shadow: none;
    color: #39ae7b;
    text-decoration: none
}

.post-link .post-title a:hover .fa {
    color: inherit
}

.chat {
    list-style: none
}

.chat__name {
    font-size: 14px;
    font-size: 0.77778rem;
    color: #444;
    font-weight: bold;
    display: block
}

.chat__message {
    color: #666;
    display: block
}

.chat li {
    padding-bottom: 15px
}

.chat li ~ li {
    border-top: 1px solid #ddd;
    padding: 15px 0
}

.notes {
    padding: 0;
    margin-top: 24px;
    list-style: none
}

.notes .note {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 2;
    padding: 7px 20px 7px 0;
    position: relative
}

.notes .note.like:after,.notes .note.reblog:after {
    font-family: FontAwesome;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0
}

.notes .note.like:after {
    content: '\f004'
}

.notes .note.reblog:after {
    content: '\f079'
}

.notes .note ~ .note {
    border-top: solid 1px #eee
}

.notes .note .avatar_frame {
    display: inline-block;
    vertical-align: top
}

.notes .note .avatar {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    vertical-align: -8px;
    border-radius: 50%
}

.notes .note .action {
    vertical-align: top
}

.notes .note .answer_content {
    font-weight: normal
}

.notes .note blockquote {
    border-left: 3px solid #eee;
    padding: 0 10px;
    margin: 0 0 0 40px
}

.notes .note blockquote a {
    font-style: normal;
    text-decoration: none
}

.notes .note blockquote a:hover {
    text-decoration: underline
}

.twitter-feed {
    background: inherit;
    text-align: center;
    margin: 40px 0
}

@media all and (min-width: 569px) {
    .twitter-feed {
        margin: 70px 0;
    }
}

@media all and (min-width: 768px) {
    .twitter-feed {
        margin: 80px 0;
    }
}

.twitter-feed__icon {
    border-top: 1px solid;
    color: #e6e6e6;
    margin: 0 auto;
    max-width: 30%;
    position: relative
}

@media all and (min-width: 569px) {
    .twitter-feed__icon {
        margin: 0 auto 30px;
    }
}

.twitter-feed__icon .fa {
    font-size: 14px;
    font-size: 0.77778rem;
    background: #FFF;
    padding: 0 10px;
    position: relative;
    top: -18px
}

@media all and (min-width: 569px) {
    .twitter-feed__icon .fa {
        font-size: 24px;
        font-size: 1.33333rem;
        line-height: 1.33333;
        top: -15px;
    }
}

.twitter-feed__content {
    display: block;
    margin: 0 auto;
    max-width: 570px
}

.twitter-feed__content .tweet-text {
    font-size: 15px;
    font-size: 0.83333rem;
    line-height: 2.13333;
    margin-bottom: 10px
}

@media all and (min-width: 569px) {
    .twitter-feed__content .tweet-text {
        font-size: 24px;
        font-size: 1.33333rem;
        line-height: 1.33333;
    }
}

.twitter-feed__content .tweet-datetime {
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 2.66667;
    font-style: italic;
    color: inherit;
    display: inline-block
}

@media all and (min-width: 569px) {
    .twitter-feed__content .tweet-datetime {
        font-size: 13px;
        font-size: 0.72222rem;
        line-height: 2.46154;
    }
}

.twitter-feed__follow {
    margin-top: 40px
}

@media all and (min-width: 569px) {
    .twitter-feed__follow {
        margin-top: 20px;
    }
}

.pagination {
    text-align: center;
    margin: 40px 0
}

@media all and (min-width: 569px) {
    .pagination {
        margin: 70px 0;
    }
}

@media all and (min-width: 769px) {
    .pagination {
        margin: 80px 0;
    }
}

.pagination__more,.pagination__prev,.pagination__next {
    width: 44px;
    height: 44px;
    line-height: 40px;
    display: inline-block;
    padding: 0
}

.pagination__prev .fa {
    margin-right: 2px
}

.pagination__next .fa {
    margin-right: -5px
}

.search-result {
    margin-top: 30px
}

@media all and (min-width: 569px) {
    .search-result {
        margin-top: 70px;
    }
}

@media all and (min-width: 769px) {
    .search-result {
        margin-top: 80px;
    }
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,0.4)
}

::-moz-placeholder {
    color: red
}

:-ms-input-placeholder {
    color: red
}

.hide-search-form .search-form-wrap:before {
    content: none
}
header[role="banner"] {
    display: block;
    position: relative;
    z-index: 1;
}
.tmblr-iframe--unified-controls {
    background-color: rgba(34, 34, 34, 0.7);
}
.top-bar {
    display: block;
    text-align: center;
    background: #222;
    min-height: 54px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.top-bar .wrapper {
    max-width: none;
    padding: 0
}

.top-bar__primary,.top-bar__secondary {
    display: none
}

.is-expanded header[role="banner"] {
    z-index: 101;
}
.is-expanded .tmblr-iframe--unified-controls {
    display: none !important;
}
.is-expanded .top-bar,.is-expanded .top-bar__primary,.is-expanded .top-bar__secondary {
    display: block
}

.top-bar__primary {
    font-size: 15px;
    font-size: 0.83333rem;
    line-height: 2.13333
}

@media all and (min-width: 569px) {
    .top-bar__primary {
        font-size: 18px;
        font-size: 1rem;
    }
}

.top-bar .search-form-wrap {
    display: block;
    float: none;
    width: 100%;
}
.top-bar .search-form-wrap input {
    background-color: white;
    color: black;
}
.top-bar .js-search.is-active {
    padding: 2px;
}
.top-bar .search-form-wrap:before {
    content: none
}

.top-bar .search-form {
    display: inline-block
}

.top-bar .search-form__icon {
    font-size: 14px;
    font-size: 0.77778rem;
    cursor: pointer;
    vertical-align: 2px
}

.top-bar .search-form__input {
    -webkit-transition: max-width 0.25s;
    -moz-transition: max-width 0.25s;
    -ms-transition: max-width 0.25s;
    -o-transition: max-width 0.25s;
    transition: max-width 0.25s;
    border: none;
    background: none;
    padding: 0
}

@media all and (max-width: 568px) {
    .top-bar .search-form__input {
        width: 100%;
    }
}

@media all and (min-width: 569px) {
    .top-bar .search-form__input {
        margin-left: 0.25em;
        max-width: 0;
        margin-left: 0;
    }

    .top-bar .search-form__input:focus {
        max-width: 10em;
        margin-left: 0.25em
    }
}

.top-bar .search-form .is-active .search-form__input {
    max-width: 10em;
    margin-left: 0.25em
}

.top-bar .toggle-nav {
    display: block;
    line-height: 0.9;
    position: absolute;
    bottom: 8px;
    left: 0.25em;
    width: 38px;
    text-align: center;
    z-index: 10;
}

.top-bar .toggle-nav-text {
    font-size: 0.6em;
    display: block;
}
/*
@media all and (max-width: 568px) {
    .top-bar .toggle-nav {
        top: 6px;
        right: 0;
        left: auto;
        bottom: auto;
        width: 35px;
        height: 35px;
        line-height: 30px;
        color: #fff;
    }
}*/

.page__logo {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.77778;
    color: #666;
    margin-bottom: 0;
    line-height: 1;
    font-weight: bold
}

@media all and (min-width: 569px) {
    .page__logo {
        font-size: 24px;
        font-size: 1.33333rem;
        line-height: 1.33333;
    }
}

.page__desc {
    font-size: 12px;
    font-size: 0.85rem;
    line-height: 2.66667;
    color: #999;
    margin-bottom: 0;
    line-height: 1.2
}
@media all and (min-width: 569px) {
    .page-head {
        margin-top: 40px
    }
}

.page-foot {
    font-size: 16px;
    font-size: 0.9rem;
    font-weight: bold;
    background: #298c61;
    color: #b8f0d8;
    text-align: center;
    padding: 20px 0
}

@media all and (min-width: 569px) {
    .page-foot {
        font-size: 16px;
        font-size: 0.9rem;
    }
}

.page-foot .wrapper {
    max-width: 1030px
}

.page-foot a {
    color: #fff
}
