/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ========================= */
/* Page Loaders */
/* ========================= */
.loader-4e8d {
    width: 120px;
    height: 22px;
    border-radius: 20px;
    color: var(--e-global-color-primary);
    border: 2px solid;
    position: relative;
}
.loader-4e8d::before {
    content: '';
    position: absolute;
    margin: 2px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: currentColor;
    animation: l6 2s infinite;
}
@keyframes l6 {
    100% {
        inset: 0;
    }
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e3;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-loader.hideLoader {
    display: none;
}
/* ========================= */
/* Menu Buttons */
/* ========================= */
#menu-btn:hover .elementor-icon svg,
#menu-btn:hover h2 {
    fill: #fff;
    color: #fff;
}

/* ========================= */
/* Custom Buttons */
/* ========================= */
#c-style_btn a {
    background-image: linear-gradient(
        135deg,
        #d3752b00 92%,
        var(--e-global-color-primary) 0%
    );
}

/* ========================= */
/* Media Query */
/* ========================= */
@media only screen and (max-width: 880px) {
    #c-header_nav .menu-item {
        background-color: var(--e-global-color-primary);
    }
    .jet-mobile-menu--full-width.jet-nav-wrap .jet-nav.m-layout-mobile_extra {
        background-color: transparent;
    }
    #c-booking_form .jet-apb-calendar-slots-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    #c-booking_form .jet-apb-calendar-slots-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 599px) {
    .jet-field-space__top {
        margin-top: 25px;
    }
}
