/*  Romance Styles */

.article-topper, .storyFooter, .list-topper, .category-topper, .bookPage-bookFooter, .authorEmailSignup  {
  background-color: #ffeff1;
}
  .storyFooter {
    border-top: 3px solid #ff1d8d;
  }

.l-pullUp--big, .category-pullUp, .l-pullUp--small {
  border-top: 3px solid #ff1d8d;
}

  .socialLink {
    background-color: #ff1d8d;
  }

  .socialLink:hover {
    background-color: #ee0e7e;
  }

.seperator,
.seperator--gold {
  border-bottom: 1px solid #ff1d8d;
}
  .seperator:after, .seperator:before,
  .seperator--gold:after, .seperator--gold:before {
    background-color: #ff1d8d;
  }

  .seperatorIcon {
    display: none;
  }

.bookPage-topperMod {
  border-bottom: 3px solid #ff1d8d;
}

.emailMod--big {
  border-top: 3px solid #ff1d8d;
}

.article-textWidth h1:before, .h1:before,
.article-textWidth h1:after, .h1:after {
  border-bottom: 1px solid #ff1d8d;
}

.storyTease:nth-child(2) {
  border-top: 1px solid #ddd;
}