/*
Theme Name: Legacy Videography Pro
Theme URI: https://www.legacytheme.net/products/videography-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Moviestudio WordPress Theme is a premium, feature-rich theme designed specifically for filmmakers, film production companies, and those in the movie industry. Whether you're creating a website for a production company, a personal movie portfolio, or a platform to showcase your indie films, this theme is tailored to meet the needs of those in the film world. It’s perfect for movie studios, independent filmmakers, and even film education providers. One of the standout features of the Moviestudio theme is its modern and sleek design, which perfectly complements the cinematic world. The theme is highly responsive, ensuring that your website looks stunning on any device, from desktops to smartphones. It is also cross-browser compatible, meaning your site will perform flawlessly across various web browsers. The user-friendly interface makes it easy for anyone—regardless of technical expertise—to build and manage a movie website. The theme also comes with several key features to enhance the user experience and functionality of your site.
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: legacy-videography-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Legacy Videography Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2024.
Legacy Videography Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.bypostauthor {
  font-weight: 600;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #000;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.loader-circle-2 {
	position: relative;
	width: 70px;
	height: 70px;
	display: inline-block;
}
.loader-circle-2:before,
.loader-circle-2:after {
	content: "";
	display: block;
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-radius: 50%;
}
.loader-circle-2:before {
	width: 70px;
	height: 70px;
	border-bottom-color: rgba(252, 105, 0, 1);
	border-right-color: rgba(252, 105, 0, 1);
	border-top-color: transparent;
	border-left-color: transparent;
	animation: loader-circle-2-animation-2 1s linear infinite;
}
.loader-circle-2:after {
	width: 40px;
	height: 40px;
	border-bottom-color: #fff;
	border-right-color: #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	top: 22%;
	left: 22%;
	animation: loader-circle-2-animation 0.85s linear  infinite;
}
@keyframes loader-circle-2-animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes loader-circle-2-animation-2 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}