/**
 * Start Noku.io css code
*/

:root {
  --purple: #53225d;
  --purple-trans: rgba(77, 38, 95, 0.8);
  --purple-light: #800080;
  --aqua: #6cc5cf;
  --light: #aaa;
}

.defi,
.defi_page {
  max-width: 1068px !important;
  display: flex;
  margin: 0 auto !important;
  justify-content: center;
}

.defi_page .defi_puls {
  width: 100%;
}

.defi .wrapper {
  width: 100%;
}

.main-content.privacy-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.textwidget.custom-html-widget > p {
  color: white;
}

.newsletter_provvisoria > form > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter_provvisoria input[type='email'] {
  max-width: 75%;
  color: #ffffffaa;
  background-color: #471951;
  border-color: #471951 !important;
  border-radius: 4px;
}

.newsletter_provvisoria button {
  background: white;
  color: #471951;
  border: none;
  border-radius: 12px;
  padding: 4px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.tokens ul {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 0;
}

.tokens ul li {
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.tokens .table-header .col {
  font-size: 14px;
  color: #8f9c9c;
  line-height: 24px;
  outline: none;
  padding: 0 10px;
}

.tokens .coin .col.coin-name img {
  height: 35px;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}

.tokens .coin {
  background: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0;
  color: #323838;
  z-index: 1;
}

.tokens .coin .description .coin-info {
  font-size: 14px;
  font-weight: 300;
}

.tokens .coin .description {
  padding: 0 20px 20px calc(5% + 10px);
  font-size: 14px;
  font-weight: 400;
}

.tokens .coin .col.rank {
  font-size: 24px;
  font-weight: 600;
}

.tokens .coin .col.grey {
  color: #a2adad;
}

.tokens .coin .col.blue {
  color: #6cc5cf;
}

.tokens .coin .col.red,
.token-wrap .token-information .col h2.red {
  color: #e24040;
}

.tokens .coin .col.green,
.token-wrap .token-information .col h2.green {
  color: #37d37e;
}

.tokens .coin .col.price {
  color: #6cc5cf;
  font-weight: 600;
}

.tokens .coin .col.m-cap,
.tokens .coin .col.volume {
  color: #666;
  font-weight: 500;
}

.tokens .coin .col.change {
  font-weight: 600;
}

.tokens .coin .col.date {
  font-weight: 400;
}

.tokens #defi_list .coin .col {
  font-family: nunito sans, sans-serif;
}

.tokens #defi_list .coin:nth-child(even) {
  background: #fff;
}

.tokens #defi_list .coin:nth-child(odd) {
  background: #eee;
}

.tokens #defi_list .coin {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tokens #defi_list .coin:hover {
  background: #ddd;
}

.tokens .coin .col {
  font-size: 16px;
  padding: 0 10px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.tokens .align-center {
  text-align: center;
}

.tokens .coin .mood img {
  height: 30px;
}

.tk-body .coin a {
  color: #666;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}

.tk-body .coin:hover a {
  color: #6cc5cf;
}

.tk-body .coin a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 0;
  height: 2px;
  border-radius: 20px;
  background: #6cc5cf;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tk-body .coin:hover a:after {
  width: calc(100% - 40%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tk-body .coin ul:hover a {
  text-decoration: underline;
}

.tk-body ul li span {
  display: none;
}

#disqus_thread .placeholder {
  display: none;
}

.page-nav {
  margin: 30px 0;
  font-family: open sans, arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.page-nav a,
.page-nav span {
  padding: 5px 11px;
  border: 1px solid #e3e3e3;
  display: inline-block;
  margin: 0 8px 8px 0;
  min-width: 33px;
  text-align: center;
  color: #666;
  line-height: 21px;
}

.token-wrap {
  width: 100%;
  position: relative;
  display: block;
  margin: 50px 0;
}

.token-wrap.defi_data {
  margin: 30px 0;
}

.token-wrap .token-information {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}

.token-wrap .token-information .col.token_name {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: left;
}

.token-wrap .token-information .col.token_name span {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  background: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.token-wrap .token-information .col.token_name span img {
  width: 35px;
}

.token-wrap .token-information .col.token_name div {
  padding-left: 20px;
}

.token-wrap .token-information .col.token_name div h2 {
  font-family: nunito sans, sans-serif;
  font-size: 30px;
  color: var(--dark);
}

.token-wrap .token-information .col.token_name div .change.green {
  color: #37d37e;
}

.token-wrap .token-information .col.token_name div .change.red {
  color: #e24040;
}

.token-wrap .token-information .col.token_name div .change {
  font-family: nunito sans, sans-serif;
  font-size: 16px;
  margin-top: 5px;
}

.token-wrap .token-information .col p {
  color: #999;
  font-size: 14px;
  font-family: nunito sans, sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}

.token-wrap .token-information .col.price h2 {
  color: var(--aqua);
}

.token-wrap .token-information .col h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  justify-content: left;
  text-align: left;
  font-family: nunito sans, sans-serif;
  font-weight: 600;
}

.defi_data.token-wrap .token-information .col p {
  font-size: 16px;
}

.defi_data.token-wrap .token-information .col h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.token-wrap .token-information .col h2 img {
  height: 16px;
  vertical-align: middle;
}

.token-wrap .token-description {
  font-size: 16px;
  line-height: 20px;
  padding-left: 90px;
  margin-top: 20px;
  font-family: nunito sans, sans-serif;
}

.token-range-buttons {
  width: 100%;
  margin-top: 15px;
}

.token-range-buttons .change_data {
  margin-right: 10px;
  padding: 3px 5px;
  height: 21px;
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}

.token-range-buttons .change_data:hover {
  color: var(--aqua);
}

.token-range-buttons .change_data.active {
  background: var(--aqua);
  color: #fff;
}

.token-wrap .token-chart #defiChart {
  margin-top: 50px;
  position: relative;
  min-height: 0 !important;
}

.token-wrap .token-chart .loader {
  position: absolute;
  filter: grayscale(1);
  width: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#tokenChart {
  height: 400px;
  width: 100% !important;
}

.token-post .token-no-found {
  padding: 50px 0;
  height: unset;
}

.token-no-found {
  padding: 50px 0;
  text-align: center;
  width: 100%;
  height: calc(100vh - 385px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.token-no-found h2 {
  font-size: 20px;
}

.token-no-found a {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  background: var(--purple);
  color: #fff;
  margin-top: 30px;
}

strong,
b {
  color: var(--purple);
}

.noku-post-content a {
  font-size: 17px;
  font-weight: 400;
  color: var(--purple);
  border-bottom: solid 1px var(--aqua);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.noku-post-content a:hover {
  color: #fff;
  background-color: var(--aqua);
}

.td-modal-image {
  position: relative;
}

.td-modal-image::after {
  position: absolute;
  content: '';
  background: url('/wp-content/uploads/watermark-cryptonomist.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  bottom: 0;
  width: 200px;
  height: 62px;
}

#td-mobile-nav .td-menu-login-section {
  display: none;
}

.newsletter_chi_siamo button {
  background-color: #53225d;
  color: white;
  border: none;
  padding: 7px 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.td-module-comments {
  display: none !important;
}

/* -- END - Noku css */
/*!Theme Name: cryptonomist
Theme URI: https://cryptonomist.ch;
Author: Qbit Solutions
Author URI: http://qbit.solutions/
Description: Description
Version: 2.8.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cryptonomist
Tags: cryptonomist, blockchain news, news*/

.post-single .post-content h1 {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin: 30px 0 20px;
  line-height: 40px;
}

.post-single .post-content h2 {
  font-family: roboto, sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin: 30px 0 20px;
  line-height: 30px;
}

.post-single .post-content h3 {
  font-family: roboto, sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin: 30px 0 20px;
  line-height: 26px;
}

.post-single .post-content h4 {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin: 30px 0 20px;
  line-height: 24px;
}

.post-single .post-content h5 {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 30px 0 20px;
  line-height: 20px;
}

.post-single .post-content h6 {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 30px 0 20px;
  line-height: 18px;
}

p.post-description {
  font-family: raleway, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

p.author {
  font-size: 12px;
  color: #fff;
}

p.author a {
  color: var(--aqua);
  font-weight: 300;
}

p.author > span {
  color: var(--light);
}

p.date {
  font-size: 11px;
  color: var(--light);
}

p.excerpt {
  font-family: raleway, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.trading-tag {
  position: absolute;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 40px;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  background-color: var(--aqua);
  z-index: 10;
}

#breadcrumbs {
  margin-bottom: 15px;
}

#breadcrumbs a:hover {
  color: #777;
  text-decoration: underline;
}

#breadcrumbs,
#breadcrumbs p,
#breadcrumbs a {
  font-weight: 300;
  font-family: raleway, sans-serif;
  color: #c3c3c3;
}

.scrollup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -70px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: var(--purple);
  border: none;
  z-index: 99;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -moz-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -o-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
}

.scrollup.active {
  bottom: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -moz-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -o-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
}

.scrollup img {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.post-thumbnail {
  overflow: hidden;
}

.post-thumbnail img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.sidebar .widgets {
  display: none;
}

.ads img {
  max-width: 100%;
  margin: 0 auto;
}

.ads > div,
.ads > .widget {
  margin: 20px auto !important;
}

.ads.no-margin > div,
.ads.no-margin > .widget {
  margin: 0 auto 20px 0 !important;
}

.ads {
  max-width: 1140px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ads > img {
  max-width: 100%;
}
.ads > img.banner {
  width: 160px;
}
.ads .xl {
  display: block;
}

.ads .l,
.ads .m,
.ads .s {
  display: none;
}

@media only screen and (max-width: 900px) {
  .ads .xl {
    display: none;
  }

  .ads .l {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  .ads .l {
    display: none;
  }

  .ads .m {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .ads .m {
    display: none;
  }

  .ads .s {
    display: block;
  }
}

.main-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  z-index: 100;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-nav.sticky {
  height: 50px;
}

.main-nav .nav-wrapper {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  max-width: 100%;
  box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1000;
}

.main-nav .nav-wrapper .wrapper {
  width: 95%;
  max-width: 1500px;
}

.main-nav.sticky .nav-wrapper {
  height: 50px;
}

.main-nav.sticky .nav-wrapper .logo a {
  text-align: left;
  justify-content: flex-start;
}

.main-nav .logo img.mobile {
  display: none;
}

.main-nav.sticky .logo img.desktop {
  display: none;
}

.main-nav.sticky .logo img.mobile {
  width: unset;
  display: inline-block;
  height: 35px;
  text-align: left;
}

.main-nav.sticky .logo img {
  width: 180px;
}

.main-nav .nav-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-nav .logo {
  width: 231px;
  z-index: 101;
}

.main-nav .logo a {
  display: flex;
  justify-content: center;
}

.main-nav .logo img.desktop {
  width: 190px;
  height: 100%;
}

.logo-bg {
  fill: #53235d;
}

.main-nav .search .right_menu {
  display: flex;
  height: 100%;
  vertical-align: middle;
}

.main-nav .search .right_menu a {
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
}

.main-nav .search .right_menu a.buy_crypto span {
  background: #5852f8;
  color: #fff;
  height: auto;
  padding: 10px;
  border-radius: 5px;
}

.main-nav .search .right_menu a.ctn_btn:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 50%;
  background: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search .right_menu:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search .login_metamask {
  display: flex;
  height: 100%;
}

.main-nav .search .login_metamask a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 50%;
  background: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search .login_metamask a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search .login_metamask a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}

.main-nav .search .login_metamask a img {
  width: 25px;
  margin-right: 5px;
}

#menuToggle,
#searchToggle {
  display: block;
  position: relative;
  padding: 0 20px;
  z-index: 1;
  display: none;
  -webkit-user-select: none;
  user-select: none;
}

#searchToggle input {
  display: block;
  width: 30px;
  height: 23px;
  position: absolute;
  top: -6px;
  left: -3px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span,
#searchToggle span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: var(--aqua);
  border-radius: 10px;
  z-index: 1;
  transform-origin: 20px 0;
  -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -ms-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  background: #fff;
  -webkit-transform: rotate(-45deg) translate(2px, -7px);
  -moz-transform: rotate(-45deg) translate(2px, -7px);
  -ms-transform: rotate(-45deg) translate(2px, -7px);
  -o-transform: rotate(-45deg) translate(2px, -7px);
  transform: rotate(-45deg) translate(2px, -7px);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  -webkit-transform: rotate(45deg) translate(10px, 12px);
  -moz-transform: rotate(45deg) translate(10px, 12px);
  -ms-transform: rotate(45deg) translate(10px, 12px);
  -o-transform: rotate(45deg) translate(10px, 12px);
  transform: rotate(45deg) translate(10px, 12px);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -moz-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  -o-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

.main-nav .search {
  text-align: right;
  display: flex;
  position: relative;
  height: 100%;
  z-index: 1001;
  align-items: center;
  z-index: 100;
}

.search_button .mobile {
  display: none;
}

.search_button .desktop {
  display: inline-block;
}

.main-nav .responsive-menu {
  padding: 0 20px;
}

.main-nav .search .search_button {
  display: flex;
  height: 100%;
  padding: 0 20px;
  z-index: 1001;
  cursor: pointer;
}

.main-nav .search.active .search_button .mobile {
  display: none;
}

.main-nav .search .search_button .close {
  display: none;
}

.main-nav .search .search_button img {
  width: 20px;
}

.main-nav .search.active .search-wrap {
  top: 90px;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search .search-wrap {
  width: 350px;
  background: #fff;
  position: absolute;
  top: 110px;
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 20px 20px 0;
  border-top: 3px solid var(--purple);
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav.sticky .search .search-wrap {
  top: 50px;
}

.main-nav .search .search-wrap .input-wrap {
  margin-bottom: 20px;
  display: flex;
}

.main-nav .search .search-wrap .input-wrap label {
  width: 100%;
  display: inline-block;
  position: relative;
}

.main-nav .search .search-wrap .input-wrap input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  font-family: raleway, sans-serif;
  outline: none;
}

.main-nav .search .search-wrap .input-wrap button {
  vertical-align: middle;
  display: inline-block;
  width: 75px;
  border: none;
  background: #333;
  height: 35px;
  font-family: raleway, sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.main-nav .search .search-wrap .input-wrap button:hover {
  background: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search-wrap {
  text-align: center;
}

.main-nav .search .loader {
  width: 150px;
  margin: 0 auto;
  display: none;
}

.main-nav .search .search-result li {
  display: block;
  font-size: 0;
  margin: 20px 0;
}

.main-nav .search .search-result .button {
  background: var(--purple);
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 20px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search .search-result .button:hover {
  background: var(--aqua);
}

.main-nav .search .search-result li a {
  display: flex;
}

.main-nav .search-result li a h2 {
  text-align: center;
}

.main-nav .search .search-result li .search-image {
  width: 80px;
  height: 60px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background: grey;
  position: relative;
}

.main-nav .search .search-result .suggested_word {
  cursor: pointer;
}

.main-nav .search .search-result li.author {
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #eee;
  border-radius: 5px;
}

.main-nav .search .search-result li.author .search-image {
  width: 60px;
  border-radius: 100%;
}

.main-nav .search .search-result li .search-image img {
  width: 100%;
}

.main-nav .search .search-result li .search-content {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  text-align: left;
}

.main-nav .search .search-result li .search-content h2 {
  font-family: roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #333;
}

.main-nav .search .search-result li .search-content h3 {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
}

.main-nav .search .search-result li a:hover .search-content h2 {
  color: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .search .search-result li.author .search-content p a {
  display: inline-block;
  vertical-align: middle;
  color: var(--aqua);
  font-size: 12px;
  font-weight: 500;
}

.main-nav .search .search-result li .search-content p {
  font-size: 11px;
  color: #aaa;
  margin-top: 10px;
}

.featured-posts {
  display: grid;
  grid-template-columns: 50% repeat(2, auto);
  grid-template-rows: repeat(2, 240px);
  grid-gap: 6px;
  width: 100%;
}

.featured-posts .post:first-child {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.featured-posts .post:first-child h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.featured-posts .post:not(:first-child) h1 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.featured-posts .post {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.featured-posts .post .featured-post-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.featured-posts .post .featured-post-img:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 0;
}

.featured-posts .post .featured-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-posts .post .featured-post-content {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--purple-trans);
  z-index: 1;
  transition: all 0.2s;
}

.featured-posts .post .featured-post-content:hover {
  padding: 25px 20px;
}

.featured-posts .post .featured-post-content h1 {
  margin-bottom: 10px;
}

.featured-posts .post .featured-post-content .dash {
  margin: 0 2px;
  color: var(--light);
  font-size: 11px;
  line-height: 1;
}

.featured-posts .post .featured-post-content .credits {
  display: flex;
}

.main-content {
  width: 100%;
  position: relative;
  font-size: 0;
  margin: 50px 0;
}

.main-content .wrapper {
  display: flex;
}

.main-content .left-content,
.main-content .sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.main-content .left-content {
  width: calc(100% - 320px);
  padding-right: 30px;
}

.main-content .sidebar.sticky {
  position: relative;
}

.main-content .sidebar.sticky .ads,
.main-content .sidebar.sticky .widgets {
  width: 100%;
  position: sticky;
  top: 80px;
}

.main-content .sidebar {
  width: 320px;
}

.latest-posts {
  position: relative;
  display: block;
}

.latest-posts .post {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  margin-right: 20px;
}

.latest-posts .post .post-thumbnail {
  width: 220px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
  background-color: grey;
}

.latest-posts .post .post-thumbnail a img {
  height: 100%;
  z-index: 1;
  background: #ddd;
  object-fit: cover;
}

.latest-posts .post .post-content {
  width: calc(100% - 220px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.post-intro {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: calc(100vh - 90px);
  max-height: 600px;
  overflow: hidden;
}

body:not(.single) .post-intro::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0) 28%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: -1;
}

.post-intro .post-thumbnail {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.post-thumbnail picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single .post-intro .post-thumbnail {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.single .post-intro .post-thumbnail.blur img,
.single .post-intro .post-thumbnail.blur picture {
  width: 120%;
  height: auto;
  display: block;
  left: -10%;
  filter: blur(40px);
}

.single .post-intro .post-thumbnail:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0) 28%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.single .post-intro .wrapper > .content {
  padding: 0 40px;
}

.post-intro .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.post-intro .breadcrumb {
  padding-top: 21px;
}

.post-intro .breadcrumb span,
.post-intro #breadcrumbs a {
  font-weight: 600;
  color: #fff;
}

.post-intro .content {
  width: 100%;
}

.post-intro .content,
.post-intro .content a {
  color: #fff;
}

.post-intro .content .category,
.anxp-thumbnail .thumbnail-wrap .category {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 4px;
  background-color: #222;
  color: #fff;
  font-family: roboto, arial, sans-serif;
  font-size: 10px;
}

.post-intro .content .page-title {
  margin-bottom: 15px;
  font-size: 44px;
  font-family: roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}

.post-intro .content .credits > * {
  display: inline-block;
}

.post-intro .credits .author {
  font-size: 15px;
}

.post-intro .credits .author a {
  color: var(--aqua);
}

.post-intro .credits .author span {
  font-size: 15px;
}

.post-intro .content .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.post-intro .content .read-more a img {
  width: 38px;
  height: auto;
}

.addtoany_share_save_container {
  text-align: center;
}

.post-single {
  margin: 0 0 50px;
}

.post-single .left-content {
  padding: 0 24px;
}

.post-single .share-to-any {
  margin-top: 48px;
}

.post-single .post-content {
  margin: 20px 0;
  word-break: break-word;
  font-size: 17px;
  line-height: 27px;
}

.post-single .post-content p {
  margin-bottom: 20px;
}

.post-single .post-content twitter-widget {
  margin: 15px auto;
}

.post-single .post-content img {
  max-width: 100%;
  height: auto;
}

.post-single .post-content ul,
.post-single .post-content ol {
  margin-bottom: 26px;
  list-style: disc;
  list-style-position: inside;
}

.post-single .post-content ol {
  list-style-type: decimal;
}

.post-single .post-content ol li,
.post-single .post-content ul li {
  margin: 5px 0;
}

.post-single .post-content iframe {
  display: block;
  margin: 0 auto;
}

.post-single .post-content figcaption {
  padding: 15px 0;
  text-align: center;
  font-weight: 400;
}

.post-single .post-content figcaption a {
  color: var(--aqua);
}

.post-single .post-content > p img {
  display: block;
  margin: 0 auto;
}

.post-single .post-content a {
  font-size: 17px;
  font-weight: 400;
  color: #53225d;
  border-bottom: solid 1px var(--aqua);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-single .post-content a:hover {
  color: #fff;
  background-color: var(--aqua);
}

.post-single .post-content > p a span {
  color: #53225d;
}

.post-single .post-content > p a:hover span {
  color: #fff;
}

.post-single .post-content blockquote {
  margin-bottom: 20px;
  padding: 15px 20px 16px 23px;
  background-color: #fcfcfc;
  border-left: 2px solid var(--purple);
  color: var(--purple-light);
  text-align: center;
}

.post-single .post-content blockquote blockquote {
  padding: 0;
  border: none;
  margin: 0;
}

.post-single .post-content blockquote p {
  margin-bottom: 0;
}

.post-single .post-content blockquote i {
  font-family: raleway, sans-serif;
  color: var(--purple-light);
  text-align: center;
}

.post-single .post-navigation {
  display: flex;
  flex-direction: row !important;
  align-content: space-between;
  margin: 50px 0;
}

.post-single .post-navigation > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 0 1rem;
}

.post-single .post-navigation .next {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.post-single .post-navigation .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-single .post-navigation span {
  font-family: roboto, sans-serif;
  font-size: 12px;
  margin-bottom: 8px;
  color: #c1c1c1;
}

.post-single .post-navigation a {
  font-family: roboto, sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 21px;
  transition: 0.15s color;
}

.post-single .post-navigation a:hover {
  color: var(--purple);
}

.post-single .comments {
  margin-top: 25px;
}

.author-box {
  display: flex;
  width: 100%;
  padding: 20px;
  border: 1px solid #ededed;
}

.author-box .image {
  margin-right: 20px;
}

.author-box .image img {
  width: 96px;
  height: 96px;
}

.author-box .content {
  display: flex;
  flex-direction: column;
}

.author-box .content > *:not(.social-icons) {
  font-family: raleway, sans-serif;
  margin-bottom: 10px;
  line-height: 21px;
}

.author-box .author-info span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 9px 3px;
  background: #222;
  color: #fff;
  font-family: roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 3px;
}

.author-box .author-name {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  transition: 0.15s color;
}

.author-box a.author-name:hover {
  color: var(--purple);
}

.author-box .author-url {
  margin-bottom: 10px;
  font-size: 11px;
  color: #444;
  transition: 0.15s color;
}

.author-box .author-url:hover {
  color: var(--purple);
}

.author-box .author-description {
  font-size: 12px;
  color: #000;
}

.author-box--search {
  margin-top: 20px;
  background: #f4f4f4;
  border: 1px solid #eee;
  color: unset;
}

.author-box--search .content a {
  margin-bottom: 2px !important;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  transition: all 0.25s ease-in-out;
}

.author-box--search .content a:hover {
  color: var(--purple);
}

.author-box--search .content .position {
  margin-bottom: 5px;
}

.author-box--search .content .author-info {
  margin-bottom: 20px;
}

.author-box--search .content .description {
  margin-bottom: 20px;
}

.author-box--search .content p {
  font-size: 14px;
}

.author-box--search .image img {
  border-radius: 100%;
}

.author-box--search .content .social-icons img:hover {
  transition: all 0.25s ease-in-out;
}

.author-box--search .content .social-icons img:hover {
  filter: invert(17%) sepia(46%) saturate(1497%) hue-rotate(255deg)
    brightness(92%) contrast(97%);
}

.author-box .social-icons {
  display: flex;
}

.author-box .social-icons a {
  display: block;
  margin-right: 12px;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
}

.author-box .social-icons a:hover svg {
  fill: var(--aqua);
}

.author-box .social-icons svg,
.author-box .social-icons img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

.suggestion-articles {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 50px;
}

.suggestion-articles .options {
  display: flex;
  margin-bottom: 20px;
}

.suggestion-articles .options button {
  margin: 0 12px;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: 0.15s color;
}

.suggestion-articles .options button:hover {
  color: var(--aqua);
}

.suggestion-articles .options button.active {
  color: var(--aqua);
}

.suggestion-articles .articles-holder {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.suggestion-articles .articles-holder li {
  width: 33.33%;
  animation: articleIn 0.5s linear;
}

.suggestion-articles .articles-holder li.empty {
  width: 100%;
  padding: 0 12px;
}

@keyframes articleIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.suggestion-articles .articles-holder li:not(:last-child) {
  margin-right: 20px;
}

.suggestion-articles .articles-holder li > a {
  display: flex;
  flex-direction: column;
}

.suggestion-articles .articles-holder .article-image {
  margin-bottom: 12px;
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suggestion-articles .articles-holder .article-image img {
  width: 100%;
  min-height: 100%;
}

.suggestion-articles .articles-holder li .article-title {
  height: 35px;
  max-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 18px;
  transition: 0.1s color;
}

.suggestion-articles .articles-holder li .article-title:hover {
  color: var(--purple);
}

.suggestion-articles .navigation {
  display: none;
}

.suggestion-articles .navigation.show {
  display: block;
}

.suggestion-articles .navigation button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  color: var(--purple);
  outline: none;
  cursor: pointer;
}

.suggestion-articles .navigation button img {
  width: 10px;
  height: 10px;
}

.suggestion-articles #prev img {
  transform: rotate(90deg);
}

.suggestion-articles #next img {
  transform: rotate(-90deg);
}

.suggestion-articles .navigation button[disabled='disabled'] {
  color: #ddd;
}

.suggestion-articles .navigation button[disabled='disabled']:hover {
  background: #fff;
  color: #ddd;
}

.suggestion-articles .navigation button:hover {
  background: var(--purple);
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.suggestion-articles .navigation button:hover img {
  filter: invert(1);
}

#share-to-any {
  display: flex;
  flex-direction: row;
  list-style: none;
}

#share-to-any li {
  margin: 0;
  width: 20%;
}

#share-to-any li:not(:last-child) {
  margin-right: 12px;
}

#share-to-any a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  background-color: var(--purple);
}

#share-to-any img {
  height: 100%;
  height: 22px;
  filter: invert(1);
}

#share-to-any .facebook a {
  background-color: #3b5998;
}

#share-to-any .twitter a {
  background-color: #00acee;
}

#share-to-any .telegram a {
  background-color: #08c;
}

#share-to-any .linkedin a {
  background-color: #0077b5;
}

#share-to-any .reddit a {
  background-color: #ff4500;
}

.more-stories {
  position: fixed;
  width: 340px;
  bottom: 78px;
  right: -340px;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-style: solid;
  border-color: #ededed;
  border-width: 1px 0 1px 1px;
  z-index: 100;
  -webkit-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -moz-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -o-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
}

.more-stories.active {
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -moz-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -o-transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
  transition: all 0.5s cubic-bezier(0.265, 0.365, 0.26, 0.865);
}

.more-stories > .stories-wrap {
  display: block;
}

.more-stories > .stories-wrap .header {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.more-stories > .stories-wrap .header button {
  position: absolute;
  left: 0;
  background: 0 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}

.more-stories > .stories-wrap .header button img {
  width: 12px;
}

.more-stories > .stories-wrap .post {
  display: block;
}

.more-stories > .stories-wrap .post .post-thumbnail {
  height: 150px;
  margin-bottom: 10px;
  position: relative;
}

.more-stories > .stories-wrap .post .post-thumbnail img {
  width: 100%;
  height: auto;
}

.more-stories > .stories-wrap .post .post-title {
  color: #222;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.more-stories > .stories-wrap .post .post-title:hover {
  color: var(--purple);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.more-stories > .stories-wrap .post p.author * {
  font-size: 12px;
}

.widget#custom_html-23 {
  margin: 0;
}

.categories .wrapper {
  font-size: 0;
}

.categories .category-posts {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.categories .category-posts .post {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 47.5%;
  text-align: left;
}

.categories .category-posts .post:hover a .post-title {
  color: var(--purple) !important;
}

.categories .category-posts .post:nth-child(odd) {
  margin-right: 2.5%;
}

.categories .category-posts .post:nth-child(even) {
  margin-left: 2.5%;
}

.categories .category-posts .post .post-thumbnail {
  max-width: 325px;
  width: 100%;
  height: 235px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  vertical-align: top;
  background-color: grey;
}

.categories .category-posts .post .post-thumbnail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.categories .category-posts .post .post-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categories .category-posts .post .post-thumbnail .post-category {
  display: block;
  position: absolute;
  padding: 3px 6px 4px;
  height: auto;
  left: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background-color: #222;
  color: #fff;
}

.categories .category-posts .post .post-content {
  max-width: 325px;
  margin-top: 10px;
}

.page-nav-container {
  display: block;
  margin-top: 70px;
}

.page-nav-container a.page-numbers,
.page-nav-container .page-numbers.current {
  padding: 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: var(--purple);
  margin: 0 5px;
}

.page-nav-container .dots {
  font-size: 12px;
  color: var(--dark);
  margin: 0 10px;
}

.page-nav-container a.page-numbers {
  border: 1px solid #ddd;
  background: #fff;
  color: var(--purple);
}

.page-nav-container a.prev,
.page-nav-container a.next {
  width: unset;
  border: none;
  padding: 0;
  color: var(--dark);
  font-weight: 400;
}

.contact .post-intro {
  height: 500px;
}

.contact .post-intro .post-thumbnail {
  height: 100%;
}

.contact .post-intro .post-thumbnail picture,
.contact .post-intro .post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contact .post-intro::before {
  display: none;
}

.contact .post-intro .wrapper {
  align-items: center;
  justify-content: center;
}

.contact .post-intro .wrapper .logo {
  margin: 0 auto;
  max-width: 400px;
  width: 80%;
}

.contact .main-content {
  text-align: center;
  font-family: raleway, sans-serif;
  padding: 100px 0;
}

.main-content .content-text {
  font-weight: 400;
  margin-top: 50px;
  font-size: 16px;
  line-height: 24px;
}

.contact .main-content .content-text p {
  font-size: 16px;
  margin: 30px 0;
}

.contact .main-content .content-text p a {
  display: block;
  color: var(--aqua);
  font-weight: 600;
  margin-top: 5px;
}

.page-about {
  margin: 30px 0;
}

.page-about .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-about .wrapper .logo-small {
  height: 80px;
}

.page-about .wrapper .logo-small img {
  height: 100%;
}

.page-about .wrapper h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: nunito sans, sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--purple);
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.page-about .wrapper p {
  margin-bottom: 26px;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  line-height: 26px;
  text-align: center;
}

.page-about .wrapper .newsletter {
  margin: 20px 0;
}

.page-about .wrapper .newsletter .newsletter-subscribe {
  margin: 50px 0;
}

.page-about .wrapper .newsletter .newsletter-wrapper {
  display: flex;
}

.page-about .wrapper .newsletter .newsletter-subscribe input {
  padding: 0 8px;
  flex: 1 1 0;
  height: 40px;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
}

.page-about .wrapper .newsletter .newsletter-subscribe button {
  margin: 0;
  padding: 6px 15px 7px;
  height: 40px;
  border: 0;
  color: #fff;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  background-color: var(--purple);
}

.page-about .wrapper .newsletter p {
  margin: 0;
  font-family: nunito sans, sans-serif;
  font-size: 14px;
  color: var(--aqua);
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
}

.page-about .our-team {
  margin-top: 80px;
  width: 100%;
}

.page-about .our-team h1 {
  margin: 0 auto;
  margin-bottom: 50px;
  padding-bottom: 30px;
  width: 50%;
  font-family: nunito sans, sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--purple);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid var(--aqua);
}

.page-about .our-team .team-members {
  margin-bottom: 80px;
  display: inline-flex;
  flex-wrap: wrap;
}

.page-about .our-team .team-members .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 24px;
  margin-bottom: 20px;
  max-width: 230px;
}

.page-about .our-team .team-members .member .image {
  margin-bottom: 30px;
}

.page-about .our-team .team-members .member .image img {
  width: 230px;
  height: 230px;
}

.page-about .our-team .team-members .member .member-name {
  font-family: nunito sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--purple);
  text-transform: uppercase;
  font-style: italic;
}

.page-about .our-team .team-members .member .member-role {
  margin-bottom: 10px;
  font-family: nunito sans, sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 26px;
  color: var(--aqua);
}

.page-about .team-members .member .social-icons {
  display: flex;
}

.page-about .team-members .member .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  background-color: var(--aqua);
}

.page-about .team-members .member .social-icons svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.social li {
  margin-right: 12px;
  margin-bottom: 12px;
}

.social li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  background-color: var(--aqua);
}

.social li a:hover {
  background-color: var(--purple);
}

.social li a img {
  width: 18px;
  height: 18px;
  filter: invert(1);
}

#simple-social-icons-4 ul li a,
#simple-social-icons-4 ul li a:hover,
#simple-social-icons-4 ul li a:focus {
  padding: 0 !important;
  font-size: 18px !important;
}

.author .category-posts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.author .category-posts .post {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 47.5%;
  text-align: left;
}

.author .category-posts .post:hover a .post-title {
  color: var(--purple) !important;
}

.author .category-posts .post:nth-child(odd) {
  margin-right: 2.5%;
}

.author .category-posts .post:nth-child(even) {
  margin-left: 2.5%;
}

.author .category-posts .post .post-thumbnail {
  width: 100%;
  height: 180px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: grey;
}

.author .category-posts .post .post-thumbnail a:not(.post-category) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.author .category-posts .post .post-thumbnail a:not(.post-category) picture {
  width: unset;
  height: unset;
}

.main-content.author .post-thumbnail img,
.main-content.author .post-thumbnail picture {
  min-width: unset;
  min-height: unset;
}

.main-content.author .category-posts .post-thumbnail img,
.main-content.author .category-posts .post-thumbnail picture {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.post-thumbnail .post-category {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background-color: #222;
  color: #fff;
  padding: 3px 6px 4px;
  display: block;
}

.author .category-posts .post .post-content {
  max-width: 325px;
  margin-top: 10px;
}

.privacy-policy .wrapper {
  flex-direction: column;
}

.privacy-policy p {
  margin-bottom: 26px;
  font-weight: 400;
  line-height: 30px;
}

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite;
}

.search-result .ld {
  display: none;
}

.ld {
  width: 24px;
  height: 24px;
  opacity: 1;
  z-index: 10;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #f1f1f1;
  margin: 0 auto;
  border: 4px solid;
  border-color: var(--purple) transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ld.aqua {
  border-color: var(--aqua) transparent transparent transparent;
}

.main-content .search form {
  margin-top: 30px;
  font-size: 0;
}

.main-content .search form input {
  width: calc(100% - 130px);
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
  outline: none;
  box-shadow: none;
}

.main-content .search form button {
  width: 130px;
  height: 40px;
  vertical-align: middle;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-content .search form button:hover {
  background: var(--purple);
  border-color: var(--purple);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search .category-posts .post {
  width: 30%;
  text-align: center;
}

.search .category-posts .post .post-thumbnail {
  max-width: 100%;
  width: 100%;
}

.categories .category-posts .post .post-content {
  text-align: left;
}

.search .category-posts .post .post-thumbnail {
  height: 180px;
}

.search .category-posts .post .post-thumbnail img,
.search .category-posts .post .post-thumbnail picture {
  width: 100%;
  max-height: unset;
  height: unset;
  min-height: 100%;
}

.search .category-posts .post:nth-child(even) {
  margin-left: 0;
}

.search .category-posts .post:nth-child(odd) {
  margin-right: 0;
}

.search .category-posts .post:nth-child(3n + 2) {
  margin: 0 5%;
}

.search-no-results .category-posts .search-title {
  width: 100%;
  font-size: 20px;
  color: #333;
  margin: 100px auto;
  text-align: center;
}

.page-nav-container {
  width: 100%;
  display: block;
  margin-top: 70px;
}

.page-nav-container a.page-numbers,
.page-nav-container .page-numbers.current {
  padding: 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: var(--purple);
  margin: 0 5px;
}

.page-nav-container .dots {
  font-size: 12px;
  color: var(--dark);
  margin: 0 10px;
}

.page-nav-container a.page-numbers {
  border: 1px solid #ddd;
  background: #fff;
  color: var(--purple);
}

.page-nav-container a.prev,
.page-nav-container a.next {
  width: unset;
  border: none;
  padding: 0;
  color: var(--dark);
  font-weight: 400;
}

#tokensTable #embed-search {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 100%;
  margin-left: 15px;
}

.search_token input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  padding: 0 15px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddd;
}

#tokensTable #embed-search button {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  outline: none;
  border: 0;
  background: #6cc5cf;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  height: 40px;
}

.td-main-content-wrap {
  margin-top: 15px;
}

.tokens {
  width: 100% !important;
  font-size: 0;
}

.td-container,
.tdc-row {
  position: relative;
}

.table-loader {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.table-loader img {
  width: 50px;
}

.row > .col {
  display: inline-block;
  vertical-align: middle;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-100 {
  width: 100%;
}

.tokens ul {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 0;
}

.tokens ul li {
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.tokens .table-header .col {
  font-size: 14px;
  color: #8f9c9c;
  line-height: 24px;
  outline: none;
  padding: 0 10px;
}

.tokens .coin .col.coin-name img {
  height: 35px;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}

.tokens .coin {
  background: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0;
  color: #323838;
  z-index: 1;
}

.tokens .coin .description .coin-info {
  font-size: 14px;
  font-weight: 300;
}

.tokens .coin .description {
  padding: 0 20px 20px calc(5% + 10px);
  font-size: 14px;
  font-weight: 400;
}

.tokens .coin .col.rank {
  font-size: 24px;
  font-weight: 600;
}

.tokens .coin .col.grey {
  color: #a2adad;
}

.tokens .coin .col.blue {
  color: #6cc5cf;
}

.tokens .coin .col.red,
.token-wrap .token-information .col h2.red {
  color: #e24040;
}

.tokens .coin .col.green,
.token-wrap .token-information .col h2.green {
  color: #37d37e;
}

.tokens .coin .col.price {
  color: #6cc5cf;
  font-weight: 600;
}

.tokens .coin .col.m-cap,
.tokens .coin .col.volume {
  color: #666;
  font-weight: 500;
}

.tokens .coin .col.change {
  font-weight: 600;
}

.tokens .coin .col.date {
  font-weight: 400;
}

.tokens #defi_list .coin .col {
  font-family: nunito sans, sans-serif;
}

.tokens #defi_list .coin:nth-child(even) {
  background: #fff;
}

.tokens #defi_list .coin:nth-child(odd) {
  background: #eee;
}

.tokens #defi_list .coin {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tokens #defi_list .coin:hover {
  background: #ddd;
}

.tokens .coin .col {
  font-size: 16px;
  padding: 0 10px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.tokens .align-center {
  text-align: center;
}

.tokens .coin .mood img {
  height: 30px;
}

.tk-body .coin a {
  color: #666;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}

.tk-body .coin:hover a {
  color: #6cc5cf;
}

.tk-body .coin a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 0;
  height: 2px;
  border-radius: 20px;
  background: #6cc5cf;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tk-body .coin:hover a:after {
  width: calc(100% - 40%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tk-body .coin ul:hover a {
  text-decoration: underline;
}

.tk-body ul li span {
  display: none;
}

#disqus_thread .placeholder {
  display: none;
}

.page-nav {
  margin: 30px 0;
  font-family: open sans, arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.page-nav a,
.page-nav span {
  padding: 5px 11px;
  border: 1px solid #e3e3e3;
  display: inline-block;
  margin: 0 8px 8px 0;
  min-width: 33px;
  text-align: center;
  color: #666;
  line-height: 21px;
}

.token-wrap {
  width: 100%;
  position: relative;
  display: block;
  margin: 50px 0;
}

.token-wrap.defi_data {
  margin: 30px 0;
}

.token-wrap .token-information {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}

.token-wrap .token-information .col.token_name {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: left;
}

.token-wrap .token-information .col.token_name span {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  background: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.token-wrap .token-information .col.token_name span img {
  width: 35px;
}

.token-wrap .token-information .col.token_name div {
  padding-left: 20px;
}

.token-wrap .token-information .col.token_name div h2 {
  font-family: nunito sans, sans-serif;
  font-size: 30px;
  color: var(--dark);
}

.token-wrap .token-information .col.token_name div .change.green {
  color: #37d37e;
}

.token-wrap .token-information .col.token_name div .change.red {
  color: #e24040;
}

.token-wrap .token-information .col.token_name div .change {
  font-family: nunito sans, sans-serif;
  font-size: 16px;
  margin-top: 5px;
}

.token-wrap .token-information .col p {
  color: #999;
  font-size: 14px;
  font-family: nunito sans, sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}

.token-wrap .token-information .col.price h2 {
  color: var(--aqua);
}

.token-wrap .token-information .col h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  justify-content: left;
  text-align: left;
  font-family: nunito sans, sans-serif;
  font-weight: 600;
}

.defi_data.token-wrap .token-information .col p {
  font-size: 16px;
}

.defi_data.token-wrap .token-information .col h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.token-wrap .token-information .col h2 img {
  height: 16px;
  vertical-align: middle;
}

.token-wrap .token-description {
  font-size: 16px;
  line-height: 20px;
  padding-left: 90px;
  margin-top: 20px;
  font-family: nunito sans, sans-serif;
}

.token-range-buttons {
  width: 100%;
  margin-top: 15px;
}

.token-range-buttons .change_data {
  margin-right: 10px;
  padding: 3px 5px;
  height: 21px;
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}

.token-range-buttons .change_data:hover {
  color: var(--aqua);
}

.token-range-buttons .change_data.active {
  background: var(--aqua);
  color: #fff;
}

.token-wrap .token-chart #defiChart {
  margin-top: 50px;
  position: relative;
}

.token-wrap .token-chart .loader {
  position: absolute;
  filter: grayscale(1);
  width: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#tokenChart {
  height: 400px;
  width: 100% !important;
}

.token-post .token-no-found {
  padding: 50px 0;
  height: unset;
}

.token-no-found {
  padding: 50px 0;
  text-align: center;
  width: 100%;
  height: calc(100vh - 385px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.token-no-found h2 {
  font-size: 20px;
}

.token-no-found a {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  background: var(--purple);
  color: #fff;
  margin-top: 30px;
}

.page-blogs .heading {
  display: block;
  margin-bottom: 24px;
  font-family: nunito sans, sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--purple);
  text-transform: uppercase;
}

.page-blogs .text {
  font-family: raleway, sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 26px;
}

.page-blogs .legend .new {
  color: var(--aqua);
}

.page-blogs .legend .returning {
  color: var(--purple);
}

.crypto-voice {
  background-image: url(assets/images/bg_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.crypto-voice .wrapper {
  display: flex;
  width: auto;
  padding: 100px 0;
}

.crypto-voice .your-story {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0 25px;
  width: 45%;
}

.crypto-voice .your-story h2 {
  margin: 0;
}

.crypto-voice .your-story .text {
  margin: 45px 0;
}

.crypto-voice .your-story a {
  display: inline-flex;
  padding: 0 24px;
  height: 40px;
  align-items: center;
  color: #fff;
  background-color: var(--aqua);
}

.crypto-voice .chart {
  margin: 0 24px;
}

.crypto-voice .chart {
  height: 200px;
}

.crypto-voice .chart img {
  height: 100%;
}

.crypto-voice .chart-data {
  padding: 0 24px;
  width: 30%;
}

.crypto-voice .chart-data .data h4 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.crypto-voice .chart-data .data span {
  display: inline-block;
  margin-right: 8px;
}

.crypto-voice .chart-data .average {
  margin-bottom: 24px;
}

.crypto-voice .legend {
  display: flex;
  flex-direction: column;
}

.page-blogs .border-line {
  display: block;
  margin: 24px 0;
  width: 10%;
  height: 4px;
  background-color: var(--aqua);
}

.page-blogs .blog-stories .heading {
  margin: 0;
}

.page-blogs .blog-stories {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0;
  text-align: center;
}

.wrapper.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.page-blogs .section100 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  text-align: center;
}

.blog-stories .offerings {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.blog-stories .offerings .offering {
  display: flex;
  flex-direction: column;
}

.blog-stories .offering .image {
  margin-bottom: 24px;
  height: 50px;
}

.blog-stories .offering .image img {
  height: 100%;
  width: auto;
}

.page-blogs .cryptonomist-numbers {
  background-color: var(--purple);
  color: #fff;
}

.page-blogs .cryptonomist-numbers .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.page-blogs .cryptonomist-numbers .heading {
  color: #fff;
}

.social-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.social-numbers .social-media {
  display: flex;
  flex-direction: column;
}

.social-numbers .top,
.social-numbers .bottom {
  display: flex;
  justify-content: center;
  flex: 1;
}

.social-numbers .top {
  margin-bottom: 35px;
}

.social-numbers .top .social-media {
  width: 33.33%;
}

.social-numbers .bottom .social-media {
  width: 25%;
}

.social-numbers .social-media > *:not(:last-child) {
  margin: 10px 0;
}

.social-numbers .status {
  font-family: nunito sans, sans-serif;
  font-size: 58px;
  font-weight: 800;
  color: #fff;
}

.social-numbers .social-media p {
  display: block;
  font-family: nunito sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--aqua);
  text-transform: uppercase;
}

.social-numbers .social-media .image {
  filter: invert(1);
}

.our-clients {
  background-color: #f5f5f5;
}

.our-clients .clients {
  display: flex;
  justify-content: center;
  width: 100%;
}

.our-clients .client-logo {
  width: 33.33%;
  height: 40px;
}

.our-clients .client-logo img {
  height: 100%;
  width: auto;
}

.our-partners .partners {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 24px;
}

.our-partners .partners .partner-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  width: 25%;
  height: 100px;
}

.our-partners .partners .partner-logo img {
  height: auto;
  width: auto;
  max-height: 70px;
  max-width: 177px;
}

.page-blogs .last-articles {
  padding-bottom: 0;
  width: 100%;
  align-items: unset;
}

.heading {
  display: flex;
  flex: 1;
  margin-bottom: 26px;
  border-bottom: 2px solid var(--purple);
  text-align: left;
}

.heading h4 {
  display: inline-block;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  background-color: var(--purple);
  text-transform: none;
}

.last-articles ul {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0;
}

.last-articles ul .article {
  display: inline-block;
  vertical-align: top;
  flex-direction: column;
  padding: 0 24px;
  width: 33.33%;
  margin-bottom: 50px;
  text-align: left;
}

.last-articles ul .article .image {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  height: 160px;
  overflow: hidden;
  z-index: 1;
}

.last-articles ul .article .image img,
.last-articles ul .article .image picture {
  width: 100%;
  height: auto;
}

.category-tag {
  position: absolute;
  display: inline-flex;
  padding: 2px 4px;
  bottom: 0;
  left: 0;
  background-color: #222;
  color: #fff;
  font-family: roboto, arial, sans-serif;
  font-size: 10px;
  z-index: 1;
}

.last-articles ul .article h4 {
  margin-bottom: 10px;
  font-family: roboto, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #222;
  transition: 0.2s color;
}

.last-articles ul .article h4:hover {
  color: var(--purple);
}

.last-articles ul .article p,
.last-articles ul .article a {
  font-family: raleway, sans-serif;
  font-size: 11px;
}

.last-articles ul .article p {
  font-weight: 700;
  color: #aaa;
}

.last-articles ul .article a {
  font-weight: 400;
  color: var(--aqua);
}

footer {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: var(--purple);
  color: #eaeaea;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
}

footer .wrapper {
  display: flex;
}

footer .wrapper > div,
footer .wrapper > section {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin: 0 24px;
}

footer h2.widget-title {
  margin-bottom: 30px;
  font-family: roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: var(--aqua);
}

footer p {
  font-family: raleway, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

footer .default .logo {
  margin-bottom: 20px;
  width: 100%;
  max-width: 200px;
}

footer .default .logo img {
  width: 100%;
}

footer .social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}

footer .social li {
  margin-right: 12px;
}

footer .social li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 35px;
  height: 35px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  background-color: transparent;
}

footer .social li a:hover {
  background-color: var(--aqua);
}

footer .social li a img {
  width: 18px;
  height: 18px;
  filter: invert(1);
}

#simple-social-icons-5 ul li a,
#simple-social-icons-5 ul li a:hover,
#simple-social-icons-5 ul li a:focus {
  font-size: 18px !important;
  padding: 6px !important;
}

footer .menu li {
  margin: 15px 0;
}

footer .menu li a {
  font-family: nunito sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

footer .menu li a:hover {
  color: var(--aqua);
}

footer .simple-social-icons ul li:hover {
  background-color: var(--aqua);
}

footer .newsletter_provvisoria form div {
  display: flex;
}

footer .newsletter_provvisoria form div input {
  flex: 1;
  margin-right: 10px;
  padding: 5px 9px;
  max-width: 100%;
  font-size: 12px;
}

footer .newsletter_provvisoria form div button {
  padding: 10px;
  background-color: var(--aqua);
  border: none;
  font-size: 12px;
  color: #fff;
}

.newsletter_provvisoria {
  margin-top: 20px;
}

.error .err-message {
  width: 100%;
  text-align: center;
  padding: 100px;
}

.error .err-message .title {
  font-size: 40px;
  color: #222;
  text-align: center;
  line-height: 50px;
  margin: 50px 0 17px;
}

.error .err-message p.subtitle {
  font-size: 21px;
  line-height: 24px;
  color: #a6a6a6;
  text-align: center;
  margin: 0 0 40px;
}

.error .err-message p a {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  background: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.error .err-message p a:hover {
  background: var(--purple);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-nav .nav-wrapper .wrapper {
  position: relative;
}

.main-nav .header-menu {
  width: calc(100% - 290px);
  height: 100%;
  padding: 0 0 0 15px;
}

.main-nav .header-menu ul.menu:hover {
  overflow: unset;
}

.main-nav .header-menu > div {
  height: 100%;
  align-items: center;
}

.main-nav .header-menu .menu {
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .header-menu .menu > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .header-menu .menu > li.m-hidden {
  display: none;
}

.main-nav .header-menu .menu > li.has-dropdown {
  position: relative;
}

.main-nav .header-menu .menu > li > a .carret {
  width: 8px;
  height: 8px;
  background: url(assets/images/chevron-down.svg) center no-repeat;
  filter: invert(1);
  font-weight: 700;
  color: #53225d;
  margin-left: 7px;
}

.main-nav .header-menu .menu > li .mega-menu_wrapper {
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  position: absolute;
  font-size: 0;
}

.main-nav .header-menu .menu li:hover .mega-menu_wrapper {
  display: table;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > * {
  display: table-cell;
  vertical-align: top;
  padding: 22px 0;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > nav {
  width: 20%;
  margin-right: 50px;
  background: #fafafa;
  text-align: right;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > nav ul {
  margin-left: 50px;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > nav ul li a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #3c3c3b;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 22px;
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > nav ul li.active_menu a {
  color: #6cc5cf;
  background: #efefef;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > .menu_posts {
  width: 80%;
  padding-right: 50px;
  background: #efefef;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > .menu_posts li {
  display: none;
}

.main-nav .header-menu .menu li .mega-menu_wrapper > .menu_posts li.vissible {
  display: block;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  > div.posts-wrap {
  position: relative;
  font-size: 0;
  animation: slideIn 0.4s;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  > div.posts-wrap
  > a {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-left: 22px;
  font-size: 13px;
  line-height: 16px;
  font-style: normal;
  font-weight: 300;
  color: #333;
  box-sizing: border-box;
  min-height: 175px;
  max-height: 175px;
  overflow: hidden;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  > div.posts-wrap
  > a:hover {
  color: #4db2ec;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  > div.posts-wrap
  > a
  img,
.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  > div.posts-wrap
  > a
  picture {
  min-height: 135px;
  max-height: 135px;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper.has-categories
  > .menu_posts
  > li
  > div.posts-wrap
  > a {
  width: 25%;
  animation: slideIn 0.6s;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  > div.posts-wrap
  > a
  p {
  height: 34px;
  overflow: hidden;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  .next-prev {
  margin: 20px 0 22px 22px;
  position: relative;
  clear: both;
  overflow: hidden;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  .next-prev
  > a {
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 24px;
  border: 1px solid #3c3c3b;
  text-align: center;
  vertical-align: middle;
  color: #3c3c3b;
  background: url(assets/images/chevron-down-dark.svg) center no-repeat;
  background-size: 10px 10px;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  .next-prev
  > a:hover {
  background-color: #6cc5cf;
  border-color: #6cc5cf;
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  .next-prev
  > a.prev-posts {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  .next-prev
  > a.next-posts {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-nav
  .header-menu
  .menu
  li
  .mega-menu_wrapper
  > .menu_posts
  > li
  .next-prev
  > a.disabled {
  opacity: 0.4;
}

.main-nav .header-menu .menu > li:last-child {
  margin-left: 10px;
}

.main-nav .header-menu .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
}

.main-nav .header-menu .menu > li .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  display: none;
  white-space: nowrap;
  padding: 15px 0;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.main-nav .header-menu .menu > li .dropdown-menu li a {
  color: #3c3c3b;
  padding: 7px 30px;
  line-height: 20px;
  font-size: 13px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}

.main-nav .header-menu .menu > li:hover .dropdown-menu {
  display: block;
}

.main-nav .header-menu .menu > li .dropdown-menu li a:hover {
  color: #000;
}

.main-nav .header-menu .menu > li > a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 50%;
  background: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .header-menu .menu > li:hover > a:after {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .header-menu .menu li .article-image {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-nav .header-menu .mega-menu_wrapper .menu_posts .article-image picture {
  width: 100%;
}

.main-nav
  .header-menu
  .mega-menu_wrapper
  .menu_posts
  .article-image
  picture
  img {
  width: 100%;
  object-fit: cover;
}

@keyframes slideIn {
  from {
    top: -30px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.cookies-policy {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #f1f1f1;
  z-index: 999;
  transition: all 0.4s ease;
  display: none;
}

.cookies-policy.accepted {
  bottom: -120px;
}

.cookies-policy .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.cookies-policy .wrapper p {
  font-size: 13px;
  text-align: center;
}

.cookies-policy .wrapper button {
  margin-left: 10px;
  width: 60px;
  height: 40px;
  border: 2px solid #505050;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}

#onesignal-bell-container.onesignal-reset {
  z-index: 99 !important;
}

#onesignal-bell-container.onesignal-reset
  .onesignal-bell-launcher.onesignal-bell-launcher-theme-default
  .onesignal-bell-launcher-button
  svg
  .background {
  fill: var(--purple) !important;
}

.forbes {
  font-family: ibm plex sans, sans-serif;
  height: 100%;
  width: 100%;
  border: 1px solid #183468;
  display: flex;
  flex-direction: column;
  border-radius: 13px;
  overflow: hidden;
  border: solid 1px #ccc;
  background-color: #fff;
}

.forbes .widget-header {
  padding: 8px 15px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.forbes .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}

.forbes .header-name {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29rem;
  letter-spacing: normal;
  color: #646465;
}

.forbes .header-name img {
  height: 32px;
}

.forbes .header-name .name {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.forbes .header-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.forbes .header-price .price {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: right;
  color: #646465;
  margin-left: 8px;
  font-size: initial;
}

.forbes .header-price .change-percentage {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: initial;
}

.forbes .header-price .change-percentage.grow {
  color: #4a9777;
}

.forbes .header-price .change-percentage.loose {
  color: #db646c;
}

.forbes .widget-body {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
}

.forbes .widget-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

.forbes .widget-data-item {
  display: inline-block;
  text-align: left;
  font-weight: 600;
}

.forbes .widget-subtitle {
  font-size: 0.8rem;
  line-height: 0.7rem;
  color: #969697;
  text-transform: uppercase;
}

.forbes .widget-volume {
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #646465;
}

.forbes .widget-range-buttons {
  display: flex;
  flex-shrink: 0;
  justify-content: space-evenly;
  margin-top: 6px;
}

.forbes .widget-range-button.active {
  border-bottom: 2px solid #183468;
  color: #183468;
}

.forbes .widget-range-button {
  outline: none;
  cursor: pointer;
  margin: 0 2px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #969696;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #969696;
}

.forbes .widget-chart {
  position: relative;
  overflow: hidden;
}

.forbes .widget-chart img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}

.forbes .widget-footer {
  background: linear-gradient(to right, #183468, #586794);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  font-weight: 500;
}

.forbes .widget-footer-title {
  display: inline-flex;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #f7f7fb;
}

.forbes .widget-footer-title p {
  font-family: ibm plex sans, sans-serif;
  font-size: small;
}

.forbes .widget-footer-logo {
  overflow: hidden;
  width: 70px;
}

.forbes .widget-footer-logo img {
  width: 100%;
  object-fit: contain;
}

.single .wp-block-gallery,
.single .gallery {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 20px 20px 60px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid var(--aqua);
}

.single .wp-block-gallery .blocks-gallery-item {
  margin: 0;
  width: 100%;
}

.post-single .wp-block-gallery picture,
.post-single .gallery picture,
.post-single .wp-block-gallery img,
.post-single .gallery img {
  margin: 0 auto;
  width: auto;
  height: 350px;
  margin: 0 auto;
  object-fit: cover;
}

.wp-block-gallery picture,
.gallery picture,
.wp-block-gallery img,
.gallery img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
}

.blocks-gallery-item {
  outline: none;
  box-shadow: none;
}

.single .slick-arrow.disabled {
  opacity: 1;
}

.single .slick-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #ddd;
  background: #fff;
  bottom: 15px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.single .slick-arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.single .slick-arrow.slick-next {
  display: inline-block;
  left: calc(50% + 20px);
  background: url(assets/images/angle-right.svg) center center no-repeat;
  background-size: 6px;
}

.single .slick-arrow.slick-prev {
  left: calc(50% - 20px);
  background: url(assets/images/angle-left.svg) center center no-repeat;
  background-size: 6px;
}

.instant_view_related_posts {
  display: none;
}

.main-content .sidebar .blogs_posts .heading {
  margin-bottom: 0;
}

.main-content .sidebar .blogs_posts ul {
  padding: 20px 15px;
  border: 1px solid #ddd;
}

.main-content .sidebar .blogs_posts ul li:first-child {
  margin: 0 0 20px;
}

.main-content .sidebar .blogs_posts ul li:last-child {
  margin: 20px 0 0;
}

.main-content .sidebar .blogs_posts ul li {
  display: block;
  font-size: 0;
  margin: 20px 0;
  text-align: right;
}

.main-content .sidebar .blogs_posts ul li .button {
  background: var(--purple);
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  font-weight: 600;
}

.main-content .sidebar .blogs_posts ul li a {
  display: flex;
}

.main-content .sidebar .blogs_posts ul li a h2 {
  text-align: center;
}

.main-content .sidebar .blogs_posts ul li .blog-image {
  width: 80px;
  height: 60px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background: grey;
  position: relative;
}

.main-content .sidebar .blogs_posts ul li .blog-image picture {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.main-content .sidebar .blogs_posts ul li .blog-image img {
  height: 100%;
}

.main-content .sidebar .blogs_posts ul li .blog-content {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  text-align: left;
}

.main-content .sidebar .blogs_posts ul li .blog-content h2 {
  font-family: roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #333;
}

.main-content .sidebar .blogs_posts ul li a:hover .blog-content h2 {
  color: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-content .sidebar .blogs_posts ul li .blog-content p {
  font-size: 11px;
  color: #aaa;
  margin-top: 10px;
}

.sidebar .unisciti img {
  width: 100%;
}

.all_blogs .trading-tag {
  z-index: 100000;
  background: rgba(83, 34, 93, 0.9);
}

.blog_posts {
  margin: 100px 0;
}

.blog_posts .posts {
  margin: 20px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.blog_posts .post {
  width: 100%;
  display: flex;
}

.blog_posts .post:hover .post-content h2 {
  color: var(--purple);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog_posts .post:hover .post-image img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_posts .post .post-image {
  max-width: 280px;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.blog_posts .post .post-image img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.blog_posts .post .post-content {
  padding-left: 20px;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog_posts .post .post-content h2 {
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #222;
}

.blog_posts .post .post-content p {
  font-family: nunito sans, sans-serif;
  color: #aaa;
  font-size: 12px;
}

.blog_posts .post .post-content p span a:hover {
  text-decoration: underline;
}

.blog_posts .post .post-content p span a {
  display: inline-flex;
  color: var(--aqua);
  font-size: 12px;
}

.blog_information {
  width: 100%;
  position: relative;
  display: block;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.blog_information .blog-logo {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #e8eef6;
  margin-right: 25px;
  background: #fff;
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 246, 246, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 246, 246, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 246, 246, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f6f6",GradientType=1);
}

.blog_information .blog-logo img {
  width: 100%;
  height: auto;
  max-width: 70px;
  max-height: 70px;
}

.blog_information .blog-content {
  width: calc(100% - 145px);
}

.blog_information .blog-content h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: raleway, sans-serif;
  color: #222;
  margin-bottom: 10px;
}

.blog_information .blog-content h2 span.social-media {
  vertical-align: middle;
  margin-left: 10px;
}

.blog_information .blog-content h2 span.social-media a {
  display: inline-block;
  padding: 5px 3px;
  margin: 0 2px;
}

.blog_information .blog-content h2 span.social-media a img {
  width: 15px;
  opacity: 0.4;
}

.blog_information .blog-content h2 span.social-media a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog_information .blog-content p {
  font-size: 14px;
  font-family: nunito sans, sans-serif;
  color: #999;
  line-height: 20px;
  max-width: 550px;
  margin-bottom: 20px;
}

.blog_information .blog-content a:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog_information .blog-content a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog_information .blog-content a {
  color: var(--purple);
  display: inline-block;
  position: relative;
  font-weight: 800;
}

.single-blog .blog_posts .posts {
  margin: 20px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.single-blog .blog_posts .post {
  flex-direction: column;
}

.single-blog .blog_posts .post .post-image {
  widows: 100%;
  max-width: 100%;
  height: 175px;
}

.single-blog .blog_posts .post .post-content {
  padding-left: 0;
  margin-top: 10px;
}

.single-blog .blog_posts .post .post-content h2 {
  min-height: 45px;
}

.single-blog .blog_posts .post .post-content p {
  margin-top: 10px;
}

.single-blog .blog_posts .input-wrap,
.blog_posts .input-wrap {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 20px;
  text-align: center;
  margin-top: 50px;
}

.token-wrap .input-wrap {
  text-align: center;
}

.single-blog .blog_posts .input-wrap a,
.token-wrap .input-wrap a,
.blog_posts .input-wrap a {
  display: inline-block;
  background: var(--aqua);
  padding: 15px 25px;
  font-family: nunito sans, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog .blog_posts .input-wrap a:hover,
.token-wrap .input-wrap a:hover,
.blog_posts .input-wrap a:hover {
  background: var(--purple);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post .post-content .author .ert {
  color: var(--purple);
  padding-left: 4px;
}

.single-defi .container img {
  max-width: 100%;
  height: auto;
}

.link {
  display: inline;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.link.aqua {
  color: var(--aqua);
}

.defi_puls .token-wrap {
  font-size: 0;
}

.defi_puls .token-wrap .token-information {
  align-items: flex-start;
}

.defi_puls .token-wrap .token-description {
  padding-left: 0;
  margin: 80px 0;
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.defi_puls .token-wrap .token-description br {
  content: '';
  margin: 20px 0;
  display: block;
  font-size: 24%;
}

.defi_puls .token-wrap .token-description a {
  color: var(--aqua);
  text-decoration: underline;
}

.defi_puls .token-wrap .token-description,
.defi_puls .token-wrap .token-description p {
  font-family: raleway, sans-serif;
  line-height: 24px;
  word-break: break-word;
  color: #666;
}

.defi_puls .token-wrap .token-description p {
  margin-bottom: 10px;
}

.defi_puls .token-wrap .token-description.how {
  width: 35%;
  margin-left: 5%;
}

.defi_puls .token-wrap .token-description h3,
.defi_puls .token-wrap .tokens > h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.defi_puls .token-wrap .token-description p {
  font-family: raleway, sans-serif;
  line-height: 24px;
  color: #666;
  word-break: break-word;
}

.no-more-posts {
  width: 100%;
  text-align: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
}

.token-wrap .input-wrap img {
  height: 100px;
  display: none;
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
}

.anxp-post {
  margin-top: 50px;
}

.anxp-post .anxp-thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: left;
  flex-direction: column;
}

.anxp-post .anxp-thumbnail .thumbnail {
  background: #000;
  position: relative;
  height: auto;
  justify-content: center;
  align-items: center;
}

.anxp-post .anxp-thumbnail .thumbnail:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}

.anxp-post .anxp-thumbnail img {
  width: 100%;
  height: auto;
}

.anxp-post .anxp-thumbnail .thumbnail-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 30px 20px;
}

.anxp-post .anxp-thumbnail .thumbnail-wrap .main-title {
  color: #fff;
}

.loader-wrap {
  display: none;
  text-align: center;
}

.marketing {
  margin: 25px 0;
}

.marketing > .wrapper > h1 {
  margin: 25px 0;
}

.ed_form {
  display: -webkit-inline-box;
}

.ed_form > p {
  font-size: 0;
}

.post-single .email_download_link form > p {
  margin-bottom: 0;
}

.email_download_link form input[type='email'] {
  width: 400px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 10px;
  outline: none;
}

.email_download_link form input[type='submit'] {
  min-width: 80px;
  height: 40px;
  background: var(--purple);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  outline: none;
  text-transform: uppercase;
}

.email_download_link br {
  display: none;
}

.email_download_link {
  display: inline-block;
}

.post-single .email_download_link form > p {
  margin-bottom: 0;
}

.contact_us_here {
  padding-right: 5px;
}

.ed_form_spinner {
  display: none;
}

.download-link br {
  display: none;
}

.assets .wrapper {
  display: block;
}

.assets .header {
  widows: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.assets .content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-auto-rows: 1fr;
  grid-gap: 30px;
  margin-bottom: 20px;
}

.assets .content .chart-canvas {
  position: relative;
  max-height: 360px;
  min-height: 360px;
}

.portfolio .main-box .chart-canvas.blur:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 1;
  -webkit-backdrop-filter: saturate(100%) blur(3px);
  backdrop-filter: saturate(100%) blur(3px);
}

.portfolio .main-chart .chart-header .chart-range.blur {
  opacity: 0;
  visibility: hidden;
}

.portfolio .main-box .chart-canvas.blur h5 {
  font-size: 24px;
  font-weight: 600;
  font-family: raleway, sans-serif;
  color: #111;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.assets .content #token-assets {
  width: 100%;
}

.assets .content .chart {
  min-height: 480px;
  position: relative;
}

.assets .content .chart .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.assets .content .chart .token-buttons {
  text-align: center;
}

.token-range-button {
  display: inline-block;
  padding: 7px 8px;
  min-width: 50px;
  background: #f5f5f5;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.token-range-button.active,
.token-range-button:hover {
  color: #fff;
  background: var(--aqua);
}

.assets .content .chart .token-buttons#tokens a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: unset;
  color: #333;
  background: 0 0;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.assets .content .chart .token-buttons#tokens a:hover,
.assets .content .chart .token-buttons#tokens a.active {
  color: var(--aqua);
}

.assets .content .my-assets .assets-table {
  display: flex;
  flex-direction: column;
}

.assets .content .my-assets .assets-table .row.header {
  background: #f5f5f5;
  display: block;
  padding: 15px 10px;
}

.assets .content .my-assets .assets-table .append_assets {
  overflow-y: auto;
  max-height: 380px;
}

.assets .content .my-assets .assets-table .append_assets .row {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  background: #fff;
}

.assets .content .my-assets .assets-table .row:nth-child(even) {
  background: #f5f5f5;
}

.assets .content .my-assets .assets-table .row .coin {
  display: flex;
  justify-content: center;
  align-items: center;
}

.assets .content .my-assets .assets-table .row .coin .coin-icon {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.assets .content .my-assets .assets-table .row .coin .coin-icon img {
  max-width: 30px;
  max-height: 30px;
}

.assets .content .my-assets .assets-table .row .coin .total-coin {
  margin-left: 20px;
}

.assets .content .my-assets .assets-table .row .coin .total-coin h2,
.assets .content .my-assets .assets-table .row .coin .total-coin p {
  font-size: 22px;
  font-family: nunito sans, sans-serif;
  font-weight: 800;
  color: var(--aqua);
}

.assets .content .my-assets .assets-table .row .coin .total-coin h2 span {
  font-size: 14px;
  color: #aaa;
  margin-left: 5px;
}

.assets .content .my-assets .assets-table .row .coin .total-coin p label {
  font-size: 14px;
  font-weight: 600;
}

.assets .content .my-assets .assets-table .row .coin .total-coin p label.red {
  color: #e24040;
}

.assets .content .my-assets .assets-table .row .coin .total-coin p label.green {
  color: #37d37e;
}

.assets .content .my-assets .assets-table .row .coin .total-coin p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
}

.assets .content .my-assets .assets-table .row .coin-name {
  display: flex;
  justify-content: center;
  align-items: center;
}

.assets .content .my-assets .assets-table .row .coin-name span {
  padding: 8px 15px;
  font-family: nunito sans, sans-serif;
  font-size: 14px;
  color: var(--purple);
  word-break: break-all;
  background: rgba(83, 34, 92, 0.1);
}

.assets .content .my-assets .assets-table .header p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.assets .content .my-assets .assets-table .header p i {
  font-size: 14px;
  color: #ccc;
}

.assets .content .my-assets .assets-table .header h1 {
  display: block;
  color: var(--purple);
  font-size: 34px;
  font-family: nunito sans, sans-serif;
  margin-top: 10px;
}

.metamask.post {
  margin: 0 !important;
  width: 32.5% !important;
}

.assets .assets-info-table {
  margin: 50px 0;
  display: block;
}

.assets .assets-info-table span {
  display: none;
}

.assets .assets-info-table .row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.assets .assets-info-table .row:nth-child(even) {
  background: #f8f8f8;
}

.assets .assets-info-table .row.header .col {
  font-weight: 300;
  color: #8f9c9c;
}

.assets .assets-info-table .row .col {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  font-family: nunito sans, sans-serif;
}

.assets .assets-info-table .row .col.center {
  text-align: center;
}

.assets .assets-info-table .row .col.total {
  color: var(--aqua);
}

.assets .assets-info-table .row .col.name img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 15px;
  vertical-align: middle;
}

.assets .assets-info-table .row .col.red {
  color: #e24040 !important;
}

.assets .assets-info-table .row .col.green {
  color: #37d37e !important;
}

.web3-landing {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  justify-content: center;
  align-items: center;
}

.web3-landing .y-align {
  max-width: 500px;
  width: 95%;
  padding: 40px 20px 20px;
  background: #fff;
  border-radius: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.web3-landing .info {
  width: 100%;
  display: flex;
  align-items: center;
}

.web3-landing .web3-title {
  display: block;
  text-align: center;
  font-family: nunito sans, sans-serif;
}

.web3-landing .web3-title a {
  font-weight: 600;
  color: var(--aqua);
  display: block;
  margin-top: 10px;
}

.web3-landing .web3-title h1 {
  font-size: 24px;
  font-weight: 800;
}

.web3-landing .web3-title p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #999;
}

.web3-landing .wallet-menu {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.web3-landing .wallet-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.web3-landing .wallet-menu li .graphic {
  max-width: 70px;
}

.web3-landing .wallet-menu li .graphic img {
  width: 70px;
}

.web3-landing .wallet-menu li .information {
  width: 100%;
  font-family: nunito sans, sans-serif;
  padding: 0 10px;
}

.web3-landing .wallet-menu li .information h1 {
  font-size: 20px;
  font-weight: 800;
  color: #222;
}

.web3-landing .wallet-menu li .information p {
  margin-top: 5px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #333;
}

.web3-landing .wallet-menu li .information div.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.web3-landing .wallet-menu li .button a {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  background: var(--aqua);
  border-radius: 5px;
  font-family: nunito sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.web3-landing #custom_address .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.web3-landing #custom_address .button input {
  padding-left: 10px;
  margin-right: 8px;
  height: 35px;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 12px;
  outline: none;
}

.mini-chart {
  width: 100px;
  min-height: 70px;
}

.token-post .loader {
  margin: 0 auto;
}

.page-portfolio {
  background: #f5f5f5;
}

.portfolio .wrapper {
  display: block;
  font-family: nunito sans, sans-serif;
}

.portfolio .main-box {
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 10px;
}

.portfolio .main-box .chart-canvas {
  min-height: 365px;
}

.portfolio .main-box.no-padding {
  padding: 0;
}

.portfolio .portfolio-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.portfolio .portfolio-title label {
  position: relative;
  top: 5px;
  font-size: 14px;
  float: right;
  font-weight: 400;
}

.portfolio .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio .header .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.portfolio .header .buttons p {
  font-size: 13px;
  color: #666;
}

.portfolio .header .buttons button {
  position: relative;
}

.portfolio .header .buttons .ld {
  position: absolute;
  right: -50px;
  left: unset;
  box-shadow: inset 0 0 0 2px #f5f5f5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio .main-chart {
  display: block;
  position: relative;
}

.portfolio .main-chart .chart-header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio .main-chart .chart-header .total-balance {
  display: block;
  position: relative;
}

.portfolio .main-chart .chart-header .total-balance h2 {
  font-size: 36px;
  font-weight: 700;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
}

.portfolio .main-chart .chart-header .total-balance h2 span.usd {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
}

.portfolio .main-chart .chart-header .total-balance h2 span.grow {
  font-size: 18px;
  color: #37d37e;
  font-weight: 400;
  margin-left: 10px;
}

.portfolio .main-chart .chart-header .total-balance h2 span.grow.red {
  color: #ff4460;
}

.portfolio .main-chart .chart-header .total-balance h2 span.grow img {
  height: 13px;
  margin-right: 3px;
  transition: all 0.2s ease-in-out;
  filter: invert(69%) sepia(54%) saturate(578%) hue-rotate(91deg)
    brightness(93%) contrast(83%);
}

.portfolio .main-chart .chart-header .total-balance h2 span.grow.red img {
  transform: rotate(180deg);
  filter: invert(44%) sepia(37%) saturate(5521%) hue-rotate(326deg)
    brightness(100%) contrast(102%);
}

.portfolio .main-chart .chart-header .total-balance p {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  margin-top: 5px;
}

.portfolio .main-chart .chart-header .chart-range {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio .main-chart .chart-header .chart-range .ld {
  margin: 0 15px 0 0;
  position: relative;
  top: 0;
  left: unset;
  display: none;
}

.portfolio .alocation .assets .assets-token.small-assets {
  max-width: unset;
  display: flex;
  flex-direction: column;
  max-height: unset;
  pointer-events: unset;
  transition-delay: 0.6s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.portfolio .alocation .assets.hide-assets .assets-token.small-assets {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portfolio .alocation .assets .assets-wrapper {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.portfolio .alocation .assets .assets-token.open:last-child .graphic {
  max-height: 103px;
}

.portfolio .alocation .assets ul {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 0.3fr;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #3a3c3c;
  padding: 20px 5px;
  font-weight: 600;
}

.portfolio .alocation .assets ul span {
  display: none;
}

.portfolio .alocation .assets .assets-header ul li {
  border-left: none;
  font-weight: 400;
  color: #999;
}

.portfolio .alocation .assets ul li {
  padding: 2px 10px;
  border-left: 1px solid #ddd;
}

.portfolio .alocation .assets ul li.appendChart {
  cursor: pointer;
}

.portfolio .alocation .assets ul li:first-child {
  border-left: 0;
  text-align: left;
}

.portfolio .alocation .assets ul li.token_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio .alocation .assets ul li.token_name a {
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transition: 0.25s ease-in-out;
}

.portfolio .alocation .assets .assets-token.open li.token_name a,
.portfolio .alocation .assets ul:hover li.token_name a {
  opacity: 1;
}

.portfolio .alocation .assets ul li.alocation {
  font-size: 12px;
  font-weight: 400;
}

.portfolio .alocation .assets ul li.alocation div {
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #ddd;
  position: relative;
}

.portfolio .alocation .assets ul li.alocation div span {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 40px;
  position: absolute;
  background: var(--aqua);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transition-delay: 0.5s;
}

.portfolio .alocation .assets ul li img {
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.portfolio .alocation .assets ul li img.arrow {
  max-width: 10px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.4;
  transition: 0.25s ease;
}

.portfolio .alocation .assets .assets-token .graphic {
  height: 100%;
  overflow: hidden;
  max-height: 0;
  transition: 0.25s ease;
  z-index: 10;
}

.portfolio .alocation .assets .assets-token.open .graphic {
  max-height: 113px;
}

.portfolio .alocation .assets .assets-token.open .appendChart img {
  transform: rotate(90deg);
}

.portfolio .alocation .assets .assets-token .change {
  font-size: 12px;
  font-weight: 600;
  color: #37d37e;
}

.portfolio .alocation .assets .assets-token .change.red {
  color: #eb6e6e;
}

.portfolio .articles h5 {
  font-size: 16px;
  text-align: center;
}

.portfolio .category-posts {
  justify-content: space-between;
}

.portfolio .category-posts .post {
  width: unset;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px !important;
}

.portfolio .category-posts .post:nth-child(odd),
.portfolio .category-posts .post:nth-child(even) {
  margin: 0;
}

.portfolio .category-posts .post .post-thumbnail img {
  width: 100%;
}

.portfolio .articles .input-wrap {
  position: relative;
}

.portfolio .articles .input-wrap .ld {
  position: absolute;
  left: calc(50% - 100px);
  top: 10px;
  margin: 0 auto;
  box-shadow: inset 0 0 0 2px #f5f5f5;
  display: none;
}

.portfolio #powered_by {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.portfolio #powered_by a {
  justify-content: center;
  align-items: center;
}

.portfolio #powered_by a img {
  width: 200px;
  align-items: center;
}

.portfolio .column-pie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.address-select {
  position: relative;
  width: 225px;
}

.custom-select {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin: 0 auto;
  max-width: 225px;
  border-radius: 5px;
  padding: 1rem;
  position: relative;
  font-size: 14px;
  z-index: 3;
}

.custom-select::after {
  border-color: #695d52 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: '';
  height: 0;
  margin-top: -2px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}

.custom-select span {
  text-overflow: ellipsis;
  width: calc(100% - 20px);
  overflow: hidden;
  display: block;
}

.custom-select .drop {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
  display: none;
  left: 0;
  list-style: none;
  margin-top: 5px;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}

.custom-select .drop li.selected a {
  background: var(--aqua);
  color: #fff;
}

.custom-select .drop li a {
  position: relative;
  color: #555;
  display: block;
  padding: 20px 25px 20px 15px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, margin 1s linear;
  -moz-transition: background 0.2s ease, color 0.2s ease, margin 1s linear;
  -ms-transition: background 0.2s ease, color 0.2s ease, margin 1s linear;
  -o-transition: background 0.2s ease, color 0.2s ease, margin 1s linear;
  transition: background 0.2s ease, color 0.2s ease, margin 1s linear;
}

.custom-select .drop li:not(:last-child) a:hover {
  margin-left: -170px;
  -webkit-transition: margin 2.5s linear;
  -moz-transition: margin 2.5s linear;
  -ms-transition: margin 2.5s linear;
  -o-transition: margin 2.5s linear;
  transition: margin 2.5s linear;
}

.custom-select .drop li a span {
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  background: #fff;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-select .drop li.selected a span {
  background: var(--aqua);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-select .drop li.selected a span:hover {
  background: #569da5;
}

.custom-select .drop li.selected a span:hover img {
  filter: invert(1);
}

.custom-select .drop li a span:hover img {
  filter: invert(47%) sepia(10%) saturate(5178%) hue-rotate(319deg)
    brightness(125%) contrast(84%);
  opacity: 0.8;
}

.custom-select .drop li a span img {
  opacity: 0.3;
  width: 12px;
}

.custom-select.active::after {
  border-width: 0 5px 5px;
}

.custom-select.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.new_address_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.new_address_popup .address_wrap {
  width: 400px;
  top: 50%;
  left: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.new_address_popup .address_wrap .address_header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.new_address_popup .address_wrap .address_header .close_btn {
  cursor: pointer;
  font-weight: bold;
}

.new_address_popup .address_wrap .address_header p {
  margin-bottom: 0;
}

.new_address_popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.new_address_popup .input-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.new_address_popup .input-wrap input {
  width: 100%;
  height: 100%;
  width: 100%;
  max-width: 500px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  font-weight: 600;
  color: #222;
  font-family: nunito sans, sans-serif;
}

.main-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--purple);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 101;
}

.main-loader .logo-symbol {
  display: block;
}

.main-loader .logo-symbol svg {
  stroke: #fff;
  stroke-width: 3px;
  stroke-dasharray: 200;
  animation: dash 15s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 2500;
  }
}

.main-loader h2 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: raleway, sans-serif;
  margin-top: 50px;
  max-width: 600px;
  text-align: center;
  line-height: 30px;
}

.main-loader input {
  width: 100%;
  height: 40px;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
}

.main-loader .refresh_assets {
  background: 0 0;
}

.page-portfolio #onesignal-bell-container {
  display: none;
}

.alert {
  position: fixed;
  width: auto;
  background: #fff;
  padding: 15px 30px;
  line-height: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  overflow: hidden;
}

.alert.success {
  background: #37d37e;
  box-shadow: 0 2px 10px rgba(55, 211, 126, 0.7);
}

.alert.error {
  background: #eb625f;
  box-shadow: 0 2px 10px rgba(235, 98, 95, 0.7);
}

.alert.show {
  bottom: 50px;
  opacity: 1;
}

.alert.hide {
  bottom: -60px;
  opacity: 0;
}

.alert p {
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
}

.alert img {
  width: 30px;
  filter: invert(1);
  display: none;
}

.alert img.bg {
  position: absolute;
  filter: invert(0);
  width: 130px;
  opacity: 0.05;
  left: -50px;
  top: -60px;
}

.alert h2 {
  display: none;
  margin-left: 15px;
  font-size: 18px;
}

.alert.success .success,
.alert.error .error {
  display: inline-block;
}

.home_video .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.home_video .wrapper .video {
  width: 100%;
}

.home_video .wrapper .content {
  width: 100%;
  text-align: left;
  padding: 20px;
  background: #f1f1f1;
}

.home_video .wrapper .content h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 20px;
}

.home_video .wrapper .content p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}
.tdi_47 {
  margin-right: -22px;
}
.banner-header {
  text-align: center;
  clear: both;
}
.banner-header img {
  max-width: 628px;
}
.mobile-banner-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-banner-header {
    display: block;
  }
  .banner-header img {
    max-width: 100%;
  }
}
.td-js-loaded #td-mobile-nav {
  background-color: #000;
}
