/*---------------------------------------------------------------------------------
 * Theme Name: TES Real Training Theme 
 * URI: https://tes.realtraining.co.uk/ 
 * Description: Real Training child theme for TES NPQ Booking site
 * Author: Real Group 
 * Author URI: http://realgroup.co.uk 
 * Template: realtraining
 * Version: 1.0.0 */

#siteLogoReal {
    margin-top: 22px;
    float: right;
}

@media screen and (max-width: 48em) {
    #siteLogoReal {
        height: 48px;
        position: absolute;
        top: 5px;
        right: 1em;
        margin: 0;
    }
    #siteLogoReal img {
        height: 42px;
        width: auto;
    }
}
