@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.woff") format("woff"),
       url("../fonts/fa-brands-400.ttf") format("truetype"),
       url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
       url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.woff") format("woff"),
       url("../fonts/fa-regular-400.ttf") format("truetype"),
       url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
       url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.woff") format("woff"),
       url("../fonts/fa-solid-900.ttf") format("truetype"),
       url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fab { font-family: 'Font Awesome 5 Brands'; }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

html {
    height: 100%;
    overflow: -moz-scrollbars-none;
}
body {
    color: #000;
    font-family: -apple-system, 'Helvetica', 'Tahoma', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
    overflow-y: auto;
    word-break: break-word;
    word-wrap: break-word;
    max-width: 100%;
    min-height: calc(100vh - 50px);
    margin: 0;
}
a,
a:hover,
a:active,
a:focus {
    color: #393836;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}
b, strong { font-weight: bold; }
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 0.95em;
    color: #333;
    white-space: pre-wrap;
}
code {
    background: #eee;
    display: inline-block;
}
pre {
    display: block;
    margin: 1em 0 0;
    padding: 0.5em 1em;
    max-width: 100%;
    width: 100%;
}
blockquote {
    padding: 0.5em 0 0.5em 1em;
    margin: 0.5em 0;
    font-size: 1em;
    border-left: 5px solid #00cdcd;
    color: #333;
}
audio {
    border: none;
    border-radius: 2em;

    display: inline-block !important;
    min-height: 2em;
    padding: 0;
    margin: 0.5em 0 0;
    width: 100%;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-box-shadow: 2px 2px 4px 0px #006773;
}
ol { margin-top: 0.5em; }
table {
    margin: 0.5em 0 0.25em;
    max-width: 100%;
}
table thead,
table tbody {
    width: 100%;
}
table th,
table td {
    border-bottom: 1px dashed #551a8b;
    border-left: 1px dashed #551a8b;
    padding: 0.25em 1em;
}
table th { word-break: normal; }
.darkback { background: rgba(0, 0, 0, 0.75); }
.darkback .post-list .post-entry { opacity: 0; }
.hidden { display: none !important; }
.nopadding { padding: 0 !important; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.btn {
    background: #ccc;
    border-radius: 0;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    font-size: 0.8em;
}
.btn.btn-clear {
    background: transparent;
    border: none;
    font-size: 1em;
}
.btn.btn-relation {
    margin-right: 10px;
    max-width: 70px;
    min-width: 60px;
}
.modal { top: 40px; }
.dropdown-menu > li > a { cursor: pointer; }

.header {
    background: #551a8b;
    display: block;
    overflow: hidden;
    position: fixed;
    text-align: center;
    z-index: 1200;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}
.header .site-title {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    padding: 0.25em 0 0.5em;
    margin: 0;
    width: 70%;
    max-width: 42em;
}
.header .site-title a {
    color: #fff;
    font-weight: normal;
}
.header .actions {
    display: inline-block;
    text-align: right;
    padding: 0 0 0.5em;
    margin: 0;
    width: 20%;
    max-width: 10em;
}
.header .mobile-actions .btn,
.header .actions .btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
}
.header .mobile-actions { display: none; }
.header .actions.icon-only { display: none; }
.content {
    background: transparent;
    margin: 3em auto 0;
    max-width: 80%;
    width: 60em;
    -webkit-overflow-scrolling: touch;
}
.content ul {
    list-style: none;
    padding: 0 0.5em;
    -webkit-overflow-scrolling: touch;
}
.content .post-entry {
    border-bottom: 1px solid #00cdcd;
    overflow: hidden;
    padding: 0 0.5em 0.5em;
}
.content .post-entry.selected { background: #ffffc0; }
.content .post-entry.reply-to { background: #ffffe0; }
.content .post-entry.thread { padding: 0 0.5em 0.5em 4em; }
.content .post-entry:last-child { border-bottom: none; }
.content .post-entry:last-of-type { border-bottom: none; }
.content .post-entry.post-article {
    max-width: 95%;
    max-width: calc(100% - 1em);
    padding: 0 0.5em 0.5em;
    text-align: justify;
}
.content .post-entry.post-blank {
    border: none;
    padding: 50px 0;
}
.content .post-entry.post-blank span {
    color: #00f;
    font-style: italic;
    text-decoration: underline;
}
.content .post-text { padding: 0.5em 0; }
.content .bookmark-quoted-text .post-text blockquote {
    color: #333;
    font-style: italic;
    word-break: break-word;
    overflow: hidden;
}

.content .bookmark-quoted-text p,
.content p { margin: 0.5em 0 0; }
.content p .account {
    color: #551a8b;
    cursor: pointer;
    font-weight: bold;
}
.content p a { color: #551a8b; }

.content-author {
    display: inline-block;
    padding: 1em 0 0;
    min-height: 2em;
    vertical-align: top;
    max-width: 5em;
    width: 5em;
}
.content-author p {
    border: 0.125em solid #00cdcd;
    border-radius: 3em;
    display: block;
    width: 4em;
    height: 4em;
    margin: 0 auto;
    overflow: hidden;
}
.content-author img {
    background-image: url('../../../avatars/default.png');
    cursor: pointer;
    object-fit: cover;
    object-position: -1px -2px;
    height: 4em;
    width: 4em;
}
.content-area {
    display: inline-block;
    max-height: 32em;
    overflow: hidden;
    padding: 1em 0.5em 0;
    width: calc(100% - 6em);
}

.content-area.toggle-action-bar.rtl p,
.content-posts ul li.profile-post.rtl p {
    text-align: initial;
    direction: rtl;
}
.content-area.toggle-action-bar.full-post,
.content-area .full-post {
    max-height: 100%;
}
.content-area p img {
    border: 0.125em solid #00cdcd;
    display: inline-block;
    padding: 0.125em;
    margin: 0 3px 6px;
    max-height: 250px;
    max-width: 100%;
}
.content-area ul {
    list-style-type: disc;
    padding: 0.5em 0 0.25em 1em !important;
}
.content-area .full-wide {
    cursor: pointer;
    display: block;
    width: 100%;
}
.content-area .content-title {
    padding: 0.5em 0 0;
    font-size: 1.15em;
}
.content-area .content-source-url {
    color: #551a8b;
    font-size: 0.75em;
    font-style: italic;
    line-height: 1em;
    overflow: hidden;
    padding: 0 0 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-area .persona-bio { margin-bottom: 1em; }
.content-posts ul {
    border: 3px solid #ebe5f5;
    border-radius: 2em;
    border-top-left-radius: 0;
    display: inline-block;
    list-style: none;
    list-style-type: none;
    max-width: calc(100% - 2em);
    max-height: 20em;
    margin: 1em 0.5em 0 0.5em;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.content-posts ul ul {
    border: none;
    border-radius: 0;
    display: block;
    list-style: inside;
    list-style-type: disc;
    margin: 0;
    max-height: 100em;
    padding: 0.25em 0.5em;
}
.content-posts ul::-webkit-scrollbar { width: 0px; }
.content-posts ul::-webkit-scrollbar * { background:transparent; }
.content-posts ul::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.1) !important; }
.content-posts ul li.profile-post {
    border-bottom: 1px solid #ebe5f5;
    overflow: hidden;
    padding: 0.5em 1.5em 0 0.5em;
    margin: 0;
    width: 100%;
}
.content-posts ul li.profile-post .account {
    font-weight: bold;
}
.content-posts ul li.profile-post .time {
    display: block;
    font-size: 0.85em;
    font-style: italic;
    text-align: right;
    width: 100%;
}
.content-posts ul li.profile-post.article {
    max-height: 15em;
}
.content-posts ul li.profile-post.article h4 {
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0 0;
    overflow: hidden;
}
.content-posts ul li.profile-post.article h4 a,
.content-posts ul li.profile-post.article h4 a:hover,
.content-posts ul li.profile-post.article h4 a:active,
.content-posts ul li.profile-post.article h4 a:focus {
    color: #000;
    outline: none;
}
.content-posts ul li.profile-post.article h6 {
    font-size: 0.8em;
    font-style: italic;
    margin: 0;
    padding: 0 0 0.5em;
}
.content-posts ul li.profile-post.article h6 a,
.content-posts ul li.profile-post.article h6 a:hover,
.content-posts ul li.profile-post.article h6 a:active,
.content-posts ul li.profile-post.article h6 a:focus {
    color: #551a8b;
    outline: none;
}
.content-posts ul li.profile-post.article p {
    padding: 0 0 0 1em;
}
.content-posts ul li.profile-post img {
    border: 1px solid #ebe5f5;
    padding: 0.25em;
    max-width: 100%;
}
.content-posts ul li.profile-post canvas,
.content-posts ul li.profile-post progress,
.content-posts ul li.profile-post video {
    display: inline-block;
    width: 100%;
}
.content-stats table {
    background: transparent;
    border: none;
    width: 100%;
}
.content-stats table th,
.content-stats table td {
    border: none;
    padding: 0.25em;
    text-align: right;
}

.content-histochart {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.content-histochart table {
    margin: 0 auto;
    padding: 0;
}
.content-histochart table tbody {
    border: 2px solid #ebe5f5;
    display: block;
    padding: 2px;
}
.content-histochart table tr {
    border: 0;
    display: block;
    font-size: 1px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 100%;
}
.content-histochart table tr td {
    border: 1px solid #fff;
    background: #551a8b;
    display: inline-block;
    padding: 0;

    max-height: 10px;
    min-height: 10px;
    height: 10px;

    max-width: 10px;
    min-width: 10px;
    width: 10px;
}
.content-histochart p.histo-count {
    font-size: 0.9em;
    font-style: italic;
}

.content-histogram {
    padding: 0;
    margin: 0;
    height: 65px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.content-histogram table {
    background: transparent;
    border-bottom: 1px solid #ebe5f5;
    border-right: 1px solid #ebe5f5;
    border-left: 1px solid #ebe5f5;
    border-top: none;
    float: right;
    white-space: nowrap;
    width: 100%;
}
.content-histogram table th,
.content-histogram table td {
    border: none;
}
.content-histogram table tr {
    bottom: auto;
    height: 50px;
    color: #aaa;
}
.content-histogram table td.bar {
    background: #00f;
    display: inline-table;
    font-size: 1px;
    opacity: 0.75;
    padding: 0;
    margin: 0;
    vertical-align: text-bottom;
    min-width: 2px;
}
.content-histogram table td.bar.blue { background: #00f; }
.content-histogram table td.bar.red { background: #f00; }

.threadview {
    display: block;
    min-height: 100%;
    padding: 0 0 75px;
    position: fixed;
    z-index: 1050;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.threadview .thread {
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 15px 2.5%;
    max-width: 95%;
    padding: 5px 0 15px;
}
.threadview .thread .thread-obj { padding: 0; }
.threadview.content.modal { top: 0 !important; }

.compose .modal-title {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.25em 0 0;
    max-width: calc(100% - 4em);
}
.compose .modal-header .persona-group {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    right: 0;
}
.compose .modal-header .persona-group .dropdown-menu .right,
.compose .modal-header .persona-group .dropdown-menu.right {
    right: 0;
    left: auto;
}
.compose .modal-header .persona-group .btn-persona {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    height: 35px;
    width: 35px;
}
.compose .modal-body { padding: 0.5em; }
.compose .modal-body .write-area {
    background: transparent;
    display: block;
    max-height: 7em;
    min-height: 7em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25em;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.compose .modal-body .write-area::-webkit-scrollbar {
    display: none;
    background: transparent;
    width: 0px;
}
.compose .modal-body .write-area.bordered {
    border: 1px solid #00cdcd;
    border-radius: 4px;
}
.compose .modal-body .write-area::placeholder { padding: 2.25em 0 0; text-align: center; }
.compose .modal-body .write-area::-ms-input-placeholder { padding: 2.25em 0 0; text-align: center; }
.compose .modal-body .form-element {
    background: transparent;
    border: 1px solid #00cdcd;
    border-radius: 4px;
    color: #000;
    margin-bottom: 0.25em;
    padding: 0.25em;
    width: 100%;
    -moz-appearance: none;
}
.compose .modal-body .form-element.ddown {
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-repeat: no-repeat;
    background-position: 98% 42%;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.compose .modal-body .form-element.right-4em { width: calc(100% - 4em); }
.compose .modal-body .btn-4em { width: 4em; }
.compose .modal-body .btn-meta { margin: 0.25em 0; }
.compose .modal-body .content,
.compose .modal-body .dropzone {
    border: 1px solid #00cdcd;
    display: block;
    margin: 0;
    padding: 0.25em 0.5em;
    min-height: 100px;
    width: 100%;
}
.compose .modal-body .dropzone {
    margin-top: 0.5em;
    color: #aaa;
}
.compose .modal-body h4 {
    font-weight: normal;
    font-style: italic;
    padding: 0 5px;
}
.compose .modal-body input[type=text] { white-space: nowrap; }
.compose .modal-body .lbl-pref {
    font-weight: normal;
    min-width: 150px;
    padding: 0 5px 0 0;
    text-align: right;
}
.compose .modal-body .btn-pref { min-width: 65px; }
.compose .modal-body .meta-geo { margin: 5px 0 0; }
.modal-meta-block {
    display: inline-block;
    margin: 3px 0 0;
    padding: 0;
    width: calc(50% - 3px);
}
.modal-meta-block .publish-dropdown {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.btn-persona {
    background: transparent;
    border: none;
    min-width: 3em;
    padding: 1px;
}
.dropdown-menu .persona-avatar,
.btn-persona .persona-avatar {
    background: transparent;
    margin: 0 0.5em 0 0;
    max-height: 2.25em;
    min-height: 2.25em;
    max-width: 2.25em;
    min-width: 2.25em;
}
.compose .modal-footer {
    border-top: none !important;
    padding: 0 15px 10px;
}
.compose .modal-action-buttons .btn { min-width: 6em; }
.compose .modal-action-buttons .char-count {
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    position: absolute;
    margin: 0 15px;
    text-align: left;
    height: 32px;
    left: 0;
}

.nav-puck {
    display: block;
    position: fixed;
    bottom: 0;
    right: 10px;
}
.nav-puck .puck {
    padding: 5px;
}
.nav-puck .puck-item {
    background: #000;
    border:  2px solid transparent;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-size: 32px;
    margin: 10px auto;
    opacity: 0.75;
    padding: 5px 0 3px;
    position: fixed;
    text-align: center;
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
}
.nav-puck .puck-item.p0 {
    bottom: 10px;
    right: 10px;
}
.nav-puck .puck-item.p1,
.nav-puck .puck-item.p2,
.nav-puck .puck-item.p3 { right: 10px; }
.nav-puck .puck-item.p4,
.nav-puck .puck-item.p5,
.nav-puck .puck-item.p6 { right: 85px; }

.nav-puck .puck-item.p1 { bottom: 225px; }
.nav-puck .puck-item.p2 { bottom: 155px; }
.nav-puck .puck-item.p3 { bottom: 85px; }
.nav-puck .puck-item.p4 { bottom: 225px; }
.nav-puck .puck-item.p5 { bottom: 155px; }
.nav-puck .puck-item.p6 { bottom: 85px; }

@media (max-height: 450px) {
    .nav-puck .puck-item {
        font-size: 30px;
        padding: 5px 0 3px;
        max-width: 56px;
        min-width: 56px;
        max-height: 56px;
        min-height: 56px;
    }

    .nav-puck .puck-item.p1,
    .nav-puck .puck-item.p2 { right: 10px; }
    .nav-puck .puck-item.p3,
    .nav-puck .puck-item.p4 { right: 85px; }
    .nav-puck .puck-item.p5,
    .nav-puck .puck-item.p6 { right: 155px; }

    .nav-puck .puck-item.p1,
    .nav-puck .puck-item.p3,
    .nav-puck .puck-item.p5 { bottom: 155px; }

    .nav-puck .puck-item.p2,
    .nav-puck .puck-item.p4,
    .nav-puck .puck-item.p6 { bottom: 85px; }
}

@media (max-height: 750px) {
    .nav-puck .puck-item {
        font-size: 32px;
        padding: 5px 0 3px;
        max-width: 60px;
        min-width: 60px;
        max-height: 60px;
        min-height: 60px;
    }

    .nav-puck .puck-item.p1,
    .nav-puck .puck-item.p2 { right: 10px; }
    .nav-puck .puck-item.p3,
    .nav-puck .puck-item.p4 { right: 85px; }
    .nav-puck .puck-item.p5,
    .nav-puck .puck-item.p6 { right: 155px; }

    .nav-puck .puck-item.p1,
    .nav-puck .puck-item.p3,
    .nav-puck .puck-item.p5 { bottom: 155px; }

    .nav-puck .puck-item.p2,
    .nav-puck .puck-item.p4,
    .nav-puck .puck-item.p6 { bottom: 85px; }
}

@media (max-width: 1024px) {
    .content { max-width: 95%; }
}

@media (max-width: 768px) {
    .header .site-title { width: 70%; }
    .content ul {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0.5em;
    }
    .content .pad .type-icon {
        text-align: center;
        width: 10%;
    }
    .content .pad .e-content { max-width: 85%; }
    .content .pad .e-content.article { max-width: 100%; }
    .content .pad .bookmark-host,
    .content .pad .u-bookmark-of {
        display: block;
        margin: 0 auto;
        max-width: 95%;
    }
}
@media (max-width: 600px) {
    .modal { top: 50px; }
    .header .site-title { width: 70%; }
    .content { max-width: 100%; }
    .content ul {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
    }
    .content .post-entry { padding: 0 0 0.5em 0.5em; }
    .content-area { width: calc(100% - 5em); }
    .content-area p img {
        margin: 0 auto;
        width: 97%;
        width: calc(100% - 0.75em);
        max-height: 25em;
        max-width: 100%;
    }
    .compose .modal-body .form-element.ddown { background-position: 97% 42%; }
}
@media (max-width: 450px) {
    .header { max-height: 50px; }
    .header .site-title {
        display: inline-block;
        padding: 0.5em 0 0.4em 0.125em;
        text-align: left;
        max-height: 50px;
        min-height: 50px;
        width: 70%;
    }
    .header .actions { display: none; }
    .header .actions.icon-only {
        display: inline-block;
        vertical-align: top;
        padding: 0.25em 0;
        max-height: 50px;
        min-height: 50px;
        width: 25%;
    }
    .header .mobile-actions {
        background: transparent;
        display: block;
        padding: 0.5em 0.5em 0 0;
        position: fixed;
        right: 0;
        top: 0;
    }
    .header .mobile-actions .btn { padding: 0.25em 1em; }
    .content { max-width: 100%; }
    .content ul { padding: 0 !important; }
    .content-author {
        min-height: 2em;
        max-width: 3.5em;
        width: 3.5em;
    }
    .content-author p {
        border-radius: 0.5em;
        height: 3.25em;
        width: 3.25em;
    }
    .content-author img {
        height: 3.25em;
        width: 3.25em;
    }
    .content-area ul { padding: 0.5em 0 0.25em 1em !important; }
    .content-area {
        padding: 1em 0 0 0.5em;
        width: calc(100% - 4em);
        overflow-x: auto;
        overflow-y: hidden;
    }
    .compose .modal-body .lbl-pref { min-width: 155px; }
    .compose .modal-body .btn-pref { min-width: 55px; }
    .content-histochart table tr td {
        border-top: 0;
        border-right: 0;

        max-height: 6px;
        min-height: 6px;
        height: 6px;

        max-width: 6px;
        min-width: 6px;
        width: 6px;
    }
}
@media (max-width: 350px) {
    .content-histochart table tr td {
        border-top: 0;
        border-right: 0;

        max-height: 5px;
        min-height: 5px;
        height: 5px;

        max-width: 5px;
        min-width: 5px;
        width: 5px;
    }
}

.metaline {
    display: block;
    width: 100%;
}
.metaline.content-expand {
    background-image: linear-gradient(to bottom, transparent, #fff);
    display: inline-block;
    padding: 3em 0 0;
    position: relative;
    margin: 0 0 -4em;
    bottom: 65px;
    float: left;
}
.metaline.tags ul {
    list-style: none;
    margin-top: 1em;
    padding: 0 0 0 2.75em;
}
.metaline.tags ul li {
    display: inline-block;
    border: 1px solid #00cdcd;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    padding: 0.25em 0.5em;
    margin: 0 0.5em 0.5em 0;
}
.metaline.geo span {
    color: #393836;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0.5em 0 0.25em;
    padding: 0 0.5em 0 0;
}
.metaline time {
    color: #393836;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0.5em 0 0.25em;
}
.metaline.location i { color: #dc3545; }
.metaline.post-actions { padding-left: 3em; }
.metaline.post-actions .blue { color: #0000b4; }
.metaline.post-actions .green { color: #00b400; }
.metaline.post-actions .orange { color: #ffa500; }
.metaline.post-actions .red { color: #b40000; }
.metaline.post-actions .yellow { color: #b4b400; }
.metaline.post-actions .none { color: #000; }
.metaline.post-actions button {
    border: none;
    background: transparent;
    border-radius: 0.25em;
    font-size: 1em;
    padding: 0.333em 0.667em;
    margin-right: 0.5em;
    min-width: 3em;
}
.metaline.geo img {
    border: 1px solid #00cdcd;
    max-width: 90%;
    max-width: calc(100% - 85px);
    padding: 0.25em;
}
.confirmation {
    display: inline-block;
    padding: 0.5em 0 0;
    width: 95%;
    width: calc(100% - 4em);
}
.confirmation .btn {

    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 0 0.25em;
    min-width: 7.5em;
}
.confirmation .btn.btn-red {
    border: 1px solid #f00;
    background: #f00;
    color: #fff;
}
.confirmation .btn-dblline { margin-top: 0.5em; }
.time-url {
    cursor: pointer;
    font-size: 1em;
    font-weight: 300;
}
.time-url:hover {
    font-weight: 400;
}
.time-url:visited {
    font-style: normal;
    font-weight: 300;
}

.dropdown-menu-right { right: 1em; }
.li-profile {
    border-bottom: 1px solid #ebe5f5;
    cursor: pointer;
    padding: 0.333em 0.5em 0.5em;
    text-align: center;
}
.li-profile i {
    float: left;
    font-size: 125%;
    padding: 0.125em 0 0 0.5em;
}
.li-profile:hover { background: #ebe5f5; }
.li-profile.noborder { border-bottom: 1px solid transparent; }

@media (max-width: 400px) {
    .content-posts ul {
        max-width: calc(100% - 1em);
        overflow-y: scroll;
    }
    .dropdown-menu>li>a {
        padding: 0.5em 1em;
        font-size: 1.125em;
    }
    .metaline.location { padding-left: 10%; }
    .metaline time {
        margin: 0.25em 0 0.25em;
        padding-right: 0.5em;
    }
    .metaline.post-actions {
        text-align: center;
        padding-left: 0;
    }
    .metaline.post-actions button {
        padding: 7px 0 5px;
        margin-right: 5px;
        min-width: 45px;
        max-width: 50px;
    }
    .metaline.geo img {
        max-width: calc(100% - 0.333em);
        margin: 0.25em 0.333em 0.25em 0;
    }
}
@media (max-width: 350px) {
    .hidden-xxs { display: none !important; }
    .hidden-xs { display: none !important; }
}

a.u-bookmark-of {
    font-size: 1.5em;
    font-weight: bold;
}

.pagination ul {
    list-style: none;
    margin-top: 1em;
    padding: 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    border: 1px solid #00cdcd;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    padding: 0.25em 0.5em;
    margin: 0 0.5em 0.5em 0;
}
.pagination ul li.selected {
    background-color: #00cdcd;
}

.dropzone {
    border: 1px solid #00cdcd;
    min-height: 8em;
    padding: 0.5em;
}

.footer {
    background: #393836;
    display: none;
    height: 3em;
    overflow: hidden;
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0;
    left: 0;
}
.footer .btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    padding: 0.25em 1em;
    margin: 0.5em 1em 0 0;
}
@media (min-width: 769px) {
    .footer { display: none; }
}
@media (max-width: 450px) {
    .modal-publish-buttons,
    .modal-action-buttons {
        width: 100%;
    }
    .modal-action-buttons { margin-top: 0.5em; }
    .channel-list {
        margin-top: -3.5em;
        max-height: 15em;
        max-width: 100%;
        overflow-x: hidden;
        position: fixed;
    }
}

.relation-block {
    border-bottom: 1px dashed #eee;
    border-left: 1px dashed #eee;
    padding: 0.5em 0.75em 0.75em 1em;
}
.relation-block .content-author {
    display: inline-block;
    padding: 0;
    max-width: 65px;
    width: 65px;
}
.relation-block .author-block {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    white-space: nowrap;
    max-width: calc(100% - 70px);
    width: 100%;
}
.relation-block .persona-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    white-space: nowrap;
    max-width: calc(100% - 5px);
    width: 100%;
}
.relation-block .last-action {
    color: #333;
    display: block;
    font-size: 0.8em;
    font-style: italic;
    padding: 2px 2px 2px 5px;
    text-align: right;
    width: 100%;
    margin: 0;
}

.interact {
    padding: 1em 0.5em 0;
    max-width: 400px;
    margin: 0 auto;
}
.interact.create { max-width: 40em; }
.interact select,
.interact input {
    background: transparent;
    border: 1px solid #00cdcd;
    border-radius: 0;
    display: block;
    font-size: 1em;
    margin: 0 0 0.5em;
    padding: 0.5em;
    width: 100%;
}
.interact input { width: calc(100% - 1.125em); }
.interact input.seventy-width {
    display: inline-block;
    width: 72.5%;
    width: calc(100% - 6.25em);
}
.interact .ql-editor {
    min-height: 15em;
    max-height: 15em;
}
.interact .full-width {
    display: block;
    margin: 0.5em 0;
    width: 100%;
}
.interact .half-width {
    display: inline-block;
    margin-top: 0.5em;
    width: 49%;
}
.interact .width-33,
.interact .lbl-33 {
    display: inline-block;
    margin: 0.5em 0;
    width: 32%;
}
.interact .width-66,
.interact .lbl-66 {
    display: inline-block;
    margin: 0.5em 0;
    width: 65%;
    width: calc(65% - 1em);
}
.interact input.width-66 { width: calc(65% - 2em); }
.interact .char-count {
    font-size: 1.25em;
    font-weight: normal;
    padding: 0.25em 0 0.5em;
}
.interact .btn {
    background: transparent;
    border: 1px solid #00cdcd;
    color: #00cdcd;
    font-size: 1em;
    padding: 0.4em 0;
}
.interact .btn.padd { padding: 0.4em 1.25em; }
.interact .btn.green {
    background: #28a745;
    border: 1px solid #28a745;
    color: #fff;
}
.interact .btn.btn-active,
.interact .btn.btn-valid,
.interact .btn.btn-meta {
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
    min-width: 5em;
}
.interact .btn.btn-cancel {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
}
.interact .ql-toolbar.ql-snow {
    overflow: hidden;
    padding: 0.25em 0 !important;
    max-height: 2.125em;
}
.interact .ql-toolbar.ql-snow .ql-formats {
    border-right: 1px solid #00cdcd;
    margin: 0 0 0.5em;
    padding: 0 0.125em;
}
@media (max-width: 450px) {
    .interact.auth { padding: 25% 10px 0; }
    .interact.auth input {
        text-align: center;
        width: 100%;
    }
}

.ql-container.ql-snow { border: 1px solid #00cdcd; }
.ql-toolbar.ql-snow { overflow: hidden !important; }
.ql-snow .ql-direction.ql-active svg:last-child { border-right: none; }
.ql-editor {
    padding: 0;
    min-height: 90px;
}
.profile-body .content-area .persona { font-size: 1.1em; }
.profile-body .content-area .sites { padding: 0 0 0 1.15em; }
.profile-body .content-area .sites a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-body .content-area .since {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    text-align: right;
}
.profile-body .content-area .relation {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    text-align: left;
}
.profile-body .content-area p {
    background: #ebe5f5;
    border: 0.125em solid #ebe5f5;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
    padding: 0.25em 0.5em 0.33em 0.75em;
}
.profile-body .persona-bio-update {
    background: transparent;
    border: 0.125em solid #ebe5f5;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
    padding: 0.25em 0.5em 0.33em 0.75em;
    margin-bottom: 0.25em;
    min-height: 7em;
}
.notifyjs-wrapper { position: fixed !important; }
.notifyjs-bootstrap-yellow {
    background: #ffffc0 !important;
    border: 2px solid #000 !important;
    border-radius: 10px !important;
    color: #000;
}

.btn-modal-head {
    float: right;
    min-width: 5em;
}
.btn-readmore {
    margin-top: 0.5em;
    min-width: 12em;
}
.btn-primary {
    background: #551a8b;
    border-color: #551a8b;
}
.btn-show-full {
    background: #fff;
    font-size: 1.1em;
    opacity: 0.75;
}

/** ******************************************************************************************** *
    Audio Elements
 ** ******************************************************************************************** */
.media-box {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: fixed;
    padding: 5px;
    margin: 0 auto;
    vertical-align: middle;
    z-index: 9999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    max-height: 100vh;
    min-height: 100vh;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.media-box img {
    border: 2px solid #000;
    background: #fff;
    display: block;
    padding: 5px;
    margin: 0 auto;
    max-height: 100vh;
    max-width: 100%;
    height: auto;
}

@media (max-width: 425px) {
    .media-box {
        overflow-x: auto;
        overflow-y: hidden;
        text-align: center;
    }
    .media-box img {
        vertical-align: bottom;
        text-align: center;
        height: 100%;
        max-width: none;
    }
}

/** ******************************************************************************************** *
    Audio Elements
 ** ******************************************************************************************** */
.audio-controls {
    display: block;
    margin: 0;
    padding: 1em 3em 0.5em;
    text-align: center;
    width: calc(100% - 1em);
    max-width: 100%;
}

.audio-controls button {
    background-color: transparent;
    background: transparent;
    border: 1px solid #eee;
    color: #551a8b;
    font-size: 1.25em;
    padding: 0.5em 0.333em 0.333em;
    margin: 0.25em 0.5em 0;
    min-width: 75px;
    max-width: 90px;
}
.audio-position {
    display: block;
    color: #551a8b;
    font-size: 0.75em;
    padding: 0 0.5em 0 0;
    text-align: right;
    width: 100%;
}

.audio-controls .audio-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #ccc;
    outline: #000;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0.25em 0 1em;
}
.audio-controls .audio-range:hover { opacity: 1; }
.audio-controls .audio-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1em;
  height: 2.5em;
  background: #551a8b;
  border: 2px solid #fff;
  cursor: pointer;
}
.audio-controls .audio-range::-moz-range-thumb {
  width: 1em;
  height: 2.5em;
  background: #551a8b;
  cursor: pointer;
}

.audio-body {
    display: block;
    padding: 0 1.5em;
}
.audio-body .media-item {
    border-top: 1px solid #ccc;
    padding: 0.5em 0 0;
    list-style: none;
}
.audio-body .media-item .track-no {
    display: inline-flex;
    font-weight: bold;
}
.audio-body .media-item .file-size {
    display: inline-flex;
    font-style: italic;
    font-size: 0.75em;
    float: right;
}
.audio-body .media-item .audio-controls { padding: 0 1em 0.5em; }
.audio-body .audio-script {
    background: #ffffe5;
    border: 2px solid #a0413c;
    border-radius: 1em;
    display: block;
    line-height: 1.1em;
    list-style: none;
    padding: 0.5em 1em;
    margin: 0 1em 1em;
}
.audio-body .audio-script p {
    min-height: 1em;
    padding: 0;
    margin: 0 0 0.25em 1em;
    text-indent: -1em;
}

@media (max-width: 1024px) {
    .audio-controls .audio-range::-webkit-slider-thumb { width: 1.333em; }
    .audio-controls .audio-range::-moz-range-thumb { width: 1.333em; }
    .audio-controls { min-width: 400px; }
    .audio-controls button {
        padding: 0.5em 0.5em;
        max-height: 45px;
        max-width: 90px;
        min-width: 60px;
    }
    .audio-container {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .audio-controls .audio-range::-webkit-slider-thumb { width: 1.333em; }
    .audio-controls .audio-range::-moz-range-thumb { width: 1.333em; }
    .audio-container { margin: 0 0 1em; }
}
@media (max-width: 600px) {
    .audio-controls {
        min-width: 320px;
        padding: 1em 0;
    }
}

/** ******************************************************************************************** *
    Dark Theme
 ** ******************************************************************************************** */
body.dark {
    background: #252424;
    color: #fff;
}
body.dark blockquote { color: #ccc; }
body.dark code, kbd, pre, samp {
    background: #eee;
    padding: 0.0625em 0.333em 0.0625em 0.25em;
}
body.dark select option { background: #252424; background-color: #252424; }
body.dark .header { background: #434c73; }
body.dark .content p .account { color: #eee; }
body.dark .content p a { color: #cc7722; }
body.dark .metaline time { color: #eee; }
body.dark .metaline.geo span { color: #cc7722; }
body.dark .metaline.geo img { border: 1px solid #434c73; }
body.dark .metaline.content-expand { background-image: linear-gradient(to bottom, transparent, #252424); }
body.dark .threadview .thread { background: #252424; }
body.dark .content .post-entry.selected { background: #333; }
body.dark .content .post-entry.reply-to { background: #666; }
body.dark .content-area .content-source-url { color: #cc7722; }
body.dark .content-area p img { border-color: #434c73; }

body.dark .content-posts ul { border: 3px solid #434c73; }
body.dark .content-posts ul::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.1) !important; }
body.dark .content-posts ul li.profile-post { border-bottom: 1px solid #434c73; }
body.dark .content-posts ul li.profile-post.article h4 a,
body.dark .content-posts ul li.profile-post.article h4 a:hover,
body.dark .content-posts ul li.profile-post.article h4 a:active,
body.dark .content-posts ul li.profile-post.article h4 a:focus {
    color: #fff;
}
body.dark .content-posts ul li.profile-post.article h6 a,
body.dark .content-posts ul li.profile-post.article h6 a:hover,
body.dark .content-posts ul li.profile-post.article h6 a:active,
body.dark .content-posts ul li.profile-post.article h6 a:focus {
    color: #ccc;
}
body.dark .modal-content { background: #252424; }
body.dark .btn {
    background: transparent;
    border-color: #434c73;
}
body.dark .btn-primary {
    background: #434c73;
    border-color: #434c73;
}
body.dark .btn-show-full {
    background: #252424;
    border: 0;
}
body.dark .compose .modal-body .form-element { color: #eee; }
body.dark .dropdown-menu {
    background: #252424;
    border: 2px solid #434c73;
}
body.dark .dropdown-menu>li>a { color: #eee; }
body.dark .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background: #252424; }
body.dark .profile-body .content-area p {
    background: #434c73;
    border-color: #434c73;
}
body.dark .profile-body .content-area .sites a { color: #ccc; }
body.dark .profile-body .content-histochart table tbody { border: 2px solid #777; }
body.dark .profile-body .content-histochart table tr td {
    border: 1px solid #000;
    background: #ccc;
}
body.dark .time-url { color: #cc7722; }
body.dark .li-profile { border-bottom: 1px solid #434c73; }
body.dark .li-profile:hover { background: #434c73; }
body.dark .li-profile.noborder { border-bottom: 1px solid transparent; }
body.dark .metaline.post-actions .none { color: #fff; }

body.dark .audio-controls button {
    border: 1px solid #434c73;
    color: #ccc;
}
body.dark .audio-position { color: #ccc; }
body.dark .audio-controls .audio-range::-webkit-slider-thumb {
  background: #ccc;
  border: 1px solid #434c73;
}
body.dark .audio-controls .audio-range::-moz-range-thumb {
  background: #ccc;
}