/* 
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
*/

/* Add your custom styles here */

:root {
  --light-beige: #f4f1ec;
  --brown: #46332C;
  --vp-filter-minimal--items__color: #9a9494;
}

.elementskit-menu-hamburger {
  width: 45px;
  height: 45px;
}
.elementskit-menu-hamburger svg {
  width: 25px !important;
  height: 25px !important;
}
.elementskit-menu-hamburger:focus {
  background-color: var(--light-beige) !important;
}

body:not(.home) #masthead {
  padding-bottom: 40px;
  background-color: var(--light-beige);
}

.page-header {
  padding-top: 50px;
}

a:active,
a:hover {
  color: var(--brown);
  
}
/* .vp-filter__style-minimal .vp-filter__item>a:focus, .vp-filter__style-minimal .vp-filter__item>a:hover, .vp-filter__style-minimal .vp-filter__item.vp-filter__item-active {
  --vp-filter-minimal--items__color:  var(--brown) !important;
  --vp-filter-minimal--items-hover__color: #000;
} */

.vp-filter__style-minimal .vp-filter__item>* {
  color: #676666;
}
.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active>*, .vp-filter__style-minimal .vp-filter__item>a:focus, .vp-filter__style-minimal .vp-filter__item>a:hover {
  color: var(--brown) !important;
}


/* .project-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.project-slider::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255, 525, 255, 0),
    rgba(255, 255, 255, 1)
  );
} */

.project-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.menu-szkolenia .sub-menu {
  min-width: 280px;
}
