@import "goldvariable";
.clr-hme{
  color: $hiremee;
}
.p-t-3{
  padding-top: 3px;
}
.f-11{
  font-size: 11px;
}
.bg-hiremee{
  background-color: $hiremee;
}
.bgm-blue{
  background-color: #2CA5DB;
}
.bgm-green{
  background-color: #07AC1D !important;
}
.c-green{
  color: #07AC1D !important;
}
.bg-black{
  background-color: lighten($black, 40%);
}
.bg-red{
  background-color: $danger !important;
}
.c-red{
  color: $danger !important;
}
.c-white{
  color: $white;
}
.c-gray{
  color: darken($white, 35%);
}
.f-small{
  font-size: 12px;
}
.height-2{
  height: 56px !important;
}
.c-yellow{
  color: #E6D814 !important;
}
.no-border{
  border: none !important;
}
.border-gold{
  border: 1px solid #ce9b28 !important;
}
.bgm-gold-light{
  background-color: lighten($gole-primary-clr, 20%) !important;
}
.gold-text{
  background-image: linear-gradient(to right, $gole-primary-clr, $gold-secondary-clr);
  -webkit-background-clip: text;
  background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  color: transparent;
  line-height: 1.2;
  border: none;
}
.bgm-gold{
  background: linear-gradient(to right, $gole-primary-clr, $gold-secondary-clr) !important;
}
.c-white-gray{
  color: lighten($black, 70%) !important;
}
.hme-gold-cta-button-main-light{
	background-color: $white;
	border: .11rem solid lighten($gole-primary-clr, 5%);
  padding-left: 20px;
	padding-right: 20px;
  margin: 8px;
	font-weight: 500;
  border-radius: 1px;
  & .button-text{
    background-image: linear-gradient(to right, $gole-primary-clr, $gold-secondary-clr);
    -webkit-background-clip: text;
    background-clip: text;
    -moz-background-clip: text;
    font-size: 16px;
    font-weight: 700;
    -o-background-clip: text;
    color: transparent;
  }
}
.p-10{
padding: 10px !important;
}
.hme-gold-cta-button-main{
	background-color: $gold-hme-color-dark;
	border: .11rem solid lighten($gole-primary-clr, 5%);
  padding-left: 40px;
	padding-right: 40px;
  margin: 8px;
	font-weight: 600;
  border-radius: 2px;
  & .button-text{
    background-image: linear-gradient(to right, $gole-primary-clr, $gold-secondary-clr);
    -webkit-background-clip: text;
    background-clip: text;
    -moz-background-clip: text;
    font-size: 18px;
    font-weight: 700;
    -o-background-clip: text;
    color: transparent;
  }
	&:hover{
		background: linear-gradient(to left, $gole-primary-clr, $gold-secondary-clr);
		border: .11rem solid darken($gole-primary-clr, 25%);
    color: lighten($black, 100%);
    box-shadow: 0 0 5px lighten($black, 45%);
    transform: translateY(-2px);
    & .button-text{
      color: lighten($black, 100%);
      font-weight: 400;
    }
	}
}
.gold-badge-success{
  padding: 1px 4px;
  margin-bottom: 1px;
  background-color: #A3D444;
  color: $white !important;
  display: inline-block;
  border-radius: 2px;
}
.gold-badge-warning{
  padding: 1px 4px;
  margin-bottom: 1px;
  background-color: #FFBC00;
  color: $white !important;
  display: inline-block;
  border-radius: 2px;
}
.no-border{
  border: none !important;
}
.s-t-header{
  bottom: -3px !important;
}
.completed{
background: -webkit-linear-gradient(#b98204 0%, #ce9b28 100%) !important;
background: -o-linear-gradient(#b98204 0%, #ce9b28 100%) !important;
background: linear-gradient(#b98204 0%, #ce9b28 100%) !important;
}
.bgm-blue-light{
  background: darken(#057DCA, 5%)!important;
  border-left: 1px solid darken(#057DCA, 12%) !important;
}
.bgm-blue-dark{
  background: lighten(#057DCA, 5%)!important;
}
.bgm-cyan-light{
  background: darken(#00BAF3, 5%)!important;
  border-left: 1px solid darken(#00BAF3, 12%) !important;
}
.bgm-cyan-dark{
  background: lighten(#00BAF3, 5%)!important;
}
