/*
Theme Name: PageBuilder 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 Silentblast Team
Author URI: http://www.silentblast.com
template: bb-theme
*/

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

input,
input.small-text,    
select {
    padding: 3px 5px;
}


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

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

/* 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 .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 {
	padding-top: 220px;
	padding-bottom: 220px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    background-color: #3598dc;
    background-attachment: scroll;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.post-type-archive-properties div.banner-row {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}



/* ----------------- 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 {
	text-align: center;
	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;	s
}

.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;
}
