/*
Theme Name: NGO Fundraiser Pro 
Theme URI: https://www.themagnifico.net/products/ngo-fundraiser-wordpress-theme/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The NGO Fundraiser WordPress Theme is a comprehensive and sophisticated digital solution tailored to empower non-profit organizations in their noble missions. This premium theme goes beyond aesthetics, combining cutting-edge design with advanced features to create a compelling and impactful online presence for NGOs. At its core, the theme boasts a visually stunning design that transcends the ordinary. Crafted with attention to detail, the layout is not only aesthetically pleasing but also strategically organized to ensure that visitors can easily navigate and understand the organization’s mission, values, and the impactful work they do. This design philosophy creates an immersive and emotionally resonant experience for potential supporters. One of the standout features is the seamless and advanced donation system. The premium theme elevates the donation experience, making it not only easy but also engaging for supporters to contribute to the organization’s efforts. The integration of sophisticated donation buttons and forms ensures a frictionless and secure transaction process, encouraging individuals to actively participate in the fundraising initiatives.
Version: 0.0.2
Requires at least: 5.0
Tested up to: 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: ngo-fundraiser-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

NGO Fundraiser Pro  WordPress Theme has been created by Themagnifico(Themagnifico.net), 2023.
NGO Fundraiser Pro  WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.bypostauthor {
  font-weight: 600;
}

/*--------- 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;
  opacity: 1;
}

.load :first-child{background:#FF9F0D;animation-delay:-1.5s}
.load :nth-child(2){background: #000;;animation-delay:-1s}
.load :nth-child(3){background:#FF9F0D;animation-delay:-0.5s}
.load :last-child{background: #000;}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}
#sticky-onoff {
  display: none;
}
.fixed-header {
position: fixed;
top:0;
right:0;
padding: 0 35px;
width: 100%;
background: #fff;
box-shadow: -2px 2px 10px 0px #000;
z-index: 999999;
}
