/*
Theme Name: Legacy Wellness Coach Pro
Theme URI: https://www.legacytheme.net/products/wellness-coach-wordpress-theme/
Author: Legacytheme
Author URI: https://www.legacytheme.net/
Description: The Wellness Coach WordPress Theme is a beautifully crafted, elegant, and user-friendly theme designed specifically for wellness mentor, holistic health coach, fitness and wellness, personal health guide, healthy lifestyle tips, nutrition coaching, body mind balance, mindful living blog life coaches, wellness mentors, therapists, and holistic professionals. Its minimal and sophisticated design ensures your services and content remain the center of attention. With a fully responsive, retina-ready layout, your site will look stunning on all devices. The theme comes with built-in features like a customizable banner, testimonial section, team section, and Call to Action (CTA) buttons that help establish credibility and encourage client interaction. Built using Bootstrap and clean code, it ensures faster page load times and secure performance. It also includes SEO-friendly structure, translation-ready support, and intuitive shortcodes for ease of use. Whether you’re promoting one-on-one coaching, group sessions, or online programs, the Wellness Coach WordPress Theme offers everything needed to showcase your brand in a professional, modern, and multipurpose layout.
Version: 0.0.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: legacy-wellness-coach-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Legacy Wellness Coach Pro WordPress Theme has been created by Legacytheme(legacytheme.net), 2025.
Legacy Wellness Coach Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.bypostauthor {
  font-weight: 600;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #01464B;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
/* HTML: <div class="loader"></div> */
.loader {
  --c:no-repeat linear-gradient(#FFFFFF 0 0);
  background: 
    var(--c),var(--c),var(--c),
    var(--c),var(--c),var(--c),
    var(--c),var(--c),var(--c);
  background-size: 16px 16px;
  animation: 
    l32-1 1s infinite,
    l32-2 1s infinite;
}
@keyframes l32-1 {
  0%,100% {width:45px;height: 45px}
  35%,65% {width:65px;height: 65px}
}
@keyframes l32-2 {
  0%,40%  {background-position: 0 0,0 50%, 0 100%,50% 100%,100% 100%,100% 50%,100% 0,50% 0,  50% 50% }
  60%,100%{background-position: 0 50%, 0 100%,50% 100%,100% 100%,100% 50%,100% 0,50% 0,0 0,  50% 50% }
}

.woocommerce .loader::before{
  background:  none  !important;
}