hr.separator {
	display: block;
	margin: 16px auto 0;
	width: 100%;
	height: 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

hr.separator--text {
	margin: 40px auto -15px!important;
}

hr.separator--line {
	height: 1px!important;
}

hr.separator--text + h6 {
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0 0 40px 0;
  padding: 5px 10px;
  transform: translateX(-50%);
  font-size: 12px;
	line-height: 18px;
  font-weight: 200;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}
