/*
Theme Name: Coaching Classes Pro
Theme URI: https://www.themagnifico.net/products/coaching-classes/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Coaching Classes WordPress Theme is a powerful digital solution tailored for educators, tutoring professionals, coaching centers, and anyone engaged in the field of education. It’s a versatile and comprehensive platform that enables the creation of a captivating and engaging online learning environment, making it a valuable asset for both experienced educators and newcomers. One of the key advantages of opting for a premium theme like this is the advanced and exclusive features it offers. These features are carefully curated to empower educators, and it allows them to craft a professional and feature-rich online learning hub. From a visual perspective, this premium theme boasts a clean, modern, and professional design. It’s not only aesthetically pleasing but also user-friendly, ensuring a polished and organized online learning environment. The layout and visual elements of this premium theme are thoughtfully selected to reflect professionalism and trustworthiness, key attributes in the field of education.
Version: 0.0.2
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4.30
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: coaching-classes-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Coaching Classes Pro WordPress Theme has been created by Themagnifico(Themagnifico.net), 2018.
Coaching Classes Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.bypostauthor {
  font-weight: 600;
}
.wpcf7-spinner {
  display: none;
}

/*--------- Site Loader --------------*/

.preloader {
  background: #f4f9ff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.load{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100px;
  height:100px;
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite;
}
.load :first-child{background:#91cd53;animation-delay:-1.5s}
.load :nth-child(2){background:#1b3075;animation-delay:-1s}
.load :nth-child(3){background:#91cd53;animation-delay:-0.5s}
.load :last-child{background:#1b3075}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

