/* ===== MAKE LOGO FULL WIDTH ===== */

/* Remove container limitation */
.pkp_site_name_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove spacing above and below header */
.pkp_head_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Make logo fill width */
.pkp_site_name img {
    width: 100% !important;
    height: 120px !important;   /* reduce height */
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
}

/* Reduce overall header height */
.pkp_site_name {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}
