body {
	font-family:system-ui;
}
body.home .header-cta { display:none; }
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
}

@media (max-width: 767px) {
  .elementor-column {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.top-level-link .jet-menu-title:hover:after {
     transform: scaleX(1)!important;
}
.jet-current-menu-item .top-level-link .jet-menu-title:after {
     transform: scaleX(1)!important;
}


 .top-level-link .jet-menu-title:after {
    background: #97b792;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    transform: scaleX(0);
    transform-origin: center;
    transition: all .2s cubic-bezier(.455,.03,.515,.955);
    width: 100%;
}

#toTop { color:#334827; }
#toTop:hover { color:#334827; opacity:0.8; }

.logo img { 
  -moz-transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  transition: all .4s ease-in-out; 
}

.jet-sticky-section--stuck .logo img { 
  max-width: 75%; 
  -moz-transition: all .4s ease-in-out; 
  -webkit-transform: translate3d(0,0,0); 
  transition: all .4s ease-in-out; 
}

.jet-sticky-section--stuck {
    box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, .75);
}

.page-preloader {
  border-top-color: #000;
  border-right-color: #000;
}

.elementor-menu-anchor { 
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .elementor-menu-anchor { 
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
  }
	
	h3.elementor-size-default { font-weight:500; }
}