/* =========================================================
   FOOTER LOGOS
========================================================= */

/*
  Preserve the supplied artwork.
  White cards keep the logos visible on the dark footer.
*/


/* =========================================================
   MAX BUBBLE STICK FOOTER LOGO
========================================================= */

.site-footer .footer-top > div:first-child > img {
  display: block;

  width: 142px;
  height: 142px;

  object-fit: contain;

  padding: 6px;

  border-radius: 12px;

  background: #fff;

  filter: none;
}


/* =========================================================
   PARENT COMPANY LOGO
========================================================= */

.site-footer .parent-company img {
  width: 52px;
  height: 52px;

  max-width: none;
  max-height: none;

  object-fit: contain;

  padding: 4px;

  border-radius: 9px;

  background: #fff;

  filter: none;
}


/* =========================================================
   PARENT COMPANY ALIGNMENT
========================================================= */

.site-footer .parent-company {
  align-items: center;
}


/* =========================================================
   MOBILE RESPONSIVE
========================================================= */

@media (max-width: 500px) {

  .site-footer .footer-top > div:first-child > img {
    width: 112px;
    height: 112px;
  }

}