/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

img.site-logo {
    display: inline-block;
}

img.site-logo, img.sticky-logo {
    height: 63px;
    float: right;
}

@media only screen and (max-width: 767px) {
    .pre-header .pre-header-image {
        display: none;
    }

    body img.sticky-logo {
        max-height: 32px !important;
        float: left;
    }
}


/****************************************************************/
/****************************************************************/
/****************************************************************/