/* Change Mastehead background and text color | kb-16276274-hc */
#masthead, #masthead:before, #page::before, #masthead a, .site-title, .site-description {
  background-color: #ffffff;
  color: #242b5a;
}

/* Change Background Color to White | kb-16276274-hc  */
body {
  background-color: #ffffff;
}

/* Change Site Footer Colors | kb-16276274-hc  */
#colophon .site-info {
  background-color: #ffffff;
  color: #242b5a;
}

/* Hide border at the top of the masthead | kb-16276274-hc  */
#masthead {
  border-top: none;}

/* Hide half circle at the top of the masthead | kb-16276274-hc  */
#masthead::before {
  z-index: -100 !important;
}



/* Add footer copyright credit | 17338450-hc-kf */
.site-info:before {
    content: "Copyright \00a9  2023 New Water Innovations. 1570 Pacheco St. Ste C5, Santa Fe, NM 87505. All Rights Reserved."
}
.site-info .site-name {
	font-size: 0;
}
#colophon .footer-navigation + .site-info {
    padding-top: 1.5em;
}

/* Make menu items less bold | 17338450-hc-kf */
.main-navigation a, .footer-navigation .footer-menu a {
    font-weight: 600;
}

/* Adjust display of category pages | 17338450-hc-kf */
.category .byline, .category .cat-links {
    display: none; /* Hide tagline and category from post archives */
}
/* Hide "Category" part of title */
.category-water-blog .page-title {
    position: relative;
    visibility: collapse;
}
.category-water-blog .page-title .page-description {
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    width: 100%;
}
.category-review .page-title {
    position: relative;
    visibility: collapse;
}
.category-review .page-title .page-description {
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    width: 100%;
}

/* Remove the background color from all pages / #17358591-HC JB */

.has-background-background-color[class] {
    background-color: #ffffff !important;
}

/* change horizontal lines in footer #17575197-hc-silb */
#colophon .site-info {
    border-bottom: 0px;
}
nav.footer-navigation {
    border-bottom: 5px solid #C04239;
}

/* remove bold from footer #17575197-hc-silb */
#colophon .site-info {
font-weight: 200;
}

/*Make contact info on contact us page use Open Sans-HC-17575721-KS */
.contact-form label, .uppercase{
    font-family: open sans;
}
.wp-block-jetpack-contact-info {
     font-family: open sans;
    font-size:18px;
}

/*Make Homepage Slick Track slider open sans-HC-17575721-KS */
.slick-track {
    font-family: open sans;
	font-size: 16px;
}

#masthead {
  margin-top: 0;
}

/* Restyle Products page headings and bullet points | 19260629-hc kf */
.page-id-6 .entry-content > h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
}
.page-id-6 .entry-content > ul {
    margin-top: 16px;
}

/* Remove top margin on paragraph when it is the first one after an image | 19727717-hc | JG */
.entry-content  .wp-block-image + p {
  margin-top:0;
}
.entry-content .wp-block-image {
	margin-bottom:0;
}

/* Reduce space above page title and after masthead | #20045054-hc */
#masthead {
	margin-bottom: -5px;
}

/* Reduce space above footer menu | #20045054-hc */
#colophon .footer-navigation {
	margin-top: -40px;
}

.site-main {
	padding-bottom: 0px;
}


/* hide semicirle below navigation 26205827-hc rs */
#masthead::after {
    display: none;
}

/* Button on Cover blocks / 26876043-HC (MI) */
.wp-block-cover a.wp-block-button__link:not(:hover):not(:focus) {
  color:#474747;
}

/* Buttons block spacing / 26876043-HC (MI) */
@media only screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button:not(:last-child) {
    margin-right: 3.5em;
  }
}