/* @override 
	https://sqroots.scarlett.work/wp-content/themes/square-roots/style.css?*
	https://sqroots.com/wp-content/themes/square-roots/style.css?* */

/*!
Theme Name: Square Roots
Theme URI: https://sqroots.com/
Author: Scarlett
Author URI: https://scarlett.is/
Description: Square Roots Furniture
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: square-roots

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

Square Roots 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: #5D5D5B;
	font-family: neue-haas-unica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

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-color: #EBEBE7;

}

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: #5D5D5B;
	text-decoration: none;
}

a:visited {
	color: #5D5D5B;
}

a:hover,
a:focus,
a:active {
	color: #5D5D5B;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: transparent;
	border-radius: 0;
	background: #EBEBE7;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
	padding: 5px 10px;
	font-size: 0.875rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
	background-color: #E2E2DC;
	cursor: pointer;
}

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;
	outline: none;
}

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 {
	font-size: 0.875rem;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px;
	line-height: 1.5;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	background-color: #EBEBE7;
}

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;
	outline: none;
}

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 {
}

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

@media (max-width: 48em) {
	.widget {
		display: none;
	}
}

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


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


/* General Grid Layout
--------------------------------------------- */

.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.site-main {
	flex: 1;
	padding-top: 126px;
}

.site-info p {
	font-size: 0.75rem;
	margin: 0;
}

.site-info {
	padding: 2em 0 0 0;
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.layoutContainer {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
}

.layoutContainer.layoutWide {
	margin: 0 auto;
	width: 95%;
	overflow: hidden;
}

.column.mid {
	padding-left: 1em;
	padding-right: 1em;
}

@media (min-width: 48em) {
	.layoutContainer {
		padding: 0 1em;
		width: 97%;
		overflow: hidden;
	}
	
	#masthead .layoutContainer {
		width: 100%;
	}
	
	.layoutContainer.layoutWide {
		max-width: none;
		width: 100%;
	}
	
	.layoutContainer.layoutNarrow {
		width: 80%;
	}
	
	.column {
		float: left;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.column.full {
		width: 100%;
	}
	
	.column.two-thirds {
		width: 66.7%;
	}
	
	.column.half {
		width: 50%;
	}
	
	.column.third {
		width: 33.3%;
	}
	
	.column.fourth {
		width: 25%;
	}
	
	.column.fifth {
		width: 20%;
	}
	
	.column.sixth {
		width: 16.666666667%;
	}
	
	.column.three-fourths {
		width: 75%;
	}
	
	.column.flow-opposite {
		float: right;
	}
	
	.column.eighty {
		width: 80%;
	}
	
	.column.ninety {
		width: 90%;
	}
	
	.column.align-center {
		float: none;
		margin: 0 auto;
	}
	
	.column.text-max {
		max-width: 600px
	}
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* Square Roots Main Navigation
--------------------------------------------- */

div.site {
  	position: relative;
  	z-index: 2;
  	/*height: 100vh;*/
  	overflow-y: auto;
 	-webkit-overflow-scrolling: touch;
  	background-color: #EBEBE7;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;

  /*	-webkit-transform: translateZ(0);
  	-moz-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	-o-transform: translateZ(0);
  	transform: translateZ(0);*/
  	-webkit-transition: -webkit-transform 0.7s;
  	-moz-transition: -moz-transform 0.7s;
  	transition: transform 0.7s;
  	-webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  	-moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  	transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.navigation-is-open div.site {
  	-webkit-transform: translateX(100%);
  	-moz-transform: translateX(100%);
  	-ms-transform: translateX(100%);
  	-o-transform: translateX(100%);
  	transform: translateX(100%);
}

.sr-nav-trigger {
  	position: fixed;
  	z-index: 3;
  	right: 36px;
  	top: 36px;
  	height: 54px;
  	width: 54px;
  	background-color: rgba(136, 136, 132, 0.1);
  	border-radius: 50%;
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	-webkit-transition: -webkit-transform 0.5s;
  	-moz-transition: -moz-transform 0.5s;
  	transition: transform 0.5s, background-color 0.5s;
}

.admin-bar .sr-nav-trigger {
	top: 68px;
}

.sr-nav-trigger .navi-icon {
  	/* Nav icon created in CSS */
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	bottom: auto;
  	right: auto;
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	-moz-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-o-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
  	width: 28px;
  	height: 2px;
  	background-color: #5D5D5B;
  	-webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s, background-color 0.5s;
  	-moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s, background-color 0.5s;
  	transition: transform 0.5s, width 0.5s, top 0.3s, background-color 0.5s;
}

.sr-nav-trigger .navi-icon::before, .sr-nav-trigger .navi-icon:after {
  	content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	background-color: #5D5D5B;
  	-webkit-transform: translateZ(0);
  	-moz-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	-o-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s, background-color 0.5s;
  	-moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s, background-color 0.5s;
  	transition: transform 0.5s, width 0.5s, top 0.3s, background-color 0.5s;
}

.sr-nav-trigger .navi-icon::before {
  	-webkit-transform-origin: right top;
  	-moz-transform-origin: right top;
  	-ms-transform-origin: right top;
  	-o-transform-origin: right top;
  	transform-origin: right top;
  	-webkit-transform: translateY(-6px);
  	-moz-transform: translateY(-6px);
  	-ms-transform: translateY(-6px);
  	-o-transform: translateY(-6px);
  	transform: translateY(-6px);
}

.sr-nav-trigger .navi-icon::after {
  	-webkit-transform-origin: right bottom;
  	-moz-transform-origin: right bottom;
  	-ms-transform-origin: right bottom;
  	-o-transform-origin: right bottom;
  	transform-origin: right bottom;
  	-webkit-transform: translateY(6px);
  	-moz-transform: translateY(6px);
  	-ms-transform: translateY(6px);
  	-o-transform: translateY(6px);
  	transform: translateY(6px);
}

.has-hero-image .sr-nav-trigger.reverse-out .navi-icon {
  	background-color: #EBEBE7;
}

.has-hero-image .sr-nav-trigger.reverse-out .navi-icon::before, .has-hero-image .sr-nav-trigger.reverse-out .navi-icon:after { 
background-color: #EBEBE7;
}

.no-touch .sr-nav-trigger:hover .navi-icon::after {
  	top: 2px;
}

.no-touch .sr-nav-trigger:hover .navi-icon::before {
  	top: -2px;
}

.sr-nav-trigger svg {
  	position: absolute;
  	top: 0;
  	left: 0;
}

body.navigation-is-open {
	overflow-y: hidden;
	overflow-x: hidden;
}

.navigation-is-open .sr-nav-trigger {
  	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(180deg);
  	background-color: transparent;
}

.navigation-is-open .sr-nav-trigger .navi-icon::after,
.navigation-is-open .sr-nav-trigger .navi-icon::before {
  	/* fFrom Hamburger to Arrow */
  	width: 50%;
  	-webkit-transition: -webkit-transform 0.5s, width 0.5s, background-color 0.5s;
  	-moz-transition: -moz-transform 0.5s, width 0.5s, background-color 0.5s;
  	transition: transform 0.5s, width 0.5s, background-color 0.5s;
}



.navigation-is-open .sr-nav-trigger .navi-icon::before, .navigation-is-open .sr-nav-trigger.reverse-out .navi-icon::before {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
  	background-color: #5D5D5B;
}

.navigation-is-open .sr-nav-trigger .navi-icon::after, .navigation-is-open .sr-nav-trigger.reverse-out .navi-icon::after {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	background-color: #5D5D5B;
}

.navigation-is-open .sr-nav-trigger .navi-icon, .navigation-is-open .sr-nav-trigger.reverse-out .navi-icon  {
	background-color: #5D5D5B;
	-webkit-transition: -webkit-transform 0.5s, width 0.5s, background-color 0.5s;
  	-moz-transition: -moz-transform 0.5s, width 0.5s, background-color 0.5s;
  	transition: transform 0.5s, width 0.5s, background-color 0.5s;
}



.no-touch .navigation-is-open .sr-nav-trigger:hover .navi-icon::after, .no-touch .navigation-is-open .sr-nav-trigger:hover .navi-icon::before {
  	top: 0;
}

.sr-nav {
  	position: fixed;
  	z-index: 1;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
/*  	background-color: red;*/
  	background-size: cover;
  	visibility: hidden;
  	-webkit-transition: visibility 0s 0.7s;
  	-moz-transition: visibility 0s 0.7s;
  	transition: visibility 0s 0.7s;
  	color: #5D5D5B;
}



.sr-nav .navigation-wrapper {
  	/* Navigation content */
  //	 background-image: url('https://sqroots.scarlett.work/wp-content/uploads/2020/08/TREE-RING_3_LowRes-2048x2048.jpg');
  	 background-repeat: no-repeat;
  	 background-size: cover;
  	 background-color: #D4D4D0;
  	 background-blend-mode: multiply;
  	 background-position-x: 200px;
  	height: 100%;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
 /* 	padding: 40px 5% 40px calc(5% + 80px);*/
	padding: 40px 0 0 0;
  	-webkit-transform: translateZ(0);
  	-moz-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	-o-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-webkit-transform: translateX(-50%);
  	-moz-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
  	transform: translateX(-50%);
  	-webkit-transition: -webkit-transform 0.7s;
  	-moz-transition: -moz-transform 0.7s;
  	transition: transform 0.7s;
  	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}


.sr-nav .navigation-wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.sr-nav .navigation-wrapper .nav-wrapper-main {
	flex: 1;
}

.sr-nav .navigation-wrapper .nav-wrapper-footer {
padding-bottom: 1em;
}

.navigation-is-open .sr-nav {
  	visibility: visible;
  	-webkit-transition: visibility 0s 0s;
  	-moz-transition: visibility 0s 0s;
  	transition: visibility 0s 0s;
  	overflow-y: scroll;
}

.navigation-is-open .sr-nav .navigation-wrapper {
  	-webkit-transform: translateX(0);
  	-moz-transform: translateX(0);
  	-ms-transform: translateX(0);
  	-o-transform: translateX(0);
  	transform: translateX(0);
  	-webkit-transition: -webkit-transform 0.5s;
  	-moz-transition: -moz-transform 0.5s;
  	transition: transform 0.5s;
  	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.sr-nav > h2 {
  	position: relative;
  	margin-bottom: 1.7em;
  	font-size: 1.3rem;
  	font-weight: 800;
  	color: #2C3E50;
  	text-transform: uppercase;
}

.sr-nav > h2::after {
  	content: '';
  	position: absolute;
  	left: 0;
  	bottom: -20px;
  	height: 1px;
  	width: 60px;
  	background-color: #2C3E50;
}

.sr-nav .primary-navi {
  	margin-top: 60px;
}

.sr-nav .primary-navi > li {
  	margin: 1.6em 0;
}
/*
.sr-nav .primary-navi a {
  	font-size: 2.4rem;
  	color: #D7DADB;
  	display: inline-block;
}*/

.sr-nav .primary-navi a.selected {
  	color: #ffffff;
}

.no-touch .sr-nav .primary-navi a:hover {
  	color: #ffffff;
}

.no-js div.site {
  	overflow: visible;
}

.no-js .sr-nav {
  	visibility: visible;
}

.no-js .sr-nav .navigation-wrapper {
  	height: auto;
  	overflow: visible;
  	padding: 100px 5%;
  	-webkit-transform: translateX(0);
  	-moz-transform: translateX(0);
  	-ms-transform: translateX(0);
  	-o-transform: translateX(0);
  	transform: translateX(0);
}

/*

Media Queries Mobile Devices

*/
@media only screen and (min-width: 786px){
	
}

@media only screen and (min-width: 1170px) {
	.sr-nav-trigger {
		top: 36px;
	}
	
	.sr-nav .navigation-wrapper {
/*    	padding: 62px 5%;*/
	padding: 20px 0 0 0;
  	}
  	
  	.sr-nav .navigation-wrapper::after {
    	clear: both;
    	content: "";
    	display: table;
  	}
  	
  	.sr-nav .primary-navi {
    	margin-top: 0;
  	}
  
  	.sr-nav .primary-navi li {
    	margin: 2em 0;
  	}
  
  	.sr-nav .primary-navi a {
    	font-size: 2.4rem;
  	}
}


.sr-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-nav ul a {
	color: #5D5D5B;
	
}



.sr-nav ul#main-menu {
	margin: 0;
	padding: 0;
	color: #5D5D5B;
	list-style: none;
	margin-bottom: 4em;
}

.sr-nav ul#main-menu li {
		font-size: 4rem;
		padding: 0.25em 0;
		line-height: 1;
		font-weight: 200;
		font-family: garamond-premier-pro-display, serif;
		text-transform: lowercase;
}

@media (max-width: 48em) {
	.sr-nav ul#main-menu li {
		font-size: 3rem;
		font-weight: 200;
}
}

.sr-nav #main-menu a {
	color: #5D5D5B;
}

.sr-nav a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}

.sr-nav  a:hover {
 color: #fff;
 border-bottom: 1px solid rgba(200, 200, 200, .15);
}

.sr-nav #main-menu a {
	border-bottom: 2px solid transparent;
}

.sr-nav #main-menu a:hover {
	border-bottom: 2px solid rgba(	177, 33, 30, .5);
}

/* Footer & Compact Navigation
--------------------------------------------- */

#colophon {
	padding: 2em 0;
}

#colophon a, .compact-menu a, .widget_nav_menu ul a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}

#colophon a:hover, .compact-menu a:hover, .widget_nav_menu ul a:hover {
 color: #444;
 border-bottom: 1px solid rgba(20, 20, 20, .15);
}

h3.menu-title, .ui-group h3, h2.widget-title {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
		line-height: 1.7;
		margin-bottom: 0.25em;
}

ul.compact-menu, .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
	margin-bottom: 2em;
	line-height: 1.7;
}

ul.compact-menu.term-list {
	font-weight: 400;
	
}

ul.compact-menu ul {
	margin: 0;
	list-style: none;
	padding-left: 0.25rem;
	font-weight: 300;
		
}


ul.compact-menu.term-list > li {
	
}

.term-list {
}

.compact-menu li.current-menu-item {
	font-weight: 400;
}

#colophon .ad-card {
	background-color: #E2E2DC;
	padding: 1.5em;
	display: block;
	border-bottom: none;
	max-width: 230px;
	width: auto;
}

.ad-card img {
	mix-blend-mode: multiply;
	width: 100%;
	max-width: 180px;
}

@media (min-width: 66em) {
	#colophon .ad-card {
		display: grid;
		grid-template-columns: 4fr 8fr;
		grid-gap: 1rem;
		max-width: 400px;
	}
}

@media (min-width: 76em) {
	#colophon .ad-card {
		grid-template-columns: 5fr 7fr;
	}
}



#colophon .ad-card div {
	position: relative;
	place-self: end start;
}

.ad-card .entry-header {
}

#colophon a.ad-card:hover {
	border-bottom: none;
	background-color: #D4D4D0;
}

.ad-card p {
	font: italic 1.125rem garamond-premier-pro-display, serif;
	margin: 0;
	padding-top: 0.25rem;
}

.ad-card a {
	font-weight: 400;
}

@media (max-width: 48em) {
	.sidebar-nav, .widget_nav_menu div {
	display: block;
	overflow: hidden;
	overflow-x: scroll;
    overflow-y: hidden;
   white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	  z-index: -1;
}
.sidebar-nav h3 {
	display: inline-block;
	float: left;
	line-height: 1;
	padding-right:  2em;
}

.sidebar-nav ul.compact-menu, .widget_nav_menu ul {
	display: inline-block;
	display: flex;
	list-style: none;
	float: left;
	overflow: hidden;
}

.sidebar-nav ul.compact-menu li, .widget_nav_menu ul li {
		position: relative;
	line-height: 1;
	padding-right:  1.25em;
}

}

.sidebar-nav ul.compact-menu > li.current-cat > a, .sidebar-nav ul.compact-menu > li > ul > li.current-cat > a {
	color: #B1211E !important;
}

/* Header
--------------------------------------------- */

.site-header {
	height: 126px;
	padding: 27px 0;
	position: fixed;
	width: 100%;
	top: 0;
	transition: top 0.2s ease-in-out;
	z-index: 1000;
}

.nav-up {
	top: -126px;
}

.admin-bar .site-header {
	top: 32px;
}

.admin-bar .nav-up {
	top: -94px;
}

p#breadcrumbs {
	font-size: 0.8125em;
	letter-spacing: 0.025em;
	margin: 0;
	position: absolute;
	top: 52px;
	right: 120px;
	color: #B1B1AF;
	text-transform: uppercase;
	text-align: right;
	
}

@media (max-width: 48em) {
	p#breadcrumbs {
		display: none;
	}
}

p#breadcrumbs a {
	color: #B1B1AF;
	transition: top 0.2s ease-in-out;
	border-bottom: 1px solid transparent;
	

}

p#breadcrumbs a:hover {
 color: #444;
 border-bottom: 1px solid rgba(20, 20, 20, .15);
	
}

p#breadcrumbs i {
	padding: 0 0.25em;
}

p#breadcrumbs .breadcrumb_last {
	color: #5D5D5B;
}


/* Buttons */



/* Icon Float */

.sr-link-wrap {
	padding-top: 1rem;
	text-align: center;
}

.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon, .read-more .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon, .read-more:hover .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.hvr-icon-forward.block:hover .hvr-icon {
	-webkit-transform: none;
	transform: none;
}

a:hover .hvr-icon-forward.block .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.sr-line-link {
/*	margin: .4em 0;*/
/*	padding: .4em 0;*/
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	  /* Prevent highlight colour when element is tapped */
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	  /* Smooth fonts */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		line-height: 1.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-weight: 400;
} 

.full-hero .sr-line-link {
	margin-top: 1rem;
	border-bottom: 1px solid transparent;
}

.center-link .entry-header {
text-align: center;
}

.sr-line-link.mini-link {
	font-size: 0.8125rem;
}

.sr-line-link i, .read-more I {
	color: #B1211E;
	padding-left: 0.35em;
}

.sr-line-link.inverse i {
	color: #EBEBE7;
	opacity: 0.75;
}

.hero-image .sr-line-link {
	color: #EBEBE7;
}

.hero-image .sr-line-link i {
	color: #EBEBE7;
	opacity: 0.5;
}

h1.page-title, h2.page-title, h2.section-title, .post h2.entry-title, .entry-content h2, .post h1.entry-title {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 2;
}

h1.page-title:after, h2.page-title:after, h2.section-title:after, .post h2.entry-title:after,.entry-content h2:after, .post h1.entry-title:after {
	height: 1px;
	background-color: #B1211E;
	width: 19px;
	content:' ';
    display:block;
}

.header-center {
	text-align: center;
}

.page-header {
	margin-bottom: 4em;
}

.header-center h1.page-title:after, .header-center h2.section-title:after {
	margin: auto;
}


h2.entry-title {
	font-weight: 300;
	font-size: 1.0625rem;
	margin: 0;
}

h1.entry-title {
	font-weight: 300;
	font-size: 2rem;
	font-weight: 300;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

h1.hero-title {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 300;
	text-transform: lowercase;
	font-size: 4em;
	margin: 0;
	line-height: 1;
}

@media (min-width: 48em) {
	h1.hero-title {
		font-size: 6em;
		}
}

.hero-header .hero-title {
	color: #EBEBE7;
	line-height: 1;
}

.full-hero .hero-header {
	margin-bottom: 1.5rem;
}

.full-hero .hero-header img {
	max-width: 270px;
}


h2.category-title {
	margin: 0;
} 

.category-title i {
	color: #B1211E;
	padding-left: 0.35em;
}

.pre-title, h4 {
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	margin: 0;
	color: #B1B1AF;
	text-transform: uppercase;
}

.pre-title a {
	color: #B1B1AF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}

.pre-title a:hover {
	 color: #444;
 border-bottom: 1px solid rgba(20, 20, 20, .15);
}

h4 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 1rem;
}

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

.archive-description p, .entry-content p, .entry-snippet p, .product-description p {
	font-family: garamond-premier-pro, serif;
	font-size: 1.25rem;
	font-weight: 300;
}

.entry-content ul {
	font-family: garamond-premier-pro, serif;
	font-size: 1.25rem;
	font-weight: 300;
	padding: 0;
}
.archive-description.excerpt p {
		margin-top: 0;
	font-family: garamond-premier-pro, serif;
	font-size: 1.5rem;
}

.archive-description p {
	margin-top: 0;
}
.archive-description p:last-of-type {
	margin-bottom: 0;
}
.product-description p {
	margin-top: 0;
	color: #B1B1AF;
	font-style: italic;
	margin-bottom: 0;
}

.entry-content p, .entry-snippet p {
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 1em;
}

.full-image .entry-snippet, .full-image .section-title {
	color: #EBEBE7;
}

.hero-snippet p {
	font-size: 1.5rem;
}

.full-hero .hero-snippet {
	color: #EBEBE7;
}

.entry-content p:last-of-type, .entry-snippet p:last-of-type, .archive-description-text p:last-of-type {
	margin: 0
}

.section-header, .page-header {
	margin-bottom: 2em;
}

/*.entry-content h2, .entry-snippet h2 {
	font-weight: 300;
	margin-top: 0;
}*/

.entry-content h3, .entry-snippet h3 {
	font-weight: 500;
	font-size: 1rem;
}

.entry-content {
	margin-top: 0;
	margin-bottom: 3em;
}

.entry-snippet {
	margin-top: 0;
}

.entry-snippet p:last-of-type {
	margin-bottom: 0;
}


.entry-snippet a {
	color: #444444;
}

.entry-snippet a:hover {
	border-bottom: 1px solid rgba(	177, 33, 30, .5);
}
/* Masonry
--------------------------------------------- */



@media (min-width: 48em) {
	.grid, .grid-infinite {
		/*z-index: -1;*/
		margin-top: -4em;
	}
	
	.grid.dry-stone {
		margin-top: 0;
	}
	
	.grid-infinite {
		margin-top: -3em;
	}
}

.site-branding {
	z-index: 2;
}

.site-branding svg {
	mix-blend-mode: multiply;
}

.grid-sizer, .grid-item {
	width: 100%;
}

.grid-item {
	padding: 1em;
	margin-bottom: 2em;
}


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

.grid-sizer,
.grid-item { width: 50%; }

.grid-item {
	padding: 2.5em;
	width: 50%;
	margin-bottom: 0em;
}

/*.grid-item.product:nth-of-type(3) {
	margin-top: 6rem;
}

.grid-item.category:nth-of-type(2) {
	margin-top: 6rem;
}*/


.grid-infinite .grid-item, .grid-item.category {
	padding: 2em;
}

.grid-item.collection {
	padding: 3em;
}

.product-grid .grid-item:nth-of-type(3) {
	margin-top: 0em;
}

.product-grid .grid-item:nth-of-type(2), .grid .grid-item.category:nth-of-type(2), .grid .grid-item.collection:nth-of-type(2),  {
	margin-top: 6em;
}

.grid .grid-item.lookbook:nth-of-type(3) {
	margin-top: 6em;
}

.dry-stone .grid-item:nth-of-type(3) {
	margin-top: 0;
}


.grid-item.ds-heading-text {
	width: 100%;
}

.ds-text-wrap {
	width: 50%;
	margin: auto;
}

}


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

.grid-item {
	padding: 3.5em;
	width: 50%;
	margin-bottom: 0em;
}

.grid-item.collection {
	padding: 4em;
}

}




/* Masonry Dry-stone
--------------------------------------------- */

.ds-text p {
	margin-top: 0;
	font-family: garamond-premier-pro, serif;
	font-size: 1.5rem;
}

.ds-text p:last-of-type {
	margin-bottom: 0;
}


.ds-quotation {
	text-align: center;
}
.ds-quotation p {
	margin: 0;
}


@media screen and (min-width: 48em) {
	.ds-quotation p {
		max-width: 60vw;
		margin: auto;
	}
}

.ds-quotation .quotation {
	font-family: garamond-premier-pro, serif;
	font-style: italic;
	font-size: 1.5rem;
}


.ds-quotation .attribution {
	font-size: 0.8125rem;
	color: #B1B1AF;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin-top: 1em;
	line-height: 2;
}

@media screen and (min-width: 58em) {
	.ds-quotation .quotation {
	font-size: 2rem;
}
}

.ds-spacer {

}

.ds-clear {
	width: 100%;
	padding-bottom: 1px;
	padding-top: 0;
}

@media screen and (max-width: 48em) {
	.ds-spacer {
		display: none;
		}
}


.ds-img.multiply {
	mix-blend-mode: multiply;
}

	.padding-xxl .item-wrapper {
		padding: 0 4rem;
		}
		
@media (min-width: 48em) {
	
	.grid-item.width-third {
	width: 33.3%;
	}
	
	.grid-item.width-two-thirds {
	width: 66.6%;
	}
	
	.grid-item.width-eighty, .grid-item.xl-item {
	width: 80%;
	}
	
	.grid-item.width-full {
	width: 100%;
	}
	
	.padding-s .item-wrapper {
		padding: 0.5rem;
	}
	
	.padding-m .item-wrapper {
		padding: 1rem;
	}
	
	.padding-l .item-wrapper {
		padding: 0 2rem;
	}
	
	.padding-xl .item-wrapper {
		padding: 3rem;
	}
	
	.padding-xxl .item-wrapper {
	padding: 0 3rem;
	}
	
	.no-padding-top .item-wrapper {
		padding-top: 0;
	}
	.no-padding-bottom {
		padding-bottom: 0;
	}
}



@media (min-width: 56em) {

	.padding-s .item-wrapper {
		padding: 1rem;
	}
	
	.padding-m .item-wrapper {
		padding: 2rem;
	}
	
	.padding-l .item-wrapper {
		padding: 0 4rem;
	}
	
	.padding-xl .item-wrapper {
		padding: 0 6rem;
	}
	
	.padding-xxl .item-wrapper {
	padding: 0 4rem;
	}

.no-padding-top .item-wrapper {
		padding-top: 0;
	}
.no-padding-bottom {
		padding-bottom: 0;
	}
}

@media (min-width: 62em) {
	.padding-xxl .item-wrapper {
		padding: 0 5rem;
	}
}

@media (min-width: 72em) {
	.padding-xxl .item-wrapper {
		padding: 0 8rem;
	}
}

@media (min-width: 78em) {
	.padding-xxl .item-wrapper {
		padding: 0 9rem;
	}
}


.grid-item p.caption {
	font: italic 1.125rem garamond-premier-pro-display, serif;
	margin: 0;
	padding-top: 0.25rem;
}
.grid-item.no-margin-bottom {
	margin-bottom: 0;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Hero Image
--------------------------------------------- */

section {
	/*padding: 4em 0;*/
}

section.section-border-bottom {
		border-bottom: 1px solid #E2E2DC;

}

section.dry-stone {
	padding-top: 2em;
}

section.padding-top {
	padding-top: 4em;
}

section.padding-bottom {
	padding-bottom: 4em;
}
.has-hero-image .site-main {
	padding-top: 0;
}

.has-hero-image .reverse-out .site-branding path {
	-webkit-transition: fill 0.5s;
  	-moz-transition: fill 0.5s;
  	transition: fill 0.5s;
}

.has-hero-image .reverse-out .site-branding path {
	fill: #EBEBE7;
}

.has-hero-image .reverse-out p#breadcrumbs {
	color: #EBEBE7;
}

.has-hero-image .reverse-out p#breadcrumbs a {
	color: #EBEBE7;
}

.has-hero-image .reverse-out p#breadcrumbs a:hover {
 color:#EBEBE7;
 border-bottom: 1px solid rgba(20, 20, 20, .15);
}

.has-hero-image .reverse-out p#breadcrumbs .breadcrumb_last {
	color: #EBEBE7;
}


section.hero-image {
	background-color: #F0F0EC;
	height: 50vh;
	max-height: 450px;
	position: relative;
	padding: 0;
}

section.hero-image.full-hero {
	height: 100vh;
	max-height: 768px;
	background-color: #B1B1AF;
}

.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	background-color: #333;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
			z-index: 1;
}

.background-video iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100%;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.85;
	/*box-shadow: inset 0px 0px 200px black;*/
}

.background-video iframe {
	min-height: 107%;
}


div.background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
			z-index: 1;

}


.full-hero .background-image {
	opacity: 1;
	mix-blend-mode: multiply;
}

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

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.hero-center-wrapper {
		margin: 0;
		position: absolute;
		width: 100%;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1000;
/*		pointer-events: none;*/
	}

@media (min-width: 48em) {
	.hero-center-wrapper {
		margin: 0;
		position: absolute;
		width: 100%;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1000;
	}
}


/* Product Cards
--------------------------------------------- */

a.product .product-thumbnail, a.category .category-thumbnail, a .dry-stone-thumbnail {
	background-color: #D4D4D0;
}

.no-link-bg a .dry-stone-thumbnail {
	background: none;
}

.category-thumbnail {
}

a.product .product-thumbnail img, a.category .category-thumbnail img, a .dry-stone-thumbnail img {
	display: block;
	-webkit-transition: opacity 0.2s;
  	-moz-transition: opacity 0.2s;
  	transition: opacity 0.2s;
  	
}

a.product:hover .product-thumbnail img, a.category:hover .category-thumbnail img, a:hover .dry-stone-thumbnail img {
	opacity: 0.2;
}

 .multiply a:hover .dry-stone-thumbnail img {
	opacity: 1;
	mix-blend-mode: screen;
}

.entry-header {
	margin-top: 0.5em;
}

.post .entry-header {
	margin-top: 0;
	margin-bottom: 1em;
}

.entry-meta {
	color: #B1B1AF;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}


.post .entry-meta {
	font-size: 0.875rem;
	margin-top: 0.5em;
}

.button {
	display: block;
	width: 100%;
	padding: 0em;
	background: #EEE;
	border: none;
  border-radius: 0px;
	cursor: pointer;
	background-color: transparent;
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.7;
}

.button:hover {

}

.button:active,
.button.is-checked {
  border-radius: 0px;
}

.button.is-checked {
  background-color: transparent;
  font-weight: 400;
}

.button:active {
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.ui-group {
	margin-bottom: 2em;
}

.featured-header-image img {
	display: block;
}

.taxonomy-header {
	padding-bottom: .75rem;
	
}



.furniture-buttons {
	padding: 0 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 1rem;
}


/* Single Product Page
--------------------------------------------- */

.featured-header-image {
	text-align: center;
}

.featured-header-image img {
	height: 100%;
	max-height: 60vh;
	height: auto;
	margin: auto;
}

.specifications-box {
	padding: 1em 1em 0.5em;
	border-top: 1px solid #E2E2DC;
	border-bottom: 1px solid #E2E2DC;
	/*margin: 1em 0;*/
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 1rem;
	font-weight: 300;
}

.specifications-box.table-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.specifications-box div div {
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	color: #5D5D5B;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: center;
}

.specifications-box div div:last-of-type {
	margin-bottom: 0.5rem;
}

.specifications-box h4 {
	margin: 0;
	font-weight: 300;
	color: #B1B1AF;
	text-align: center;
}

.specifications-box .sr-line-link {
	font-size: 0.8125rem;
}

.sub-section {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.sub-section:first-of-type {
	padding-top: 0;
}

.sub-section:last-of-type {
	padding-bottom: 4rem;
}



.sub-section.no-padding {
	padding: 0;
}

.sub-section.padding-bottom {
	padding-bottom: 2rem;
}


.dot-slider img {
	display: block;
	max-height: 600px;
	width: auto;
	margin: auto;
}

.dot-slider .slide-caption {
	text-align: center;
	padding: 1rem 0 0;
	font: italic 1.125rem garamond-premier-pro-display, serif;
}

.dots-left .slick-dots {
	text-align: left;
}

section#product-image-gallery {
	padding: 4em 0;
}

section#related-products {
	margin: 0em 0 0;
	padding: 2em 0;
}

section.pre-footer {
	border-top: 1px solid #E2E2DC;
}

section.pre-footer:last-of-type {
	border-bottom: 1px solid #E2E2DC;
}

section#journey-cards {
	margin: 0em 0 0;
	padding: 2em 0;
}


.carousel-slider {
	position: relative;
	margin: 0 35px;
}

.carousel-slider img {
	height: 100%;
	max-height: 100%;
	
}

.carousel-slider .grid-item {
	padding: 1em;
	margin-bottom: 0;
}

.carousel-slider .entry-title {
	font-size: 1rem;
}

.carousel-slider .entry-meta {
	font-size: 0.825rem;
}

.carousel-slider .product-thumbnail img {
	height: 150px;
	width: auto;
}

@media (min-width: 48em) {
	
.carousel-slider .product-thumbnail img {
	height: 200px;
}

}

@media (min-width: 56em) {
	
.carousel-slider .product-thumbnail img {
	height: 300px;
}

}

.journey-cards {
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	grid-gap: 2rem;
}

@media (min-width: 48em) {
		.journey-cards {
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 2rem;
}
}




.journey-card {
	padding-bottom: 50%;
	background-color: #D4D4D0;
	position: relative;
	margin-bottom: 5vw;
	display: block;
}

@media (min-width: 40em) {
	.journey-card {
	margin-bottom: 0vw;
}
}

.journey-card-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	mix-blend-mode: multiply;
	-webkit-transition: opacity 0.2s;
  	-moz-transition: opacity 0.2s;
  	transition: opacity 0.2s;
}

.journey-card-wrapper {
	position: absolute;
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
  justify-content: center;
}

.journey-card-wrapper h3 {
	margin: 0;
}

a.journey-card:hover .journey-card-bg {
	opacity: 0.8;
}


.parent-category-cards {
	padding: 1;
	margin:  0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	grid-gap: 1rem;
	font-weight: 300;
}

@media (min-width: 48em) {
	.parent-category-cards {
	padding: 2rem 6rem;
	margin:  0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	grid-gap: 2rem;
	font-weight: 300;
}
}


@media (min-width: 62em) {
	.parent-category-cards {
	padding: 2rem 16rem;
	margin:  0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	grid-gap: 3rem;
	font-weight: 300;
}
}

.parent-category-card {
	padding-bottom: 100%;
	background-color: #D4D4D0;
	position: relative;
	display: block;
}


.parent-category-card-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	mix-blend-mode: multiply;
	-webkit-transition: opacity 0.2s;
  	-moz-transition: opacity 0.2s;
  	transition: opacity 0.2s;
}

.parent-category-card-wrapper {
	position: absolute;
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
  justify-content: center;
}

.parent-category-card-wrapper h3 {
	margin: 0;
}

a.parent-category-card:hover .parent-category-card-bg {
	opacity: 0.8;
}


.sr-accordion, #table-list {
	margin-bottom: 3em;
}

.sr-accordion h3, #table-list h3 {
	border-bottom: 1px solid #B1B1AF;
	cursor: pointer;
	padding: 0.5rem 0;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 2;
	margin-bottom: 0;
}

.sr-accordion h3::after, #table-list h3:after {
	display: inline-block;
	float: right;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	padding: 0 0.5rem;
}

#table-list h3:after { 
content: "\f08e";
}

.sr-accordion h4 {
	text-align: left;
	margin-bottom: 0;
	color: #5D5D5B;
}

.sr-accordion div p {
	margin: 0;
}

.sr-accordion div a {
	 border-bottom: 1px solid rgba(20, 20, 20, .05);
}
.sr-accordion div a:hover {
	 border-bottom: 1px solid rgba(20, 20, 20, .15);
}


.sr-accordion .country {
	margin-bottom: 1.5em;
}

.sr-accordion .single-stockist {
	margin-bottom: 1em;
}

.sr-accordion h3.ui-state-active::after {
	content: "\f077";
}

.sr-accordion h3.ui-state-active {
	color: #B1211E;
}

.sr-accordion h3:hover, #table-list a:hover {
	color: #B1211E;
}

.sr-accordion h3:focus {
	outline: none;
}

.ui-accordion-content {
	padding: 1em 0;
	font-size: 1rem;
}

.ui-accordion-content h4 {
	font-size: 1rem;
	margin-bottom: 0.5em;
	font-weight: 400;
}

.ui-accordion-content h5 {
	font-size: 1rem;
	margin: 0;
	font-weight: 300;
}

/* Dropdown
--------------------------------------------- */

.category-selector {
	text-align: center;
	padding: 1rem 0;
}

/* class applies to select element itself, not a wrapper element */
#cat {
    display: inline-block;
    font-size: 16px;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .5em;
    width: 100%;
    max-width: 200px; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #D4D4D0;
    box-shadow: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #EBEBE7;
	font-size: 0.875rem;
	color: #5D5D5B;
	 background-image: url("data:image/svg+xml;utf8,<svg fill='#B1B1AF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
  font-weight: 300;
}
/* Hide arrow icon in IE browsers */
#cat::-ms-expand {
    display: none;
}
/* Hover style */
#cat:hover {
    border-color: #B1B1AF;
}
/* Focus style */
#cat:focus {
    border-color: #B1B1AF;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    Box-shadow:none;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color:  #5D5D5B; 
    outline: none;
}

/* Set options to normal weight */
#cat option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] #cat, :root:lang(ar) #cat, :root:lang(iw) #cat {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
#cat:disabled, #cat[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

#cat:disabled:hover, #cat[aria-disabled=true] {
    border-color: #aaa;
}



/*.swatch-grid {
	padding: 0 5em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
}


.swatch-grid .swatch-thumbnail {
	padding-bottom: 100%;
position: relative;
}

.swatch-thumbnail-wrapper {
	position: absolute;
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.swatch-name {
	line-height: 1.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-weight: 400;
}

.swatch-description {
	font-family: garamond-premier-pro, serif;
}*/

.popup-wrapper {
	max-width: 500px;
}

.popup-column {
	padding: 0 1rem;
}

.popup-wrapper .popup-header {
	margin-bottom: 3rem;
}



.ui-tabs {
	
}

.ui-tabs .ui-tabs-nav h2, .ui-tabs .ui-tabs-nav h3, .ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	display: inline-block;
	list-style: none;
	list-style-image: none;
	background: none;
	line-height: normal;
	height: auto;
	border: none;
	text-align: center;
	padding: 0;
	width: 100%;
	font-style: italic;
	font-family: garamond-premier-pro, serif;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	background: none;
	border: none;
	display: inline-block;
}

.ui-tabs .ui-tabs-nav li:focus {
		outline: 0;

}

.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a:link {
	font-size: 18px;
	margin: 4px 10px;
	height: 30px;
}

.ui-tabs .ui-tabs-nav li a:visited {
	
}

.ui-tabs .ui-tabs-nav li a:hover {
	
}

.ui-tabs .ui-tabs-nav li a:active, .ui-tabs .ui-tabs-nav li a:focus {
	outline: 0;
	color: #5D5D5B;
}

.ui-tabs .ui-tabs-nav li a {
	color: #B1B1AF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #5D5D5B;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 1px solid rgba(20, 20, 20, .15);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-state-disabled {
	background: none;
	padding: 0px;
	margin: 0px;
}

.ui-tabs-panel {
	margin-top: 1rem;
	font-size: 1.25rem;
}

.ui-tabs-panel p {
	font-family: garamond-premier-pro, serif;
	text-align: center;
}

.ui-tabs-panel .sr-accordion div p {
	text-align: left;
	font-size: 1rem;
	font-family: neue-haas-unica, sans-serif;
	margin-bottom: 1rem;
}

#video-grid {
	padding: 0 2em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	grid-gap: 1rem;
}
.video-item-thumbnail {
	padding-bottom: 60%;
	background-color: #D4D4D0;
	background-size: cover;
	background-position: center;
	position: relative;
}

.video-play-button {
	position: absolute;
	font-size: 4rem;
	color: #efefe7;
	opacity: 0.3;
	top: 50%;
	left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
  	-moz-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-o-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
}

a.video-item:hover .video-play-button {
	opacity: 0.4;
}



.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
}

p.load-more {
	text-align: center;
}


button.view-more-button {
	border: 1px solid;
	border-color: transparent;
	border-radius: 0;
	background-color: #E2E2DC;
	color: rgba(0, 0, 0, 0.3);
	line-height: 1.5;
	padding: 15px 15px;
	font-size: 0.875rem;
	text-transform: uppercase;
	border-radius: 3px;
}

button.view-more-button:hover {
	border-color: transparent;
	background-color: #DBDBD8;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.loader-ellips {
  font-size: 16px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 30px auto 90px;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #E2E2DC; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.finish-grid {
	padding: 0 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 1rem;
	
	margin-top: 2em;
}


.finish-grid .finish-item  {
	padding-bottom: 100%;
	background-color: #D4D4D0;
	position: relative;
	display: block;
}


.finish-item-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	mix-blend-mode: multiply;
	-webkit-transition: opacity 0.2s;
  	-moz-transition: opacity 0.2s;
  	transition: opacity 0.2s;
}

.finish-item-wrapper {
	position: absolute;
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
  justify-content: center;
}

.finish-item-wrapper h3 {
	line-height: 1.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-weight: 400;
}


.flip-flop-item {
display: grid;
grid-template-columns: 1fr;
margin-bottom: 6em;
}


.flip-flop-text p {
	font-family: garamond-premier-pro, serif;
	font-size: 1.25rem;
	font-weight: 300;
}

.flip-flop-image {
	padding-bottom: 100%;
	width: 100%;
	position: relative;
}

@media (min-width: 48em) {
.flip-flop-item {
grid-template-columns: 1fr 1fr;
grid-gap: 4rem;
margin-top: 2em;
grid-template-areas: "img txt";
align-items: center;
margin-bottom: 6em;
}

.flip-flop-image {
	grid-area: img;
}

.flip-flop-text {
	grid-area: txt;
}



.flip-flop-item:nth-of-type(2n) { 
	grid-template-areas: "txt img"

}
}





.flip-flop-image  {
background-size: cover;
background-position: center;
}

.post-thumbnail {
	padding-bottom: 100%;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.single .post-thumbnail {
	margin-bottom: 1rem;
}

.blog article.post {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 4rem;
margin-top: 2em;
grid-template-areas: "img txt";
align-items: center;
margin-bottom: 6em;
}

article.post .post-thumbnail {
		grid-area: img;
}

article.post .post-content {
	grid-area: txt;
}


article.post:nth-of-type(2n) { 
	grid-template-areas: "txt img"

}

a.read-more {
/*	margin: .4em 0;*/
/*	padding: .4em 0;*/
display: block;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	  /* Prevent highlight colour when element is tapped */
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	  /* Smooth fonts */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
		line-height: 1.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-weight: 400;
	font-family: neue-haas-unica, sans-serif;
	margin-top: 1em;
}

.wpcf7-form input {
	border-top-style: #EBEBE7;
	border-left-style: #EBEBE7;
	border-right-style: #EBEBE7;
	background-color: #EBEBE7;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	border: 1px solid #ccc;
	
}


.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
	background-color: #E2E2DC;
}

.wpcf7-form  button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
	background-color: #D4D4D0;
}