/**********************
  * Buttons *
***********************/

a.btn-yellow {
  display: inline-block;
  color: #333333;
  font-family: "Source Sans Pro", Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  border-radius: 2px;
  background-color: #fdd511;
  box-shadow: 0 2px 4px 0 rgba(85, 85, 85, 0.5);
  padding: 0.4rem 0.9rem;
  text-decoration: none;
  transition: background .4s;
}

a.btn-yellow::after {
  content: none;
}

a.btn-yellow:hover {
  background-color: #fdd511;
}

.view-pages-teasers .node-page.view-mode-teaser .ecl-link,
a.btn-yellow--chevron {
  background: #fdd511 url("../images/chevron.svg") no-repeat right;
  background-size: 8px;
  background-position: right 10px center;
  padding-right: 36px;
  transition: background .4s;
}

.view-pages-teasers .node-page.view-mode-teaser .ecl-link:hover {
  background-color: #f8e68b;
}
