/* Wayback Fixer auto-supplement */
/* Elementor entrance-animation elements keep visibility:hidden until frontend JS
   fires; without it (no per-page post-NNNN.css) content stays invisible. Force on. */
.elementor-invisible{opacity:1 !important;visibility:visible !important;animation:none !important;}
.elementor img,.elementor-widget-container img{max-width:100%;height:auto;}

/* Keep the homepage hero image local so it is not affected by external SSL/URL issues. */
.elementor-105 .elementor-element.elementor-element-6e85ff84:not(.elementor-motion-effects-element-type-background),
.elementor-105 .elementor-element.elementor-element-6e85ff84 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url('/wp-content/uploads/2022/10/re-2k-swiss-landscape-matterhorn-and-reflection-on-the-2022-09-11-16-56-09-utc.jpg');
}

/* The header logo is white, so keep the header dark and give the image a visible size. */
.elementor-location-header .elementor-element-678f9f81 {
  background-color: #253745;
}
.elementor-location-header .elementor-element-441611d9 img {
  display: inline-block;
  width: 190px;
  height: auto;
  opacity: 1;
}

.elementor-location-header .jkit-menu > li > a,
.elementor-location-header .jkit-menu .sub-menu a {
  color: #fff !important;
}
.elementor-location-header .jkit-menu > li > a:hover,
.elementor-location-header .jkit-menu > li.current-menu-item > a,
.elementor-location-header .jkit-menu .sub-menu a:hover {
  color: #57b33e !important;
}

@media (max-width: 1024px) {
  .elementor-location-header .jkit-menu-wrapper,
  .elementor-location-header .jkit-menu-container,
  .elementor-location-header .jkit-menu,
  .elementor-location-header .jkit-menu .sub-menu {
    background-color: #253745 !important;
  }
  .elementor-location-header .jkit-menu > li > a,
  .elementor-location-header .jkit-menu .sub-menu a {
    color: #fff !important;
  }
}
