/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* VARIABLES */
/*$yellow-dark: #b5a642;*/
/* puvodnim #b5a642 */
/* b58842 */
/*@import '_toplevel.scss';*/
/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap');*/
/*body {
	font-family:Arial,sans-serif;
}
em, b, strong {
	font-family:Arial,sans-serif;
}
.ui-widget,
textarea, input {
	font-family:Arial,sans-serif;
}
@mixin font1(){
	font-family:Arial,sans-serif;
}
@mixin font2(){
	font-family:"Gelasio",serif;
}
@mixin fontBook(){
	font-family:Arial,sans-serif;
}
@mixin fontDemi(){
	font-family:Arial,sans-serif;
}
@mixin fontBold(){
	font-family:Arial,sans-serif;
}*/
body {
  font-family: Inter, sans-serif;
}

em, b, strong {
  font-family: Inter, sans-serif;
}

.ui-widget,
textarea, input {
  font-family: Inter, sans-serif;
}

/*@import '_grid.scss';*/
.site-header-custom {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  background: #efede8;
}
.site-header-custom .header-inner-custom {
  /*border:1px red solid;*/
  max-width: 1692px;
  padding: 5px 56px;
  height: 86px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-custom .header-inner-custom:after {
  content: "";
  height: 1px;
  position: absolute;
  top: auto;
  right: 56px;
  bottom: 0px;
  left: 56px;
  border-bottom: 1px solid rgba(214, 206, 194, 0.72) !important;
}
.site-header-custom .header-inner-custom .site-logo {
  width: 58px;
  height: 58px;
}
.site-header-custom .header-inner-custom .site-logo img {
  width: 58px;
  height: 58px;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul {
  grid-column: 2 !important;
  order: initial !important;
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  scrollbar-width: none !important;
  white-space: nowrap !important;
  gap: 34px;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li > a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0D0D0D;
  font-family: "Inter";
  text-decoration: none;
  text-underline-offset: 12px;
  transition: all 0.2s linear;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li > a:hover {
  text-decoration: underline;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li > a:hover {
  color: #7c6548;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li.current-menu-item a {
  color: #7c6548;
  text-decoration: underline !important;
  text-underline-offset: 12px;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li .toggle-subnav {
  display: none;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line {
  display: none;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li.submenu-visible .toggle-subnav {
  display: none;
}
.site-header-custom .header-inner-custom .main-nav-custom > ul > li.submenu-visible .mobile-subnav-line {
  display: none;
}
.site-header-custom .header-inner-custom .language-switch-custom a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0D0D0D;
  font-family: "Inter";
  text-decoration: none;
  transition: all 0.2s linear;
}
.site-header-custom .header-inner-custom .language-switch-custom a:hover {
  text-decoration: underline;
}
.site-header-custom .header-inner-custom .language-switch-custom a.is-active, .site-header-custom .header-inner-custom .language-switch-custom a:hover {
  color: #7c6548;
}
.site-header-custom .header-inner-custom .language-switch-custom span {
  font-size: 12px;
  font-weight: 400;
}
.site-header-custom .header-inner-custom .menu-toggle {
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 6px !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  display: none !important;
  order: -1;
}
.site-header-custom .header-inner-custom .menu-toggle span {
  display: block !important;
  width: 24px !important;
  height: 1px !important;
  background: #1f1d19 !important;
  transform-origin: center !important;
  transition: transform 0.22s ease, opacity 0.22s ease !important;
}

@media (max-width: 1199px) {
  .site-header-custom .header-inner-custom {
    max-width: 1640px;
    padding: 5px 30px;
  }
  .site-header-custom .header-inner-custom:after {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 0px;
    left: 30px;
  }
}
@media (max-width: 1140px) {
  .site-header-custom .header-inner-custom .main-nav-custom ul {
    gap: 20px;
  }
}
@media (max-width: 950px) {
  .site-header-custom .header-inner-custom .menu-toggle {
    display: inline-flex !important;
  }
  .site-header-custom .header-inner-custom .main-nav-custom {
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s linear;
    display: block !important;
    position: absolute;
    top: 100%;
    right: 30px;
    bottom: auto;
    left: 30px;
    z-index: 5;
    background: rgba(239, 237, 232, 0.995) !important;
    padding-bottom: 10px;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li {
    width: 100%;
    position: relative;
    padding-right: 0px;
    margin-right: 0px;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.has-submenu > a {
    padding-left: 45px;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.has-submenu.submenu-visible {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px #ddc8ae solid;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.has-submenu.submenu-visible > a {
    margin-bottom: 5px;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li > a {
    display: block;
    width: 100%;
    padding: 12px 30px 12px 15px;
    text-decoration: none !important;
    border-bottom: 1px transparent solid;
    font-size: 12px;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li > a:hover {
    border-bottom: 1px #7c6548 solid;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.current-menu-item > a {
    text-decoration: none !important;
    border-bottom: 1px #7c6548 solid;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .toggle-subnav {
    /*@include pa(5px,15px,auto,auto);*/
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 15px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: transparent;
    border: none;
    z-index: 5;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .toggle-subnav:hover {
    background: transparent;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .toggle-subnav .icon {
    font-size: 25px;
    line-height: 0;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .toggle-subnav .icon-plus {
    display: block;
    font-size: 18px;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .toggle-subnav .icon-minus {
    display: none;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line {
    display: block;
    padding: 10px 15px !important;
    padding-left: 45px !important;
    display: none !important;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line .subnav-label,
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line a {
    font-family: "Source Serif 4", Georgia, serif;
    font-weight: 400 !important;
    color: #0D0D0D;
    font-size: 17px;
    text-decoration: none;
    text-underline-offset: 8px;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line .subnav-label:hover,
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line a:hover {
    text-decoration: underline;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line .subnav-label:hover,
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line a:hover {
    color: #7c6548;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line .subnav-label {
    color: #7c6548;
    text-decoration: none !important;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li .mobile-subnav-line i {
    font-style: normal;
    margin: 0px 7px;
    font-size: 12px;
    opacity: 0.8;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.submenu-visible .toggle-subnav {
    display: flex !important;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.submenu-visible .toggle-subnav .icon-plus {
    display: none;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.submenu-visible .toggle-subnav .icon-minus {
    display: block;
  }
  .site-header-custom .header-inner-custom .main-nav-custom > ul > li.submenu-visible .mobile-subnav-line {
    display: block !important;
  }
  body.menu-active .site-header-custom .header-inner-custom .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  body.menu-active .site-header-custom .header-inner-custom .menu-toggle span:nth-child(2) {
    opacity: 0 !important;
  }
  body.menu-active .site-header-custom .header-inner-custom .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }
  body.menu-active .site-header-custom .header-inner-custom .main-nav-custom {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .site-header-custom .header-inner-custom {
    max-width: 1620px;
    padding: 5px 20px;
  }
  .site-header-custom .header-inner-custom:after {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 0px;
    left: 20px;
  }
}

/*# sourceMappingURL=defaultHeader.css.map */
