/*
Theme Name: Schon
Theme URI: https://wordpress.themehour.net/schon
Author: Themeholy
Author URI: https://themeforest.net/user/themehour 
Description: Schon - Spa & Wellness Salon WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: schon
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. 

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

/*  */
.filter-item.hidden {
    display: none;
}
.header-layout2 .header-logo {
    position: relative;
    z-index: 2;
    width: 100px !important;
}
.service-list .service-content {
    width: 504px;
    padding: 101px 67px;
    text-align: center;
    border-radius: 50%;
    background: #F9F5F1;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
}
.hero-1 .slider-pagination2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    position: absolute;
    right: 60px;
    bottom: 60px;
    display: none !important;
}
.client-thumb-group .thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: none !important;
}