.site-name-with-logo img {
    float: right;
}

@media screen and (max-width: 568px) {
   .site-name-with-logo img {
        float: none;
    } 
    .theme_sparkle_eventide .psom-logo-white,
    .theme_sparkle_eventide .psom-logo-blue {
        margin: 10px auto;
    }
}

.theme_sparkle_eventide .weblink:after {
    content: none;
}