/**
 * @file
 * Styles for Conference+'s mini pager.
 */

/* Using .pager selector on the first one to override .region-content ul. */
.pager__items {
  margin: 20px 0;
  font-size: 0;
  padding: 20px 0 0;
  text-align: center;
  border-top-width: 4px;
  border-top-color: #f0f0f0;
  border-top-style: double;
}
li.pager__item {
  padding: 0;
  margin: 0;
  display: inline-block;
}
li.pager__item > a,
li.pager__item.is-active {
  font-size: 16px;
  text-align: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  margin: 0 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 36px;
  text-decoration: none;
  background-color: transparent;
  color: #656565;
  display: inline-block;
}

/*mini pager @colored regions*/
.region--light-typography li.pager__item > a,
.region--light-typography li.pager__item.is-active {
  color: #ffffff;
  background-color: transparent;
}
.region--light-typography li.pager__item a:hover,
.region--light-typography li.pager__item a:focus {
  border-color: #ffffff;
  color: #ffffff;
}

/*Reset Bootstrap's rules*/
.pager {
  margin: 0;
}
