/*
Theme Name:   	LaBase x Bidaia (Storefront Child)
Theme URI:    	https://bidaia.fr/
Author:       	Aubin BERTHE 
Author URI:     https://bidaia.fr/ 
Template:     	storefront
Description:  	Starter theme développé par Bidaia
Version:      	2.0.0
License:      	PRIVATE
License URI:  	https://bidaia.fr/
Text Domain:  	storefront
Tags:         	two-columns, left-sidebar, right-sidebar, 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.
 */



/* 
	Based on : Stuart Duff
	https://github.com/stuartduff/storefront-child-theme	
	http://stuartduff.com 
*/


/* Pour gérer le gros du thème */
@import url("assets/css/custom-base.css"); 

/* Pour gérer les styles spécifiques à une page */
@import url("assets/css/custom-page.css"); 

/* Pour gérer les styles spécifiques à WooCommerce */
@import url("assets/css/custom-woocommerce.css"); 



.primary-navigation {
    float: right;
}

@media (min-width: 768px) {
	.storefront-primary-navigation {
	    clear: none;
	    background: inherit;
	    float: right;
	    margin-left: inherit;
	    margin-right: inherit;
	    padding-left: inherit;
	    padding-right: inherit;
	    width: 680px;
	}
	.navigation {
	    width: 100%;
	}
	.woocommerce-active .site-header .main-navigation {
	    width: 70%;
	}
	.col-full {
	    max-width: 1096px;
	    padding: 0;
	}
}

/* Remove header */
header#masthead {
    margin-bottom: 0;
}
header.entry-header {
    display: none;
}


.front-page-main-image {
    height: 450px;
}

.view-products-button span {
    font-weight: 400;
    letter-spacing: 2px;
}


div#pg-8-0, div#pg-8-1 {
    margin-bottom: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
	font-weight: 400;
	letter-spacing: 2px;
}










