.darkgreen { color: #1e3f46 !important; text-align: center; }

/* HEADER */
.site-branding .site-description {
color: #1e3f46; 
}

/* NAVIGATION MENU */

.nav-menu-desktop .sub-menu {
  width: 16em;
  background: #559026;
color: #ffffff; }

.nav-menu-desktop .sub-menu li a {
  color: #ffffff !important;
  font-size: 1.0em;
  line-height: 1.5;
}

.nav-menu-desktop .sub-menu li a:hover {
  color: #ffffff !important;
background: #35659d;
}


/* FOOTER */
.footer-center { text-align: center !important; }
.footerdesc { text-align: center !important; color: #f4bf68; font-weight: 500; }

/* MAIL CHIMP CONFIRMATION MESSAGE */
.mc4wp-alert.mc4wp-success { font-weight: 500; color: #559026; }

/* CONTACT FORM 7 */

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px; /* Adjust spacing between checkboxes */
}

/* Optional: Style the checkbox and label */
.wpcf7-checkbox label {
    cursor: pointer;
    position: relative;
}

.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.wpcf7-checkbox input[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 2px solid #fff;
    margin-right: 10px;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span:before {
    background-color: #000;
}

.elementor a { font-weight: 600; }