/*
Theme Name: Swyft Kleen Pro
Theme URI: https://swyftkleenservices.com
Author: Swyft Kleen Services
Author URI: https://swyftkleenservices.com
Description: A modern, professional cleaning service theme tailored by Swyft Kleen Services for residential, commercial, and Airbnb clients.
Version: 1.0.0
Tags: residential-cleaning, commercial-cleaning, airbnb-ready, seo-friendly, customizable, responsive-layout, one-column, professional-design
Requires at least: 4.0
Tested up to: 6.5.3
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: swyftkleen
*/

.bypostauthor {
  font-weight: 600;
}

/*--------- Site Loader --------------*/

.sticky {
    top: 40px;
    
}
.admin-bar .sticky {
    top: 73px;
    
}
.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;
}
.load :first-child{background:#1b1b1b;animation-delay:-1.5s}
.load :nth-child(2){background:#0e54ae;animation-delay:-1s}
.load :nth-child(3){background:#1b1b1b;animation-delay:-0.5s}
.load :last-child{background:#0e54ae}

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