:root {
  --color-0: #FFFFFF;
  --color-1: #000000;
  --color-2: #576366;
  --color-3: #eef0f1;
  --color-action: #C3FAE8;
  --color-action-text: #5C7CFA;
  --color-link: #5C7CFA;
  --color-nay: #ff6562;
  --color-highlight: #FFF3BF;
  --color-highlight-text: #FCC419;
  --color-button-text: #FFFFFF;
  --color-soft: lavender;
  --color-white: white;
  --color-black: black;

  --theme-dark-background-1: #1e1e24;
  --theme-dark-background-2: #22232a;
  --theme-dark-tag-1: #ddd;
  --theme-dark-tag-2: #999;
  --theme-dark-line: #44475a;
  --theme-dark-text: #f8f8f2;
  --theme-dark-0: #6e53f9;
  --theme-dark-1: #bd93f9;
  --theme-dark-2: #8be9fd;
  --theme-dark-3: #50fa7b;
  --theme-dark-4: #ffb86c;
  --theme-dark-5: #ff79c6;
  --theme-dark-6: #6272a4;
  --theme-dark-7: #ff5555;
  --theme-dark-8: #f1fa8c;

  --theme-light-background-1: #eef0f1;
  --theme-light-background-2: #ffffff;
  --theme-light-tag-1: #ddd;
  --theme-light-tag-2: #999;
  --theme-light-line: #999999;
  --theme-light-text: #000000;
  --theme-light-0: #bd93f9;
  --theme-light-1: #5C7CFA;
  --theme-light-2: #68b723;
  --theme-light-3: #a56de2;
  --theme-light-4: #ffb86c;
  --theme-light-5: #ff79c6;
  --theme-light-6: #bd93f9;
  --theme-light-7: #ff5555;
  --theme-light-8: #8aff80;

  --font-1: 'Inter var';
  --font-2: 'Inter var';
  --font-3: 'Inter var';
/*
  --font-1: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  --font-2: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  --font-logo: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
*/
}

/* THEME: DARK */

body.theme-dark,
body.theme-dark #modal-content,
UNDObody.theme-dark article.main {
  background-color: var(--theme-dark-background-2);
}

body.theme-dark main {
  background-color: var(--theme-dark-background-1);
}

body.theme-dark a, 
body.theme-dark a:link, 
body.theme-dark a:visited, 
body.theme-dark a:active {
  color: var(--theme-dark-text);
}

body.theme-dark footer .wrap::before {
  background: linear-gradient(to right, var(--theme-dark-0) 0%, var(--theme-dark-4) 100%);
}


body.theme-dark,
body.theme-dark aside .title, 
body.theme-dark div,
body.theme-dark footer a, 
body.theme-dark footer a:active, 
body.theme-dark footer a:visited, 
body.theme-dark footer a:link,
body.theme-dark header a:hover svg, 
body.theme-dark .entry:hover svg,
body.theme-dark header a:active, header a:visited, 
body.theme-dark header a:link,
body.theme-dark header a:active, 
body.theme-dark header a:visited, 
body.theme-dark header a:link,
body.theme-dark input[type="checkbox"] + label::before,
body.theme-dark input[type="email"], 
body.theme-dark input[type="text"], 
body.theme-dark input[type="password"], 
body.theme-dark select,
body.theme-dark option,
body.theme-dark textarea, 
body.theme-dark #cover h1, 
body.theme-dark #posts-media .title h3, 
body.theme-dark .author,
body.theme-dark .comment a,
body.theme-dark .content,
body.theme-dark .posts .post .entry .content,
body.theme-dark .post .title h3,
body.theme-dark .title, 
body.theme-dark h1, 
body.theme-dark h2, 
body.theme-dark h3, 
body.theme-dark h1 a, 
body.theme-dark h1 a:active, 
body.theme-dark h1 a:visited, 
body.theme-dark h1 a:link, 
body.theme-dark h2 a, 
body.theme-dark h2 a:active, 
body.theme-dark h2 a:visited, 
body.theme-dark h2 a:link, 
body.theme-dark .tools > span, 
body.theme-dark .tools > a,
body.theme-dark p {
  color: var(--theme-dark-text) !important;
}

body.theme-dark #cover .wrap a::before, 
body.theme-dark .content-options a::before, 
body.theme-dark .post p a.tag::before, 
body.theme-dark .title.tags a::before
body.theme-dark input:autofill {
  color: var(--theme-dark-text) !important;
}

body.theme-dark .posts article .tags strong {
  color: var(--theme-dark-tag-1);
}

body.theme-dark .posts article .tags {
  color: var(--theme-dark-tag-2);
}

body.theme-dark .entry-sub::before {
  background-color: var(--theme-dark-line);
}

body.theme-dark .buttons > input,
body.theme-dark .comment:hover::before {
  background-color: var(--theme-dark-1) !important;
  color: var(--theme-dark-background-2) !important;
}

body.theme-dark input[type="radio"]:checked + label {
  background-color: var(--theme-dark-2);
  color: var(--theme-dark-background-1);
}

body.theme-dark form .icon svg {
  color: var(--theme-dark-2);
  stroke: var(--theme-dark-2);
}

body.theme-dark .comment:hover a {
  color: var(--theme-dark-1) !important;
}

body.theme-dark .avatar .avatar-letter {
  background-color: var(--theme-dark-6);
  color: var(--theme-dark-text) !important;
}

body.theme-dark .avatar a, 
body.theme-dark .avatar a:active, 
body.theme-dark .avatar a:link, 
body.theme-dark .avatar a:visited, 
body.theme-dark .avatar span {
  color: var(--theme-dark-text) !important;
}

body.theme-dark a:hover svg,
body.theme-dark .entry:hover svg {
  stroke: var(--theme-dark-1) !important;
}

body.theme-dark input[type="email"], 
body.theme-dark input[type="text"], 
body.theme-dark input[type="password"], 
body.theme-dark input[type="radio"] + label,
body.theme-dark select,
body.theme-dark textarea, 
body.theme-dark #cover .menu,
body.theme-dark #messages .post .content,
body.theme-dark #modal .show-notify article,
body.theme-dark .comment-reply,
body.theme-dark .cover .label,
body.theme-dark .entry-wrap-input,
body.theme-dark .main .article-image,
body.theme-dark .post:not(.main) {
  background-color: var(--theme-dark-background-2);
}

body.theme-dark input[type="checkbox"]:checked + label::before {
  background-color: var(--theme-dark-3);
  border: 2px solid var(--theme-dark-3);
}

body.theme-dark [data-sort-option].selected,
body.theme-dark [data-sort-option]:not(.selected):hover {
  color: var(--theme-dark-2);
}

body.theme-dark input[type="checkbox"] + label::before,
body.theme-dark input[type="email"], 
body.theme-dark input[type="text"], 
body.theme-dark input[type="password"], 
body.theme-dark input[type="checkbox"] + label::before,
body.theme-dark option,
body.theme-dark select {
  background-color: var(--theme-dark-background-2);
  border: 2px solid var(--theme-dark-line);
}

body.theme-dark .form-comment textarea {
  background-color: var(--theme-dark-background-1);
  border: 2px solid var(--theme-dark-line);
}

body.theme-dark input[type="submit"],
body.theme-dark .form-comment button,
body.theme-dark .button,
body.theme-dark .buttons a {
  background-color: var(--theme-dark-0) !important;
  color: var(--color-white) !important;
}

body.theme-dark .content-text-wrap {
  background-color: var(--theme-dark-background-2);
  box-shadow: 0 0 5px var(--theme-dark-background-2);
}

body.theme-dark aside .row:not(.entry-sub),
body.theme-dark .comment,
body.theme-dark .content-text,
body.theme-dark .post-author-bio > div {
  border-bottom: 1px solid var(--theme-dark-background-1);
}

body.theme-dark .comment-wrap {
  border-top: 1px solid var(--theme-dark-background-1);
}

body.theme-dark aside #cover .links {
  border-bottom: 1px solid var(--theme-dark-background-1);
  border-top: 1px solid var(--theme-dark-background-1);
}

body.theme-dark .toastify {
  background: var(--color-white);
  color: var(--color-black) !important;
}

body.theme-dark #messages .date-title strong {
  background: var(--theme-dark-background-1);
}

body.theme-dark aside .row.tags a {
  border-bottom: 1px solid var(--theme-dark-6);
}

body.theme-dark #messages .date-title {
  border-bottom: 2px solid var(--theme-dark-6);
}

body.theme-dark .avatar img {
  background-color: var(--theme-dark-6);
}
/*
body.theme-dark .tags a,
body.theme-dark #messages .post.you .content {
  background-color: var(--theme-dark-6) !important;
}
*/
/*
body.theme-dark #button-add-new svg {
  background: var(--theme-dark-0);
  color: var(--theme-dark-background-1);
}
*/
body.theme-dark .content-text p a,
body.theme-dark footer .description p a {
  border-bottom: 1px solid var(--theme-dark-text);
}

/* THEME: LIGHT */

body.theme-light,
body.theme-light #modal-content,
body.theme-light article.main {
  background-color: var(--theme-light-background-1);
}

body.theme-light a, 
body.theme-light a:link, 
body.theme-light a:visited, 
body.theme-light a:active {
  color: var(--theme-light-text);
}

body.theme-light footer .wrap::before {
  background: linear-gradient(to right, var(--theme-light-0) 0%, var(--theme-light-4) 100%);
}

body.theme-light,
body.theme-light aside .title, 
body.theme-light div,
body.theme-light footer a, 
body.theme-light footer a:active, 
body.theme-light footer a:visited, 
body.theme-light footer a:link,
body.theme-light header a:hover svg, 
body.theme-light .entry:hover svg,
body.theme-light header a:active, header a:visited, 
body.theme-light header a:link,
body.theme-light header a:active, 
body.theme-light header a:visited, 
body.theme-light header a:link,
body.theme-light input[type="checkbox"] + label::before,
body.theme-light input[type="email"], 
body.theme-light input[type="text"], 
body.theme-light input[type="password"], 
body.theme-light textarea, 
body.theme-light #cover h1, 
body.theme-light #posts-media .title h3, 
body.theme-light .author,
body.theme-light .comment a,
body.theme-light .content,
body.theme-light .posts article .tags strong,
body.theme-light .posts article .tags,
body.theme-light .posts .post .entry .content,
body.theme-light .post .title h3,
body.theme-light .title, 
body.theme-light h1, 
body.theme-light h2, 
body.theme-light h1 a, 
body.theme-light h1 a:active, 
body.theme-light h1 a:visited, 
body.theme-light h1 a:link, 
body.theme-light h2 a, 
body.theme-light h2 a:active, 
body.theme-light h2 a:visited, 
body.theme-light h2 a:link, 
body.theme-light .tools > span, 
body.theme-light .tools > a,
body.theme-light p {
  color: var(--theme-light-text) !important;
}

body.theme-light #cover .wrap a::before, 
body.theme-light .content-options a::before, 
body.theme-light .post p a.tag::before, 
body.theme-light .title.tags a::before
body.theme-light input:autofill {
  color: var(--theme-light-text) !important;
}

body.theme-light .posts article .tags strong {
  color: var(--theme-light-tag-1);
}

body.theme-light .posts article .tags {
  color: var(--theme-light-tag-2);
}

body.theme-light .entry-sub::before {
  background-color: var(--theme-light-line);
}

body.theme-light .buttons > input,
body.theme-light .comment:hover::before {
  background-color: var(--theme-light-1) !important;
  color: var(--theme-light-background-2) !important;
}

body.theme-light input[type="radio"]:checked + label {
  background-color: var(--theme-light-2);
  color: var(--theme-light-background-1);
}

body.theme-light form .icon svg {
  color: var(--theme-light-2);
  stroke: var(--theme-light-2);
}

body.theme-light .comment:hover a {
  color: var(--theme-light-1) !important;
}

body.theme-light .avatar .avatar-letter {
  background-color: var(--theme-light-6);
  color: var(--theme-light-text) !important;
}

body.theme-light .avatar img {
  background-color: var(--theme-light-6);
}

body.theme-light .avatar a, 
body.theme-light .avatar a:active, 
body.theme-light .avatar a:link, 
body.theme-light .avatar a:visited, 
body.theme-light .avatar span {
  color: var(--theme-light-text) !important;
}

body.theme-light a:hover svg,
body.theme-light .entry:hover svg {
  stroke: var(--theme-light-1) !important;
}

body.theme-light header,
body.theme-light input[type="email"], 
body.theme-light input[type="text"], 
body.theme-light input[type="password"], 
body.theme-light input[type="radio"] + label,
body.theme-light select,
body.theme-light textarea, 
body.theme-light aside,
body.theme-light #cover .menu,
body.theme-light #messages .post .content,
body.theme-light #modal .show-notify article,
body.theme-light .comment-reply,
body.theme-light .cover .label,
body.theme-light .entry-wrap-input,
body.theme-light .main .article-image,
body.theme-light .post:not(.main) {
  background-color: var(--theme-light-background-2);
}

body.theme-light input[type="checkbox"]:checked + label::before {
  background-color: var(--theme-light-3);
  border: 2px solid var(--theme-light-3);
}

body.theme-light [data-sort-option].selected,
body.theme-light [data-sort-option]:not(.selected):hover {
  color: var(--theme-light-2);
}

body.theme-light input[type="checkbox"] + label::before,
body.theme-light input[type="email"], 
body.theme-light input[type="text"], 
body.theme-light input[type="password"], 
body.theme-light input[type="checkbox"] + label::before {
  background-color: var(--theme-light-background-2);
  border: 2px solid var(--theme-light-line);
}

body.theme-light .form-comment textarea {
  background-color: var(--theme-light-background-1);
  border: 2px solid var(--theme-light-line);
}

body.theme-light input[type="submit"],
body.theme-light .form-comment button,
body.theme-light .button,
body.theme-light .buttons a {
  background-color: var(--theme-light-0) !important;
  color: var(--theme-light-background-2) !important;
}

body.theme-light .content-text-wrap {
  background-color: var(--theme-light-background-2);
  box-shadow: 0 0 5px var(--theme-light-background-2);
}

body.theme-light aside .row:not(.entry-sub),
body.theme-light .comment,
body.theme-light .content-text,
body.theme-light .post-author-bio > div {
  border-bottom: 1px solid var(--theme-light-background-1);
}

body.theme-light .comment-wrap {
  border-top: 1px solid var(--theme-light-background-1);
}

body.theme-light aside #cover .links {
  border-light: 1px solid var(--theme-light-background-1);
  border-top: 1px solid var(--theme-light-background-1);
}

body.theme-light .toastify {
  background: var(--theme-light-2);
  color: var(--theme-light-background-1) !important;
}

body.theme-light #messages .date-title strong {
  background: var(--theme-light-background-1);
}

body.theme-light aside .row.tags a {
  border-bottom: 1px solid var(--theme-light-6);
}

body.theme-light #messages .date-title {
  border-bottom: 2px solid var(--theme-light-6);
}

body.theme-light .tags a,
body.theme-light #messages .post.you .content {
  background-color: var(--theme-light-6) !important;
}
/*
body.theme-light #button-add-new svg {
  background: var(--theme-light-0);
  color: var(--theme-light-background-1);
}
*/
body.theme-light .content-text p a,
body.theme-light footer .description p a {
  border-bottom: 1px solid var(--theme-light-text);
}

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

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 {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} body {line-height: 1;} 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;}

@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

html {
  box-sizing: border-box;
  --lh: 20px;
  line-height: var(--lh);
}

*, *:before, *:after {
  box-sizing: inherit
}

body {
  display: flex;
  flex-flow: row wrap;
  font-family: var(--font-1);
/*  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
*/
  font-size: 12px;
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
}

body > header {
  align-content: space-between;
  display: flex;
  flex-flow: wrap;
  height: 100vh;
  width: 200px;
}

body > main {
  margin-left: 200px;
  padding: 20px;
  width: calc(100% - 500px);
}

body > aside {
  width: 300px;
  margin: 0;
  height: 100vh;
  position: fixed;
  left: calc(50% + 275px);
}

body > aside + main {
  width: calc(100% - 500px) !important;
}

body > footer {
  order: 99;
}

form {
  margin: 0;
  padding: 0;
  clear: both;
}

img {
  border: 0
}
a, a:link, a:visited, a:active {
  position: relative;
  text-decoration: none;
  z-index: 1;
}
h1, h2, h3, h4, h5, .author {
  font-family: var(--font-2);
  margin: 0;
  padding: 0;
  line-height: 1rem;
  font-weight: 700
}
p {
  margin: 0;
}
em {
  font-style: normal;
}

textarea {
  background: transparent;
  margin-bottom: 0;
}

input, textarea, select {
  font-family: inherit;
  outline-style: unset;
  outline-width: unset;
}
input:not([type=file]):focus, textarea:focus {
  outline:none;
  opacity:1 !important;
}

.tag {
  font-size: 1rem;
}

.link {
  text-decoration: underline !important;
}

/* LAYOUT */

.wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#modal main {
  margin-top: 0;
}

/*
body aside + main {
  bottom: 0;
  display: inline-block;
  margin-left: 80px;
  max-width: calc(100% - 80px);
  width: unset;
}
*/
body aside + main[data-area="inbox"] {
  margin: 0;
  max-width: 900px;
  position: absolute;
}

.iframe-wrap {
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
}
.iframe-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* HEADER */

.home {
  display: block;
  width: 100%;
  line-height: 1.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
}

body > header {
  position: fixed;
  z-index: 10;
  text-align: left;
}

header .header-footer {
  padding-bottom: 10px;
  width: 100%;
}

header .header-footer a {
  font-size: 12px;
}

header {
  overflow-x: auto;
  padding: 0 20px;
}

header .nav-parent {
  margin-top: 15px;
}

header .nav-child {
  font-size: 13px;
  display: block !important;
  line-height: 1.65rem;
  margin-left: 15px;
  opacity: .75;
}

header .nav-child:hover {
  color: #7b61ff !important;
}

header .nav-child::before {
  width: 1px;
  height: 100%;
  display: block;
  content: '#';
  position: absolute;
  left: -13px;
  opacity: .5;
}

header .nav-topics {
  margin-top: 20px;
}

header .nav-topics a {
  display: block;
}

header sup {
  font-size: .8rem;
  color: var(--color-nay);
  font-weight: 700;
  margin-left: 2px;
}

main,
footer {
/*
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
*/
  position: relative;
}

header a {
  line-height: 1.5rem;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-right: 15px;
}

.nav-subtopics a {
  font-size: 12px;
}

header a:active, 
header a:visited, 
header a:link {
  color: #ffffff;
}

header a:hover {
  color: var(--color-link);
}

header .home {
  font-weight: 100;
}

header .header-icon {
  cursor: pointer;
  width: 24px;
  position: relative;
  margin-left: 30px;
  margin-right: 0;
  height: 60px;
  float: right;
}

header .header-icon svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header nav a {
  font-size: 1rem;
  margin-left: 10px;
}

#button-add-new svg {
  border-radius: 2px;
}

aside {
  padding: 0 !important;
  overflow-y: auto;
  position: relative;
  z-index: 5;
}

#show-user #cover, 
#show-user_posts #cover {
  width: 100vw;
  position: relative;
  height: auto;
  padding: 0;
  background-color: transparent;
  overflow: auto;
  z-index: 5;
  margin: 0 0 40px;
}

nav {
  display: none;
}

aside > a, 
#nav a {
  display: block;
  font-size: .9rem;
  line-height: 1rem;
}

#overlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100px;
  z-index: 10;
  display: none;
}
#nav a, #nav strong {
  display: inline-block;
  margin: 0 10px 10px 0;
  color: var(--color-2);
  font-size: .9rem;
  font-family: var(--font-2);
}

#nav a:hover {
  color: var(--color-link);
}

aside .title, 
#nav .title, 
#nav strong {
  display: block;
  font-weight: bold;
  margin-right: 0;
  width: 100%;
  clear: both;
  padding-top: 20px;
  font-family: var(--font-2);
  font-size: 1rem;
  margin-top: 0;
}

#nav-close {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0;
  z-index: 9999;
  position: absolute;
  right: 6%;
  top: 2%;
}
#nav > a:first-child {
  padding-top: 0;
}
.dropdown-mini strong .icon {
  line-height: 15px;
  opacity: 0.75;
  margin:0 !important;
}
aside .options a {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  line-height: 1rem;
  font-size: .9rem;
  font-weight: bold;
  color: #666 !important;
}

@media(max-width: 768px) {
  header {
    border-right: unset;
    border-top: 1px solid #ddd;
    height: 70px;
    width: 100%;
    bottom: 0;
  }

  header .avatar {
    height: unset;
  }

  header > div {
    display: flex;
  }

  header > div > a {
    flex: 1;
  }

  aside, main {
    margin-left: 0 !important;
    width: 100% !important;
  }

  body aside + main {
    max-width: 100%;
  }

  #nav {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    height: 100% !important;
    border: unset !important;
    padding: 40px;
    width: 100%;
    max-height: unset;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

@media(min-width: 1024px) {
  [id^="show-user"] main,
  #show-front main,
  #show-post main {
    display: flex;
    flex-flow: row wrap;
  }
/*
  [id^="show-user"] main .posts,
  #show-front main .posts {
    flex: 0 1 100%;
  }
*/
  [id^="show-user"] main aside,
  #show-front main aside {
    border-radius: 2px;
    flex: 0 1 25%;
    margin-top: 0;
    margin-left: 20px;
  }

  #show-post main .post-wrap {
    flex: 0 1 100%;
  }

  #show-post main aside {
    background-color: transparent;
    flex: 0 1 calc(25% - 40px);
    margin: 0 0 0 40px;
  }
}

#show-post #cover .menu {
  white-space: normal;
  overflow: visible;
  line-height: 22px;
}

.posts .post .post p {
  font-size: .9rem;
  display: inline;
  line-height: 1.5rem;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* site bio */

#site-bio {
  width: 100%;
  line-height: 1.5rem;
  margin: 0 0 80px;
  font-size: 1rem;
}

#site-bio strong {
  color: #898989;
  display: block;
  margin-bottom: 10px;
}

#site-bio > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 10px;
}

#site-bio > p:nth-of-type(1) {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

#site-bio .buttons {
  margin-top: 40px;
  margin-left: -10px;
}

#site-bio .buttons a {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: capitalize;
  color: var(--color-white) !important;
}

/* footer */

footer {
  margin-bottom: 60px;
  margin-top: 100px;
}

footer .wrap {
  margin-bottom: 60px;
  margin-top: 40px;
  padding-top: 40px;
}

footer .wrap::before {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  opacity: .5;
}

footer .site-bio, footer .columns {
  display: block;
  width: 100%;
}

footer .site-bio > strong {
  font-family: var(--font-1);
  font-size: 1.25rem;
  font-weight: 600;
}
footer .description {
  font-size: 1.25em;
  line-height: 1.75em;
  margin: 20px 0 50px;
}

footer .description small {
  display: block;
}

footer .description small a, footer .description small a:active, footer .description small a:visited, footer .description small a:link {
  color: #666;
}

footer .description a {
  display: inline-block;
  flex: unset;
  position: relative;
}

footer .description .buttons span,
footer .description .buttons a {
  margin: 0 10px 0 0;
}

footer .copyright {
  clear: both;
  display: block;
}
footer .copyright, footer .copyright a, footer .copyright a:visited, footer .copyright a:link, footer .copyright a:active {
  color: #999;
  font-size: 1em;
}
footer .columns > div {
  display: inline-block;
  width: 50%;
  float: left;
}
footer .columns > div > a {
  display: block;
  font-size: .9rem;
  line-height: 1.75rem;
}
footer .columns > div > a, 
footer .columns > div > a:active, 
footer .columns > div > a:visited, 
footer .columns > div > a:link {
  color: #333;
}
footer .columns > div > strong {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
footer:hover .footer-debug {
  display: block;
}
footer .footer-debug {
  display: none;
  float: right;
}
footer .debug {
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}

footer .buttons {
  margin-top: 20px;
}

@media (min-width: 768px) {
  footer .site-bio {
    float: left;
    padding-right: 40px;
    width: 60%;
  }

  footer .columns {
    display: inline-block;
    float: right;
    width: 40%;
  }
}

/* FORM */
form {
  display: block;
  width: 100%;
  position: relative;
}

form.submit-form label {
  color:#8892a0;
  font-size:0.8rem;
  text-transform:uppercase
}

input, textarea, select {
  font-size:1rem
}

label {
  cursor:pointer
}

input[type="email"], 
input[type="text"], 
input[type="password"], 
textarea, 
select {
  line-height: 1.5rem;
  width: 100%;
  clear: both;
  margin: 10px 0;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 2px;
}

input[type="checkbox"] {position:absolute;left:-9999px}
input[type="checkbox"] + label::before {
  border-radius: 2px;
  content: " ";
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
  height: 20px;
}
input[type="checkbox"]:checked + label::before {
  transition: background-color 0.3s ease 0s;
}

input[type="checkbox"] + label {
  margin-top: 15px;
  display: block;
}

input[type="checkbox"] + label, 
form .float-right {
  margin-top: 10px;
  display: block;
  font-size: .9rem;
  line-height: 20px;
}

form .float-right {
  letter-spacing: 1px;
}

input:hover, textarea:hover {opacity:1 !important}
input[type="submit"]:disabled, input[disabled="disabled"] {
  background: #999;
  color: #444;
}

footer .buttons > span,
.buttons a,
input[type="submit"], 
#button-load-more {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 40px;
  text-transform: uppercase;
  margin: 20px 0 0;
  -webkit-appearance: none;
  opacity: 1;
  transition: opacity 200ms linear;
}

input[type="submit"] {
  padding: 15px 20px;
}

textarea, 
#chat {
  resize: none;
  line-height: 1.5rem !important;
  width: 100%;
  border: none;
  margin-bottom: 0;
  overflow-x: hidden;
  position: relative;
}

#modal-content form {
  margin: 0;
}

form .buttons {
  display: flex;
  clear: both;
  margin-left: 0;
}

form .buttons > input {
  flex: 1;
  margin-right: 20px;
}
form .buttons > input:last-child {
  margin-right: 0;
}
form h1 {
  display: inline-block;
}
input[type="submit"]:hover, .button:hover, .deactivate  {
  opacity:.7
}
.deactivate:hover {
  opacity:1
}

.form-row {
  clear: both;
}

.form-row-title {
  color: #333;
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.form-row + .form-row,
.form-title + .form-row {
  margin-top: 20px;
}

.form-row > strong,
.form-row > label {
  font-size: .9rem;
  font-weight: bold;
  margin: 10px 10px 10px 0;
  text-transform: uppercase;
}

.form-row > em {
  display: block;
  margin: 10px 0;
  font-weight: 400;
  font-size: .8rem;
  opacity: .8;
  text-transform: uppercase;
}

.form-row-details {
  margin-top: 10px;
  line-height: 15px;
}

.button,
.buttons a,
footer .buttons > span {
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 10px;
  border-radius: 2px;
  text-transform: uppercase;
  vertical-align: middle;
}

.buttons a {
  opacity: 1;
  transition: opacity 150ms linear;
}

.buttons a:hover {
  opacity: 0.8;
}

#form-notifications > input[type="submit"] {
  display: none;
}

.button.button-big {
  font-size: 1rem;
  padding: 15px 20px;
  text-transform: none;
}

#buttons .button.activate {
  background: white none repeat scroll 0 0;
  color: #999;
  font-size: 1rem;
  margin: 0 15px 15px 0;
}
#buttons .button.activate:hover {
  font-size:1rem;margin:0 15px 15px 0;border:1px solid #5492FF;opacity:1
}

#buttons .button.deactivate {
  font-size: 1rem;
  margin: 0 15px 15px 0;
  opacity:1
}
.button.deactivate, input.secondary, .button.secondary {
  background: white;
  color:#999 !important;
}
#show-subscribe .do.button.deactivate {
  background: #5492FF none repeat scroll 0 0;
  color: white !important;
}

.button .icon i {width:16px;height:16px}
.do.button em, .side-counts .button em {
  color: #5492ff;
  float: right;
  font-weight: normal;
  margin-left: 10px;
  z-index: 1;
}
.do.button.deactivate em {
  color:#999
}
.form-small {
  display: block;
  margin: 70px auto 80px;
  min-width: 500px;
  width: 35%;
}
.two-column {
  width:80%
}
.two-column {
  background:white;
  display:block;
  padding:0;
  margin:30px auto;
}
.two-column form {padding:0;margin:0}
.two-column #main-column, .single-column #main-column {
  background:white;
  border-left:1px solid #eef1f6;
  clear:none;
  display:inline-block;
  margin:0;
  min-height:300px;
  padding:20px 40px 40px;
  width:75%;
}
.two-column aside {
  background:white;
  display:inline-block;
  float:left;
  height:100%;
  width:25%;
}
.two-column aside > a {display:block;font-size:0.9rem;padding:20px}
.two-column aside > a, .two-column aside > a:active, .two-column aside > a:visited, .two-column aside > a:link {color:#8892A0}
.two-column aside > a.selected {color:#5492FF;border-left:2px solid #5492FF}
.two-column aside > a:hover {color:#5492FF}
.two-column aside .title {padding:20px 20px 0 20px;border:none}
.two-column aside .title h2 {font-size:1rem;margin:0 0 10px}
.two-column aside .p {line-height:1.25rem;padding:20px}
.two-column aside h3 {font-size: 0.8rem;margin:10px 0 5px;text-transform: uppercase}
.two-column #main-column .title, .single-column #main-column .title {
  border:none;
  padding:10px 0 20px;
}
#add-post .two-column #main-column {
  width: 100% !important;
}
#add-post .title h1 {
  margin: 10px 0 !important;
}
.button-large {
  float:none !important;
  font-size:1rem;
  margin-top:20px;
  padding:15px;
  text-align:center;
  width:100%;
}

.form-field-note {
  margin: 0 0 30px 0px;
  display: block
}

.form-field-note .icon {
  margin: 0 5px;
  width: unset;
}

#show-signup main,
#show-password main,
#show-login main{
  margin-top: 50px;
}

#show-login form, 
#show-signup form, 
#show-password form,
#show-validate form {
  max-width: 500px;
  margin: 0 auto;
}

.options > a {
  margin-right: 20px;
  display: inline-block;
  font-size: 1rem;
  float: left;
  border-radius: 2px;
}

/* TITLE */
.title {
  clear: both;
  display: block;
  font-size: .9rem;
  margin: 20px 0;
  padding: 0;
  position: relative;
}

.title:blank {
  display: none;
}

.title span,
.title strong {
  font-weight: 400;
  vertical-align: middle;
}

form .title {
  margin: 0 0 10px;
  font-weight: 300 !important;
  font-size: 1.75rem;
}

.title h2 {
  font-size: 1.75rem;
  text-align: center;
}

aside > div:first-child {
  margin-top: 0;
  padding-top: 0;
}

.title-actions h2 {
  display: block;
  text-align: left;
  font-size: 15px;
  text-transform: none;
}

aside span.title {
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

aside .title + .entry {
  margin-top: 10px;
}

aside .post {
  padding: 10px 0;
}
aside .post a:not(.button) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
aside .post a strong {
  margin-bottom: 5px;
}

aside .post .content {
  font-size: .8rem !important;
}

aside .post .content .author {
  font-size: .9rem !important;
}

aside .posts {
  margin: 0;
  overflow: hidden;
}

aside .posts .post .entry {
  background-color: transparent !important;
  padding: 0;
}

aside .posts .post .entry p {
  min-height: unset;
}

aside .posts .post .title {
  display: none;
}

aside .posts .title {
  padding: 0 !important;
  margin: 0 0 10px !important;
}

aside .posts .post {
  background-color: transparent !important;
  margin: 10px 0;
  width: 100%;
}

aside .posts .cover img {
  border-radius: 0;
}

.title, .title h1, .title h2 {
  font-weight: 400;
}
.title h1 + h2, .title h2 + h3, .title h1 + h3 {
  margin-top: 10px;
}

.sort-options strong {
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.title h1 {
  font-size: 30px;
  line-height: 40px;
  text-transform: none !important;
  font-weight: 700;
  margin-bottom: 10px;
}

.sort-options span {
  letter-spacing: 1px;
  font-size: .8rem;
}

.sort-options span.selected, 
.sort-options span:not(.selected):hover {
  border-bottom: 1px solid #999;
  cursor: pointer;
}

[data-sort-option] {
  cursor: pointer;
}

[data-sort-option].selected,
[data-sort-option]:not(.selected):hover {
  color: var(--color-highlight-text);
}

form .title, 
form .title h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 1px;
}

.title-wrap h3 {
  display: inline-block;
}

.title i {
  vertical-align: middle;
  margin-right: 10px;
  opacity: .5;
}

.title-menu {
  font-size: 1rem;
  margin: 10px 0;
  text-align: center;
}

.title.form-title {text-align:center;text-transform:none;border-top:none !important}
.title.form-title h1 {color:#333;font-size:1.25rem;text-transform:none;margin:30px 0}
.submit-form .title {
  border: 0;
  line-height: 1em;
  margin: 0 0 20px;
  padding: 0;
}
.form-small .title.form-title h1 {margin-bottom:0}
.title > em {
  background: orangered none repeat scroll 0 0;
  border-radius: 2px;
  color: white;
  float: right;
  font-size: 0.7rem;
  margin-left: 10px;
  padding: 2px 7px;
  text-align: center;
}
.side-wrap .title > em {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
}
.post-comments > .title {
  margin: 0 0 20px 70px;
  text-transform: uppercase;
  opacity: .75;
  display: block;
}

.title input {background:transparent;border:none;border-bottom:2px solid #aaa;box-shadow:none;font-size:2rem;padding:0}

.title-actions {
  margin: 0 20px 20px 0 !important;
  line-height: 1rem;
}

.title-section {
  margin-top: 20px;
}

.title-actions h1,
.title-section h2,
.title-actions {
  text-align: left !important;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.title-actions h1 {
  font-size: 1.25rem !important;
}

.title-actions h2 {
  display: inline-block;
  margin-right: 10px;
}

#modal .title-section {
  margin-top: 30px !important;
}

.text {background:#fff;border-bottom:3px solid #d5d5d5;font-size:16px;line-height:1.75em;padding:0;position:relative;margin-bottom:10px}

/* ENTRY */

.entry {
  clear: both;
  position: relative;
  font-size: 1rem;
  padding: 40px;
}

article .avatar {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
}

article .avatar-wrap {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}

article.main .avatar-wrap {
  margin-bottom: 20px;
}

article.main .avatar {
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
}

article.main .author-meta {
  display: inline-block;
  vertical-align: middle;
}

article .author {
  font-size: 1rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article .pronouns {
  opacity: .75;
}

article .author div {
  opacity: .75;
}

article.main .author {
  display: block;
  font-size: 21px;
  font-weight: 300;
}

article.main .author + .author-meta-misc {
  margin-top: 15px;
}

UNDOarticle .tags + .content {
  margin-top: 20px;
}

article .content > p {
  font-size: 16px;
  line-height: 22px;
}

article .content > p:first-child,
article .content > p:first-child .tag {
  font-size: 24px;
  line-height: 34px;
}

/*
article .content > p:nth-child(2),
article .content > p:nth-child(2) .tag {
  font-size: 24px;
  line-height: 34px;
}
*/
article p {
  line-height: 1.5rem;
  opacity: .85;
}

article .content p strong {
  font-weight: bold;
}

article .content > p:last-child {
  margin-bottom: 0;
}

aside .card > article:last-child {
  margin-bottom: 0;
}

main aside {
  display: none;
  flex: 0 1 20%;
  margin-right: 0;
  margin-top: 40px;
}

@media(min-width: 1000px) {
  #show-user main,
  #show-front main {
    display: flex;
    flex-flow: row wrap;
  }

  main aside {
    display: block;
  }
}

main > #messages {
  padding-bottom: 20px;
}

.posts article .title {
  line-height: 0;
  margin: 0 !important;
  padding: 0 20px 20px;
}

.posts article .author {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
}

.posts article .avatar-wrap {
  margin-bottom: 0;
  vertical-align: middle;
}

.posts .title .author {
  font-size: 11px;
  letter-spacing: 1px;
}

.tools {
  font-size: .7rem;
}

.tools strong {
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 0;
  font-weight: 400;
}

.tools > span, 
.tools > a {
  cursor: pointer;
  margin-right: 15px;
  opacity: 0.5;
  position: relative;
}

.post-comment-count {
  float: right;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 14px;
}

.post-comment-count svg {
  display: inline-block;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
  width: 16px;
}

.post-comment-count em {
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 12px;
  letter-spacing: 1px;
}

.post-commenter-list {
  font-size: 11px;
  padding: 0 20px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post-commenter-list span {
  opacity: .6;
}

.comment .tools > span:not(.comment-likes):not(.tool-show), .comment .tools > a {
  opacity: 0;
}

.tools .show, 
.counts:hover svg,
.entry:hover svg,
.entry:hover .tools > span, 
.entry:hover .tools a {
  opacity: 1;
}

.entry:hover svg,
.counts:hover svg {
  stroke-width: 3;
}

.tools .icon {
  height: 14px;
  width: 14px;
}

#action.tools > span,
#action.tools > a {
  opacity: 1;
}

.main .post .author, .main .post .author a, .main .post .author a:active, .main .post .author a:visited, .main .post .author a:link {
  color: var(--color-1);
}

/* Animation */

.post .counts {
  transition: filter 150ms ease-in;
}

/* POST ACTION */

.counts svg {
  width: 18px;
  height: 18px;
  opacity: .7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.counts svg + em {
  padding-left: 25px;
}

.tools.counts {
  margin: 10px 0 0 0;
}

.post-tools i {
  font-size: 12px;
  opacity: .5;
}

.post .counts > a, .post .counts > a:active, .post .counts > a:visited, .post .counts > a:link {
  color: var(--color-1);
}

.post .counts > span, 
.post .counts > a {
  font-family: var(--font-1);
  position: relative;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.post .counts > span em, .post .counts > a em {
  margin-right: 10px;
}
.post:hover .counts, .post:hover .image, .post:hover .title, .post:hover .counts {
  opacity: 1;
  transition: opacity .5s;
}

#action, 
#post-tags,
.tools {
  background: transparent;
  opacity: .75;
}

#action a, 
#action span,
#post-tags a, 
#post-tags span,
.tools em {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
}

#action a:last-child,
#post-tags a:last-child {
  margin-right: 0;
}

aside {
  margin-top: 20px;
  padding: 20px;
  width: 100%;
}

#comments {
  margin-top: 40px;
  padding-bottom: 0;
}

#comments > .title {
  margin-top: 0;
}

#comments + .title {
  margin-top: 20px;
}

#comments .comment {
  padding: 0;
  margin-top: 20px;
}

#comments .comment:not(.entry-sub) {
  display: flex;
  margin-top: 20px;
}

#comments .comment.entry .author {
  display: block;
  margin-bottom: 5px;
}

#comments .title + .comment {
  margin-top: 20px;
}

#comments + section {
  margin-top: 40px;
  width: 100%;
}

#comments .comment .avatar {
  margin-right: 10px;
}

.comment-wrap {
  display: block;
  padding-bottom: 15px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 20px;
}

/* TOOLTIP */

undo.tooltip-wrap:hover .tooltip {
  display: block;
}
.tooltip {
  display: none;
  background: white;
  position: absolute;
  width: 170px;
  bottom: 25px;
  left: 0;
  border-radius: 2px;
  color: var(--color-1);
  text-transform: none;
  z-index: 99999999;
  box-shadow: 0 0 10px #ccc;
  font-size: .8rem;
}
undo.tooltip::after {
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(68, 71, 90, 0);
  border-top-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip strong {
  border-bottom: 1px solid #eee;
  display: block;
  padding: 15px;
  line-height: 1;
}
.tooltip > span {
  display: inline-block;
  font-size: .7rem;
  padding: 5px 10px;
  margin: 5px 0 5px 5px;
  border-radius: 2px;
}
.tooltip > span:hover, .tooltip > span.selected  {
  background: var(--color-highlight);
  color: var(--color-color-1);
  cursor: pointer;
}

.tooltip > div em {
  float: right;
}
.tooltip > div:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.points-0 em {
  color: #888 !important;
}
.points-0 {
  filter: grayscale(100%);
}
/* POINTS */
/*
#post-points {
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
#post-points strong {
  border-radius: 0 0 3px 3px;
  background: #00C860;
  height: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: .90;
}
#post-points em {
  color: white;
  z-index: 4;
  font-weight: bold;
  font-size: 3.2rem;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  opacity: 1;
}
#post-points small {
  font-size: 2rem;
}
#post-points-breakdown-toggle {
  cursor: pointer;
  font-size: .7rem;
  margin-top: 5px;
  opacity: .7;
  text-align: right;
}
*/
.points-user {
  color: var(--color-link);
  cursor: help;
  margin-left: 10px;
  line-height: 0;
}
#post-points-breakdown {
  display: none;
  margin-top: 20px;
}
#post-points-breakdown div {
  clear: both;
  margin-bottom: 10px;
}
#post-points-breakdown div:last-child {
  margin-bottom: 0;
}
#post-points-breakdown strong {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  padding: 5px 10px;
  display: inline-block;
  width: 85%;
}
#post-points-breakdown em {
  float: left;
  padding: 5px 10px;
  display: inline-block;
  background: #00C860;
  width: 15%;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-size: .8rem;
  border-radius: 2px;
}
#post-points-breakdown em.points-0 {
  background: #ccc;
}
#post-points-breakdown-toggle {
  cursor: pointer;
  font-size: 0;
  line-height: 50px;
  margin-left: 5px;
  vertical-align: middle;
}

/* SIDE */
.side.small .count {font-size:.7rem}
.side-wrap > div {
  background: transparent;
  clear: both;
}
.side-wrap .side-list {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 0 0 15px;
  position:relative;
  width: 100%;
}

.side-text a {
  display:inline-block
}

.side-list {
  padding: 0;
  width: 100%;
}
.side-list a, .side-list a:active, .side-list a:visited, .side-list a:link {
  color: #333;
  position: relative;
}
.side-list > div {
  font-size:.7rem;
  overflow: hidden;
  padding: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.side-wrap .count {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block !important;
  font-size: 1rem;
  padding: 5px 0;
  margin:0;
}
.side-wrap .count > span {
  float: right;
}
.side-wrap .count strong {
  font-weight: normal;
  margin:0;
  display:inline-block;
  opacity:.9
}

.side .dropdown-mini {display:none}
.side-wrap .button {
  display: block;
  font-size: 0.9rem;
  margin: 10px 0;
}

/* TAG */

.tags {
  display: block;
}

.tags a {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0;
}

.tags a.selected {
  font-weight: bold;
  opacity: 1;
}
.tags > .wrap {
  text-align: center;
  padding: 0 2%;
}

p .tag {
  text-decoration: underline;
}

#show-post .title {
  margin: 0;
  width: 100%;
}

#show-post .title h1 {
  display: block;
  text-transform: lowercase;
}

#show-post .title h1 a {
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}

#show-post .title .tags {
  margin-bottom: 20px;
}

#show-post .title .tags a {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-transform: lowercase;
  opacity: .5;
  margin: 0 10px 0 0;
  display: inline-block;
}

#cover .tags {
  padding: 2% 0;
}
aside .tags, .tags-post {
  margin: 0;
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
}
aside .tags h3, .tags-post h3 {
  display: inline-block;
  margin-bottom: 10px;
}
.tags-post strong {
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

/* HERO / COVER */

#hero {
  position: relative;
  padding: 40px 0;
}

#cover .post {
  padding: 0;
}

/*
#cover-overlay {
  width: 250px;
  height: 100vh;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  margin: -25px;
}
*/

#cover .avatar {
  float: unset;
  margin: 0 0 10px;
}

#cover .author {
  z-index: 3;
  font-weight: bold;
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 36px;
  position: relative;
}

#cover .content {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

#cover .actions a, 
#cover .actions a:active, 
#cover .actions a:visited, 
#cover .actions a:link, 
#cover .actions span {
  color: var(--color-2);
}
#cover h3 {
  line-height: 1em;
  margin-top: 20px;
}

#cover p {
  margin-bottom: 20px;
}

#cover .buttons {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

#cover .actions {
  text-transform: uppercase;
  color: var(--color-2);
}

@media(max-width: 768px) {
  #cover {
    text-align: center;
  }

  #cover .post, #cover h1 {
    display: block;
  }

  #cover .post .avatar-wrap {
    text-align: center;
    margin: 0 0 10px;
  }

  #cover h1 {
    margin-bottom: 10px;
    text-align: center;
  }

  .buttons {
    display: flex;
    margin-left: 0 !important;
  }

  .buttons span, .buttons a {
    flex: 1;
    margin: 5px;
    text-align: center;
  }
}

#cover .actions a, #cover .actions span {
  font-weight: bold;
  margin: 10px 15px 0 0;
  font-family: var(--font-2);
  font-size: .9rem;
  background: white;
  padding: 5px 10px;
  display: inline-block;
  box-shadow: 0 1px 1px #ddd;
  border-radius: 2px;
}
#cover .actions a:hover, #cover .actions span:hover {
  color: var(--color-link);
  opacity: 1;
}

#cover p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  z-index: 3;
  line-height: 1.5rem;
}

#cover .content a:hover {
  color: var(--color-link);
}

#cover .entry {
  background: transparent;
  display: block;
  padding: 0;
  text-align: center;
}

aside #cover .links {
  padding: 20px 0;
}

#cover .counts {
  margin-top: 10px;
}

#cover .links {
  margin: 10px 0;
  text-align: center;
}

#cover .links a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 10px;
}

#cover .menu {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

#cover .menu.personal {
  background-color: var(--color-highlight) !important;
}

#cover .menu div {
  margin-top: 20px;
}

#cover .menu a {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 0 10px;
}

@media(max-width: 767px) {
  #cover .post > div {
    display: block;
  }
}

aside #cover {
  padding: 0;
}

aside .cover {
  display: none !important;
}

aside .cover + .post {
  margin-top: -3px;
  display: block;
  background: #eee;
}
#cover .cover img, #cover .cover .blank, .card .post .cover {
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--color-2) 0%, transparent 100%);
  display: block;
  height: 50px;
  width: 100%;
}

aside .message {
  display: flex;
  padding: 10px 15px;
}

aside article.active,
aside article:hover {
  background: var(--color-link);
  color: white;
}

aside article.active a,
aside article:hover a {
  color: white;
}

#chat-user-profile {
  position: absolute;
  top: 0;
  width: 100%;
}

aside #posts-media {
  display: block;
  flex-flow: unset;
  margin: 0;
}
aside #posts-media > article {
  margin: 10px 0 20px;
  flex-basis: unset;
  display: block;
}
aside article p {
  font-size: .9rem;
  margin-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.button-select, .button-selected {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #666;
  cursor:pointer;
  display: inline-block;
  margin: 0 1.25% 0 0;
  padding: 10px 15px;
  width: 19%;
}

.button-select:hover, .button-selected {
  background: #5492FF;
  color:white
}

/* COVER: SECTION */

#cover .section {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 10px;
}
#cover .section .wrap {
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#cover .post + .post {
  padding: 0 0 20px;
}
#cover .section i {
  margin-right: 10px;
}
#cover .wrap a, .content-options a {
  margin-right: 20px;
  font-size: 1.2rem;
  opacity: .8;
  transition: opacity 250ms;
  color: var(--color-link);
}

#cover .wrap a::before, 
.title.tags a:before {
  content: '#';
  opacity: .7;
  font-family: var(--font-1);
  font-weight: 300;
}


#nav a:not(.nav-topic):before {
  opacity: .5;
}
#cover-team a:before {
  display: none;
}
#cover .wrap a:hover, .content-options a:hover, .post p a.tag:hover {
  color: var(--color-link);
  opacity: 1;
}

/* POST */

article {
  position:relative
}

article .image {
  display: block;
  width: 100%;
}

article:hover .hide {
  display: inline-block;
}

.member-profile {
  color: var(--color-link) !important;
}

/* posts */

/*
.posts {
  margin-left: -20px;
  display: flex;
  flex-flow: row wrap;
}
*/

.posts:after {
  clear: both;
  content: '';
  display: block;
}

/*
.posts .post {
  display: inline-block;
  float: left;
  margin: 0 0 20px 20px;
  width: calc(100% - 20px);
}
*/

.posts article {
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  padding: 0;
}

.posts .entry {
  display: block;
  margin: 0;
  width: 100%;
  z-index: 9;
  padding: 15px;
}

.posts .post a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

aside .posts .post a {
  height: unset;
}

.posts .post .entry a {
  color: #666;
}

.posts .post .coverless .cover {
  display: none !important;
}

.entry p .date {
  opacity: .85;
  font-size: 11px;
  margin-left: 5px;
}

/*
.posts .post.coverless p {
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
  line-height: 37px;
  max-height: 300px;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
}
*/
.posts .post.coverless p span:not(.author) {
  opacity: .85;
}

.posts .post .entry .content {
  font-size: 16px;
}

.posts .entry .counts a {
  color: white;
}

.posts article .tags {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.posts article .tags strong {
  font-weight: bold !important;
  margin-right: 3px;
}

.next-page {
  text-transform: uppercase;
  clear: both;
  padding: 20px;
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 1.25rem;
}

#modal .main {
  box-shadow: unset;
  margin-bottom: 20px;
}

/*
@media (min-width: 850px) {
  .posts .post {
    width: calc(50% - 20px);
  }
  .posts > .post:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .posts .post {
    width: calc(25% - 20px);
  }
  .posts > .post:nth-of-type(2n+1) {
    clear: unset;
  }

  .posts .post:nth-of-type(3n+1) {
    clear: both;
  }
  .posts .post:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

.posts > article:nth-child(5n+2) {
  width: calc(50% - 20px);
}
*/

.posts-tag h1 {
  color: var(--color-1);
  display: inline-block;
  line-height: 1.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1em;
}

.posts .post .cover {
  display: block;
  line-height: 0;
}

.avatar img, 
.cover img {
  border-radius: 5px 5px 0 0;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.avatar img {
  border-radius: 5px 5px 0 0;
}

.posts .post .counts {
  margin: 5px 0 0 0;
}
.posts .post .post-cover {
  display: block;
}

/*
.posts .post .post-comments .content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.posts .post:not(.coverless) .entry p {
*/
.posts .post .entry p {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  position: relative;
}

/*aside .posts .post:not(.coverless) .entry p {*/
aside .posts .post .entry p {
  max-height: 24px;
  min-height: 24px;
}

/*
.posts .post .entry p::before {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
}

 .posts .post .entry p::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
 }
*/
.posts .post .post-comments p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cover + .post {
  padding-top: 20px;
}
.posts-media .cover + .title {
  margin-top: 10px;
}

.cover {
  position: relative;
}

.cover .label {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  opacity: .9;
  padding: 5px;
}

.cover .label svg {
  height: 100%;
  width: 100%;
}

#posts-media .title h3, 
.post .title h3 {
  font-weight: 400;
  margin-right: 10px;
  padding: 5px 0;
}

.title h3, 
.title h4 {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}

.title h4 {
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 10px;
}

main > .title {
  margin-top: 20px;
/*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
  padding: 0;
}

#posts-media img {
  border-radius: 2px;
}
#posts-media .counts {
  display: none;
  color: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent 0%, #282A36 100%);
  padding: 10px 10px 20px;
}
#posts-media .counts > span {
  color: #50fa7b;
  float: right;
  text-transform: uppercase;
  font-size: .8rem;
}
#posts-media .counts > span em {
  color: white;
  font-weight: bold;
  margin-left: 10px;
}
#posts-media .counts > span:first-child {
  float: left;
}
@media (min-width: 768px) {
  #posts-media article:hover .counts {
    display: block;
  }
}
























/* post:SHOW */
#article-media {
  background: black none repeat scroll 0 0;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#article-media.media-youtube, #article-media.media-vimeo {
  padding-bottom:56.25% !important;height:0
}
#article-media #video {
  height:100%;left:0;position:absolute;top:0;width:100%
}
.post #video {
  margin: 0;
  text-align: center;
}
#article-media.media-soundcloud {
  padding:0 !important;height:auto !important
}

.title-member-type {
  text-transform: uppercase;
}
.side-wrap .side-list:last-child {
  border: medium none;
  margin: 0 !important;
}

/* CARD */
aside .card {
  color: white;
}
aside .card .info {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0 5px;
}
aside .card p {
  font-size: 1rem;
  line-height: 1.5rem;
}

aside .card p {
  display: block;
  clear: both;
}
aside .card h2 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}
aside .card img {
  max-width: 100%;
}
aside .card-avatar .cover {
  height: auto !important;
  background: transparent !important;
}

/* COMMENT */
.post-comments {
  padding: 0 20px 10px;
}
.post-comments form {
  margin: 0;
}
.post-comments .comment {
  padding: 20px;
}

.comment {
  background: transparent;
  display: block;
  padding: 0 0 20px;
}

.comment {
  padding: 20px;
}

.comment > a {
  display: block;
}

.comment .author {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.comment .avatar-letter-wrap .avatar {
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 2px;
}

aside .row .title {
  display: inline-block;
}

aside .row .title strong {
  font-weight: 700;
  opacity: .8;
}

aside > .title {
  margin: 0 !important;
  padding: 20px !important;
  border-top: 1px solid var(--theme-dark-background-1);
  width: 100%;
}

aside .buttons {
  margin: 20px 0 0 -20px;
  margin-top: 20px;
  display: flex;
}

aside .buttons > span, aside .buttons > a {
  display: block;
  margin: 10px 0 10px 20px;
  text-align: center;
  flex: 1;
}

aside .row {
  padding: 0;
}

aside .row + .title {
  border-top: 0;
}

aside .row .author {
  font-weight: 650;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px !important;
  margin-right: 2px;
}

aside .row .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

aside .row .title span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 100px);
}

aside .row.expanded p {
  font-size: 14px;
  line-height: 20px;
}

aside .row .summary {
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

aside .row .summary span {
  font-size: 11px;
  line-height: 15px;
  vertical-align: middle;
}

#show-post .comment p {
  font-size: 15px;
  line-height: 22px;
}

.comment.entry:not(.entry-sub) p {
  font-size: 1rem;
  line-height: 1.5rem;
}

aside .row:not(.entry-sub):not(.expanded) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

aside .row:not(.entry-sub) {
  display: block;
  padding: 10px 20px;
}

aside .row .content > .author {
  display: block;
  font-size: 11px;
  margin-bottom: 0;
}

aside > .row:last-child {
  border: none !important;
}

aside .row .avatar,
.counter {
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: 35px !important;
  height: 35px !important;
  background: var(--theme-dark-background-1);
  position: relative;
  border-radius: 2px;
}

aside .row.avatars {
  align-items: center;
  display: flex !important;
}

aside .row .avatar {
  width: 25px;
  height: 25px;
}

aside .row .avatar.avatar-letter-wrap {
  font-size: 16px;
  line-height: 22px;
}

.row .avatar img,
.row .avatar .avatar-letter,
.counter strong {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  letter-spacing: 1px;
}

aside .row.tags {
  padding: 0 20px 10px;
}

aside .row.tags a {
  background-color: transparent !important;
  margin: 0 10px 11px 0;
  text-transform: uppercase;
  padding: 0 0 2px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  background: none;
}

aside .row.tags::after {
  content: '';
  display: block;
  clear: both;
}

.entry-sub {
  margin-left: 25px;
  margin-top: 15px !important;
}
/*
.entry-sub::before {
  height: calc(100% + 20px);
  width: 3px;
  display: block;
  content: '';
  position: absolute;
  left: -18px;
}
*/
.comment-last::before {
  height: 100% !important;
}

.post-comments .entry a {
  font-size: .8rem;
  opacity: .8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.post-comments .entry {
  padding: 5px 0;
}

.post-comments textarea {
  font-size: .8rem;
  padding: 5px 10px;
  background-color: var(--color-2);
}

.form-comment {
  margin-top: 20px;
}

.form-comment textarea {
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 15px;
}

.form-comment:not(.form-row) textarea {
  margin-top: 20px;
}

.form-comment.form-row textarea + button {
  margin-bottom: 20px;
}

.form-comment button {
  padding: 15px 20px;
  border: 0;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* post:MISC */

.main {
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
}
/*
.main > div {
  padding: 20px 20px 0 20px;
}
*/
.main .article-image {
  line-height: 0;
  text-align: center;
  margin: 0 auto;
}

.main .article-image img {
  max-width: 100%;
}
#modal .main .article-image img {
  width: 100%;
}
.main .post {
  background-color: white;
  margin-top: 20px;
}
.main.post.coverless .post {
  margin: 0 0 20px;
}

#show-front main > .title {
  display: none;
}

main > .title {
  margin: 0 0 20px;
  padding: 0;
}
main article + .title {
  margin-top: 40px;
}
.tag-list a {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 0.8rem;
  opacity: 1;
  padding: 5px 0;
}
.tag-list a, .tag-list a:visited, .tag-list a:active, .tag-list a:link  {color:#3c495a}
.tag-list .icon {margin-left:10px}

#post-related > input {
  margin: 0 !important;
}
#post-related-tags {
  margin-bottom:20px;
}
#related-help {
  border-bottom: 1px solid #ccc;
  float: right;
  font-size: 0.7rem;
  text-transform: none;
}

/* FILTER */
#filter-select {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  min-width: 225px;
}
#filter-select:hover {
  border: 1px solid #bbb;
}
#filter-select i {
  position: absolute;
  right: 0;
  font-size: 1rem;
}
#filter-select > div {
  display: none;
}
#filter-select > div.selected {
  display: block;
}
#filter-select .selected, .filter-select-options > div {
  padding: 10px 15px;
}
.filter-select-options {
  position: absolute;
  z-index: 9;
  width: 100%;
  border: 1px solid #ccc;
  border-top: unset;
}
.filter-select-options > div {
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}

/* ENTRY DROPDOWNS */
#entry-input textarea {
  background:transparent;
  border:medium none;
  margin-bottom: 20px;
}

#entry-options {
  padding: 0;
}
#entry-options i {
  font-size: 18px;
  margin-top: 15px;
}

#entry-options > div {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

#entry-options > div > i {
  opacity: .75;
}

#entry-options > div:hover i {
  color: var(--color-link);
  cursor: pointer;
  opacity: 1;
}

#entry-options .icon {
  width: 18px;
  height: 18px;
}

.dropdown-mini {
  display: inline-block;
  float: left;
  margin-right: 1.25%;
  position: relative;
  width: 19%;
  z-index: 2147483647;
}
.dropdown-mini:nth-child(5n) {margin-right:0}
.dropdown-mini strong {
  border-radius: 2px;
  color: #333;
  display: block;
  font-weight: 300;
  opacity: 0.7;
  padding: 10px 15px;
  text-transform: uppercase;
}
.dropdown-mini strong:hover {opacity:1;cursor:pointer}
.dropdown-mini-item {
  background: white;
  box-shadow: 0 0 2px #ccc;
  display: none;
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: 9;
  border-radius: 1px;
}
.dropdown-mini.dropdown-simple .dropdown-mini-item {
  width:150px;right:0;top:15px
}
#nav-member .dropdown-mini-item {
  top:45px
}
.dropdown-mini:hover .dropdown-mini-item {
  display: block;
}
.dropdown-mini-item > span, .dropdown-mini-item > a {
  border-bottom: 1px solid #eee;
  color: #666 !important;
  cursor: pointer;
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1rem;
  padding: 10px;
  width: 100%;
}
.dropdown-mini-item > span:hover, .dropdown-mini-item > a:hover {
  background-color: lightyellow;
  color: #333;
}
.dropdown-mini-item span:last-child {border:none}
.dropdown-mini-item > span:hover em, .dropdown-mini-item > a:hover em {
  color: #8be9fd
}
.dropdown-mini.dropdown-simple {
  margin: 0;
  width: auto;
}
.dropdown-mini.dropdown-simple strong {
  border:none;
  padding: 0;
}
.dropdown-mini.dropdown-simple-item {
  border-top: 1px solid #eee;
  padding: 0;
  right: 0;
  top: 0;
  width: 150px;
}
.dropdown-mini.dropdown-simple-item > span, .dropdown-mini.dropdown-simple-item > a {
  line-height: 10px;
  padding: 10px !important;
}
.dropdown-mini > strong > a {width:100%;display:block}
.comment .dropdown-simple {
  float: initial;
}
.side-wrap .dropdown-mini {
  width: 100%;
  margin: 10px 0 20px;
}
.select-options {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 0;
}
.select-options > div {
  /* flex-grow: 1; */
  /* padding: 10px 15px; */
  font-weight: normal;
  font-size: .9rem;
  color: #999;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  margin-right: 20px;
}
.select-options > div.selected, .select-options > div:hover {
  /* background: var(--color-2); */
  cursor: pointer;
  color: #8be9fd;
}

/* MODAL */

body.modal-open {
  overflow-y: hidden
}
.modal {
  cursor: pointer
}

#modal {
  background: rgba(25, 25, 25, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
#modal.visible {visibility:visible}

/*
#modal-close {
  background: white none repeat scroll 0 0;
  color: black;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  padding: 10px 20px;
  position: relative;
  right: 0 !important;
  text-align: right;
  text-shadow: 0 0 10px white;
  z-index: 9999;
}
#modal-close:hover {
  text-shadow: 0 0 5px white
}
*/
#modal-buttons {
  bottom: 0;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

#modal-buttons > span {
  background-color: #6272a4;
  border-radius: 2px;
  text-align: center;
  flex: 1;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  border-right: 10px solid #282A36;
  padding: 5px 10px;
}
#modal-buttons > span:last-child {
  border-right: none;
}

/*
#modal-content {
  background: white;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999;
  max-width: 1000px;
  width: 95%;
  min-width: 400px;
  box-shadow: 0 0 10px #333;
  border-radius: 2px;
  padding: 0 20px;
}
#modal-content.add-post, 
#modal-content.show-points, 
#modal-content.show-chats,
#modal-content.show-notify, 
#modal-content.show-chat {
  max-height: 60vh;
  overflow: hidden;
  padding: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-rows: 65px auto;
  min-height: 370px;
}
*/
/*
#modal-content {
  background-color: var(--color-3);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999;
  max-width: 1000px;
  width: 95%;
  min-width: 400px;
  box-shadow: 0 0 10px #333;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
*/

#modal-content {
  margin: 0 auto;
  z-index: 999;
  max-width: 900px;
  width: 95%;
  min-width: 400px;
  padding: 20px;
  position: absolute;
  right: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
/*
#modal-content.add-post, 
#modal-content.show-points, 
#modal-content.show-chats,
#modal-content.show-notify, 
#modal-content.show-chat {
  max-height: 60vh;
  overflow: hidden;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 370px;
  position: fixed;
}
*/
@media (min-width: 768px) {
  #modal-content {
    width: 75%;
  }
}
#modal-content > main {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
#modal-content > .title.header {
  margin: 0;
  padding: 0;
}
#modal-content > .title .tool {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#modal-content > .title .tool i {
  font-size: 24px;
  opacity: 1;
}
#modal-content.add-post {
  min-height: unset;
}

#modal-content.add-post main {
  height: unset;
  padding: 0;
}
#modal textarea {
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 15px 20px;
}

#modal-content.show-chat, 
#modal-content.show-notify {
  height: 100%;
}

#modal-content.show-notify main, 
#modal-content.show-chat main {
  height: calc(60vh - 110px);
  overflow-y: auto;
  padding: 0;
}

#modal-content.show-notify main > .entry:first-child, 
#modal-content.show-chat main > .entry:first-child {
  padding-top: 0 !important;
}

#modal.show-notify .content {
  font-size: .8rem;
  line-height: 1rem;
}

#modal #article-media {
  margin-top: 0;
}

#modal aside {
  display: none;
}
#modal-content.show-notify aside, #modal-content.show-chat aside {
  display: block;
}

#modal .show-notify article {
  padding: 20px;
  margin: 15px 0;
  border-radius: 5px;
}

#modal article .avatar-wrap strong {
  font-weight: 500;
  font-size: 14px;
}

#modal .show-notify .post-image {
  display: inline-block;
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 2px;
  line-height: 0;
  max-height: 100px;
  overflow: hidden;
}
#modal .show-notify .post-image img {
  border-radius: 5px;
  height: auto;
  width: 150px;
}

#modal .title h3 {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  margin-top: 0;
}

#confirm {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.9);
  z-index: 9999;
}

#confirm-wrap {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 100px auto;
  background: #444;
  border-radius: 2px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#confirm-wrap p {
  color: white;
  padding: 3rem;
  font-size: 1.5rem;
}

#confirm-yes, #confirm-no {
  background: #333;
  cursor: pointer;
  display: block;
  float: left;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 1rem;
}

#confirm-yes:hover, 
#confirm-no:hover {
  opacity: .75
}

#confirm-yes {
  color: var(--color-action-text);
  font-size: 1rem;
}

#confirm-no {
  color: var(--color-nay);
}

#confirm-close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  font-size: 1rem;
}

#confirm u {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 0;
  text-decoration: none
}

/* TOASTIFY */

.toastify {
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 20px;
}

.toastify-left {
  left: 20px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}

/* UTILITY */
.border-none, .border-none a {border:none !important}
.text-center, .center {text-align:center}
.clear {clear:both}
.do {cursor:pointer}
.padding-top {
  padding-top: 15px !important
}
.margin-left {
  margin-left: 15px !important;
}
.mt20 {
  margin-top: 20px !important
}
.mt40 {
  margin-top: 40px !important
}
.show {
  display: block !important
}

.display {
  opacity: 1 !important;
}

.hide {
  display: none
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.debug {
  background: #ffffc1 none repeat scroll 0 0;
  color: #444;
  font-size: .7rem;
  font-family: 'Courier new';
  padding: 5px 10px;
  position: relative;
  z-index: 2;
}
.filter-grayscale {
  filter: grayscale(70%);
  opacity: .75;
}
.filter-grayscale:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.opacity-light {opacity:.5}

/* PAGES */
.pages {
  background: #f5f5f5;
  margin: 10px 0 0;
  padding: 15px 20px;
  cursor: pointer
}
.pages > strong, .pages a, .pages b, .pages span {
  display: inline-block;
  font-size: .9rem;
  margin-right: 10px;
  min-width: 30px;
  text-align: center
}
.pages .float-right {
  display: inline-block;
  margin: 0 0 0 20px}

/* NOTICE */
.notice-help {
  background: #F9EDD1;
  color: #A4770A;
  text-align: center;
  font-size: .75rem;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  line-height: 1.25rem;
}

/* MESSAGE */

body#show-chat {
  overflow-y: hidden;
}

#show-chat_user main {
  display: flex;
  max-height: calc(100vh - 120px);
  overflow-x: auto;
  overflow-y: auto;
}

#show-chat_user aside, 
#show-chat_user main > div {
  overflow-y: auto;
  display: block;
}

#list-message #main-column, #list-chat #main-column {
  background: white;
  float:right;
  position:relative;
  width:80%;
}

.send-message {
  cursor:pointer;
  display:flex !important;
}

#messages {
  overflow-y: auto;
}

#messages > div:last-child:not(.send-message) {
  margin-bottom: 15px !important;
  padding:0;
}

#messages p {
  border-radius: 2px;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
#messages .date-title {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  opacity: .5;
  width: 50%;
  margin: 40px auto;
}
#messages .date-title:first-child {
  /*margin-top: 0;*/
}
#messages .date-title strong {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  padding: 0 20px;
  font-size: 1em;
}
#messages #form-message {
  margin: 0;
  border-radius: 2px;
}

#messages .post {
  background-color: transparent;
  display: block;
  margin-bottom: 15px;
  padding: 0;
}

#messages .post .content {
  padding: 10px 15px;
  border-radius: 2px;
  display: inline-block;
  max-width: 75%;
}

#messages .post.you .content {
  float: right !important;
}

#messages .post.you .content p {
  font-size: .9rem;
}

.title-page::after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
  bottom: -16px;
  content: " ";
  left: 0;
  padding: 10px 0 5px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

/* MEDALS */
.quarters .title {
  padding: 0;
}
.quarter {
  background: #f7f7f7;
  margin: 10px 2% 10px 0;
  display: inline-block;
  width: 18%;
  text-align: center;
}
.quarter-wrap > .quarter:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}
.quarter.got > .icon {
  background: #eafcff;
}
.quarter.got .icon i {
  opacity: 1;
}
.quarter.got .level {
  background: #eafcff;
  opacity: 1;
}
.quarters .p {
  width: 100%;
}
.quarter .icon {
  display: block;
  text-align: center;
  background: #f7f7f7;
  padding: 20px;
}
.quarter .icon i {
  width: 25px;
  height: 25px;
  opacity: .35;
}
.quarter .level {
  background: #f0f0f0;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto 10px;
  opacity: .35;
  position: relative;
}
.quarter .level strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.quarter a {
  display: block;
  line-height: 1.5rem;
  font-size: .7rem !important;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: .9rem;
}
.quarter a, .quarter a:active,.quarter a:visited, .quarter a:link {
  color: #333 !important;
}
.quarter-wrap .quarter:nth-child(5n) {
  margin-right: 0;
}

/* INCIDENTAL */
#new-post-floater {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  bottom: 10px;
  margin-left: 21%;
  padding: 20px;
  position: fixed;
  width: 53%;
  z-index: 9;
}
#entry {
  background:transparent;
}
#entry-wrap {
  position:relative;
  width:100%;
}
#entry .button {font-size:.7rem;padding:5px 10px;float:left;display:inline-block;margin:0 10px 10px 0;text-transform:capitalize}
#entry .button:hover, #entry .button.clicked {
  background:#5492FF;color:white
}

.entry-wrap-input {
  border-radius: 2px;
  padding: 20px;
  max-height: calc(100vh - 165px);
}

#entry textarea {
  margin: 0;
  padding: 0;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

.post-input-extra {
  display: inline-block;
  position: relative;
}

.post-input-extra strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 50px;
  display: inline-block;
  color: #666;
  font-size: .8rem;
}


input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  display: inline-block;
  background-color: white;
  border: 2px dashed transparent;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 2px;
  padding: 10px 15px;
  font-size: .8rem;
  position: relative;
  transition: background-color 200ms linear;
  z-index: 9;
}

.post-input-extra span:not(.radio) {
  cursor: pointer;
  margin-right: 15px;
  border-radius: 2px;
  font-size: .8rem;
  position: relative;
  z-index: 9;
}

.post-input-extra[data-post-input-area="community"] .icon {
  background: transparent;
  margin-left: 20px;
  opacity: .5;
  width: 24px;
  margin-right: 20px;
  text-align: center;
}

.post-input-extra[data-post-input-area="community"] .icon svg {
  width: 18px;
  height: 18px;
}

.post-input-extra[data-post-input-area="community"] {
  display: block;
}

#date-picker > div {
  display: flex;
}
#date-picker .title {
  margin: 10px 0 -5px;
  text-transform: uppercase;
  font-size: .65rem;
  letter-spacing: .05rem;
  opacity: .75;
}
.title .dropdown-mini strong {
  font-size: 1rem;
}

.form-row-title .icon i {
  cursor:pointer;
  height:12px;
  margin-left: 5px;
  opacity:.5;
  width:12px;
}
.form-row-team .button-select, .form-row-team .button-selected {
  font-size: .65rem;
  text-transform: uppercase;
  width: initial;
}
#show-formatting #main-column .p {
  padding: 20px 0;
}

.big-list {
  padding: 0;
}
.big-list > div {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.big-list-title {
  font-size: .8rem;
  font-weight: bold;
  vertical-align:middle;
}
.big-list-description {
  margin-left: 5px;
  vertical-align:middle;
}
#tag_results > span {
  border:1px solid #ccc;
  border-top:1px dotted #f5f5f5;
  border-radius: 0 0 3px 3px;
  bottom: -6px;
  cursor: pointer;
  font-size: 0.8rem;
  left: 0;
  padding: 10px;
  position: absolute;
  background: #f5f5f5;
}
#tags-toggle {
  background:#666;
  border-radius:3px;
  color:#ccc;
  cursor:pointer;
  font-size:0.6rem;
  padding:5px 10px;
  position:absolute;
  right:0;
  text-align:center;
  text-transform:uppercase;
  top:-43px;
}

#form-post #form-submit {
  float: none;
}

.form-submit-wrap {
  margin: 10px -20px -20px -20px;
  background: #f5f5f5;
  padding: 20px;
}

#button-image-input {
  position: relative;
}

form .icon svg {
  width: 24px;
  height: 24px;
}

form .icon {
  padding: 0;
}

.post-input-extra {
  margin-top: 20px;
}

.post-input-extra .icon {
  width: 24px;
  height: 24px;
  margin: 0 15px 0 0;
  opacity: .5;
}

.post-input-extra.float-right .icon {
  margin: 10px 0 0 15px;
}

.post-input-extra .icon:hover {
  opacity: 1;
}

#image-preview {
  border-radius: 5px;
  max-width: 100%;
}

.add-post #button-image-click .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#button-image-input input {
  cursor: pointer;
  height: 18px;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  z-index: 99999;
  left: 0;
}

#button-load-more {
  margin: 50px auto;
  text-align: center;
}

#image-list {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:9999;
}
.uploaded-image {
  background: #f5f5f5 none repeat scroll 0 0;
  height: 250px;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
}
.uploaded-image img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.function-remove-image {
  background:#444;
  border-radius:3px;
  color:white;
  cursor:pointer;
  font-size:0.7rem;
  opacity:0.5;
  padding:5px 10px;
  position:absolute;
  right:20px;
  text-shadow:none;
  text-transform:uppercase;
  top:-10px;
}

/* MISC PAGES */

.content-text-wrap {
  margin: 0 auto;
}
.content-text {
  line-height: 1.5rem;
  padding: 30px;
}
.content-text h2 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.content-text p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 10px;
}

.content-options {
  display: block;
  margin: 20px 0;
  text-align: center;
}

#show-contact textarea {
  padding: 0;
}

.title.cover h1 {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: none;
}
.title.cover h3 {
  color: #333;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.5rem;
}
.title.cover {
  padding: 40px 0;
  text-align: center;
}
/* ABOUT */
#site-about {
  color: white;
  text-align: center;
  border-radius: 2px;
  background: var(--color-link) !important;
  padding: 40px 0;
  font-family: var(--font-1);
  font-size: 1.5em;
  font-weight: 300;
  max-width: 1200px;
  margin: 100px auto 0;
  position: relative;
}
#site-about p {
  opacity: .5;
}
#site-about a, #site-about a:active, #site-about a:visited, #site-about a:link {
  color: white;
  font-weight: bold;
  opacity: 1;
}
#site-about h3 {
  font-family: var(--font-1);
  font-weight: 300 !important;
}
#site-about a {
  font-style: italic;
  font-weight: 300 !important;
}

article .post-title {
  font-size: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show-chats #main-column .title {
  margin: -30px -30px 15px -30px !important;
  background: #f7f7f7;
  padding: 20px 30px 5px 30px !important;
}

.wrap > .side-wrap:first-child {
  margin-top: 0;
}
.side-wrap > .title:first-child {
  margin-top: 0;
  padding-top: 0;
}

video {
  width:100% !important;
  height:auto !important
}

#login-authentication > a {
  background: lightskyblue none repeat scroll 0 0;
  border: 1px solid lightskyblue;
  display: block;
  font-size: 0.9rem;
  margin-top: 10px;
  padding: 10px 15px;
  /* width: 48%; */
}
.post-external-image, .post-external-image > img {
  display:block;
  margin: 10px auto;
  max-width: 100%;
}
.dragover {
  opacity:.5;
}

/* SPRITES */
span.sprite {display:inline-block}
.emo {display:inline-block;background:url('/images/emoji.png') no-repeat;width:20px;height:20px;vertical-align:middle;margin-left:3px}
.emo-smile {background-position:0 0}
.emo-grin {background-position:0 -20px}
.emo-tongue {background-position:0 -40px}
.emo-wink {background-position:0 -60px}
.emo-unsure {background-position:0 -80px}
.emo-flat {background-position:0 -100px}
.emo-nervous {background-position:0 -120px}
.emo-cry {background-position:0 -140px}
.emo-love {background-position:0 -160px}
.emo-mad {background-position:0 -180px}
.emo-stun {background-position:0 -200px}
.emo-sad {background-position:0 -220px}

/* ICONS */
.icon {
  position: relative;
}
.icon.white {
  filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -webkit-filter: invert(100%);
}
.icon {
  display: inline-block;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

span[count="0"] em, 
em[count="0"] {opacity:0}

.counts .count {
  color: #666;
  font-size: .75rem;
  line-height: 0.7rem;
  vertical-align: middle;
  margin-left: 5px;
}
.icon, .icon a, .icon a:active, .icon a:visited, .icon a:link {
  color: black;
}
.icon .icon[count="0"] {
  margin-left: 0;
  display: none
}
aside a .icon {
  vertical-align: middle;
}
aside a .icon {
  width: 20px;
  height: 20px;
  vertical-align: initial;
}

/*
.icon-menu {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItbWVudSI+PGxpbmUgeDE9IjMiIHkxPSIxMiIgeDI9IjIxIiB5Mj0iMTIiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjYiIHgyPSIyMSIgeTI9IjYiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjE4IiB4Mj0iMjEiIHkyPSIxOCI+PC9saW5lPjwvc3ZnPg==')}
.icon-add {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItcGx1cy1zcXVhcmUiPjxyZWN0IHg9IjMiIHk9IjMiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjIiIHJ5PSIyIj48L3JlY3Q+PGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyIiB5Mj0iMTYiPjwvbGluZT48bGluZSB4MT0iOCIgeTE9IjEyIiB4Mj0iMTYiIHkyPSIxMiI+PC9saW5lPjwvc3ZnPg==')}
.icon-message {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItc2VuZCI+PGxpbmUgeDE9IjIyIiB5MT0iMiIgeDI9IjExIiB5Mj0iMTMiPjwvbGluZT48cG9seWdvbiBwb2ludHM9IjIyIDIgMTUgMjIgMTEgMTMgMiA5IDIyIDIiPjwvcG9seWdvbj48L3N2Zz4=')}
.icon-notify {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYmVsbCI+PHBhdGggZD0iTTIyIDE3SDJhMyAzIDAgMCAwIDMtM1Y5YTcgNyAwIDAgMSAxNCAwdjVhMyAzIDAgMCAwIDMgM3ptLTguMjcgNGEyIDIgMCAwIDEtMy40NiAwIj48L3BhdGg+PC9zdmc+')}
.icon-view {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZXllIj48cGF0aCBkPSJNMSAxMnM0LTggMTEtOCAxMSA4IDExIDgtNCA4LTExIDgtMTEtOC0xMS04eiI+PC9wYXRoPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjMiPjwvY2lyY2xlPjwvc3ZnPg==')}
.icon-like {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItaGVhcnQiPjxwYXRoIGQ9Ik0yMC44NCA0LjYxYTUuNSA1LjUgMCAwIDAtNy43OCAwTDEyIDUuNjdsLTEuMDYtMS4wNmE1LjUgNS41IDAgMCAwLTcuNzggNy43OGwxLjA2IDEuMDZMMTIgMjEuMjNsNy43OC03Ljc4IDEuMDYtMS4wNmE1LjUgNS41IDAgMCAwIDAtNy43OHoiPjwvcGF0aD48L3N2Zz4=')}
.icon-comment {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItbWVzc2FnZS1zcXVhcmUiPjxwYXRoIGQ9Ik0yMSAxNWEyIDIgMCAwIDEtMiAySDdsLTQgNFY1YTIgMiAwIDAgMSAyLTJoMTRhMiAyIDAgMCAxIDIgMnoiPjwvcGF0aD48L3N2Zz4=')}
.icon-reply {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY29ybmVyLXVwLWxlZnQiPjxwb2x5bGluZSBwb2ludHM9IjkgMTQgNCA5IDkgNCI+PC9wb2x5bGluZT48cGF0aCBkPSJNMjAgMjB2LTdhNCA0IDAgMCAwLTQtNEg0Ij48L3BhdGg+PC9zdmc+')}
.icon-edit {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZWRpdCI+PHBhdGggZD0iTTIwIDE0LjY2VjIwYTIgMiAwIDAgMS0yIDJINGEyIDIgMCAwIDEtMi0yVjZhMiAyIDAgMCAxIDItMmg1LjM0Ij48L3BhdGg+PHBvbHlnb24gcG9pbnRzPSIxOCAyIDIyIDYgMTIgMTYgOCAxNiA4IDEyIDE4IDIiPjwvcG9seWdvbj48L3N2Zz4=')}
.icon-link {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItbGluay0yIj48cGF0aCBkPSJNMTUgN2gzYTUgNSAwIDAgMSA1IDUgNSA1IDAgMCAxLTUgNWgtM20tNiAwSDZhNSA1IDAgMCAxLTUtNSA1IDUgMCAwIDEgNS01aDMiPjwvcGF0aD48bGluZSB4MT0iOCIgeTE9IjEyIiB4Mj0iMTYiIHkyPSIxMiI+PC9saW5lPjwvc3ZnPg==')}
.icon-flag {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZmxhZyI+PHBhdGggZD0iTTQgMTVzMS0xIDQtMSA1IDIgOCAyIDQtMSA0LTFWM3MtMSAxLTQgMS01LTItOC0yLTQgMS00IDF6Ij48L3BhdGg+PGxpbmUgeDE9IjQiIHkxPSIyMiIgeDI9IjQiIHkyPSIxNSI+PC9saW5lPjwvc3ZnPg==')}
.icon-smile {background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItc21pbGUiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIj48L2NpcmNsZT48cGF0aCBkPSJNOCAxNHMxLjUgMiA0IDIgNC0yIDQtMiI+PC9wYXRoPjxsaW5lIHgxPSI5IiB5MT0iOSIgeDI9IjkuMDEiIHkyPSI5Ij48L2xpbmU+PGxpbmUgeDE9IjE1IiB5MT0iOSIgeDI9IjE1LjAxIiB5Mj0iOSI+PC9saW5lPjwvc3ZnPg==')}
.icon-date {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2xvY2siPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIj48L2NpcmNsZT48cG9seWxpbmUgcG9pbnRzPSIxMiA2IDEyIDEyIDE1IDE1Ij48L3BvbHlsaW5lPjwvc3ZnPg==')}
.icon-delete {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItdHJhc2gtMiI+PHBvbHlsaW5lIHBvaW50cz0iMyA2IDUgNiAyMSA2Ij48L3BvbHlsaW5lPjxwYXRoIGQ9Ik0xOSA2djE0YTIgMiAwIDAgMS0yIDJIN2EyIDIgMCAwIDEtMi0yVjZtMyAwVjRhMiAyIDAgMCAxIDItMmg0YTIgMiAwIDAgMSAyIDJ2MiI+PC9wYXRoPjxsaW5lIHgxPSIxMCIgeTE9IjExIiB4Mj0iMTAiIHkyPSIxNyI+PC9saW5lPjxsaW5lIHgxPSIxNCIgeTE9IjExIiB4Mj0iMTQiIHkyPSIxNyI+PC9saW5lPjwvc3ZnPg==');}
.icon-dropdown {background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlRyaWFuZ2xlX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik01LDZoMTBsLTUsOUw1LDZ6Ii8+DQo8L3N2Zz4NCg==')}
.icon-pin {background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlBpbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTQuNzc0LDE1LjI4N2wtMi4xMDUsMy4yNUwyLjg5MywxOS42bDEuMDYtMC4yMjdsMi4xMDQtMy4yNDhjLTAuMjI0LTAuMTItMC40NDYtMC4yNDgtMC42NjEtMC4zOQ0KCUM1LjE3OCwxNS41OTQsNC45NywxNS40NDMsNC43NzQsMTUuMjg3eiBNMTMuNjg2LDE0LjE1MmMwLjAxNC0wLjAyOSwwLjAyMy0wLjA2MSwwLjAzNi0wLjA5MmMwLjA1My0wLjExNywwLjEtMC4yMzQsMC4xMzgtMC4zNTcNCgljMC4wMDYtMC4wMjIsMC4wMDktMC4wNDQsMC4wMTYtMC4wNjRjMC4wMzktMC4xMzYsMC4wNzItMC4yNywwLjA5OC0wLjQwOGMwLTAuMDA3LDAtMC4wMTIsMC0wLjAyMQ0KCWMwLjE5NS0xLjE2OS0wLjE0NS0yLjQ3My0wLjkyMy0zLjY1MWwxLjExLTEuNzE0YzEuMjc5LDAuMTYzLDIuMzg1LTAuMTU5LDIuOTE3LTAuOTgyYzAuOTIzLTEuNDIzLTAuMi0zLjc5Mi0yLjUwNS01LjI5Mw0KCWMtMi4zMDctMS41MDItNC45MjMtMS41NjUtNS44NDQtMC4xNDRDOC4xOTUsMi4yNSw4LjM1MSwzLjM5Myw5LjAyMiw0LjQ5OUw3LjkxLDYuMjEzYy0xLjM4OS0wLjIzMy0yLjcxNi0wLjAxNi0zLjcwMywwLjY0DQoJQzQuMjAxLDYuODU1LDQuMTk0LDYuODU3LDQuMTksNi44NjFDNC4wNzUsNi45MzksMy45NjMsNy4wMjUsMy44NTgsNy4xMTVDMy44NDEsNy4xMjksMy44MjEsNy4xNDIsMy44MDcsNy4xNTYNCglDMy43MDksNy4yNCwzLjYyMSw3LjMzNCwzLjUzNiw3LjQyOGMtMC4wMiwwLjAyNC0wLjA0OCwwLjA0NS0wLjA2NywwLjA3QzMuMzYzLDcuNjE5LDMuMjY1LDcuNzQ3LDMuMTc5LDcuODgzDQoJYy0xLjM4NCwyLjEzMy0wLjIwMyw1LjM2MSwyLjYzMyw3LjIwOWMyLjgzOCwxLjg0OCw2LjI2LDEuNjE0LDcuNjQxLTAuNTE5QzEzLjU0LDE0LjQzOCwxMy42MiwxNC4yOTcsMTMuNjg2LDE0LjE1MnogTTEyLjg3MSw0LjE5NA0KCWMtMC44ODctMC41NzctMS4zMi0xLjQ4Ny0wLjk2NS0yLjAzNmMwLjM1NC0wLjU0NywxLjM2MS0wLjUyMiwyLjI0NiwwLjA1NWMwLjg4OSwwLjU3NywxLjMxOCwxLjQ4OSwwLjk2NSwyLjAzNg0KCUMxNC43NjQsNC43OTYsMTMuNzU5LDQuNzcxLDEyLjg3MSw0LjE5NHoiLz4NCjwvc3ZnPg0K')}
.icon-image {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItaW1hZ2UiPjxyZWN0IHg9IjMiIHk9IjMiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjIiIHJ5PSIyIj48L3JlY3Q+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSIxLjUiPjwvY2lyY2xlPjxwb2x5bGluZSBwb2ludHM9IjIxIDE1IDE2IDEwIDUgMjEiPjwvcG9seWxpbmU+PC9zdmc+');}
.icon-hashtag {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItaGFzaCI+PGxpbmUgeDE9IjQiIHkxPSI5IiB4Mj0iMjAiIHkyPSI5Ij48L2xpbmU+PGxpbmUgeDE9IjQiIHkxPSIxNSIgeDI9IjIwIiB5Mj0iMTUiPjwvbGluZT48bGluZSB4MT0iMTAiIHkxPSIzIiB4Mj0iOCIgeTI9IjIxIj48L2xpbmU+PGxpbmUgeDE9IjE2IiB5MT0iMyIgeDI9IjE0IiB5Mj0iMjEiPjwvbGluZT48L3N2Zz4=');}
.icon-team {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItdXNlcnMiPjxwYXRoIGQ9Ik0xNyAyMXYtMmE0IDQgMCAwIDAtNC00SDVhNCA0IDAgMCAwLTQgNHYyIj48L3BhdGg+PGNpcmNsZSBjeD0iOSIgY3k9IjciIHI9IjQiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0yMyAyMXYtMmE0IDQgMCAwIDAtMy0zLjg3Ij48L3BhdGg+PHBhdGggZD0iTTE2IDMuMTNhNCA0IDAgMCAxIDAgNy43NSI+PC9wYXRoPjwvc3ZnPg==');}
.icon-login {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItbG9nLWluIj48cGF0aCBkPSJNMTQgMjJoNWEyIDIgMCAwIDAgMi0yVjRhMiAyIDAgMCAwLTItMmgtNSI+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9IjExIDE2IDE1IDEyIDExIDgiPjwvcG9seWxpbmU+PGxpbmUgeDE9IjE1IiB5MT0iMTIiIHgyPSIzIiB5Mj0iMTIiPjwvbGluZT48L3N2Zz4=')}
.icon-home {background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItaG9tZSI+PHBhdGggZD0iTTMgOWw5LTcgOSA3djExYTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yeiI+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9IjkgMjIgOSAxMiAxNSAxMiAxNSAyMiI+PC9wb2x5bGluZT48L3N2Zz4=')}
*/

.blank {
  background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  border-radius: 5px 5px 0 0;
  opacity: .9;
}

.blank-1 {
  background: linear-gradient(120deg, #ffff80 0%, #ff80bf 100%);
}

.blank-2 {
  background: linear-gradient(120deg, #9580ff 0%, #80ffea 100%);
}

.blank-3 {
  background: linear-gradient(120deg, #ff80bf 0%, #9580ff 100%);
}

/* Jcrop */

.jcrop-active {direction:ltr;text-align:left;-ms-touch-action:none}
.jcrop-border {background-color:#ffffff;line-height:1px !important;font-size:0 !important;overflow:hidden;position:absolute;filter:alpha(opacity=50) !important;opacity:0.5 !important;background-image:url('data:image/gif;base64,R0lGODlhCAAIAPABAAAAAKqqqiH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgABACwAAAAACAAIAEACDYQRqXm3xlyQ8cF4myoAIfkECQoAAQAsAAAAAAgACAAAAg8MDqGYaudeW9ChyOyltQAAIfkECQoAAQAsAAAAAAgACAAAAg9MgGCXm+rQYtC0WGl9oQAAIfkECQoAAQAsAAAAAAgACAAAAg+MgWCRernaYmjCWLF7qAAAIfkECQoAAQAsAAAAAAgACAAAAg2MAwmna81UTAfRWeUsACH5BAkKAAEALAAAAAAIAAgAAAIPRB6gmGrnXlvQocjspbUAACH5BAkKAAEALAAAAAAIAAgAAAIPBIJhl5vq0GLQtFhpfaAAACH5BAUKAAEALAAAAAAIAAgAAAIPhINhkHq52mJowlixe6gAADs=')}
.jcrop-border.ord-w, .jcrop-border.ord-e, .jcrop-border.ord-n {top:0px}
.jcrop-border.ord-n, .jcrop-border.ord-s {left:0px !important;width:100%;height:1px !important}
.jcrop-border.ord-w, .jcrop-border.ord-e {height:100%;width:1px !important}
.jcrop-border.ord-e {right:0}
.jcrop-border.ord-s {bottom:0}
.jcrop-selection {position:absolute}
.jcrop-box {display:block;background:none;border:none;padding:0;font-size:0;z-index:15}
.jcrop-box:focus {outline:1px rgba(128, 128, 128, 0.65) dotted}
.jcrop-active, .jcrop-box {position:relative}
.jcrop-box {z-index:2;width:100%;height:100%;cursor:move}
.jcrop-handle {z-index:10;background-color:rgba(49, 28, 28, 0.58);border:1px #eeeeee solid;width:8px;height:8px;font-size:0;position:absolute;filter:alpha(opacity=80) !important;opacity:0.8 !important}
.jcrop-handle.ord-n {left:50%;margin-left:-5px;margin-top:-5px;top:0;cursor:n-resize}
.jcrop-handle.ord-s {bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}
.jcrop-handle.ord-e {margin-right:-5px;margin-top:-5px;right:0;top:50%;cursor:e-resize}
.jcrop-handle.ord-w {left:0;margin-left:-5px;margin-top:-5px;top:50%;cursor:w-resize}
.jcrop-handle.ord-nw {left:0;margin-left:-5px;margin-top:-5px;top:0;cursor:nw-resize}
.jcrop-handle.ord-ne {margin-right:-5px;margin-top:-5px;right:0;top:0;cursor:ne-resize}
.jcrop-handle.ord-se {bottom:0;margin-bottom:-5px;margin-right:-5px;right:0;cursor:se-resize}
.jcrop-handle.ord-sw {bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}
.jcrop-touch .jcrop-handle {z-index:10;background-color:rgba(49, 28, 28, 0.58);border:1px #eeeeee solid;width:16px;height:16px;font-size:0;position:absolute;filter:alpha(opacity=80) !important;opacity:0.8 !important}
.jcrop-touch .jcrop-handle.ord-n {left:50%;margin-left:-9px;margin-top:-9px;top:0;cursor:n-resize}
.jcrop-touch .jcrop-handle.ord-s {bottom:0;left:50%;margin-bottom:-9px;margin-left:-9px;cursor:s-resize}
.jcrop-touch .jcrop-handle.ord-e {margin-right:-9px;margin-top:-9px;right:0;top:50%;cursor:e-resize}
.jcrop-touch .jcrop-handle.ord-w {left:0;margin-left:-9px;margin-top:-9px;top:50%;cursor:w-resize}
.jcrop-touch .jcrop-handle.ord-nw {left:0;margin-left:-9px;margin-top:-9px;top:0;cursor:nw-resize}
.jcrop-touch .jcrop-handle.ord-ne {margin-right:-9px;margin-top:-9px;right:0;top:0;cursor:ne-resize}
.jcrop-touch .jcrop-handle.ord-se {bottom:0;margin-bottom:-9px;margin-right:-9px;right:0;cursor:se-resize}
.jcrop-touch .jcrop-handle.ord-sw {bottom:0;left:0;margin-bottom:-9px;margin-left:-9px;cursor:sw-resize}
.jcrop-dragbar {font-size:0;z-index:8;position:absolute}
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {height:8px !important;width:100%}
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {top:0px;height:100%;width:8px !important}
.jcrop-dragbar.ord-n {margin-top:-5px;cursor:n-resize;top:0px}
.jcrop-dragbar.ord-s {bottom:0;margin-bottom:-5px;cursor:s-resize}
.jcrop-dragbar.ord-e {margin-right:-5px;right:0;cursor:e-resize}
.jcrop-dragbar.ord-w {margin-left:-5px;cursor:w-resize}
.jcrop-shades {position:relative;top:0;left:0;z-index:10}
.jcrop-shades div {cursor:crosshair}
.jcrop-noresize .jcrop-dragbar, .jcrop-noresize .jcrop-handle {display:none}
.jcrop-selection.jcrop-nodrag .jcrop-box, .jcrop-nodrag .jcrop-shades div {cursor:default}
.jcrop-light .jcrop-border {background:#ffffff;filter:alpha(opacity=70) !important;opacity:.70!important}
.jcrop-light .jcrop-handle {-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000000;border-color:#ffffff;border-radius:3px}
.jcrop-dark .jcrop-border {background:#000000;filter:alpha(opacity=70) !important;opacity:0.7 !important}
.jcrop-dark .jcrop-handle {-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#ffffff;border-color:#000000;border-radius:3px}
.solid-line .jcrop-border {background:#ffffff}
.jcrop-thumb {position:absolute;overflow:hidden;z-index:35}
.jcrop-active img, .jcrop-thumb img, .jcrop-thumb canvas {
  min-width: initial;
  min-height: initial;
  max-width: initial;
  max-height: initial;
}
.jcrop-hl-active .jcrop-border {filter:alpha(opacity=20) !important;opacity:.20!important}
.jcrop-hl-active .jcrop-handle {filter:alpha(opacity=10) !important;opacity:.10!important}
.jcrop-hl-active .jcrop-selection:hover .jcrop-border {background-color:#ccc;filter:alpha(opacity=50) !important;opacity:.50!important}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {background:#808080 url('Jcrop.gif');opacity:.35!important;filter:alpha(opacity=35) !important}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {filter:alpha(opacity=30) !important;opacity:.30!important}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {background:url('Jcrop.gif');opacity:.65!important;filter:alpha(opacity=65) !important}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {filter:alpha(opacity=60) !important;opacity:.60!important}

/* TOOLTIP - BALLOON.CSS https://github.com/kazzkiq/balloon.css */

[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]::after {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  font-style: normal !important;
  text-shadow: none !important;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 2px;
  color: #fff;
  content: attr(data-tooltip);
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 99999999999999;
  line-height: 1rem;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .7rem;
}
[data-tooltip]:hover:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

.mobile-only {
  display: inline-block;
}

/* RESPONSIVE */

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  aside {
    display: inline-block;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
footer:before, main div:nth-last-child(1):after, .media-thumbs:after, .text h1:before, .text h2:before, .text h3:before, #confirm-wrap:last-child::after, .title:after, article .data:after, #modal:after, #side:after, .wrap::after, article:after, .post-product:after, main:after, form::after, form div:last-child:after, .comment-details:after, .post-details::after, article > span:last-child::after, #posts-media::after, .form-row::after, .community-tag::after, #messages > div::after, .post-hosted-image::after, .side-wrap.member-page .side-media > div:last-child::after, #posts-media:after, .content-text-wrap:after, main::after {
  content: "";
  clear: both;
  display: block
}

.button:active, .button:hover, .opacity-light:hover, .o1, .uploaded-image:hover .function-remove-image, .sprite:hover, .topic-options div:hover, .topic-options a:hover, .topic-options span:hover, .topic-options > input:hover, input[type=submit]:hover, input.secondary:hover, .button.secondary:hover  {
  opacity: .9 !important
}

/* ICONS */
.title i {
  vertical-align: baseline;
}

/* AVATAR */

.avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.avatar.avatar-letter-wrap {
  line-height: 40px;
  font-size: 1.5rem;
  text-align: center;
}

.avatar-wrap::after {
  content: '';
  clear: both;
  display: block;
}

.avatar .avatar-letter,
.avatar img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.avatar .avatar-letter {
  position: absolute;
  top: 50%;
  border-radius: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

aside article .avatar {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

#cover .avatar-wrap {
  width: 100px;
  height: 100px;
  margin: 20px auto 10px;
}

#cover .avatar-wrap .avatar {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

#cover .avatar-letter {
  font-size: 3rem;
  font-weight: 800;
  width: 100%;
  height: 150px;
  line-height: 100px;
}

@media(min-width: 768px) {
  #cover .avatar-wrap {
    width: 125px;
    height: 125px;
  }

  #cover .avatar-letter {
    font-size: 4rem;
    line-height: 120px;
  }
}

@media(min-width: 1024px) {
  #cover .avatar-wrap {
    width: 150px;
    height: 150px;
  }

  #cover .avatar-letter {
    font-size: 5rem;
    line-height: 145px;
  }
}

aside #cover .avatar-wrap {
  height: auto;
  width: 100%;
}

.avatar {
  margin-right: 10px;
}

.post-comments .avatar-wrap {
  margin-right: 10px;
}

#title-page .avatar {
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}

header .avatar {
  float: right;
  height: 60px;
  margin: 0 0 0 30px;
  width: 24px;
  position: relative;
}

article.comment .avatar,
article.main .avatar-letter,
aside .title .avatar,
aside .title .avatar-letter,
header .avatar .avatar-letter,
header .avatar img,
.posts article .avatar,
.post-comments .avatar, 
.show-notify .avatar {
  display: inline-block;
  float: none;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

header .avatar .avatar-letter {
  height: 24px !important;
  width: 24px !important;
}

article.main .entry .avatar-letter {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.post-author-bio {
  margin-top: 20px;
}

.post-author-bio > div {
  border-bottom: 1px solid var(--theme-dark-background-1);
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.post-author-bio > div:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-author-bio strong {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-right: 10px;
}

.post-author-bio strong + p {
  display: inline-block;
  margin-bottom: 0;
}

.post-author-bio div p a {
  margin-right: 10px;
}

article.comment .avatar-letter,
.posts article .avatar-letter,
header .avatar .avatar-letter {
  left: 50%;
  transform: translate(-50%, -50%);
}

header .avatar img {
  display: block;
  margin: 0 !important;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.show-notify .avatar-wrap {
  line-height: 30px;
}

#edit-avatar-show img {width:auto;max-width:100%}
#edit-avatar-show .avatar {width:100%;height:auto}

/* LETTERS */

.avatar-letter:before {
  font-weight: 700;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.avatar-letter-a:before {content: 'A';}
.avatar-letter-b:before {content: 'B';}
.avatar-letter-c:before {content: 'C';}
.avatar-letter-d:before {content: 'D';}
.avatar-letter-e:before {content: 'E';}
.avatar-letter-f:before {content: 'F';}
.avatar-letter-g:before {content: 'G';}
.avatar-letter-h:before {content: 'H';}
.avatar-letter-i:before {content: 'I';}
.avatar-letter-j:before {content: 'J';}
.avatar-letter-k:before {content: 'K';}
.avatar-letter-l:before {content: 'L';}
.avatar-letter-m:before {content: 'M';}
.avatar-letter-n:before {content: 'N';}
.avatar-letter-o:before {content: 'O';}
.avatar-letter-p:before {content: 'P';}
.avatar-letter-q:before {content: 'Q';}
.avatar-letter-r:before {content: 'R';}
.avatar-letter-s:before {content: 'S';}
.avatar-letter-t:before {content: 'T';}
.avatar-letter-u:before {content: 'U';}
.avatar-letter-v:before {content: 'V';}
.avatar-letter-w:before {content: 'W';}
.avatar-letter-x:before {content: 'X';}
.avatar-letter-y:before {content: 'Y';}
.avatar-letter-z:before {content: 'Z';}

/* HERO PATTERNS - thank you to heropatterns.com! */

/* hideout */

.hero-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.27'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* falling triangles */

.hero-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.27'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* YYY */
.hero-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='96' viewBox='0 0 60 96'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.27'%3E%3Cpath d='M36 10a6 6 0 0 1 12 0v12a6 6 0 0 1-6 6 6 6 0 0 0-6 6 6 6 0 0 1-12 0 6 6 0 0 0-6-6 6 6 0 0 1-6-6V10a6 6 0 1 1 12 0 6 6 0 0 0 12 0zm24 78a6 6 0 0 1-6-6 6 6 0 0 0-6-6 6 6 0 0 1-6-6V58a6 6 0 1 1 12 0 6 6 0 0 0 6 6v24zM0 88V64a6 6 0 0 0 6-6 6 6 0 0 1 12 0v12a6 6 0 0 1-6 6 6 6 0 0 0-6 6 6 6 0 0 1-6 6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* texture */
.hero-4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23999999' fill-opacity='0.27' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
/* charlie brown */
.hero-5 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23999999' fill-opacity='0.27'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* overlapping circles */

.hero-6 {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.78'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* 4 point stars */
.hero-7 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23999999' fill-opacity='0.27'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
}
/* plus */

.hero-8 {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.78'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* overlapping circles */
.hero-9 {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.27'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* wiggle */
.hero-10 {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.27'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* bubbles */
.hero-11 {
  background-color: #DFDBE5;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23999999' fill-opacity='0.27' fill-rule='evenodd'/%3E%3C/svg%3E");
}
/* morphing diamonds */
.hero-12 {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%23999999' fill-opacity='0.27' fill-rule='evenodd'/%3E%3C/svg%3E");
}
/* tic tac toe */
.hero-13 {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%23999999' fill-opacity='0.27' fill-rule='evenodd'/%3E%3C/svg%3E");
}
/* polka dots */
.hero-14 {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23999999' fill-opacity='0.27' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

/* endless clouds */

.hero-15 {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23999999' fill-opacity='0.78'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Simple Scrollbar */

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}