/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2025 | 09:11:28 */
.custom-logo-link img {
  height: var(--logo-height, 70px);
  width: 100%;
  top: 4px;
  background: var(--wp--preset--color--contrast);
  max-width: 120px;
}
header {
  background-color: var(--wp--preset--color--contrast);
  border-bottom: 0px solid transparent;
  box-shadow: 6px 0px 10px 1px #d6d1c063;
}
.header-inner {
  padding: 5px;
}
.navigation {
  --color: #000;
  --arrowColor: #000;
  --bgColor: #d3d3d3;
  --subMenuBgColor: #d3d3d3;
  --fontSize: 16px;
  --align: center;
  --mobileFlexAlign: left;
  --mobileBgColor: #d3d3d3;
  --mobileFontSize: var(--fontSize, 22px);
  --gap: 16px;
  --gapDropdown: var(--gap, 16px);
  --gapMobile: 16px;
  --font-weight: 500;
  --colorHover: #000;
  --colorActive: #000;
}
@media (min-width: 777px) {
  .navigation-dropdown {
    background-color: var(--wp--preset--color--contrast);
    box-shadow: 0px 10px 18px 0px #17171652;
    left: var(--dropdown-left-fix, calc(var(--dropDownWidth) / 2 * +0));
  }
}
.navigation-items-item-link {
  line-height: 1.3;
}
