/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */

body .sitemanager-page header.sticky-xs, 
body .sitemanager-page header.sticky-sm, 
body .sitemanager-page header.sticky-md, 
body .sitemanager-page header.sticky-lg {
  top: 0;
}

header > .container,
header > .container-fluid {
  background: black;
}

nav.navbar .nav-item .nav-link {
  background: black !important;
}

/* changing brands to collections on brand pg */
h1#brands-h1 {
  display: none;
}

/* h1#brands-h1::after {
  content: "Collections";
} */

/* h1#jewelry-h1::after {
  padding-top: 1rem;
  content: "Sort by Featured first to view in-stock products";
  display: block;
  font-size: 20px;
  text-align: center;
} */

.grid-container .grid-blog .grid-item .bottom-header {
    background: white !important;
}

.grid-container .grid-blog .grid-item .bottom-header h6 {
    color: var(--bs-primary) !important;
}

/*BLOG PAGE*/
.blog-latest-post-banner-content {
	background: white !important;
}

section.inset {
  background: white !important;
}
