/*
Theme Name: Kitchen Interior Design Pro
Theme URI: https://www.themagnifico.net/products/kitchen-interior-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Kitchen Interior WordPress Theme is a high-quality and versatile website template tailored for kitchen design professionals and enthusiasts. This theme is perfect for showcasing kitchen interior designs, whether modern, traditional, rustic, or contemporary. It is an excellent choice for designers, contractors, or home improvement companies looking to present their portfolios or services in a sophisticated manner. This premium theme offers a polished, professional look with a clean, elegant design that enhances the visual appeal of your website. It features a responsive layout, ensuring your site looks impeccable across all devices, from desktops to smartphones. The Retina-ready graphics ensure that high-resolution images of kitchen interiors, from sleek modern kitchens to cozy farmhouse designs, are displayed with stunning clarity. The Kitchen Interior WordPress Theme is packed with features that cater to a variety of kitchen design styles and functionalities. It includes customizable sections for showcasing different kitchen designs such as open concept, galley, U-shaped, and L-shaped kitchens.
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: kitchen-interior-design-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Kitchen Interior Design Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2023.
Kitchen Interior Design Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.bypostauthor {
  font-weight: 600;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #323335;
  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%)}
}
