/*
Theme Name: Blastbuilder Child Theme
Theme URI: http://www.silentblast.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Blastbuilder Team
Author URI: http://www.silentblast.com
template: bb-theme

/* Add your custom styles here... */ 

/* Custom Taxonomy/Products CSS */


.archive .products-content {
	padding-top: 15px;
}

.products-page {
	overflow-x: hidden;
	font-family: "Raleway", sans-serif;
	padding-bottom: 60px;
}

/* Products Page Boxes */

.box-overlay {
	width: 100%;
	border-radius: 3px;
	background: #2e99ce;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	transition: opacity .5s;
}

@media(min-width: 500px) {
	.product-box .thumbnail:hover .box-overlay {
		opacity: 0.99;
		transition: all 0.3s ease;
	}
}

@media(min-width: 500px) {
	.product-box .thumbnail:hover .description-text {
		bottom: 60%;
		transition: all 0.3s ease;
		background-color: #2e99ce;
	}
}

@media(max-width: 499px) {
	.product-box .thumbnail:hover .box-overlay {
		opacity: 0.99;
		transition: all 0.3s ease;
	}
}

@media(max-width: 499px) {
	.product-box .thumbnail:hover .description-text {
		bottom: 30%;
		transition: all 0.3s ease;
		background-color: #2e99ce;
	}
}

.img-box {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-img {
	border: none;
	padding: 0;
	margin: 0;
}
.description-text h3 {
	font-size: 14px;
	color: white;
	margin-top: 8px;
}

.description-text {
	margin-left: -4px;
	z-index: 10;
	position: absolute;
	top: auto;
	width: 100%;
	bottom: 10px;
	min-height: 20%;
	height: auto;
	max-height: 100%;
	text-align: center;
	background-color: #a1ce4a;
	opacity: 0.9;
	transition: all 0.3s ease;
}

.single-product-container i {
	padding-left: 4px;
}

.single-product-container .thumbnail  {
	border: none;
	padding: none;
}

.single-product-container {
	padding-top: 15px;
	margin-bottom: 25px;
}

.cat-header a {
	color: white !important;
}

.col-center {
   float: none;
   margin-right: auto;
   margin-left: auto;
}

div.banner-row {
	background-color: #2e99ce;
	padding-top: 50px;
	padding-bottom: 60px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;	
}



/* ----------------- Button --------------- */

.view-all a:-webkit-any-link {
	text-decoration: none !important;
}


a:hover div.btn-products i,
a:hover div.btn-products span {
	color: white;
}

a div.btn-products i,
a div.btn-products span {
	color: white;
}

div.btn-products {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	border: 1px solid #9ACA3C;
	background-color: #9ACA3C;
}

div.btn-products:focus *, 
div.btn-products:active *,
div.btn-products:hover *,
div.btn-products:visited * {
	text-decoration: none !important;	
}

div.btn-products:hover {
	transition: all 0.1s ease 0s;
	border: 1px solid #2E99CE;
	background-color: #2E99CE;
	
}

.view-all {
	padding-top: 10px;
	margin-bottom: 25px;
}


.view-all .btn {
	text-decoration: none;
}



/* -------------------- Product Row ----------------------- */
.archive .product-box .thumbnail>img {
	max-height: 100%;
    width: auto;
}

.tax-products_categories .product-box .thumbnail>img {
	max-height: 160px;
    width: auto;
}

.tax-products_categories .product-box {
	min-height: 200px;
}

.cat-header h1 {
	padding-left: 20px;
	padding-right: 20px;
	color: white;
}

.tax-products_categories .products-page .thumbnail:hover {	
	/* border: 3px solid #9ACA3C; */
	border: none;
}
.tax-products_categories .products-page .thumbnail:hover h4 {
	color: #9ACA3C;
}

.product-individual a:hover,
.view-all a:hover,
.product-page,
.product-individual:hover  {
	text-decoration:none;
	
}
.breadcrumbs {
	padding-top: 20px;
	float: right;
	padding-right: 0px;
}

.tax-products_categories .product-individual .thumbnail {
	position: relative;
	min-height: 160px;
	border: none;
}
.tax-products_categories .product-individual .thumbnail {
	position: relative;
	min-height: 160px;
}
.archive .product-individual .thumbnail {
	position: relative;
}

.single-products .breadcrumbs {
	padding-bottom: 20px;
}

#outer-box {
	width: auto;
	height: auto;
	display: block;
	position: relative;
}






























/* inquiry form */
.inquiry-form {
	max-width: 100%;
	margin-bottom: 12px;
	border-radius: 5px;
	/*background: #123123; */
}

.inquiry-form > div:after {
	clear: both;
	content: "";
	display: table;
}
/*
.inquiry-form > div > div {
	width: 50%;
	float: left;
}
*/
.inquiry-form > div > div {
	padding-right: 1.25%;
}

.inquiry-form > div > div:first-of-child {
	padding-right: 1.25%;
	padding-left: 0;
}



.inquiry-form > h1 {}
.inquiry-form > h2 {}
.inquiry-form select {
	background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: none;
    color: #808080;
    display: block;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: all 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
	height: 46px;
}





