/*
Theme Name: XPress
Author: ThemeHouse
Author URI: https://www.themehouse.com/
Version: 1.1.5
Text Domain: thxpress
*/


.p-header .p-header-sovrn a {
    color: #515141;
}

a.p-header-sovrn:focus, 
a.p-header-sovrn:hover,
a.p-header-sovrn:active {
    color: rgb(89, 106, 95);
}
.p-header .p-header-sovrn {
    display: flex;
    align-self: end;
    justify-content: end;
    margin-bottom: 5px;
}
.underline {
    text-decoration: underline;
}
@media (max-width: 850px) {
    .p-header .p-header-sovrn {
        position: absolute;
        right: 10px;
    }
}

@media (min-width: 851px) {
    .p-header .p-header-sovrn {
        color: #515141;
        margin-right: -30px;
        flex-grow: 1;
    }
}
