.theme-default{
  position: relative;
}
.hire{
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  z-index: 100;
  color: white;
  background: rgba(199, 52, 52, 0.9);
  font-size: 15px;
  font-weight: bolder;
  text-align: center;

  visibility: visible!important;
}
