h1, h2 {
  font-weight: 300 !important;
}
h3 {
  font-weight: 600 !important;
}
h4 {
  font-weight: 400 !important;
}
p, tr {
  font-weight: 400 !important;
}

table {
  text-align: left !important;
}
tr {
  color: #fff !important;
  background-color: transparent !important;
}

.gdlr-core-opening-hour-day {
  font-weight: 600 !important;
}
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time {
  font-weight: 400 !important;
}
.icon_clock_alt {
  display: none !important;
}

/* Button */
.gdlr-core-button {
  font-weight: 600 !important;
  text-transform: none !important;
}

/* --------------------------------- MOBILE NAVIGATION --------------------------------- */

ul.mm-listview li a {
  text-transform: none !important;
  font-size: 18px !important;
}
.infinite-mm-menu-blank {
  text-transform: none !important;
  font-size: 18px !important;
}


/* --------------------------------- GOOGLE MAPS RESPONSIVE --------------------------------- */

.google-maps {
  position: relative;
  padding-bottom: 60%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
