/*
Theme Name: Craft Beer Nation Child
Theme URI: #
Author: Klever Media
Author URI: http://www.klevermedia.co.uk 
Description: Craft Beer Nation is a professionally designed WordPress/WooCommerce theme aimed at craft beer clubs, small beer brewers & beer shop owners. It’s designed on the bootstrap 3 grid system and is fully responsive to mobile devices. The template is unique and modern and a great fit for any craft beer brewers alike.
Version: 1.0
Text Domain: craft-beer-nation
License: #
License URI: #
Tags: heme-options, sticky-post, full-width-template, custom-colors
Template: craft-beer-nation

*/


@import url("../craft-beer-nation/style.css");

/* C'est une manière peu élégante de supprimer le bouton d'ajout au panier, mais bon, ça fonctionne... */

/*
.product.item .image .add_to_cart_button.ajax_add_to_cart {
	display: block;
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden
}
*/
/* ---- Fix débordement titre section location tireuses ---- */
.wpb_row,
.wpb_row .wpb_column,
.wpb_row .vc_column-inner {
  overflow: visible;
}

.wpb_row .wpb_wrapper > h1:first-child,
.wpb_row .wpb_wrapper > h2:first-child,
.wpb_row .wpb_wrapper > h3:first-child,
.wpb_row .wpb_wrapper > .fw-heading:first-child {
  margin-top: 0;
  padding-top: 0.15em;
  line-height: 1.2;
}
/* ---- fin fix ---- */

/* Renfort page 1874 */
.page-id-1874 .bs-carousel .col-sm-5 .alignMiddle {
  padding-top: 80px !important;
}
.page-id-1874 .bs-carousel header h1 {
  margin-top: 0 !important;
  padding-top: 10px;
}

/* Footer dans le flux normal plutot qu'en position fixe */
footer { position: static !important; }
.wrapper { padding-bottom: 0 !important; margin-bottom: 0 !important; }

/* Masque le panier flottant */
.xoo-wsc-basket { display: none !important; }
