/*--------------------------------------------------------------
* Timeline Express - AJAX Limits Add-On
* @author Code Parrots <support@codeparrots.com>
* Copyright © 2017 Code Parrots. All Rights Reserved.
----------------------------------------------------------------

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# AJAX Limits
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# AJAX Limits
--------------------------------------------------------------*/
/**
* Frontend Styles for the ajax limits add-on
*
* @author Code Parrots <codeparrots@gmail.com>
*
* @since 1.0
*/
.timeline-express-load-more-button {
  display: block !important;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2em;
  z-index: 10; }

.te-loading-more {
  background-repeat: no-repeat !important;
  background-position-y: 50% !important;
  background-position-x: 50% !important;
  opacity: .7; }

.new-announcement-item {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0; }
