/*----------------------------------------*/
/*  PACE LOADING
/*----------------------------------------*/
/* This is a compiled file, you should be editing the file in the templates directory */
/* This is a compiled file, you should be editing the file in the templates directory */


/*body > :not(.pace),body:before,body:after {
  -webkit-transition:opacity .1s ease-in-out;
  -moz-transition:opacity .1s ease-in-out;
  -o-transition:opacity .1s ease-in-out;
  -ms-transition:opacity .1s ease-in-out;
  transition:opacity .1s ease-in-out
}

body:not(.pace-done) > :not(.pace),body:not(.pace-done):before,body:not(.pace-done):after {
  opacity:0.6
}*/
/*#pagecontent {
    opacity: 0.6;
}

#pagecontent {
	-webkit-transform: opacity 0.1s ease;
	-moz-transform: opacity 0.1s ease;
	-o-transform: opacity 0.1s ease;
	-ms-transform: opacity 0.1s ease;
	transform: opacity 0.1s ease;
}

body.pace-running #pagecontent {
    opacity: 0.6;
}
body.pace-done #pagecontent {
    opacity: 1;
}*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FD397A;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.loading-overlay {
  display: table;
  opacity: 0.5;
}

.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000;
}

.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
}