/*
Site Name: FMR2.SPACE
Description: Mamboso Nuyotopia Archive
Version: 3.1
Author: far2Designs
Author URL: http://www.fmr2.space/
14th Generation Website
*/

/* begin Page */

@font-face {
  font-family: 'Hack';
  src: url("fonts/hack-regular.woff2") format("woff2"), url("fonts/hack-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

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

a {
  color: inherit;
  cursor: pointer; }

input {
  background-color: transparent; }

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


ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
  

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

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

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0; }

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  color: #21759b;
  font-size: 1rem;
  line-height: normal;
  text-decoration: none;
  background-color: #eee; }

html {
  scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto; } }

body {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  color: #dadada;
  background-image: url('http://fmr2.space/main/mamboso/wp-content/themes/images/grey-bg1.png');
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

a {
  text-decoration: none; }
  a:hover {
    transition: color .25s; }

label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
  line-height: 1.5;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #dadada;
  background-color: #282c34;
  border: 1px solid #1a1e22;
  border-radius: 2px;
  transition: background-color .25s; }
  input:focus {
    background-color: #2c3139; }
  input::-webkit-input-placeholder {
    color: #4f5862; }
  input::-moz-placeholder {
    color: #4f5862; }
  input:-ms-input-placeholder {
    color: #4f5862; }
  input::-ms-input-placeholder {
    color: #4f5862; }
  input::placeholder {
    color: #4f5862; }
  input[type="checkbox"] {
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    box-shadow: none;
    cursor: pointer;
    background-color: #282c34;
    border: 1px solid #1a1e22;
    border-radius: 2px;
    transition: background-color .25s; }
    input[type="checkbox"]:checked::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0.5rem;
      height: 0.3125rem;
      border: solid 2px #717e8c;
      border-right: none;
      border-top: none;
      border-radius: 1px;
      transform: rotate(-45deg) translate(0, 0.375rem); }
  input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    max-width: 100%;
    min-width: 6rem;
    padding: 0.5rem 1rem;
    overflow: hidden;
    line-height: 1.5;
    font-size: 0.8125rem;
    font-weight: 400;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    color: #21252b;
    background-color: #e0923c;
    border: 1px solid #1a1e22;
    border-radius: 2px;
    transition: background-color .25s; }
    input[type="submit"]:hover {
      background-color: #dd8626; }

textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
  line-height: 1.5;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #dadada;
  background-color: #282c34;
  border: 1px solid #1a1e22;
  border-radius: 2px;
  transition: background-color .25s; }
  textarea:focus {
    background-color: #2c3139; }
  textarea::-webkit-input-placeholder {
    color: #4f5862; }
  textarea::-moz-placeholder {
    color: #4f5862; }
  textarea:-ms-input-placeholder {
    color: #4f5862; }
  textarea::-ms-input-placeholder {
    color: #4f5862; }
  textarea::placeholder {
    color: #4f5862; }

button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
  min-width: 6rem;
  padding: 0.5rem 1rem;
  overflow: hidden;
  line-height: 1.5;
  font-size: 0.8125rem;
  font-weight: 400;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  color: #21252b;
  background-color: #e0923c;
  border: 1px solid #1a1e22;
  border-radius: 2px;
  transition: background-color .25s; }
  button:hover {
    background-color: #dd8626; }

::-moz-selection {
  background-color: rgba(105, 105, 105, 0.75); }

::selection {
  background-color: rgba(105, 105, 105, 0.75); }

.pagination {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  margin: -1.5rem 0; }
  .pagination .nav-links {
    display: flex;
    position: relative;
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    color: #717e8c; }
    .pagination .nav-links a {
      display: block;}
      .pagination .nav-links a:hover {
        color: #8d98a3; }
  .pagination .nav-next {
    margin-left: auto; }
  .pagination .page-numbers {
    display: block;
    padding: 0 0.625rem; }
    .pagination .page-numbers.current {
      cursor: default;
      color: #dadada; }
    .pagination .page-numbers.current:hover {
      color: #dadada; }
  @media screen and (max-width: 767px) {
    .pagination {
      margin: -0.75rem 0; } }

.caption {
  display: block;
  position: relative;
  width: 40rem;
  max-width: 100%;
  margin: 1.5rem 0;
  padding: 0 0.625rem; }
  .caption .caption-title {
    display: block;
    cursor: default;
    color: #dadada;
    font-size: 0.875rem;
    font-weight: 500; }
  .caption .caption-text {
    display: block;
    cursor: default;
    margin-top: 0.25rem;
    color: #dadada;
    font-size: 0.8125rem; }

.card {
  display: block;
  position: relative;
  width: calc(100% + 2px);
  margin: 0 -1px 3rem;
  background-color: #282c34;
  border: 1px solid #1a1e22;
  border-radius: 3px; }
  .card.link-card {
    margin-bottom: 0; }
    .card.link-card:hover .card-thumbnail-image {
      -webkit-filter: brightness(120%);
              filter: brightness(120%); }
  .sticky .card {
    border: none;
    box-shadow: 0 0 2px 1px #e0923c; }
  .card .card-permalink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: none; }
  .card .card-thumbnail {
    display: block;
    position: relative;
    width: 100%; }
    .card .card-thumbnail .card-thumbnail-image {
      width: 100%;
      height: auto;
      transition: -webkit-filter 0.5s;
      transition: filter 0.5s;
      transition: filter 0.5s, -webkit-filter 0.5s; }
  .card .card-summary {
    display: block;
    padding: 1rem 1.5rem;
    font-family: "Hack", monospace;
    font-size: 0.6875rem;
    color: #717e8c; }
    .card .card-summary::before {
      content: "{";
      display: block; }
    .card .card-summary::after {
      content: "}";
      display: block; }
    .card .card-summary li {
      display: block;
      cursor: default;
      margin-left: 2rem;
      line-height: 1.75; }
      .card .card-summary li:not(:last-child)::after {
        content: ','; }
      @media screen and (max-width: 479px) {
        .card .card-summary li {
          margin-left: 1rem; } }
    .card .card-summary span {
      color: #e0923c; }
    .card .card-summary strong {
      color: #56b6c2; }
    .card .card-summary a {
      position: relative;
      z-index: 2;
      color: #56b6c2;
      border: none; }
      .card .card-summary a:hover {
        color: #8eced6; }
    @media screen and (max-width: 479px) {
      .card .card-summary {
        padding: 1rem; } }
  @media screen and (max-width: 767px) {
    .card {
      margin-bottom: 1.5rem; } }

.comments {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  margin-top: 3rem; }
  .comments .comment-body {
    display: block;
    position: relative; }
    .comments .comment-body a {
      color: #717e8c; }
      .comments .comment-body a:hover {
        color: #8d98a3; }
    .comments .comment-body .comment-meta {
      width: 100%;
      height: 2rem; }
      .comments .comment-body .comment-meta .comment-author {
        display: block;
        cursor: default;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 1.25; }
        .comments .comment-body .comment-meta .comment-author a.url {
          color: #dadada; }
        .comments .comment-body .comment-meta .comment-author > img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 2rem;
          height: 2rem;
          border-radius: 2px; }
        .comments .comment-body .comment-meta .comment-author > .says {
          display: none; }
      .comments .comment-body .comment-meta .comment-metadata {
        display: block;
        margin-top: 0.125rem;
        font-size: 0.625rem; }
    .comments .comment-body .comment-content {
      display: block;
      position: relative;
      padding: 0.75rem 0 0.5rem; }
    .comments .comment-body .reply {
      display: block;
      position: relative;
      margin: 0;
      font-size: 0.75rem;
      color: #717e8c; }
    .comments .comment-body .edit-link {
      display: none; }
  .comments .comment-respond {
    display: block;
    position: relative;
    margin-top: 1.5rem; }
    .comments .comment-respond .comment-form {
      display: block;
      position: relative;
      font-size: 0.8125rem;
      color: #717e8c; }
      .comments .comment-respond .comment-form p {
        margin: 0 0 0.75rem; }
      .comments .comment-respond .comment-form input {
        width: 100%; }
        .comments .comment-respond .comment-form input[type="checkbox"] {
          width: auto; }
      .comments .comment-respond .comment-form textarea {
        width: 100%;
        min-height: 6rem;
        resize: vertical; }
      .comments .comment-respond .comment-form .form-allowed-tags {
        display: none; }
      .comments .comment-respond .comment-form .comment-form-cookies-consent {
        display: flex;
        align-items: center; }
      .comments .comment-respond .comment-form .comment-submit {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        position: relative; }
        .comments .comment-respond .comment-form .comment-submit > button {
          margin-right: 1rem; }
      .comments .comment-respond .comment-form .comment-reply-cancel {
        display: block;
        margin: 0.5rem 0;
        font-size: 0.75rem; }
  .comments .comment {
    display: block;
    position: relative;
    margin: 0 0 1.5rem 0; }
    .comments .comment:last-child {
      margin-bottom: 0; }
    .comments .comment > .comment {
      margin: 0.75rem 0 0.75rem 2.625rem; }
    .comments .comment > .comment-respond {
      margin: 0.75rem 0 1.5rem 2.625rem; }
    .comments .comment.bypostauthor .fn:after {
      content: '';
      position: absolute;
      width: 0.5rem;
      height: 0.3125rem;
      border: solid 2px #717e8c;
      border-right: none;
      border-top: none;
      border-radius: 1px;
      transform: rotate(-45deg) translate(0.3125rem, 0.5rem); }
    .comments .comment .comment-meta {
      padding-left: 2.625rem; }
  .comments .comment-navigation {
    display: block; 
    position: relative;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0.125rem 0.5rem;
    font-size: 0.8125rem;
    border-top: solid 1px #373e48; }
    .comments .comment-navigation .nav-links {
      display: flex;
      justify-content: center; }
      .comments .comment-navigation .nav-links a {
        display: block;
        padding: 0.375rem 0.625rem;
        color: #717e8c; }
        .comments .comment-navigation .nav-links a:hover {
          color: #8d98a3; }
  .comments .trackback,
  .comments .pingback {
    display: block;
    position: relative;
    margin: 0 0 1.5rem 0; }
    .comments .trackback:last-child,
    .comments .pingback:last-child {
      margin-bottom: 0; }

.content {
  display: block;
  position: relative;
  width: 40rem;
  max-width: 100%;
  margin: 1.5rem auto;
  padding: 0 1.25rem; }
  @media screen and (max-width: 479px) {
    .content {
      padding: 0 0.75rem; } }

.entry, .comments .comment-body .comment-content {
  display: block;
  font-size: 0.8125rem;
  font-weight: 300; }
  .entry > *, .comments .comment-body .comment-content > * {
    margin: 0 0 0.75rem; }
    .entry > *:first-child, .comments .comment-body .comment-content > *:first-child {
      margin-top: 0; }
    .entry > *:last-child, .comments .comment-body .comment-content > *:last-child {
      margin-bottom: 0; }
  .entry a, .comments .comment-body .comment-content a {
    color: #e0923c;
    text-decoration: none; }
    .entry a:hover, .comments .comment-body .comment-content a:hover {
      color: #c97920; }
      .entry a:hover img, .comments .comment-body .comment-content a:hover img {
        -webkit-filter: brightness(90%);
                filter: brightness(90%); }
  .entry img, .comments .comment-body .comment-content img {
    display: block;
    border: 1px solid #1a1e22;
    border-radius: 3px;
    transition: -webkit-filter 0.25s;
    transition: filter 0.25s;
    transition: filter 0.25s, -webkit-filter 0.25s; }
  .entry strong, .comments .comment-body .comment-content strong, .entry b, .comments .comment-body .comment-content b {
    font-weight: 500; }
  .entry em, .comments .comment-body .comment-content em, .entry i, .comments .comment-body .comment-content i {
    font-style: italic; }
  .entry sub, .comments .comment-body .comment-content sub {
    vertical-align: sub;
    font-size: smaller; }
  .entry sup, .comments .comment-body .comment-content sup {
    vertical-align: super;
    font-size: smaller; }
  .entry big, .comments .comment-body .comment-content big {
    font-weight: 500; }
  .entry code, .comments .comment-body .comment-content code, .entry pre, .comments .comment-body .comment-content pre, .entry kbd, .comments .comment-body .comment-content kbd {
    padding: 0.25rem 0.5rem;
    white-space: pre-wrap;
    font-family: "Hack", monospace;
    font-size: 0.6875rem;
    color: #b4b4b4;
    background-color: #282c34;
    border: 1px solid #1a1e22;
    border-radius: 3px; }
    @media screen and (max-width: 767px) {
      .entry code, .comments .comment-body .comment-content code, .entry pre, .comments .comment-body .comment-content pre, .entry kbd, .comments .comment-body .comment-content kbd {
        padding: 0.5rem; } }
  .entry h1, .comments .comment-body .comment-content h1, .entry h2, .comments .comment-body .comment-content h2, .entry h3, .comments .comment-body .comment-content h3 {
    margin-top: 1.5rem;
    font-weight: 400;
    line-height: 1.125; }
  .entry h4, .comments .comment-body .comment-content h4, .entry h5, .comments .comment-body .comment-content h5, .entry h6, .comments .comment-body .comment-content h6 {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.25px; }
  .entry h1, .comments .comment-body .comment-content h1 {
    font-size: 1.5rem;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 767px) {
      .entry h1, .comments .comment-body .comment-content h1 {
        font-size: 1.25rem;
        letter-spacing: 0.25px; } }
  .entry h2, .comments .comment-body .comment-content h2 {
    font-size: 1.25rem;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 767px) {
      .entry h2, .comments .comment-body .comment-content h2 {
        font-size: 1.125rem;
        letter-spacing: 0.25px; } }
  .entry h3, .comments .comment-body .comment-content h3 {
    font-size: 1rem;
    letter-spacing: 0.25px; }
  .entry hr, .comments .comment-body .comment-content hr {
    display: block;
    position: relative;
    margin: 1.5rem 0;
    border: 0;
    border-bottom: 1px solid #373e48; }
  .entry ol, .comments .comment-body .comment-content ol, .entry ul, .comments .comment-body .comment-content ul {
    padding-left: 1.5rem; }
    .entry ol li, .comments .comment-body .comment-content ol li, .entry ul li, .comments .comment-body .comment-content ul li {
      margin: 0.5rem; }
    @media screen and (max-width: 767px) {
      .entry ol, .comments .comment-body .comment-content ol, .entry ul, .comments .comment-body .comment-content ul {
        padding-left: 1rem; } }
  .entry ol, .comments .comment-body .comment-content ol {
    list-style-type: decimal; }
  .entry ul, .comments .comment-body .comment-content ul {
    list-style-type: disc; }
  .entry dt, .comments .comment-body .comment-content dt {
    font-weight: 500; }
  .entry dd, .comments .comment-body .comment-content dd {
    margin: 0.5rem; }
  .entry blockquote, .comments .comment-body .comment-content blockquote {
    padding-left: calc(1.5rem - 2px);
    border-left: 2px solid #56b6c2; }
    .entry blockquote p, .comments .comment-body .comment-content blockquote p {
      font-style: italic; }
    .entry blockquote cite, .comments .comment-body .comment-content blockquote cite {
      display: block;
      margin-top: 1rem;
      font-style: normal;
      font-weight: 400; }
  .entry table, .comments .comment-body .comment-content table {
    border-collapse: collapse; }
    .entry table th, .comments .comment-body .comment-content table th, .entry table td, .comments .comment-body .comment-content table td {
      padding: 0.25rem 0;
      padding-right: 1rem;
      text-align: left; }
    .entry table th, .comments .comment-body .comment-content table th {
      font-weight: 400;
      border-bottom: solid 1px #373e48; }
  .entry .wp-caption, .comments .comment-body .comment-content .wp-caption {
    max-width: 100%;
    overflow: hidden;
    color: #b4b4b4;
    background-color: #282c34;
    border: 1px solid #1a1e22;
    border-radius: 3px; }
    .entry .wp-caption img, .comments .comment-body .comment-content .wp-caption img {
      border: none;
      border-radius: 0; }
    .entry .wp-caption .wp-caption-text, .comments .comment-body .comment-content .wp-caption .wp-caption-text {
      padding: 0.5rem;
      font-size: 0.75rem; }
  .entry .page-title, .comments .comment-body .comment-content .page-title {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #373e48; }
  .entry .page-links, .comments .comment-body .comment-content .page-links {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0.125rem 0.5rem;
    font-size: 0.8125rem;
    border-top: solid 1px #373e48; }
    .entry .page-links a, .comments .comment-body .comment-content .page-links a {
      display: block;
      padding: 0.375rem 0.625rem;
      color: #717e8c; }
      .entry .page-links a:hover, .comments .comment-body .comment-content .page-links a:hover {
        color: #8d98a3; }
  .entry .post-password-form, .comments .comment-body .comment-content .post-password-form {
    display: flex;
    width: 100%;
    margin: 1rem 0; }
    .entry .post-password-form .submit, .comments .comment-body .comment-content .post-password-form .submit {
      margin-left: 0.5rem; }
  .entry .alignnone, .comments .comment-body .comment-content .alignnone {
    margin: 0 1rem 1rem 0; }
  .entry .aligncenter, .comments .comment-body .comment-content .aligncenter {
    display: block;
    margin: 0 auto; }
  .entry .alignright, .comments .comment-body .comment-content .alignright {
    float: right;
    margin: 0 0 1rem 1rem; }
  .entry .alignleft, .comments .comment-body .comment-content .alignleft {
    float: left;
    margin: 0 1rem 1rem 0; }

.footer {
  display: block;
  position: relative;
  clear: both;
  width: 40rem;
  max-width: 100%;
  margin: 3rem auto 0;
  padding: 0 1.25rem; }
  .footer .footer-copy {
    display: block;
    cursor: default;
    padding: 1rem 0.625rem;
    font-size: 0.5rem;
    text-align: left;
    color: #717e8c;
	background-image:url(http://fmr2.space/main/mamboso/wp-content/themes/images/pattern2.png);
    border-top: solid 1px #373e48; }
    .footer .footer-copy a:hover {
      color: #8d98a3; }
  @media screen and (max-width: 767px) {
    .footer {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 479px) {
    .footer {
      padding: 0 0.75rem; } }

.gallery {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%; }
  .gallery.gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr); }
  .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr); }
  .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr); }
  .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr); }
  .gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr); }
  .gallery.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr); }
  .gallery.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr); }
  .gallery.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr); }
  .gallery.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr); }
  .gallery .gallery-caption {
    padding: 0.25rem 0;
    font-size: 0.75rem;
    color: #b4b4b4; }

.header {
  display: block;
  position: relative;
  width: 40rem;
  max-width: 100%;
  margin: 3rem auto 1.5rem;
  padding: 0 1.25rem; }
  .header .header-menu {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #373e48; }
    .header .header-menu::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      pointer-events: none;
      height: 100%;
      width: 1.5rem;
      background-image:url(http://fmr2.space/main/mamboso/wp-content/themes/images/pattern2.png);
	  }
  @media screen and (max-width: 767px) {
    .header {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 479px) {
    .header {
      padding: 0 0.75rem; } }

.menu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  scrollbar-width: none;
  margin-bottom: -1px;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0.8125rem;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }
  .menu::-webkit-scrollbar {
    display: none; }
  .menu .menu-item {
    display: block;
    position: relative;
    padding: 0.1875rem;
    border-bottom: 1px solid transparent; }
    .menu .menu-item.current-menu-item {
      border-bottom-color: #dadada; }
    .menu .menu-item.current-menu-item a {
      color: #dadada; }
  .menu a {
    display: block;
    padding: 0.375rem 0.625rem;
    white-space: nowrap;
    color: #717e8c; }
    .menu a:hover {
      color: #8d98a3; }

.post {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 3rem; }
  .post:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .post {
      margin-bottom: 1.5rem; } }

.search-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 1.5rem 0 -0.5rem -0.5rem; }
  .search-form label {
    align-items: stretch;
    display: flex;
    font-size: inherit;
    margin: 0;
    width: 100%; }
  .search-form .search-field {
    flex: 1 1 auto;
    margin: 0 0 0.5rem 0.5rem; }
  .search-form .search-submit {
    flex: 0 0 auto;
    margin: 0 0 0.5rem 0.5rem; }

.skip {
  z-index: 100000; }
  .skip:focus {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    max-width: 100%;
    min-width: 6rem;
    padding: 0.5rem 1rem;
    overflow: hidden;
    line-height: 1.5;
    font-size: 0.8125rem;
    font-weight: 400;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    color: #21252b;
    background-color: #e0923c;
    border: 1px solid #1a1e22;
    border-radius: 2px;
    transition: background-color .25s; }
    .skip:focus:hover {
      background-color: #dd8626;
	  
	  }
