/*
Theme Name:   Bottoms Up Home Brew
Description:  Bottoms Up Hoem Brew child theme, based on Visual Composer Theme Master
Author: Galfano Design
Template: visual-composer-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/


.shop_heading_banner {background-image: url('./images/shop_banner.png');}
.col-md-3.col-md-pull-9 .sidebar-widget-area {width: 100% !important;}
.col-md-3.col-md-pull-9 .product-categories li{margin-left: -15px !important;}
.col-md-3 .sidebar-widget-area {width: 100% !important;}
.col-md-3 .product-categories li{margin-left: -15px !important;}


/************** header and footer css ************/

@media screen and (min-width: 768px){ 

  .navbar.mobile_show{display:none;}
  .navbar-wrapper{position:relative;}
  body .navbar-wrapper #main-menu{
	text-align: right;
    position: absolute;
    width: 100%;
    padding: 0;
    overflow-y: inherit;
    margin-left: 28%;
    opacity: 1;
    z-index: 99999;
    height: 42px; 
   left: auto;
   top:auto;   
  }
  body .banner_black_header{z-index:9 !important;}
  .banner_white_header.container{z-index: 99 !important;}
  #main-menu>ul{float:left !important;}
  #footer .widget.widget_media_image{text-align:right;}

}
@media screen and (max-width: 767px){ 

  .navbar.desktop_show{display:none;}
  body .navbar.mobile_show{padding-top: 15px;padding-bottom: 15px;}
  .navbar-brand img{max-width:100%;height:auto;}
  .navbar-brand{width:75%;}

}
.desktop_show #main-menu {
    margin-left: 0 !important;
    background-color: #303030 !important;
}
.desktop_show #main-menu > ul > li > a {
    color: #fff !important;
}
body{padding-top:0px !important;}
header#header {margin-bottom: 30px;}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	
	#header_info{font-size:14px;padding-top: 20px;}
	.header_mini_cart{width:100%;font-size:13px;}
	.navbar-brand img{max-width:100%;height:auto;}
	.navbar-brand {padding-top: 20px;}
	
}




/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Colors
Orange: #F7941E;
*/

/* header custom css start here */

/*.desktop_menu #main-menu > ul > li > a { color: #fff !important;}
.desktop_menu #main-menu {margin-left: 0 !important;background-color:#303030 !important;}
.menu_mobile_show{display:none;}
.menu_mobile_show #main-menu > ul > li > a { color: #000 !important;}
.menu_mobile_show #main-menu {background-color:#ffffff !important;}
.navbar.header_custom.fixed {background-color: #eee;}
.container.header_container {background-color: #fff;margin-top: 10px;}
.header_container .col-sm-4 {margin-top: 20px;}
.navbar-wrapper {padding: 0 !important;}
body:not(.menu-sandwich) #main-menu {text-align: left;}
.navbar-wrapper {padding: 0 !important;margin: 0 -25px !important;height: 42px !important;}
body:not(.menu-sandwich) #main-menu > ul {margin: 0% 0% 0 1% !important;}
#main-menu .header-widgetised-area .widget {margin-bottom: 0px !important;}
body:not(.menu-sandwich) #main-menu .header-widgetised-area {margin: 1.5px 3% 0.5px 1px !important;}
.banner_black_header {background-color: #202020;margin-top: -32px;position: relative;z-index: -999;height: 42px;}
.banner_white_header.container {background-color: #ffffff;margin-top: -27px;position: relative;z-index: -999;}
.header_mini_cart {border: 2px solid #ccc;padding: 0px;width: 76%;float: right;}
.header_mini_cart img{float:left;}
.header_mini_cart a{color:#555555;text-decoration:none;line-height: 42px;margin-right: 8px;}
#header .search-form label .search-field {height: 32px !important;padding: 0 40px 0 15px !important;margin-top: 4px !important;}
.content-wrapper {margin: 0 !important;padding: 0 !important;}*/

/* header custom css end here */

/* custom css for sidebar start here */

/*.comment-content ul > li::before, .entry-content ul > li::before {font-size: 0 !important;left: 0px !important;}
.comment-content ul > li, .entry-content ul > li {padding: 5px !important;}
.widget_product_categories .widget-title {background-color: #454545;color: #ffffff !important;padding: 6px 15px;margin-bottom: 0;font-size: 20px;}
.product-categories li {background-color: #f2f2f2;border: 2px solid #f2f2f2;box-shadow: 0 15px 10px #fff inset;list-style: outside none none;
    padding: 6px;font-size:16px;}
.product-categories li a {color: #F7941E !important;text-decoration: none !important;padding: 10px;border-bottom-color: #f2f2f2 !important;
    margin-left: 0px;}
.sidebar-widget-area{width:25%;float:left;}*/

/* custom css for sidebar end here */

/*product single page custom css start here*/
/*.single.single-product .sidebar-widget-area ul { padding-left: 0 !important;}
.single.single-product .product-categories li a { margin-left: 6px !important;}*/
/*product single page custom css end here*/

/* shop page custom css start here*/
/*.shop_heading_banner {background-position: center center;background-size: cover;color: #ffffff;
    padding-left: 12px;height: 44px;font-size: 28px;margin-bottom: 10px;}
.shop_page_all{width:73%;margin-left:10px;float:right;}
.archive.post-type-archive .product-categories li { margin-left: -15px !important;}*/
/* shop page custom css end here*/

/*variations radio button on product single page css start here*/
 /*input[type=radio] { display:none;}

    input[type=radio] + label {
        display:inline-block;
        margin:-2px;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255,255,255,0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
        background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
        background-image: -o-linear-gradient(top,#fff,#e6e6e6);
        background-image: linear-gradient(to bottom,#fff,#e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #ccc;
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        border-bottom-color: #b3b3b3;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    }
    input[type=radio]:checked + label {
           background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color:#e0e0e0;
        border: 2px solid green;
    }   
.v_heading{font-size: 20px;color:#454545 !important;margin-bottom: 25px;}
.woocommerce div.product form.cart .variations label {font-weight: normal;}
.value div {float: left !important;margin: 0px 5px 0px 0px;}
.value div label { margin-left: 7px !important;}*/

 /*variations radio button on product single page css end here*/  

/* css for all type mobile start here*/
/*@media only screen and (max-width:480px)
{
    .menu_mobile_show{display:block !important;}
    .desktop_menu{display:none !important;}
    .header_mini_cart {width: 100% !important;}
    .col-sm-12.mobile_left_header {margin-top: 3%;}
    .menu_mobile_show .navbar-brand {margin: 15px 0 0 25px;}
    .woocommerce div.product {float: left !important;margin-left: 0 !important;width: 100% !important;}
    .sidebar-widget-area {float: left !important;width: 100% !important;}
    .shop_page_all {float: left !important;width: 100% !important;}
    .textwidget > img {width: 100% !important;}
    .content-wrapper {margin: 0 15px !important;padding: 10px 0 1px !important;}
}*/
/* css for all type mobile end here*/

/* css for add to cart botton and quantity field start here */


/* css for add to cart botton and quantity field end here */

/*.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #469635 !important;
    font-size: 2.25em !important;
}
.single_add_to_cart_button.button.alt {
    background-color: #469635 !important;
}
a.add_to_wishlist {
    color: #f7941e;
    cursor: pointer;
}
.quantity .minus {
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    margin: 0;
    width: 20%;
}
.quantity .plus {
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    margin: 0;
    width: 20%;
}
.woocommerce .quantity .qty {background-color: #ccc !important;border: 2px solid #ccc !important;width: 30%;}
.quantity.buttons_added {
    max-width: 150px;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield !important;
}*/

/* General */
/*.ult-new-ib-desc {background-color: rgba(0,0,0,0.65)}*/


/* Footer */
/*.footer-widget-area {background-color: #333}
.footer-bottom {padding-top: 0px}
.widget-title {color: #F7941E !important}*/
