/*!
Theme Name: We Houfi Theme
Theme URI: https://monochrome.rs/
Author: monochrome.rs
Author URI: https://monochrome.rs/
Description: Custom branding, UI/UX design, and development tailored for houfi Barber. Built for performance, aesthetics, and seamless user experience.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: houfi
Tags: custom-theme, custom-logo, custom-menu, custom-mockup, gsap-animations

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

houfi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

.cky-banner-bottom {
  left: 50% !important;
  transform: translateX(-50%);
  width: 39em !important;
  bottom: 1em !important;
}

.cky-consent-container .cky-consent-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 4px;
  border: 0 !important;
  padding: 1em !important;
  background: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15),
    0px 0px 4px 0px rgba(0, 0, 0, 0.05) inset,
    1px 1px 4px 0px rgba(255, 255, 255, 0.25) inset !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15),
    0px 0px 4px 0px rgba(0, 0, 0, 0.05) inset,
    1px 1px 4px 0px rgba(255, 255, 255, 0.25) inset !important;
  border-radius: var(--rounded-s);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cky-consent-container .cky-consent-bar::after {
  content: "";
  position: absolute;
  z-index: -1;
  /* border-radius: var(--rounded-s); */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cky-title {
  display: none !important;
}

.cky-notice-des a {
  text-decoration: none;
  color: var(--color-main);
}

.cky-consent-bar .cky-notice-des p,
.cky-gpc-wrapper .cky-gpc-desc p,
.cky-preference-body-wrapper .cky-preference-content-wrapper p,
.cky-accordion-header-wrapper .cky-accordion-header-des p,
.cky-cookie-des-table li div:last-child p {
  color: var(--color-black) !important;
  font-weight: 500 !important;
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc * {
  font-size: 1em !important;
}

.cky-btn-reject,
.cky-btn-accept {
  background: transparent !important;
  color: var(--color-main) !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.cky-notice-group {
  gap: 1.5em !important;
}

.cky-notice-btn-wrapper,
.cky-notice-des {
  padding: 0 !important;
}

.cky-notice-btn-wrapper,
.cky-notice-btn-wrapper .cky-btn {
  margin: 0 !important;
}

.cky-notice-group {
  display: flex !important;
}

.cky-revisit-bottom-left {
  display: none !important;
}

.cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
  margin-right: 12px !important;
}
@media only screen and (max-width: 991px) {
  .cky-banner-bottom {
    left: 1em !important;
    transform: translateX(0%);
    width: calc(100vw - 2em) !important;
    bottom: 1em !important;
  }

  .cky-notice-des *,
  .cky-preference-content-wrapper *,
  .cky-accordion-header-des *,
  .cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 575px) {
	.cky-notice-group {
		flex-direction: column;
		gap: 1em !important;
	}
	.cky-notice-btn-wrapper {
    flex-direction: row !important;
    gap: 1em !important;
    align-items: flex-start !important;
    width: 100% !important;
}
	.cky-notice-btn-wrapper .cky-btn {
		flex: none !important;
		width: auto !important;
	}
}

.footer-category-links a.cookie-settings {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
