/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/*TEMPORARILY DISABLE SHOPPING CART IN MAIN MENU*/
#site-header-cart {
    display: none !important;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0em!important;
}

/*EXPAND CONTAINER WIDTH SITEWIDE*/
.col-full {
    max-width: 88em!important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
}

/* HIDE BREADCRUMBS */
.storefront-breadcrumb {
    display:none;
}

/* HIDE POST AUTHOR INFO */
.hentry.type-post .entry-meta {display:none;width: 0%;}

.hentry.type-post .entry-content {
    width: 100%;
    float: left;
    margin-right: 0;
}

.content-area, .widget-area {

    margin-top: 40px;
}

 /* TIRE CAGE PAGE STYLING */
 .tirecage-left {float: left; width: 34%; padding: 0% 1% 0% 0%;}
 .tirecage-center {float: left; width: 50%; padding: 0% 0% 0% 0%;}
 .tirecage-right {float: right; width: 13%; padding: 0% 0% 0% 2%;}
 
 @media only screen and (max-width: 600px) {
 .tirecage-left {float: none; width: 100%; padding: 0% 0% 0% 0%;}
 .tirecage-center {float: none; width: 100%; padding: 0% 0% 0% 0%;}
 .tirecage-right {float: none; width: 100%; padding: 0% 0% 0% 0%;}
 }


.column {
	width: 216px;
	height: 360px;
	float: left;
	margin: 10px 0px; 
	padding:1%;
}

.row {
	margin: 0;
	float: left;
}

.issuupdf {
    width: 210px;
    height: 450px;
    float: left;
    text-align: center;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 10px 0px;
    border: 0px;
}



/* TOP BAR DROPDOWN MENU ITEMS */
.woa-top-bar .block.text-right .sub-menu {
    text-align: left;
}

/* HIDE Subcategories in Woocommerce category sidebar widget*/
.children {
display:none;
}

/* HIDE POST PREVIOUS NEXT LINKS */
.post-navigation .nav-links {
    visibility: hidden;
}
