/*!
Theme Name: John Boone
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: john-boone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

John Boone is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* John Boone specific */
body{
	font-family: "Mercury Text G1 A", "Mercury Text G1 B";
	margin: 0 !important;
	padding: 0 !important;
}
.site-info{
	display: none;
}
#home_graphics{
	position:relative;
  width:100%;
	/*height: calc((100vw - 20px) * 0.5625);
	max-height:calc(88vh) !important;*/
	height: 100vh;
  margin: 0 auto;
	overflow-y: hidden;
}
/*#home_graphics img{
	position:absolute;
  left:0;
  -webkit-transition: opacity 4s ease-in-out;
  -moz-transition: opacity 4s ease-in-out;
  -o-transition: opacity 4s ease-in-out;
  transition: opacity 4s ease-in-out;
	z-index: 9;
	width:100%;
}
@keyframes jbFadeInOut {
  0% {
  opacity:1;
	}
	100% {
		opacity:0;
	}
}
#home_graphics.homepage img.middle{
	top: -3vh !important;
}
#home_graphics.homepage img.top {
	animation-name: jbFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-duration: 6s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
#home_graphics.homepage img.middle {
	animation-name: jbFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-delay: 6s;
	animation-duration: 4s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}*/
#home_graphics.homepage div#tagline{
	position:absolute;
  left: 0;
	right: 0;
	text-align: center;
	top: 42%;
  -ms-transform: translateY(-42%);
  transform: translateY(-42%);
	/*height: calc((100vw - 20px) * 0.5625);*/
	z-index: 10;
	text-shadow: 1px 1px 6px rgba(0,0,0,.3);
}
#home_graphics.homepage div#tagline a:first-child{
	display: block;
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	font-size: 8vw;
	margin-bottom: 0;
	color: rgb(215,213,210);
  -webkit-animation: logoFadeIn 4s ease;
  -moz-animation: logoFadeIn 4s ease;
  -o-animation: logoFadeIn 4s ease;
  animation: logoFadeIn 4s ease;
	z-index: 10;
	letter-spacing: -.6vw;
	text-decoration: none;
}
@keyframes logoFadeIn{
	0% {
  	opacity:0;
	}
	15% {
  	opacity:0;
	}
	100% {
		opacity:1;
	}
}
#home_graphics.homepage div#tagline a:last-child{
	display: block;
	font-size: 3.3vw;
	margin-top: -.5em;
	color: rgb(255,255,255);
	-webkit-animation: tagFadeIn 4s ease;
  -moz-animation: tagFadeIn 4s ease;
  -o-animation: tagFadeIn 4s ease;
  animation: tagFadeIn 4s ease;
	z-index: 11;
	text-decoration: none;
}
@keyframes tagFadeIn{
	0% {
  	opacity:0;
	}
	60% {
  	opacity:0;
	}
	100% {
		opacity:1;
	}
}
.content{
	width: 70%;
	margin: 0 auto;
}
#home_nav.homepage{
	height: 2em;
	margin-top: 1.4vw;
}
#home_nav.homepage a{
	font-family: "Gotham A", "Gotham B" !important;
	font-size: 1.15vw;
	font-weight: 700;
	display: block;
	color: rgb(150,143,135);
	text-decoration: none;
	float: left;
	/*margin-right: 4.5vw;*/
	margin: 0 9vw 0 11vw;
	letter-spacing: -.05vw;
}
#home_nav.homepage a:nth-child(2){
	margin: 0 11vw 0 9vw;
}
#home_nav.homepage a span{
	color: rgb(39,39,39);
}
#home_nav.homepage a:last-child{
	float: right;
	color: rgb(112,111,112);
}

/*general collections and interiors*/
#home_graphics.collections, #inner_graphics.collections, #home_graphics.interiors, #inner_graphics.interiors{
	position:relative;
	width:100%;
	height: calc((100vw - 20px) * 0.5625);
	max-height: calc(81vh) !important;
	margin: 0 auto;
	overflow-y: hidden;
}
#inner_graphics.collections,#inner_graphics.interiors{
	height: calc((100vw - 20px) * 0.54);
	max-height: none !important;
}
	
#home_graphics.collections img, #inner_graphics.collections img,#home_graphics.interiors img, #inner_graphics.interiors img{
	position:absolute;
  left: 0;
	width: 100%;
}
#home_graphics.collections div, #inner_graphics.collections div{
	position:absolute;
  left: 0;
	right: 0;
	top: 48%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 10;
}
#home_graphics.interiors div, #inner_graphics.interiors div{
	position:absolute;
  left: 0;
	right: 0;
	top: 78%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 10;
}
body.page-our-story #inner_graphics.collections div{
	top: 85%;
	text-align: center;
}
body.page-our-philosophy #inner_graphics.interiors div{
	top: 50%;
}
body.page-our-makers #inner_graphics.collections div{
	top: 37%;
}
#home_graphics.collections div p, #inner_graphics.collections div p, #home_graphics.interiors div p, #inner_graphics.interiors div p{
	max-width: 70%;
	margin: 0 auto;
	font-size: 5.5vw;
	color: rgb(255,255,255);
	line-height: 1.05em;
	letter-spacing: -.1vw;
	text-shadow: 1px 1px 6px rgba(0,0,0,.3);
}
#inner_graphics.collections > p, #inner_graphics.interiors > p, #home_graphics > p{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 100;
	display: block;
	position: relative;
	top: 8.5vw;
	max-width: 70%;
	font-size: .85vw;
	text-transform: uppercase;
	margin: 0 auto;
	z-index: 11;
	color: rgb(255,255,255);
}
#navbar{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	letter-spacing: -.1vw;
	position: relative;
	height: 4vw;
	line-height: 4vw;
	padding-top: 0;
	margin-top: 0;
}
#navbar.landing{
	background: rgb(38,38,38);
	color: rgb(255,255,255);
}
#navbar #navbar_inner{
	width: 92%;
	margin: 0 auto;
	font-size: 2.7vw;
}
#navbar span{
	float: left;
}
#navbar.landing em{
	color: rgb(176,170,164);
	font-style: normal;
}
#navbar a{
	display: block;
	margin-top: 1.9vw;
	text-decoration: none;
	color: inherit;
	float: right;
	font-size: 1.35vw;
	letter-spacing: -.05vw;
	line-height: 1.4vw;
}
#navbar.secondary{
	background: rgb(246,246,246);
	color: rgb(38,38,38);
}
#navbar.secondary em{
	color: rgb(96,86,74);
	font-style: normal;
}
#navbar.secondary #navbar_inner ul a em:last-child{
	color: rgb(175,170,164);
}
body.page-contact-us #home_nav ul{
	margin: 2.2vw auto 10vw;
}
body.page-contact-us #home_nav ul li a span{
	color: rgb(38,38,38);
}
body.page-contact-us #home_nav ul li a{
	color: rgb(150,143,145)
}
body.page-contact-us #home_nav ul li:last-child{
	float: right;
}
body.page-contact-us #home_nav ul li:last-child span{
	display: inline-block;
	padding-bottom: 0;
	border-bottom: 1px solid rgb(207,207,207);
	color: rgb(112,111,112);
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	font-size: 1.11vw;
	letter-spacing: -.03vw;
}
#inner_nav li a{
	padding-bottom: .2vw;
	border-bottom: 1px solid rgb(255,255,255);
}
#inner_nav > div > ul > li.current-menu-item > a, #inner_nav > div > ul > li.current-menu-ancestor > a{
	border-bottom: 1px solid rgb(207,207,207);
}
#home_nav.collections,#home_nav.interiors{
	margin: 1.4vw auto;
}
#inner_nav{
	margin: 2vw auto 2.2vw;
	position: relative;
}
#home_nav.collections ul,#home_nav.collections li,#inner_nav ul,#inner_nav li, #home_nav.interiors ul,#home_nav.interiors li{
	margin: 0;
	padding: 0;
}
#home_nav.collections li, #home_nav.interiors li, #inner_nav li{
	list-style-type: none;
	display: inline-block;
	position: relative;
	z-index: 12;
}
#home_nav.collections li a, #inner_nav li a,#home_nav.interiors li a{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	font-size: 1.11vw;
	letter-spacing: -.03vw;
	color: rgb(112,111,112);
	text-decoration: none;
	margin-right: 2vw;
	text-transform: uppercase;
}
#home_nav > div > ul > li > a{
	padding-bottom: .2vw;
	border-bottom: 1px solid rgb(255,255,255);
}
#home_nav > div > ul > li.current-menu-item > a{
	border-bottom: 1px solid rgb(207,207,207);
}
#inner_nav li ul{
	position: absolute;
	float: none;
	z-index: 12;
	background: rgb(255,255,255);
	width: 16.5vw;
	margin-left: -.9vw;
	padding: .4vw .9vw .1vw;
	display: none;
}
#inner_nav li:nth-child(4):hover ul{
	display: block;
}
body.page-our-catalogue #inner_nav li:hover ul, body.tax-catcats #inner_nav li:hover ul, body.page-quick-fix #inner_nav li:hover ul, body.page-complete-catalogue #inner_nav li:hover ul{
	display: block;
}
#inner_nav li ul li{
	display: block;
	float: none;
}
#inner_nav li ul li a{
	font-weight: 200;
	font-size: .83vw;
	padding: 0 0 .8vw 0;
	margin: 0;
	border: 0;
	display: block;
}
.content.text-content h2{
	margin: 6.1vw 0 3vw;
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	font-size: 2.8vw;
	letter-spacing: -.1vw;
	color: rgb(0,0,0);
}
body.tax-catcats .content.text-content h1{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	font-size: 2.8vw;
	line-height: 3.2vw;
	margin: 6.2vw auto 3.8vw;
	letter-spacing: -.06vw;
}
.content.text-content h1 p{
	font-weight: 700;
	font-size: 5.3vw;
	line-height: 6.1vw;
	margin: 0 auto;
}
.content.text-content p{
	font-size: 1.9vw;
	color: rgb(0,0,0);
	margin: 1.2em 0;
}
.content.text-content p.header-small{
	line-height: 2.5vw;
}
.content.text-content p.header-medium{
	line-height: 3.5vw;
}
.content.text-content hr{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	padding: 0;
	margin: 5vw auto 8vw;
	width: 30vw;
	color: rgb(189,186,182);
	background: rgb(189,186,182);
	clear: both;
}
.content figcaption{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 200;
	font-size: .85vw !important;
	line-height: 1vw;
	display: inline-block !important;
	background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,1) 20vw,transparent 20vw) !important;
	color: rgb(0,0,0) !important;
	padding: .4vw .5vw .2vw 1.2vw !important;
	text-align: left !important;
	margin: 0;
	text-transform: uppercase;
}
.content figcaption a{
	color: inherit;
	text-decoration: none;
}
/*body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0 2vw 2vw 0;
    width:calc(50% - 2vw/2) !important;
		max-width:calc(50% - 2vw/2) !important;
}*/
body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
	width:calc(50% - 2vw/2) !important;
}
body.page-interiors .wp-block-gallery.has-nested-images{
	row-gap: 2vw;
	column-gap: 2vw;
}
body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image{
	/*height: 23vw;*/
}
/* widowed last row for projects */
/*body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:last-child figcaption, body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:last-child a{
	max-width: calc(50% - 2vw/2) !important;
}*/
/* end widowed last row for projects */
body.page-interiors .content.gallery{
	margin: 3vw auto;
}
body.page-interiors .content.gallery h4{
	font-family: "Gotham A", "Gotham B" !important;
	color: rgb(108,109,108);
}
figure.wp-block-image.size-full img, figure.wp-block-image.size-large img{
	width: 100%;
}
body.page-template-page-interiors-projects .content.text-content{
	margin-top: 4vw;
}
body.page-template-page-interiors-projects #inner_graphics.interiors div{
	top: 70%;
}
body.page-template-page-interiors-projects #inner_graphics.interiors div p{
	text-shadow: 1px 1px 6px rgba(0,0,0,.3);
}
/* end general collections and interiors */
/* catalogue page */
#catalogue_box{
	margin: 5vw auto 4vw;
	position: relative;
}
#catalogue_box a.cat-coin{
	display: block;
	float: left;
	height: 24vw;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 4vw;
	position: relative;
}
#catalogue_box.qf a.cat-coin{
	width: 33vw;
}
#catalogue_box.ccs a.cat-coin{
	width: 44vw;
}
#catalogue_box a.cat-coin:nth-child(2n+1){
	clear: both;
	margin-right: 4vw;
}
#catalogue_box.qf a.cat-coin:nth-child(2){
	/*width adjustments*/
}
#catalogue_box.ccs a.cat-coin:nth-child(2),#catalogue_box.ccs a.cat-coin:nth-child(5){
	width: 22vw;
}
#catalogue_box.ccs a.cat-coin:nth-child(3),#catalogue_box.ccs a.cat-coin:nth-child(4),#catalogue_box.ccs a.cat-coin:nth-child(7),#catalogue_box.ccs a.cat-coin:nth-child(8),#catalogue_box.ccs a.cat-coin:nth-child(9),#catalogue_box.ccs a.cat-coin:nth-child(10){
	width: 33vw;
}
#catalogue_box a span{
	font-family: "Gotham A", "Gotham B" !important;
	font-size: .85vw;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	bottom: -.85vw;
	left: 0;
	background: rgba(255,255,255,0);
	color: rgb(0,0,0);
	padding: .5vw 1vw .5vw .5vw;
	z-index: 12;
	background: rgba(255,255,255,1);
}
/* end catalogue page */
/* individual catagory pages */
.catalogue-item{
	margin-top: 5vw;
}
.catalogue-item .catalogue-graphic{
	position: relative;
}
.catalogue-item .quick-swatch{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 10vw;
	width: 10vw;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0
}
.catalogue-item img{
	width: auto;
	max-width: 90%;
	max-height: 40vw;
	margin: 0 auto;
	display: block;
}
.catalogue-item .cat-info{
	font-family: "Gotham A", "Gotham B" !important;
	font-size: .8vw;
	line-height: .9vw;
}
body.page-quick-fix .catalogue-item .cat-info{
	margin-top: 1vw;
}
.catalogue-item .cat-info h5{
	color: rgb(50,50,50);
	font-size: .8vw;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.catalogue-item .cat-info a{
	text-decoration: none;
	color: rgb(57,122,144);
}
.catalogue-item .cat-info p{
	color: rgb(50,50,50);
	font-size: .8vw;
	line-height: 1vw;
	font-weight: 200;
	margin: 0;
}
.catalogue-item .cat-info .quick-price{
	font-size: .8vw;
	font-weight: 500;
	float: right;
	width: 20vw;
	margin-top: -.9vw;
	text-align: right;
}
.catalogue-item .cat-info .quick-sale{
	font-size: .8vw;
	font-weight: 500;
	color: rgb(255,0,0);
	clear: right;
	float: right;
	width: 20vw;
	text-align: right;
}
.gray-footer{
	height: 10vw;
	margin-top: 10vw;
	background: rgb(246,246,246);
	line-height: 8vw;
	letter-spacing: -.08vw;
	font-size: 2vw;
}
.gray-footer .content{
	margin: 0 auto;
	padding: 0;
}
.gray-footer .content a, .gray-footer .content span{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	text-decoration: none;
	color: rgb(38,38,38);
}
/* end individual category pages */
/* project pages */
body.page-template-page-interiors-projects .wp-block-image{
	margin-bottom: 4vw;
}
body.page-template-page-interiors-projects .wp-block-image figcaption{
	font-size: .65vw !important;
	font-weight: 500;
	padding: 1vw 0 0 !important;
}
body.page-template-page-interiors-projects #inner_nav ul li:first-child a{
	border-bottom: 1px solid rgb(207,207,207);
}
/* end project pages */
/* contact page */
.content.contact-info{
	margin: 4vw auto;
	border-top: 1px solid rgb(235,235,235);
}
.content.contact-info a{
	color: inherit;
	text-decoration: none;
}
.content.contact-info h3{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 700;
	color: rgb(0,0,0);
	font-size: 2.3vw;
	letter-spacing: -.05vw;
	margin: 4.2vw 0 1.1vw;
}
.content.contact-info h3:first-child{
	margin: 4vw 0 0;
}
.content.contact-info h3:nth-last-child(2){
	margin: 0 0 1.1vw;
}
.content.contact-info h6{
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: 200;
	font-size: .9vw;
	display: inline-block;
	padding-bottom: .1vw;
	border-bottom: 1px solid rgb(203,203,203);
	margin: 0 0 2vw;
}
.content.contact-info form{
	width: 50%;
}
.content.contact-info input[type='text'],.content.contact-info input[type='email'],.content.contact-info textarea{
	width: 100%;
}
.content.contact-info input[type='email']{
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgb(207,207,207);
}
.content.contact-info textarea{
	margin-top: 2.2vw;
	border-radius: 0;
	border: 1px solid rgb(207,207,207);
	height: 26vw;
}
.content.contact-info input[type='submit']{
	border: 0;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
	font-size: .9vw;
	float: right;
}
.content.contact-info form p{
	margin: 0;
}
.content.contact-info form.first_submit input[type='submit']{
	margin-top: -1.5vw;
	position: relative;
	z-index: 99;
}
.content.contact-info form.second_submit input[type='submit']{
	margin-top: .8vw;
	position: relative;
	z-index: 99;
}
.content.contact-info .wpcf7-not-valid-tip{
	font-size: 1vw;
	font-family: "Gotham A", "Gotham B" !important;
	text-transform: uppercase;
}
.content.contact-info .wpcf7-response-output{
	border-color: rgb(227,227,227) !important;
	font-family: "Gotham A", "Gotham B" !important;
	text-transform: uppercase;
	font-size: 1vw;
}
.content.contact-info input[type='email']::placeholder {
  font-family: "Gotham A", "Gotham B" !important;
	color: rgb(0,0,0);
  font-size: .9vw;
	text-transform: uppercase;
}
/* end contact page */
/* our makers */
body.page-our-makers figure.wp-block-gallery{
	margin-top: 3.8vw;
}
/* end our makers */

/*login/register form*/
/*.lrm-user-modal-container-inner .lrm-signup-section:nth-child(3){
	display: block !important;
}
.lrm-user-modal-container-inner .lrm-signup-section:nth-child(3) .lrm-fieldset-wrap, .lrm-user-modal-container-inner .lrm-signup-section:nth-child(3) .fieldset{
		display: none;
}
.lrm-user-modal-container-inner .lrm-signup-section:nth-child(3) .lrm-fieldset-wrap.lrm-form-message-wrap{
	display: block;
	clear: both;
}
.lrm-form .fieldset--submit button.full-width{
	width: 120px !important;
	padding: 16px 10px;
	float: left;
	border-radius: 0;
	background: rgb(0,0,0);
	text-transform: uppercase;
	font-size: 14px;
}
.lrm-reset-password-section .lrm-form .fieldset--submit button.full-width{
	width: 200px !important;
}
.lrm-form .fieldset--submit button.full-width:nth-child(2){
	float: right;
}
.lrm-switcher{
	display: none !important;
}
.lrm-user-modal-container{
	max-width: 650px !important;
}
.lrm-user-modal-container-inner{
	border:10px solid rgb(0,0,0);
	border-radius: 0;
	padding: 30px 20px;
	font-family: "Gotham A", "Gotham B" !important;
}
.lrm-close-form{
	display: none;
}
div.modal-info{
	text-align: left;
	text-transform: uppercase !important;
}
div.modal-info p br{
	display: block !important;
}
.lrm-form input[name="username"],.lrm-form input[name="password"],.lrm-form input[name="user_login"]{
	background-color: rgb(255,255,255) !important;
	border: 1px solid rgb(167,167,167);
	border-radius: 0;
	width: 70% !important;
	float: right !important;
	padding: 6px !important;
}
.lrm-fieldset-wrap label{
	float: left !important;
	width: 28% !important;
	position: relative !important;
	background-image: none !important;
	font-family: "Gotham A", "Gotham B" !important;
	color: rgb(0,0,0) !important;
	top: 20px !important;
	font-size: 16px !important;
	right: 0 !important;
	left: 0 !important;
	font-weight: bold;
}
.lrm-fieldset-wrap .fieldset{
	clear: both !important;
	margin: 1em 0 !important;
}
.lrm-fieldset-wrap .fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.hide-password.lrm-ficon-eye{
	display:none !important;
}
.lrm-remember-me-checkbox{
	display: none;
}
.lrm-switch-to--reset-password, .lrm-switch-to--login{
	display: inline-block;
	color: rgb(0,0,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(0,0,0);
	padding-bottom: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 30%;
}*/
.lrm-form .fieldset.fieldset--submit{
	padding-bottom: 1.4em !important;
}	
.lrm-form .fieldset.fieldset--submit button{
	font-family: "Mercury Text G1 A", "Mercury Text G1 B" !important;
}
.lrm-font-svg .lrm-switch-to--login::before, .lrm-font-svg .lrm-switch-to--register::before{
	background: none !important;
}
.lrm-integrations--register h2{
	display: none !important;
}
.lrm-switch-to--reset-password{
	text-decoration: none !important;
}
.lrm-form input::placeholder {
    font-family: "Mercury Text G1 A", "Mercury Text G1 B" !important;
}


@media screen and (max-width: 1175px) {
	#home_graphics.collections{
		max-height:none !important;
	}
	#home_nav.collections{
		margin-top: 0;
}
@media screen and (max-width: 800px) {
	#home_nav.collections li a, #inner_nav li a,#home_nav.interiors li a{
		font-size: 11px;
	}
	.content figcaption{
		font-size: 9px !important;
		background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,1) 60%,transparent 60%) !important;
	}
	#inner_graphics.collections > p, #inner_graphics.interiors > p, #home_graphics > p{
		font-size: 10px;
	}
	.content.text-content p{
		font-size: 13px;
	}
	.content.text-content p.header-small{
		line-height: 5.5vw;
	}
	.content.text-content p.header-medium{
		line-height: 8vw;
	}
	.content{
		width: 80%;
	}
	#catalogue_box.qf a.cat-coin{
		width: 40vw;
	}
	#catalogue_box.ccs a.cat-coin{
		width: 44vw;
	}
	#catalogue_box.ccs a.cat-coin:nth-child(2),#catalogue_box.ccs a.cat-coin:nth-child(5){
		width: 22vw;
	}
	#catalogue_box.ccs a.cat-coin:nth-child(3),#catalogue_box.ccs a.cat-coin:nth-child(4),#catalogue_box.ccs a.cat-coin:nth-child(7),#catalogue_box.ccs a.cat-coin:nth-child(8),#catalogue_box.ccs a.cat-coin:nth-child(9),#catalogue_box.ccs a.cat-coin:nth-child(10){
		width: 40vw;
	}

	#catalogue_box a span{
		font-size: 9px !important;
	}
	.catalogue-item .cat-info{
		font-size: 10px !important;
		line-height: 12px !important;
	}
	.catalogue-item .cat-info h5{
		font-size: 10px !important;
	}
	.content.contact-info form{
		width: 100%;
	}
	.content.contact-info input[type='submit']{
		font-size: 12px;
	}
	.content.contact-info form.first_submit input[type='submit']{
		margin-top: -20px;
	}
	.content.contact-info input[type='email']::placeholder {
	  font-size: 12px;
	}
	body.page-contact-us #home_nav ul li:last-child span{
		font-size: 8px;
	}
	#inner_nav li ul{
		width: 160px;
	}
	#inner_nav li ul li a{
		font-size: 10px;
	}
}
@media screen and (max-width: 600px) {
	.content{
		width: 90%;
	}
	#home_nav.collections li a, #inner_nav li a,#home_nav.interiors li a{
		font-size: 8px;
	}
	body.page-our-makers #inner_graphics.collections div{
		top: 42%;
	}
	#navbar a{
		font-size: 9px;
		line-height: 1.4vw;
	}
	body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image{
		/*height: 180px;*/
	}
	.content figcaption{
		line-height: 11px;
		background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,1) 85%,transparent 85%) !important;
	}
	.lrm-fieldset-wrap label{
		font-size: 9px !important;
		top: 24px !important;
	}
	.modal-info{
		font-size: 13px !important;
	}
	/* widowed last row for projects */
	body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:last-child figcaption, body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:last-child a{
		max-width: 100% !important;
		width: 100%;
	}
	body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:nth-last-child(2) figcaption, body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:nth-last-child(2) a{
		max-width: 100% !important;
		width: 100%;
	}
	body.page-interiors .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	    width: 100%;
			margin-right: 0;
	}
	/* end widowed last row for projects */
}
