/*
 Theme Name:   Body Piercing
 Theme URI:    http://www.bbpa.org.uk/body-piercing/
 Template:     nisarg
 Version:      1.0.0
 Tags: pink,orange,blue,green,yellow, gray, white,black,light,two-columns, right-sidebar, responsive-layout, theme-options, custom-background, custom-header, custom-colors, custom-menu, featured-images,  post-formats, sticky-post, translation-ready, rtl-language-support,threaded-comments
 Text Domain:  body-piercing
*/

/*
 Theme Name:   Nisarg Child
 Description:  Child theme for the Nisarg theme
 Template:     nisarg
 Version:      1.0.0
*/

/* Custom CSS */

/* Hide any class starting with these prefixes */
[class^="referrer-"],
[class^="company-"],
[class^="affiliation-"],
[class^="extra_info-"],
[class^="contact_details-"],
[class^="user_company-"] {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Centre footer menu and footer text */
.site-footer {
    text-align: center;
}

.footer-navigation {
    margin-bottom: 10px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 20px; /* spacing between menu items */
}

.footer-menu li {
    display: inline;
}

.footer-menu a {
    text-decoration: none;
    color: #ffffff; /* adjust if needed */
}

.site-info {
    text-align: center;
}