/*
 Theme Name: Labortech Child
 Template: labortech
 Description: Child theme for Labortech
 Version: 1.0
*/

.serviceContainer:hover {
	color: #fff !important;
}

.footer {
    display: none !important;
}

/* Full-width pages: remove container side gutters */
.page .container,
.single .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Hide WooCommerce cart icon in Labortech navbar */
.menu-item.cart-contents {
  display: none !important;
}

