/*
Theme Name: Josie Thirkell - Staff Theme
Description: A child theme of Themify Ultra - Do Not Remove Parent Theme.
Template: themify-ultra
Author: admin (john@primaryictsupport.co.uk)
*/

/* Woohoo! Let's customize! */

.userprofileinfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.userprofileinfo .profilepic {
    margin-right: 10px;
}

.userprofileinfo .profilepic img {
    border-radius: 50%;
    aspect-ratio: 1;
    box-shadow: 0 0 5px #e5248499;
    max-width: 55px;
    padding: 2px;
    border: 1px solid #E62984;
}

.userprofileinfo .profileinfo {}

.userprofileinfo .profileinfo p {
    line-height: 1em;
    margin: 5px 0;
    font-size: 12px;
    text-align: left;
}

@media only screen and (max-width: 680px) {
    .userprofileinfo .profilepic img {
        max-width: 35px;
    }
}