/*
Theme Name: Elearning Online Courses Pro
Theme URI: https://www.themagnifico.net/products/online-courses-wordpress-theme/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Online Courses WordPress Theme is a high-quality theme specifically tailored for creating and managing online courses, eLearning platforms, and educational websites. It comes with advanced functionalities and a comprehensive set of tools. It also provides an exceptional platform for delivering engaging and effective online education. The Online Courses WordPress Theme comes with a sleek and modern design and offers a visually appealing and professional interface that captures the attention of learners and creates a positive first impression. The theme is fully responsive and ensures that your courses and educational content can be accessed seamlessly on any device, including desktops, laptops, tablets, and mobile phones. The Online Courses WordPress Theme provides extensive customization options, allowing you to personalize your online course platform to align with your brand identity. The theme also includes a wide range of pre-designed templates and page layouts, making it effortless to present your course content in an organized and visually appealing manner.
Version: 0.0.2
Requires at least: 5.0
Tested up to: 5.9
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: elearning-online-courses-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Elearning Online Courses Pro WordPress Theme has been created by Themagnifico(Themagnifico.net), 2023.
Elearning Online Courses 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:#ff4f57;animation-delay:-1.5s}
.load :nth-child(2){background:#ff4f57;animation-delay:-1s}
.load :nth-child(3){background:#ff4f57;animation-delay:-0.5s}
.load :last-child{background:#ff4f57}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

