/*
Theme Name: Book Publisher Pro
Theme URI: https://www.themagnifico.net/products/book-publisher-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Book Publisher WordPress Theme is a professional theme to create all book related and publisher websites. The theme has got all advance options for customization. Advance colour pallets and colour options available will help to make your website eye-catchy and engaging. Using the advance slider create a beautiful slider with multiple images. The background image option comes with the parallax image background section. Featured Product Images, HD Images and Video display are also available to use. The codes used are 100% clean, optimized and secure. It has full support for WooCommerce plugin so you can setup a full-fledge online book store easily. With advance social media option you can integrate all your social media pages and show your popularity. It is translation-ready and supports RTL layout so you can translate the pages into any language.
Version: 2.0
Requires at least: 5.0
Tested up to: 6.8
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: book-publisher-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Book Publisher Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2025.
Book Publisher 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;
}
div#mySidenavBar{
	height: 100%;
    top: 0;
    width: 0;
    position: fixed;
    z-index: 9999999;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 30px;	
}
.sidenavBar .closebtn {
    position: absolute;
    top: 2%;
    right: 7px;
    font-size: 36px;
    display: block;
}
#mySidenavBar h4.title {
    font-size: 20px;
    line-height: 22px;
    color: #111;
    font-weight: 400;
    font-family: "Ubuntu";
    text-align: center;
}
#mySidenavBar .content {
    font-size: 16px;
    line-height: 22px;
    color: #111;
    font-weight: 400;
    font-family: "Ubuntu";
    text-align: center;
}
.sidenavBar {
    height: 100%;
    top: 0;
    width: 0;
    position: fixed;
    z-index: 9999999;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 30px;
}
.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:#fc3657;animation-delay:-1s}
.load :nth-child(3){background:#1b1b1b;animation-delay:-0.5s}
.load :last-child{background:#fc3657}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

