/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-hashbar-hashbar-button p {
  display: inline-block; }

.hashbar-free-wraper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }

.has-text-align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.has-text-align-left {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.has-text-align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.ht-promo-banner {
  padding: 50px 35px;
  background: #0a0d35;
  width: 250px;
  border-radius: 5px;
  position: relative; }

.ht-promo-button a {
  text-decoration: none;
  padding: 10px 16px;
  background-color: #ffdf43;
  color: #000;
  border-radius: 5px;
  display: inline-block; }

.ht-content .promo-title {
  margin: 0px;
  font-weight: 600; }

.ht-content .promo-summery {
  font-size: 17px;
  margin-top: 15px; }

.ht-content .promo-title, .ht-content .promo-summery {
  color: #fff; }

.ht-promo-button {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500; }

.ht-content {
  z-index: 9;
  position: relative; }

.ht-promo-button {
  z-index: 9;
  position: relative; }

.ht-promo-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 8; }
