/*
Theme Name: Stack Child
Theme URI: http://www.tommusrhodus.com/stack-wordpress-theme
Description: Child theme for the Stack theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: http://www.tommusrhodus.com
Template: stack
Version: 10.0.0
*/

@import url('../stack/style.css');

ul li.current_page_item a,
ul li.current-page-ancestor a {
 opacity: 1 !important;
} 

.inventory {
	max-width: 500px;
	margin: auto;
}

.inventory-group {
	margin-bottom: 20px;
}

.inventory-label {
	font-weight: bold;
}

.inventory-group label {
	    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    padding: 10px;
}

.inventory-group label label {
	display: none;
}

.inventory button[type="submit"]{
    padding: 10px 15px;
    height: auto;
    font-size: 14px;
}

footer .logo {
	max-height: 50px !important;
}