/*
    Template:       precise
    Theme Name:     Precise Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Precise - A Modern, Minimalistic Shop Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    precise-child
    Domain Path:    /languages/
*/
/* Fix header-v11 logo overlap - logo container collapses because imgs are position:absolute */
.header-v11 .site-header .header-left {
  width: 20%;
  min-width: 180px;
}

.header-v11 .site-header .header-middle {
  width: 80%;
  max-width: calc(100% - 180px);
}

