/*
Theme Name: Roofing Flooring Pro
Theme URI: https://www.themagnifico.net/products/flooring-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Flooring WordPress Theme is a premium website template designed specifically for flooring businesses, offering a comprehensive and sophisticated solution for creating a professional online presence. This theme is ideal for flooring companies, contractors, and individual professionals who want to showcase their services, portfolio, and expertise in a visually stunning and user-friendly manner. The Flooring WordPress Theme provides numerous benefits, starting with its multipurpose nature. It can be tailored to various flooring services, from hardwood and tile installations to carpet and vinyl flooring. The theme's minimal and elegant design ensures a clean and modern appearance that appeals to a wide audience. Its retina-ready and responsive layout guarantees that your website will look beautiful on all devices, providing a seamless user experience for desktop and mobile visitors alike. Additionally, the Flooring WordPress Theme features high-quality image galleries and sliders that allow you to showcase your best projects in a captivating manner.
templates, pagination option and multiple inner page templates. You also have enable-disable option on all sections.
Version: 0.0.3
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: roofing-flooring-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Roofing Flooring Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2023.
Roofing Flooring Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@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:#448DFB;animation-delay:-1.5s}
.load :nth-child(2){background: #0BB640;;animation-delay:-1s}
.load :nth-child(3){background:#448DFB;animation-delay:-0.5s}
.load :last-child{background: #0BB640;}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}


.loader-container {
  position:absolute;
  top:50%;
  left:50%;
  height:5rem;
  width:5rem;
  translate:-2.5rem -2.5rem;
}