/*
 * Milo Tumblr Theme
 * Color scheme: asphalt
\* -------------------------------- */
/*!

    === TABLE OF CONTENTS ===

    1.  Normalize
    2.  Clearfix
    3.  Defaults
    4.  Typography
    5.  Buttons
    6.  Pagination
    7.  Widgets
    8.  Widgets: Share
    9.  Social Icons
    10. Progress Bar
    11. Layout
    12. Header
    13. Navigation
    14. Posts
        14.1  Quotes
        14.2  Links
        14.3  Chat
        14.4  Audio & Video
        14.5  Asks
        14.6  Post Footer
        14.7  Post Comments
    15. Footer
    16. Aside
    17. Miscellaneous
    18. Helpers
    19. Print Styles
    20. PXU Photoset Extended Styles
    21. BxSlider
    22. Swiper
    23. Reveal Modal
    24. Tablets
    25. Phones
    26. Old IE
    27. Color Scheme

*/
/* ========================================================================== *\
    1.  Normalize
\* ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

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;
}

button[disabled],
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;
}

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;
}

/* ========================================================================== *\
    2.  Clearfix
\* ========================================================================== */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

/* ========================================================================== *\
    3.  Defaults
\* ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/* ========================================================================== *\
    4.  Typography
\* ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  cursor: default;
  font-size: 1.6em;
  line-height: 1.4;
}

body {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

/* -- HEADINGS
------------------------------------------------------------- */
h6 {
  font-size: 1em;
}

h5 {
  font-size: 1.11111em;
}

h4 {
  font-size: 1.125em;
}

h3 {
  font-size: 1.25em;
}

h2 {
  font-size: 1.26563em;
}

h1 {
  font-size: 1.40625em;
}

/* -- LINKS
------------------------------------------------------------- */
a {
  text-decoration: none;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a:hover, a:focus {
  outline: none;
}
.typography a {
  border-bottom: 2px solid;
}

/* -- Blocks vertical rhythm
------------------------------------------------------------- */
p,
ol,
ul,
dl,
blockquote {
  margin: 0 0 1.4em 0;
}

/* -- Lists
------------------------------------------------------------- */
ol,
ul {
  padding-left: 1.5em;
}

/* -- Blockquotes
------------------------------------------------------------- */
.typography blockquote {
  padding-left: 1.5em;
  border-left: 3px solid currentColor;
}

/* -- Modifiers
------------------------------------------------------------- */
.pos-abs {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.pos-rel {
  position: relative;
}

.pos-sta {
  position: static;
}

.float-left {
  float: left;
  margin-right: 1em;
}

.float-right {
  float: right;
  margin-left: 1em;
}

.text-left {
  text-align: left   !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right  !important;
}

/* -- Miscellaneous
------------------------------------------------------------- */
.ease {
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

svg {
  pointer-events: none;
}

/* ========================================================================== *\
    5.  Buttons
\* ========================================================================== */
.button,
.read_more,
.more_notes_link {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 10.66667px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px !important;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button .icon,
.read_more .icon,
.more_notes_link .icon {
  display: inline-block;
  width: 16px;
  height: 18px;
  line-height: 1;
  vertical-align: top;
  margin-left: 0.25em;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-transition: fill 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button .arrow,
.read_more .arrow,
.more_notes_link .arrow {
  width: 14px;
  height: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.button:focus,
.read_more:focus,
.more_notes_link:focus {
  outline: 0;
}

/* ========================================================================== *\
    6.  Pagination
\* ========================================================================== */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagination * + * {
  margin-left: 8px;
}
@media only screen and (max-width: 60em) {
  .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagination * + * {
    margin-left: 0;
    margin-top: 8px;
  }
}

.stacked-pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stacked-pagination * + * {
  margin-left: 0;
  margin-top: 8px;
}

.pagination-anchor {
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px !important;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pagination-anchor .arrow {
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 0;
  margin: 15px 0;
  opacity: 0;
  -webkit-transition-property: fill, -webkit-transform, opacity;
  transition-property: fill, transform, opacity;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.pagination-anchor.pagination-previous .arrow {
  left: -22px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.pagination-anchor.pagination-next .arrow {
  right: -22px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pagination-anchor:hover .arrow, .pagination-anchor:focus .arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.pagination-anchor.disabled {
  cursor: default;
  pointer-events: none;
}

.pagination-anchor-text {
  display: inline-block;
  position: relative;
  margin: 0 44px;
}

.click-to-load {
  min-width: 320px;
  height: 60px;
  line-height: 58px;
}
.click-to-load .spinner {
  position: absolute;
  top: 0;
  left: -0.5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 150ms;
  transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 150ms;
}
.click-to-load .fa-spin {
  -webkit-animation: fa-spin 800ms infinite linear;
  animation: fa-spin 800ms infinite linear;
}
.click-to-load.loading {
  cursor: wait;
}
.click-to-load.loading .spinner {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (max-width: 60em) {
  .click-to-load {
    min-width: 0;
    width: 100%;
  }
}

/* ========================================================================== *\
    7.  Widgets
\* ========================================================================== */
.widget {
  width: 100%;
  padding: 50px 60px;
  border-top: 1px solid transparent;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.csstransforms3d .widget {
  -webkit-transform: translate3d(15%, 0, 0);
  transform: translate3d(15%, 0, 0);
}
.show-aside .widget {
  opacity: 1;
}
.csstransforms3d .show-aside .widget {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.widget-title {
  margin: 0;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.widget-content {
  font-size: 15px;
}
.text-widget .widget-content * {
  margin: 0;
}
.text-widget .widget-content * + * {
  padding-top: 20px;
}

/* -- Search Widget -- */
.search-widget {
  padding-top: 49px;
}

.search-form {
  position: relative;
  overflow: hidden;
}

.search-input {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 1em;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.search-input:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #4d91fe;
  box-shadow: inset 0 0 0 2px #4d91fe;
}

.search-icon {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  z-index: 2;
  -webkit-transition: -webkit-transform 300ms, opacity 300ms;
  transition: transform 300ms, opacity 300ms;
}
.search-icon:focus {
  outline: none;
}
.search-icon .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px;
  opacity: 0.5;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.search-icon:hover .icon, .search-icon:focus .icon {
  opacity: 1;
}
.has-focus .search-icon {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 300ms ease 150ms, opacity 300ms;
  transition: transform 300ms ease 150ms, opacity 300ms;
  pointer-events: none;
}

/* -- About Widget -- */
.about-widget .blogger-avatar {
  display: inline-block;
  position: relative;
  float: left;
  width: 76px;
  height: 76px;
  margin: 0.25em 20px .25em 0;
  border-radius: 3px;
  overflow: hidden;
}
.about-widget .blogger-avatar img {
  display: block;
}
.about-widget.avatar-style-circle .blogger-avatar {
  border-radius: 50%;
}
.about-widget .widget-content p:first-of-type {
  padding-top: 0;
}
.about-widget .find-me-on-wrapper {
  margin-bottom: 0;
}

/* -- Navigation Widget -- */
.aside-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted;
}

.aside-menu-item {
  display: block;
  border-bottom: 1px dotted currentColor;
}

.aside-menu-anchor {
  display: block;
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 110%;
  text-transform: capitalize;
  border: none !important;
}
.aside-menu-anchor i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  font-size: 85%;
  opacity: 0.2;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aside-menu-anchor:hover i, .aside-menu-anchor:focus i {
  opacity: 1;
}

/* -- Browse Widget -- */
.browse-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.browse-tag {
  display: inline-block;
  margin-right: -0.25em;
  padding: 0 8px 8px 0;
}

.browse-tag-anchor {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0.5em 0.625em;
  border: 1px solid;
  border-radius: 3px;
}

/* -- Photstream Widgets -- */
.photostream {
  margin-left: -20px;
  margin-bottom: -20px;
}
.photostream .photo {
  width: 33.33%;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.photostream .image-wrapper {
  display: block;
  height: 0;
  padding-top: 100%;
  border-radius: 3px;
  -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dribbble-widget .photostream .image-wrapper {
  padding-top: 75%;
}
.photostream .image-wrapper:hover {
  opacity: 0.8;
}

.photostream-slider {
  margin: 0;
}
.photostream-slider .photo {
  width: 100%;
  margin: 0;
  padding: 0;
}
.photostream-slider .photo + .photo {
  display: none;
}
.photostream-slider .image-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.photostream-slider .image-wrapper:hover {
  opacity: 1;
}
.photostream-slider .photo:first-child .image-wrapper {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.photostream-slider .photo:last-child .image-wrapper {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* -- Twitter Widget -- */
.twitter-widget .tweet {
  margin-bottom: 30px;
}
.twitter-widget .tweet p {
  margin: 0;
}
.twitter-widget .tweet p + p {
  margin-top: 12px;
}
.twitter-widget .tweet-text,
.twitter-widget .tweet-time {
  display: block;
}
.twitter-widget .tweet-text {
  border-left: 3px solid;
  padding: 0.5em 0 1em 1em;
}
.twitter-widget .tweet-text .username::before {
  content: '@';
}
.twitter-widget .tweet-time a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 3px;
  border: none;
}
.twitter-widget .tweet-time a::first-letter {
  text-transform: uppercase;
}
.twitter-widget .tweet-time i {
  display: inline-block;
  margin-right: 0.25em;
  display: none;
}
.twitter-widget .widget-title .fa-twitter {
  display: inline-block;
  position: relative;
  font-size: 140%;
  margin-left: 0.25em;
  bottom: -0.1em;
  vertical-align: baseline;
}
.twitter-widget .widget-content .fa-twitter {
  display: inline-block;
  font-size: 150%;
  margin-right: 0.25em;
  vertical-align: baseline;
  display: none;
}

/* -- Likes Widget -- */
#likes {
  margin: 0;
  padding: 0;
  list-style: none;
}
#likes .like_post {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted currentColor;
}
#likes .like_post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#likes .like_post .like_title,
#likes .like_post .like_caption,
#likes .like_post .like_quote,
#likes .like_post .like_link,
#likes .like_post .like_chat,
#likes .like_post .like_audio,
#likes .like_post .like_video,
#likes .like_post .photo_link {
  margin: 10px 0;
}
#likes .like_post .like_title {
  font-size: 115%;
}
#likes .like_post .like_caption p,
#likes .like_post .like_caption ol,
#likes .like_post .like_caption ul,
#likes .like_post .like_caption blockquote {
  margin-bottom: 10px;
}
#likes .like_post .like_line strong {
  display: inline-block;
  margin-right: 0.25em;
}
#likes .like_post blockquote {
  padding: 0;
  border: none;
}
#likes .like_post .photo_link,
#likes .like_post .like_video a {
  display: block;
  border: none;
}
#likes .like_post .photo_link img,
#likes .like_post .like_video a img {
  display: block;
}
#likes .post_info_top,
#likes .post_info_bottom {
  display: none;
}

/* ========================================================================== *\
    8.  Widgets: Share
\* ========================================================================== */
.share-widget {
  text-align: center;
  border-style: solid;
  border-width: 1px;
}

.share-widget-wrapper {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.share-widget-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 20px;
}

.share-widget-services {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.share-widget-service {
  display: inline-block;
  margin-right: 15px;
}
.share-widget-service:last-child {
  margin-right: 0;
}
.share-widget-service a {
  display: block;
  background: #ccc;
  border-radius: 3px;
  -webkit-transition: background 200ms, opacity 200ms;
  transition: background 200ms, opacity 200ms;
}

.share-widget-icon {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
.share-widget-services a:hover .share-widget-icon {
  fill: #f5f5f5 !important;
}

.share-widget-service.is-twitter a:hover {
  background: #55acee !important;
}

.share-widget-service.is-facebook a:hover {
  background: #3b5998 !important;
}

.share-widget-service.is-plusone a:hover {
  background: #dd4b39 !important;
}

.share-widget-service.is-pinterest a:hover {
  background: #cc2127 !important;
}

.share-widget-service.is-mail a:hover {
  background: #2c9ab7 !important;
}

.share-widget .short-url {
  padding-top: 20px;
  opacity: 0.8;
}
.share-widget .short-url input {
  width: 100%;
  border: 0;
  font-size: 14px;
  background: transparent;
}

/* ========================================================================== *\
    9.  Social Icons
\* ========================================================================== */
.find-me-on-wrapper {
  margin: 40px 0;
}

.find-me-on {
  padding: 0;
  margin-left: -8px;
  list-style: none;
  font-size: 0;
}
.find-me-on li {
  display: inline-block;
  padding: 0 0 8px 8px;
  margin-right: -0.25em !important;
}
.blog-aside .find-me-on {
  margin-bottom: 0;
}

.find-me-on-anchor {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: none;
  background-color: grey;
  background-image: url("http://static.tumblr.com/4fkninw/Sc3nf7p3r/social-icons-light-min.png");
  background-repeat: no-repeat;
  -webkit-background-size: 1472px 64px;
  background-size: 1472px 64px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -webkit-transition: background 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dark-glyphs .find-me-on-anchor {
  background-image: url("http://static.tumblr.com/4fkninw/27Vnf7p3h/social-icons-dark-min.png");
}

.find-me-on-500px {
  background-color: rgba(11, 151, 203, 0.8);
  background-position: 0px top;
}
.find-me-on-500px:hover {
  background-color: #00aeef;
  background-position: 0px bottom;
}

.find-me-on-bandcamp {
  background-color: rgba(98, 134, 144, 0.8);
  background-position: -32px top;
}
.find-me-on-bandcamp:hover {
  background-color: #629aa9;
  background-position: -32px bottom;
}

.find-me-on-behance {
  background-color: rgba(13, 93, 240, 0.8);
  background-position: -64px top;
}
.find-me-on-behance:hover {
  background-color: #1769ff;
  background-position: -64px bottom;
}

.find-me-on-blogger {
  background-color: rgba(209, 112, 11, 0.8);
  background-position: -96px top;
}
.find-me-on-blogger:hover {
  background-color: #f57d00;
  background-position: -96px bottom;
}

.find-me-on-cargo {
  background-color: rgba(40, 150, 101, 0.8);
  background-position: -128px top;
}
.find-me-on-cargo:hover {
  background-color: #23b574;
  background-position: -128px bottom;
}

.find-me-on-codepen {
  background-color: rgba(93, 188, 83, 0.8);
  background-position: -160px top;
}
.find-me-on-codepen:hover {
  background-color: #66ce5b;
  background-position: -160px bottom;
}

.find-me-on-delicious {
  background-color: rgba(37, 140, 244, 0.8);
  background-position: -192px top;
}
.find-me-on-delicious:hover {
  background-color: #3399ff;
  background-position: -192px bottom;
}

.find-me-on-deviantart {
  background-color: rgba(74, 76, 75, 0.8);
  background-position: -224px top;
}
.find-me-on-deviantart:hover {
  background-color: #4e6252;
  background-position: -224px bottom;
}

.find-me-on-digg {
  background-color: rgba(0, 0, 0, 0.8);
  background-position: -256px top;
}
.find-me-on-digg:hover {
  background-color: black;
  background-position: -256px bottom;
}

.find-me-on-dribbble {
  background-color: rgba(220, 64, 125, 0.8);
  background-position: -288px top;
}
.find-me-on-dribbble:hover {
  background-color: #ea4c89;
  background-position: -288px bottom;
}

.find-me-on-email {
  background-color: rgba(49, 131, 152, 0.8);
  background-position: -320px top;
}
.find-me-on-email:hover {
  background-color: #2c9ab7;
  background-position: -320px bottom;
}

.find-me-on-etsy {
  background-color: rgba(180, 92, 36, 0.8);
  background-position: -352px top;
}
.find-me-on-etsy:hover {
  background-color: #d5641c;
  background-position: -352px bottom;
}

.find-me-on-facebook {
  background-color: rgba(61, 82, 124, 0.8);
  background-position: -384px top;
}
.find-me-on-facebook:hover {
  background-color: #3b5998;
  background-position: -384px bottom;
}

.find-me-on-flickr {
  background-color: rgba(218, 11, 118, 0.8);
  background-position: -416px top;
}
.find-me-on-flickr:hover {
  background-color: #ff0084;
  background-position: -416px bottom;
}

.find-me-on-forrst {
  background-color: rgba(93, 127, 100, 0.8);
  background-position: -448px top;
}
.find-me-on-forrst:hover {
  background-color: #5b9a68;
  background-position: -448px bottom;
}

.find-me-on-foursquare {
  background-color: rgba(8, 95, 144, 0.8);
  background-position: -480px top;
}
.find-me-on-foursquare:hover {
  background-color: #0072b1;
  background-position: -480px bottom;
}

.find-me-on-github {
  background-color: rgba(38, 38, 38, 0.8);
  background-position: -512px top;
}
.find-me-on-github:hover {
  background-color: #333333;
  background-position: -512px bottom;
}

.find-me-on-googleplus {
  background-color: rgba(203, 66, 50, 0.8);
  background-position: -544px top;
}
.find-me-on-googleplus:hover {
  background-color: #dd4b39;
  background-position: -544px bottom;
}

.find-me-on-grooveshark {
  background-color: rgba(214, 101, 18, 0.8);
  background-position: -576px top;
}
.find-me-on-grooveshark:hover {
  background-color: #f86f09;
  background-position: -576px bottom;
}

.find-me-on-instagram {
  background-color: rgba(65, 100, 127, 0.8);
  background-position: -608px top;
}
.find-me-on-instagram:hover {
  background-color: #3f729b;
  background-position: -608px bottom;
}

.find-me-on-lastfm {
  background-color: rgba(161, 8, 19, 0.8);
  background-position: -640px top;
}
.find-me-on-lastfm:hover {
  background-color: #c3000d;
  background-position: -640px bottom;
}

.find-me-on-linkedin {
  background-color: rgba(16, 100, 148, 0.8);
  background-position: -672px top;
}
.find-me-on-linkedin:hover {
  background-color: #0976b4;
  background-position: -672px bottom;
}

.find-me-on-myspace {
  background-color: rgba(21, 21, 21, 0.8);
  background-position: -704px top;
}
.find-me-on-myspace:hover {
  background-color: #222222;
  background-position: -704px bottom;
}

.find-me-on-path {
  background-color: rgba(217, 46, 30, 0.8);
  background-position: -736px top;
}
.find-me-on-path:hover {
  background-color: #ee3423;
  background-position: -736px bottom;
}

.find-me-on-paypal {
  background-color: rgba(38, 53, 101, 0.8);
  background-position: -768px top;
}
.find-me-on-paypal:hover {
  background-color: #253b80;
  background-position: -768px bottom;
}

.find-me-on-picasa {
  background-color: rgba(131, 75, 134, 0.8);
  background-position: -800px top;
}
.find-me-on-picasa:hover {
  background-color: #9d48a2;
  background-position: -800px bottom;
}

.find-me-on-pinboard {
  background-color: rgba(10, 10, 194, 0.8);
  background-position: -832px top;
}
.find-me-on-pinboard:hover {
  background-color: #0000e6;
  background-position: -832px bottom;
}

.find-me-on-pinterest {
  background-color: rgba(171, 40, 45, 0.8);
  background-position: -864px top;
}
.find-me-on-pinterest:hover {
  background-color: #cc2127;
  background-position: -864px bottom;
}

.find-me-on-quora {
  background-color: rgba(135, 35, 7, 0.8);
  background-position: -896px top;
}
.find-me-on-quora:hover {
  background-color: #a82400;
  background-position: -896px bottom;
}

.find-me-on-rdio {
  background-color: rgba(8, 106, 161, 0.8);
  background-position: -928px top;
}
.find-me-on-rdio:hover {
  background-color: #007dc3;
  background-position: -928px bottom;
}

.find-me-on-reddit {
  background-color: rgba(218, 67, 11, 0.8);
  background-position: -960px top;
}
.find-me-on-reddit:hover {
  background-color: orangered;
  background-position: -960px bottom;
}

.find-me-on-rss {
  background-color: rgba(224, 90, 26, 0.8);
  background-position: -992px top;
}
.find-me-on-rss:hover {
  background-color: #f26522;
  background-position: -992px bottom;
}

.find-me-on-shop {
  background-color: rgba(133, 164, 73, 0.8);
  background-position: -1024px top;
}
.find-me-on-shop:hover {
  background-color: #96bf48;
  background-position: -1024px bottom;
}

.find-me-on-skype {
  background-color: rgba(11, 151, 204, 0.8);
  background-position: -1056px top;
}
.find-me-on-skype:hover {
  background-color: #00aff0;
  background-position: -1056px bottom;
}

.find-me-on-societysix {
  background-color: rgba(21, 21, 21, 0.8);
  background-position: -1088px top;
}
.find-me-on-societysix:hover {
  background-color: #222222;
  background-position: -1088px bottom;
}

.find-me-on-soundcloud {
  background-color: rgba(218, 122, 11, 0.8);
  background-position: -1120px top;
}
.find-me-on-soundcloud:hover {
  background-color: #ff8800;
  background-position: -1120px bottom;
}

.find-me-on-spotify {
  background-color: rgba(103, 151, 8, 0.8);
  background-position: -1152px top;
}
.find-me-on-spotify:hover {
  background-color: #7ab800;
  background-position: -1152px bottom;
}

.find-me-on-squarespace {
  background-color: rgba(21, 21, 21, 0.8);
  background-position: -1184px top;
}
.find-me-on-squarespace:hover {
  background-color: #222222;
  background-position: -1184px bottom;
}

.find-me-on-stumbleupon {
  background-color: rgba(213, 66, 33, 0.8);
  background-position: -1216px top;
}
.find-me-on-stumbleupon:hover {
  background-color: #eb4924;
  background-position: -1216px bottom;
}

.find-me-on-tumblr {
  background-color: rgba(50, 58, 70, 0.8);
  background-position: -1248px top;
}
.find-me-on-tumblr:hover {
  background-color: #35465c;
  background-position: -1248px bottom;
}

.find-me-on-twitter {
  background-color: rgba(72, 159, 225, 0.8);
  background-position: -1280px top;
}
.find-me-on-twitter:hover {
  background-color: #55acee;
  background-position: -1280px bottom;
}

.find-me-on-viddler {
  background-color: rgba(217, 76, 75, 0.8);
  background-position: -1312px top;
}
.find-me-on-viddler:hover {
  background-color: #e75756;
  background-position: -1312px bottom;
}

.find-me-on-vimeo {
  background-color: rgba(31, 161, 203, 0.8);
  background-position: -1344px top;
}
.find-me-on-vimeo:hover {
  background-color: #1ab7ea;
  background-position: -1344px bottom;
}

.find-me-on-wordpress {
  background-color: rgba(37, 98, 126, 0.8);
  background-position: -1376px top;
}
.find-me-on-wordpress:hover {
  background-color: #21759b;
  background-position: -1376px bottom;
}

.find-me-on-youtube {
  background-color: rgba(204, 43, 38, 0.8);
  background-position: -1408px top;
}
.find-me-on-youtube:hover {
  background-color: #e52d27;
  background-position: -1408px bottom;
}

.find-me-on-zerply {
  background-color: rgba(144, 168, 116, 0.8);
  background-position: -1440px top;
}
.find-me-on-zerply:hover {
  background-color: #9dbc7a;
  background-position: -1440px bottom;
}

/* ========================================================================== *\
    10. Progress Bar
\* ========================================================================== */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 50%;
  left: 50%;
}

#nprogress .spinner-icon {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ========================================================================== *\
    11. Layout
\* ========================================================================== */
html,
body,
.container,
.page-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container {
  position: relative;
}
.js .container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 150ms;
  transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 150ms;
  z-index: 1011;
}
.js.milo-init .container::after {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.page-wrapper {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 2;
}

.page {
  min-height: 100%;
  position: relative;
}
.show-aside .page {
  cursor: url("http://static.tumblr.com/4fkninw/d9Wnf7p2x/cursor-close.png") 14 14, auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -30px;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  z-index: 1001;
}
.show-aside-overlay .page::after {
  height: 100%;
  opacity: 1;
}

.aside-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 440px;
  z-index: 1;
}
.right-aside .aside-wrapper {
  left: auto;
  right: 0;
}

.aside-trigger {
  width: 44px;
  height: 44px;
  top: 0;
  margin: 50px 40px;
  padding: 0;
  border: 0;
  cursor: pointer;
  z-index: 1002;
}
.aside-trigger:focus {
  outline: none;
}
.container > .aside-trigger {
  position: fixed;
  left: 2.5%;
}
.right-aside .container > .aside-trigger {
  left: auto;
  right: 2.5%;
}
.csstransforms .show-aside .container > .aside-trigger {
  -webkit-transform: translate(440px, 60px);
  -ms-transform: translate(440px, 60px);
  transform: translate(440px, 60px);
}
.csstransforms3d .show-aside .container > .aside-trigger {
  -webkit-transform: translate3d(440px, 60px, 0);
  transform: translate3d(440px, 60px, 0);
}
.csstransforms .right-aside.show-aside .container > .aside-trigger {
  -webkit-transform: translate(-440px, 60px);
  -ms-transform: translate(-440px, 60px);
  transform: translate(-440px, 60px);
}
.csstransforms3d .right-aside.show-aside .container > .aside-trigger {
  -webkit-transform: translate3d(-440px, 60px, 0);
  transform: translate3d(-440px, 60px, 0);
}
.trigger-wrapper .aside-trigger {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
}
.right-aside .trigger-wrapper .aside-trigger {
  left: auto;
  right: 0;
}

/* -- Show Aside -- */
.page-wrapper,
.aside-trigger {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.csstransforms .show-aside .page-wrapper {
  -webkit-transform: translate(440px, 60px);
  -ms-transform: translate(440px, 60px);
  transform: translate(440px, 60px);
}
.csstransforms3d .show-aside .page-wrapper {
  -webkit-transform: translate3d(440px, 60px, 0);
  transform: translate3d(440px, 60px, 0);
}
.csstransforms .right-aside.show-aside .page-wrapper {
  -webkit-transform: translate(-440px, 60px);
  -ms-transform: translate(-440px, 60px);
  transform: translate(-440px, 60px);
}
.csstransforms3d .right-aside.show-aside .page-wrapper {
  -webkit-transform: translate3d(-440px, 60px, 0);
  transform: translate3d(-440px, 60px, 0);
}

/* -- Setup main wrapper width -- */
.content {
  max-width: 60em;
  position: relative;
  margin: 0 auto;
}

/* -- Setup grids with base class -- */
.grid-wrap {
  margin-left: -30px;
  overflow: hidden;
  padding-bottom: 2px;
  clear: both;
}

.grid-col {
  float: left;
  padding-left: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.large-gutter {
  margin-left: -60px;
}
.large-gutter .grid-col {
  padding-left: 60px;
}

.half-gutter {
  margin-left: -15px;
}
.half-gutter .grid-col {
  padding-left: 15px;
}

.no-gutter {
  margin-left: 0;
}
.no-gutter .grid-col {
  padding-left: 0;
}

.reset-gutter {
  margin-left: -30px;
}
.reset-gutter .grid-col {
  padding-left: 30px;
}

ul.grid-wrap,
ol.grid-wrap {
  padding-left: 0;
  list-style: none;
}

li.grid-col {
  margin-left: 0;
  margin-bottom: 0;
}

.col-full,
.col-set-full .grid-col {
  width: 100%;
}

.col-one-half,
.col-set-one-half .grid-col {
  width: 50%;
}

.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%;
}

.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%;
}

.col-two-thirds {
  width: 66.666%;
}

.col-three-quarters {
  width: 75%;
}

/* -- Breakpoint (.tablet)
------------------------------------------------------------- */
@media only screen and (max-width: 70em) {
  .tablet-col-full,
  .tablet-col-set-full .grid-col {
    width: 100%;
  }

  .tablet-col-one-half,
  .tablet-col-set-one-half .grid-col {
    width: 50%;
  }

  .tablet-col-one-third,
  .tablet-col-set-one-third .grid-col {
    width: 33.333%;
  }

  .tablet-col-one-quarter,
  .tablet-col-set-one-quarter .grid-col {
    width: 25%;
  }

  .tablet-col-two-thirds {
    width: 66.666%;
  }

  .tablet-col-three-quarters {
    width: 75%;
  }
}
/* -- Breakpoint (.phone)
------------------------------------------------------------- */
@media only screen and (max-width: 40em) {
  .phone-col-full,
  .phone-col-set-full .grid-col {
    width: 100%;
  }

  .phone-col-one-half,
  .phone-col-set-one-half .grid-col {
    width: 50%;
  }

  .phone-col-one-third,
  .phone-col-set-one-third .grid-col {
    width: 33.333%;
  }

  .phone-col-one-quarter,
  .phone-col-set-one-quarter .grid-col {
    width: 25%;
  }

  .phone-col-two-thirds {
    width: 66.666%;
  }

  .phone-col-three-quarters {
    width: 75%;
  }
}
/* ========================================================================== *\
    12. Header
\* ========================================================================== */
.header-nav-wrap {
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* -- Gutter between header elements -- */
.header-module {
  margin: 30px auto;
}
.header-module:first-child {
  margin-top: 60px;
}
.header-module:last-child {
  margin-bottom: 60px;
}
.header-module.header-image-wrapper {
  margin: -1px auto 0 auto;
}
.header-module.find-me-on-header {
  margin: 40px auto;
}
.has-banner.has-avatar .header-module.blogger-avatar {
  margin-top: -60px;
}
.has-nav .header-module:last-child {
  margin-bottom: -20px;
}
.has-nav .header-module.find-me-on-header {
  margin-bottom: -24px;
}
.minimal-header .header-module.header-logo {
  margin: 80px auto;
}
.has-nav .minimal-header .header-module.header-logo {
  margin-top: 80px;
  margin-bottom: 60px;
}

.header-image-wrapper {
  position: relative;
  overflow: hidden;
}

.header-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header-image.loaded {
  opacity: 1;
}
.header-image.cover {
  -webkit-background-size: cover;
  background-size: cover;
}
.header-image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-header .blogger-avatar {
  display: block;
  width: 120px;
  height: 120px;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.avatar-style-circle .blog-header .blogger-avatar {
  border-radius: 50%;
}
.blog-header .blogger-avatar:active {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}

.header-logo {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.header-logo-anchor {
  display: inline-block;
  max-width: 70%;
  margin: 0 auto;
  line-height: inherit;
  vertical-align: top;
}

.logo-anchor-text,
.logo-anchor-image-wrapper,
.logo-anchor-img {
  display: block;
}

.logo-anchor-image-wrapper {
  padding-top: 10px;
}

.header-description {
  width: 70%;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #666;
}

.find-me-on-header {
  width: 50%;
  max-width: 640px;
}
.find-me-on-header .find-me-on {
  margin-left: 0;
  text-align: center;
}

/* ========================================================================== *\
    13. Navigation
\* ========================================================================== */
.main-nav {
  margin: 60px auto;
}
.js .main-nav.is-hidden {
  visibility: hidden;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-transform: capitalize;
}

.nav-menu-item {
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 44px;
  vertical-align: top;
  margin-right: -0.25em;
}

.nav-menu-label {
  display: block;
  position: relative;
  padding: 0 1.25em;
  cursor: pointer;
}

.nav-menu-text {
  display: block;
  position: relative;
}
.nav-menu-text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.nav-menu-dropdown {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 10em;
  padding-top: 49px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.nav-menu-dropdown .nav-menu {
  text-align: left;
}
.nav-menu-dropdown .nav-menu-item {
  display: block;
  margin-right: auto;
}
.nav-menu-dropdown .nav-menu-label::after,
.nav-menu-dropdown .nav-menu-label span::after {
  display: none;
}

/* -- Desktop Nav -- */
.desktop-nav .nav-menu-dropdown {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.desktop-nav .has-dropdown:hover .nav-menu-label {
  z-index: 1000;
}
.desktop-nav .has-dropdown:hover .nav-menu-dropdown {
  visibility: visible;
  opacity: 1;
}

/* -- Mobile Nav -- */
.mobile-nav {
  margin-bottom: 8px;
}
.header-banner .mobile-nav {
  margin-top: 8px;
}
.mobile-nav .nav-menu {
  padding: 0 8px;
}
.mobile-nav .nav-menu-item {
  display: block;
  height: auto;
  margin-right: 0;
  margin-bottom: 8px;
  border-radius: 3px;
}
.mobile-nav .nav-menu-item:last-child {
  margin-bottom: 0;
}
.mobile-nav .nav-menu-label span::after {
  display: none !important;
}
.mobile-nav .nav-menu-dropdown {
  position: relative;
  padding: 0;
  min-width: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  display: none;
}
.mobile-nav .nav-menu-dropdown .nav-menu {
  padding: 0;
  text-align: center;
}
.mobile-nav .nav-menu-dropdown .nav-menu-item {
  margin-bottom: 0;
  border-radius: 0;
}
.mobile-nav .nav-menu-dropdown .nav-menu-item:first-child {
  padding-top: 5px;
  border-top: 4px solid rgba(0, 0, 0, 0.05);
}
.mobile-nav .nav-menu-dropdown .nav-menu-item:last-child {
  padding-bottom: 9px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mobile-nav .has-dropdown > .nav-menu-label::before, .mobile-nav .has-dropdown > .nav-menu-label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 14px;
  height: 4px;
  margin-top: -2px;
  z-index: 2;
  background: #fff;
  pointer-events: none;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mobile-nav .has-dropdown > .nav-menu-label::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobile-nav .has-dropdown > .nav-menu-label::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-nav .has-dropdown.is-open > .nav-menu-label::before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-nav .has-dropdown.is-open > .nav-menu-label::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ========================================================================== *\
    14. Posts
\* ========================================================================== */
.filter-notice {
  padding: 2em;
  margin: 60px auto;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
}
.filter-notice p {
  margin: 0;
}
.filter-notice .tag,
.filter-notice .search_query {
  display: inline-block;
  font-weight: bold;
}
.filter-notice .tag::before,
.filter-notice .search_query::before {
  content: '\201C';
}
.filter-notice .tag::after,
.filter-notice .search_query::after {
  content: '\201D';
}

.posts {
  margin: 60px auto;
}

.post {
  position: relative;
  margin-bottom: 60px;
  border-radius: 3px;
}
.js.csstransforms .post {
  -webkit-transform: translate(0, 10rem);
  -ms-transform: translate(0, 10rem);
  transform: translate(0, 10rem);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.js.csstransforms.milo-init .post {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.post-media {
  position: relative;
  padding: 60px;
  border-bottom: 4px solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.post-media.no-padding {
  padding: 0 !important;
}

.post-media-wrap {
  position: relative;
  padding: 60px;
  z-index: 2;
}

.post-media-img {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.photo-slideshow img {
  display: block;
  width: 100%;
}

.post-header,
.post-content,
.post-footer {
  padding: 0 60px;
}

.post-header {
  margin: 50px 0;
}
.post-header:empty {
  display: none;
}
.post-header .lead {
  font-size: 110%;
}

.post-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}
.post-title.padded {
  padding-bottom: 1em;
}

/* -- Post Meta -- */
.post-meta {
  position: relative;
  height: 32px;
  line-height: 32px;
  margin-top: 28px;
  margin-bottom: 30px;
  font-size: 18px;
}

.post-date,
.post-note-count,
.post-comment-count {
  float: left;
}

.post-date {
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 8px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.post-date-anchor {
  display: block;
}

.post-date-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  margin: 8px 0 8px 0.25em;
  vertical-align: top;
}

.post-meta.has-comments .post-note-count::after {
  content: attr(data-conj);
  margin: 0 0.25em;
}

.post-meta-anchor {
  text-transform: capitalize;
  position: relative;
  border: none !important;
}
.post-meta-anchor::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.post-type {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -60px;
  top: -60px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.post-type::after {
  content: "";
  display: block;
  width: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.25));
}

.post-type-anchor {
  display: block;
  padding: 14px;
}

.post-type-icon {
  display: block;
  width: 32px;
  height: 32px;
}

/* -- Post Contents, Tags -- */
.post-content {
  margin: 50px 0;
}
.post-content.collapsed {
  display: none;
}

.post-caption > *:last-child {
  margin-bottom: 0;
}
.post-caption:empty {
  display: none;
}

.post-tags {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: -6px;
}

.post-tag {
  display: block;
  margin-right: -0.25em;
  font-size: 14px;
}

.post-tag-anchor {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: inherit;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* -- Force Fullwidth Tags -- */
.fullwidth_tags .grid-col {
  width: 100% !important;
  text-align: left !important;
}
.fullwidth_tags .post-caption {
  margin-bottom: 50px !important;
}
.fullwidth_tags .post-tag {
  display: inline-block;
}

/* -- Read More Container -- */
.read_more_container {
  margin: 2em 0 0;
}

/* -- Narrow Media Widths -- */
.post.media500 .post-media-inner {
  max-width: 500px;
  margin: auto;
}

.post.media700 .post-media-inner {
  max-width: 700px;
  margin: auto;
}

/* -------------------------------------------------------------------------- *\
    14.1  Quotes
\* -------------------------------------------------------------------------- */
.is-quote .post-media-icon-wrapper {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.is-quote .post-media-icon {
  display: block;
  width: 128px;
  height: 128px;
  position: relative;
  top: -16px;
}

.post-media-blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 1.2em 0;
  font-size: 30px;
  line-height: 1.4;
  z-index: 2;
}
.post-media-blockquote > * {
  margin-bottom: 1.2em;
}

.quote-medium .post-media-blockquote-inner {
  font-size: 85%;
}
.quote-long .post-media-blockquote-inner {
  font-size: 70%;
}

.quote-source {
  position: relative;
  z-index: 2;
}
.quote-source > *:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------- *\
    14.2  Links
\* -------------------------------------------------------------------------- */
.is-link .post-media-icon-wrapper {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.is-link .post-media-icon {
  display: block;
  width: 96px;
  height: 128px;
}

.post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.post-link-text {
  margin-right: 30px;
}

.post-link-title {
  display: block;
  font-size: 30px;
  line-height: 1.4;
  border: none !important;
  margin-bottom: 0.5em;
}

.post-link-thumb {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.post-link-thumb-anchor {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0.8;
  -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.post-link-thumb-anchor:hover, .post-link-thumb-anchor:focus {
  opacity: 1;
}

/* -------------------------------------------------------------------------- *\
    14.3  Chat
\* -------------------------------------------------------------------------- */
.is-chat .post-media-icon-wrapper {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.is-chat .post-media-icon {
  display: block;
  width: 128px;
  height: 128px;
  position: relative;
}
.is-chat .conversation {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-chat .chat-line {
  display: block;
  font-size: 125%;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.25em 0;
}
.is-chat .chat-line:last-child {
  padding-bottom: 0;
}
.is-chat .chat-line .username {
  font-weight: 600;
  margin-right: 0.25em;
}

/* -------------------------------------------------------------------------- *\
    14.4  Audio & Video
\* -------------------------------------------------------------------------- */
.audio-player-wrapper iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.audio-player-wrapper.is-bandcamp iframe {
  max-width: 700px;
}
.audio-player-wrapper.is-spotify .fluid-width-video-wrapper {
  padding-top: 80px !important;
  padding-bottom: 100% !important;
}
@media screen and (min-width: 500px) {
  .audio-player-wrapper.is-spotify .fluid-width-video-wrapper {
    height: 80px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 500px) {
  .audio-player-wrapper.is-soundcloud .fluid-width-video-wrapper {
    padding-top: 56.25% !important;
  }
}

.video-player-wrapper p {
  display: none;
}

.tumblr_video_container {
  width: 100% !important;
  height: auto !important;
}

/* -------------------------------------------------------------------------- *\
    14.5  Asks
\* -------------------------------------------------------------------------- */
.question-bubble {
  position: relative;
  margin-right: 90px;
  margin-bottom: 30px;
  padding: 30px;
}
.question-bubble::after {
  content: '';
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
}

.question-bubble-nipple {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 0;
  -webkit-transform: rotate(45deg) translate(67.5%, 0);
  -ms-transform: rotate(45deg) translate(67.5%, 0);
  transform: rotate(45deg) translate(67.5%, 0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 1;
}

.question-bubble,
.question-bubble-nipple {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.ask-asker {
  margin: 0;
  padding-bottom: 0.5em;
}

.ask-question {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.ask-answer {
  margin-right: 90px;
  margin-bottom: 0;
}
.ask-answer > *:last-child {
  margin-bottom: 0;
}

.asker-avatar {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -90px;
}

.asker-avatar-anchor {
  display: block;
  border: none !important;
}
.asker-avatar-anchor:link, .asker-avatar-anchor:visited {
  opacity: 0.9;
}
.asker-avatar-anchor:hover, .asker-avatar-anchor:focus {
  opacity: 1;
}
.asker-avatar-anchor img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
.asker-avatar-anchor::after {
  content: "";
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* -------------------------------------------------------------------------- *\
    14.6  Post Footer
\* -------------------------------------------------------------------------- */
.post-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 50px;
}

.author-avatar,
.author-info {
  display: inline-block;
  position: relative;
  margin-right: -0.25em;
  vertical-align: top;
}

.author-avatar {
  width: 60px;
  margin-right: 8px;
}
.author-avatar img {
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.author-avatar::after {
  content: "";
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.author-avatar:hover img, .author-avatar:focus img {
  opacity: 0.9;
}

.author-name,
.author-url {
  margin: 0.125em 0;
}

.author-url {
  font-size: 12px;
}
.author-url a {
  border: none;
}
.author-url a::after {
  display: none;
}

.post-ctas {
  display: inline-block;
  min-width: 150px;
  min-height: 32px;
  font-size: 0;
}

.post-cta {
  display: inline-block;
}

.post-cta-anchor {
  display: block;
  width: 50px;
  height: 33px;
  position: relative;
  line-height: 32px;
  text-align: center;
  border-style: solid;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.post-cta-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #b9bcc0;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.post-cta-anchor:hover .post-cta-icon, .post-cta-anchor:focus .post-cta-icon {
  fill: #d4d6d8;
}
.post-cta-anchor.is-like {
  width: 51px;
  background: #b54940;
  border-color: #a24239;
  border-width: 1px 0 0 1px;
  border-top-left-radius: 3px;
}
.post-cta-anchor.is-like:hover, .post-cta-anchor.is-like:focus {
  background: #bd4e44;
}
.post-cta-anchor.is-reblog {
  background: #435d7f;
  border-color: #3a516e;
  border-width: 1px 0 0;
}
.post-cta-anchor.is-reblog:hover, .post-cta-anchor.is-reblog:focus {
  background: #476387;
}
.post-cta-anchor.is-share {
  width: 51px;
  background: #34373d;
  border-color: #303338;
  border-width: 1px 1px 0 0;
  border-top-right-radius: 3px;
}
.post-cta-anchor.is-share:hover, .post-cta-anchor.is-share:focus {
  background: #373b41;
}

.like-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.like-button-wrapper .like_button {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.like-button-wrapper iframe {
  width: 100%;
  height: 100%;
}

.post-cta-icon-liked {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), fill 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), fill 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.post-cta-anchor.is-like.liked .post-cta-icon-liked {
  opacity: 1;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
  transform: scale(1.15) translate3d(0, 0, 0);
}

/* -------------------------------------------------------------------------- *\
    14.7  Post Comments
\* -------------------------------------------------------------------------- */
.post-notes,
.post-comments {
  margin: 60px auto;
}

.post-notes {
  padding: 50px 60px;
  border-radius: 3px;
}
.post-notes .notes {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-notes .note {
  display: block;
  padding-bottom: 1em;
}
.post-notes .note:last-of-type {
  padding-bottom: 0;
}
.post-notes .avatar_frame,
.post-notes .note span,
.post-notes .note blockquote {
  display: inline-block;
  vertical-align: middle;
}
.post-notes .avatar_frame {
  width: 32px;
  height: 32px;
  margin-right: 0.625em;
  border: none !important;
  border-radius: 50%;
  overflow: hidden;
}
.post-notes blockquote {
  margin: 0;
  padding: 1em;
  border: none;
}
.post-notes blockquote a {
  border: none !important;
  color: inherit !important;
}
.post-notes .more_notes_link_container {
  padding: 2em 0 0;
}
.post-notes .notes_loading {
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

/* ========================================================================== *\
    15. Footer
\* ========================================================================== */
.blog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 60px;
  padding: 37.5px 60px;
  margin-top: 60px;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: transparent !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.blog-footer .copyright,
.blog-footer .credits {
  line-height: 1.2;
  margin: 0;
}

/* -- Elevator -- */
.elevator-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1001;
  opacity: 0;
  -webkit-transform: translate3d(0, 44px, 0) scale(0.8);
  transform: translate3d(0, 44px, 0) scale(0.8);
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.elevator-wrapper.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.elevator {
  background: transparent;
  border: none;
  padding: 10px;
  opacity: 0.8;
  -webkit-transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.elevator:hover {
  opacity: 1;
}
.elevator:focus {
  outline: none;
}
.elevator .icon {
  display: block;
  width: 24px;
  height: 24px;
}

/* ========================================================================== *\
    16. Aside
\* ========================================================================== */
/* -- Aside Trigger -- */
.aside-trigger {
  width: 44px;
  height: 44px;
  background: red;
  border-radius: 3px;
}

.aside-trigger-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms;
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms;
}
.show-aside .aside-trigger-list.ziggy-list {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.trigger-list-item {
  display: block;
  width: 22px;
  height: 4px;
  position: absolute;
  top: -2px;
  left: -11px;
  border-radius: 2px;
  background: white;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: width 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, left 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, background 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, left 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 500ms, background 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.strait-list .trigger-list-item:nth-child(n+5) {
  display: none;
}
.strait-list .trigger-list-item:nth-child(3) {
  -webkit-transform: translate(0, -7px);
  -ms-transform: translate(0, -7px);
  transform: translate(0, -7px);
}
.strait-list .trigger-list-item:nth-child(4) {
  -webkit-transform: translate(0, 7px);
  -ms-transform: translate(0, 7px);
  transform: translate(0, 7px);
}
.show-aside .strait-list .trigger-list-item {
  width: 26px;
  left: -13px;
}
.show-aside .strait-list .trigger-list-item:nth-child(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.show-aside .strait-list .trigger-list-item:nth-child(2) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.show-aside .strait-list .trigger-list-item:nth-child(3) {
  -webkit-transform: scaleX(0.001);
  -ms-transform: scaleX(0.001);
  transform: scaleX(0.001);
  opacity: 0;
}
.show-aside .strait-list .trigger-list-item:nth-child(4) {
  -webkit-transform: scaleX(0.001);
  -ms-transform: scaleX(0.001);
  transform: scaleX(0.001);
  opacity: 0;
}
.ziggy-list .trigger-list-item {
  width: 12px;
  left: -6px;
  border-radius: 1px;
}
.ziggy-list .trigger-list-item:nth-child(1) {
  -webkit-transform: translate(-48%, 0) skewY(-15deg);
  -ms-transform: translate(-48%, 0) skewY(-15deg);
  transform: translate(-48%, 0) skewY(-15deg);
  border-bottom-right-radius: 0;
}
.ziggy-list .trigger-list-item:nth-child(2) {
  -webkit-transform: translate(48%, 0) skewY(-15deg);
  -ms-transform: translate(48%, 0) skewY(-15deg);
  transform: translate(48%, 0) skewY(-15deg);
  border-top-left-radius: 0;
}
.ziggy-list .trigger-list-item:nth-child(3) {
  -webkit-transform: translate(-48%, -7px) skewY(-15deg);
  -ms-transform: translate(-48%, -7px) skewY(-15deg);
  transform: translate(-48%, -7px) skewY(-15deg);
  border-bottom-right-radius: 0;
}
.ziggy-list .trigger-list-item:nth-child(4) {
  -webkit-transform: translate(48%, -7px) skewY(-15deg);
  -ms-transform: translate(48%, -7px) skewY(-15deg);
  transform: translate(48%, -7px) skewY(-15deg);
  border-top-left-radius: 0;
}
.ziggy-list .trigger-list-item:nth-child(5) {
  -webkit-transform: translate(-48%, 7px) skewY(-15deg);
  -ms-transform: translate(-48%, 7px) skewY(-15deg);
  transform: translate(-48%, 7px) skewY(-15deg);
  border-bottom-right-radius: 0;
}
.ziggy-list .trigger-list-item:nth-child(6) {
  -webkit-transform: translate(48%, 7px) skewY(-15deg);
  -ms-transform: translate(48%, 7px) skewY(-15deg);
  transform: translate(48%, 7px) skewY(-15deg);
  border-top-left-radius: 0;
}
.show-aside .ziggy-list .trigger-list-item:nth-child(1) {
  -webkit-transform: translate(-48%, 0) skewY(15deg);
  -ms-transform: translate(-48%, 0) skewY(15deg);
  transform: translate(-48%, 0) skewY(15deg);
}
.show-aside .ziggy-list .trigger-list-item:nth-child(2) {
  -webkit-transform: translate(48%, 0) skewY(15deg);
  -ms-transform: translate(48%, 0) skewY(15deg);
  transform: translate(48%, 0) skewY(15deg);
}
.show-aside .ziggy-list .trigger-list-item:nth-child(3) {
  -webkit-transform: translate(-48%, -7px) skewY(15deg);
  -ms-transform: translate(-48%, -7px) skewY(15deg);
  transform: translate(-48%, -7px) skewY(15deg);
}
.show-aside .ziggy-list .trigger-list-item:nth-child(4) {
  -webkit-transform: translate(48%, -7px) skewY(15deg);
  -ms-transform: translate(48%, -7px) skewY(15deg);
  transform: translate(48%, -7px) skewY(15deg);
}
.show-aside .ziggy-list .trigger-list-item:nth-child(5) {
  -webkit-transform: translate(-48%, 7px) skewY(15deg);
  -ms-transform: translate(-48%, 7px) skewY(15deg);
  transform: translate(-48%, 7px) skewY(15deg);
}
.show-aside .ziggy-list .trigger-list-item:nth-child(6) {
  -webkit-transform: translate(48%, 7px) skewY(15deg);
  -ms-transform: translate(48%, 7px) skewY(15deg);
  transform: translate(48%, 7px) skewY(15deg);
}
.nested-list .trigger-list-item {
  width: 16px;
  left: 0;
  border-radius: 1px;
}
.nested-list .trigger-list-item:nth-child(n+5) {
  display: none;
}
.nested-list .trigger-list-item::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: -6px;
  border-radius: 2px;
  background: inherit;
}
.nested-list .trigger-list-item:nth-child(1) {
  width: 16px;
  -webkit-transform: translate(-5px, -9px);
  -ms-transform: translate(-5px, -9px);
  transform: translate(-5px, -9px);
}
.nested-list .trigger-list-item:nth-child(2) {
  width: 12px;
  -webkit-transform: translate(-1px, -3px);
  -ms-transform: translate(-1px, -3px);
  transform: translate(-1px, -3px);
}
.nested-list .trigger-list-item:nth-child(3) {
  width: 8px;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
.nested-list .trigger-list-item:nth-child(4) {
  width: 12px;
  -webkit-transform: translate(-1px, 9px);
  -ms-transform: translate(-1px, 9px);
  transform: translate(-1px, 9px);
}
.show-aside .nested-list .trigger-list-item:nth-child(1) {
  width: 12px;
  -webkit-transform: translate(-1px, -9px);
  -ms-transform: translate(-1px, -9px);
  transform: translate(-1px, -9px);
}
.show-aside .nested-list .trigger-list-item:nth-child(2) {
  width: 16px;
  -webkit-transform: translate(-5px, -3px);
  -ms-transform: translate(-5px, -3px);
  transform: translate(-5px, -3px);
}
.show-aside .nested-list .trigger-list-item:nth-child(3) {
  width: 12px;
  -webkit-transform: translate(-1px, 3px);
  -ms-transform: translate(-1px, 3px);
  transform: translate(-1px, 3px);
}
.show-aside .nested-list .trigger-list-item:nth-child(4) {
  width: 8px;
  -webkit-transform: translate(3px, 9px);
  -ms-transform: translate(3px, 9px);
  transform: translate(3px, 9px);
}

/* -- Aside Close Button -- */
.aside-close-button-wrapper {
  width: 100%;
  height: 60px;
  padding: 0;
  text-align: center;
}

.button.aside-close-button {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border: none;
  border-radius: 0;
  visibility: hidden;
}
@media only screen and (max-width: 40em) {
  .button.aside-close-button {
    visibility: visible;
  }
}

/* -- Widget Area -- */
.widgets {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid transparent;
}
.widgets .iScrollVerticalScrollbar {
  width: 4px;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: transparent;
  z-index: 9999;
}
.widgets .iScrollIndicator {
  width: 100%;
  border-radius: 1px;
}
.widgets .iScrollIndicator::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.widgets-wrapper {
  margin-top: -1px;
  padding-bottom: 10rem;
}

/* ========================================================================== *\
    17. Miscellaneous
\* ========================================================================== */
::-moz-selection {
  background: rgba(49, 52, 58, 0.9);
  color: #e4e5e7;
  text-shadow: none;
}
::selection {
  background: rgba(49, 52, 58, 0.9);
  color: #e4e5e7;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(49, 52, 58, 0.9);
  color: #e4e5e7;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(49, 52, 58, 0.9);
  color: #e4e5e7;
  text-shadow: none;
}

/* ========================================================================== *\
    18. Helpers
\* ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* ========================================================================== *\
    19. Print Styles
\* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ========================================================================== *\
   20. PXU Photoset Extended Styles
\* ========================================================================== */
.clearit:before, .clearit:after {
  content: "";
  display: table;
}

.clearit:after {
  clear: both;
}

.clearit {
  *zoom: 1;
}

/* Photoset */
.photo-slideshow {
  visibility: hidden;
}

.photo-slideshow.processed {
  visibility: visible;
}

.photo-slideshow .row {
  clear: both;
  width: 100%;
}

.photo-slideshow .pxu-photo {
  display: block;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.photo-slideshow .pxu-photo-wrap {
  width: auto;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.photo-slideshow .pxu-photo img {
  display: block;
  cursor: pointer;
}

.photo-slideshow.processed .pxu-photo img {
  width: 100%;
  height: auto;
}

.photo-slideshow .pxu-photo:first-child img {
  margin-left: 0;
}

.photo-slideshow .count-1 {
  width: 100%;
}

.photo-slideshow .count-2 {
  width: 50%;
}

.photo-slideshow .count-3 {
  width: 33.33%;
}

.photo-slideshow .count-4 {
  width: 25%;
}

.photo-slideshow .count-5 {
  width: 20%;
}

.photo-slideshow .info {
  display: none;
}

.photo-data {
  position: relative;
  float: left;
}

/* ========================================================================== *\
   21. BxSlider
\* ========================================================================== */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** Reset And Layout
=================================== */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** Theme
=================================== */
.bx-wrapper .bx-viewport {
  background: transparent;
  border: none;
  border-radius: 3px;
  /* Fix other elements on the page moving (on Chrome) */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 40px;
}

/* Loader */
.bx-wrapper .bx-loading {
  display: none;
}

/* Pager */
.bx-wrapper .bx-pager {
  text-align: center;
  line-height: 40px;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* Direction Controls (Next / Prev) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: transparent;
}

.bx-wrapper .bx-prev {
  left: -55px;
}

.bx-wrapper .bx-next {
  right: -55px;
}

.bx-wrapper .bx-controls-direction a {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  outline: 0;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction .arrow {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* Image Captions */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
}

.bx-wrapper .bx-caption span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 8px;
  margin: 10px;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.9);
  text-shadow: 0 0 20px #000;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

/* ========================================================================== *\
    22. Swiper
\* ========================================================================== */
/* -------------------------------------------------------------
  Basic Swiper Styles
---------------------------------------------------------------- */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  transition-property: transform, left, top;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* -------------------------------------------------------------
  Swiper Custom Styles
---------------------------------------------------------------- */
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}

.swiper-container {
  overflow: hidden;
  border-radius: 3px;
}

/* -------------------------------------------------------------
  Pagination Styles
---------------------------------------------------------------- */
.swiper-pagination {
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  vertical-align: bottom;
  background: #666;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* ========================================================================== *\
    23. Reveal Modal
\* ========================================================================== */
.reveal-modal-bg {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  background: #eee;
  position: absolute;
  z-index: 101;
  padding: 60px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal.small {
  width: 200px;
  margin-left: -100px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -200px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -400px;
}
.reveal-modal .close-reveal-modal {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.reveal-modal .close-reveal-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 14px;
}
.reveal-modal.closed .close-reveal-modal {
  pointer-events: none;
}
@media only screen and (max-width: 30em) {
  .reveal-modal {
    width: 290px !important;
    margin-left: -145px !important;
    padding: 60px 20px;
  }
}

/* ========================================================================== *\
    24. Tablets
\* ========================================================================== */
/* -------------------------------------------------------------
	Tablets Landscape
---------------------------------------------------------------- */
@media only screen and (max-width: 70em) {
  /* -- Setup wrappers width -- */
  .content {
    max-width: 76.8rem;
  }

  /* -- Aside Trigger -- */
  .container > .aside-trigger {
    position: fixed;
    left: 0;
    margin: 30px;
  }
  .right-aside .container > .aside-trigger {
    left: auto;
    right: 0;
  }

  /* -- Shrink paddings and margins -- */
  .post-media,
  .post-media-wrap {
    padding: 40px;
  }

  .post-header,
  .post-content,
  .post-footer {
    padding: 0 40px;
  }

  .post-date {
    padding-left: 40px;
  }

  .post-header {
    margin: 30px 0;
  }

  .post-meta {
    margin-bottom: 18px;
  }

  .post-content {
    margin: 30px 0;
  }

  .post-notes {
    padding: 40px;
  }

  /* -- Force fullwidth tags -- */
  .post .grid-col {
    width: 100% !important;
    text-align: left !important;
  }
  .post.has-tags .post-caption {
    margin-bottom: 30px !important;
  }
  .post .post-tag {
    display: inline-block;
  }

  /* -- Photoset Slider -- */
  .is-photoset.is_slider .post-media {
    padding-bottom: 40px !important;
  }

  .bx-wrapper .bx-prev {
    left: -40px;
  }

  .bx-wrapper .bx-next {
    right: -40px;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 40px;
  }

  /* -- Post Footer -- */
  .post-footer {
    margin-top: 30px;
  }

  /* Blog Footer */
  .blog-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }
  .blog-footer * + * {
    padding-top: 1em;
  }
}
/* -------------------------------------------------------------
	TABLETS PORTRAIT
---------------------------------------------------------------- */
@media only screen and (max-width: 60em) {
  /* -- Setup wrappers width -- */
  .content {
    max-width: 60rem;
  }
}
/* ========================================================================== *\
    25. Phones
\* ========================================================================== */
/* -------------------------------------------------------------
	Phones Landscape
---------------------------------------------------------------- */
@media only screen and (max-width: 40em) {
  /* -- Setup wrappers width -- */
  .content {
    max-width: 44rem;
  }

  /* -- Prevent header banner from being too short -- */
  .header-image.loaded {
    padding-top: 56.25% !important;
  }

  /* -- Shrink avatar -- */
  .blog-header .blogger-avatar {
    width: 96px;
    height: 96px;
  }
  .header-nav-wrap.has-banner.has-avatar .blog-header .blogger-avatar {
    margin-top: -48px;
  }

  /* -- Make room for description & icons -- */
  .header-description,
  .find-me-on-header {
    width: 100%;
    padding: 0 30px;
  }

  /* -- Shrink paddings and margins -- */
  .posts,
  .pagination,
  .filter-notice {
    margin: 40px auto;
  }

  .post {
    margin-bottom: 40px;
  }

  .post-media,
  .post-media-wrap {
    padding: 30px;
  }

  .post-header,
  .post-content,
  .post-footer {
    padding: 0 30px;
  }

  .post-date {
    padding-left: 30px;
  }

  .post-header {
    margin: 30px 0;
  }

  .post-meta {
    margin-bottom: 18px;
  }

  .post-content {
    margin: 30px 0;
  }

  .post.has-tags .post-caption {
    margin-bottom: 30px !important;
  }

  .post-notes {
    padding: 30px;
  }

  /* -- Post caption -- */
  .post-header,
  .post-caption {
    font-size: 93.75%;
  }

  /* -- Post Footer -- */
  .post-footer {
    display: block;
    margin-top: 30px;
  }
  .post-footer.has-author .post-ctas {
    margin-top: 30px;
  }

  .post-author {
    margin: 30px 0;
  }

  .author-avatar img {
    display: block;
    border-radius: 3px;
  }

  /* -- Titles -- */
  .post-title,
  .post-media-blockquote,
  .post-link-title,
  .ask-question {
    font-size: 21px;
  }

  /* -- Read More Container -- */
  .read_more_container {
    margin: 1.5em 0 0 !important;
  }

  /* -- Quote Posts -- */
  .is-quote .post-media-icon-wrapper {
    top: 15px;
    left: 15px;
  }
  .is-quote .post-media-icon {
    width: 96px;
    height: 96px;
    top: -12px;
  }

  /* -- Link Posts -- */
  .is-link .post-media-icon-wrapper {
    top: 15px;
    left: 15px;
  }
  .is-link .post-media-icon {
    width: 72px;
    height: 96px;
  }

  .post-link-thumb-anchor {
    width: 100px;
    height: 100px;
  }

  /* -- Chat Posts -- */
  .is-chat .post-media-icon-wrapper {
    top: 15px;
    left: 15px;
  }
  .is-chat .post-media-icon {
    width: 96px;
    height: 96px;
  }

  .chat-line {
    font-size: 100%;
  }

  /* -- Photoset Slider -- */
  .bx-wrapper .bx-prev {
    left: -30px;
  }

  .bx-wrapper .bx-next {
    right: -30px;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 30px;
  }

  .bx-wrapper .bx-controls-direction .arrow {
    display: none;
  }

  /* Blog Footer */
  .blog-footer {
    margin-top: 40px;
    padding: 30px;
  }
}
/* -------------------------------------------------------------
	Phones Portrait
---------------------------------------------------------------- */
@media only screen and (max-width: 30em) {
  /* -- Setup wrappers width -- */
  .content {
    max-width: 29rem;
  }

  /* -- Narrower widget area -- */
  .aside-wrapper {
    width: 100%;
  }

  .csstransforms .show-aside .page-wrapper {
    -webkit-transform: translate(100%, 60px);
    -ms-transform: translate(100%, 60px);
    transform: translate(100%, 60px);
  }
  .csstransforms3d .show-aside .page-wrapper {
    -webkit-transform: translate3d(100%, 60px, 0);
    transform: translate3d(100%, 60px, 0);
  }
  .csstransforms .right-aside.show-aside .page-wrapper {
    -webkit-transform: translate(-100%, 60px);
    -ms-transform: translate(-100%, 60px);
    transform: translate(-100%, 60px);
  }
  .csstransforms3d .right-aside.show-aside .page-wrapper {
    -webkit-transform: translate3d(-100%, 60px, 0);
    transform: translate3d(-100%, 60px, 0);
  }

  /* -- Shrink paddings and margins -- */
  .post-media,
  .post-media-wrap {
    padding: 20px;
  }

  .post-header,
  .post-content,
  .post-footer {
    padding: 0 20px;
  }

  .post-header {
    margin: 20px 0;
  }

  .post-meta {
    margin-bottom: 12px;
  }

  .post-content {
    margin: 20px 0;
  }

  .post-notes {
    padding: 20px;
  }

  .widget {
    padding: 40px;
  }

  /* -- Post caption -- */
  .post-header,
  .post-caption {
    font-size: 87.5%;
  }

  /* -- Compact Post Meta -- */
  .post-meta {
    height: auto;
    margin-top: 0;
  }

  .post-date {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 1em;
    border-radius: 0;
  }

  .post-note-count {
    padding-left: 20px;
  }

  .post-comment-count {
    padding-right: 20px;
  }

  /* -- Hide post type icon -- */
  .post-type {
    display: none;
  }

  /* -- Post Footer -- */
  .post-footer {
    display: block;
    margin-top: 30px;
  }

  .post-footer.has-author .post-ctas {
    margin-top: 30px;
  }

  /* -- Smaller padding for 'padded' titles -- */
  .post-title.padded {
    padding: 0.25em 0 0.5em;
  }

  /* Quote Posts -- */
  .post-media-blockquote > * {
    margin-bottom: 0.75em;
  }

  /* -- Link Posts -- */
  .post-link-thumb-anchor {
    width: 60px;
    height: 60px;
  }

  /* -- Asks -- */
  .question-bubble {
    padding: 20px;
    margin-bottom: 85px;
  }

  .ask-answer,
  .question-bubble {
    margin-right: 0;
  }

  .question-bubble-nipple {
    top: auto;
    right: auto;
    left: 10px;
    bottom: 0;
  }

  .asker-avatar {
    width: 45px;
    height: 45px;
    top: auto;
    right: auto;
    left: 0;
    bottom: -70px;
  }

  /* -- Photoset Slider -- */
  .bx-wrapper .bx-prev {
    left: -20px;
  }

  .bx-wrapper .bx-next {
    right: -20px;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 20px;
  }

  /* -- Media players -- */
  .tumblr_audio_player {
    width: auto;
    max-width: 100%;
  }

  /* Blog Footer */
  .blog-footer {
    padding: 20px;
  }
}
/* ========================================================================== *\
    26. Old IE
\* ========================================================================== */
/* -- Flexbox fallbacks -- */
.no-flexbox .post-link-text,
.no-flexbox .post-link-thumb {
  display: inline-block;
  vertical-align: top;
  margin-right: -0.5em;
}
.no-flexbox .post-link-text {
  width: 70%;
}
.no-flexbox .post-link-thumb {
  width: 30%;
  text-align: right;
}
.no-flexbox .post-link-thumb-anchor {
  display: inline-block;
  vertical-align: top;
}
.no-flexbox .post-author,
.no-flexbox .post-ctas {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: -0.5em;
}
@media only screen and (max-width: 40em) {
  .no-flexbox .post-author,
  .no-flexbox .post-ctas {
    width: 100%;
    display: block;
  }
}
.no-flexbox .post-footer.has-author .post-ctas {
  text-align: right;
}
@media only screen and (max-width: 40em) {
  .no-flexbox .post-footer.has-author .post-ctas {
    text-align: left;
  }
}
.no-flexbox .pagination {
  text-align: center;
}
.no-flexbox .pagination-anchor.click-to-load {
  width: 100%;
}
.no-flexbox .blog-footer .copyright,
.no-flexbox .blog-footer .credits {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  margin-right: -0.5em;
}
@media only screen and (max-width: 70em) {
  .no-flexbox .blog-footer .copyright,
  .no-flexbox .blog-footer .credits {
    display: block;
    width: 100%;
  }
}
.no-flexbox .blog-footer .credits {
  text-align: right;
}
@media only screen and (max-width: 70em) {
  .no-flexbox .blog-footer .credits {
    text-align: left;
  }
}

/* -- No CSS animations -- */
.no-cssanimations .fa-spin {
  display: none;
}

/* ========================================================================== *\
    27. Color Scheme
\* ========================================================================== */
body,
.container {
  background-color: #212327;
}

.page,
.page-wrapper,
.container::after {
  background-color: #2d2f34;
}

.show-aside-overlay .page::after {
  background-color: rgba(33, 35, 39, 0.5);
}

/* -- Header -- */
.header-nav-wrap {
  background-color: #292c30;
  border-color: #24272b;
}

/* -- Avatar -- */
.blog-header .blogger-avatar {
  -webkit-box-shadow: 0 0 0 6px #292c30;
  box-shadow: 0 0 0 6px #292c30;
}

/* -- Logo -- */
.header-logo-anchor:link, .header-logo-anchor:visited {
  color: #35bb8e;
}
.header-logo-anchor:hover, .header-logo-anchor:focus {
  color: #40c99b;
}

/* -- Description -- */
.header-description {
  color: rgba(151, 154, 161, 0.7);
}

/* -- Navigation -- */
.nav-menu-label:link, .nav-menu-label:visited {
  color: #979aa1;
}
.nav-menu-label:link span::after, .nav-menu-label:visited span::after {
  background-color: rgba(151, 154, 161, 0.06);
}
.nav-menu-label:hover, .nav-menu-label:focus, .nav-menu-item:hover > .nav-menu-label {
  color: white;
}
.nav-menu-label:hover span::after, .nav-menu-label:focus span::after, .nav-menu-item:hover > .nav-menu-label span::after {
  background-color: #35bb8e;
}

.nav-menu-dropdown {
  background-color: #2d2f34;
  border-color: #32363b;
}

.has-dropdown .nav-menu-label::after {
  border-top-color: #979aa1;
}

/* -- Mobile Nav -- */
.mobile-nav .nav-menu-label {
  color: #979aa1 !important;
}
.mobile-nav .nav-menu-item {
  background-color: #232529;
}
.mobile-nav .nav-menu-dropdown .nav-menu-item {
  background-color: #202225;
}

.mobile-nav .has-dropdown > .nav-menu-label::before,
.mobile-nav .has-dropdown > .nav-menu-label::after {
  background-color: #575a60;
}

/* -- filter notice -- */
.filter-notice {
  background-color: #292c30;
  border-color: #24272b;
  color: rgba(151, 154, 161, 0.7);
}

/* -- Posts -- */
.post,
.post-notes {
  color: #979aa1;
  background-color: #3b3e45;
  -webkit-box-shadow: 0 0 5px rgba(30, 32, 36, 0.2);
  box-shadow: 0 0 5px rgba(30, 32, 36, 0.2);
}

.post-media {
  background-color: #36393f;
  border-bottom-color: #31343a;
}

.pxu-photo-wrap,
.post-media-img-wrapper,
.video-player-wrapper,
.audio-player-wrapper iframe,
.bx-wrapper .bx-viewport,
.post-link-thumb-anchor {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
}

.asker-avatar-anchor {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.photostream .image-wrapper {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* -- Photoset Slider -- */
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #535962;
}

.bx-wrapper .bx-controls-direction .arrow {
  fill: #535962;
}

.bx-wrapper .bx-caption span {
  background-color: rgba(54, 57, 63, 0.6);
  border-color: rgba(54, 57, 63, 0.1);
}

/* -- Photostream Swiper -- */
.swiper-pagination-switch {
  background-color: #3e4249;
}

.swiper-pagination-switch:hover,
.swiper-active-switch {
  background-color: #35bb8e;
}

/* -- Post Titles -- */
.post-title,
.ask-question,
.post-media-blockquote {
  color: #a4abb6;
}

.is-link .typography .post-link-title:link, .is-link .typography .post-link-title:visited {
  color: #a4abb6;
}
.is-link .typography .post-link-title:hover, .is-link .typography .post-link-title:focus {
  color: white;
}

/* -- Post Meta -- */
.post-date {
  background-color: #35bb8e;
}

.post-date-anchor {
  color: #3b3e45;
}

.post-date-icon {
  fill: #3b3e45;
}

.post-note-count,
.post-comment-count,
.post-author .author-name,
.post-author .author-url {
  color: rgba(151, 154, 161, 0.8);
}

.post-meta-anchor:link, .post-meta-anchor:visited {
  color: rgba(151, 154, 161, 0.8);
}
.post-meta-anchor:link::after, .post-meta-anchor:visited::after {
  background-color: rgba(151, 154, 161, 0.2);
}
.post-meta-anchor:hover, .post-meta-anchor:focus {
  color: rgba(53, 187, 142, 0.8);
}
.post-meta-anchor:hover::after, .post-meta-anchor:focus::after {
  background-color: rgba(53, 187, 142, 0.2);
}

.post-type {
  background-color: #35bb8e;
}

.post-type-icon {
  fill: #3b3e45;
}

/* -- Asks -- */
.question-bubble,
.question-bubble-nipple {
  background-color: #303338;
  border-color: #2b2e33;
}

.question-bubble::after {
  background-color: #303338;
}

/* -- Post Tags & Buttons -- */
.button:link, .button:visited,
.read_more:link,
.read_more:visited,
.more_notes_link:link,
.more_notes_link:visited,
.post-tag-anchor:link,
.post-tag-anchor:visited {
  color: #797d86 !important;
  background-color: #31343a !important;
  border-color: #2d2f34 !important;
}
.button:hover, .button:focus,
.read_more:hover,
.read_more:focus,
.more_notes_link:hover,
.more_notes_link:focus,
.post-tag-anchor:hover,
.post-tag-anchor:focus {
  color: white !important;
  background-color: #35bb8e !important;
  border-color: #32b388 !important;
}

.button:link .icon, .button:visited .icon,
.read_more:link .icon,
.read_more:visited .icon {
  fill: #797d86 !important;
}
.button:hover .icon, .button:focus .icon,
.read_more:hover .icon,
.read_more:focus .icon {
  fill: white !important;
}

/* -- Shapes Inside Post Media -- */
.post-media-icon {
  fill: #303338;
}

/* -- Typography -- */
.typography a:link, .typography a:visited {
  color: #35bb8e;
  border-color: rgba(53, 187, 142, 0.2);
}
.typography a:hover, .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

/* -- Pagination -- */
.pagination-anchor {
  -webkit-box-shadow: 0 0 5px rgba(30, 32, 36, 0.2);
  box-shadow: 0 0 5px rgba(30, 32, 36, 0.2);
}
.pagination-anchor:link, .pagination-anchor:visited {
  color: #797d86;
  background-color: #3b3e45;
  border-color: #3b3e45;
}
.pagination-anchor:link .arrow, .pagination-anchor:visited .arrow {
  fill: #797d86;
}
.pagination-anchor:hover:not(.disabled), .pagination-anchor:focus:not(.disabled), .pagination-anchor.click-to-load.loading:not(.disabled) {
  color: white;
  background-color: #35bb8e;
  border-color: #32b388;
}
.pagination-anchor:hover:not(.disabled) .arrow, .pagination-anchor:focus:not(.disabled) .arrow, .pagination-anchor.click-to-load.loading:not(.disabled) .arrow {
  fill: white;
}

/* ----------------------------------- *\
    Share Widget
\* ----------------------------------- */
.reveal-modal-bg {
  background-color: rgba(45, 47, 52, 0.8);
}

.reveal-modal {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
}

.share-widget {
  color: #7e838b;
  border-color: #1e2024;
  background-color: #232529;
}

.share-widget-service a:link, .share-widget-service a:visited {
  background-color: #7e838b;
}

.share-widget-icon {
  fill: #232529;
}

.close-reveal-icon {
  fill: #7e838b;
}

.share-widget .short-url input {
  color: #7e838b;
}

/* -- Footer -- */
.blog-footer {
  background-color: #292c30;
  border-color: #24272b;
  color: #646a75;
}

/* -- Aside -- */
.blog-aside {
  color: #979aa1;
}

.aside-trigger {
  background-color: #212327;
}

.trigger-list-item {
  background-color: #35bb8e;
}

.aside-trigger:hover .trigger-list-item {
  background-color: #40c99b;
}

.button.aside-close-button,
.button.aside-close-button:hover,
.button.aside-close-button:focus,
.button.aside-close-button:active {
  background-color: #212327 !important;
  border-color: #212327 !important;
  color: rgba(151, 154, 161, 0.7) !important;
}

/* -- Widgets -- */
.widgets,
.widget {
  border-color: #2d2f34;
}

.widgets .iScrollIndicator {
  background-color: #212327;
}
.widgets .iScrollIndicator::after {
  background-color: #2a2d32;
  border-color: #303338;
}

.widget-title {
  color: #a4abb6;
}

.widget-content.typography a:link, .widget-content.typography a:visited {
  color: #b7b9be;
  border-color: rgba(183, 185, 190, 0.2);
}
.widget-content.typography a:hover, .widget-content.typography a:focus {
  color: #35bb8e;
  border-color: rgba(53, 187, 142, 0.2);
}

.search-input {
  color: #979aa1;
  background-color: #1c1e21;
}

.search-icon .icon {
  fill: #979aa1;
}
.search-icon:hover .icon, .search-icon:focus .icon {
  fill: #35bb8e;
}

.bg-monochrome .find-me-on-anchor {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.bg-monochrome .find-me-on-anchor:link, .bg-monochrome .find-me-on-anchor:visited {
  background-color: #1b1d20;
  color: #797d86;
}
.bg-monochrome .find-me-on-anchor:hover, .bg-monochrome .find-me-on-anchor:focus {
  background-color: #35bb8e;
  color: white;
}
.bg-transparent .find-me-on-anchor {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.aside-menu,
.aside-menu-item {
  border-color: #2d2f34;
}

.aside-menu-anchor:link, .aside-menu-anchor:visited {
  color: #979aa1;
}
.aside-menu-anchor:hover, .aside-menu-anchor:focus {
  color: #35bb8e;
}

.browse-tag-anchor:link, .browse-tag-anchor:visited {
  background-color: #1b1d20;
  border-color: #16181a;
  color: #797d86;
}
.browse-tag-anchor:hover, .browse-tag-anchor:focus {
  background-color: #35bb8e;
  border-color: #32b388;
  color: white;
}

.twitter-widget .tweet-text {
  border-color: rgba(151, 154, 161, 0.2);
}
.twitter-widget .tweet-time a:link, .twitter-widget .tweet-time a:visited {
  color: rgba(151, 154, 161, 0.8);
  background-color: #1c1e21;
}
.twitter-widget .tweet-time a:hover, .twitter-widget .tweet-time a:focus {
  color: #35bb8e;
}

#likes .like_post {
  border-color: #2d2f34;
}

/* -- Miscellaneous -- */
#disqus_thread a {
  color: #35bb8e;
}

#nprogress .bar {
  background: #35bb8e;
}

#nprogress .peg {
  -webkit-box-shadow: 0 0 10px #35bb8e, 0 0 5px #35bb8e;
  box-shadow: 0 0 10px #35bb8e, 0 0 5px #35bb8e;
}

#nprogress .spinner-icon {
  border-top-color: #35bb8e;
  border-left-color: #35bb8e;
}

.elevator .icon {
  fill: #979aa1;
}

/* -- Post Types Colors
 ============================================================================ */
/* -- TEXT -- */
.is-text .post-date,
.is-text .post-type {
  background-color: #32b8a4;
}
.is-text .post-note-count a:hover, .is-text .post-note-count a:focus,
.is-text .post-comment-count a:hover,
.is-text .post-comment-count a:focus,
.is-text .post-author .author-name a:hover,
.is-text .post-author .author-name a:focus,
.is-text .post-author .author-url a:hover,
.is-text .post-author .author-url a:focus {
  color: #32b8a4;
}
.is-text .post-note-count a:hover::after, .is-text .post-note-count a:focus::after,
.is-text .post-comment-count a:hover::after,
.is-text .post-comment-count a:focus::after,
.is-text .post-author .author-name a:hover::after,
.is-text .post-author .author-name a:focus::after,
.is-text .post-author .author-url a:hover::after,
.is-text .post-author .author-url a:focus::after {
  background-color: rgba(50, 184, 164, 0.25);
}
.is-text .button:hover, .is-text .button:focus,
.is-text .read_more:hover,
.is-text .read_more:focus,
.is-text .more_notes_link:hover,
.is-text .more_notes_link:focus,
.is-text .post-tag-anchor:hover,
.is-text .post-tag-anchor:focus {
  background-color: #32b8a4 !important;
  border-color: #30b09d !important;
}
.is-text .typography a:link, .is-text .typography a:visited {
  color: #32b8a4;
  border-color: rgba(50, 184, 164, 0.2);
}
.is-text .typography a:hover, .is-text .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-text .typography blockquote {
  border-color: rgba(50, 184, 164, 0.5);
}

/* -- PHOTO -- */
.is-photo .post-date,
.is-photo .post-type {
  background-color: #35bb8e;
}
.is-photo .post-note-count a:hover, .is-photo .post-note-count a:focus,
.is-photo .post-comment-count a:hover,
.is-photo .post-comment-count a:focus,
.is-photo .post-author .author-name a:hover,
.is-photo .post-author .author-name a:focus,
.is-photo .post-author .author-url a:hover,
.is-photo .post-author .author-url a:focus {
  color: #35bb8e;
}
.is-photo .post-note-count a:hover::after, .is-photo .post-note-count a:focus::after,
.is-photo .post-comment-count a:hover::after,
.is-photo .post-comment-count a:focus::after,
.is-photo .post-author .author-name a:hover::after,
.is-photo .post-author .author-name a:focus::after,
.is-photo .post-author .author-url a:hover::after,
.is-photo .post-author .author-url a:focus::after {
  background-color: rgba(53, 187, 142, 0.25);
}
.is-photo .button:hover, .is-photo .button:focus,
.is-photo .read_more:hover,
.is-photo .read_more:focus,
.is-photo .more_notes_link:hover,
.is-photo .more_notes_link:focus,
.is-photo .post-tag-anchor:hover,
.is-photo .post-tag-anchor:focus {
  background-color: #35bb8e !important;
  border-color: #32b388 !important;
}
.is-photo .typography a:link, .is-photo .typography a:visited {
  color: #35bb8e;
  border-color: rgba(53, 187, 142, 0.2);
}
.is-photo .typography a:hover, .is-photo .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-photo .typography blockquote {
  border-color: rgba(53, 187, 142, 0.5);
}
.is-photo .bx-wrapper .bx-pager.bx-default-pager a:hover,
.is-photo .bx-wrapper .bx-pager.bx-default-pager a.active,
.is-photo .swiper-pagination-switch:hover,
.is-photo .swiper-active-switch {
  background-color: #35bb8e;
}
.is-photo .bx-wrapper .bx-controls-direction a:hover .arrow {
  fill: #35bb8e;
}

/* -- QUOTE -- */
.is-quote .post-date,
.is-quote .post-type {
  background-color: #38bc7a;
}
.is-quote .post-note-count a:hover, .is-quote .post-note-count a:focus,
.is-quote .post-comment-count a:hover,
.is-quote .post-comment-count a:focus,
.is-quote .post-author .author-name a:hover,
.is-quote .post-author .author-name a:focus,
.is-quote .post-author .author-url a:hover,
.is-quote .post-author .author-url a:focus {
  color: #38bc7a;
}
.is-quote .post-note-count a:hover::after, .is-quote .post-note-count a:focus::after,
.is-quote .post-comment-count a:hover::after,
.is-quote .post-comment-count a:focus::after,
.is-quote .post-author .author-name a:hover::after,
.is-quote .post-author .author-name a:focus::after,
.is-quote .post-author .author-url a:hover::after,
.is-quote .post-author .author-url a:focus::after {
  background-color: rgba(56, 188, 122, 0.25);
}
.is-quote .button:hover, .is-quote .button:focus,
.is-quote .read_more:hover,
.is-quote .read_more:focus,
.is-quote .more_notes_link:hover,
.is-quote .more_notes_link:focus,
.is-quote .post-tag-anchor:hover,
.is-quote .post-tag-anchor:focus {
  background-color: #38bc7a !important;
  border-color: #36b575 !important;
}
.is-quote .typography a:link, .is-quote .typography a:visited {
  color: #38bc7a;
  border-color: rgba(56, 188, 122, 0.2);
}
.is-quote .typography a:hover, .is-quote .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-quote .typography blockquote {
  border-color: rgba(56, 188, 122, 0.5);
}

/* -- LINK -- */
.is-link .post-date,
.is-link .post-type {
  background-color: #4aba68;
}
.is-link .post-note-count a:hover, .is-link .post-note-count a:focus,
.is-link .post-comment-count a:hover,
.is-link .post-comment-count a:focus,
.is-link .post-author .author-name a:hover,
.is-link .post-author .author-name a:focus,
.is-link .post-author .author-url a:hover,
.is-link .post-author .author-url a:focus {
  color: #4aba68;
}
.is-link .post-note-count a:hover::after, .is-link .post-note-count a:focus::after,
.is-link .post-comment-count a:hover::after,
.is-link .post-comment-count a:focus::after,
.is-link .post-author .author-name a:hover::after,
.is-link .post-author .author-name a:focus::after,
.is-link .post-author .author-url a:hover::after,
.is-link .post-author .author-url a:focus::after {
  background-color: rgba(74, 186, 104, 0.25);
}
.is-link .button:hover, .is-link .button:focus,
.is-link .read_more:hover,
.is-link .read_more:focus,
.is-link .more_notes_link:hover,
.is-link .more_notes_link:focus,
.is-link .post-tag-anchor:hover,
.is-link .post-tag-anchor:focus {
  background-color: #4aba68 !important;
  border-color: #45b563 !important;
}
.is-link .typography a:link, .is-link .typography a:visited {
  color: #4aba68;
  border-color: rgba(74, 186, 104, 0.2);
}
.is-link .typography a:hover, .is-link .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-link .typography blockquote {
  border-color: rgba(74, 186, 104, 0.5);
}

/* -- CHAT -- */
.is-chat .post-date,
.is-chat .post-type {
  background-color: #7993e6;
}
.is-chat .post-note-count a:hover, .is-chat .post-note-count a:focus,
.is-chat .post-comment-count a:hover,
.is-chat .post-comment-count a:focus,
.is-chat .post-author .author-name a:hover,
.is-chat .post-author .author-name a:focus,
.is-chat .post-author .author-url a:hover,
.is-chat .post-author .author-url a:focus {
  color: #7993e6;
}
.is-chat .post-note-count a:hover::after, .is-chat .post-note-count a:focus::after,
.is-chat .post-comment-count a:hover::after,
.is-chat .post-comment-count a:focus::after,
.is-chat .post-author .author-name a:hover::after,
.is-chat .post-author .author-name a:focus::after,
.is-chat .post-author .author-url a:hover::after,
.is-chat .post-author .author-url a:focus::after {
  background-color: rgba(121, 147, 230, 0.25);
}
.is-chat .button:hover, .is-chat .button:focus,
.is-chat .read_more:hover,
.is-chat .read_more:focus,
.is-chat .more_notes_link:hover,
.is-chat .more_notes_link:focus,
.is-chat .post-tag-anchor:hover,
.is-chat .post-tag-anchor:focus {
  background-color: #7993e6 !important;
  border-color: #718ce5 !important;
}
.is-chat .typography a:link, .is-chat .typography a:visited {
  color: #7993e6;
  border-color: rgba(121, 147, 230, 0.2);
}
.is-chat .typography a:hover, .is-chat .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-chat .typography blockquote {
  border-color: rgba(121, 147, 230, 0.5);
}
.is-chat .chat-line {
  border-color: rgba(121, 147, 230, 0.1);
}
.is-chat .chat-line .username {
  color: rgba(121, 147, 230, 0.7);
}

/* -- AUDIO -- */
.is-audio .post-date,
.is-audio .post-type {
  background-color: #5e9bd4;
}
.is-audio .post-note-count a:hover, .is-audio .post-note-count a:focus,
.is-audio .post-comment-count a:hover,
.is-audio .post-comment-count a:focus,
.is-audio .post-author .author-name a:hover,
.is-audio .post-author .author-name a:focus,
.is-audio .post-author .author-url a:hover,
.is-audio .post-author .author-url a:focus {
  color: #5e9bd4;
}
.is-audio .post-note-count a:hover::after, .is-audio .post-note-count a:focus::after,
.is-audio .post-comment-count a:hover::after,
.is-audio .post-comment-count a:focus::after,
.is-audio .post-author .author-name a:hover::after,
.is-audio .post-author .author-name a:focus::after,
.is-audio .post-author .author-url a:hover::after,
.is-audio .post-author .author-url a:focus::after {
  background-color: rgba(94, 155, 212, 0.25);
}
.is-audio .button:hover, .is-audio .button:focus,
.is-audio .read_more:hover,
.is-audio .read_more:focus,
.is-audio .more_notes_link:hover,
.is-audio .more_notes_link:focus,
.is-audio .post-tag-anchor:hover,
.is-audio .post-tag-anchor:focus {
  background-color: #5e9bd4 !important;
  border-color: #5696d2 !important;
}
.is-audio .typography a:link, .is-audio .typography a:visited {
  color: #5e9bd4;
  border-color: rgba(94, 155, 212, 0.2);
}
.is-audio .typography a:hover, .is-audio .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-audio .typography blockquote {
  border-color: rgba(94, 155, 212, 0.5);
}

/* -- VIDEO -- */
.is-video .post-date,
.is-video .post-type {
  background-color: #49a3d0;
}
.is-video .post-note-count a:hover, .is-video .post-note-count a:focus,
.is-video .post-comment-count a:hover,
.is-video .post-comment-count a:focus,
.is-video .post-author .author-name a:hover,
.is-video .post-author .author-name a:focus,
.is-video .post-author .author-url a:hover,
.is-video .post-author .author-url a:focus {
  color: #49a3d0;
}
.is-video .post-note-count a:hover::after, .is-video .post-note-count a:focus::after,
.is-video .post-comment-count a:hover::after,
.is-video .post-comment-count a:focus::after,
.is-video .post-author .author-name a:hover::after,
.is-video .post-author .author-name a:focus::after,
.is-video .post-author .author-url a:hover::after,
.is-video .post-author .author-url a:focus::after {
  background-color: rgba(73, 163, 208, 0.25);
}
.is-video .button:hover, .is-video .button:focus,
.is-video .read_more:hover,
.is-video .read_more:focus,
.is-video .more_notes_link:hover,
.is-video .more_notes_link:focus,
.is-video .post-tag-anchor:hover,
.is-video .post-tag-anchor:focus {
  background-color: #49a3d0 !important;
  border-color: #409fce !important;
}
.is-video .typography a:link, .is-video .typography a:visited {
  color: #49a3d0;
  border-color: rgba(73, 163, 208, 0.2);
}
.is-video .typography a:hover, .is-video .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-video .typography blockquote {
  border-color: rgba(73, 163, 208, 0.5);
}

/* -- ANSWER -- */
.is-answer .post-date,
.is-answer .post-type {
  background-color: #39b1c0;
}
.is-answer .post-note-count a:hover, .is-answer .post-note-count a:focus,
.is-answer .post-comment-count a:hover,
.is-answer .post-comment-count a:focus,
.is-answer .post-author .author-name a:hover,
.is-answer .post-author .author-name a:focus,
.is-answer .post-author .author-url a:hover,
.is-answer .post-author .author-url a:focus {
  color: #39b1c0;
}
.is-answer .post-note-count a:hover::after, .is-answer .post-note-count a:focus::after,
.is-answer .post-comment-count a:hover::after,
.is-answer .post-comment-count a:focus::after,
.is-answer .post-author .author-name a:hover::after,
.is-answer .post-author .author-name a:focus::after,
.is-answer .post-author .author-url a:hover::after,
.is-answer .post-author .author-url a:focus::after {
  background-color: rgba(57, 177, 192, 0.25);
}
.is-answer .button:hover, .is-answer .button:focus,
.is-answer .read_more:hover,
.is-answer .read_more:focus,
.is-answer .more_notes_link:hover,
.is-answer .more_notes_link:focus,
.is-answer .post-tag-anchor:hover,
.is-answer .post-tag-anchor:focus {
  background-color: #39b1c0 !important;
  border-color: #37a9b9 !important;
}
.is-answer .typography a:link, .is-answer .typography a:visited {
  color: #39b1c0;
  border-color: rgba(57, 177, 192, 0.2);
}
.is-answer .typography a:hover, .is-answer .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-answer .typography blockquote {
  border-color: rgba(57, 177, 192, 0.5);
}

/* -- ACCENT-DISABLED -- */
.is-accent-disabled .post-date,
.is-accent-disabled .post-type {
  background-color: #35bb8e;
}
.is-accent-disabled .post-note-count a:hover, .is-accent-disabled .post-note-count a:focus,
.is-accent-disabled .post-comment-count a:hover,
.is-accent-disabled .post-comment-count a:focus,
.is-accent-disabled .post-author .author-name a:hover,
.is-accent-disabled .post-author .author-name a:focus,
.is-accent-disabled .post-author .author-url a:hover,
.is-accent-disabled .post-author .author-url a:focus {
  color: #35bb8e;
}
.is-accent-disabled .post-note-count a:hover::after, .is-accent-disabled .post-note-count a:focus::after,
.is-accent-disabled .post-comment-count a:hover::after,
.is-accent-disabled .post-comment-count a:focus::after,
.is-accent-disabled .post-author .author-name a:hover::after,
.is-accent-disabled .post-author .author-name a:focus::after,
.is-accent-disabled .post-author .author-url a:hover::after,
.is-accent-disabled .post-author .author-url a:focus::after {
  background-color: rgba(53, 187, 142, 0.25);
}
.is-accent-disabled .button:hover, .is-accent-disabled .button:focus,
.is-accent-disabled .read_more:hover,
.is-accent-disabled .read_more:focus,
.is-accent-disabled .more_notes_link:hover,
.is-accent-disabled .more_notes_link:focus,
.is-accent-disabled .post-tag-anchor:hover,
.is-accent-disabled .post-tag-anchor:focus {
  background-color: #35bb8e !important;
  border-color: #32b388 !important;
}
.is-accent-disabled .typography a:link, .is-accent-disabled .typography a:visited {
  color: #35bb8e;
  border-color: rgba(53, 187, 142, 0.2);
}
.is-accent-disabled .typography a:hover, .is-accent-disabled .typography a:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.is-accent-disabled .typography blockquote {
  border-color: rgba(53, 187, 142, 0.5);
}
.is-accent-disabled .bx-wrapper .bx-pager.bx-default-pager a:hover,
.is-accent-disabled .bx-wrapper .bx-pager.bx-default-pager a.active,
.is-accent-disabled .swiper-pagination-switch:hover,
.is-accent-disabled .swiper-active-switch {
  background-color: #35bb8e;
}
.is-accent-disabled .bx-wrapper .bx-controls-direction a:hover .arrow {
  fill: #35bb8e;
}
.is-accent-disabled .chat-line {
  border-color: rgba(53, 187, 142, 0.1);
}
.is-accent-disabled .chat-line .username {
  color: rgba(53, 187, 142, 0.7);
}

/* ----------------------------------- *\
    Other Stuff
\* ----------------------------------- */
.post-type::after {
  display: none;
}

.show-aside #tumblr_controls {
  display: none;
}
