/* Styling */
.wpbfu-wrap {
  margin-bottom: 0!important
}

a.wpbfu-title {
  display: block;
  color: #cc0000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 0;
  text-transform: none;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.wpbfu-title:hover {
  color: #000
}
