/** Hide search icon in navigation */
.search-widget-handle {
  display: none;
}

/** Hide extra padding caused by not having title above homepage features */
.shapely_home_features .container .row:first-child {
	display: none;
}

/** Improve contrast in footer text widgets */
.footer-inner .textwidget {
  color: white;
}

/** Increase font-weight on homepage feature sections */
.shapely_home_features .feature h4,
.shapely_home_features .feature p {
  font-weight: 500 !important;
}

/** Make contact form fields full width */
.contact-form-wrapper label {
  display: block;
}

/** Remove extra padding above footer attribution */
#colophon .site-info {
  margin-top: 0px;
}

/** Increase weight of all text */
span, p, h1, h4, h5 {
  font-weight: 500 !important;
}