/*
Theme Name: 	Archinest Child
Theme URI: 		http://thememascot.net
Description: 	Architecture & Interior Wordpress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		1.0
Minimum Requires PHP:	8.3
Tested up to:	6.7
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	archinest-child
Template: 		archinest
*/

#lifehouse-preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    background: #000;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

#lifehouse-preloader img {
    display: block;
    width: 110px;
    max-width: calc(100vw - 40px);
    height: auto;
}

.lifehouse-preloader-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
}

.lifehouse-preloader-logo::before,
.lifehouse-preloader-logo::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.lifehouse-preloader-logo::before {
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.lifehouse-preloader-logo::after {
    border: 2px solid transparent;
    border-top-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.55);
    animation: lifehouse-preloader-spin 1.15s linear infinite;
}

body.lifehouse-preloader-active {
    overflow: hidden;
}

body.lifehouse-preloader-done #lifehouse-preloader,
#lifehouse-preloader.lifehouse-preloader-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    #lifehouse-preloader,
    .lifehouse-preloader-logo::after {
        transition: none;
        animation: none;
    }
}

@keyframes lifehouse-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Keep the desktop layout stable without overriding native mobile scrolling. */

#footer {
    overflow: hidden !important;
    width: 100% !important;
    position: relative !important;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
	html {
		overflow-y: scroll;
		scrollbar-gutter: stable;
	}
}
