/**
 * IE8-specific styles.
 */

/* Prevent views slideshow from auto-shrinking images. */
.views-slideshow-cycle-main-frame-row {
  width: 715px !important;
}

/* Fix search box width bug. */
.region-before-content #views-exposed-form-search-drupal-page input[type=text] {
  background: inherit;
  max-width: inherit;
  padding-right: 0px;
  width: 430px !important;
}

.region-before-content #views-exposed-form-search-drupal-page input[type=submit] {
  position: absolute;
  left: 0px;
  max-width: inherit;
  top: 5px;
}

/* Fix missing images bug on homepage events */
.view-home-featured-content img {
  max-width: none !important;
}

/* Fix wrapping items in social footer menu */
.social-list li a {
  display: inline-block;
  width: 100%;
}
