/*
This theme is copyrighted by Alexiuz AS. Do not copy it without written permission.
*/
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/open-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v17-latin-700.woff2') format('woff2'), url('fonts/open-sans-v17-latin-700.woff') format('woff');
}
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  cursor: default;
  font-size: 17px;
  line-height: 1.7;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
  background-color: #17273c;
  color: #f0f0f0;
}
#site-wrap {
  width: 865px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
}
h1, h2, h3, h4, .site-name-span, caption {
  font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
  clear: left;
}
a {
  color: #6fb5ff;
  text-decoration: none;
}
.loaded a {
  transition: color .25s ease-in;
}
a:hover {
  color: inherit;
}
#site-header {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0;
}
#site-header svg {
  width: 350px;
  max-width: 100%;
  height: auto;
  float: left;
}
#site-header a span {
  margin: 20px 20px 0 20px;
  float: left;
}
#site-header-inner {
  padding: 0 20px;
  box-sizing: border-box;
}
.dashboard-menu a {
  background: #078fd3;
  color: white;
  text-decoration: none;
  padding: 2px 7px;
  border-radius: 3px;
  float: left;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  transition: background-color 0.2s ease-in;
}
.panel a.all {
  background: #00699d;
}
.blue-btn {
  appearance: none;
  background: #078fd3;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 3px;
  float: left;
  font-size: inherit;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
.blue-btn:hover {
  background: #00699d;
}
.toggle-links .blue-btn {
  float: none;
}
.new-instrument .blue-btn, .new-geo .blue-btn, #add-new-type, #add-new-deposit {
  float: right;
  margin: 20px 0 0 0;
}
.added-notice {
  float: right;
}
.toggle-links {
  text-align: center;
  float: left;
  width: 100%;
  margin: 20px 0 18px 0;
}
.toggle-box {
  display: none;
}
.toggle-box.shown {
  display: block;
}
/* Main content */
.ftc-notice {
  float: left;
  width: 100%;
  margin-top: 0;
}
.link-span {
  float: left;
  clear: left;
}
.entry-details {
  float: left;
  clear: left;
  padding: 3px 0 0 0;
  margin: 0 7px 0 0;
  font-size: 14px;
  color: #f0f0f0;
}
.count {
  float: right;
  font-size: 14px;
  color: #f0f0f0;
  margin: 3px 0 0 0;
}
.timeago-span {}
#page-desc {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  box-sizing: border-box;
  font-size: 15px;
  padding: 0 20px;
  line-height: 30px;
  float: left;
  width: 100%;
}
.loaded #page-desc {
  transition: all 0.25s ease-in;
}
#page-desc.visible {
  margin: 10px 0;
  visibility: visible;
  opacity: 1;
  max-height: 5000px;
}
#header-kw {
  cursor: pointer;
}
h1.keyword {
  float: right;
  padding: 3px 5%;
  margin: 7px 0;
  color: #0b1521;
  border-radius: 4px;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  box-sizing: border-box;
  clear: none;
}
h1.keyword:hover {
  background-color: #f0f0f0;
}
.loaded h1.keyword {
  transition: background-color 0.25s ease-in;
}
.keywords-span {}
.keywords-span a {
  float: left;
  margin: 4px 7px 4px 0;
  font-size: 13px;
  padding: 0px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #141e2b;
}
.loaded .keywords-span a {
  transition: background-color 0.25s ease-in;
}
.keywords-span a:hover {
  background-color: #f0f0f0;
}
.cryptocurrency-keyword, #cryptocurrency-sidebar h3 {
  background-color: #4ed3b1;
}
.crypto-project-keyword, #crypto-project-sidebar h3 {
  background-color: #f69e6a;
}
.crypto-topic-keyword, #crypto-topic-sidebar h3 {
  background-color: #68cee5;
}
.crypto-person-keyword, #crypto-person-sidebar h3 {
  background-color: #e9c46a;
}
.nft-collection-keyword, #nft-collection-sidebar h3 {
  background-color: #a092f4;
}
.crypto-exchange-keyword, #crypto-exchange-sidebar h3 {
  background-color: #5cde82;
}
.geo-keyword, #geo-sidebar h3 {
  background-color: #f685f0;
}
.keywords-span a.hidden {
  display: none;
}
.keywords-span.show-all a.hidden {
  display: block;
}
.show-all-keywords {
  border: none;
  padding: 0;
  width: 22px;
  height: 22px;
  margin: 4px 0 0 0;
  float: left;
  border-radius: 20px;
  background: #f0f0f0;
  cursor: pointer;
}
#loop-wrap {
  display: inline-block;
  width: 100%;
}
#new-wrap {
  visibility: hidden;
  display: none;
  opacity: 0;
  max-height: 0;
}
#new-wrap.visible {
  visibility: visible;
  display: block;
  opacity: 1;
  max-height: 999999px;
  transition: all 0.25s ease-in;
}
.loop-header {
  text-transform: uppercase;
  font-size: 14px;
  margin: 15px 0;
  float: left;
  width: 100%;
  background: #0b1521;
  padding: 10px 20px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  top: 0;
  position: sticky;
}
.bullet-point {
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  margin: -7px 0 0 -15px;
  color: #6fb5ff;
}
.bullet-point.right {
  margin-left: 5px;
}
.load-more-wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
#load-more {
  padding: 11px 18px;
  background: #f0f0f0;
  color: #141e2b;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  font-size: 15px;
  display: block;
}
#load-more.inactive {
  transition: background-color 0.25s ease-in;
  background: #ccc;
}
#pagination {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 15px 0;
  float: left;
  width: 100%;
  background: #0b1521;
  padding: 10px 20px;
  border-radius: 4px;
  box-sizing: border-box;
}
.pagination-details {
  margin: 4px 15px 0;
}
.pagination-link {
  padding: 3px 10px;
  background: #f0f0f0;
  color: #141e2b;
  border-radius: 4px;
  display: inline-block;
}
.pagination-link:hover {
  color: #141e2b;
  text-decoration: underline;
}
.disclaimer {
  padding: 0 0 30px 0;
  float: left;
  width: 100%;
  border-bottom: 2px dashed #e6e6e6;
  margin: 0 0 30px 0;
}
.page-id-149 .disclaimer, .single-post .disclaimer {
  margin-top: 20px;
}
footer {
  float: left;
  text-align: center;
  padding: 15px 20px;
  border-radius: 4px;
  background: #0b1521;
  margin: 15px 0 70px 0;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* Dashboard */
.dashboard-menu {
  width: 300px;
  position: fixed;
  margin-left: -365px;
  top: 15px;
  bottom: 15px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.register-error {
  margin: 10px;
  float: left;
  width: 100%;
  text-align: center;
  background: #eee;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 25px;
}
.term-box {
  float: left;
}
.term-box ul {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.term-box h4 {
  margin: 10px 0;
}
.editor-left {
  float: left;
  width: 100%;
}
.editor-right {
  width: 250px;
  position: fixed;
  margin-left: 860px;
  top: 15px;
  height: calc(100vh - 30px);
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
  background: #0b1521;
}
#left-sidebar-wrap {
  position: absolute;
  width: 275px;
  margin-left: -310px;
  margin-bottom: 15px;
  top: 0;
}
#right-sidebar-wrap {
  position: absolute;
  width: 275px;
  margin-left: 860px;
  margin-bottom: 15px;
  top: 0;
}
#left-sidebar-wrap div:first-of-type, #right-sidebar-wrap div:first-of-type {
    border-radius: 0 0 10px 10px;
}
.dashboard #left-sidebar-wrap, .dashboard #right-sidebar-wrap {
  display: none;
}
.sidebar {
  padding: 20px;
  box-sizing: border-box;
  background: #0b1521;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}
.sidebar h3 {
  float: left;
  font-size: 13px;
  margin: 0 0 10px 0;
  padding: 0px 6px;
  border-radius: 4px;
  color: #141e2b;
  font-weight: normal;
}
.sidebar-item {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
#left-sidebar-box-sticky, #right-sidebar-box-sticky {
  position: sticky;
  top: 15px;
  float: left;
}
.sidebar-box {
  float: left;
  margin-bottom: 15px;
}
.sidebar-box img, .footer-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  float: left;
}
.sidebar-box a, .footer-box a {
  position: relative;
  /* display: inline-block; */
  float: left;
  transition: none;
  color: #141e2b;
}
.sidebar-box a:hover, .footer-box a:hover {
  color: #141e2b;
}
.sidebar-box a .ad-notice, .footer-box a .ad-notice {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
  padding: 0px 6px;
  border-radius: 4px;
  background: #f0f0f0;
  color: inherit;
}
.footer-box {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
#add-new-entry, #save-entry-btn {
  appearance: none;
  position: sticky;
  top: 0;
  background: #078fd3;
  color: white;
  padding: 10px 0;
  float: left;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  font-size: inherit;
  transition: background-color 0.2s ease-in;
}
#add-new-entry:hover, #save-entry-btn:hover {
  background-color: #04314c;
}
#editor-bottom {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#editor-menu, #editor-menu-remove-tag {
  position: absolute;
  opacity: 0;
  visible: hidden;
  margin: -45px 0 0 -25px;
  background: white;
  padding: 4px 13px;
  box-shadow: 1px 1px 3px #ccc;
  border-radius: 21px;
  top: -100px;
  left: -100px;
  transition: opacity 0.25s ease-in;
}
#editor-menu.visible, #editor-menu-remove-tag.visible {
  opacity: 1;
  visible: visible;
}
#editor-menu button, #editor-menu-remove-tag button {
  cursor: pointer;
}
input, textarea, .textarea-div {
  font-family: "Open Sans", sans-serif;
}
.textarea-div {
  height: 250px;
  cursor: text;
  background: white;
}
.term-list, .deposit-list, .geo-list {
  width: 100%;
}
.add-new {
  float: left;
  width: 100%;
  margin: 0;
}
.add-new input, .add-new label, .add-new textarea, .textarea-div {
  font-size: 15px;
  float: left;
  clear: left;
}
.add-new .field label {
  float: left;
  width: 50%;
  clear: none;
  font-size: 15px;
}
.add-new .field label.full-width {
  width: 100%;
}
.add-new input.full-width {
  width: 100%;
}
.add-new textarea.expandable, .textarea-div.expandable {
  width: 100%;
  height: 35.43px;
}
.add-new textarea.expandable:focus, .textarea-div.expandable:focus {
  height: 200px;
}
.add-new label, input.type-category {
  cursor: pointer;
}
.add-new input, .add-new textarea, .textarea-div {
  float: left;
  clear: left;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 5px;
  border: none;
}
.add-new .term-item {
  font-size: 15px;
}
.add-new .term-item input {
  margin-top: 6px;
}
.add-new textarea {
  height: 200px;
}
.add-new p {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.add-new .editor-left input, .add-new .editor-left textarea, .textarea-div {
  width: 100%;
}
.add-new fieldset {
  position: relative;
  border: 3px dotted #2c669e;
  border-radius: 5px;
}
.checkbox-input {
  margin: 10px 0 0 0;
}
input:focus, textarea:focus, select:focus, .textarea-div:focus {
  outline: none;
  border-color: #dddddd;
}
select:focus {}
legend {
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  font-weight: bold;
}
.field-input-wrap {
  float: left;
  width: 100%;
  border-top: 2px dotted #ccc;
  margin-top: 10px;
  padding-top: 15px;
}
.field-input-wrap:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.field-input-wrap:first-of-type, .field-input-wrap.block {}
.add-new .field-input-wrap input {}
.add-new .field-input-wrap label {
  margin-bottom: 5px;
}
.add-new .field-input-wrap label.number {
  width: 33%;
  clear: none;
}
.add-new .field-input-wrap label.number input {
  width: 73%;
}
.add-new .field-input-wrap label span {
  margin: 6px 0 0 10px;
  float: left;
}
.add-new .field-input-wrap label span.no-margin {
  margin: 0;
}
.add-new .field-checkbox .field-input-wrap label span {
  margin: -3px 0 0 10px;
}
.add-new .field-1 {
  visibility: visible;
  max-height: 999px;
  opacity: 1;
}
.add-new select {
  float: left;
  clear: left;
  padding: 6px;
  cursor: pointer;
  font-size: inherit;
  border-width: 0;
  border-radius: 5px;
  width: 175px;
}
.add-new .field.visible {
  visibility: visible;
  max-height: 999px;
  opacity: 1;
  transition: all 0.5s ease-in;
}
input.hidden, label.hidden, textarea.hidden {
  display: none;
}
.entry-content {
  white-space: pre-wrap;
}
.loop-entry, .loop-ad {
  float: left;
  width: 100%;
  margin: 15px 0;
  box-sizing: border-box;
  padding: 0 20px;
}
.loop-entry.additional, .loop-header.additional {
  animation: loadAdditional 0.25s ease-in;
}
@keyframes loadAdditional {
  0% {
    opacity: 0;
    margin: -5px 0 15px 0;
  }
  50% {
    margin: 15px 0;
  }
  100% {
    opacity: 1;
    margin: 15px 0;
  }
}
.format-icon {
  margin: 0 4px -3px 0;
}
.loop-ad .ad-notice {
  float: left;
  margin: 4px 7px 0 0;
  font-size: 13px;
  padding: 0px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #141e2b;
  background-color: #f0f0f0;
}
.loop-ad .ad-entity {
  font-size: 14px;
  color: #f0f0f0;
}
.loop-ad .ad-text {
  color: inherit;
}
/* Reload */
.reloading .loop-header > span, .reloading .loop-entry, .reloading #left-sidebar-wrap .sidebar-item, .reloading #right-sidebar-wrap .sidebar-item {
    opacity:0.5;
    transition: all 0.2s ease-in;
}
#mobile-bot-bar {
  position: fixed;
  bottom: 0;
  right: 0;
}
#mobile-bot-bar button#menu-btn, #mobile-bot-bar button#share-btn, #mobile-bot-bar button#search-btn, #site-header-right button#share-btn, #plus-btn, #update-btn {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  float: right;
  margin: 0 15px 15px 0;
  text-align: center;
}
#plus-btn, #update-btn {
  visibility: hidden;
  bottom: 65px;
  position: absolute;
  right: 0;
  opacity: 0;
}
.loaded #plus-btn, .loaded #update-btn {
  transition: all 0.25s ease-in;
}
#plus-btn svg, #update-btn svg {
  margin: 0 0 -3px 0;
}
#plus-btn.visible, #update-btn.visible {
  visibility: visible;
  opacity: 1;
}
#mobile-bot-bar button#menu-btn {
  display: none;
}
#mobile-bot-bar button#menu-btn svg, #mobile-bot-bar button#share-btn svg, #mobile-bot-bar button#search-btn svg {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  fill: #0b1521;
}
#mobile-bot-bar button#menu-btn svg {
  width: 23px;
  height: 23px;
  margin-top: 3px;
}
#mobile-bot-bar button#share-btn svg {
  margin-left: -2px;
}
#site-content.hidden {
  display: none;
}
.share {
  float: right;
}
#share-btns-wrap.visible {
  opacity: 1;
  visibility: visible;
}
#share-btns-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 101;
  bottom: 71px;
  width: 69px;
  margin-left: -11px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 35px;
  background: none;
  transition: opacity 0.25s ease-in;
  text-align: center;
}
.share-img {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
  color: inherit;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f0f0f0;
  transition: background-color 0.5s;
  float: left;
  overflow: hidden;
}
.share-img:last-of-type {
  margin-bottom: 0;
}
.share-img svg path {
  fill: #0b1521;
}
#fb-svg {
  margin: 0 -4px -21px 0;
  width: 17px;
  height: auto;
}
#tw-svg {
  width: 27px;
  height: auto;
  margin: 6px 0 0 0;
}
#em-svg {
  width: 26px;
  height: auto;
  margin: 5px 0 0 1px;
}
#link-svg {
  width: 23px;
  height: auto;
  margin: 13px 0 0 0;
}
#url-field, #title-field {
  position: absolute;
  left: -999999px;
}
/* Search */
#search {
  position: relative;
  float: right;
}
#actual-search-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  float: right;
  margin: 0 15px 15px 0;
  text-align: center;
  z-index: 2;
}
.toggled #actual-search-btn {
  display: block;
}
#actual-search-btn svg {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  fill: #0b1521;
}
#search-field {
  position: absolute;
  right: 15px;
  top: 0;
  height: 50px;
  padding: 0px 54px 0px 15px;
  border-radius: 29px;
  border: 0;
  width: 0;
  opacity: 0;
  z-index: -1;
  transition: width 0.25s ease-in;
  font-size: 17px;
}
.toggled #search-field {
  width: 150px;
  opacity: 1;
  z-index: 1;
}
.headline-link:visited {
  color: #8c8c8c;
}
.headline-link:visited:hover {
  color: inherit;
}
.italic {
  font-style: italic;
}
/* Scrollbars */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: #6fb5ff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:active {
  background: #f0f0f0;
  cursor: pointer;
}
::-webkit-scrollbar-corner {
  border-radius: 10px;
  background: #6fb5ff;
}
@media all and (max-width:1400px) {
  #left-sidebar-wrap, #right-sidebar-wrap {
    display: none;
    position: static;
    width: 40%;
    width: calc(50% - 7.5px);
    margin: 15px 0 0 0;
    background: #17273c;
    box-sizing: border-box;
    float: left;
  }
  #left-sidebar-wrap {
    margin-right: 15px;
  }
  #left-sidebar-wrap.visible, #right-sidebar-wrap.visible {
    display: block;
  }
  #left-sidebar-box-sticky, #right-sidebar-box-sticky {
    position: static;
  }
  .sidebar-box {
    text-align: center;
    width: 100%;
  }
  .sidebar-box img {
    width: auto;
    max-width: 100%;
  }
  #mobile-bot-bar button#menu-btn {
    display: block;
  }
}
@media all and (max-width:850px) {
  #site-wrap {
    border-radius: 0;
    margin: 0;
  }
}
@media all and (max-width:700px) {
  #site-header {
    margin: 15px 0 5px 0;
  }
  .logo-wrap {
    float: left;
    width: 100%;
  }
  #site-header svg {
    float: none;
  }
  h1.keyword {
    max-width: 100%;
    float: none;
    padding: 3px 10%;
  }
  #site-wrap {
    padding: 0;
  }
  .loop-header {
    padding: 10px 20px;
    border-radius: 0;
  }
  .loop-entry, .loop-ad {
    padding: 0 20px;
  }
}
@media all and (max-width:600px) {
  #archive-header h1 {
    font-size: 21px;
    line-height: 26px;
    margin: 10px 0;
  }
  #left-sidebar-wrap, #right-sidebar-wrap {
    width: 100%;
  }
  #left-sidebar-wrap {
    margin-top: 15px;
    margin-right: 0;
  }
}