<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wk_profile_banner {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 2px #efefef;
}


.wk_profile_photo_img {
    width:200px!important;
    height:200px!important;
    border-radius:12px!important;
    box-shadow: 4px 4px 4px #efefef!important;
    margin:1em;
}

/**
Wordpress Menu Cart Plug in
Only show when logged in
*/
.wpmenucartli {display: none !important;}
.logged-in .wpmenucartli {display:inline-block!important}

/**
 Wordpress User Front End Recaptcha Fix
*/
.wpuf-form-add .g-recaptcha[data-callback="submitEnable"] {
    display:none
}

.custom-logo-link img {
    max-height: 160px!important;
}

/**
 * Woocommerce Cart
 */
.woocommerce-table__product-total.product-total {
    vertical-align:top;
}

</pre></body></html>