/*
Theme Name: Bear Guardian WP Theme 2014
Theme URI: http://www.bearguardian.com
Author: Aaron E. | Premier Digital Agency
Author URI: http://aaronedgell.com
Description: Repsonsive WordPress Theme using the Bootstrap 3 framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: 
*/

html {
	font-family: "Arial", Arial, sans-serif;
}
header {
	height: 195px;
}	
.logo-section {
	position: relative;
	height: 145px; 
	width: 100%; 
	background-color: white;
	padding-top: 15px;
	padding-left: 3%;
}
.logo {
	width: 350px;
	float: left;
	padding: 10px;
}
.my-cart {
	float: right;
	margin-right: 3%;
	display: block;
}
.my-cart a {
	color: #065B75; 
	margin-right: 15px;
}
.search {
	position: relative;
	float: right;
	margin-right: 3%;
	padding-left: 10px;
	width: 170px;
	background-color: #D8D8D8;
	border-radius: 15px;
	color: white;
}
.nav-header .col-xs-3{
	background-color: #033042; 
	height: 50px; 
	padding-top: 17px;
	text-align: center;
}
.nav-header .col-xs-3:hover {
	background-color: #065B75;
	color: white;
	text-decoration: none;
}
.nav-header .col-xs-3 a:hover {
	color: white;
	text-decoration: none;
}
.selected .col-xs-3{
	background-color: #065B75;
}
.breadcrumbs {
	background-color: #065B75;
	position: relative;
	text-align: center;
	height: 25px;
	padding-top: 2px;
}
.breadcrumbs a:hover {
	color: white;
	background-color: #065B75;
	opacity: 0.8;
	text-decoration: none;
}
a {
	color: white;
	text-decoration: none;
}
.banner {
	position: relative;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	background-color: #EFEFEF;
}
.banner img {
	width: 100%;
}
.banner-info {
	position: absolute;
	background:#7f7f7f;
  	background:rgba(0,0,0,0.5);
	color: #FFFFFF;
	bottom: 0px;
	height: 150px;
	width: 100%;
	padding-left: 20px;
}
.banner-info h1 {
	font-size: 40px;
	margin-top: 2%;
}
.banner-info h3 {
	font-weight: normal;
}
.banner button {
	position: relative;
	background-color: #FF8C19;
	float: right;
	margin-right: 20px;
	font-size: 21px;
	border-radius: 25px;
	width: 200px;
	bottom: 55px;
}
.banner button:hover {
	background-color: #E26B00;
	color: white;
}
.content, .container, #container, #content{
	margin-left: 3%;
	margin-right: 3%;
	background-color: #E6E6E6;
	padding: 30px 40px 80px;
	background-size: 94% 100%;
	width: 94%;
	min-height: 300px !important;
}
.content h1 {
	color: #E26B00;
}
.welcome {
	margin-left: 20px;
}

footer {
	clear: both;
	height: 210px;
	color: white;
}
.footer-nav {
	text-align: left;
	height: 210px; 
	background-color: #000000;
	padding-top:10px;
	padding-left:20px;
}
.footer-nav h5 {
	font-size: 14px;
}
.footer-nav a, p {
	font-size: 12px;
}
.copyright {
	clear: both;
	float: left;
	padding-top: 60px;
	padding-left: 20px;
}
.copyright p {
	font-size: 12px;
}
.policy {
	float: right;
	padding-top: 60px;
	padding-right: 30px;
}
.product-category {
	background: inherit;
}
.product-category h3{
	margin-top: 10px;
}
.product-category {
	float: left !important;
	margin-top: 10px;
	margin-right: 20px !important;
}
.product-category button {
	background-color: #FF8C19;
	color: white;
	border-radius: 10px;
}
.individual-product img {
	margin-left: 30px;
}
.individual-product h3 {
	color: #FF8C19;
}
.product-detail {
	width: 65%;
	margin-left: 35%;
}
.product-detail th, td{
	padding-right: 80px;
	padding-left: 0px;
}
.order-specs {
	margin-left: 35%;
}
.order-specs th, td{
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
}

hr {
	border-color: black;
}
.add-to-cart{
	margin-top: 10px;
	padding: 5px;
	color: white;
	background-color: #FF8C19;
	border-radius: 10px;
}
#sidebar, .pagenav, #container{
	float: right !important;
	background-color: #E6E6E6 !important;
	margin-left: 3% !important;
	margin-right: 3% !important;
	background-color: #E6E6E6 !important;
	padding: 30px 40px 80px !important;
	background-size: 94% 100% !important;
	width: 94% !important;
}
/*#sidebar ul{
	visibility: hidden;
}*/
/*.summary, .woocommerce-tabs, .related-products, #reviews, .products{
	width: 100% !important;
	padding: 0px !important;
	background-color: #E6E6E6 !important;
}
.myaccount_user a {
	color: #FF8C19 !important;
}
.woocommerce-breadcrumb {
	visibility: hidden !important;
}
.products h3 {
	color: #FF8C19 !important;
}
.products {
	float: left !important;

}*/
li {
	list-style-type: none !important;
	width: 50% !important;
}
.cart {
	margin-right: 15px !important;
	margin-top: 10px !important;
}