/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        8.1.0
Text Domain: bitcoin-news
Domain Path: /languages
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/*
  ____   _  _               _         _   _
 |  _ \ (_)| |             (_)       | \ | |
 | |_) | _ | |_  ___  ___   _  _ __  |  \| |  ___ __      __ ___
 |  _ < | || __|/ __|/ _ \ | || '_ \ | . ` | / _ \\ \ /\ / // __|
 | |_) || || |_| (__| (_) || || | | || |\  ||  __/ \ V  V / \__ \
 |____/ |_| \__|\___|\___/ |_||_| |_||_| \_| \___|  \_/\_/  |___/

*/
@font-face {
  font-family: 'Gilroy';
  src: url('./static/fonts/Gilroy-Medium.eot');
  src: url('./static/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
  url('./static/fonts/Gilroy-Medium.woff2') format('woff2'),
  url('./static/fonts/Gilroy-Medium.woff') format('woff'),
  url('./static/fonts/Gilroy-Medium.ttf') format('ttf');

  font-style: normal;
  font-weight: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./static/fonts/Gilroy-SemiBold.eot');
  src: url('./static/fonts/Gilroy-SemiBold.eot?#iefix')
  format('embedded-opentype'),
  url('./static/fonts/Gilroy-SemiBold.woff2') format('woff2'),
  url('./static/fonts/Gilroy-SemiBold.woff') format('woff'),
  url('./static/fonts/Gilroy-SemiBold.ttf') format('ttf');

  font-style: normal;
  font-weight: 600;
  font-display: fallback;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./static/fonts/Gilroy-Bold.eot');
  src: url('./static/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
  url('./static/fonts/Gilroy-Bold.woff2') format('woff2'),
  url('./static/fonts/Gilroy-Bold.woff') format('woff'),
  url('./static/fonts/Gilroy-Bold.ttf') format('ttf');

  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  position: absolute;
  display: inline-block;
  width: 33px;
  height: 2px;
  top: 0;
  right: 0; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 34px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider[data-show="true"] .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider[data-show="true"] .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider[data-show="true"] .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.header {
  text-align: center;
  grid-column: 1 / -1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px; }
.header__social {
  position: absolute;
  right: 0;
  top: 0; }
.header .social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none !important;
  position: relative;
  opacity: 0.7; }
.header .social-icon:hover {
  opacity: 1; }
.header .social-icon--fb {
  background-image: url("./static/icons/facebook.svg"); }
.header .social-icon--twitter {
  background-image: url("./static/icons/twitter.svg");
  top: 1px; }
.header .social-icon--instagram {
  background-image: url("./static/icons/instagram.svg"); }
.header .social-icon--rss {
  background-image: url("./static/icons/rss.svg");
  top: 2px; }
.header .social-icon--youtube {
  background-image: url("./static/icons/youtube.svg"); }
.header__today {
  font-size: 15px;
  color: #000000a1;
  display: block;
  margin-top: -14px;
  margin-bottom: 10px;
  position: relative; }
.header__search {
  position: relative;
  display: inline-block; }
.header__search__icon {
  background: none;
  border: none;
  background-image: url("./static/icons/search.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 10px;
  opacity: 0.8;
  cursor: pointer;
  outline: none !important; }
.header__search__icon:hover {
  opacity: 1; }
.header__search__container {
  position: absolute;
  background-color: white;
  z-index: 20;
  display: flex;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 1px 2px #00000052;
  top: 27px;
  left: 10px; }
.header__search__container[data-show="false"] {
  display: none; }
.header__search__container__input {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #0000002b;
  border-radius: 2px;
  outline: none !important; }
.header__search__container__button {
  background-color: #2f7cc1;
  color: white;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 12px;
  margin-left: 10px;
  outline: none !important;
  cursor: pointer; }
.header__title {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 10px !important;
  line-height: 50px !important; }
.header__menu {
  width: 34px;
  height: 22px;
  background: none;
  border: none;
  position: absolute;
  top: 14px;
  right: 10px;
  outline: none !important;
  cursor: pointer;
  display: none; }
.header__nav {
  display: block; }
.header__nav ul {
  list-style-type: none; }
.header__nav ul li {
  display: inline-block;
  margin: 0; }
.header__nav a {
  font-size: 17px;
  margin: 0 6px;
  color: inherit;
  position: relative;
  cursor: pointer; }
.header__nav a::after {
  display: none;
  transition: none; }
.header__nav a:hover {
  text-decoration: none; }
.header__nav a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2f7cc1 !important;
  border-radius: 2px; }
.header__graph {
  position: absolute;
  top: 45px; }
.header__graph.hide{
  display: none;}
.header__graph__left {
  left: -17px; }
.header__graph__right {
  right: 17px; }
.header__graph a:hover {
  text-decoration: none; }
.header__graph label {
  font-size: 11px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-weight: 300;
  text-align: left; }
.header__graph__start {
  top: 1px;
  left: 0;
  background-color: #fbfcff;
  padding: 2px 4px;
  border-radius: 11px;
  z-index: 1; }
@media (max-width: 1340px) {
  .header__graph__start {
    left: 5px; } }
.header__graph__price {
  right: -20px; }
.header__graph__days {
  list-style-type: none;
  display: flex;
  height: 55px;
  position: relative; }
.header__graph__days li {
  width: 35px;
  line-height: 130px;
  padding: 0 12px;
  font-size: 8px;
  color: rgba(0, 0, 0, 0.7);
  position: relative; }
.header__graph__days li::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.1); }
.header__graph svg {
  position: absolute;
  top: 0;
  left: 18px;
  width: 212px;
  height: 55px; }

.market-ticker-container {
  position: relative; }
.market-ticker-container.cloned {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px; }

.market-ticker {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: relative;
  margin-top: 23px;
  margin-bottom: -20px; }
.market-ticker__logo {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: -3px;
  z-index: 10;
  background-image: url("./static/icons/pulse.svg");
  background-size: contain;
  display: inline-block; }
.market-ticker ul {
  position: relative;
  margin: 0 !important; }
.market-ticker ul::after {
  content: "*";
  font-size: 16px;
  position: relative;
  top: 3px; }
.market-ticker ul.cloned {
  position: absolute;
  top: 0;
  left: 0;
  top: 10px; }
.market-ticker li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 16px; }
.market-ticker li.bitkan_banner{
  margin: -11px 0 -11px 21px;
}
.market-ticker li.bitkan_banner a{
  position: relative;
}
.market-ticker li.bitkan_banner p{
  position: absolute;
  top: -15px;
  left: 43px;
  font-size: 10px;
}
.bitkan_banner img{
  height: 35px;
  border: none !important;
}
.market-ticker span {
  margin: 0 3px; }
.market-ticker__ticker {
  font-weight: 500; }
.market-ticker__change--plus {
  color: #00c58a; }
.market-ticker__change--minus {
  color: #D93D43; }

@media (max-width: 1260px) {
  .header__graph {
    top: 22px; }
  .header__social {
    top: -8px; } }

@media (max-width: 768px) {
  .market-ticker {
    margin: 0 -10px;
    margin-bottom: -20px; }
  .market-ticker__logo {
    bottom: 5px;
    top: auto;
    right: 4px; }
  .header {
    height: auto; }
  .header__social {
    display: none; }
  .header__graph {
    display: none; }
  .header__title {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 15px; }
  .header__menu {
    display: block; }
  .header__nav {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s; }
  .header__nav[data-show="true"] {
    max-height: 300px; }
  .header__nav a {
    display: block;
    padding: 10px 0; }
  .header__nav a::after {
    display: none !important; }
  .header__search__container {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%); } }

.content-container {
  max-width: 1300px;
  padding: 10px;
  margin: 0 auto; }

.full-grid {
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  display: grid; }

.home,
.home section {
  grid-column: 1 / -1; }

.aside__title {
  margin-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-style: italic; }

@media (max-width: 768px) {
  .full-grid {
    grid-template-columns: none;
    display: block; }
  .aside__title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 13px;
    margin-top: 25px; } }

.story__img {
  margin-bottom: 15px;
  width: 100%; }

.story__title {
  margin-bottom: 20px; }

.story__footer {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4); }

.story .bn_read_more {
  font-style: italic;
  font-weight: bold; }
.story .bn_read_more:hover {
  text-decoration: underline; }

.story--huge__title {
  font-size: 42px; }

.story--huge__excerpt {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4; }

.story--cover {
  color: white;
  text-align: center; }
.story--cover__title {
  color: white; }
.story--cover__link {
  display: block;
  position: relative; }
.story--cover__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); }
.story--cover__img {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0; }
.story--cover__info {
  position: absolute;
  padding: 10px 30px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
.story--cover__title {
  font-size: 26px;
  font-weight: 600;
  margin: 0; }
.story--cover__footer {
  font-size: 13px;
  color: #ffffffc4;
  font-weight: bold;
  margin: 10px 0; }

.story--large {
  margin-bottom: 30px; }
.story--large__title {
  font-size: 30px; }

.story--medium {
  margin-bottom: 32px; }
.story--medium__title {
  font-size: 22px; }
.story--medium__img-container {
  display: inline-block;
  width: 100%; }

.story--small {
  display: grid;
  column-gap: 30px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 30px; }
.story--small a.image_link {
  grid-column: auto / span 2; }
.story--small__text {
  grid-column: 3 / -1; }
.story--small__title {
  font-size: 20px;
  margin-bottom: 15px; }
.story--small__excerpt {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px; }

.story--tiny {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.story--tiny:last-child {
  border-bottom: none; }
.story--tiny__title {
  font-size: 20px;
  margin-bottom: 15px; }

.story--theme__title {
  font-size: 24px; }

.story--theme__excerpt {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.4; }

@media (max-width: 768px) {
  .story--huge__title {
    font-size: 30px; }
  .story--large__title {
    font-size: 17px; }
  .story--cover__info {
    padding: 10px; }
  .story--cover__title {
    font-size: 16px; }
  .story--cover__footer {
    font-size: 11px;
    margin: 5px 0; }
  .story--medium__img-container {
    flex: 0 0 116px;
    margin-right: 10px;
    width: 100%; }
  .story--small {
    column-gap: 15px; }
  .story--small__img {
    margin-bottom: 0; }
  .story--small__excerpt {
    display: none; }
  .story--tiny__img {
    display: none; }
  .story--tiny__title {
    font-size: 17px;
    margin-bottom: 10px; } }

.story-list .story--medium {
  grid-column: auto / span 3; }

.home__middle-grid {
  grid-column: auto / span 6; }

.home__left-aside, .home__right-aside {
  grid-column: auto / span 3; }

.home__breaking {
  background-color: #efefef;
  margin-bottom: 20px;
  min-height: 40px;
  grid-column: -1 / 1; }
.home__breaking__label {
  grid-column: 1 / span 3;
  background-color: #2f7cc1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0; }
.home__breaking__label a {
  width: 100%;
  text-align: center;
  padding: 7px 0;
}
.home__breaking__title {
  grid-column: 4 / -1;
  align-items: center;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  background-color: #efefef;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: italic; }
.home__breaking__title.mobile{
  display: none;
}
.home__breaking__title a {
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis; }
body.post-template-default .home__breaking {
  background-color: #2f7cc1;
  margin: 0;
  margin-bottom: 20px; }
body.post-template-default .home__breaking__label {
  grid-column: 1 / span 2;
  margin-right: -30px;
  max-width: none; }
body.post-template-default .home__breaking__title {
  padding-left: 20px;
  grid-column: 3 / -1; }

.home__top-stories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px; }

.home__oped__img {
  height: 200px;
  width: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 24px; }
.home__oped__img a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.home__latest {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.home__theme {
  background-color: #efefef;
  padding-bottom: 70px; }
.home__theme .wide-title {
  padding: 20px 0;
  font-size: 20px; }
.home__theme .full-grid {
  grid-template-areas: ". ts ts ts ts . as as as as as ."; }
.home__theme .story--theme {
  grid-area: ts; }
.home__theme__stories {
  grid-area: as;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.home__popular-stories-press-releases {
  margin-top: 20px; }
.home__popular-stories-press-releases .ad {
  margin-top: 35px; }

.home__popular-stories {
  margin-top: 60px; }
.home__popular-stories .story {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px; }
.home__popular-stories .story:not(:first-child) {
  margin-top: 20px; }

@media (max-width: 768px) {
  .home__middle-grid, .home__left-aside, .home__right-aside {
    grid-column: 1 / -1; }
  .home__breaking {
    margin-top: 20px;
    height: auto; }
  .home__breaking__title {
    display: none;
  }
  .home__breaking__title.mobile{
    padding: 5px 10px;
    display: block;
    white-space: normal;
  }
  body.post-template-default .home__breaking__label {
    margin-right: 0; }
  .home__featured {
    grid-row: 1; }
  .home__latest .story--medium {
    grid-column: -1 / 1;
    display: flex;
    margin-bottom: 20px; }
  .home__latest .story--medium__img {
    width: 116px;
    margin-right: 10px;
    margin-bottom: 0; }
  .home__latest .story--medium__title {
    font-size: 18px; }
  .home__oped {
    grid-row: 2; }
  .home__oped__img {
    margin-top: 30px; }
  .home__stories-and-comments__stories {
    grid-row: 1; }
  .home__stories-and-comments .home__right-aside {
    grid-row: 2; }
  .home__popular-stories {
    grid-row: 1;
    margin-top: 20px; }
  .home__theme {
    padding-bottom: 25px; }
  .home__theme .story--theme {
    display: none; }
  .home__theme .wide-title {
    margin-bottom: 0; }
  .home__theme .full-grid {
    grid-template-columns: none;
    grid-template-areas: none;
    column-gap: 0;
    padding: 0 20px; } }

.article__poster {
  grid-column: 3 / -1; }

.article__side-info {
  grid-column: auto / span 3;
  max-width: 100%; }

.article__info {
  grid-column: auto / span 2;
  font-size: 15px;
  white-space: nowrap; }
.article__info .wide-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  cursor: pointer; }
.article__info .wide-title:hover {
  text-decoration: underline; }
.article__info__right {
  margin-top: 20px; }
.article__info__author-container {
  white-space: normal; }
.article__info__author a {
  color: inherit; }
.article__info__stats {
  list-style-type: none; }
.article__info__stats li {
  margin-left: 0; }
.article__info__stats__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
.article__info__stats__icon--eye {
  background-image: url("./static/icons/eye.svg"); }
.article__info__stats__icon--comment {
  background-image: url("./static/icons/comment.svg"); }
.article__info__stats__icon .hidden {
  display: none; }
.article__info__date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-style: italic;
  margin: 20px 0;
  display: block; }
.article__info__share-container {
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex; }
.article__info__share {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none !important; }
.article__info__share--fb {
  background-image: url("./static/icons/facebook.svg"); }
.article__info__share--twitter {
  background-image: url("./static/icons/twitter.svg"); }
.article__info__share--reddit {
  background-image: url("./static/icons/reddit.svg");
  background-size: 60%; }
.article__info__share--linkedin {
  background-image: url("./static/icons/linkedin.svg");
  background-size: 50%; }

.article__header {
  grid-column: auto / span 8; }
.article__header__heading,
.article__header .entry-title {
  font-size: 46px; }
.article__header:not(:first-child) {
  margin-top: 20px; }
.article__header__lead {
  font-size: 25px;
  margin: 40px 0; }

.article__body {
  grid-column: 3 / span 7;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }
.article__body iframe {
  max-width: 100%;
  margin: 0 auto;
  display: table;}
.article__body ul {
  padding: 0 0 0 20px; }
.article__body p {
  margin: 25px 0 !important;
  font-size: inherit;
  line-height: inherit; }
.article__body p a {
  color: #2f7cc1; }
.article__body p a:hover {
  text-decoration: underline; }
.article__body blockquote {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  line-height: 1.3;
  margin: 50px 0;
  padding: 10px 20px;
  border-left: 5px solid #eee;
  position: relative; }
.article__body blockquote p::before, .article__body blockquote p::after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 15px; }
.article__body blockquote p::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==") no-repeat;
  left: 2px; }
.article__body blockquote p::after {
  bottom: 18px;
  right: 2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC") no-repeat; }
.article__body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0; }
.article__body figure {
  padding: 20px 0px; }
.article__body figure.left-align {
  float: left;
  padding-right: 30px; }
.article__body figure.left-align .story__img {
  width: 306px; }
.article__body figure figcaption {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-size: 17px;
  margin: 0;
  margin-top: 15px; }
.article__body hr {
  border-top-color: rgba(0, 0, 0, 0.1); }
.article__body h2 {
  font-size: 27px !important;
  line-height: 38px !important;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
  border: none !important;
  text-align: center;
  font-style: normal !important;
  text-transform: none !important;
  color: black !important; }
.article__body__tags-related {
  display: block;
  margin: 50px 0; }
.article__body__tags-related__tags {
  padding-right: 20px; }
.article__body__tags-related__title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5); }
.article__body__tags-related .story {
  padding: 0;
  border: none; }
.article__body__tags-related p {
  font-size: 14px;
  margin: 7px 0; }
.article__body__tags {
  margin: 10px 0; }
.article__body__tags a {
  font-size: 14px; }
.article__body__share-story__icons {
  margin: 10px 0; }
.article__body__share-story__icons a {
  width: 50px;
  height: 50px; }
.article__body__author {
  padding: 40px;
  background-color: #f5f7fb;
  display: flex;
  color: black;
  margin: 30px 0;
  align-items: flex-start; }
.article__body__author__avatar {
  width: 155px;
  flex: 0 0 155px;
  margin-right: 30px; }
.article__body__author__avatar img {
  width: 100%; }
.article__body__author__info {
  flex-grow: 1; }
.article__body__author__info__name {
  font-size: 20px;
  line-height: normal; }
.article__body__author__info__about {
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin: 20px 0 !important; }
.article__body__author__info__about a {
  color: #00c58a; }
.article__body__author__info__social {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: contain;
  background-position: center center; }
.article__body__author__info__social--fb {
  background-image: url("./static/icons/facebook.svg"); }
.article__body__author__info__social--twitter {
  background-image: url("./static/icons/twitter.svg"); }
.article__body__author__info__social--instagram {
  background-image: url("./static/icons/instagram.svg"); }

@media (max-width: 768px) {
  .article__side-info {
    grid-column: 1 / -1; }
  .article__header {
    grid-column: 1 / -1;
    grid-row: 1; }
  .article__header__heading,
  .article__header .entry-title {
    font-size: 23px; }
  .article__header__lead {
    font-size: 11px;
    margin: 15px 0; }
  .article__info {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 11px;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .article__info__left, .article__info__right {
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
  .article__info__right {
    margin-bottom: 10px;
    margin-top: 0;
    flex-direction: column-reverse;
    align-items: flex-end; }
  .article__info__author {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0px;
    margin-top: -2px; }
  .article__info__date {
    margin: 0; }
  .article__info__stats {
    display: flex;
    height: 30px;
    margin-left: -5px; }
  .article__info__stats li {
    margin: 0 3px;
    margin-left: 8px !important; }
  .article__info .wide-title {
    font-size: 14px;
    line-height: 32px; }
  .article__info__share-container {
    display: none;
    margin-top: 0; }
  .article__info__share {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    flex: 0 0 20px;
    position: relative;
    top: 6px; }
  .article__poster {
    grid-column: 1 / -1; }
  .article__body {
    grid-column: 1 / -1;
    font-size: 17px; }
  .article__body blockquote {
    font-size: 18px; }
  .article__body figure.left-align {
    padding: 15px 0;
    padding-right: 15px; }
  .article__body figure figcaption {
    font-size: 10px; }
  .article__body__tags-related {
    flex-direction: column; }
  .article__body__tags-related__tags {
    margin-bottom: 20px; }
  .article__body__tags-related__tags a {
    font-size: 13px; }
  .article__body__author {
    padding: 20px;
    flex-direction: column; }
  .article__body__author__avatar {
    width: 100%;
    height: auto !important;
    margin: 0 auto;
    margin-bottom: 20px !important;
    max-width: 200px !important; }
  .article__body__author__info__name {
    font-size: 18px;
    text-align: center; }
  .article__body__author__info__about {
    margin: 12px 0 !important;
    font-size: 10px; } }

.standard__article {
  grid-column: auto / span 9;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  align-self: flex-start; }
.standard__article p {
  margin: 25px 0; }
.standard__article h1, .standard__article h2, .standard__article h3, .standard__article h4, .standard__article h5, .standard__article h6 {
  font-weight: 500; }
.standard__article__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px; }

.standard__aside {
  grid-column: auto / span 3;
  max-width: 100%; }

.standard__stretch {
  grid-column: 1 / -1; }

@media (max-width: 670px) {
  .standard__article__grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 400px) {
  .standard__article__grid {
    grid-template-columns: repeat(1, 1fr); } }

.press-releases__submit-btn {
  border: 1px solid black;
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 12px; }

.press-releases .aside__title {
  margin-bottom: 18px;
  padding-bottom: 14px; }

.hiring {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px; }
.hiring__img {
  width: 100%; }
.hiring .aside__title {
  font-style: normal;
  border-bottom: none;
  padding-bottom: 15px; }
.hiring__title {
  font-size: 20px;
  margin: 10px 0; }
.hiring__text {
  font-size: 14px; }
.hiring__text a:hover {
  text-decoration: none; }

.podcast {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px; }
.podcast__img {
  width: 100%; }
.podcast .aside__title {
  font-style: normal;
  border-bottom: none;
  padding-bottom: 15px; }

ul.bn-dsq-widget-list.grey {
  margin-top: -1px;}
ul.bn-dsq-widget-list.grey li.bn-dsq-widget-item {
  border-left: none !important; }
ul.bn-dsq-widget-list.grey li.bn-dsq-widget-item:hover {
  border-right: none !important;
  background: none !important; }
ul.bn-dsq-widget-list.grey li.bn-dsq-widget-item p:first-child {
  margin-bottom: -5px; }

.bn-dsq-widget-list {
  list-style-type: none; }

.bn-dsq-widget-comment {
  margin-right: 0 !important; }

.alm-listing li.bn-dsq-widget-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.alm-listing li.bn-dsq-widget-item > p:first-child {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0; }
.alm-listing li.bn-dsq-widget-item > p:first-child b {
  font-weight: normal; }

.bn-dsq-widget-comment {
  font-size: 20px;
  font-style: italic;
  margin: 10px 0;
  display: block; }

.bn-dsq-widget-meta {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4); }
.bn-dsq-widget-meta a {
  color: inherit;
  line-height: normal; }

body {
  background-color: #fbfcff !important;
  line-height: 1.3 !important; }

#td-outer-wrap {
  max-width: 1300px;
  padding: 10px;
  margin: 0 auto;
  overflow: visible !important; }
#td-outer-wrap img {
  border: 1px solid rgba(0, 0, 0, 0.1); }

@media (max-width: 768px) {
  #td-outer-wrap {
    padding: 20px 0; } }

.td-theme-wrap article ol, .td-theme-wrap article ul, .td-theme-wrap article p {
  margin: 20px 0; }

.td-theme-wrap ul, .td-theme-wrap ol {
  margin-bottom: 0; }

.td-theme-wrap ul li, .td-theme-wrap ol li {
  line-height: normal; }

.td-theme-wrap a:hover {
  color: inherit; }

.td-theme-wrap .td-container-wrap {
  background-color: inherit !important;
  padding-top: 0;
  margin: 0 -10px; }

.td-theme-wrap .td-main-content-wrap {
  padding: 0 10px; }

.td-theme-wrap .td-pb-row [class*="td-pb-span"] {
  padding: 0; }

.td-theme-wrap .td-main-content p a {
  color: #2f7cc1; }
.td-theme-wrap .td-main-content p a:hover {
  text-decoration: underline; }

.td-theme-wrap .td-container {
  width: 100%;
  max-width: 1300px; }

.td-theme-wrap .td-pb-row {
  margin: 0 !important; }

.td-theme-wrap h2 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic; }
.td-theme-wrap h2.vc_custom_heading {
  font-size: 20px; }

.td-theme-wrap h2:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0 !important; }

.td-theme-wrap .header {
  max-width: 1300px;
  margin-left: 15px;
  margin-right: 15px;
  width: auto; }
.td-theme-wrap .header__graph__days li {
  margin-left: 0;
  line-height: 130px; }

.td-theme-wrap label {
  margin-bottom: 0; }

.td-theme-wrap .td_block_wrap {
  margin-bottom: 0; }

.td-theme-wrap .home__breaking {
  margin: 0 16px;
  margin-bottom: 20px; }

.td-theme-wrap .home__breaking__title {
  margin: 0;
  line-height: normal;
  font-weight: 300; }

.td-theme-wrap .vc_column_container {
  padding: 0 15px !important; }

.td-theme-wrap .wpb_single_image {
  margin-bottom: 0; }

.td-theme-wrap h1, .td-theme-wrap h2, .td-theme-wrap h3, .td-theme-wrap h4, .td-theme-wrap h5, .td-theme-wrap h6 {
  line-height: normal;
  margin-top: 0;
  font-family: inherit; }

.td-theme-wrap p {
  font-family: inherit; }

.td-theme-wrap aside p {
  margin-bottom: 0; }

.td-theme-wrap .header__nav a {
  font-size: 17px !important;
  margin: 0 6px;
  color: inherit !important;
  position: relative !important;
  padding: 0 !important;
  line-height: inherit !important;
  font-weight: 300 !important; }

.td-theme-wrap .vc_row-has-fill:not(.theme-space) h2 {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding-top: 20px;
  text-transform: uppercase; }

.td-theme-wrap .theme-space {
  margin: 30px 0;
  padding-right: 0 !important;
  padding-left: 0 !important; }
.td-theme-wrap .theme-space h2 {
  border-bottom: none;
  margin-top: 0 !important;
  font-size: 20px;
  text-align: center;
  font-size: 20px;
  padding: 10px 0; }
.td-theme-wrap .theme-space .story--small:first-child {
  margin-top: 0; }

.td-theme-wrap .td_block_story_cover:first-child {
  margin-top: 60px; }

.td-theme-wrap button.vc_general,
.td-theme-wrap a.vc_general {
  border: 1px solid black;
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 12px;
  background: none !important;
  color: inherit !important;
  width: 100%; }
.td-theme-wrap button.vc_general:hover,
.td-theme-wrap a.vc_general:hover {
  border: 1px solid black; }

.td-theme-wrap .hiring__title {
  margin: 10px 0 !important;
  line-height: normal !important; }

.td-theme-wrap li.bn-dsq-widget-item {
  padding-left: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px !important; }

.td-theme-wrap .article {
  margin: 0 15px;
  padding: 0; }
.td-theme-wrap .article__body p span {
  font-weight: inherit !important; }

.td-theme-wrap .alm-disqus {
  grid-column: 3 / span 7; }

.td-theme-wrap .td-a-rec-id-content_top {
  margin-top: 0; }

.td-theme-wrap .alm-listing ul li {
  margin: 0; }

.td-theme-wrap .td_block_padding.td-column-1 .td-block-span12:last-child .td_module_wrap {
  margin-bottom: 0; }

.td-theme-wrap .widget {
  margin-bottom: 0; }

.td-theme-wrap .widget .block-title {
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-style: italic;
  margin-bottom: 13px;
  margin-top: 30px;
  padding: 5px 20px 5px 10px !important; }

.td-theme-wrap .widget .block-title.light {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 !important;}

.td-theme-wrap .article__side-info .widget:first-child .block-title {
  margin-top: 0; }

.td-theme-wrap .block-title > span {
  color: inherit !important;
  font-size: inherit !important;
  padding: 0 !important;
  line-height: inherit;
  background: none; }

.td-theme-wrap .widget p a {
  font-size: inherit;
  font-weight: bold;
  text-decoration: none; }
.td-theme-wrap .widget p a:hover {
  text-decoration: underline; }

.td-theme-wrap .bn_most_commented_post_wrapper ul,
.td-theme-wrap .bn_latest_podcast ul {
  counter-reset: commented-counter; }

.td-theme-wrap .bn_most_commented_post_wrapper li,
.td-theme-wrap .bn_latest_podcast li {
  margin: 15px 0 !important; }
.td-theme-wrap .bn_most_commented_post_wrapper li::before,
.td-theme-wrap .bn_latest_podcast li::before {
  content: counter(commented-counter) ". ";
  counter-increment: commented-counter; }

.td-theme-wrap .bn_most_commented_post_wrapper a,
.td-theme-wrap .bn_latest_podcast a {
  color: inherit;
  font-size: 18px;
  line-height: 24px; }

.td-theme-wrap .bn_most_commented_post_wrapper .disqus-comment-count,
.td-theme-wrap .bn_latest_podcast .disqus-comment-count {
  display: none; }

.td-theme-wrap .bn_twitter_video twitter-widget, .td-theme-wrap .fb-video twitter-widget {
  margin: 0 !important;
  margin-bottom: -5px !important; }

.td-theme-wrap .bn_twitter_video ~ .story--medium__info h6, .td-theme-wrap .fb-video ~ .story--medium__info h6 {
  margin-bottom: 0;
  font-size: 20px; }

.td-theme-wrap .textwidget p {
  font-size: 15px; }

.td-theme-wrap .textwidget img {
  width: 100%; }

.td-theme-wrap .widget_text {
  margin-bottom: 0; }

.td-theme-wrap .widget_media_image > h4 {
  border-bottom: none;
  margin-bottom: 0; }

.td-theme-wrap .td_module_1 {
  padding-bottom: 0; }

.td-theme-wrap figure.wp-caption {
  width: 100% !important; }

.td-theme-wrap .bsap img {
  border: 1px solid #0000002e; }

.td-theme-wrap .side-subscribe {
  margin-top: 10px; }

.td-theme-wrap .market-ticker {
  margin-left: 0;
  margin-right: 0; }
.td-theme-wrap .market-ticker__logo {
  right: -4px; }

.td-theme-wrap .entry-crumbs {
  color: inherit; }

.td-theme-wrap .td-main-sidebar {
  padding-left: 40px !important; }

@media (max-width: 768px) {
  .td-theme-wrap .td-container {
    padding: 0 !important; }
  body.post-template-default .td-theme-wrap .header {
    margin-bottom: 0; }
  .td-theme-wrap .header__nav ul li {
    display: block;
    padding: 10px 0; }
  .td-theme-wrap .theme-space .story--theme {
    margin-bottom: 20px; } }

body.the-satoshi-revolution-by-wendy-mcelroy .td-main-content-wrap {
  margin: 0; }

body.the-satoshi-revolution-by-wendy-mcelroy .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important; }

body.the-satoshi-revolution-by-wendy-mcelroy .hero2 {
  background: none;
  margin: 10px;
  padding: 0;
  padding-bottom: 20px; }
body.the-satoshi-revolution-by-wendy-mcelroy .hero2 .hero2-content {
  max-width: 1250px; }
body.the-satoshi-revolution-by-wendy-mcelroy .hero2 .hero2-content .logo img {
  border: none !important; }

body.the-satoshi-revolution-by-wendy-mcelroy .menu {
  box-shadow: 0px 1px 3px #0000001c; }

body.the-satoshi-revolution-by-wendy-mcelroy .menu .area,
body.the-satoshi-revolution-by-wendy-mcelroy .menu .satoshi-chapter {
  border-left: 0;
  border-radius: 0; }

body.the-satoshi-revolution-by-wendy-mcelroy .menu .area {
  background-color: white; }

body.the-satoshi-revolution-by-wendy-mcelroy .menu .satoshi-chapter {
  background: none; }

body.the-satoshi-revolution-by-wendy-mcelroy div.accordion-heading.satoshi-chapter > a:hover,
body.the-satoshi-revolution-by-wendy-mcelroy div.accordion-heading.area > a:hover,
body.the-satoshi-revolution-by-wendy-mcelroy .nav > li > a:hover {
  background-color: #0000000a;
  color: inherit; }

body.the-satoshi-revolution-by-wendy-mcelroy div.accordion-heading.satoshi-chapter > a:focus,
body.the-satoshi-revolution-by-wendy-mcelroy div.accordion-heading.area > a:focus,
body.the-satoshi-revolution-by-wendy-mcelroy .nav > li > a:focus {
  background-color: inherit;
  box-shadow: inset 3px 0 0 0px #fab915;
  color: inherit; }

body.the-satoshi-revolution-by-wendy-mcelroy .nav li {
  margin-left: 0; }

body.the-satoshi-revolution-by-wendy-mcelroy .accordion {
  margin-bottom: 0; }

body.the-satoshi-revolution-by-wendy-mcelroy .accordion-group {
  border: none;
  margin-bottom: 1px;
  box-shadow: 0px 1px 1px #00000026; }

body.the-satoshi-revolution-by-wendy-mcelroy .accordion-body {
  box-shadow: inset 0px 2px 2px #00000012;
  background-color: #f7f7f7; }

body.the-satoshi-revolution-by-wendy-mcelroy .accordion-inner {
  background: none;
  border: none;
  padding: 0; }

body.the-satoshi-revolution-by-wendy-mcelroy div.accordion-heading.area > a,
body.the-satoshi-revolution-by-wendy-mcelroy div.accordion-heading.satoshi-chapter > a {
  color: inherit; }

body.the-satoshi-revolution-by-wendy-mcelroy h4.block-title {
  text-transform: uppercase;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: none;
  font-style: italic;
  background: none;
  margin-bottom: 20px;
  padding: 0 !important; }

body {
  font-family: Gilroy, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #fbfcff;
  font-weight: 300;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none; }

.ad {
  display: flex;
  background-color: #CCCCCC;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-height: 400px; }

.wide-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  grid-column: -1 / 1; }


/*

*/

article .twitter-tweet {
  display: inline-block;
  margin: 0 auto;
}

.comments_count{
  display: block;}

.comments_count.hidden_counter{
  display: none;}

/*temporary fix */
ul.bn-dsq-widget-list{
  margin-bottom: 30px;
}
.bn-dsq-widget-item:first-child {
  border-top: none;
}

h2.page_title{
  border-bottom: none;
}
#td-outer-wrap img{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget div.story--medium {
  margin-bottom: 16px;
  padding-top: 16px;
}
.widget div.story--medium:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.widget div.story--medium:not(:first-child) a.story--medium__img-container {
  display: none;
}

.bn_most_popular_post_wrapper .story--medium__title {
  font-size:20px;
}

/*
latest comments plugin tweak
*/
.td-theme-wrap .textwidget  p.bn-dsq-widget-meta,
li.bn-dsq-widget-item p.bn-dsq-widget-meta{
  font-size: 13px;
}
span.bn-dsq-widget-comment{
  font-size: 18px;
}
#_fbn_._bsa_show ._bsa_fancybar {top: 72px !important;z-index:9999 !important;}
@media (max-width: 959px) {
  #_fbn_._bsa_show ._bsa_fancybar {top: 52px !important;z-index:9999 !important;}
}

.td-theme-wrap .bn_most_commented_post_wrapper li,
.td-theme-wrap .bn_latest_podcast li {
  padding: 0; }

.alm-listing .article__info__stats li{
  padding:0;
}
.alm-reveal {
  margin-bottom: 100px;
}
.market-ticker span{
  font-family: 'Inconsolata', monospace;
}

div.story--medium_adv_block_title {
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
}
div.story--medium_adv_block_title_overly{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.story.story--medium.advanced,
.story.story--medium.advanced img{
  margin-bottom:0;
}
.story.story--medium.advanced .story--medium__img-container{
  margin-bottom: 15px;
}
.story--medium__info.snippet_info{
  margin-top: 15px;
}

body.home .story--tiny:first-child {
  padding-top: 0;
}
.td_block_story_medium_adv iframe{
  position: relative;
  width: 100%;
}
#bitcoincom-uc-navbar,#bitcoincom-uc-footer{
  font-family: Gilroy, sans-serif;
}

/*
paging tweak
*/
.page-nav .current {
  background-color: #00c58a;
  color: #fff;
  border-color: #00c58a;
}
.page-nav a, .page-nav span {
  border: 1px solid #00c58a;
}

.widget,.widget_recent_entries li {font-family: Gilroy, sans-serif;}
.widget_recent_entries li{font-size: 15px;}

.story__title, .article__header__heading{font-family: Gilroy, sans-serif !important;}
#_defaultcta_ .default-ad{background-color: #00c58a!important;}
 /*
 parent theme tweak
 */
.alignnone img, .aligncenter img{
  width: unset;
}
.wp-caption img{
  width: auto;
}

.standard__article.standard__article__grid .page-nav{
  grid-column-start: 1;
  grid-column-end: 3;
}

#disqus_thread iframe:not(:only-child):first-child{
  display: none;
}

