/**
 * Concourse Media Infinite Scrolling WordPress Plugin Stylesheet.
 *
 * @author David Magnus <dmagnus@concoursemedia.com>
 * @version 2.0
 */

#cmis-overlay {
  /* Start hidden, show only when loading. */
  display: none;
  
  /* Fix loading bar to the bottom of the viewport. */
  position: fixed;
  bottom: 0;
  z-index: 10000;
  
  /* Style Loading Bar */
  width: 100%;
  text-align: center;
  height: 64px;
  background-color: rgba( 0, 0, 0, .6 );
}
#cmis-overlay > img {
  max-height: 32px;
  margin-top: 16px;
}