/*
Theme Name: Pipeline Products
Description: A child theme based on Sweetness by BNE Creative.
Author: Kerry Kline
Author URI: http://www.bnecreative.com
Version: 1.0
Template: sweetness
*/



/*
 * 	IMPORTANT! There is no need to @import the parent's
 *	main style.css file. It's already enqueued!!
*/


/* ===========================================================
 *	Header
 * ======================================================== */


 
#header-wrapper,
.bne-sticky-menu {
	    padding: 10px 30px 0px 30px;
	
	background-color: #e52329;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e52329),to(#b10b13));
	background-image: -webkit-linear-gradient(top, #e52329, #b10b13);
	background-image: -moz-linear-gradient(top, #e52329, #b10b13);
	background-image: -o-linear-gradient(top, #e52329, #b10b13);
	background-image: -ms-linear-gradient(top, #e52329, #b10b13);
	background-image: linear-gradient(top, #e52329, #b10b13);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e52329', EndColorStr='#b10b13');
	
	border-bottom: 1px solid #666;
}

#header-wrapper .header-content { padding-bottom: 0; }

/* Header Message */
.header-addon { 
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.shadow-type1 {
    background-image: none;
    margin-bottom: -40px;
    height: 40px;}
.panel-body {
    padding: 5px;
    border: solid 1px #D5D5D5;
}
.home .panel-body img {border: 1px solid rgb(203, 199, 199);}

/* == Main Menu == */
#access {
    background: rgba(255, 255, 255, 0);
}




/* == Sticky Menu/Header == */

.bne-sticky-menu { 
	padding: 0px 30px;
}

.bne-sticky-menu .header_logo { 
	top: 15px;
}

.bne-sticky-menu .header_logo img { 
	height: 80px;
}

.bne-sticky-menu #primary-menu > li > a { 
	color: white;
	font-size: 18px;
}

.bne-sticky-menu #primary-menu > li:hover > a,
.bne-sticky-menu #primary-menu > li.active > a { 
	background: rgba(0,0,0,.4) !important;
	color: white !important;
}

/* == Secondary Menu == */
#secondary-menu-wrapper {
	padding: 10px 30px;
	background: #ffffff;
	border-top: 10px solid #000;	
}

#secondary-header-menu {
	float: right;
	line-height: 30px;
}

#secondary-header-menu li {
	padding: 8px 0px;	
}

#secondary-header-menu a {
	padding: 0 10px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

#secondary-header-menu a:hover {
	color: #666666;
}

#secondary-header-menu li:not(:last-child) a {
	border-right: 1px solid black;
}

/* Cart Icon */
#secondary-header-menu .menu-icon-shopping-cart a {
	padding-right: 0;
	font-size: 0;
}

#secondary-header-menu .menu-icon-shopping-cart .fa {
	margin-top: -6px;
	font-size: 25px;
}

/* Search Field */
#secondary-menu-wrapper .bne-search form { 
	margin: 0;
}
#secondary-menu-wrapper .bne-search input[type="text"] { 
	height: 30px;
}
#secondary-menu-wrapper .bne-search button { 
	padding: 0;
	height: 30px;
	width: 30px;
	font-size: 12px;
}




.bne-slider-wrapper .slide-caption.left_center {
    left: 10%;
    right: auto;
    top: 50%;
    bottom: auto;
    text-align: left;
    max-width: 60%;
}
.left-sidebar .widget-title, .right-sidebar .widget-title {
    background-color: #bd0d0d;
border-bottom: solid 5px #f00;
padding: 5px 10px !important;
color: #fff;
font-size: 20px;margin-bottom:0px;
}


.left-sidebar .widget:not(.widget_text) li {
    line-height: 1.0;
    margin: 0 0 0px 0;
    padding: 10px 0 !important;
    background-color: #f2f2f2;margin-bottom:0px;
}
.widget:not(.widget_text) li a {
    padding: 20px;
    font-size: 90%;
}

#main-content-wrapper {
    position: relative;
    padding: 40px 30px 20px 30px;
}

article {
    margin-bottom: 60px;
    clear: both;
}

.thumbnail {
    margin-bottom: 0;
    margin-right: 20px;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #ce0016!important;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}
/* ===========================================================
 *	Woocommerce
 * ======================================================== */

.mark, mark {
    padding: .2em;
    background-color: transparent;
}
.woocommerce ul.products li.product h3 {
    padding: .5em 0.3em;
    margin: 0;
    font-size: 0.8em;
    background-color: #c90000;
    color: #fff;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    font-weight: 400;
    font-size: .857em;
    text-align: center;
    padding-top: 5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
    width: 29.05%;text-align: center;
}


.left-sidebar .widget:not(.widget_text) ul ul {
    list-style: circle;
    list-style-position: inside;
    text-indent: -5px;
    font-size: 14px;
    padding: 0 0 5px 10px!important;
}
.left-sidebar .widget:not(.widget_text) li a {
    padding: 0px;
    font-size: 90%;
}



.left-sidebar .widget:not(.widget_text) ul li{padding-left:10px!important;}

.woocommerce ul#shipping_method label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;font-size:14px;
}


.hide_cart_widget_if_empty {background-color: rgb(242, 242, 242);
padding: 10px;}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    padding: 0px;
}
#main-content-wrapper .textwidget {background-color: #f2f2f2; padding:10px;}

/* ===========================================================
 *	Footer
 * ======================================================== */
#footer-above-border {
	height: 60px;
	background: #979797;
	border-bottom: 1px solid #000;
}


#footer-above {
	background: #b10b13;
	border-top: 5px solid #f4151f;
}

#footer-wrapper {
	background: #454545;
}
#footer-above h3{border-bottom:1px solid #fff;}
#footer-wrapper  .widget:not(.widget_text) li {
    line-height: 1.0;
    margin: 0 0 10px 0;
    padding: 0;
}
.footer-widgets .widget:not(.widget_text) li a {
    padding: 0px!important;
    font-size: 90%;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

/* Woo Banner */
body.woocommerce-demo-store #wrapper { 
	margin-top: 88px;
}

@media( min-width: 768px ) {
	body.woocommerce-demo-store #wrapper { 
		margin-top: 61px;
	}
}

/* ===========================================================
 *	Responsive Styles
 * ======================================================== */

/* == Desktops == */
@media only screen and (max-width: 959px) { }

/* == Tablet and smaller Desktop == */
@media only screen and (min-width: 768px) and (max-width: 959px) { }



/* == Tablet and Desktop == */
@media only screen and (min-width: 768px) {
	
	.header_logo {
		position: absolute;
		left: 0;
		top: 5px;z-index:1000;
	}

	.header-menu #primary-menu > li { 
		padding: 15px 0px;
	}
	
	.header-menu #primary-menu > li > a {
		line-height: 1;
		padding: 0 20px;
	}
	
	.header-menu #primary-menu > li:not(:last-child) > a {
		border-right: 1px solid #666;
	}

	/* Right Sidebar */
	.sidebar-layout-right-sidebar #content { width: 70%; }
	.sidebar-layout-right-sidebar .right-sidebar { 
		width: 25%; 
		margin-left: 5%; /* gutter */
	}
	.sidebar-layout-right-sidebar .full-width-template #content {
    	width: 100%;
    
	}

	/* Left Sidebar */
	.sidebar-layout-left-sidebar #content { 
		width: 70%;
		left: 30%; /* sidebar width + 5% gutter */
	}
	.sidebar-layout-left-sidebar .left-sidebar {
		width: 25%;
		right: 70%; /* matches content width */
	}
		

}



/* == Tablets and Smaller == */
@media only screen and (max-width: 767px) {
	
 #header-wrapper{ background-image: url('/wp-content/uploads/2016/09/mobile-bg-1.jpg')!important;   background-color: #454545;background-position: top center!important;}	
	/* Hide Primary Menu */
	#primary-menu { 
		display: none;
	}
	
	/* Show Mobile Menu */
	#primary-menu.mobile-menu { 
		display: block !important;
	}
#primary-menu.mobile-menu {
    display: block !important;
    background-color: #454545;
    background-position: top center !important;}
#primary-menu > li > a {    color: #FFF!important;}
#primary-menu > li.active a{
background-color: rgba(254, 250, 250, 0)!important;
color: #FFF;}
#primary-menu > li.sfHover > a {
    background: rgba(255, 255, 255, 0.13)!important;}

#primary-menu.mobile-menu {
    display: block !important;
    background-color: #454545;}


}

/* == Smaller than most Tablets == */
@media only screen and (max-width: 600px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%!important;
    text-align: center;
}
 }

/* == Between Phones and Tablets == */
@media only screen and (min-width: 481px) and (max-width: 767px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 50%!important;
    text-align: center;
} }

/* == Phones and Smaller == */
@media only screen and (max-width: 480px) {
.bne-slider-wrapper {
    display: none;
}
.home #featured-wrapper.full-width-featured-area {
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%!important;
    text-align: center;
}

 }


/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0;font-size: 13px!important;}
#header-wrapper{ display:none; }
#content a {font-size:10px;  }
 a[href]:after {
    content: none !important;
  }
#comments, .woocommerce a.remove { display:none; }
body:not(.fullwidth-100) #sidebar_layout .fixed-sidebar { display:none; }
#footer-above, #footer-wrapper, #footer-above-border, .related products { display:none; }
 a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;}
}

/* circle hover effect <div class=”circle”> */
.circle img {
transition: 1s ease;
}

.circle img:hover {
border-radius:50%;
transition: 1s ease;
}