/*
Theme Name: Blog Pro
Theme URI: https://www.ovationthemes.com/products/blog-wordpress-theme
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Where the majority of the people are inclined towards using the free themes, there are innumerable high-end features that the Premium Blog WordPress Theme has to offer their users. Amongst these features, one of the main highlighted features is Update and Support.  As WordPress keeps updating constantly every few months, your themes and plugins also need to be updated to make it compatible to run smoothly on the updated version of WordPress. These updates and plugins are offered to the buyer in the premium version from the paid theme developers along with free support. In the free versions, there is no support option from the creator, and the free theme user’s blog may have to wait for months to get an update from their free theme providers. To make your theme compatible with the updated WordPress you may have to switch to the developers pro version. Instead, it is recommended to opt for the premium version initially.
Version: 1.0.6
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: blog-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Blog Pro WordPress Theme has been created by ovationthemes(ovationthemes.com), 2018.
Blog Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.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;
}
.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:#7daf83;animation-delay:-1.5s}
.load :nth-child(2){background:#7daf83;animation-delay:-1s}
.load :nth-child(3){background:#7daf83;animation-delay:-0.5s}
.load :last-child{background:#7daf83}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}