/*
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.
 */
 
/* typography */

a {
	color: #000;
}

	a:focus,
	.focus a {
		outline: none !important;
	}

/* header & nav */
.home.page:not(.page-template-template-homepage) .site-header,
.site-header {
	background-color: transparent;
	margin-bottom: 0;
}

.site-header .site-branding img {
	max-width: 172px;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	padding: 10px;
}

.site-header-cart .cart-contents {
	padding: 10px 0;
}

.storefront-breadcrumb {
	display: none;
	
}



/* content */
#main,
.content-area {
	margin-bottom: 0;
}
.col-full {
	background-color: #ffffff !important;
	padding: 0 40px;
}

	.col-full.slider {
		padding: 20px;
		max-width: 1104px;
	}
	
	.col-full.menu {
		border-top: 1px solid #81746D;
		border-bottom: 1px solid #81746D;
	}
	
#content .col-full {
	padding-top: 20px;
}

.slick-slider {
	width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #DDD;
    opacity: 0;
    /* prevent jumping onload */
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

	/* prevent jumping onload */
	.slick-slider.slick-initialized {
		visibility: visible;
		opacity: 1;    
	}

#comments {
	display: none !important;
}

.hentry {
	margin: 0;
}

/* delete sidebar */
.archive #primary,
.single #primary,
.woocommerce-cart #primary,
.woocommerce-checkout #primary {
	float: none !important;
	width: 100% !important;
}

.woocommerce-cart #secondary,
.woocommerce-checkout #secondary {
	display: none;
}

/* footer */
.col-full.footer {
	background-color: #f8f8f8 !important;
}
.storefront-sorting:last-of-type {
	display: none;
}

.site-footer {
	background-color: transparent;
	padding: 0;
}

.footer-widgets {
	padding-top: 20px;
}

.widget {
	margin: 0;
}

/* mobile menu */
.handheld-navigation .dropdown-toggle,
button:hover {
	background-color: #aece4c;
}

@media (min-width: 768px) {
	body {
		background: url(images/bg1.jpg) center top repeat;
	}
	

}

@media (max-width: 768px) {
	
	.col-full.menu {
		border-top: 0;
		border-bottom: 0;
	}
	
	#secondary {
		display: none;
	}
}