/**
 * @package 	WordPress
 * @subpackage 	Yoga Fit
 * @version		1.0.0
 */


/*! pace 0.5.1 theme */


.pace .pace-progress {
  background: #ff6b6b;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

