/**
 * @file
 * Visual styles for Arches's featured top.
 */

.featured-top {
  margin: 0;
  background: #000000;
  max-height: 500px;
  overflow: hidden;
  border-bottom: 5px solid #d6d2c4;
}
.featured-top h2 {
  font-size: 1.2em;
  line-height: 1;
}
.featured-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  text-shadow: 1px 1px #ffffff;
}
.featured-top .block .content {
  margin-top: 0;
}
.featured-top .field-content {
  line-height: 0;
}
.featured-top .field-content img {
  width: 100%;
}
.featured-top .widget_pager {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.featured-top .widget_pager .views-content-field-image {
  float: left;
  padding: 5px;
}
.featured-top .widget_pager .views-content-field-image img {
  border-radius: 50%;
}
.featured-top .widget_pager .active .views-content-field-image img {
  border: 3px solid #d6d2c4;
  margin-top: -3px;
}


.featured-top .skin-default {
  position: relative;
}
.featured-top .views-slideshow-controls-top {
  position: absolute;
  top: 424px;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
