/*
 Theme Name:   Pawsitive Child
 Theme URI:    http://pawsitive.bold-themes.com
 Description:  Pawsitive child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     pawsitive
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  pawsitive-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/* ==================== ##Preloader ==================== */
#preloader-wrapper {
  background-color: #fdfaf8;
  z-index: 100000;
  position: fixed;
  width: 100%;
  height: 100%;
}

#preloader-wrapper.hidden {
  display: none;
}

.preloader-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.preloader-container>div {
  position: relative;
  display: inline-block;
  animation: 2750ms loader ease-in-out infinite;
  opacity: 0;
}

.preloader-container>div>svg {
  transform: rotate(105deg);
  display: block;
  width: 50px;
  height: 50px;
}

.preloader-container>div:nth-child(odd)>svg {
  transform: rotate(90deg) translateX(-150%) rotate(-15deg);
}

.preloader-container>div:nth-child(1) {
  animation-delay: 0s;
}

.preloader-container>div:nth-child(2) {
  animation-delay: 0.25s;
}

.preloader-container>div:nth-child(3) {
  animation-delay: 0.5s;
}

.preloader-container>div:nth-child(4) {
  animation-delay: 0.75s;
}

.preloader-container>div:nth-child(5) {
  animation-delay: 1s;
}

.preloader-container>div:nth-child(6) {
  animation-delay: 1.25s;
}

.preloader-container>div:nth-child(7) {
  animation-delay: 1.5s;
}

.preloader-container>div:nth-child(8) {
  animation-delay: 1.75s;
}

.preloader-container>div:nth-child(9) {
  animation-delay: 2s;
}

.preloader-container>div:nth-child(10) {
  animation-delay: 2.25s;
}

@keyframes loader {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.mouse-tail {
  position: fixed;
  background-color: transparent;
  background-image: url(assets/paw.svg);
  width: 16px;
  height: 16px;
  position: fixed;
  pointer-events: none;
  z-index: 100000;
  transition: transform 0.1s ease-out;
  mix-blend-mode: difference;
  box-shadow: #7ac143;
}