
/*
* STAGING DATE
*/
.sqe-sd__fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999;
}
.sqe-sd__fixed.sqe-sd__bottom {
  bottom: 0;
}
.sqe-sd__fixed.sqe-sd__top {
  top: 0;
}
.admin-bar .sqe-sd__fixed.sqe-sd__top {
  top: 32px;
}
.sqe-sd__content {
  width: 100%;
  background: #d1453c;
  text-align: center;
  padding: 4px 6px 6px;
}
.sqe-sd__content span {
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: arial !important;
}
.sqe-sd__content .sqe-sd__title {
  display: inline-block;
  color: black !important;
  background-color: white;
  padding: 2px 4px;
  margin-right: 8px;

}
.sqe-sd__content .sqe-sd__date {
  color: white !important;
}

/*
* CURRENT TEMPLATE
*/
/* Hide previous solution */
span.wp-template {
  display: none !important;
}

.sqe-ct {
  position: fixed;
  z-index: 999999;
  background-color: black;
  padding: 10px 10px 0;
}
.sqe-ct__top {
  top: 50px;
}
.sqe-ct__middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sqe-ct__bottom {
  bottom: 50px;
}
.sqe-ct__left {
  left: 50px;
}
.sqe-ct__right {
  right: 50px;
}
.sqe-ct__title,
.sqe-ct__value {
  font-family: arial !important;
  color: white !important;
}
.sqe-ct__title {
  font-size: 10px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px !important;
}
.sqe-ct__value {
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 10px;
}
