/*
 * Morningstar Marinas [Updated] - site-wide overrides
 *
 * This file is enqueued on EVERY page (see functions.php). The main child
 * stylesheet (style.css) is deliberately gated to the boat-rental, boat-storage
 * and careers templates, so anything that must apply site-wide belongs here.
 *
 * Author values in px, not rem. The parent theme sets the root font-size to
 * 16px while style.css sets it to 62.5% (10px), so rem values from the SCSS
 * rem() mixin resolve differently depending on which page you are on.
 */

/* Footer: cap the "45 Years of Excellence" Image Widget logo.
   The widget outputs width/height attributes and an inline max-width:100%,
   hence the !important and the explicit height:auto. */
footer.site-footer .footer-info .widget_sp_image img {
    max-width: 128px !important;
    height: auto !important;
}
