/**
 * @file
 * Visual styles for Newsplus's node links.
 */
ul.inline li {
  padding: 0 8px 0 0;
}
ul.links.inline li a,
.more a,
ul.links.inline li.statistics-counter {
  font-size: 11px;
  padding: 7px 15px;
  min-width: 105px;
  background-color: #dddddd;
  display: inline-block;
  text-align: center;
  margin-top: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

ul.links li a:hover,
.more a:hover {
  color: #fff;
  text-decoration: none;
}

/* Promoted view attachment links */
.promoted-posts .node__links {
  text-align: right;
}
.promoted-posts ul.inline li {
  padding: 0 0 0 8px;
}
.promoted-posts ul.links li.statistics-counter {
  padding: 7px 15px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .promoted-posts ul.links li.statistics-counter{
    margin-left: 0;
  }
  ul.links li a,
  .more a {
    padding: 7px 10px;
    min-width: 0px;
    margin-top: 5px;
  }
  ul.links li span {
    padding-right: 10px;
  }
}

/* Sponsor banner and links */

.sponsored-banner {
  text-align: center;
}

.sponsored-banner .sponsored-link {
  font-size: 12px;
  color: #7d7d7d;
  text-align: center;
}

.sponsored-banner-sidebar {
  text-align: center;
  min-height: 280px;
}

.sponsored-banner-sidebar > div > div {
  padding-bottom: 25px !important;
  text-align: center;
}

.sponsored-banner-footer > div > div {
  padding-top: 25px !important;
}

/* Used in Sponsors carousel */
.sponsor-logo-heading {
  font-size: 12px;
  font-weight: 700;
  color: #b82601;
  text-transform: uppercase;
  margin-left: 3px;
  position: relative;
  bottom: 8px;
}

/* Used in Featured Posts page */
.featured-list-heading {
  font-size: 14px;
  font-weight: 700;
  color: #b82601;
  text-transform: uppercase;
  margin-left: 3px;
}

/* Used in Featured Posts grid on home page */
.featured-grid-heading {
  font-size: 13px;
  font-weight: 700;
  color: #b82601;
  margin-left: 3px;
}

/* Used above title in Featured Post */
.featured-post-heading {
  font-size: 18px;
  font-weight: 700;
  color: #b82601;
  text-transform: uppercase;
  text-align:center;
}

.field-content .organisation-link a{
  display: inline;
}