@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400');

/* DELINEAR STYLES */

html {
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	display: grid;
	place-content: center;
	min-height: 100vh;
    padding: 24px;
	box-shadow: 0 0 20vw inset #e6f9e6;
	margin: 0 !important;
}

body {
    margin: 0;
    text-align: center;
}

body * {
	display: none;
}

body:after {
	color: #AAA;
	content: 'Something new is coming.';
	font-size: 48px;
	text-align: center;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

p a {
    border-bottom: #DDD 1px solid;
    padding-bottom: 3px;
}

b,
strong {
    font-weight: 400;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #AAA;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: inherit;
    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;
}

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

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

big {
    font-size: 125%;
}

span.llbr::before {
    content: '\a';
    white-space: pre;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 18px auto;
}

ul,
ol {
    margin: 18px 0 0 0;
    padding: 0;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

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

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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


/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .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%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: inherit;
    transition: color .5s;
}

a:visited {
    color: inherit;
}

a:hover,
a:focus,
a:active {
    color: black;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    transform: translate(0, 7px);
}

.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 {
    left: 100%;
}

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

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

.main-navigation li {
    float: left;
    position: relative;
}

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


/* Small menu. */

.menu-toggle {
    display: none;
}

.main-navigation ul {
    display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    display: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    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;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* 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;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/* DELINEAR STYLES */


/* Navigation */

.main-navigation {
    position: absolute;
    top: calc(50% - 24px);
    right: 0;
    width: auto;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    margin: 8px;
    padding-bottom: 4px;
    font-size: 1.1rem;
    text-transform: lowercase;
    color: black;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-color .5s;
}

.main-navigation a:hover {
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

#masthead {
    margin: 24px;
    height: 100px;
}

#main>* {
    padding-left: 24px;
    padding-right: 24px;
}

section {
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: hidden;
}

.btn {
    display: inline-block;
    padding: 12px;
    font-weight: 400 !important;
    border-radius: 12px;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 24px 0;
}

.ombre,
.site-main {
    background: url(images/lgray.png);
    background-repeat: repeat-x;
    padding: 72px 0 48px 0;
    border: none;
}

.site-header {
    position: relative;
    margin: 36px 0;
    display: flex;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.site-branding .site-title a {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    height: 70px;
    width: calc(70px * 3.89);
    background: url(images/delinear_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    border: none;
}

.site-title {
    margin: 0;
}

.site-branding .site-description {
    display: none;
}

h2,
h1 {
    font-size: calc(24px + 4vw);
    text-align: center;
    margin: 0 auto 18px auto;
    max-width: 600px;
    color: black;
    line-height: 1.1;
    text-transform: lowercase;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: black;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.entry-title {
    display: none;
}


/* Homepage */

.home #main.site-main {
    padding: 0;
    background: none;
}

#dcarousel,
#ncarousel {
    width: 100%;
    top: 0;
    left: 0;
    height: calc(100vh - 132px);
    min-height: 0;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
}

#dcarousel>a {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: 1.5s opacity;
    opacity: 0;
    pointer-events: none;
}

.activeslide {
    opacity: 1 !important;
    pointer-events: auto !important;
}

@keyframes fi {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fo {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.slider {
    animation: 1s 3s fi forwards, 1s 9s fo forwards;
}


/* Homepage */

#ncarousel {
    width: 90%;
    margin: 24px auto;
}

#ncarousel>div {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transition: 2s opacity;
    opacity: 0;
}

#ncarousel>div:nth-of-type(2n) {
    flex-flow: row-reverse nowrap;
}

#ncarousel>div>a {
    flex: 0 0 50%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#ncarousel>div>div.cap-block {
    flex: 0 0 50%;
    display: flex;
    height: 100%;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 48px;
}

div.cap-block h3 {
    font-size: 36px;
    margin: 0;
    color: black;
    line-height: 1.1;
    text-transform: lowercase;
}

div.cap-block h4 {
    font-size: .9rem;
    text-align: center;
    color: inherit;
    max-width: 700px;
    margin: 0 auto 60px auto;
}


/* Homepage: Find Your Style */

#rug-styles {
    padding-bottom: 0;
}

#rug-styles h3 {
    margin-bottom: 0;
}

#rug-styles img {
    margin-top: 24px;
    margin-bottom: 0;
}

.cap-link {
    display: block;
    color: black !important;
    font-weight: 400;
    margin: 18px auto 30px 0;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.img-full-bleed {
    display: block;
    margin: 0 50% !important;
    width: 110% !important;
    min-width: 800px;
    height: auto;
    transform: translateX(-50%);
}


/* Homepage: Delinear Values */

#delinear-values {
    list-style-type: none;
    line-height: 2;
}

#delinear-values ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    line-height: 1.8;
}

#delinear-values li {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    min-width: 180px;
    color: black;
    padding: 36px 12px;
}

#delinear-values img {
    display: block;
    width: 85%;
    object-fit: cover;
    margin: 0 auto;
}

#delinear-values h6 {
    color: black;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 18px auto;
}


/* Homepage: Catalog */

#catalog-homepage img {
    box-shadow: 4px 4px 1px #DDDDDD;
}


/* Client List Page */

.page-client-list .entry-content {
    display: flex;
    flex-flow: row wrap;
}

.page-client-list .entry-content h6 {
    flex: 0 0 100%;
    margin: 36px auto;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: black;
}

.page-client-list .entry-content h4,
.page-client-list .entry-content h5 {
    min-width: 200px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 18px;
}

.page-client-list .entry-content h4 {
    margin: 0 auto 24px;
    font-size: .6rem;
    letter-spacing: 1px;
    color: #AAA;
}

.page-client-list .entry-content span.cname {
    display: block;
    margin: 0;
    font-size: .7rem;
    color: #444;
    letter-spacing: 1.5px;
}

.page-client-list .entry-content h4 div.clogo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    opacity: .4;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.grid-columns {
    display: grid;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    grid-auto-columns: minmax(200px, auto);
}

.grid-even-columns {
    display: grid;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 900px) {
    .grid-even-columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .grid-even-columns {
        grid-template-columns: 1fr;
    }
}


/* Custom Design Page 

#custom_design_homepage {
    min-height: 700px;
    position: relative;
}
#custom_design_homepage h2,
#custom_design_homepage h3 {
    color: white;
}
#rendering {
    display: block;
    position: absolute;
    height: 65%;
    width: 100%;
    padding: 0;
    bottom: 0;
    margin: 0 !important;
    box-shadow: 2px 2px 0px rgba(60, 60, 60, .1);
    margin: 48px auto;
    background-size: auto 100%;
    background-position: center bottom;
}
*/


/* Collection Page (Rug Archive) */

#thumb-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style-type: none;
}

.rug-thumb {
    display: none;
    width: 300px;
    height: auto;
    margin: 24px;
    transition: all 1s;
}

.all-filter .rug-thumb {
    display: block;
}

.rug-image {
    width: 100%;
    padding-top: 125%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}

.rug-thumb h4 {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: black;
    margin: 12px 0 0 0;
}

.rug-thumb h5,
#room_setting>h5,
#room_setting>h4,
.rug_detail h5 {
    font-size: .7rem;
    color: #888;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rug-thumb h4,
.rug-thumb h5 {
    text-align: center;
}

#room_setting>h4 {
    margin: 0 0 12px 0;
}

#room_setting .thumbnails>a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 12px;
    background-size: cover;
    background-position: center bottom;
}

#rug-overview.category-selector {
    margin-top: 36px;
}

#rug-overview.category-selector a {
    display: inline-block;
    padding: 0 1px 6px 1px;
    margin: 0 18px;
    font-size: .9rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-color .5s;
}

#rug-overview.category-selector a:hover {
    border-color: rgba(0, 0, 0, .5);
}

.rug_detail {
    display: flex;
    flex-flow: row wrap;
    font-size: 11px;
    color: #888;
    line-height: 1.8;
    padding-right: 36px !important;
    padding-left: 36px !important;
    justify-content: center;
}


/* wrapper for image */

.rug_detail>div {
    flex-grow: 1;
    min-width: 300px;
    max-width: 800px;
}

.rug_detail .rug-image {
    width: 100%;
    padding-top: 125%;
    margin: 0 36px 36px 0;
}

.rug_detail h4 {
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: black;
    margin: 0;
    clear: none;
}

.rug_detail .rug_info {
    width: 25%;
    max-width: 300px;
    min-width: 200px;
    padding: 0 36px 36px 36px;
}

span[itemprop="description"] {
    color: black;
}

#room_gallery {
    background-image: url(images/room_gallery.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.gallery-image {
    text-align: center;
    margin: 36px auto;
    margin: 54px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-image img {
    display: block;
    margin: 18px auto;
    width: 90%;
}

.gallery-image h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: black;
    margin: 0 auto;
}

.gallery-image h4 {
    text-align: center;
    margin: 4px auto;
}


/* Showroom Page */

.showroom-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.showroom {
    font-family: Montserrat;
    font-size: 12px;
    color: #999;
    padding: 24px;
    display: flex;
    width: 420px;
    max-width: 90%;
    height: auto;
    min-height: 240px;
    margin: 6px;
    line-height: 2;
    border: 1pt solid #EFEFEF;
}

.showroom p {
    margin: 0;
}

.showroom>div:nth-of-type(1) {
    width: 120px;
    padding: 12px;
}

.showroom>div:nth-of-type(1) img {
    width: 100%;
    height: auto;
    opacity: .5;
}

.showroom>div:nth-of-type(2) {
    width: 280px;
    padding: 12px 12px 24px 12px;
}

h2.showroom-name {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
    text-align: left;
    margin-bottom: 6px;
}

h2.showroom-name+p+p {
    margin-bottom: 12px;
}

.showroom a,
.showroom a:visited {
    padding-bottom: 4px;
    color: black;
    border-bottom: 1px solid transparent;
    transition: border-color .5s;
}

.showroom a:hover {
    border-color: #AAA;
}

.address-block {
    text-align: left;
    font-weight: 400;
}


/* About Page */

.page-template-page-about .figure-wrap {
    columns: 240px 3;
    padding: 0 24px 0 24px;
    margin: 36px auto;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    column-rule: 1px solid rgba(0, 0, 0, .1);
    column-gap: 48px;
    text-align: center;
}

.page-template-page-about.page-id-2 .figure-wrap {
    columns: none;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1400px;
    padding: 24px;
    margin: 0 auto;
    border: none;
}

.figure-wrap figure {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    break-inside: avoid;
    margin: 48px 0 48px 0;
    cursor: pointer;
}

.page-template-page-about.page-id-2 .figure-wrap figure {
    width: 400px;
    max-width: 400px;
    min-width: 320px;
    margin: 24px;
    flex: 1 0 0;
}

.figure-wrap figure:first-of-type {
    margin: 0;
}

.figure-wrap figure:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    content: "";
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.figure-wrap figure div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .5s;
}

.figure-wrap figure:hover div {
    opacity: 1;
}

.figure-wrap figure img {
    width: 100%;
    height: auto;
    display: block;
}

.figure-wrap figure figcaption {
    display: block;
    padding: 24px;
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-template-page-about.page-id-2 .figure-wrap figcaption {
    font-size: 16px;
}

.figure-wrap figure:hover figcaption {
    opacity: 1;
}


/* Purchase page */

.big-num {
    font-size: 3rem;
    color: black;
}

.page-purchase strong {
    color: black;
}

.page-purchase h1 {
    margin-bottom: 72px;
}

.page-purchase h3 {
    font-size: 1.6rem;
    margin-bottom: 18px;
    color: black;
}

.page-purchase p {
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto;
}

.page-purchase h4 {
    font-size: 1rem;
    font-weight: 400;
    color: black;
    margin: 18px auto 6px auto;
}

.page-purchase hr {
    margin: 36px 0 48px 0;
}

.page-purchase hr.ombre {
    margin: 54px 0 0 0;
}

.page-purchase hr+h2 {
    margin: -54px auto 54px auto;
    font-size: 3rem;
}

.page-purchase .entry-content ul {
    display: inline-block;
    position: relative;
    left: 18px;
    max-width: 500px;
    text-align: left;
}

.page-purchase .entry-content ul li {
    margin-bottom: 12px;
}

.page-purchase img.thumb {
    display: block;
    height: 200px;
    margin: 18px auto;
}


/* Footer */

footer#colophon {
    background: rgba(245, 245, 245, 1);
    min-height: 200px;
    padding: 36px 24px 24px 24px;
    margin: 0 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer#colophon>* {
    flex: 1 1 auto;
}

footer#colophon .site-branding {
    margin: 0 auto;
}

#footer_links {
    text-align: center;
    font-family: Montserrat;
    margin: 18px auto;
    line-height: 24px;
}

#footer_links>* {
    text-decoration: none;
    margin: 8px;
    font-size: 1rem;
    text-transform: lowercase;
    color: #888;
    letter-spacing: 0;
    white-space: nowrap;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: border-color .5s, color .5s;
}

#footer_links>a:hover {
    color: black;
    border-bottom: 1px solid black;
}


/* MOBILE FORMATTING */

@media (max-width: 800px) {
    body {
        color: black;
    }
    #masthead {
        height: auto;
    }
    .site-header {
        display: block;
    }
    .site-title {
        text-align: center;
    }
    .site-branding {
        margin: 24px auto;
    }
    .main-navigation {
        position: relative;
    }
    .main-navigation ul {
        text-align: center;
    }
    .main-navigation li {
        float: none;
        display: inline-block;
        padding: 2px 8px;
    }
    .main-navigation a {
        margin: 0;
        padding: 0;
        line-height: 1.6;
    }
    ul.menu.nav-menu {
        margin-bottom: 24px;
    }
    /* Homepage */
    #dcarousel {
        width: 100vw;
        height: 100vw;
    }
    #dcarousel>a {
        left: 0;
        right: 0;
    }
    #ncarousel>div {
        flex-flow: column nowrap !important;
    }
    #ncarousel>div:nth-of-type(2n) {
        flex-flow: column nowrap !important;
    }
    /* Dealer Page */
    .showroom {
        text-align: center;
        justify-content: center;
    }
    .showroom>div:nth-of-type(1) {
        display: none;
    }
    h2.showroom-name {
        font-size: 18px;
        text-align: center;
    }
    /* About Page */
    .figure-wrap figure figcaption {
        font-size: 11px;
    }
    .span.llbr::before {
        content: ' ';
    }
}