/****************************************
  ==== SEPARATORS
****************************************/

.separator {
  display: flex;
  align-items: center;
  font-size: 1.4em; text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #F7F4F2;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

/****************************************
  ==== BUTTONS
****************************************/

.btn-white {
  background-color: #ffffff; border: 2px solid #9E007E;
}
.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #9E007E; text-decoration: none; outline: 0;
}

.btn-white:focus {
  background-color: #fff;
}

.btn-white:active {
  background-color: #F5E6F2;
}

.btn-white:hover {
  background-color: #FFF;
}
