@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Work Sans', Arial, sans serif;
	font-weight: 400;
}

a {  
	color: #555;
	text-decoration: underline;
	outline: 0; 
}

a:hover {
	color: #999;
}

#back-top {
    position: fixed;
    right: 35px;
    bottom: 50px;
    display: none;
}

#back-top a {
    display: block;
    transition: all 1s ease 0s;
    height: 55px;
    width: 55px;
    opacity: .7;
	background: transparent url("/images/back-top-arrow.png") center center/contain no-repeat scroll;
	
}



.ma-button {
	display: inline-block;
	text-align: center; 
    background-color: #999;
	font-family: 'Work Sans', Arial, sans serif !important;
	font-size: 13px;
    text-transform: uppercase;
    padding: 0.6em 1em;
    color: #fff;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

.ma-button:hover, 
.ma-button:focus {
    background-color: #fff;
    color: #555;
}

h1.page-hdr {
	font-family: 'Work Sans', Arial, sans serif;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 0px 0 20px 0;
	color: #555;
	text-align: center;
}

/* OFF CANVAS MENU */
.multilevel-offcanvas {
	background: #fff;
	padding: 55px 20px;  /* 55 makes room for close button moved farther in/down */
	color: #555;
	width: 300px;
}

.multilevel-offcanvas > .menu {
	margin-bottom: 1rem;
}

.multilevel-offcanvas .menu a {
	color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	transition: color 0.2s ease-in;
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .05em;
}

.multilevel-offcanvas .menu a.register {
	color: #cc0000;
	font-weight: 600;
}

.multilevel-offcanvas .menu a:hover {
	color: #999;
}

.multilevel-offcanvas .fa {
	color: #000;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
	border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}

.multilevel-offcanvas .social-links {
	margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
	margin-right: 5px;
}

.social-links li a {		/* include contact page social links */
	font-size: 1.5rem !important;
}

hr {
	margin: 1.25rem 1rem;
}

.close-button, 
.close-button.medium {
    right: 3.2rem;
    top: 1.3rem;
	font-size: 3em;
	font-family: "Times New Roman", "serif";
}


/* TOP BAR & LOGO */

.hamburger .line {
		width: 25px;
		height: 2px;
		background-color: #000;
		display: block;
		margin: 6px auto;
		transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
	margin-bottom: 0;
}

.title-bar {
	width:100%;
	background:transparent;
	padding: 10px 22px 10px 15px;
}

.title-bar button {
	cursor: pointer;
	vertical-align: top;
}

.sidebar {
	background-color: #fff;
	border: 0;
}

.sidebar img,
.home .sidebar img {	
	padding: 20px 20px 0 20px;
	width: 100%;
}

	


/* SEARCH */

.search-form {
	display: inline-block;
	width: 100%;
	
}

#search {
	position: relative;
	width: 0%;
	min-width: 40px;
	height: 40px;
	overflow: hidden;
	transition: width 0.5s;
	backface-visibility: hidden;
	margin-left: 1rem;
}

#search input.form-control {
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	border: none;
	width: 100%;
	max-width: 400px;
	height: 40px;
	margin: 0;
	z-index: 10;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

#search input.form-control::placeholder {
	color: transparent;
	font-size: 12px;
	letter-spacing: .2em;
}

input[type="text"].form-control {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

#search .form-control-submit,
#search .search-label {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: left;
	cursor: pointer;
	line-height: 40px;
	background: #fff;
	color: #000;
	border: none;
	box-shadow: none;
}

.home #search .form-control-submit,
.home #search .search-label {
	background: #fbfbfb;
}

#search .form-control-submit {
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	background: #fbfbfb;
	z-index: -1;
}

#search .search-label{
	z-index: 90;
	font-size: 24px;
}

/* search box opened */

#search.sb-search-open input.form-control {
	color: #555 !important;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #333;
}

#search.sb-search-open input.form-control::placeholder {
	color: #666;
}


#search.sb-search-open,
.no-js .sb-search-open {
	width: 100%;
}

#search.sb-search-open .search-label,
.no-js .sb-search .search-label {
	background: #fff;
	color: #dfa330;
	z-index: 11;
}

.home #search.sb-search-open .search-label,
.home .no-js .sb-search .search-label {
	background: #fbfbfb;
	color: #dfa330;
	z-index: 11;
}

#search.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
	z-index: 90;
}


/* FOOTER */

footer {
	margin: 50px 0;
}

.copyright {
	padding: 1rem;
	font-size: 12px;
	
}

.copyright,
.copyright a {
	color: #000;
	font-family: 'Work Sans', Arial, sans serif;
	font-weight: 300;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.copyright a {
	padding: 0;
	font-size: 11px !important;
	font-weight: 300;
}

.copyright a:hover {
	color: #999;
}

/* HOME */

.equalizer-grid {
	display: flex;
	height: 100vh;
}



/* CATEGORY */


.category {
	padding: 30px 35px 30px 30px;
}

.category h2 {
	line-height: 16px;
	font-size: 12px;
	margin: 10px 0 0 0;
}

.category h2 a {
	color: #000;
	font-family: 'Work Sans', Arial, sans serif;
	font-size: inherit;
	font-weight: 300;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
}

.category h2 a:hover {
	color: #999;
	
}

.category-grid-image {
	position: relative;
}

.instock-quickship {
    position: absolute;
   	right: 14px;
	bottom: 9px;
    color: #999;
    font-size: 16px;
	font-weight: 300;
	letter-spacing: .05em;
}

.product .instock-quickship {
	bottom: 24px;
	z-index: 1;
}


/* PRODUCT */



/*

#tabs-section {
	margin: 20px 0 0 0;
}

#tabs-section .tabs {
	border: 0;
}

#tabs-section .tabs-content {
	border-top: 1px solid #e6e6e6;
}

#tabs-section .tabs-title > a {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 400;
	color: #555;
	padding: 1rem 1.25rem;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

#tabs-section .tabs-title:first-child > a {
	border-left: 1px solid #e6e6e6;
}

#tabs-section .tabs-panel p {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #555;
}*/

.product {
	padding: 30px 35px 30px 30px;
	margin-top: 0 !important;
}

#prod-image .thumbs {
	margin-top: 20px;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}

#prod-image .thumbnail {
	margin: 1%;
	border: 0;
	box-shadow: none;
	width: 100%; 			/* so blanks will have a width */
	/*max-width: 24%;*/   /* 4 across */
	max-width: 15%;		  /* 6 across */
}

#prod-image .thumbnail:first-child {
	margin-left: 0;
}

#prod-image .thumbnail:last-child {
	margin-right: 0;
}

#prod-detail strong {
	font-weight: 600;
}

#prod-detail h1 {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	color: #000;
}

#prod-detail .last-category-holder {
	float: right;
	width:auto;
}

#prod-detail .last-category {
	display: block;
	margin: 0;
	text-align:right;
	float:right;
	width: 100%;
	line-height: 14px;
}

#prod-detail .last-category,
#prod-detail .last-category a {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #999;
}

#prod-detail .last-category a:hover {
	text-decoration: underline;
}

#prod-detail h2 {
	font-family: 'Work Sans', Arial, sans serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
	color: #555;
	background: transparent url("../images/arrow-right.gif") no-repeat scroll 98% center;
    /*border-bottom: 1px dashed #ddd;*/
	border-top: 1px solid #ddd;
    padding: 20px 0;
	cursor: pointer;
	margin-bottom: 0;
}

#prod-detail h3 {
    font-family: 'Work Sans', Arial, sans serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    color: #555;
}

#prod-detail h2.minus {
	background: transparent url("../images/arrow-down.gif") no-repeat scroll 98% center;
}

#prod-detail .description {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #555;
	margin: 40px 0 30px 0;
}

#prod-detail .description p {
	font-family: 'Work Sans', Arial, sans serif;
	color: #555;
	font-weight: 300;
	letter-spacing: .05em;
	font-size: 14px;
}

#prod-detail .specs {
	display: none;
	margin-bottom: 40px;
}

#prod-detail .specs p {
	font-family: 'Work Sans', Arial, sans serif;
	color: #555;
	font-weight: 300;
	letter-spacing: .05em;
	font-size: 14px;
}

#prod-detail .subsection-hdr {
	font-family: 'Work Sans', Arial, sans serif;
	color: #555;
	font-weight: 600;
	letter-spacing: .05em;
	font-size: 14px;
}



.product .finishes {
	display: block;			/* easier than flex since last row won't play nice */
	/*flex-wrap: wrap;
	justify-content: space-between;*/
	margin-bottom: 20px;
	margin-left: -1%;
}

.product .finishes .finish {
	width: 30%;
	margin: 1.5% 1%;
	display: inline-block;
	vertical-align: top;
	height: auto;
}

.product .finishes .finish img {
	width: 100%;
	height: auto;
}

.product .finish-caption {
    font-family: 'Work Sans', Arial, sans serif;
    font-size: 12px;
    line-height:14px;
	margin: 7px 0 0 0;
	text-align: center;
    font-weight: 400;
    color: #555;
    text-transform: uppercase;
}

.product .button-group {
	margin: 40px 0 20px 0;
	flex-wrap: wrap;
}

.product .ma-button {
    background-color: #fff;
	font-family: 'Work Sans', Arial, sans serif !important;
	font-size: 14px;
    text-transform: uppercase;
    padding: 0.75em .9em;
    color: #555;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	text-decoration: none;
}

.product .ma-button:hover, 
.product .ma-button:focus {
    background-color: #999;
    color: #fff;
}


.product .addthis_inline_share_toolbox {
	margin: 40px 0 20px -15px;
}

/* EMAIL QUOTE */

.quote_confirmation {
	font-weight: 600;
	margin: 20px 0;
}

.quote_confirmation span {
	color: #cc0000;
	text-transform: uppercase;
}

.freeform-row .freeform-column .freeform-label {
    font-weight: 500 !important; 
	 text-transform: uppercase;
}



/* ACCOUNT & LOGIN PAGES */


	
.account-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center; 
}

.account-header li {
	display: inline-block;
	padding: 5px 15px;
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
}

.account-header li,
.account-header li a {
	text-transform: uppercase;
    font-size: 12px;
	color: #555;
}

.account h2 {
	font-size: 20px;
	margin: 50px 0 20px 0;
	color: #000;
}

.account input {
	border-radius: 0 !important;
}

.account label {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
}

.account label.stacked {
	margin: 20px 0 2px 0;
}

.account b, 
.account strong {
    font-weight: 500;
    text-transform: uppercase;
}


.account a#sidebar-update-profile {
	margin-left: 20px;
}

.account .ma-button .glyphicon {
	color: #fff;
	margin-right: 10px;
}

.account .ma-button:hover .glyphicon {
	color: #555;
}

.account .list-group {
	margin: 0;
}

.account .list-group-item:first-child,
.account .list-group-item:last-child {
	border-radius: 0 !important;
}

.account.step2 .freeform-instructions {
	margin: 0 0 5px 0;
    font-size: 12px;
    font-style: italic;
}

.account.step2 .freeform-label {
	margin: 20px 0 0 0;
}

.freeform-errors {
	color: #cc0000;
}

/* CONTACT PAGE */

.alert { margin-top: 20px; }

.alert.hidden { display: none; }

.contact {
	padding:  30px 35px 0px 30px !important;
}

.form-section {
	margin-top: 40px;
}

.form-section .row [class*="w-"] {
	padding: 0;
}

.form-section textarea, 
.form-section select[multiple="multiple"], 
.form-section input:not([type="submit"]) {
	border-radius: 0;
	border: 1px solid #ccc;
}

.form-section label {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
	font-weight: 600;
}

.form-section fieldset.row {
	margin: 0;
}

.form-section fieldset.row::before {
	display: none;
}


/* STATIC PAGES */

.static {
	padding:  30px 35px 0px 30px !important;
}

.static-content {
	margin-top: 20px;
}

.showroom-group {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}

.showroom-group p { display: none; }

.showroom {
	/*float: left;
	width: 250px;
	height: 80px;
	padding: 0 20px;
	margin-bottom: 40px;*/
}

.showroom a:hover {
	color: #999;
}

.showroom .city {
	font-weight: 600;
}

.press h2 {
	line-height: 16px;
	font-size: 12px;
	margin: 10px 0 0 0;
}

.press h2 a {
	color: #000;
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
}

.press h2 a:hover {
	color: #999;
	
}

.static h2 {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 18px;
	font-weight: 600;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	
	.sticky-container {
 	   position: fixed;
		z-index: 2;
	}
	
	.title-bar {
		background: #fff;
		padding: 5px 10px;
		box-shadow: 1px 1px 5px #ccc;
	}
	
	.title-bar-left {
		flex-grow: 1;
	}
	
	.title-bar-right {
		flex-grow: 2;
	}
	
	.search-form {
		width: 85%;
	}
	

	#search .form-control-submit, 
	#search .search-label,
	#search.sb-search-open .search-label, 
	.no-js .sb-search .search-label {
		background: #fff;
	}
	
	.main-content {
		margin-top: 55px !important;
	}
	
	.copyright {
		font-size: 11px;
		padding: 30px 10px 50px 10px;
	}
	
	.copyright a {
		font-size: 11px;
		display: block;
	}
	
	.copyright .divider {
		display: none;
	}
	
	/* category */
	
	h1.cathdr {
		font-size: 18px;
		margin: 0 0 20px 10px;  /* m-top was 85 */
	}
	
	/* product */
	
	#prod-detail .sticky-container {
 	   position: relative;
	}
	
	.product .sticky {
		top: 0px !important;
	}
	
	.product .doc.more-info {
		display: none;
	}
	
	.product .finishes .finish {
		/*height: 200px;*/
	}
	
	#prod-detail .last-category {
		width: 100%;
		float: none;
		
	}
	
	
	
	/*#tabs-section.desktop {
		display: none;
	}
	
	#tabs-section.mobile {
		display: block;
	}*/
	
	/* static */

	
	
}

/* Medium and up */
@media screen and (min-width: 40em) {
	
	.main-content {
		margin-top: -55px;
	}
	
	.title-bar {
		padding: 30px 50px;
	}
	
	.home .hamburger .line {
		/*background-color: #fff;*/
	}

	
	#prod-detail {
		padding-right: 50px;
	}
	
	/*#tabs-section.desktop {
		display: block;
	}
	
	#tabs-section.mobile {
		display: none;
	}*/
	
	
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	.product .finishes .finish {
		width: 46%;
		/*height: 200px;*/
	}
	
	#prod-detail .last-category {
		width: 100%;
		float: none;
		
	}
	
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
	
	.sidebar img,
	.home .sidebar img {
		padding: 30px 25px 0 45px;
		max-width: 220px;
	}
	
	.product .finishes .finish {
		width: 30%;
		/*height: 190px;*/
	}
	
	#prod-detail .last-category-holder {
		max-width: 220px;
	}

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	
	
}

/* X-Large and up */
@media screen and (min-width: 105em) {
	
	.product .finishes .finish {
		width: 18%;
		/*height: 170px;*/
	}
	


}


	
	

/* BUTTONS expansion */

@media screen and (max-width: 39.9375em) {
  .button.small-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .button.medium-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (max-width: 63.9375em) {
  .button.medium-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 40em) {
  .button.medium-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .button.large-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (max-width: 74.9375em) {
  .button.large-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .button.large-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
margin-left: 0; } }

