/**
 * Article Lists and Pages
 */

h2.page-subhead {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  margin-top: .3em;
}

/******************************************************************************************************************************//*
* Paragraphs items
********************************************************************************************************************************/

/* Pull quotes */
.paragraph--type--pull-quote .tweet_this a::before {
  background-image: url(../../../images/share-circle-twitter.svg);
}

/******************************************************************************************************************************//*
* Author Sidebar
********************************************************************************************************************************/

.is-article .join-conversation h3 a {
  color: #480571;
}

/******************************************************************************************************************************//*
* Dateline and Share This Social Buttons
********************************************************************************************************************************/

.social-share a.facebook {
  background-image: url(../../../images/share-circle-facebook.svg);
}
.social-share a.twitter {
  background-image: url(../../../images/share-circle-twitter.svg);
}
.social-share a.email {
  background-image: url(../../../images/share-circle-email.svg);
}
.social-share a.print {
  background-image: url(../../../images/share-circle-print-large.svg);
}

/******************************************************************************************************************************//*
* Ad styles
********************************************************************************************************************************/

#inline-ad-label h2,
.paragraph--type--advertisement p {
  font-size: .6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #000;
}

/*****************************************************************************************************************************//*
* Articles: right sidebar
********************************************************************************************************************************/

.stories-readers-like-sidebar h2,
.related-content-sidebar h2 {
  color: #480571;
}
.stories-readers-like-sidebar h2::before,
.related-content-sidebar h2::before {
  border-top: 1px solid #480571;
}
.stories-readers-like-sidebar a {
  color: #000;
}
.stories-readers-like-sidebar .views-field-counter {
  color: #480571;
}
