/*
Theme Name: Dog Breeder Pro
Theme URI: https://www.themagnifico.net/products/dog-breeder-wordpress-theme/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Dog Breeder is a clean, beautiful, modern and luxurious theme specially designed for all pet related businesses and services. This premium theme has many advanced features to offer. It is SEO-friendly theme that will take care of your website’s ranking on major search engines like Google. The responsive layout makes it mobile-friendly and it looks beautifully on any device, be it laptop, mobile or tabs. It is translation-ready and supports RTL layout. You have the option to add shortcodes and custom CSS/JS if you know coding. It is optimized for speed therefore it gives faster page load times. It is written with clean and secure codes. It is implemented with bootstrap framework which makes it very handy to use. Using the advanced social media option you can link all your social media pages to give credibility to your work.
Version: 0.0.5
Requires at least: 5.0
Tested up to: 6.0
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: dog-breeder-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Dog Breeder Pro WordPress Theme has been created by Themagnifico(Themagnifico.net), 2018.
Dog Breeder 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;
}
.load :first-child{background:#f05a21;animation-delay:-1.5s}
.load :nth-child(2){background:#005e79;animation-delay:-1s}
.load :nth-child(3){background:#ffc516;animation-delay:-0.5s}
.load :last-child{background:#99b437}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}