/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 08:30:44 */
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text,
.qodef-fullscreen-menu .sub-menu a,
.qodef-fullscreen-menu .menu-links-small a {
  color: #202938 !important;
}

.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li > a:active .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li > a:focus .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text,
.qodef-fullscreen-menu .sub-menu a:hover,
.qodef-fullscreen-menu .sub-menu a:active,
.qodef-fullscreen-menu .sub-menu a:focus,
.qodef-fullscreen-menu .menu-links-small a:hover,
.qodef-fullscreen-menu .menu-links-small a:active,
.qodef-fullscreen-menu .menu-links-small a:focus {
  background-size: 0 !important;
  color: #9EC54C !important;
}

.menu-links-small {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

.menu-links-small a,
.qodef-fullscreen-menu .sub-menu a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #202938 !important;
}

@media (max-width: 768px) {
  .qodef-fullscreen-menu > ul {
    margin-top: 70px;
  }

  .qodef-fullscreen-menu > ul > li {
    border-bottom: 1px solid #D8D8D8;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .qodef-fullscreen-menu > ul > li:last-child {
    border-bottom: none;
  }
}


.qodef-fullscreen-menu > ul > li.menu-cta-green > a .qodef-menu-item-text {
  color: #9EC54C !important;
}

.qodef-fullscreen-menu > ul > li.menu-cta-green > a:hover .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.menu-cta-green > a:active .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.menu-cta-green > a:focus .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.menu-cta-green.current-menu-item > a .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.menu-cta-green.current-menu-ancestor > a .qodef-menu-item-text {
  color: #202938 !important;
  background-size: 0 !important;
}