@charset "utf-8";
/* CSS Document */


/* COLORS 

#fcdb9e		really light gold text
#e4bb71		light gold text
#f3a415		brighter orange-y gold
#b88e43		dark gold button
#c8a057		medium gold menu bar
#43573a		dark green 
#29bdfa		turquoise
#d1232a		red

*/

body {
	font-family: 'Noto Sans', sans-serif;
		
}

.row {
    max-width: 1300px !important;
}

.dgw-btn {
	background-color: #b88e43;
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	
}

.searchform input {
	height: 2.5rem;
}

.searchform input[type="text"] {
 	font-style: italic;
	padding-left: 20px;
}

.autocomplete_header.ui-menu-item {
    background-color: #b88e43;
}

/* HEADER */

.small-top-bar {
	background-color: #3a3f33;
	height: 15px;
}

header {
	background-image: url('../images/tree-bark-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.header {padding: 10px 0 15px 0;}

.header img.logo {
	max-height: 88px;
	margin-top: 2px;
}

.header .tagline {
	padding: 0 80px 0 0;
}

.page-header-links {
    font-size: 1em;
	margin-bottom: 20px;
}

.page-header-links li {
	margin: 0 0 0 5px;
	line-height: 1;
}

.page-header-links a {
	font-family: 'Noto Sans', sans-serif;
	text-decoration: none;
	color: #e4bb71;
	font-weight: 700;
	font-size: 14px;
}

.page-header-links .divider {
	border-right-color: #e4bb71;
	height: 20px;
}

.page-header-links > li > * {
    display: inline-block;
}

#minicartblock { line-height: 1; }

#minicartblock .carttotal {
    margin-left: 5px;
    font-size: 14px;
	color: #29bdfa;
	font-weight: 700;
}

.header-call-message {
	margin: 0px 0 4px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #e4bb71;
	line-height: 1;
}

.header-call-message span {
	font-family: 'Suez One', serif;
	font-size: 27px;
	font-weight: 400;
	color: #f3a415;
}

/* mobile header */

.mobile-header .tab-bar { 
	height: 50px; 
	padding: 0; 
	line-height: 50px; 
	border-bottom: 1px solid #53594b;
}

.mobile-header .tab-bar.header {
    background-color: #3a3f33;
	padding-top: 0;
}

.mobile-header .tab-bar.header a {
	color: #e4bb71;
	display: inline-block;
}

.mobile-header .tab-bar.header a i {
	color: #e4bb71;
	font-size: 32px;
	margin: 0 12px;
}

.mobile-header .tab-bar .menu-icon span::after {
   box-shadow: 0 0 0 1px #e4bb71, 0 7px 0 1px #e4bb71, 0 14px 0 1px #e4bb71;
}

.mobile-header .tab-bar.header section.left {
	line-height: 24px; /* WHY */
}

.mobile-header .tab-bar.header img.logo {
	max-height: 40px;
	vertical-align: top;
	display: block;
}

.mobile-header .header-main {
	padding: 10px 0;
	display: block;
	background-image: url('../images/tree-bark-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.mobile-header .header-main.closed {
	display: none;
}

.mobile-header .header-main .columns {
	margin: 0;
}

.mobile-header .header-main img.logo {
	max-height: 60px;
}

.mobile-header a.small-cart-link {
	color: #e4bb71;
}

#home-page-search {
	padding: 30px 0;
}

/* NAVIGATION */

#nav-background {
	background-color: #c8a057;
	margin-top: 0;
}



#navigation_area {
	width: 100%;
	background-image: none;
	float: left;
	margin: 0px auto;
	background-color: #c8a057;
}

#main_navigation {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 11px;
	height: 40px;
	font-family: 'Noto Sans', Arial, sans serif;
	display: flex;
	justify-content: flex-end;
}

#main_navigation a {
	font-family: 'Noto Sans', Arial, sans serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}

#main_navigation li.parent {
	display: block;
	position: relative;
	width: auto;
	line-height: 40px;
	margin-right: auto;
}

#main_navigation li.parent > a {
	display: block;
	font-family: 'Noto Sans', Arial, sans serif;
	width: auto;	
	height: auto;
	padding: 2px 60px 3px 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 25px;
	background-color: #4795dd;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: -5px;
	-webkit-transition: background-color 0s linear .3s;       
	-moz-transition: background-color 0s linear .3s;
	-o-transition: background-color 0s linear .3s;
	transition: background-color 0s linear .3s;
}

#main_navigation li.parent > a::after {
	content: "\25BC";
	font-size: 12px;
	margin-left: 10px;
	top: 0;
	position: absolute;
}

#main_navigation li.parent:hover,
#main_navigation li.parent:hover > a,
#main_navigation li.parent > a:hover {
	background-color: #69b2f5;
	color: #fff;
	cursor: pointer;
}

#main_navigation li.main {
	display: block;
	position: relative;
	width: auto;
	height: auto;
}

#main_navigation li.main a {
	display: block;
	font-family: 'Noto Sans', Arial, sans serif;
	width: auto;	
	height: auto;
	padding: 0px 24px;
	line-height: 40px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #604109;
}

#main_navigation li.main:nth-child(3) a {		/* push main li's away from 2 parent li's */
	padding-left: 23px !important;
}

#main_navigation li.main:hover,
#main_navigation li.main:hover > a, 
#main_navigation li.main > a:hover {
	color: #fff;
	cursor: pointer;
}



#main_navigation ul.listing {
	position: absolute;
	width: 1200px;
	border: 1px solid #ddd;
	z-index: 1001;
	background-color: #fff;
	top: -9999px;
	margin-left: 0;
	padding: 10px 0px !important;
	/* put the transition effects on the elements that will be transitioning.  only activated when li is hovered */
	-webkit-transition: top 0s linear .3s;       
	-moz-transition: top 0s linear .3s;
	-o-transition: top 0s linear .3s;
	transition: top 0s linear .3s;
	
}


#main_navigation li.parent:hover ul.listing { /* subcategory menu appears when hover main LI */
	top: 40px;
	
}

#main_navigation li.parent:nth-child(n+6) ul.listing {  /* subcategory menu right-justified on 6th+ nav items */
	right: 0px;
}

#main_navigation ul.listing li {
	display: block;
	float: left;
	clear: both;
	height: auto;
	text-align: left;
	padding: 0px 10px;
	width: 100%;
}

#main_navigation ul.listing a {
	float: left;
	width: 100%;
	background-color: #fff;	
	padding: 0;
	text-indent: 5px;
	line-height: 33px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

#main_navigation ul.listing li.subcat {
	width: 100%;
}

#main_navigation ul.listing li.subcat > a {
	padding-left: 20px;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}

#main_navigation ul.listing li a img {
	vertical-align: middle;
}

#main_navigation ul.listing > li:hover,
#main_navigation ul.listing > li:hover > a,
#main_navigation ul.listing > a:hover {
	background-color: #eed5a9;	
	color: #000;
}



/* third level nav */

#main_navigation ul.sublisting {     /* no transition here */
	position: absolute;
	width: 915px;
	height: 95%;
	border-left: 1px solid #ddd;
	z-index: 1001;
	background-color: #fff;
	top: -9999px;
	padding: 10px 20px !important;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
}

#main_navigation ul.sublisting li.second-level {
	padding: 0px 10px;
	width: auto;
	flex-grow: 0;
}

#main_navigation ul.sublisting li.second-level ul {
	margin: 0;
}

#main_navigation ul.sublisting li.second-level a {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #000;
	padding-left: 0px;
	font-weight: 700;
	font-size: 14px;
}

#main_navigation ul.sublisting li.third-level {
	margin: 0;
	padding: 0;
}

#main_navigation ul.sublisting li.third-level a {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #000;
	padding-left: 0px;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

#main_navigation ul.listing li:hover ul.sublisting { /* sub-subcategory menu appears when hover 2nd level LI */
	top: 0;
	left: 280px;     /* positions third level absolutely, just to right of 2nd level li, without needing to specify width on 2nd level li*/
}

#main_navigation li.parent:nth-child(n+6) ul.listing li:hover ul.sublisting { /* sublistings on main nav #6 and above*/
	top: 0;
	left: -212px;     /* positions third level absolutely, just to left of 2nd level li, without needing to specify width on 2nd level li*/
}


#main_navigation ul.sublisting li.second-level a:hover, 
#main_navigation ul.sublisting li.third-level a:hover {
    background-color: #eed5a9;
    color: #000;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	
	#main_navigation {
		display: block;
	}
	
	#main_navigation li.parent {
		display: inline-block;
	}
	
	#main_navigation li.main {
		display: inline-block;
		float: right;
	}
	
}




@media only screen and (min-width: 960px) and (max-width: 1100px) {  /* tablet horizontal */

	#main_navigation ul.listing {
		width: 910px;
	}

	#main_navigation ul.sublisting {
		width: 630px;
		height: auto;
		min-height: 100%;
		border: 1px solid #ddd;
	}
	
	#main_navigation li.subcat ul.sublisting {
		height: 170%;
	}

}

@media only screen and (max-width: 959px) {  /* tablet vertical */

	#main_navigation ul.listing {
		width: 600px;
	}

	#main_navigation ul.sublisting {
		width: 320px;
		height: auto;
		min-height: 100%;
		border: 1px solid #ddd;
	}

}


/* mobile nav */

.left-off-canvas-menu, .right-off-canvas-menu {
    background-color: #3a3f33;
}

ul.off-canvas-list li a {
    border-color: #616758;
	color: #e4bb71;
	text-decoration: none;
}

ul.off-canvas-list li a:hover {
    background-color: #616758;
	text-decoration: underline;
}


ul.off-canvas-list ul {
	list-style-type: none;
}

ul.off-canvas-list li a i.fa-chevron-down,
ul.off-canvas-list li a i.fa-chevron-up {
	font-size: .8rem;
	margin: 0px 0 5px 10px;
}

ul.off-canvas-submenu {
    background-color: #484d40;
    margin: 0;
    padding-left: 10px;
}

ul.off-canvas-submenu li a {
	font-weight: 400;
	font-size: .9rem;
}

ul.off-canvas-submenu.thirdlevel {
	background-color: #f6fdfe;
	margin-left: 0;
	padding-left: 10px;
}

ul.off-canvas-submenu.thirdlevel li a {
	font-weight: 400;
	font-size: 1rem;
}


/* HOME PAGE */


#home-page-slider {
	padding-left: 0;
	padding-right: 0;
}

#home-page-search {
	text-align: center;
	background-color: #f2f0eb;
	padding: 50px 0;
	float: left;
	width: 100%;
}

#home-page-search h3 {
	font-family: 'Suez One', serif;
	font-size: 38px;
	font-weight: 400;
	color: #d1232a;
}

#home-page-search p {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	width: 100%;
	max-width: 700px;
	margin: 10px auto;
}

#home-page-search .search-area {
	width: 60%;
	max-width: 500px;
	margin: 20px auto;
}

#home-page-search .dgw-btn {
	font-size: 18px;
}

#catalog-history {
	padding: 50px;
}

#catalog-history .catalog,
#catalog-history .history {
	width: 80%;
	max-width: 1000px !important;
}

#catalog-history .catalog-image,
#catalog-history .history-image {
	padding: 50px;
	text-align: center;
}

#catalog-history .catalog-image img,
#catalog-history .history-image img{
	width: 100%;
	max-width: 450px;
}

#catalog-history .catalog-text {
	padding: 50px 0;
}

#catalog-history .history-text {
	padding: 50px 20px 50px 50px;
}

#catalog-history h2 {
	font-family: 'Suez One', serif;
	font-size: 38px;
	font-weight: 400;
	color: #d1232a;
}

#catalog-history .history h2 {
	color: #000;
}

#catalog-history p {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	margin: 10px auto;
}

#catalog-history p.highlight-1 {
	font-weight: 700;
	color: #e1a12e;
}

#catalog-history p.highlight-2 {
	font-weight: 700;
	color: #38a806;
}

#catalog-history .catalog-text .dgw-btn {
	margin-top: 20px;
	background-color: #d1232a;
	font-size: 20px;
}

#catalog-history hr {
	height: 0;
	border: 1px solid #e4bb71;
	width: 80%;
	max-width: 1000px;
	margin: 20px auto;
}

#catalog-history a.read-more {
	font-family: 'Suez One', serif;
	font-size: 24px;
	font-weight: 400;
	color: #d1232a;
	text-decoration: none;
}

#catalog-history a.read-more:hover {
	color: #000;
}

#categories {
	background: url(../images/categories-bg.jpg) center/cover no-repeat;
}

#categories .category-box-holder {
	padding: 50px 0;
	max-width: 1200px !important;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#categories .category-box {
	width: 30%;
}

#categories .category-box img {
	border: 1px solid transparent;
}

#categories .category-box:hover img {
	-moz-box-shadow: 0px 0px 5px 1px #392707;
	-webkit-box-shadow: 0px 0px 5px 1px #392707;
	box-shadow: 0px 0px 5px 1px #392707;
	border: 1px solid #b88e43;
}

#categories h2 {
	margin: 10px 0 20px 0;
	line-height: 25px;
}

#categories h2 a {
	font-family: 'Suez One', serif;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	margin: 0;
	text-shadow: 1px 1px 2px #000;
}

#categories .category-box:hover h2 a,
#categories h2 a:hover {
	color: #fcdb9e;

}

#ship-notice {
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}

#ship-notice fieldset {
	margin: 0 auto;
	max-width: 1000px;
	border: 2px solid #d1232a;
}

#ship-notice legend {
	font-family: 'Suez One', serif;
	font-size: 28px;
	font-weight: 400;
	color: #d1232a;
}

#ship-notice p {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	width: 100%;
	text-align: center;
}


	
/* FOOTER */



#newsletter-signup {
	text-align: center;
	background-color: #f4dbae;
	padding: 50px 0;
	float: left;
	width: 100%;
	border-bottom: 15px solid #e4bb71;
}

#newsletter-signup h3 {
	font-family: 'Suez One', serif;
	font-size: 38px;
	font-weight: 400;
	color: #d1232a;
	text-align: center;
}

#newsletter-signup p {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	width: 100%;
	margin: 10px auto;
	text-align: left;
}

#newsletter-signup .signup-area {
	width: 90%;
	max-width: 1200px !important;
	margin: 20px auto;
}

#newsletter-signup .dgw-btn {
	font-size: 18px;
}

#newsletter-signup input {
	height: 3rem;
}

#newsletter-signup input[type="text"] {
 	font-style: italic;
	padding-left: 20px;
}

#footer-links {
	background-color: #43573a;
    float: left;
    width: 100%;
    padding: 50px 0;

}

#footer-links h6 {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #e4bb71;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 30px;
}

#footer-links .middle-footer-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#footer-links .middle-footer-section ul li {
	padding: 8px 0;
}

#footer-links .middle-footer-section ul li,
#footer-links .middle-footer-section ul li a {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #fff;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

#footer-links .middle-footer-section ul li a:hover {
	color: #e4bb71;
}

#footer-links .middle-footer-section p {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #fff;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 36px;

}

#footer-links .social-links a {
	font-size: 60px;
	color: #fff;
}

.footer-logo {
	margin: 30px 0 20px -15px;
}

.footer-logo img {
	width: 100%;
    max-width: 300px;
}


.lower-footer p,
.lower-footer a {
	font-family: 'Noto Sans', Arial, sans serif;
	color: #94ac89 !important;
	font-weight: 400 !important;
	font-size: 13px;
	line-height: 16px;

}

.lower-footer hr {
	border: 1px solid #657d5b;
	margin: 20px 0;
}

/* CATEGORY PAGE */

ul.category-list {
    margin-top: 1em;
	margin-bottom: 2em;
}

/* PRODUCT LISTING */

#breadcrumb {
	margin: 20px 0 40px 0;
	font-weight: 700;
}

#breadcrumb a {
	font-weight: 400;
}

#category-header {
	border-bottom: 1px solid #e4bb71;
	margin-bottom: 20px;
}

#category-header h1 {
	font-family: 'Suez One', serif;
	font-size: 38px;
	font-weight: 400;
	color: #d1232a;
}

#product-results label {
	color: #000;
	text-transform: uppercase;
}

[class*="block-grid-"] > li {
    padding: 0 0.625rem 2.25rem;
}

.product-listing-image {
	height: 300px;
	width: 100%;
	line-height: 300px;
	margin: 0 0 10px 0;
}

.product-listing-image a {

}

.product-listing-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
	vertical-align: middle;
}

.quickview-button-container {
	line-height: 25px;
	bottom: 35%;

}

.product-listing-title h3,
.product-listing-title h3 a {
	font-family: 'Noto Sans', Arial, sans serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.product-listing-price {
	font-weight: 700;
	color: #b7801d;
	font-size: 18px;
}

.product-listing-price span.regprice {
	display: none;
}

ul.pagination {
	padding: 30px 0;
	border-top: 1px solid #e4bb71;
}

ul.pagination li a, ul.pagination li button {
	font-weight: 700;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
}

ul.pagination .pl-pagination-current {
	font-weight: 700;
	color: #b7801d;
	padding: 0.0625rem 0.625rem 0.0625rem;
	line-height: 1.5;
	display: block;
}

/* PRODUCT */

#product-section {
	margin: 30px 0;
}

#product-image {
	line-height: 300px;
	margin: 0 0 30px 0;
}

#product-image .mz_thumbs {
	display: none;  /* products currently only have one image so the thumb isn't necessary */
}

#product-details h1 {
	font-family: 'Noto Sans', Arial, sans serif;
	font-size: 26px;
	font-weight: 700;
	color: #9b6505;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #dfd6c5;
}

.ratings {
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}

.ratings,
.ratings a {
	font-size: 12px !important;
}

.product-id,
.availability {
	font-family: 'Noto Sans', Arial, sans serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.product-id span,
.availability span {
	font-weight: 700;
}

.availability .instock {
	color: #23a306;
}

.product-price {
	font-family: 'Noto Sans', Arial, sans serif;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 30px 0;
}

.product-price.regular-price {

}

.product-price .sale_price {
	color: #d1232a;
}

.product-price .price_label {
	display: inline;
}

label.qty {
	text-transform: uppercase;
}

.dgw-btn.add-to-cart {
	background-color: #4795dd;
	vertical-align: top;
	margin-right: 20px;
}

.dgw-btn.add-to-cart:hover {
	background-color: #69b2f5;
}

.dgw-btn.add-to-wishlist {
	background-color: #dfd6c5;
	color: #604109
}

.dgw-btn.add-to-wishlist:hover {
	background-color: #f3ece0;
}

.tabs dd a {
	background-color: #dfd6c5 !important;
	color: #958c7a !important;
	font-family: 'Noto Sans', Arial, sans serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
}

.tabs dd.active a {
    background-color: #b88e43 !important;
	color: #fff !important;
}

.tabs dd a:hover {
    background-color: #b88e43 !important;
	color: #fff !important;
}

.tabs-content > .content {
	padding: 15px 20px;
}

.tabs-content > .content,
.tabs-content > .content p {
	line-height: 30px;
}

/* STATIC  */

#page-header {
	border-bottom: 1px solid #e4bb71;
	margin: 30px 0 20px 0;
}

#page-header h1 {
	font-family: 'Suez One', serif;
	font-size: 38px;
	font-weight: 400;
	color: #d1232a;
}

h2.page-header {
    font-family: 'Noto Sans', Arial, sans serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}

/* SHOP CART */

.dgw-checkout {
	background-color: #d1232a;
}

.shop-cart-hdr {
	background-color: #fcdda5;
	padding: 10px 0;
}

.shopping-cart a,
.order-summary a {
	font-weight: 700;
}

.shopping-cart.row {
    padding: 2rem 0;
}

/* MY ACCOUNT */


.quick-links.panel {
    background-color: #f4dbae;
    border-color: #f4dbae;
	margin: 30px 0;
}




@media only screen and (max-width: 1024px) {
	
	#categories .category-box {
		width: 48%;
	}

}

@media only screen and (min-width: 642px) and (max-width: 850px) {

	.header .tagline {
		padding: 0;
	}
	
	#minicartblock .cartitems {
		display: none;
	}
	
	.page-header-links {
		margin-bottom: 8px;
	}
	
	#main_navigation li.parent > a {
		padding: 2px 40px 3px 30px;
		font-size: 18px;
	}
	
	#main_navigation li.main a {
		font-size: 14px;
		text-align: center;
		padding: 0px 15px;
	}
	

}


/* MOBILE */
@media only screen and (max-width: 642px) {

	#catalog-history {
    	padding: 30px 0;
	}
	
	#catalog-history .catalog-image, 
	#catalog-history .history-image {
    	padding: 0;
	}
	
	#catalog-history .catalog-text,
	#catalog-history .history-text {
		padding: 20px 0;
	}
	
	#categories h2 {
		line-height: 20px;
	}
	
	#categories h2 a {
		font-size: 18px;
	}
	
	#home-page-search .search-area {
    	width: 100%;
	}
	
	.small-top-bar {
		display: none;
	}
	
	.main-content {
		margin: 0;
	}
	
	#newsletter-signup {
		padding: 30px 0;
	}
	
	#newsletter-signup h3 {
		font-size: 28px;
	}
	
	#newsletter-signup p {
    	font-size: 16px;
    	line-height: 28px;
		text-align: center;
	}
	
	#footer-links {
		padding: 20px 0;
	}
	
	.footer-logo {
		margin: 0px 0 20px -4px;
	}
	
	.footer-logo img {
		max-width: 220px;
	}
	
	#footer-links .middle-footer-section p {
		line-height: 28px;
	}
	
	.middle-footer-section p {
		padding: 0;
	}
	

	
	
}


/* MOBILE */
@media only screen and (max-width: 40em) {

	.category-list .subcat:first-of-type {
		border-top: 0;
	}

}















