/* === GLOBAL COLORS === */
body,
.site,
.entry-content,
.page,
#content {
  background-color: #111 !important;
  color: #eee !important;
}

    .content-wrapper {
        background: #111 !important;
    }

/* === HEADER & NAV === */
.site-header,
.header,
.navbar,
#masthead {
  background-color: #111 !important;
  color: #fff !important;
}

.site-branding {
    background: #111 !important; 

}

.main-navigation a,
.menu a {
  color: #eee !important;
}

.main-navigation a:hover,
.menu a:hover {
  color: #ff66c4 !important; /* Optional highlight color */
}

/* === LINKS === */
a {
  color: #66b2ff;
}

a:hover {
  color: #99ccff;
}

/* === HERO SECTION === */
.hero,
.slider,
.slider-wrapper,
.homepage-banner {
  background-color: #111 !important;
  color: #fff !important;
}

/* === BUTTONS === */
button,
input[type="submit"],
.wp-block-button__link {
  background-color: #222;
  color: #fff ;
  border: 1px solid #444 !important;
	margin-bottom: 24px;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background-color: #444 !important;
  color: #ff66c4 !important;
}

/* === FOOTER === */
.site-footer,
.footer,
#colophon {
  background-color: #111 !important;
  color: #bbb !important;
}

.site-footer a,
.footer a {
  color: #ccc !important;
}

.site-footer a:hover,
.footer a:hover {
  color: #fff !important;
}

/* === FORMS === */
input,
textarea,
select {
  background-color: #222 !important;
  color: #eee !important;
  border: 1px solid #444 !important;
}

#wpmem_login, #wpmem_reg {
    color: #00aeef !important;
	label{
		color: #f5a2c6 !important;
	}
   
}



/* === CALENDAR / PLUGINS (general fix) === */
.widget,
.widget-area,
.calendar_wrap,
.tribe-events-calendar {
  background-color: #111 !important;
  color: #ddd !important;
}

/* === TABLES === */
table,
th,
td {
  background-color: #1a1a1a !important;
  color: #eee !important;
  border-color: #333 !important;
}

/* === MEDIA OVERRIDES (if needed) === */
img {
  filter: brightness(0.9);
}
