/*
 Theme Name:   Storefront Child
 Theme URI:    http://bear2nd.com
 Description:  Storefront Child Theme
 Author:       Malik Ahmed Khan Awan
 Author URI:   http://a2zbits.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         basic
 Text Domain:  store-front-child
*/

.site-header .custom-logo-link, .site-header .site-logo-anchor, .site-header .site-logo-link {
    display: block;
    margin-bottom: 0;
    float:left;
    width: 85px;
    margin-top: -25px;
    margin-right: 5px;
}

.site-header .custom-logo-link img {
    width: 100%;
}

.woocommerce-active .site-branding {
    min-width: 200px;
}

.site-branding .site-title {
    font-size: 3em;
}

.mtphr-dnt-tick-container {
    height: 34px;
    line-height: 32px;
    background-color: #000;
    color: #fff;
}
.mtphr-dnt-tick-container a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 480px) {
    .site-branding .site-title {
        font-size: 1.6em;
        margin-top: 20px;
    }
    
    .site-branding .site-description {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    
    .storefront-handheld-footer-bar .my-account {
        display: none;
    }
    
    .storefront-handheld-footer-bar > ul > li {
        width: 50%!important;
    }
}

.site-branding .site-description {
    font-size: 1.5em;
    display: block;
}