/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 19:01:50 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body.no-scroll,
html.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}


.mobile-menu-open {
  font-size: 28px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  color: #495235;
}

.mobile-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 82, 53, 0.18); /* = #4952352E */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 998;
  display: none;
}

.mobile-menu-popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 30px;
	overflow:hidden;
}

.mobile-menu-nav a {
  color: #495235;
  font-size: 28px;
  text-decoration: none;
  font-family:"ivypresto-display", Sans-serif;
	font-weight:300;
	mix-blend-mode:multiply;
}

.mobile-menu-close .close-icon {
  stroke: #e5dcd3!important;
}

.mobile-menu-close {
    display:flex;
    padding:10px;
    background-color:#d9983c;
    border-radius:50%;
    height:30px;
    width:30px;
    justify-content: center;
    align-items: center;
}

.mobile-menu-close svg{
    min-width:26px!important;
    height:auto!important;
}