/*
Theme Name: 	Hussey Copper
Theme URI: 		
Description: 	Custom theme Based on Starkers 4.0
Version: 		1.1.0
Author: 		Andrew Twigg for Landesberg Design
Author URI: 	http://landesbergdesign.com http://andrewtwigg.com
Tags: 			custom
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
:root {
	--copper: #C05630;
	--teal: #92C6C1;
	--black: #1B1E1D;
	--wp--preset--color--black: #1B1E1D;
	--gf-local-bg-color: #C05630;
}

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li {
	position: relative;
	/* For absolutely positioning elements within containers (add more to the list if need be) */
}

.group:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
	/* For clearing */
}

body {
	background: #fff;
	/* Don't forget to style your body to avoid user overrides */
}

/* ::-moz-selection {
	background: #ff0;
	color: #333;
}

::selection {
	background: #ff0;
	color: #333;
} */

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea {
	/* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-weight: bold; */
	/* This helps to identify headings at the initial build stage, but you should write something more precise later on */
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	font-size: 11pt;
	line-height: 11pt;
}


#container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
}

header::after {
	content: "";
	display: table;
	clear: both;
}


.notmobile {
	display: none;
}

.gbutton {
	display: block;
	width: 100%;
}


#content_home {
	display: none;
	position: relative;
	margin: 0 10px;
	padding-top: 20px;
}

.surcharge-widget {
	border-top: 4px double #e66a1f;
	border-bottom: 4px double #e66a1f;
	color: #e66a1f;
	padding: 0;
	margin: 3%;
}

.surcharge-widget h3 {
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	padding: 1em 1em 1em 0;
}

.surcharge-widget p {
	padding: 0 0 1em 0;
}



nav.mobile ul {
	display: block;
	width: 100%;
	padding: 0;
}

nav.mobile ul li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	background: rgba(192, 86, 48, 0.90);
}

nav.mobile ul li a {
	width: 94%;
	display: block;
	color: white;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.4em 3% 1.4em 3%;
}

nav.mobile ul li:hover {
	background: var(--teal);
	-moz-box-shadow: inset 0 20px 20px -20px #694505;
	-webkit-box-shadow: inset 0 20px 20px -20px #694505;
	box-shadow: inset 0 20px 20px -20px #694505;
}

nav.mobile ul li:hover a {
	border-bottom: 1px dotted #e5d8c8;
	color: var(--black);
}

nav.mobile ul li ul li:last-child a {
	border-bottom: none !important;
}

nav.mobile ul li ul {
	display: none;
}

/* Mobile submenu toggle - click-based instead of hover-based */
nav.mobile ul li.submenu-open>ul {
	display: block;
	margin: 0;
}

/* Submenu toggle button styling */
nav.mobile ul>li>.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 2;
}

nav.mobile ul>li>.submenu-toggle .toggle-icon {
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid white;
	transition: transform 0.2s ease;
}

nav.mobile ul>li.submenu-open>.submenu-toggle .toggle-icon {
	transform: rotate(180deg);
}

nav.mobile ul>li:hover>.submenu-toggle .toggle-icon,
nav.mobile ul>li.submenu-open>.submenu-toggle .toggle-icon {
	border-top-color: var(--black);
}

/* Adjust parent link to not overlap with toggle button */
nav.mobile ul li>a {
	padding-right: 55px;
}

nav.mobile ul li:hover ul {
	display: block;
	margin: 0;
}

nav.mobile ul li ul li {
	border: none;
	background: #a78253;
}

nav.mobile ul li:hover ul li a {
	font-weight: 300;
	text-transform: capitalize;
	color: var(--black);
	background: var(--teal);
	border-bottom: 1px dotted #e5d8c8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 94%;
	padding: 1.4em 3% 1.4em 3%;
	margin: 0;
}

nav.mobile ul li:hover ul li a:hover {
	color: var(--black);
	font-weight: 500;
	text-decoration: underline;

}

div.mobile div.metanav-widget ul {
	display: block;
	width: 100%;
	padding: 0;
}

div.mobile div.metanav-widget ul li {
	display: block;
	width: 97%;
	padding: 0 0 0 3%;
}

div.mobile div.metanav-widget ul li a {
	display: block;
	text-decoration: none;
	padding: 1.4em 3% 1.4em 0;
	color: var(--copper);
	border-bottom: 1px dotted var(--copper);
}

#copper_footer {
	text-align: center;
	padding: 6% 0;
}

#mdcu29seal,
#mdcu29name {
	border: 0;
}


#homeslider {
	position: relative;
	margin: 0 10px;
}

/* Slider Pro 7.x overrides to mimic legacy Advanced Slider skin */
#homeslider #slider-pro-1.slider-pro {
	background-color: #fff;
	overflow: hidden;
}

#homeslider #slider-pro-1 .sp-slides-container {
	background-color: #fff;
	overflow: hidden;
}

#homeslider #slider-pro-1 .sp-mask {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 250px;
}

@media screen and (min-width: 600px) {
	#homeslider #slider-pro-1 .sp-mask {
		height: 494px !important;
	}
}

#homeslider #slider-pro-1 .sp-slide {
	background-color: #fff;
	min-height: 494px;
	box-sizing: border-box;
}

#homeslider #slider-pro-1 .sp-image-container {
	height: 494px;
	overflow: hidden;
}

#homeslider #slider-pro-1 .sp-image {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	display: block;
}

#homeslider #slider-pro-1 .sp-slide .html {
	background: #e9efed;
	width: 324px;
	min-height: 230px;
	padding: 18px 16px 16px;
	position: absolute;
	top: calc(100%);
	right: 0;
	box-sizing: border-box;
}

#homeslider #slider-pro-1 .sp-slide .html h4 {
	color: var(--copper);
	font-weight: 800;
	padding-bottom: 10px;
	border-bottom: 4px double var(--copper);
	font-size: 130%;
	margin: 0;
}

#homeslider #slider-pro-1 .sp-slide .html p {
	line-height: 140%;
	padding-top: 10px;
	color: #3d3f27;
	margin: 0;
}

@media screen and (max-width:599px) {
	#homeslider #slider-pro-1 .sp-mask {
		padding-bottom: 0;
	}

	#homeslider #slider-pro-1 .sp-slide {
		min-height: auto;
	}

	#homeslider #slider-pro-1 .sp-slide .html {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		/* margin-top: 16px; */
	}

	#content_home {
		margin: 20px 10px 40px;
		min-height: auto;
	}

	#content_home h1 {
		margin-right: 0;
	}
}

#footerwrap {
	background: var(--black);
	width: 100%;
}

footer {
	background: var(--black);
	position: relative;
	max-width: 1100px;
	margin: 40px auto 0 auto;

}

#logobottom {
	display: block;
}

#logobottom img {
	display: block;
}

#searchall label {
	display: none;
}

#searchall input#s {
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
}

::placeholder {
	color: rgba(0, 0, 0, 0.25);
}

#searchall input#searchsubmit {
	background: url("parts/images/button_go.png") no-repeat 50% 50%;
	background-size: cover;
	width: 4em;
	height: 3em;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	border-radius: 8px;
}

#smartbuttons {
	margin: 0 0 0 3%;
	padding: 5% 0;
}

.address-widget {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 200;
}

.address-widget a {
	color: #fff;
	text-decoration: none;
}

.address-widget a:hover {
	text-decoration: underline;
}

#smartbuttons a img {
	display: inline-block;
	width: 45%;
	margin: 0;
}

#smartbuttons a:first-child {
	margin-right: 4%;
}

.lynntilton {
	margin-left: 3%;
}


#copyright {
	padding: 3%;
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 200;
	z-index: 10;
}

#copyright .copyrightleft {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}

#copyright .copyrightright {
	float: right;
	width: 100%;
}


.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

/*** START INTERIOR PAGE STUFF ***/






/* GENERAL PAGE TEMPLATE */

#page_general {
	margin: 0 10px;
	width: auto;
	color: var(--black);
}

#page_general_sidebar {
	width: auto;
}


/* IMAGE GALLERY  */

#x {
	padding-bottom: 0;
}

#page_gallery h2 {
	font-size: 3em;
	font-weight: 100;
	color: #7d8a7d;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 5px;
}

/* IMAGE GALLERY END */
.allpurpose h2 {
	font-size: 3em;
	font-weight: 300;
	color: var(--copper);
	line-height: 1.2em;
	margin-bottom: 0;
}

.allpurpose h3 {
	color: var(--copper);
	font-weight: 700;
	line-height: 1.2em;
	font-size: 1.34em;
}

#inside_menu h3 {
	font-size: 2em;
	font-weight: 100;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#inside_menu h4 {
	color: var(--copper);
	font-weight: 700;
	line-height: 1.2em;
	font-size: 1.34em;
}

.allpurpose p {
	line-height: 1.2em;
}

.wp-element-caption>a,
.allpurpose p>a {
	color: var(--copper);
	text-decoration: underline;
}

.allpurpose li {
	list-style: square outside none;
	margin-left: 20px;
	padding-bottom: 10px;
}

#page_general_sidebar img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: -20px;
}

#page_general_sidebar p {
	font-size: .75em;
	padding: 20px 0;
}


.posts_page article {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--copper);
	margin-bottom: 60px;
}

.posts_page article a {
	color: var(--copper);
	text-decoration: none;
}

.posts_page article a:hover {
	text-decoration: underline;
}

/* GENERAL PAGE TEMPLATE END */
#sidenav {
	margin-bottom: 20px;
}

#sidenav h6 {
	display: block;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-size: 14.667px;
	font-weight: 800;
	line-height: 1;
	color: #ffffff;
	background: var(--copper);
	text-transform: uppercase;
	padding: 1.4em 3% 1.4em 3%;
	margin-block-end: 0;
}

#sidenav ul {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidenav ul li {
	width: 100%;
	display: block;
	background: #C056301F;
	list-style: none;
	margin-left: 0;
	padding-bottom: 0;
}

#sidenav ul li a {
	display: block;
	color: var(--black);
	font-weight: 400;
	text-decoration: none;
	padding: 10px;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

#sidenav ul li.current_page_item {
	background: var(--teal);
}

#sidenav ul li.current_page_item a {
	color: var(--black);
}

/* TABLE PAGE TEMPLATE */
.pdf_download {
	display: block;
	color: #484221;
	text-decoration: none;
	font-weight: 800;
	text-align: right;
	position: relative;
	top: 60px;
}

#table_content {}

#table_content h3 {
	font-size: 2.3em;
	font-weight: 300;
	color: #000;
	line-height: 1.2em;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: -10px;
}

#table_content h4 {
	color: var(--copper);
	font-weight: 800;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	font-size: 1.34em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--copper) !important;
	margin-bottom: 2.4em;
}

#table_sidebar p,
#table_sidebar ul {
	font-size: 0.9em;
	line-height: 1.4em;
}

#table_sidebar ul li {
	list-style: square outside none;
	margin-left: 20px;
	padding-bottom: 10px;
}

/* 600 and up */
@media screen and (min-width:600px) {
	.mobile {
		display: none;
	}

	.notmobile {
		display: block;
	}

	#content_home {
		display: block;
		position: relative;
		margin: -230px 360px 40px 10px;
		min-height: 230px;
		top: 0;
		z-index: 5;
	}

	.logo-tag {
		margin-right: auto;
	}

	.metanav-widget {
		color: #a89f92;
		font-size: 13px;
		border-left: 1px solid var(--copper);
		display: inline-block;
		vertical-align: top;
		padding-left: 20px;
		padding: 5px 0 5px 20px;
	}

	.metanav-widget ul {
		list-style: none;
		padding: 0;
		margin-block-start: 0;
		display: flex;
		flex-direction: column;
		gap: 15px;
		margin: 0;
	}

	.metanav-widget ul li {
		display: block;
	}

	.metanav-widget ul li a {
		text-box-trim: trim-both;
		text-box-edge: cap alphabetic;
		display: block;
		color: var(--copper);
		text-decoration: none;
	}

	.metanav-widget ul li:last-child a {
		margin-bottom: 0;
	}

	.metanav-widget ul li a:hover {
		color: var(--copper);
		text-decoration: underline;
	}

	#mdcu29 {
		display: inline-block;
		border-left: 1px solid #d7ded6;
		padding-left: 1.7%;
		vertical-align: top;
		height: 92px;
	}

	#mdcu29seal {
		width: 64px;
		padding-left: 12px;
		overflow: hidden;

	}

	#mdcu29name {
		display: none;
	}

	#footerwrap {
		/* margin-top: -80px; */
	}

	/* START OF NEW MENU */

	.menu-main-menu-container {
		display: block;
		border-top: 20px solid var(--copper) !important;
		margin: 0 10px !important;
		position: relative;
	}

	ul.menu {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 100;
		list-style: none;
		margin: 0;
		padding: 0;
	}


	ul.menu li {
		float: left;
		width: 148px;
		height: 148px;
		margin-right: 1px;
		margin-bottom: 1px;
		background: #fff;
		background: rgba(192, 86, 48, 0.90);
		text-transform: uppercase;
		font-weight: 800;
		font-size: 1em;
		line-height: 1.2em;
		position: relative;
	}

	ul.menu li:hover {
		background: var(--teal);
		box-shadow: -8px 8px 15px 0 rgba(0, 0, 0, 0.25) inset;
	}

	ul.menu li a {
		display: block;
		color: white;
		text-decoration: none;
		padding: 10px 10px 20px 10px;
		width: 128px;
		height: 118px;
		cursor: default;
	}

	/**	ul.menu li a:hover {
		text-decoration: underline;
		color: #fff;
		font-weight: 800;
	} **/

	ul.menu li:hover a {
		color: var(--black);
	}

	ul.menu li ul {
		display: none;
		padding: 0;
		margin: 0;
	}

	ul.menu li:hover ul {
		display: block;
		position: absolute;
		top: 50px;
		left: 0px;

	}

	ul.menu li ul li {
		height: auto !important;
		background: none;
		text-transform: none;
		font-weight: 300;
		letter-spacing: normal;
		font-size: 0.9em;
		display: block;
	}



	ul.menu li ul li:hover {
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;

	}

	ul.menu li ul li a {
		padding: 3px 10px;
		color: #fff;
		width: auto;
		height: auto;
		cursor: pointer;
	}

	ul.menu li ul li a:hover {
		text-decoration: underline;
	}


	/* END OF NEW MENU */


	#content_home h1 {
		font-size: 3em;
		line-height: 1.5em;
		font-weight: 200;
		width: auto;
		margin-left: 10px;
		/* margin-right: 360px; */
		padding-bottom: 0px;
		color: var(--black);
	}


	#page_general {
		padding-top: 305px;
	}

	.allpurpose h2 {
		border-bottom: 4px double var(--copper);
		font-size: 3em;
		margin-bottom: .6em;
		padding-bottom: 5px;
	}

	.surcharge-widget {
		margin: 10px;
	}

	.surcharge-widget div,
	.surcharge-widget h3,
	.surcharge-widget p {
		display: inline-block;
		margin-right: 1em;
	}






	footer {}



	#searchall input#s {
		display: flex;
		height: unset;
		padding: 13px 12px;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		border-radius: 4px;
		border: 1px solid rgba(0, 0, 0, 0.25);
		background: #FFF;
	}

	#searchall input#searchsubmit {
		display: none;
	}

	/*
	form#searchform label{
		display:none;
	}
	
	
	form#searchform input#s{
		color: #798579;
		background: #e5e5e5;
		
	}
	
	
	form#searchform input#searchsubmit {
		display: none;
	}
	*/




	#logobottom {}

	footer .tagline {
		display: block;
		margin: 2% auto 140px 94px;
		padding: 0;
		color: #a89f92;
		font-size: 1.3em;
		font-weight: 400;
	}

	.lynntilton {
		display: block;
		margin: 2% auto 0 94px;
		padding: 0;
	}

	#search-and-address {
		right: 0;
		width: 33%;
	}

	.address-widget {
		font-size: 0.9em;
		width: 100%;
		margin-left: 0;
	}

	#copyright {
		font-size: 0.75em;
		display: block;
		border-top: 1px solid #fff;
		width: auto;
		padding: 1% 0 3% 0;
	}

	#copyright .copyrightleft {
		float: left;
		width: 33%;
	}

	#copyright .copyrightright {
		float: right;
		width: 36%;
	}


}

/* 700 and up */
@media screen and (min-width:700px) {


	header {
		position: relative;
	}

	/*
	form#searchform label{
		display:none;
	}
	
	form#searchform input#s{
		color: #798579;
		background: #e5e5e5;
		font-size: 0.9em;
		margin: 0 0 0 auto;
		height: 25px;
		display: block;
		width: 300px;
	}
	
	form#searchform input#searchsubmit {
		display: none;
	}
	*/

	#content_home h1 {
		padding-bottom: 0px;
	}


	#page_general_main {
		width: 64%;
		margin-right: 3%;
		float: left;
	}

	#page_general_sidebar {
		display: block;
		float: left;
		width: 33%;
	}

	#sidenav {
		width: fit-content;
		min-width: 160px;
		float: left;
	}



	#sidenav h6 {
		display: block;
		font-weight: 800;
		color: #ffffff;
		background: var(--copper);
		text-transform: uppercase;
		padding: .8em 3% .7em 6%;
	}

	#sidenav ul {
		display: block;
		width: 100%;
		background: #f5ece3;
		padding-bottom: 1em;
		margin-bottom: 2px;
	}

	#sidenav ul li {
		width: 100%;
		display: block;
		background: #f5ece3;
		margin-bottom: 0;
	}

	#sidenav ul li a {
		display: block;
		color: var(--black);
		font-weight: 400;
		text-decoration: none;
		padding: 10px;
		text-box-trim: trim-both;
		text-box-edge: cap alphabetic;
	}

	#sidenav ul li a:hover {
		background: var(--teal);
	}

	#sidenav ul li.current_page_item {
		background: var(--teal);
	}

	#sidenav ul li.current_page_item a {
		color: var(--black);
	}





	#table_content,
	#inside_menu {
		margin-left: 2.4%;
		width: 79.6%;
		float: left;
	}

	#table_sidebar {
		width: auto;
		clear: both;
		padding-left: 20.4%;
	}


}

@media screen and (min-width:768px) {

	#metabox {
		/* 		width: 355px; */
		/* 		edited on 2025.04.07 re: hiding MDCu29 logo */
		width: auto;
	}


	#content_home h1 {
		padding-bottom: 0px;
	}

	#mdcu29name {
		display: inline;
		border: none;
		width: auto;
		padding: 0 0 0 5px;
	}

	#page_general {
		padding-top: 160px;
	}
}

@media screen and (min-width:960px) {

	#table_content,
	#inside_menu {
		margin: 0 2%;
		width: 63%;
		float: left;
	}

	#table_sidebar {
		width: 16.5%;
		padding-left: 0;
		float: left;
		clear: none;
	}
}