/*
Theme Name: Legacy Real Estate Pro
Theme URI: https://www.legacytheme.net/products/real-estate-wordpress-theme/
Author: Legacytheme
Author URI: https://www.legacytheme.net/
Description: The Villa WordPress Theme is an exemplary blend of elegance and functionality, designed to elevate your online presence in the real estate industry. With its minimalist yet modern design, this multipurpose theme offers a sleek and professional platform for showcasing properties and engaging potential clients. Crafted with a focus on user experience, the Villa WordPress Theme is fully responsive and retina-ready, ensuring seamless viewing across all devices. Its clean and sophisticated layout enhances the visual appeal of your listings, providing a memorable browsing experience for visitors. Whether you're running an estate agency, offering real estate courses, or managing property workshops, this premium theme caters to your diverse needs with versatility and style. Its multipurpose nature allows for easy customization, making it suitable for various real estate-related businesses. Villa WordPress Theme boasts a range of features to enhance your online presence. With its parallax scrolling effect, your website gains depth and dimension, captivating visitors as they explore property listings.
Version: 0.0.3
Requires at least: 5.0
Tested up to: 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: legacy-real-estate-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Legacy Real Estate Pro WordPress Theme has been created by Legacytheme(legacytheme.net), 2025.
Legacy Real Estate Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.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;
  opacity: 1;
}
.load :first-child{background:#0C142E;animation-delay:-1.5s}
.load :nth-child(2){background: rgba(51, 166, 255, 1);;animation-delay:-1s}
.load :nth-child(3){background:#0C142E;animation-delay:-0.5s}
.load :last-child{background: rgba(51, 166, 255, 1);}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}


@media screen and (min-width: 1500px) and (max-width: 3000px) {
  .container {
    max-width: 1450px;
  }
}