/*
Theme Name: Animal Pet Care Pro
Theme URI: https://www.themagnifico.net/products/pet-care-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Pet Care WordPress Theme is a complete solution for building a pet care website for your business. It has a range of premium features that make it one of the most flexible, powerful, and easy-to-use themes in our collection. It offers you a plethora of options to customize your site in whatever way you want, it features advanced WooCommerce integration that helps you sell products in an effective manner. The theme is also fully responsive so it will look amazing on all screen sizes, no matter if its a desktop computer or mobile phone!
Version: 0.0.2
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: animal-pet-care-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Animal Pet Care Pro WordPress Theme has been created by Themagnifico(Themagnifico.net), 2018.
Animal Pet Care Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.bypostauthor {
  font-weight: 600;
}

.accordion-section-title{
  display: block !important;
}
/*--------- 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%)}
}