/*
* Theme Name: Chipmunk Child
* Template: chipmunk-theme
*/
.tile_card, .tile__slider {
  width: 100%;
}

.tile_card .tile__content, .tile__slider .tile__content {
  padding: 2rem;
  width: 100%;
}


.asp_product_item{
  border: none !important;
  box-shadow: none !important;
  text-align: center;
}

.asp_product_item .asp_product_name{
  float: none;
  line-height: initial;
}

.top-bar {
  background-color: #ffffff;
}
.tile_card .tile__image, .tile__slider .tile__image {
  display: none;
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea{
  background-color: #eee;
}

.button{
  background-color: #009ee2;
  color: white;
}