/*
Theme Name:   	Bourbon Barrell Furniture
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Lee Boone
Author URI:     http://leeboone.com
Template:     	storefront
Description:  	This is a child theme for WooThemes StoreFront theme based off the blank Storefront Child Theme by Stuart Duff
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.
 */

 /*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('https://bourbonbarrelshop.com/wp-content/themes/bbfb/fonts/flexslider-icon.eot');
  src: url('https://bourbonbarrelshop.com/wp-content/themes/bbfb/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'), url('https://bourbonbarrelshop.com/wp-content/themes/bbfb/fonts/flexslider-icon.woff') format('woff'), url('https://bourbonbarrelshop.com/wp-content/themes/bbfb/fonts/flexslider-icon.ttf') format('truetype'), url('https://bourbonbarrelshop.com/wp-content/themes/bbfb/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flex-viewport .wc-block-grid__products{
    display: block;
    position: relative;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  line-height: .99105;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
}
.flex-direction-nav a:focus{
  outline-color:none;
  background-color: #000;
}
.flex-direction-nav a span{
    clip:rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    display: inline-block;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
 /*.flexslider{direction:rtl}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a:before{content:'\f002'}.flex-direction-nav a.flex-next:before{content:'\f001'}.flex-direction-nav .flex-prev{left:auto;right:-50px}.flex-direction-nav .flex-next{right:auto;left:-50px;text-align:left}.flexslider:hover .flex-direction-nav .flex-prev{opacity:0.7;left:auto;right:10px}.flexslider:hover .flex-direction-nav .flex-next{opacity:0.7;right:auto;left:10px}.flex-pauseplay a{left:auto;right:10px}@media screen and (max-width: 860px){.flex-direction-nav .flex-prev{left:auto;right:10px}.flex-direction-nav .flex-next{right:auto;left:10px}}*/


/*fix dubbot error in cookie consent popover*/
.cc-theme-edgeless.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(157, 34, 53);
}
.cc-theme-edgeless.cc-window .cc-link, .cc-theme-edgeless.cc-window .cc-link:active, .cc-theme-edgeless.cc-window .cc-link:visited {
    color: rgb(255, 255, 255);
}
.cc-theme-edgeless.cc-window .cc-btn {
    color: rgb(0, 0, 0);
    border-color: transparent;
    background-color: rgb(239, 234, 220);
}

/* end flexslider */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6{
  font-weight: 600;
}
.hentry .entry-content a{
  text-decoration:none;
}

.page-template-template-homepage .entry-header{
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.page-template-template-homepage #main .type-page:first-child{
	padding-top:0;
}
.page-template-template-homepage #main .hentry .entry-content .wc-block-grid{
  position: relative;
}
#homeSliders .flex-control-paging{
  bottom:30px;
}
#homeSliders  .flex-direction-nav a{
  top:30%;
}
#featureSlider{
  border:none;
  border-radius: 0;
}
#featureSlider  .flex-direction-nav a::before,
#homeSliders  .flex-direction-nav a::before{
  color:#b59a84;
  text-shadow: 0 0 1px #000;
}
#featureSlider .slide {
    position: relative;
    padding: 50px;
    background-color: #EEE;
    border-bottom: 1px solid #666;
}
#featureSlider .wrap{
    display: flex;
    flex-direction: column;
}
#featureSlider .slide figure{}

#featureSlider .slide .details {
    text-align: center;
}
#featureSlider .slide .details .slide-title {
    margin: 1rem 0 .5rem;
    opacity: .8;
}
#featureSlider .slide .details .price {
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: .5px;
}
#featureSlider .slide .details .buttons {
    margin-bottom: 0;
}
#featureSlider .slide .details .buttons .wp-block-button__link {
    margin-bottom: .25rem;
}

.storefront-breadcrumb{
  background-color: #EEE;
  border-bottom: 1px solid #666;
}

.intro {
    color: rgb(116, 89, 67);
    font-size: 1.6em;
    line-height: 1;
    font-family: 'Crimson pro', serif;
    font-weight: 500;
}

.product_cats{
}
.product_cats .button {
    padding: .4em;
    margin-bottom: .4em;
    min-width: 160px;
    text-align: center;
    flex-grow: 1;
    margin: 0 .4em .4em;
}
.product_cats .button.current-category{
  background-color: #000;
  color: #cbb097;
  pointer-events: none;
}



@media (min-width: 768px) {
.page-template-template-homepage .type-page .storefront-hero__button-edit{
  top:-40px;
}
#masthead {
    background-color: #333;
    border-bottom: 1px solid #666;
}
#header-container {
    display: flex;
    align-content: flex-end;
    align-items: end;
    justify-content: flex-end;
}
.woocommerce-active .site-header .site-header-cart{
  margin-bottom: 1.41575em;
}
.woocommerce-active .site-header .site-header-cart .cart-contents::after {
    font-size: 2em;
    color: rgb(228, 201, 176);
    height: 1.3em;
}
.site-header-cart .cart-contents .count,
.site-header-cart .cart-contents .amount{
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

#featureSlider .slide {
    padding: 80px 80px 50px;
}
#featureSlider .wrap {
    flex-direction: row;
    max-width: 66.4989378333em;
    margin: 0 auto;
}
#featureSlider .slide figure {
    width: 512px;
    height: 342px;
}
#featureSlider .slide .details {
    text-align: left;
    padding-left: 1rem;
    max-width: calc(100% - 527px);
}
#featureSlider .slide .details .slide-title {
    margin-top:0;
    font-size: 3vw;
}
#featureSlider .slide .details .buttons .wp-block-button__link {
    margin-bottom: .5rem;
    min-width: 160px;
    border-radius: 0;
}

.woocommerce-active .site-header #header-container .site-search {
    margin-right: -100px;
}
.woocommerce-active .site-header #header-container .site-header-cart {
    text-align: center;
}
.woocommerce-active .site-header #header-container .site-header-cart .cart-contents {
    padding: 0;
}


.storefront-primary-navigation{
  background-color: rgba(228,201,176,1);
}
.storefront-primary-navigation > .col-full {
    display: flex;
    align-items: flex-end;
}

.woocommerce-active .site-header .storefront-primary-navigation .site-branding {
    width: 240px;
    margin-right: 60px;
}
.woocommerce-active .site-header .storefront-primary-navigation .custom-logo-link {
    height: 240px;
    margin-bottom: -80px;
    padding-top: 30px;
    margin-top: -110px;
    background: rgb(250, 244, 239);
    border-radius: 150px;
    border: 3px outset #0003;
    box-shadow: -2px -2px 0 #0003;
}
.woocommerce-active .site-header .storefront-primary-navigation .custom-logo-link .custom-logo {
    max-width: none;
}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation {
    margin: 0;
    width: calc(100% - 300px);
}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .primary-navigation {
    font-family: "crimson pro";
}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .primary-navigation ul.nav-menu {
    display: inline-block;
    float: right;
    margin-right: -1em;
}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .primary-navigation ul.nav-menu .menu-item {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .primary-navigation ul.nav-menu .menu-item a{}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .primary-navigation ul.nav-menu .menu-item.current_page_item > a{
  color:#333;
  pointer-events: none;
}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .primary-navigation ul.nav-menu .sub-menu .menu-item{}
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .primary-navigation ul.nav-menu .sub-menu .menu-item a{}

.page-template-template-homepage #main .hentry {
    padding: 0;
        padding-top: 0px;
}
.page-template-template-homepage #main .hentry > .col-full {
    padding: 0;
}
.page-template-template-homepage #main .hentry .entry-content {
    max-width: unset;
}
.page-template-template-homepage #main .hentry .entry-content .wc-block-grid{
}
.page-template-template-homepage #main .hentry .entry-content .wc-block-grid .wc-block-grid__products {
    justify-content: space-between;
    gap: 10px;
}
.page-template-template-homepage #main .hentry .entry-content .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
    max-width: calc(25% - 10px);
    border-width: 0;
}

.woocommerce-breadcrumb{
  float:right;
}

.product_cats {
    display: flex;
    justify-content: space-between;
    margin:0 -.4em 2em;
}


#colophon{
  padding: 10px 0;
}
.site-info{
  padding: 0;
}
.site-info br,
.site-info a[title^='WooCommerce']{
  display: none
}
}
.social-svg {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 1px solid #000;
    border-radius: 42px;
    margin: 0 4px;
    float: right;
}
.social-svg:hover {
    color: rgba(233,181,131,1) !important;
    fill: rgb(233, 181, 131) !important;
    border-color: rgb(233, 181, 131) !important;
    background: #FFF;
}

}