/**
* Theme Name: Foundry Child
* Description: This is a child theme of Foundry, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
* Template: foundry
* Version: 2.1.5
*/

.nav-bar .module.left > a {
  display: flex !important;
  align-items: center;
  height: 55px;
  padding-bottom: 6px;
  box-sizing: border-box;
}

.logo {
  max-height: 42px !important;
  width: auto;
  display: block;
}

nav.nav-centered .logo {
  max-height: 64px !important;
}

.logo-dark {
  filter: invert(1);
}

/* Robin site customizations */
.module.widget-handle.left:empty,
.module.widget-handle.left:not(:has(a)) {
  display: none;
}
.sbi_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gigwell-embedded-roster .gigwell-roster-artist img,
#gigwell-embedded-roster .gigwell-roster-artist-image {
  filter: grayscale(1);
}
