﻿@import "coin-card-loading.css";
@import "table.css";
/* variables */
:root {
  --blue-1: #010042;
  --blue-2: #010035;
  --green-1: #00f7c3;
  --main-purple: #5b009b;
  --light-purple: #4d4d7b;
  --main-purple: #5b009b;
  --main-purple-shade: #440074;
  --main-purple-tint: #8440b4;
  --main-green-shade: #36cca8;
  --main-green-tint: #69ffdb;
  --main-green: #00f6bb;
  --second-green: #00c394;
  --grey-1: #222222;
  --grey-2: #424242;
  --grey-3: #6e6e6e;
  --grey-4: #868686;
  --grey-4-5: #bbbbbb;
  --grey-5: #cac9c9;
  --grey-6: #dddddd;
  --grey-7: #f5f5f5;
  --grey-8: #202123;
  --grey-9: #353535;
  --grey-10: #444444;
  --grey-11: #999999;
  --grey-12: #6e6e6e;
  --white: #ffffff;
  --cream: #f8f8f8;
}

/* Sprites */
.sprite-sm-fb,
.sprite-sm-linkedin,
.sprite-sm-reddit,
.sprite-sm-twitter,
.sprite-menu-icon-cart-white-2x,
.sprite-menu-icon-exchange-green-2x,
.sprite-menu-icon-exchange-white-2x,
.sprite-menu-icon-guide-white-2x,
.sprite-menu-icon-wallet-white-2x,
.sprite-sm-telegram,
.sprite-menu-icon-news-white-2x,
.sprite-arrow-down-grey,
.sprite-arrow-up-grey,
.sprite-cross-icon,
.sprite-arrow-right-white,
.sprite-caret-down-white,
.sprite-sm-youtube {
  display: inline-block;
  background-image: url("../image/global-sprites.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.sprite-sm-fb {
  background-position: -2px -0px;
  width: 40px;
  height: 40px;
}
.sprite-sm-linkedin {
  background-position: -2px -42px;
  width: 40px;
  height: 40px;
}
.sprite-sm-reddit {
  background-position: -2px -84px;
  width: 40px;
  height: 40px;
}
.sprite-sm-twitter {
  background-position: -2px -126px;
  width: 40px;
  height: 40px;
}
.sprite-sm-telegram {
  background-position: -3px -550px;
  width: 40px;
  height: 40px;
  background-size: 55px;
}
.sprite-sm-youtube {
  background-image: url("../image/youtube-icon.png");
  display: inline-block;
  width: 40px;
  height: 40px;
}
.sprite-arrow-right-white {
  background-position: -15px -461px;
  width: 7px;
  height: 21px;
  background-size: 37px;
  position: relative;
  left: 10px;
  top: 3px;
}
.sprite-arrow-up-grey {
  background-position: -20px -538px;
  width: 16px;
  height: 10px;
  position: relative;
  top: 15px;
  right: -22px;
  text-align: right;
  margin-left: 0;
  float: right;
}

/* hack to stop sidebars sticking on internet explorer */
.js-stickybit-parent .sidebar__sticky-container {
  position: relative !important;
  top: 0 !important;
}
.js-stickybit-parent .content-jump__container {
  max-height: none !important;
}
.js-stickybit-parent .content-jump__link-container {
  height: auto !important;
}
/* general */

body {
  background-color: #f8f8f8;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.desktop,
.desktop-wide {
  display: none;
}
.mobile-wide {
  display: block;
}
.vert-align-rel {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#content {
  margin-top: 61px;
}
.blue-section {
  background-image: url(../image/dark-section-pattern.png),
    linear-gradient(to bottom, #2f2f2f, #0f0f0f);
  background-repeat: repeat;
}
section.page-not-found h1 {
  text-align: center;
  font-size: 150px;
  color: #00f6bb;
  margin-top: 100px;
  margin-bottom: 10px;
}
section.page-not-found h2 {
  margin-bottom: 200px;
}
span.scroll-offset {
  position: relative;
  display: block;
  top: -150px;
}
.bottom-page-feature-heading {
  margin-top: 30px;
}
.blue-section p a,
.blue-section p a:visited {
  color: #00f6bb;
  font-weight: 200;
}
.absolute-inner-image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.toggle-filters {
  width: 140px;
  min-width: 100px !important;
}
.toplist-filter {
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.toplist-filter:last-of-type {
  margin-bottom: 0;
}
.filter-toggle {
  float: left;
  height: 20px;
  width: 40px;
  background-image: url("../image/toggle-off.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 9px;
  cursor: pointer;
}
.toplist-filter.active .filter-toggle {
  background-image: url("../image/toggle-on.svg");
}
.read-more__content {
  display: none;
  overflow: hidden;
}
.read-more__content p {
  margin-top: 0;
}
.read-more-link,
.read-less-link {
  color: #5b009b;
  font-weight: 300;
  cursor: pointer;
}
.blue-section .read-more-link,
.blue-section .read-less-link {
  color: #00f6bb;
}

/* text elements */
p:empty {
  display: none;
}
a {
  word-break: break-word;
  outline: none !important;
}
h1,
h2,
h3,
h4 {
  font-family: BwGlennSans;
  margin-top: 0;
}
h1,
h2.banner-heading {
  font-size: 28px;
  font-weight: 200;
}
h1.banner-heading {
  margin: 0;
  border: none;
  padding: 0;
  font-weight: 800;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  font-size: 24px;
}
h2.banner-heading {
  margin: 0;
  border: none;
  padding: 0;
  font-weight: 800;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  font-size: 24px;
}
h2 {
  border-left-width: 4px;
  border-left-color: #00f6bb;
  border-left-style: solid;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 200;
  margin-top: 1.2em;
}
h3 {
  font-weight: 200;
  margin-top: 1.2em;
}
p,
li,
a,
span,
.membership-type,
.membership-price,
.subscription-page-title,
.subscription-page-subtitle {
  font-family: "WorkSans", Fallback, sans-serif;
  letter-spacing: -0.9px;
  word-spacing: -0.35px;
}
p {
  word-break: break-word;
  color: #444444;
  line-height: 1.44;
  font-weight: 200;
}
ol {
  font-weight: 200;
}
ul {
  list-style: none;
  padding: 0;
  /* display: inline-block; */
  display: block;
}
figcaption {
  font-family: worksans, Fallback, sans-serif;
  font-size: 0.9em;
  letter-spacing: -0.9px;
  word-spacing: -0.35px;
}
/* img inside list spacing fix */
li > img,
li > a > img {
  padding: 25px 0;
}
/* h3 for large review cards at the bottom of all toplists fix */
.toplist-page-content__grid-left h3 {
  margin-top: 0;
}

.article-content__grid-left.content__grid-left {
  margin-top: 10px;
}

figure {
  text-align: center;
}

/* buttons */
button {
  outline: none;
  cursor: pointer;
  padding: 0 9px;
}
.primary-cta {
  padding: 10px;
  width: 100%;
  overflow: hidden;
}
.primary-cta button,
#rcp_submit,
.subscription-button,
#rcp_login_submit,
#rcp_lostpassword_submit  {
  height: 40px;
  width: 100%;
  color: white;
  font-size: 14px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #8440b4, #5b009b);
  cursor: pointer;
  border: none;
  font-family: BwGlennSans;
  font-weight: 300;
}
.primary-cta button:hover {
  background-color: #440074;
  background-image: none;
}
.primary-cta button:focus {
  background-color: #8440b4;
  background-image: none;
  border: none;
  outline: none;
}
.primary-cta--bottom-page {
  text-align: center;
  padding: 0;
}
.primary-cta--bottom-page button {
  width: 100%;
}
.cta__shortcode-wrapper {
  width: fit-content;
  display: block;
}
.cta__shortcode-wrapper--dual {
  width: 100%;
  display: block;
}
.cta__shortcode-wrapper--left {
  margin: 0 auto;
  margin-left: 0;
}
.cta__shortcode-wrapper--center {
  margin: 0 auto;
}
.cta__shortcode-wrapper--right {
  margin: 0 auto;
  margin-right: 0;
}
.cta__shortcode{
  font-weight: bold;
  height: 45px;
  width: 300px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  font-family: BwGlennSans;
  font-weight: 300;
  margin: 10px 6px;
  cursor: pointer;
  padding: 0 40px;
}
.cta__shortcode-flex-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .cta__shortcode-flex-container {
    flex-flow: column nowrap;
    margin: 35px 0;
  }
}
.cta__shortcode-link {
  display: block;
}
.cta__shortcode-link.cta__login {
  max-width: 120px;
  margin-left: 20px;
}

.cta__shortcode-link.cta__login.mobile {
  float: right;
}

.cta__shortcode-link.cta__login.mobile .cta__shortcode--primary {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .cta__shortcode-link.cta__login.desktop {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .cta__shortcode-link.cta__login.mobile {
    display: none;
  }
}

.cta__shortcode-link.cta__login .cta__shortcode {
  width: 100%;
}
.cta__shortcode-link--dual {
  margin: 0 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cta__shortcode-link--dual {
    margin: 0 auto;
    width: 100%;
  }
}
.cta__shortcode--primary,
.subscription-button {
  background-image: linear-gradient(to bottom, #8440b4, #5b009b);
  border: none;
}
.cta__shortcode--primary:hover {
  background-color: #440074;
  background-image: none;
}
.cta__shortcode--primary--green {
  background-image: linear-gradient(to bottom, #00f6bb, #00c394);
  border: none;
}
.cta__shortcode--primary--green:hover {
  background-color: #00c394;
  background-image: none;
}
.cta__shortcode--secondary {
  color: #8440b4;
  border: 2px solid #8440b4;
  background: 0 0;
}
.cta__shortcode--secondary:hover {
  background-image: linear-gradient(to bottom, #8440b4, #5b009b);
  border-color: #8440b4;
  color: #ffffff;
}
.cta__shortcode--secondary:focus,
.cta__shortcode--secondary:active {
  border-color: #5b009b;
}
.cta__shortcode--secondary--green {
  color: #00f6bb;
  border: 2px solid #00f6bb;
  background: 0 0;
}
.cta__shortcode--secondary--green:hover {
  background-color: #00c394;
  border-color: #00c394;
  color: #ffffff;
}
.cta__shortcode--secondary--green:focus,
.cta__shortcode--secondary--green:active {
  border-color: #00c394;
}
.cta__shortcode-disclaimer {
  text-align: center;
  font-weight: 300;
  font-size: 0.75em;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta__shortcode-wrapper--dual .cta__shortcode-disclaimer {
    margin-top: -35px;
  }
  .secondary-cta--purple button {
    margin-bottom: 10px;
  }
}

.secondary-cta--green button {
  height: 40px;
  width: 100%;
  color: #00f6bb;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #00f6bb;
  background: transparent;
  font-family: BwGlennSans;
  font-weight: 300;
}
.secondary-cta--green button:hover {
  background-color: #00c394;
  border-color: #00c394;
  color: #ffffff;
}
.secondary-cta--purple button {
  height: 40px;
  width: 100%;
  color: #5b009b;
  font-size: 14px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #5b009b;
  background: transparent;
  font-family: BwGlennSans;
  font-weight: 300;
}
.index-section__header .secondary-cta button {
  border-width: 2px;
  font-weight: 800;
}

.link-cta {
  color: #5b009b;
}
.mini-cta {
  height: 24px;
  width: 24px;
  background-image: linear-gradient(to bottom, #8440b4, #5b009b);
  border-radius: 50px;
  float: right;
}
.mini-cta:hover {
  background-color: #440074;
  background-image: none;
}
.mini-cta:focus {
  background-color: #8440b4;
  background-image: none;
  border: none;
  outline: none;
}
.mini-cta > img {
  top: 7px;
  position: absolute;
  left: 10px;
  height: 10px;
}

/* rating stars */
.rating-stars {
  display: block;
  height: 24px;
  background-image: url("../image/stars-sprite@2x.png");
  background-position: center 6px;
  background-repeat: no-repeat;
  background-size: auto 195px;
}
.rating-stars.rating-15 {
  background-position: center -18px;
}
.rating-stars.rating-20 {
  background-position: center -41px;
}
.rating-stars.rating-25 {
  background-position: center -64px;
}
.rating-stars.rating-30 {
  background-position: center -87px;
}
.rating-stars.rating-35 {
  background-position: center -110px;
}
.rating-stars.rating-40 {
  background-position: center -133px;
}
.rating-stars.rating-45 {
  background-position: center -156px;
}
.rating-stars.rating-50 {
  background-position: center -179px;
}

/* video wrapper for responsive youtube videos */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  z-index: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rll-youtube-player {
  margin: 0 !important;
}

/* breadcrumbs */
#breadcrumbs {
  font-family: WorkSans;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.9px;
  word-spacing: -0.35px;
}
#breadcrumbs a {
  color: #5b009b;
  text-decoration: none;
}
.breadcrumb_last {
  color: #868686;
}
/* coin arrow */
.fa-caret {
  -webkit-mask-image: url("../image/up.png");
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-bottom: 2px;
}
.fa-caret-up {
  background-color: #6bbd11;
}
.fa-caret-down {
  background-color: #d0021b;
  transform: rotate(180deg);
}

.wp-block-image img,
.aligncenter,
.wp-caption img[class*="wp-image-"] {
  border-radius: 8px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  #content {
    margin-top: 81px;
  }
  .vert-align-rel-desktop {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .primary-cta--bottom-page button {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .sidebar {
    position: relative;
  }
  .secondary-cta--purple button:hover {
    background-color: #440074;
    border-color: #440074;
    color: #ffffff;
  }
  span.scroll-offset {
    top: -125px;
  }
  .article-content__grid-left.content__grid-left {
    width: 70%;
    float: left;
  }
}
@media (min-width: 1100px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1350px) {
  .mobile-wide {
    display: none;
  }
  .desktop-wide {
    display: block;
  }
}
@media (max-width: 991px) {
  .hide-temp--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .secondary-cta--purple button {
    width: 90%;
  }
}

.mobile-sticky__inner-container--top.adBlocker {
  text-align: center;
  margin-bottom: 6px;
}

.promotion-cards ins a {
  display: block;
  border-radius: 8px;
}

.promotion-cards ins a img {
  vertical-align: middle;
}

.bullets {
  list-style: disc;
  margin-left: 20px;
}

.space {
  margin-bottom: 16px;
}

.pretty-table tr {
  vertical-align: top;
  text-align: left;
  font-family: "WorkSans", Fallback, sans-serif;
  letter-spacing: -0.9px;
  word-spacing: -0.35px;
}

.pretty-table tr:first-of-type td,
.pretty-table tr:first-of-type th {
  padding: 0;
  color: #444444;
  line-height: 1.44;
  font-size: 16px;
}

.pretty-table tr:first-of-type td h3,
.pretty-table tr:first-of-type th h3 {
  display: inline-block;
}

.pretty-table tr:first-of-type td:first-of-type::before,
.pretty-table tr:first-of-type th:first-of-type::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/pros.svg");
  display: inline-block;
  margin-right: 6px;
  vertical-align: -2px;
}

.pretty-table tr:first-of-type td:last-of-type::before,
.pretty-table tr:first-of-type th:last-of-type::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/cons.svg");
  display: inline-block;
  margin-right: 6px;
  vertical-align: -2px;
}

.pretty-table td ul,
.pretty-table td ol {
  list-style: disc inside;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .pretty-table tbody {
    display: flex;
  }

  .pretty-table tr {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .pretty-table tr td {
    display: block;
    border-bottom: 1px solid black !important;
    height: 100%;
    overflow: scroll;
  }

  .pretty-table tr:first-child {
    border-bottom: none !important;
  }

  .pretty-table tr:first-of-type td:first-of-type::before,
  .pretty-table tr:first-of-type th:first-of-type::before {
    margin-right: 0;
  }

  .pretty-table tr:first-of-type td:last-of-type::before,
  .pretty-table tr:first-of-type th:last-of-type::before {
    margin-right: 0;
  }
}
