/**
 * Article Lists and Pages
 */

/******************************************************************************************************************************//*
* 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: #00A3D9;
}

/******************************************************************************************************************************//*
* 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);
}

/*****************************************************************************************************************************
* Printer icon
******************************************************************************************************************************/
/* QUIQUI TEST CODE */
.print__link.print__link--pdf {
  background-image: url(../../../images/share-circle-print.svg);
  background-repeat: no-repeat;
}
a.print__link.print__link--pdf {
  text-indent: -9999px;
  display: block;
  height: 25px;
  width: 25px;
  background-size: 25px;
  position: absolute;
  right: 0;
}

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

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

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

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