/*
Theme Name: Hostiko Child
Template: hostiko
Description: Child theme for Lighthouse Plugins
Version: 1.0.2
*/

/* Show only the standard logo; hide retina duplicate */
.logo a.retina-logo {
  display: none !important;
}

.logo a.standard-logo {
  display: inline-block !important;
}

.logo a.standard-logo img {
  max-height: 48px;
  width: auto;
  height: auto;
  display: block;
}

/* Pricing table helpers */
.lh-pricing table {
  width: 100%;
  border-collapse: collapse;
}
.lh-pricing a {
  text-decoration: none;
}
.lh-pricing th,
.lh-pricing td {
  vertical-align: middle;
}