/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/

.wrap {
	background:url('//cdn11.bigcommerce.com/s-5p6k1/templates/__custom/images/background.png?t=1484351554');
}

.logo {
	width:30%;
}

.logo-container {
	padding:0 10px;
}

header.main,
section.main > .row {
	background:#fff;
}

section.main > .row {
	padding-bottom:30px;
}

.live-chat {
	padding-top:20px;
}

.utilitarian-home {
	overflow:hidden;
}

.home-category-grid {
	margin-top:30px;
}

.home-category-grid a {
	position:relative;
	display:block;
	overflow:hidden;
	text-align:center;
}

.home-category-grid p {
	position:absolute;
	left:0;
	bottom:35px;
	opacity:0;
	width:100%;
	display:block;
	-moz-transition:opacity 400ms ease-in-out;
	-webkit-transition:opacity 400ms ease-in-out;
	transition:opacity 400ms ease-in-out;
}

.home-category-grid a:hover p {
	opacity:1;
}

.home-category-grid p {
	padding:80px 12px 10px;
	color:#fff;
	background: -moz-linear-gradient(top,  rgba(91,60,40,0) 0%, rgba(91,60,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,60,40,0)), color-stop(100%,rgba(91,60,40,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(91,60,40,0) 0%,rgba(91,60,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(91,60,40,0) 0%,rgba(91,60,40,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(91,60,40,0) 0%,rgba(91,60,40,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(91,60,40,0) 0%,rgba(91,60,40,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b3c28', endColorstr='#5b3c28',GradientType=0 ); /* IE6-9 */

	margin:0;
}

.home-category-grid .category-name {
	display:block;
	text-align:center;
	padding:6px 0;
	background:rgba(155,122,76,.7);
	color:#fff;	
	font-size:18px;
}

.home-category-grid > .row {
	margin-bottom:30px;
}

header.main .main-menu.nav > ul > li > a:first-child {
  font-size:14px;
  padding:5px 12px;
}

.promo-banner.row {
	margin:0 auto;
	width: 100%;
	background:#D8D8D8;
}

.promo-banner li {
	width:50%;
}

footer.main .category-list {
	margin-bottom:0;
}

.cart-link,
.search-form {
	float:right;
	margin-left:10px;
}

.cart-link a {
	display:block;
	background:#5B3C28;
	color:#fff;
	padding:9px 10px;
}

.info-col {
	padding-right:10px;
}

.subcat-grid li {
	width:33.333%
}

.subcat-grid li:nth-child(3n+1) {
  clear: both;
}

.subcat-grid li:nth-child(5n+1) {
  clear: none;
}

.subcat-grid li .vertical-divider {
	display:none;
}

.subcat-grid li:first-child {
	padding-left:20px;
}

.account-links a, .account-links div {
	font-size:14px;
	padding-top:5px;
}

.account-links {
	margin-right:10px;
}

.icon-rating-1:before,
.icon-rating-2:before,
.icon-rating-3:before,
.icon-rating-4:before,
.icon-rating-5:before,
.icon-rating-6:before,
.icon-rating-7:before {
	content:"";
	background:url('//cdn11.bigcommerce.com/s-5p6k1/templates/__custom/images/chess_rating_imgs.png?t=1484351554') no-repeat;
	width:125px;
	height:22px;
	position:relative;
	top:5px;
}

.icon-rating-1:before { background-position:0 -61px; }
.icon-rating-2:before { background-position:0 -121px; }
.icon-rating-3:before { background-position:0 -182px; }
.icon-rating-4:before { background-position:0 -242px; }
.icon-rating-5:before, .icon-rating-6:before, .icon-rating-7:before {
	background-position:0 -303px;
}

@media only screen and (min-width: 1000px) {
	header,.row {
		width: 90%;
	}
}

@media only screen and (min-width: 1600px) {
	header,.row {
		width: 1440px;
	}
}

.info-col #SideCartContents { display: none; }
