/*
Theme Name: Tutor Academy Pro
Theme URI: https://www.themagnifico.net/products/tutor-university-wordpress-theme/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Bring a new online learning experience with this Tutor University WordPress Theme. It is a powerful theme for starting websites that are focussed on online education and learning systems. With this theme, you can bring a fully functional online education portal for providing easy learning. It comes with a wonderful header showing simple menus that you can tweak and add more to the existing ones. Followed by an impressive slider, it brings plenty of slider settings for giving control regarding the display of imagery and adjusting the slider timings. Tutor University WordPress Theme nicely categorizes the courses offered to provide a better experience for the learners as they can search through the Search Box and find the relevant courses they are looking for. Woocommerce compatibility of the theme is very useful as you will be able to provide and sell ebooks, courses, and study material online and accept online course fees as well.
Version: 0.0.3
Requires at least: 5.0
Tested up to: 6.8
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: tutor-academy-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Tutor Academy Pro WordPress Theme has been created by Themagnifico(Themagnifico.net), 2022.
Tutor Academy 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:#00cde7;animation-delay:-1.5s}
.load :nth-child(2){background:#115a4f;animation-delay:-1s}
.load :nth-child(3){background:#00cde7;animation-delay:-0.5s}
.load :last-child{background:#115a4f}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

