/*!
Theme Name: Quadcraft
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Quadcraft theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quadcraft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: quadcraft
Template Id: prod-15285
*/

#toTop {
	cursor: pointer;
}
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.bar {
  position: relative;
  width: 300px;
  height: 2px;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 10px;
}

.bar:before {
  content: "";
  width: 80px;
  height: 100%;
  z-index: 1;
  position: absolute;
  transform: translate(0, 0);
  animation: moving 2s infinite;
  border-radius: 10px;
  background: #00c8ec;
}

.preloader-image-wrap + .bar {
  margin-top: 20px;
}

@keyframes moving {
  0%,
  100% {
    transform: translate(-40px, 0);
  }
  50% {
    transform: translate(260px, 0);
  }
}
