/*
 Theme Name:   Wellnez Child
 Theme URI:    https://wordpress.vecurosoft.com/wellnez/
 Description:  This is a child theme for Wellnez WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     wellnez
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  wellnez-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


#loader-main {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}
#loader {
  border: 10px solid rgba(217, 217, 217, 0.1);
  border-radius: 50%;
  border-top: 10px solid #049f5e;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  bottom: 0;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
