/*
Theme Name: Brick Bird Houses
Author: John King
*/


/* CSS for Brick Bird Houses */
/* Design by Sarah @ Borderless */
/* CSS by John King */

/* Normalise / Reset CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;
	padding: 0;	border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, figcaption, figure, footer, header, nav, section {display: block;}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a { outline: 0; }
b, strong { font-weight: 700; }
i, em { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
li { list-style: none; list-style-image: none; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
button, input, select, textarea { font-size: 100%; font-family: inherit; line-height: inherit; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ------------------------------------------------------------------------ */
/* Main Layout and Positioning CSS */

html {
	min-width: 320px;
}

body {
	background: #8b3428; 
}

.holder {
	display: block;
	width: 100%;
}

.lt-ie9 .holder {
	min-width: 950px;
}

header .home-page-header {
	max-width: 1400px;
	margin: 0px auto 30px auto;	
	background: #8b3428 none no-repeat 50% 50%;
	background-size: cover;
}

header .home-page-header .home-page-header-gradient {	
	background: transparent url(graphics/home-header-gradient-bg.png) repeat-x 50% 0%;
}

.constrictor {
	position: relative;
	max-width: 910px;
	padding: 0px 20px;
	margin: 0px auto;	
}

.constrictor-header-home {
	max-width: 1200px;
}

.constrictor-widest {
	max-width: 1400px;
	padding: 0px;
}

.lt-ie9 .constrictor {
	width: 910px;
}

.shift-left {
	float: left;
}

.shift-right {
	float: right;
}

.bg-white {
	background-color: #fff;
}

.bg-red {
	background-color: #8b3428;
}

.bg-cream {
	background-color: #eee1df
}


/* ------------------------------------------------------------------------ */
/* Base Font CSS */

body, button, input, select, textarea { 
	font-family: 'Merriweather', sans-serif;
	color: #343434;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 300;
}

a {
	color: #8b3428;
	text-decoration: none;
}

a:hover {
	color: #343434;
	text-decoration: underline;
}

article a {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 8px 0px 8px 0px;
	line-height: 1.25em;
	font-size: 15px;
	font-weight: 700;
	color: #343434;
}

h1 {
	margin: 0px 0px 18px 0px;
	font-size: 28px;
	line-height: 34px;
}

h2 {
	margin: 20px 0px 10px 0px;
	font-size: 20px;
}

article h2 {
	padding-top: 14px;
	background: transparent url(graphics/h2-line.gif) no-repeat 0px 0px;
}

h3 {
	margin: 15px 0px 5px 0px;
}

.color-red {
	color: #8b3428;
}

p {
	margin: 10px 0px 15px 0px;
	line-height: 1.375em;
}

blockquote p {
	margin: 20px 0px 20px 0px;
	font-size: 22px;
	color: #8b3428;
	line-height: 1.25em;
	font-weight: 700;
	font-style: italic;
}


/* ------------------------------------------------------------------------ */
/* Form CSS */

input[type="text"],
input[type="search"],
input[type="email"],
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 4px 5px 4px;
	margin-bottom: 10px;
	border: 1px solid ;
	vertical-align: bottom;
	font-size: 14px;
	color: #434343;
}

input[type="submit"] {
	padding: 4px 10px;
	border: none;
	background: #8b3428;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
}


/* ------------------------------------------------------------------------ */
/* Header CSS */

#mob-nav {
	display: noone;
}

#search-social {
	float: right;
	margin-top: 20px;
}

#search-social .social-link {
	float: right;
	margin-left: 5px;
}

#search-social .social-link a {
	display: block;
	height: 20px;
	width: 20px;
	background: transparent url(graphics/site-icons.png) no-repeat -15px -515px;
}

#search-social .social-link a.instagram {
	background-position: -15px -565px;
}

#search-social .social-link a.linkedin {
	background-position: -15px -615px;
}

.home-page-header #search-social .social-link a.twitter {
	background-position: -15px -665px;
}

.home-page-header #search-social .social-link a.instagram {
	background-position: -15px -715px;
}

.home-page-header #search-social .social-link a.linkedin {
	background-position: -15px -765px;
}

#search-social .social-link a span {
	display: none;
}

#search-social form {
	float: left;
	padding: 2px;
	margin-right: 5px;
	background: #dfc6c3;
	border-radius: 2px;
}

.search input[type="search"] {
	display: block;
	width: 138px;
	padding: 0px 5px 0px 20px;
	margin: 0px;
	border: none;
	background: #dfc6c3 url(graphics/site-icons.png) no-repeat -16px -17px;
	font-size: 12px;
}

.home-page-header #search-social form,
.home-page-header .search input[type="search"] {
	background-color: #eadddc;
}

header #logo { 
	float: left;
}

header #logo a { 
	display: block;
	padding: 0px 0px 30px 0px; 
}

nav {
	float: right;
	clear: right;
	padding: 50px 0px 20px 0px;
}

.home-page-header nav {
	padding-top: 123px;
}

nav > ul {
	display: block;
}

nav > ul > li {
	position: relative;
	float: left;
	display: block;
	margin: 0px 10px 0px;
}

nav > ul > li:first-child {
	margin-left: 0px;
}

nav > ul > li:last-child {
	margin-right: 0px;
}

.home-page-header nav > ul > li.home {
	display: none;
}

nav > ul > li > a {
	display: block;
	border-bottom: 2px solid #8b3428;
	line-height: 30px;
	font-size: 18px;
	font-weight: 500;
}

nav > ul > li.active > a {
	border-bottom-color: #000000;
}

nav > ul > li.menu-item-has-children.sfHover > a {
	border-bottom-color: #ffffff;
}

.home nav > ul > li.menu-item-has-children.sfHover > a {
	border-bottom-color: transparent;
}

nav > ul > li.active > a,
nav > ul > li > a:hover {
	color: #000000;
	text-decoration: none;
}

nav > ul > li > ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 66px;
	padding-bottom: 6px;
	z-index: 99;
	background: #fff;
	border-bottom: 2px solid #8b3428;
}

nav > ul > li.last > ul {
	right: 0px;
	left: auto;
}

nav > ul > li:hover > ul,
nav > ul > li.sfHover > ul {
	display: block;
}

nav > ul > li > ul a {
	display: block;
	text-align: left;
	padding: 3px 0px;
	font-size: 12px;
	line-height: 1.375em;
	color: #505050;
}

nav > ul > ul a:hover {
	text-decoration: underline;
}

.home-page-header nav a,
.home-page-header nav > ul > li.active > a,
.home-page-header nav > ul > li > a:hover,
.home-page-header nav > ul > li > ul a {
	color: #ffffff;
}

.home-page-header nav > ul > li > a,
.home-page-header nav > ul > li > ul {
	border-color: #ffffff;
}

.home-page-header nav > ul > li > ul {
	background: transparent;
}

header .banner-message {
	clear: both;
	max-width: 500px;
	padding: 25px 0px 130px 0px;
	color: #fff;
	font-size: 28px;
	line-height: 1.0875em;
}

header .mobile-banner-image {
	display: none;
}


/* ------------------------------------------------------------------------ */
/* Content Generic CSS */

.col-container {
	margin-left: -15px;
	margin-right: -15px;
}

.col {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0px 15px;
}

.col-no-padding {
	padding: 0px;
}

.col-three .col {
	width: 33.33%;
}

.col-two .col {
	width: 50%;
}

article img {
	max-width: 740px;
	width: 100%;
	height: auto;
}

article .text-container {
	clear: both;
	max-width: 740px;
}

.page:not(.page-template-case-study-page-template):not(.home):not(.page-template-shop-page-template) article .text-container:first-of-type > p:first-of-type {
	font-size: 20px;
}

article ul,
article ol {
	padding-left: 20px;
	margin: 15px 0px 20px 0px;
}

article ul li {
	list-style-type: disc;
	margin-bottom: 4px;
}

article ol li {
	list-style-type: decimal;
	margin-bottom: 4px;
}

article table {
	width: 100%;
	margin: 20px 0px;
}

article table th,
article table td {
	padding: 7px 25px 7px 0px;
	border-bottom: 1px solid #a6a6a6;
	text-align: left;
	font-size: 16px;
}

article table th:last-child,
article table td:last-child {
	padding-right: 0px;
}

article table th {
	padding-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom-width: 3px;
	white-space: nowrap;
}

article form {
	max-width: 500px;
	margin: 25px 0px;
}

a.box-link {
	display: inline-block;
	min-width: 145px;
	margin: 10px 30px 30px 0px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #8b3428;
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

a.box-link:hover {
	border-color: #343434;
}

.video-container {
	position: relative;
	margin: 25px auto;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wpcf7-form p {
	margin: 0px;
	font-size: 14px;
}

.wpcf7-form input.wpcf7-not-valid {
	border-color: #ff0000;
}

.wpcf7-form img.ajax-loader {
	width: auto;
}


/* ------------------------------------------------------------------------ */
/* Home Product Range */

.range-text.text-container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
  padding: 0px 20px;
}

.range-grid {
  max-width: 940px;
  margin-left: auto;
	margin-right: auto;
  padding: 0px 16px;
}

.range-grid.range-count-4 {
  max-width: 1384px;
}

.range-row {
	clear: both;
	margin: 20px -8px 35px -8px;
}

.range-row .range-box {
	float: left;
	box-sizing: border-box;
	width: 33.33%;
  margin-top: 20px;
	padding: 0px 8px;
	border-right: 1px solid #cacaca;
	text-align: center;
}

.range-grid.range-count-4 .range-row .range-box {
	width: 25%;
}

.range-row .range-box:first-child {
	border-left: 1px solid #cacaca;
}

.range-row .range-box .range-box-text {
	margin: 15px 0px 30px 0px;
	font-size: 18px;
}

.range-row .range-box .range-box-header {
	margin: 15px 0px 5px 0px;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}

.range-row .range-box img {
	width: 100%;
	height: auto;
}

.range-row .range-box a.box-link {
	margin: 0px auto;
}


/* ------------------------------------------------------------------------ */
/* Home Social Row */

.home-social-box {
	width: 50%;
	background-size: cover;
	background-position: 50% 50%;
}

.home-social-box .home-social-box-text {
	float: right;
	max-width: 435px;
	padding: 10px 20px 20px 20px;
	text-align: center;
}

.home-social-box .home-social-header {
	margin: 10px 0px 5px 0px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.0875em;
}

.home-social-box .home-social-header.twitter-icon {
	padding: 45px 0px 0px 0px;
	background: transparent url(graphics/site-icons.png) no-repeat 50% -957px;
}

.home-social-box .blog-text {
	margin: 10px 0px 15px 0px;
	font-size: 20px;
	line-height: 1.375em;
}

.home-social-box a.box-link {
	margin: 0px;
}

.home-social-box a.mobile-blog-image {
	display: none;
}

/* Twitter - https://wordpress.org/plugins/minimalist-twitter-widget/installation/ */

.home-social-box #tweets li {
	display: none;
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	line-height: 1.375em;
}

.home-social-box #tweets li:first-child {
	display: block;
}

.home-social-box #tweets li a {
	text-decoration: underline;
	font-weight: 700;
	color: #343434;
}

.home-social-box #tweets li a:hover {
	color: #8b3428;
}


/* ------------------------------------------------------------------------ */
/* Hub Grid */

.hub-row {
	clear: both;
	margin: 20px -8px 20px -8px;
}

.hub-row .hub-box {
	float: left;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0px 8px;
}

.hub-row .hub-row-one .hub-box {
	float: none;
	width: 100%;
}

.hub-row .hub-box a {
	display: block;
	text-decoration: none;
	color: #343434;
}

.hub-row .hub-box .hub-box-header {
	padding: 4px 40px 0px 10px;
	margin-bottom: 5px;
	background: #dcd1cf url(graphics/site-icons.png) no-repeat 100% -805px;
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
}

.hub-row .hub-box a img {
	width: 100%;
	height: auto;
}


/* ------------------------------------------------------------------------ */
/* Blog Pages */

.teaser a {
	display: block;
	text-decoration: none;
	color: #343434;
	border-top: 1px solid #dfc6c3;
}

.teaser:first-of-type a {
	border-top: none;
}

.teaser a:hover {
	text-decoration: underline;
}

.teaser img {
	margin-bottom: 20px;
}

.teaser a:hover img {
	opacity: 0.9;
}


/* ------------------------------------------------------------------------ */
/* Shop Page */

.product-list .product-box {
	margin-bottom: 10px;
	padding: 10px;
	background: #dfc6c3;
}

.product-list .product-box img {
	float: left;
	margin-right: 20px;
	width: 115px;
	height: 79px;
}

.product-list .product-box .quantity {
	float: right;
	width: 110px;
	margin-left: 10px;
}

.product-list .product-box .quantity input {
	width: 100px;
	margin: 10px 0px;
}

.product-list .product-box .price {
	float: right;
	margin-left: 10px;
	width: 100px;
}

.product-list .product-box .price .product-price {
	font-weight: 700;
	margin: 13px 0px;
}

.product-list .product-box .product-text {
	overflow: hidden;
	font-size: 14px;
}

.product-list .product-box .product-text .product-header {
	font-weight: 700;
	font-size: 16px;
}

.product-list .shop-total {
	line-height: 27px;
}

.product-list .shop-total .total-title {
	float: left;
	margin-right: 10px;
	font-weight: 700;
}

.product-list .shop-total input {
	float: right;
	width: 110px;
	margin-left: 10px;
}

.product-list .shop-total .total-amount {
	float: right;
	width: 100px;
	margin-left: 10px;
	font-weight: 700;
}

.product-list .additional-instructions {
	float: left;
	width: 50%;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.product-list .additional-message {
	float: left;
	width: 50%;
}

.product-list .additional-message textarea {
	height: 100px;
}

.product-list .order-info .order-help {
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 40px;
}

.product-list .order-info .reset {
	float: right;
	margin: 0px 0px 40px 20px;
}

.product-list .order-info img {
	float: left;
	margin: 0px 20px 20px 0px;
}


/* ------------------------------------------------------------------------ */
/* Sitemap */

.sitemap-col {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

.sitemap-col:first-child > ul {
	padding-right: 30px;
}

.sitemap ul a {
	display: block;
	color: #505050;
}

.sitemap ul > li {
	margin: 20px 0px;
	font-size: 18px;
	font-weight: 700;
}

.sitemap ul > li > ul {
	margin-top: 10px;
}

.sitemap ul > li li {
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}


/* ------------------------------------------------------------------------ */
/* Search Results */

.search-results-section {
	padding: 10px 0px 40px;
}

.search-results-section ul li a {
	display: block;
	min-height: 30px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #cacaca;
	color: #505050;
	text-decoration: none;
}

.search-results-section .result-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.search-results-section .result-title span {
	color: #361163;
}

.search-results-section ul li a:hover .result-title {
	text-decoration: underline;
}

.search-results-section ul li p {
	margin-bottom: 0px;
	font-size: 14px;
}


/* ------------------------------------------------------------------------ */
/* Case Study Slider CSS */

.slick-slider {
	position: relative;
	display: block;
	margin: 25px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-arrow.slick-hidden {
	display: none;
}

.image-slider-large {
	margin-left: -7px;
	margin-right: -7px;
}

.slider-triple-big {
	box-sizing: border-box;
	float: left;
	width: 66.88%;
	padding: 0px 7px;
}

.slider-triple-small {
	box-sizing: border-box;
	float: left;
	width: 33.12%;
	padding: 0px 7px;
}

.slider-triple-small img:first-child {
	padding-bottom: 14px;
}

.image-slider-small {
	display: none;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 70px;
	height: 85px;
	left: -50px;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #a6a6a6;
	background: #ffffff url(graphics/slider-arrows.png) no-repeat 0% 50%;
	z-index: 10000;
	cursor: pointer;
	opacity: 0.6;
}

.slick-next {
	left: auto;
	right: -50px;
	background-position: 100% 50%;
}

.slick-prev:hover ,
.slick-next:hover {
	opacity: 1;
}

.case-study-person {
	margin-bottom: 20px;
}


/* ------------------------------------------------------------------------ */
/* Footer CSS */

#footer-top {
	background: #ffffff url(graphics/skyline.png) no-repeat 50% 100%;
}

#footer-top .quick-links {
	width: 50%;
	padding: 18px 0px 160px 0px;
	border-top: 3px solid #dfc6c3;
}

#footer-top .company-info {
	width: 50%;
	padding: 15px 0px 210px 0px;
	border-top: 3px solid #dfc6c3;
}

.home #footer-top .quick-links,
.home #footer-top .company-info {
	border-top-color: #ffffff;
}

#footer-top .quick-links .quick-links-container {
	max-width: 215px;
	width: 50%;
}

#footer-top .quick-links a {
	position: relative;
	display: block;
	margin-right: 25px;
	padding: 35px 20px 53px 20px;
	text-align: center;
	color: #ffffff;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 1;
}

#footer-top .quick-links a:hover {
	text-decoration: none;
}

#footer-top .quick-links a .red-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	opacity: .50;
}

#footer-top .quick-links a:hover .red-overlay {
	display: none;
}

#footer-top .quick-links a .quick-link-title {
	position: relative;
	font-size: 11px;
	font-style: italic;
	z-index: 2;
}

#footer-top .quick-links a .quick-link-page {
	position: relative;
	max-width: 120px;
	margin: 10px auto 0px auto;
	font-size: 11px;
	line-height: 38px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 2;
}

#footer-top .quick-links a:hover .quick-link-page,
#footer-top .quick-links a:active .quick-link-page {
	border-color: #dfc6c3;
}

#footer-top .company-info p {
	margin: 0px 10% 15px 10%;
	font-size: 15px;
}

#footer-top .company-info p small {
	font-size: 12px;
	line-height: 14px;
}

#footer-bottom .constrictor .footer-menu {
	padding-top: 40px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
}

#footer-bottom p {
	font-size: 12px;
	color: #ffffff;
}

#footer-bottom p a {
	display: inline-block;
	line-height: 30px;
	color: #ffffff;
}

#footer-bottom p span:first-child {
	display: none;
}

#footer-bottom .associate-logos img {
	float: left;
	margin: 20px 0px 30px 60px;
}

#footer-bottom .associate-logos a:first-child img {
	margin-left: 0px;
}


/* ------------------------------------------------------------------------ */
/* Responsive CSS */

@media (min-width: 768px) {

	#mob-nav {
		display: none !important;
	}
	
	#logo {
		display: block !important;
	}

}


@media (max-width: 1040px) {

	.slick-prev {
		left: -3px;
	}
	
	.slick-next {
		right: -3px;
	}

  .range-row {
    margin-bottom: 20px;
  }

  .range-grid.range-count-4 .range-row .range-box {
		width: 50%;
    margin-bottom: 20px;
	}

  .range-grid.range-count-4 .range-row .range-box:nth-child(3) {
		border-left: 1px solid #cacaca;
  }

}

@media (max-width: 832px) {
	/* Nav tweaks for tablet */

	header #logo {
		width: 180px;
	}

	header #logo img {
		width: 100%;
		height: auto;
	}

	header nav,
	.home-page-header nav {
		padding-top: 20px;
	}

	nav > ul > li {
		margin: 0px 7px;
	}

}


@media (max-width: 767px) {

	.constrictor {
		padding: 0px 10px;
	}
	
	.constrictor-widest {
		padding: 0px;
	}

	input, textarea {
		font-size: 16px !important;
	}
	
	header {
		position: relative;
		min-height: 90px;
		background: #ffffff;
		z-index: 990;
	}
	
	header .home-page-header,
	header .home-page-header .home-page-header-gradient {
		background: #fff none !important;
	}
	
	nav,
	#search-social {
		display: none;
	}	
	
	#mob-nav {
		position: fixed;
		display: block;
		left: 0px;
		right: 0px;
		padding: 0px 10px;
		background: #ffffff;
	}
	
	#mob-nav .menu-toggle {
		height: 31px;
		line-height: 31px;
		border-bottom: 1px solid #dddddd;
		cursor: pointer;
		font-size: 16px;
		text-transform: uppercase;
		color: #343434;
	}
	
	#mob-nav .menu-toggle .icon-open {
		float: left;
		height: 31px;
		width: 20px;
		background: transparent url(graphics/site-icons.png) no-repeat -20px -60px;
	}
	
	#mob-nav .menu-toggle .icon-close {
		background-position: -20px -110px;
	}

	#mob-nav .menu-close {
		display: none;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 40px;
		height: 35px;
		background: transparent url(graphics/site-icons.png) no-repeat -5px -158px;
		cursor: pointer;
	}

	#mob-nav .mob-nav-dropdown {
		position: absolute;
		top: 30px;
		left: 0;
		right: 0px;
		z-index: 1000;
		display: none;
		padding-top: 10px;
		background: #ffffff;
		border-bottom: 1px solid #8b3428;
	}

	#mob-nav li {
		border-bottom: 1px solid #8b3428;
	}
	
	#mob-nav li a {
		display: block;
		padding: 5px 10px;
		line-height: 1.25em;
		font-size: 18px;
		text-decoration: none;
	}
	
	#mob-nav li .show-children {
		float: right;
		width: 40px;
		border-left: 1px solid #8b3428;
		cursor: pointer;
		background: #ffffff url(graphics/site-icons.png) no-repeat -4px -408px;
	}
	
	#mob-nav li .icon-close {
		background-position: -4px -258px;
	}
	
	#mob-nav li a:hover,
	#mob-nav li .show-children:hover {
		background-color: #dfc6c3;
	}
	
	#mob-nav li.active > a {
		color: #000000;
	}
	
	#mob-nav li ul {
		display: none;
	}
	
	#mob-nav li li {
		border-top: 1px solid #8b3428;
		border-bottom: none;
	}
	
	#mob-nav li ul a {
		padding: 9px 10px 9px 20px;
		font-size: 14px;
		text-transform: none;
	}
	
	#mob-nav .search {
		margin: 10px;
	}

	#mob-nav input[type="search"] {
		width: 100%;
		padding: 5px 10px 5px 30px;
		font-size: 16px;
		background-position: -10px -10px;
	}
	
	header #logo {
		position: absolute;
		top: 0px;
		right: 10px;
		width: 100px;
	}
	
	header #logo img { 
		width: 100%;
		height: auto;
	}
	
	header .banner-message {
		max-width: none;
		padding: 100px 0px 0px 0px;
		color: #8b3428;
	}
	
	header .mobile-banner-image {
		display: block;
		margin: 10px -10px 0px -10px;
	}
	
	header .mobile-banner-image img { 
		width: 100%;
		height: auto;
	}
	
	.range-grid {
    padding: 0px 8px;
	}

	.range-row .range-box {
		border-right: none;
		border-left: 1px solid #cacaca;
	}
	
	.range-row .range-box:first-child,
  .range-grid.range-count-4 .range-row .range-box:nth-child(3) {
		border-left-color: #ffffff;
	}
	
	.home-social-box .home-social-box-text {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#footer-top .constrictor > div {
		float: none;
		width: 100%;
	}
	
	#footer-top .quick-links {
		padding-bottom: 18px;
	}
	
	#footer-top .quick-links .quick-links-container {
		width: 50%;
		max-width: none;
	}

	#footer-top .quick-links a {
		display: block;
		max-width: 190px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#footer-top .company-info p {
		margin-right: 0px;
		margin-left: 0px;
	}
	
}

@media (max-width: 638px) {

  .range-row {
		margin: 0px;
	}
	
	.range-row .range-box,
  .range-grid.range-count-4 .range-row .range-box {
		float: none;
		width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
		padding: 20px 0px 20px 0px;
		border-left: none !important;
		border-top: 1px solid #cacaca;
	}
	
	.range-row .range-box:first-child {
		border-top: none !important;
	}

	.product-list .product-box .product-text,
	.product-list .order-info .order-help {
		clear: both;
		padding-top: 10px;
	}

	.product-list .additional-instructions,
	.product-list .additional-message {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	
}


@media (max-width: 580px) {
	
	article table th,
	article table td {
		padding: 3px 5px 3px 0px;
		font-size: 13px;
	}

	article table th {
		white-space: normal;
	}
	
	a.box-link {
		display: block;
		max-width: 200px;
		margin: 30px auto 30px auto;
		font-size: 13px;
	}
	
	.home-social-box {
		width: 100%;
	}
	
	.home-social-box:first-child {
		display: none;
	}

	.home-social-box .home-social-box-text {
		float: none;
		max-width: none;
		padding-left: 0px;
		padding-right: 0px;
	}

	.home-social-box a.box-link {
		margin: 0px auto;
	}
	
	.home-social-box a.mobile-blog-image {
		display: block;
	}

	.home-social-box a.mobile-blog-image img {
		margin-top: 20px;
		width: 100%;
		height: auto;
	}
	
	.hub-row {
		margin: 0px;
	}
	
	.hub-row .hub-box  {
		float: none;
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.sitemap-col {
		float: none;
		width: 100%;
		margin-bottom: 0px;
	}
	
	.image-slider-small {
		display: block;
	}

	.image-slider-large {
		display: none;
	}
	
	.slick-prev,
	.slick-next {
		width: 35px;
		height: 42px;
		background-size: 200%;
	}
	
	.slick-prev {
		left: -10px;
	}
	
	.slick-next {
		right: -10px;
	}
	
	#footer-top .quick-links .quick-links-container {
		float: none;
		width: 100%;
	}

	#footer-top .quick-links .quick-links-container:first-child a {
		margin-bottom: 24px;
	}
	
	#footer-top .company-info p {
		line-height: 24px;
	}
	
	#footer-top .company-info p small {
		display: block;
		line-height: 16px;
	}

	#footer-bottom p span,
	#footer-top .company-info p span {
		display: none;
	}

	#footer-bottom p a,
	#footer-top .company-info p a {
		display: block;
	}
	
	#footer-top .company-info p span {
		margin-right: 0px;
		margin-left: 0px;
	}
	
}

@media (max-width: 430px) {

	.product-list .product-box .price {
		clear: both;
		width: 100%;
		padding-top: 10px;
		margin-left: 0px;
	}

	.product-list .product-box .price .product-price {
		margin: 0px;
	}
	
}


/* ------------------------------------------------------------------------ */
/* Print Style Sheet */

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}