/* Passengers Express Theme 0.15.1-beta1 - Footer logo fix */
footer .pxe-footer-logo-wrap,
.site-footer .pxe-footer-logo-wrap,
footer .footer-logo,
.site-footer .footer-logo,
footer .site-info,
.site-footer .site-info,
footer .site-branding,
.site-footer .site-branding,
footer .widget_media_image,
.site-footer .widget_media_image {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

footer .pxe-footer-logo-wrap img,
.site-footer .pxe-footer-logo-wrap img,
footer img.pxe-footer-logo-img,
.site-footer img.pxe-footer-logo-img,
footer .custom-logo,
.site-footer .custom-logo,
footer .site-branding img,
.site-footer .site-branding img,
footer .footer-logo img,
.site-footer .footer-logo img,
footer .widget_media_image img,
.site-footer .widget_media_image img,
footer .site-info img,
.site-footer .site-info img {
    max-height: 32px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer .pxe-footer-logo-wrap,
.site-footer .pxe-footer-logo-wrap {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    max-width: 150px !important;
}

footer .pxe-footer-logo-link,
.site-footer .pxe-footer-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

@media (max-width: 782px) {
    footer .pxe-footer-logo-wrap,
    .site-footer .pxe-footer-logo-wrap {
        max-width: 128px !important;
    }

    footer .pxe-footer-logo-wrap img,
    .site-footer .pxe-footer-logo-wrap img,
    footer img.pxe-footer-logo-img,
    .site-footer img.pxe-footer-logo-img,
    footer .custom-logo,
    .site-footer .custom-logo,
    footer .site-branding img,
    .site-footer .site-branding img,
    footer .footer-logo img,
    .site-footer .footer-logo img,
    footer .widget_media_image img,
    .site-footer .widget_media_image img,
    footer .site-info img,
    .site-footer .site-info img {
        max-height: 26px !important;
    }
}
