/*
Theme Name: FASHION PHOTOGRAPHY PRO
Theme URI: https://www.themagnifico.net/demo/fashion-photography/
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Fashion Photography WordPress Theme is the best one if you are looking for a theme with modern design and look. This premium theme will assist you to showcase your work and engage a larger audience and get the desired results. It has got all the advanced options to create a perfect website. It is SEO-friendly theme that will help your website get indexed soon on major search engines like Google. The responsive layout makes it mobile-friendly and it looks perfect on any device, be it desktop, mobile or tabs. Fashion Photography WordPress Theme can be translated into numerous languages and supports RTL layout. You can always add shortcodes or custom CSS/JS if you want to improve the functionality of your website. The advance social media option let’s you integrate all your social media pages to the website. It is implemented on bootstrap framework that makes it handy to use. It is optimized for speed hence loads smoothly without any glitches.
Version: 0.0.2
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: tm-fashion-photography-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

FASHION PHOTOGRAPHY PRO WordPress Theme has been created by Themagnifico(Themagnifico.net), 2018.
FASHION PHOTOGRAPHY 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:#1b1b1b;animation-delay:-1.5s}
.load :nth-child(2){background:#fcd7d3;animation-delay:-1s}
.load :nth-child(3){background:#1b1b1b;animation-delay:-0.5s}
.load :last-child{background:#fcd7d3}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}
