/**
 * Theme Name: Wendy Shearer
 * Template:   sydney
 * Description:       Wendy's child theme
 * Version:           1.0.0
 * Author:            Matt Shearer
 * Author URI:        https://mattshearer.co.uk
 */

.preloader {
display: none !important;
}
div#content.page-wrap {
	padding-top: 0px;
}
.footer-widgets-grid h2,
.footer-widgets-grid, .site-info,
div#sidebar-footer .widget a {
	color: white;
}

header.shfb svg, footer svg {
	color: #fff !important;

}

/* 1. Footer Background Color */
footer.shfb {
background-color: #252525 !important;
	color: #ffffff !important;
	/* Matches your header */
 }

 /* 2. Footer Text and Widget Titles to White */
 footer.shfb,
 footer.shfb .widget-title,
footer.shfb, footer.shfb div,
footer.shfb a {
color: #ffffff !important;
 }

 /* 3. Footer Menu Links (if you have a menu in the footer) */
footer.shfb ul li a,
footer.shfb ul li::before {
color: #ffffff !important;
 }

 /* 4. Footer Link Hover State */
footer.shfb a:hover,
footer.shfb a:hover {
     color: #cccccc !important; /* Subtle grey hover */
     text-decoration: underline;
 }

 /* Change the main header background */
header.shfb, .header-clone, header.shfb div, header.shfb div li {
background-color: #111111 !important;
color: #fff !important;
}
header.shfb a, header.shfb li a, header.shfb p.site-description, header.shfb a.menu-toggle {
	color: #fff !important;
}
header.shfb svg, footer.shfb svg, header.shfb i svg, footer.shfb i svg {fill: #fff !important;}

/* Optional: Change the background specifically when scrolling (Sticky Header) */
header.shfb .float-header {
    background-color: #000000 !important;
}
