/*
Theme Name: Online Tutor Pro
Theme URI: https://www.themagnifico.net/demo/online-tutor/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Online Tutor WordPress Theme is an ideal option for all education related websites. You can install this premium theme in just one click and absolutely no coding required. It is a complete solution for a perfect education website. This theme offers you many amazing features like online courses, online classes, user profile, teacher profile, quiz management, course progress tracking Instrument sale, etc. The theme is very easy to use and comes with numerous unique readymade page layouts. Within the shortest time, you can build your website for any type of educational institute. You can build your site easily with the no.1 WordPress page builder Elementor. You don’t have to strive hard to create any page or content for your educational website, as the theme is entirely compatible with Elementor. There is no prior coding knowledge needed to use the page builder. You just need to simply drag & drop the elements on the frontend and take full control over your website.
Version: 0.0.4
Requires at least: 5.0
Tested up to: 5.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: online-tutor-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Online Tutor Pro WordPress Theme has been created by Themagnifico(Themagnifico.net), 2018.
Online Tutor 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:#ffa155;animation-delay:-1.5s}
.load :nth-child(2){background:#1b3075;animation-delay:-1s}
.load :nth-child(3){background:#ffa155;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%)}
}

