/* Themify Customize Styling */
body[class*="themify"] #site-logo a {	
	color: #1a223c; 
}
#main-nav {	
	height: 50px;background: none;
	background-color: #1a223c; 
}
#main-nav a {		font-size:20px;

	color: #ffffff;
	margin: 10px; 
}
#main-nav a:hover {	
	color: #ffffff; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	
	color: #ffffff; 
}
#footer {		font-size:20px;
 
}
.footer-widgets .widget {	
	color: #ffffff; 
}
.footer-widgets .widgettitle {	
	color: #ffffff; 
}

/* Themify Custom CSS */
/* === WP-EZ Footer Credits (Glades Bible Church line) === */

/* Force white text for footer credit line */
.footer-credits,
.footer-credits *,
.site-info,
.site-info *,
#footer-credits,
#footer-credits *,
.powered-by,
.powered-by *,
.oc-footer-credits,
.wp-ez-footer-credits {
  color: #ffffff !important;
}

/* If there's a background or overlay, ensure visibility */
.footer-credits,
.site-info,
#footer-credits,
.oc-footer-credits,
.wp-ez-footer-credits {
  background: transparent !important;
  opacity: 1 !important;
}

/* Make the "Powered by" link white too */
.footer-credits a,
.site-info a,
#footer-credits a,
.oc-footer-credits a,
.wp-ez-footer-credits a {
  color: #ffffff !important;
}

/* Optional hover color for subtle contrast */
.footer-credits a:hover,
.site-info a:hover,
#footer-credits a:hover,
.oc-footer-credits a:hover,
.wp-ez-footer-credits a:hover {
  color: #dddddd !important;
  transition: color 0.3s ease;
}
