/*
Theme Name: Animal Pet Shop Pro
Theme URI: https://www.themagnifico.net/products/animal-wordpress-theme/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Are you willing to create a website for pet and animal care and need a WP theme for it? You need to bring in such a design that exudes the love and affection that people feel for animals and pets and this Animal WordPress Theme does exactly that. It is a highly versatile theme that also serves pet clinics and pet shops. With some incredible sections designed to display the various pet-related services you provide, this theme also makes it extremely convenient to provide an online appointment booking facility for your clients as well as potential customers.
Version: 0.0.3
Requires at least: 5.0
Tested up to: 6.7
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: animal-pet-shop-pro-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Are you willing to create a website for pet and animal care and need a WP theme for it? You need to bring in such a design that exudes the love and affection that people feel for animals and pets and this Animal WordPress Theme.

/* 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%)}
}

.main_title{
	display : none;
}

body > div.elementor, body > div.outer_dpage{
	background-color:rgba(0, 0, 0, 0.3);
}