/*
Theme Name: Online Magazine Pro
Theme URI: https://www.ovationthemes.com/products/online-magazine-wordpress-theme
Author: Ovationthemes
Author URI: https://www.ovationthemes.com/
Description: The Online Magazine WordPress Theme is a dynamic and feature-rich solution tailored for digital publishers, bloggers, and online magazine creators. Whether you run a news magazine, fashion magazine, technology magazine, travel magazine, or business magazine, this theme delivers a sleek, professional, and visually appealing design. It is built with optimized code, a clean layout, and interactive elements that enhance readability and user engagement. The theme supports seamless social media integration, allowing effortless content sharing and audience expansion. Retina-ready graphics and fully responsive layouts ensure that your magazine looks stunning across all devices. With multiple homepage demos, customizable sections, and dedicated ad spaces, you can maximize monetization opportunities with ease. The theme also includes advanced typography options, category-based content organization, and an intuitive drag-and-drop builder for effortless customization. Whether covering entertainment, health and fitness, automotive trends, or political insights, the Online Magazine WordPress Theme ensures a compelling and immersive reading experience for all audiences.
Version: 1.0.6
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: online-magazine-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Online Magazine Pro WordPress Theme has been created by ovationthemes(ovationthemes.com), 2025.
Online Magazine Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.bypostauthor {
  font-weight: 600;
}

/*--------- Site Loader --------------*/
.container-fluid{
  margin: 0 50px;
}
.preloader {
  background: #fff;
  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:#8A7D6A;animation-delay:-1.5s}
.load :nth-child(2){background:#8A7D6A;animation-delay:-1s}
.load :nth-child(3){background:#8A7D6A;animation-delay:-0.5s}
.load :last-child{background:#8A7D6A}

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

.flipbook-left .df-posts {
	text-align: start;
}

.dflip-books .df-book-title {
	bottom: 0 !important;
	opacity: 1 !important;
}

.df-lightbox-wrapper {
	z-index: 9999999999999 !important;
}

body.admin-bar .df-lightbox-bg, body.admin-bar .df-lightbox-wrapper {
	top: 0 !important;
}

.df-book-wrapper .df-book-cover {
    height: 280px;
}

.df-book-wrapper .df-book-cover {
    height: 280px;
}

.df-book-wrapper .df-book-cover img {
    height: 100%;
    object-fit: cover;
}

.support-logo {
   gap: 20px;
}

.counter-page-visitor {
	padding-top: 24px;
}