/*
Theme Name: LMS Education Study Pro
Theme URI: https://www.themagnifico.net/products/education-wordpress-theme-bundle
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: 
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: lms-education-study-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
LMS Education Study Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2025.
LMS Education Study Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Riot&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Just+Another+Hand&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Riot&display=swap');
.bypostauthor {
  font-weight: 600;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}



/* ============ Loader 3 ============== */
.loader3 {
  position: relative;
  width: 180px;
  height: 140px;
  
  &:after, &:before {
      position: absolute;
      content: "";
      background-color: #FF782D;
  }
  
  &:after {
      height: 40px;
      width: 40px;
      left: 70px;
      top: 50px;
      border-radius: 3px;
      background-color: #FFD952;
      animation: loader-rotate1 1.8s ease-in-out infinite;
      animation-direction: alternate;
      transform-origin: center center;
  }
  
  &:before {
      height: 80px;
      width: 80px;
      top: 30px;
      left: 50px;
      border-radius: 7px;
      background-color: #005E4F;
      animation: loader-rotate2 1.8s ease-in-out infinite;
      animation-direction: alternate;
      transform-origin: center center;
  }
}

@keyframes loader-rotate1 {
  0% {
      transform: rotate(0deg) scale(1);
  } 
  65% {
      transform: rotate(-90deg) scale(0.3);
  }
  100% {
      transform: rotate(270deg) scale(1.2);
  }
}
@keyframes loader-rotate2 {
  0% {
      transform: rotate(0deg) scale(1);
  } 
  45% {
      transform: rotate(90deg) scale(0.8);
  }
  100% {
      transform: rotate(-270deg) scale(1.1);
  }
}






