/*----- DEMO VERSION ONLY -----*/

/*----- HEADER LOGO ------*/
.startpage header:not(.scrolled) .slot--header-logo {
      filter: invert(1) !important;
   }

/*------ CONTACT PAGE -----*/
.bountiful--contact-heading {
	display: none;
}
.slot--contact-form .tws-contact-form--before-text,
.slot--contact-form .tws-contact-form--form-outer-wrapper {
	max-width: 700px;
}

/*----- FOOTER INFORMATION ----*/
footer .bountiful--footer-left img {
	filter: invert(1);
}
@media (min-width: 992px) {
.bountiful--footer-left,
.bountiful--footer-right {
	width: 20%;
}
.bountiful--footer-mid-left,
.bountiful--footer-mid-right {
	width: 30%;
}
}