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

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

shadechanger_theme 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: inherit;
	font-family: 'Untitled Sans Bold', helvetica, sans-serif;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #282828;
	text-decoration:none;
	transition:all 0.3s ease;

}

a:visited {
	color: #282828;
	transition:all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #c9ad9f;
	transition:all 0.3s ease;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

*{
    margin: 0;
    padding:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: 'Untitled Sans', Helvetica, sans-serif;
    background-color: #f4f4f4;
    overflow: auto;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}

#page{
	max-width:1640px;
	margin:auto;
    background-color: #fff;
}

p {
    font-family: 'Untitled Sans', Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #666;
    margin-bottom:20px;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Ginva', Helvetica, sans-serif;
    text-rendering: geometricPrecision;
	margin:0;
    color: #282828;
    font-weight: inherit;
    text-transform: lowercase;
}

h1 {
    font-size: 4.25em;
    color: #fff;
    text-transform: lowercase;
    /*letter-spacing: 3.5pt;*/
    line-height: 1em;
	margin: 0 0 15px;
}

h2 {
    text-transform: lowercase;
    /*letter-spacing: 2pt;*/
    font-size: 2.25em;
    line-height: 1em;
	margin: 0 0 5px;
}

h3 {
    text-transform: lowercase;
    /*letter-spacing: 1.8pt;*/
    font-size: 2em;
    line-height: 1em;
	margin: 0 0 5px;
}

h4 {
    text-transform: lowercase;
    /*letter-spacing: 1.6pt;*/
    font-size: 1.75em;
    line-height: 1em;
	margin: 0 0 5px;
}



p a { 
    text-decoration: underline;
    color: #282828;
    cursor: pointer;
	transition:all 0.3s ease;
}

header#masthead a,
footer a{
    text-decoration: none;
}


li { 
    list-style-type: none;
}




main section:not(.faq) ul li{
    font-family: 'Untitled Sans', Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #666;
    text-decoration: none;
    list-style-type: disc;
}

main section:not(.faq) ol li{
    font-family: 'Untitled Sans', Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #666;
    text-decoration: none;
    list-style-type: numbers;
}


header#masthead .main-navigation {
    width: auto;
}


a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}



/* ******************************************************
	Buttons
*********************************************************/

a button {
    background: #fff;
    border: 1px solid #282828;
    border-radius: 0;
    padding: 12px 36px;
	cursor:pointer;
	transition:all 0.5s ease;
}

a button span {
    color: #282828;
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', helvetica, sans-serif;
    font-size: 1em;
	cursor:pointer;
	transition:all 0.5s ease;
}

a button svg {
    margin-left: 2px;
    width: 18px;
    height: 11px;
	transition:all 0.5s ease;
}



a:hover button {
    padding: 12px 28px 12px 36px;
    border: 1px solid #282828;
    border-radius: 0;
	transition:all 0.5s ease;
}

a:hover button svg {
    margin-left: 10px;
    width: 18px;
    height: 11px;
	transition:all 0.5s ease;
}





a span.simple-link {
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    color: #282828;
    font-size: 1em;
    transition: all 0.3s ease;
}

a span.simple-link svg {
    width: 17px;
    height: 12px;
    transition: all 0.3s ease;
}

a span.simple-link svg g {
    stroke: #282828;
    transition: all 0.3s ease;
}

a span.simple-link:hover {
    color: #c9ad9f;
    transition: all 0.3s ease;
}


a span.simple-link:hover svg g {
    stroke: #c9ad9f;
    transition: all 0.3s ease;
}


/* ******************************************************
	Fonts
*********************************************************/


@font-face {
    font-family: 'Futura Book It';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-BooObl.woff2') format('woff2'),
        url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-BooObl.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium It';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-MedObl.woff2') format('woff2'),
        url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-MedObl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-Med.woff2') format('woff2'),
        url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-Lig.woff2') format('woff2'),
        url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-Lig.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light It';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-LigObl.woff2') format('woff2'),
        url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-LigObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Book';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-Boo.woff2') format('woff2'),
        url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/Futura-Boo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





@font-face {
    font-family: 'Untitled Sans';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/test-untitled-sans-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Untitled Sans It';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/test-untitled-sans-light-italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Untitled Sans Bold';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/test-untitled-sans-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: bold;
    font-display: swap;
}





@font-face {
    font-family: 'Ginva';
    src: url('http://shadechanger.unbranded.digital/wp-content/themes/shadechanger_theme/fonts/GinvaRegular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/* ******************************************************
	Header, Nav, Menus...
*********************************************************/


header#masthead .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	max-width:1640px;
    height: 30px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 5%;
}


header#masthead .top-nav a {
    text-transform: uppercase;
    font-size: 0.7em;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
	text-rendering: geometricPrecision;
    margin-right: 30px;
    color: #ccc;
    line-height: inherit;
    display: block;
    line-height: 1em;
	transition:all 0.5s ease;
}

header#masthead .top-nav a:last-child{
	margin-right:0;
}

header#masthead .top-nav a:hover {
    color: #666;
	transition:all 0.5s ease;
}



header#masthead .site-branding .custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header#masthead .site-branding img.custom-logo {
    width: 250px;
    height: 50px;
}


header.site-header .site-branding a.custom-logo-link:not(.dark){
	opacity:1;
}


header.site-header.active .site-branding a.custom-logo-link.dark{
	opacity:1;
	position:absolute;
	top: 14px;
	transition:all 0.5s ease;
}

header.site-header .site-branding a.custom-logo-link.dark{
	opacity:0;
	position:absolute;
	top: 14px;
	transition:all 0.5s ease;
}





header#masthead div.menu-header-container{
	display:block;
}
	
header#masthead div.menu-footer-mobile-container{
	display:none;
}

header#masthead{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
	max-width:1640px;
	margin:30px auto 0;
}


header.site-header{
    background: transparent;
	transition:all 0.5s ease;
}

header.site-header.active{
    background: #ffffff;
	transition:all 0.5s ease;
}




header#masthead .main-navigation{
	width: calc(50% - 150px);
}

header#masthead .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

header#masthead .main-navigation ul li {
    margin: 0 15px 0 15px;
    transition: all 0.5s ease;
}

header#masthead .main-navigation ul li:first-child {
    margin: 0 15px 0 0;
    transition: all 0.5s ease;
}



header#masthead .main-navigation ul li a{
	color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
	text-rendering: geometricPrecision;
    transition: all 0.5s ease;
}

header#masthead .main-navigation ul li:hover a{
	color: #282828;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    transition: all 0.5s ease;
}


header#masthead .main-navigation ul li ul li {
    padding: 10px 0;
    transition: all 0.5s ease;
}

header#masthead .main-navigation ul li ul li a{
	color: #282828;
    font-size: 1em;
    transition: all 0.5s ease;
}

header#masthead .main-navigation ul li ul li:hover a{
	color: #282828;
    transition: all 0.5s ease;
}


header#masthead .main-navigation ul ul {
    background: white;
	display:block;
}



header.site-header nav#secondary-site-navigation {
    width: calc(50% - 150px);
}

header.site-header nav#secondary-site-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

header.site-header nav#secondary-site-navigation ul li {
    margin: 0 15px;
}

header.site-header nav#secondary-site-navigation ul li:last-child {
    margin: 0 0 0 15px;
}

header.site-header nav#secondary-site-navigation ul li a{
	color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
	text-rendering: geometricPrecision;
    transition: all 0.5s ease;
}


header.site-header nav#secondary-site-navigation ul li:hover a{
	color: #282828;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    transition: all 0.5s ease;
}





header.site-header.active nav#site-navigation ul li a{
	color:#282828;
	transition:all 0.5s ease;
}

header.site-header.active nav#site-navigation ul li:hover a{
	color:#C9AD9F;
	transition:all 0.5s ease;
}



header.site-header.active nav#secondary-site-navigation ul li a{
	color:#282828;
	transition:all 0.5s ease;
}

header.site-header.active nav#secondary-site-navigation ul li:hover a{
	color:#C9AD9F;
	transition:all 0.5s ease;
}


body:not(.logged-in) header.site-header .loggedout {
    display: block;
}

body.logged-in header.site-header .loggedout {
    display: none;
}

body:not(.logged-in) header.site-header .loggedin {
    display: none;
}

body.logged-in header.site-header .loggedin {
    display: block;
}




/* ******************************************************
	Homepage
*********************************************************/

section.top {
    background: #DDC4B8;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.top .text {
    width: 50%;
    padding: 270px 5% 210px 10%;
}

section.top .text *{
	max-width:450px;
}

section.top .text p{
    color: #fff;
    font-size: 1.2em;
    line-height: 1.35em;
}

section.top .image {
    width: 50%;
}





section.banner {
    width: 100%;
    padding: 10px 10px 12px;
    text-align: center;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

section.banner p{
    font-family: 'Untitled Sans It', Helvetica, sans-serif;
    font-style: italic;
	margin:0;
	font-size:1.1em;
	color:#282828;
}




section.products {
    padding: 70px 0 50px;
    background: #ddc4b833;
}

section.products .text {
    text-align: center;
    margin: 0 auto 35px;
}

section.products .text p {
    max-width: 500px;
    margin: 10px auto 0;
}

section.products .shop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: flex-start;
    position: relative;
    z-index: 10;
}


section.products .shop .image {
    width: 33%;
    padding: 500px 35px 30px;
}

section.products .shop .image h4 {
    letter-spacing: 2.5pt;
    font-size: 2em;
    line-height: 1.2em;
}


section.products .shop div.products {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 66.666%;
    padding: 0 5% 0 35px;
}

section.products .shop li.product {
    width: calc(50% - 20px);
    max-width: 400px;
    background: #fff;
    border: 1px solid #282828;
}

section.products .shop li.product:first-child {
    margin-right:20px;
}

section.products .shop a.woocommerce-loop-product__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}


section.products .shop a.woocommerce-loop-product__link .main-image {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #282828;
    background-color: #EAE6E5;
}

section.products .shop a.woocommerce-loop-product__link .product-description {
    width: 100%;
    background: #fff;
    padding: 25px 20px;
}


section.products .shop a.woocommerce-loop-product__link .product-description h2 {
    font-size: 1.5em;
}

section.products .shop a.woocommerce-loop-product__link .price p {
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    color: #282828;
    font-size: 1.25em;
    text-rendering: geometricPrecision;
}


section.products .shop a.woocommerce-loop-product__link .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.products .shop a.button.product_type_simple.add_to_cart_button {
    display: none;
}



section.products .white {
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    margin-top: -50px;
    z-index: 2;
	max-width:1640px;
}



section.story {
    padding: 70px 0 0;
    border-top: 1px solid #282828;
    margin-top: 51px;
	position:relative;
}

section.story .text {
    width: 50%;
    padding: 0 5% 70px 10%;
    max-width: 670px;
}

section.story .text h2{	
    font-size: 3.5em;
}

section.story .banner {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

section.story .banner p {
	margin:0;
    text-transform: uppercase;
    color: #282828;
    font-style: italic;
    font-size: 1em;
    font-family: 'Untitled Sans', Helvetica, sans-serif;
    text-rendering: geometricPrecision;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


section.story .banner p span {
    margin: 0 20px;
    width: 2px;
    height: 2px;
    background: #282828;
    border-radius: 100%;
    display: block;
}



section.story .image.two {
    position: absolute;
    width: 30%;
    height: 640px;
    top: -50px;
    right: 20%;
    z-index: 20;
}

section.story .image.one {
    position: absolute;
    width: 25%;
    height: 500px;
    top: 200px;
    right: 0;
    z-index: 25;
}


section.story img.badge {
    position: absolute;
    top: 25px;
    right: 10%;
    z-index: 30;
}




section.care {
    padding: 70px 10%;
	padding-right:calc(10% - 20px);
    background: #ddc4b833;
}

section.care .text {
    max-width: 380px;
    margin-bottom: 35px;
}

section.care .steps {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	flex-wrap:wrap;
}

section.care .steps .step {
    width: calc(33.333% - 20px);
    margin: 0 20px 20px 0;
}


section.care .steps .step .image {
    height: 200px;
    border: 1px solid #282828;
}

section.care .steps .step .content {
    padding: 20px;
    background: #fff;
    border: 1px solid #282828;
    border-top: 0px;
}

section.care .steps .step .content h3 {
    text-transform: initial;
    font-size: 1.35em;
    /*letter-spacing: 0.7pt;*/
}

section.care .steps .step .content p{
	margin-bottom:0;
	font-size:0.9em;
}


section.faq {
    position: relative;
    padding: 70px 10%;
	min-height:550px;
}

section.faq .questions {
    width: 50%;
    margin-left: 50%;
}

section.faq .questions .text{
	margin-bottom:35px;
}


section.faq .image.two {
    position: absolute;
    width: 22%;
    height: 525px;
    top: -50px;
    left: 0;
    z-index: 20;
}

section.faq .image.one {
    position: absolute;
    width: 25%;
    height: 550px;
    top: 70px;
    left: 20%;
    z-index: 25;
}




section.faq.reverse .questions {
    margin-left:0;
}

section.faq.reverse .image.two {
    right: 0;
	left:auto;
}

section.faq.reverse .image.one {
    right: 20%;
	left:auto;
}


section.story.full {
	border-top: 0;
}

section.story.full .text h2 {
    font-size: 2.25em;
}

section.story.full .image.two {
    top: 0px;
}

section.story.full img.badge {
    top: 70px;
    right: 10%;
}

section.story.full .image.one {
	bottom: -10px;
    top: auto;
}

section.story.full .banner {
    margin-bottom: 70px;
}






/* accordions areas */

.accordion{
    height: auto;
}

.accordion .transition,
.accordion p,
.accordion ul li i:before,
.accordion ul li i:after {
    transition: all 0.25s ease-in-out;
}

.accordion .flipIn, 
.accordion ul li {
    animation: flipdown 0.5s ease both;
}

.accordion .no-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.accordion ul{
    width: 100%;
}


.accordion li:nth-child(n+5){
	border-bottom:0;
}

.accordion li h3{
    color: #282828;
	text-transform:initial;
    padding: 12px 20px;
	margin: 0 0 0 20px;
	text-align: left;
	position:relative;
    letter-spacing: initial;
	font-size:1em;
	transition: all 0.3s ease;
}

.accordion li:hover h3{
    color: #c9ad9f;
	transition: all 0.3s ease;
}


.accordion ul li h3:before{
	content:" ";
	position:absolute;
	width:2px;
	height:12px;
	background-color:#282828;
	left:5px;
	top:13px;
    transform: rotate(90deg);
	transition: all 0.3s ease;
}

.accordion ul li h3:after{
	content:" ";
	position:absolute;
	width:12px;
	height:2px;
	left:0;
	top:18px;
	background-color:#282828;
	transition: all 0.3s ease;
}




.accordion ul li label {
    position: absolute;
    color: transparent;
}

.accordion div.hide {
    position: relative;
    overflow: hidden;
    opacity: 1;
    font-size: 1.1em;
    transform: translate(0, 0);
    z-index: 2;
    text-align: left;
    margin: 0px;
    padding: 0px 20px 20px;
	transition: all 0.5s ease;
}

.accordion div.hide p{
    color: #666;
	font-size:0.8em;
	margin-bottom:0;
}



.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.accordion ul li {
    position: relative;
    margin: 0;
    width: 100%;
	margin:0 20px 0 0;
	border:1px solid #282828;
	border-bottom:0px solid #282828;
	background:#fff;
    border-radius: 0px;
	transition:all 0.3s ease;
}

.accordion ul li:last-child{
	border-bottom:1px solid #282828;
}

.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
	opacity: 0;
	left:0;
}

.accordion ul li input[type=checkbox]:checked ~ div.hide {
    margin: 0;
    max-height: 0;
    opacity: 0;
    padding:0;
    transform: translate(0%, 0%);
	transition: all 0.3s ease;
}



.accordion ul li input[type=checkbox]:checked ~ h3 {
    color: #282828;
	padding:12px 20px;
	margin-left:20px;
	position:relative;
	transition: all 0.3s ease;
}

.accordion ul li:hover input[type=checkbox]:checked ~ h3 {
    color: #c9ad9f;
	transition: all 0.3s ease;
}

.accordion ul li input[type=checkbox]:checked ~ h3:before {
	content:" ";
	position:absolute;
	width:2px;
	height:12px;
	background-color:#282828;
	left:5px;
	top:13px;
    transform: rotate(0deg);
	transition: all 0.3s ease;
}

.accordion ul li input[type=checkbox]:checked ~ h3:after {
	content:" ";
	position:absolute;
	width:12px;
	height:2px;
	left:0;
	top:18px;
	background-color:#282828;
	transition: all 0.3s ease;
}

.accordion ul li:hover input[type=checkbox]:checked ~ h3:before,
.accordion ul li:hover input[type=checkbox]:checked ~ h3:after{
	background-color:#282828;
	transition: all 0.3s ease;
}



@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}


/* End Accordion */





section.pros {
    padding:  70px 10% 70px 50%;
    background: #ddc4b833;
}

section.pros .text {
    max-width: 420px;
}

section.pros .form {
    max-width: 600px;
}



.gform_wrapper .gfield_required {
	color: #282828!important;
}

.gform_wrapper .gfield input {
    border-radius: 0;
    border: 1px solid #282828;
}


.gform_wrapper .gfield_label {
    font-weight: initial!important;
    margin-bottom: 5px!important;
    font-family: 'Untitled Sans', Helvetica, sans-serif;
    text-rendering: geometricPrecision;
}

.gform_wrapper .gform_footer button, 
.gform_wrapper .gform_footer input {
    margin-bottom: 0!important;
    background: #fff;
    border-radius: 0;
    border: 1px solid #282828;
    padding: 12px 34px 12px 34px;
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    letter-spacing: 1pt;
	cursor:pointer;
	transition:all 0.5s ease;
}

.gform_wrapper .gform_footer button:hover, 
.gform_wrapper .gform_footer input:hover {
	color:#c9ad9f;
    border: 1px solid #c9ad9f;
	cursor:pointer;
	transition:all 0.5s ease;
}


.gform_wrapper .gform_footer, 
.gform_wrapper .gform_page_footer {
    margin: 0!important;
    padding: 20px 0 0!important;
}






section.top.small .text {
    padding: 260px 5% 160px 10%;
}

section.top.small .text p {
    font-size: 1.1em;
}



section.top.blog .text{
    padding: 200px 5% 70px 10%;
}





section.posts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 70px 7.5% 50px;
    padding-right: calc(7.5% - 20px);
	background:#ddc4b833;
}

section.posts a.post {
    width: calc(33.333% - 20px);
    margin: 0 20px 20px 0;
    background: #fff;
	text-decoration:none;
    border: 1px solid;
}

section.posts a.post .image{
	border-bottom: 1px solid;
}

section.posts a.post .post-text{
	padding:35px 30px;
	
}

section.posts a.post h3 {
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 1.75em;
    color: #282828;
    transition: all 0.5s ease;
}

section.posts a.post:hover h3 {
    color: #c9ad9f;
    transition: all 0.5s ease;
}

section.posts a.post p {
    font-size: 0.9em;
}


section.posts a span.underline {
    text-transform: capitalize;
    padding-bottom: 2px;
    font-size: 0.95em;
    border-bottom: 1px solid;
    transition: all 0.5s ease;
}




section.posts nav.prev-next-posts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 20px);
}

section.posts .prev-posts-link a,
section.posts .next-posts-link a{
    color: #aaa;
    text-decoration: none;
	transition:all 0.3s ease;
}

section.posts .prev-posts-link a:hover,
section.posts .next-posts-link a:hover{
    color: #666;
    text-decoration: none;
	transition:all 0.3s ease;
}

section.posts .prev-posts-link a:before{
    content:"< "
}

section.posts .next-posts-link a:after{
    content:" >"
}


section.top.small.blog a.back{
	margin-left:20px;
    position: relative;
}

section.top.small.blog a.back:before {
	content: " ";
    background-image: url(http://shadechanger.unbranded.digital/wp-content/uploads/2022/03/arrow.svg);
    transform: rotate(180deg);
    width: 15px;
    height: 10px;
    background-size: contain;
    display: block;
    position: absolute;
    left: -20px;
    top: calc(50% - 7px);
    background-repeat: no-repeat;
}


section.top.small.blog.single-post h1 {
    font-size: 3em;
    text-transform: inherit;
/*    letter-spacing: -0.5pt;*/
    margin-top: 10px;
}

section.main-content {
    background: #fff;
    padding: 70px 15% 35px;
}

section.main-content *{
    text-transform: inherit;
    letter-spacing: normal;
}

section.main-content h3, 
section.main-content h4{
    color: #c9ad9f;
}

section.main-content p{
	font-size:0.95em;
    font-family: 'Untitled Sans', Helvetica, sans-serif;
}


section.shop-banner {
    background: #ddc4b833;
    padding: 40px;
    border: 1px solid;
    max-width: 70%;
    margin: 0 auto 70px;
    position: relative;
}

section.shop-banner .text {
    max-width: calc(100% - 150px);
}


section.shop-banner p{
	max-width: 640px;
}

section.shop-banner img.badge {
    position: absolute;
    right: -20px;
    top: -20px;
}



/* ******************************************************
	Woocommerce General Styles
*********************************************************/

.woocommerce main#main ul.products li.product .star-rating {
    display: none;
}

.woocommerce main#main {
    padding: 0;
    background: #fff;
}

.woocommerce .star-rating {
    color: #ffe347;
}

.woocommerce .star-rating::before {
	color: #f5f5f5;
}

.woocommerce #reviews #comments ol.commentlist li {
    list-style: none;
    margin: 10px 0 25px 0;
}


.woocommerce div.product p.stock{
	display:none;
}

.woocommerce.single main#main {
    padding: 110px 0 0px;
    background: #DDC4B8;
}



.woocommerce-message, .woocommerce-info{
    border-top-color: #c9ad9f;
    font-weight: 400;
    font-size: 0.95em;
    color: #282828;
    background: #f8f3f1;
	z-index:999;
}

.woocommerce-message::before,
.woocommerce-info::before{
    color: #1e1e1e;
}


.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	padding: 16px 20px;
}


.woocommerce table span.woocommerce-Price-amount.amount {
    font-family: 'Untitled Sans Bold', helvetica, sans-serif;
}

a.restore-item {
    color: #cc1818;
    text-decoration: underline;
    transition: all 0.3s ease;
}

a.restore-item:hover {
    color: #ff0000;
    transition: all 0.3s ease;
}


main .woocommerce #respond input#submit, 
main .woocommerce a.button, 
main .woocommerce button.button, 
main .woocommerce input.button,
main .woocommerce #respond input#submit.alt,
main .woocommerce a.button.alt,
main .woocommerce button.button.alt,
main .woocommerce input.button.alt{
    color: #ffffff;
    background-color: #282828;
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', helvetica, sans-serif;
    font-size: 0.9em;
    padding: 12px 34px 12px;
	letter-spacing:1pt;
    text-rendering: geometricPrecision;
	transition:all 0.3s ease;
}

main .woocommerce #respond input#submit:hover, 
main .woocommerce a.button:hover, 
main .woocommerce button.button:hover, 
main .woocommerce input.button:hover,
main .woocommerce #respond input#submit.alt:hover,
main .woocommerce a.button.alt:hover,
main .woocommerce button.button.alt:hover,
main .woocommerce input.button.alt:hover {
    color: #ffffff;
    background-color: #c9ad9f;
	transition:all 0.3s ease;
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button{
    color: #ffffff;
    background-color: #282828;
	transition:all 0.3s ease;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover{
    color: #ffffff;
    background-color: #c9ad9f;
	transition:all 0.3s ease;
}


main#main header.woocommerce-products-header {
    padding: 180px 10% 70px;
    background-image: url(http://shadechanger.unbranded.digital/wp-content/uploads/2023/02/ShadeChanger-Letters-graphic.png);
    background-position: right;
    background-size: 50%;
    background-color: #DDC4B8;
}

main#main header.woocommerce-products-header .text{
	max-width:600px;
}

main#main header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    color: #c9ad9f;
    font-size: 1.25em;
    letter-spacing: 1pt;
	margin-bottom:5px;
}

main#main header.woocommerce-products-header h2,
main#main header.woocommerce-products-header p{
	color:#fff;
}

main#main header.woocommerce-products-header p{
	max-width:420px;
}




.wvs-archive-variations-wrapper.wvs-pro-loaded {
    background: #f8f8f8;
	padding: 0 15px;
}

.wvs-archive-variations-wrapper.wvs-pro-loaded ul{
	margin:0;
}

.wvs-archive-variations-wrapper.wvs-pro-loaded li.woo-variation-items-wrapper {
    margin: 0!important;
    margin-bottom: 15px!important;
}



.woocommerce main#main .shop-container{
	width:calc(100% - 320px);
}


.woocommerce main#main ul.products {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding:70px 5%;
	background:#fff;
}

.woocommerce main#main ul.products li.product {
    margin: 0 20px 20px 0;
    width: calc(33.333% - 14px);
    border: 1px solid #282828;
}

.woocommerce main#main ul.products li.product:nth-child(2){
    margin: 0 0 20px 0;
}

.woocommerce main#main ul.products::before {
    background-image:url(http://shadechanger.unbranded.digital/wp-content/uploads/2023/02/ShadeChanger_Lily_crop.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position:right!important;
    background-color: #f2f3f5;
    width: calc(33.333% - 14px);
    margin: 0 20px 20px 0;
    content: "We create products that make your smile shines brighter for longer and keep your teeth healthier."!important;
	padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #282828;
    font-size: 1.35em;
    line-height: 1.2em;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    color: #282828;
	text-transform:uppercase;
	letter-spacing:1pt;
}

.woocommerce main#main ul.products li.product a img {
    margin: 0;
    border: 0px;
    border-bottom: 1px solid #282828;
    background-color: #EAE6E5;
}


.woocommerce main#main ul.products li.product .single .product-description {
    background: #fff;
    padding: 25px 20px 20px;
}

.woocommerce main#main ul.products li.product .single .woocommerce-loop-product__title{
	padding:0;
	margin: 0 0 5px;
    font-size: 1.5em;	
}

.woocommerce main#main ul.products li.product .single .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
}

.woocommerce main#main ul.products li.product .single .price p {
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    color: #282828;
    font-size: 1.5em;
    text-rendering: geometricPrecision;
}


.woocommerce main#main ul.products li.product span.price {
    padding: 0;
    color: #282828;
    margin-bottom: 0;
}


body.woocommerce-shop main#main ul.products li.product .button {
    display:none;
}


.woocommerce main#main ul.products li.product .button {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    background: #c9ad9f;
    color: #fff;
    padding: 12px 5px;
    font-size: 1em;
    font-weight: 400;
	text-transform:capitalize;
	transition:all 0.3s ease;
}

.woocommerce main#main ul.products li.product .button:hover {
    background: #282828;
	transition:all 0.3s ease;
}


.woocommerce main#main nav.woocommerce-pagination ul li a, 
.woocommerce main#main nav.woocommerce-pagination ul li span {
    font-size: 1.3em;
}


.woocommerce main#main small.woocommerce-price-suffix {
    font-weight: 400;
}


.woocommerce main#main a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #c9ad9f;
    text-decoration: underline!important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.woocommerce main#main a.added_to_cart:hover {
    color: #282828;
    transition: all 0.3s ease;
}



/* ******************************************************
	Woocommerce Single Product Page
*********************************************************/



.woocommerce main#main a.back {
    position: absolute;
    left: 5%;
    top: 30px;
    background: #ffffff;
    padding: 7px 15px 10px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 999;
	transition:all 0.5s ease;
}

.woocommerce main#main a.back:hover {
    left: calc(5% - 10px);
	transition:all 0.5s ease;
}


.woocommerce main#main a.back svg {
    transform: rotate(180deg);
    margin-right: 5px;
    margin-bottom: -2px;
}

.woocommerce main#main a.back span{
	color:#282828;
}



.woocommerce main#main div.product .flex-viewport {
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

.woocommerce main#main div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
}

.woocommerce main#main div.product div.images .flex-control-thumbs li {
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    border: 1px solid #f2f2f2;
	float: none;
}


.woocommerce div.product{
	padding: 0 7.5%;
}



.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 60%;
    display: block;
    float: none;
    margin-bottom: 0;
}

.woocommerce.single main#main div.product div.summary{
    margin: 0;
    display: flex;
    vertical-align: top;
    float: none;
    width: calc(40% - 7.5%);
    max-width: 560px;
    background: #fff;
    padding: 50px 0;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    height: calc(100% - 110px);
    position: fixed;
    flex-direction: column;
    justify-content: flex-start;
    top: 110px;
    right: 7.5%;
	z-index:10;
    overflow: scroll;
}

.woocommerce.single main#main div.product .main-product {
    padding: 0 35px 50px;
    border-bottom: 1px solid #282828;
}

.woocommerce.single main#main div.product .product_title {
    color: #282828;
    font-size: 2.5em;
    letter-spacing: 2pt;
    line-height: 1em;
    margin-bottom: 5px;
}

.woocommerce.single main#main div.product p.tagline{
	font-style: italic;
    color: #c9ad9f;
}


.woocommerce.single main#main .woocommerce-product-details__short-description ul {
    margin: 0 0 25px;
}

.woocommerce.single main#main .woocommerce-product-details__short-description ul li{
    list-style-type:disc;
	margin-left:15px;
}

.woocommerce.single main#main .woocommerce-product-details__short-description {
    margin-bottom: 25px;
}

.woocommerce.single main#main .woocommerce-product-details__short-description h2{
	font-size:1.5em;
	color:#282828!important;
}

.woocommerce.single main#main div.product p.price, 
.woocommerce.single main#main div.product span.price {
    color: #282828;
    font-size: 1.5em;
    font-family: 'Untitled Sans Bold', helvetica, sans-serif;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
	margin: 0;
}


.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce.single main#main div.product .product_meta span {
    display: none;
}



.woocommerce.single main#main div.product form.cart .woocommerce-variation-add-to-cart.variations_button {
    margin-top: 35px;
}

.woocommerce.single main#main div.product form.cart .button {
    background: #fff;
    text-transform: uppercase;
    padding: 12px 50px 12px 20px;
    border: 1px solid #282828;
	color:#282828;
    border-left: 0px;
    border-radius: 0;
    font-family: 'Untitled Sans Bold', helvetica, sans-serif;
    font-size: 1em;
    cursor: pointer;
	text-rendering:geometricprecision;
	position:relative;
    transition: all 0.3s ease;
}


.woocommerce.single main#main div.product form.cart .button:after{
	content:' ';
	background-image:url(http://shadechanger.unbranded.digital/wp-content/uploads/2022/03/arrow.svg);
    width: 18px;
    display: block;
    height: 37px;
    position: absolute;
    right: 20px;
	top:0;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}


.woocommerce.single main#main div.product form.cart .button:hover:after{
	content:' ';
	background-image:url(http://shadechanger.unbranded.digital/wp-content/uploads/2022/03/arrow.svg);
    right: 10px;
    transition: all 0.3s ease;
}


.woocommerce.single main#main div.product .quantity .qty {
    padding: 8px 3px;
    border-radius: 0;
    border: 1px solid #282828;
    text-align: center;
	background:#fff!important;
}


.woocommerce.single main#main div.product .product-description{
    padding: 50px 35px;
    border-bottom: 1px solid #282828;
}


.woocommerce div.product .woocommerce-tabs ul.tabs{
	display:none;
}

.woocommerce div.product .woocommerce-tabs .panel{
	margin:0;
}


.woocommerce.single main#main .woocommerce-tabs.wc-tabs-wrapper {
    margin: 0;
}

.woocommerce.single main#main div.product h2{
    color: #c9ad9f;
    margin: 0 0 10px;
    font-size: 1.5em;
    letter-spacing: 1pt;
}

.woocommerce.single main#main div.product div#tab-description p {
    font-size: 0.9em;
}

.woocommerce.single main#main div.product .icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}

.woocommerce.single main#main div.product .icons div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	padding-right:5px;
	padding-bottom:5px;
}

.woocommerce.single main#main div.product .icons div p{
	font-size:0.85em; 
	margin-bottom:0; 
	margin-left:5px; 
	font-family: 'Untitled Sans', Helvetica, sans-serif;
}

.woocommerce.single main#main div.product .icons div img{
	margin-bottom:2px;
}



.woocommerce.single main#main div.product .links a {
    width: 100%;
    display: block;
	color:#282828;
    padding: 12px 35px 10px;
    border-bottom: 1px solid #282828;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Untitled Sans Bold', Helvetica, sans-serif;
    line-height: 1em;
	cursor:pointer;
    letter-spacing: 1pt;
	text-decoration:none;
}

.woocommerce.single main#main div.product .links a span {
    margin-right: 0px;
	cursor:pointer;
	transition:all 0.3s ease;
}

.woocommerce.single main#main div.product .links a:hover span {
    margin-right: 10px;
	cursor:pointer;
	transition:all 0.3s ease;
}



.woocommerce main#main .content-images {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
}

.woocommerce main#main .content-images .main-image {
    width: 30%;
    border-right: 1px solid #282828;
}

.woocommerce main#main .content-images .extra {
    width: 30%;
}

.woocommerce main#main .content-images .extra .secondary-image{
	height:400px;
}

.woocommerce main#main .content-images .extra .text {
    padding: 50px 30px;
    border-top: 1px solid #282828;
}

.woocommerce main#main .content-images .extra .text p{
	font-size:1em;
    margin-bottom: 0;
}



.woocommerce main#main .care {
    padding: 70px 5%;
    background: #F8F3F1;
}

.woocommerce main#main .care .text {
    max-width: 420px;
    margin-bottom: 30px;
}

.woocommerce main#main .care .text p{
    font-size:1em;
}

.woocommerce main#main .care table.content {
    width: 55%;
    max-width: 600px;
    border: 1px solid #282828;
    border-collapse: collapse;
	background:#fff;
}

table.content tbody,
table.content tbody tr,
table.content tbody td{
    border: 1px solid #282828;
    border-collapse: collapse;
}


table.content tbody tr td {
    padding: 30px 20px;
}

table.content tbody tr td.step{
	font-family:'Untitled Sans Bold', Helvetica, sans-serif;
    font-size: 1.25em;
	vertical-align:top
}

table.content tbody tr td p em{
    font-style: italic;
    color: #c9ad9f;
	margin-bottom:5px;
	display: block;
    font-size: 1.1em;
}

table.content tbody tr td p{
	margin-bottom:0;
	font-size:0.9em;
}

table.content tbody h4 {
    letter-spacing: 1pt;
	font-size: 1.5em;
}




.woocommerce main#main .faqs {
    background: #fff;
    padding: 70px 5%;
}

.woocommerce main#main .faqs .text {
    max-width: 420px;
    margin-bottom: 30px;
}

.woocommerce main#main .faqs .text p{
    font-size:1em;
}

.woocommerce main#main .faqs .accordion {
    width: 55%;
    max-width: 600px;
}




.woocommerce td ul#shipping_method bdi {
  color: #0e95d2;
}




.woocommerce.single main#main section.related ul.products li.product .woocommerce-loop-product__title {
	margin-bottom:0;
}

.woocommerce.single main#main section.related ul.products li.product {
    margin: 0 20px 20px 0;
    width: calc(20% - 20px);
}



/* ******************************************************
	Woocommerce Cart Page
*********************************************************/

.woocommerce-page main#primary {
    padding: 0;
    background: #fff;
}

.woocommerce-page main#primary header.entry-header {
    padding: 180px 5% 70px;
    background-image: url(http://shadechanger.unbranded.digital/wp-content/uploads/2023/02/ShadeChanger-Letters-graphic.png);
    background-position: right;
    background-size: 50%;
    background-color: #DDC4B8;
}

.woocommerce-page main#primary header.entry-header h1.entry-title{
	color:#fff;
    font-size: 3em;
    margin-bottom: 0;
}

.woocommerce-page main#primary .entry-content h2 {
    margin:25px 0 10px;
    font-size: 2em;
}

.woocommerce-page main#primary .entry-content {
    margin: 0;
    padding: 70px 10%;
}

.woocommerce-page main#primary .entry-content input#coupon_code {
    min-width: 150px;
    background-color: #fff;
}


.woocommerce-cart table.cart input{
    background: #fff;
	border:0;
}


.woocommerce-page main#primary a.button.checkout-button {
    background-color: #282828;
    font-size: 1em;
    color: #fff;
    transition: all 0.3s ease;
}

.woocommerce-page main#primary a.button.checkout-button:hover {
    background-color: #c9ad9f;
    transition: all 0.3s ease;
}


.woocommerce-page main#primary h1,
.woocommerce-page main#primary h2{
    color: #c9ad9f;
}


.woocommerce-page main#primary h3{
    color: #666;
}

.woocommerce-page main#primary .woocommerce table.shop_table td.product-name a {
    color: #c9ad9f;
	transition:all 0.3s ease;
}

.woocommerce-page main#primary .woocommerce table.shop_table td.product-name a:hover {
    color: #282828;
	transition:all 0.3s ease;
}


.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    padding: 12px 34px!important;
}


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: #282828;
    padding: 12px 16px 10px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c9ad9f;
    background: #c9ad9f1a;
    font-family: 'Untitled Sans', Helvetica, sans-serif;
    font-size: 1em;
}


.woocommerce a.remove {
	padding-top: 3px;
}


/* ******************************************************
	Checkout
*********************************************************/

.woocommerce-page main#primary form.checkout.woocommerce-checkout h3 {
    color: #282828!important;
}


.woocommerce-page div#customer_details {
    margin-bottom: 35px;
}


.woocommerce-page h3#order_review_heading {
    margin-bottom: 10px;
}


.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr.order-total {
    font-size: 1.25em;
    color: #282828;
}




.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}


p#billing_address_1_field:after,
p#billing_address_2_field:after,
p#shipping_address_1_field:after,
p#shipping_address_2_field:after{
    content: "Max. 25 characters.";
    font-size: 0.75em;
}


.woocommerce-checkout #payment {
    background: #caaea01a;
}

.woocommerce-checkout #add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: #c9ad9f;
}

.woocommerce-checkout #add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #c9ad9f;
    border-right-color: transparent;
    border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce-checkout #add_payment_method fieldset {
    border: 1px solid;
}



.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce  #add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 25%;
}


#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
}

.paypal-button-tagline {
  margin-bottom: 20px;
}



/* ******************************************************
	Account
*********************************************************/


.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 45px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 0;
	border:0;
	transition:all 0.5s ease;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
	color:#282828;
	cursor:pointer;
    padding: 10px 25px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-bottom: 0;
    width: 100%;
    display: block;
	transition:all 0.5s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
	color:#c9ad9f;
	cursor:pointer;
    padding: 10px 25px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-bottom: 0;
    width: 100%;
    display: block;
	transition:all 0.5s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a{
    border-bottom: 1px solid #ccc;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a{
    background: #c9ad9f!important;
    border: 1px solid #c9ad9f!important;
    color:#fff!important;
	transition:all 0.5s ease;
}


.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin-bottom: 20px;
    margin-top: 15px;
}


/* ******************************************************
	Basic
*********************************************************/


section.top.simple {
    display: block;
    padding: 180px 10% 70px;
    background-image: url(http://shadechanger.unbranded.digital/wp-content/uploads/2023/02/ShadeChanger-Letters-graphic.png);
    background-position: right;
    background-size: 50%;
    background-color: #DDC4B8;
}

section.top.simple .text {
	width:100%;
	padding:0;
    max-width: 600px;
}

section.top.simple .text *{
    max-width: 600px;
}

section.top.simple .text h1 {
    font-size: 3em;
}

section.top.simple .text p {
    font-size: 1.2em;
    max-width: 420px;
}

section.content {
    padding: 70px 10%;
}

section.content *{
	max-width:720px;
}


/* ******************************************************
	Footer
*********************************************************/

footer#colophon {
	background:#fff;
	position:relative;
	z-index:999;
}

footer#colophon .top svg {
    width: 25px;
}

footer#colophon .top {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    padding: 25px 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer#colophon .top a svg path {
    fill: #282828;
	transition:all 0.3s ease;
}

footer#colophon .top a:hover svg path {
    fill: #c9ad9f;
	transition:all 0.3s ease;
}

footer#colophon .top div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

footer#colophon .top div a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 15px;
}





footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:0 5%;
    flex-wrap: wrap;
    background: #fff;
	border-bottom:1px solid #282828;
    width: 100%;
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 45px 5% 45px 0;
    width: 33.333%;
}

footer#colophon .site-info .widget:nth-child(2){
	border-left:1px solid #282828;
	border-right:1px solid #282828;
    padding: 45px 5%
}

footer#colophon .site-info .widget:nth-child(2) p:last-child{
	margin-bottom:0;
}

footer#colophon .site-info .widget:nth-child(3){
    padding: 45px 0 45px 5%;
}


footer#colophon .site-info .widget-title {
    color: #c9ad9f;
	font-size:1.35em;
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li{
	color:#666;
	font-size: 15px;
	list-style-type:none;
	transition:all 0.3s ease;
}

footer#colophon .textwidget.custom-html-widget p {
    font-size: 0.9em!important;
    max-width: 350px;
	margin-bottom:0;
}

footer#colophon .site-info ul{
	margin:0;
	column-count:2;
	column-gap:40px;
}

footer#colophon .site-info li {
    line-height: 1em;
    margin: 0 0 10px;
}

footer#colophon .site-info a:hover{
	color:#c9ad9f;
	transition:all 0.3s ease;
}


footer#colophon .bottom {
    display: flex;
    padding: 8px 5%;
    flex-direction: row;
    justify-content: flex-start;
	align-items:baseline;
}


footer#colophon .bottom p,
footer#colophon .bottom a{
	font-size:12px;
	color:#282828;
	margin-right:10px;
}




/* ******************************************************
	Media Queries
*********************************************************/


@media screen and (min-width:1640px){
	
	
	header#masthead .top-nav {
    	left: calc(50% - 820px);
		max-width:1640px;
	}	
	
	.woocommerce.single main#main div.product div.summary {
    	right: calc(55% - 820px);
	}
	
	
	
}



@media screen and (max-width:1200px){
	
	header#masthead .main-navigation ul li:first-child {
    	margin: 0 10px 0 0;
	}
	
	header#masthead .main-navigation ul li {
    	margin: 0 10px 0 10px;
	}
	
	header.site-header nav#secondary-site-navigation ul li {
    	margin: 0 10px;
	}
	
	header.site-header nav#secondary-site-navigation ul li:last-child {
    	margin: 0 0 0 10px;
	}
	
	
	section.top .text {
    	padding: 210px 5% 120px 5%;
	}
	
	section.top.small .text {
    	padding: 210px 5% 120px 5%;
	}
	
	section.story .text {
		padding: 0 5% 70px 5%;
	}
	
	section.care {
    	padding: 70px 5%;
		padding-right: calc(5% - 20px);
	}
	
	section.faq {
		padding: 70px 5%;
	}
	
	
	section.main-content {
    	padding: 70px 10% 35px;
	}
	
	section.shop-banner {
		max-width: 80%;
	}
	
	section.posts {
    	padding: 70px 5% 50px;
    	padding-right: calc(5% - 20px);
	}
	
	
	main#main header.woocommerce-products-header {
		padding: 180px 5% 70px;
	}
	
	.woocommerce-page main#primary .entry-content {
    	padding: 70px 5% 50px;
	}
	
	
	section.content {
    	padding: 70px 5%;
	}
	
	section.top.simple {
		padding: 180px 5% 70px;
	}
	
	
	.woocommerce.single main#main div.product div.summary{
    	width: calc(40% - 5%);
   	 	max-width: 560px;
    	right: 5%;
	}
	
	.woocommerce.single main#main div.product .icons div {
    	width: 100%;
	}

	.woocommerce div.product {
    	padding: 0 5%;
	}
	
}



@media screen and (max-width:1024px){

	header#masthead div.menu-header-left-container,
	header.site-header nav#secondary-site-navigation{
		display:none;
	}
	
	header#masthead div.menu-footer-mobile-container{
		display:flex;
	}

	header#masthead .main-navigation .menu-toggle {
        display: block;
        margin: auto;
    }
    
    header#masthead .main-navigation {
        display: flex;
        width: 80px;
		position: fixed;
		right: 0;
		height:78px;
		background-color:#ddc4b8;
		flex-direction: column;
		justify-content: center;
		z-index: 9999;
        transition: all 0.5s ease;
    }
    
	header#masthead .main-navigation:hover,
	header#masthead .main-navigation.toggled{
		background-color:#c9ad9f;
        transition: all 0.5s ease;
	}
    
    header#masthead .main-navigation ul#footer-mobile-menu {
        background: #fff;
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 80px);
		max-width:400px;
		min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        z-index:9999;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation.toggled ul#footer-mobile-menu {
        background: #fff;
        z-index:9999;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        width: calc(100% - 80px);
		max-width:400px;
		min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation ul li {
        margin: 0 0 25px!important;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul li a,
    header#masthead .main-navigation ul li:hover a{
        margin: 0;
        line-height: 1em;
        padding-bottom:3px;
		color:#c9ad9f;
    }
    
    header#masthead .main-navigation ul li.current_page_item a, 
    header#masthead .main-navigation ul li ul li.current_page_item a,
    header#masthead .main-navigation ul li.current_page_item:hover a {
        margin: 0;
        padding-bottom:3px;
    }

    
    header#masthead .main-navigation ul li {
        height: auto;
    }
    
    header#masthead .main-navigation ul li:hover{
        margin:0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul ul{
        box-shadow: none;
    }
    
    
    
    header#masthead button div:first-child {
         margin: 0px 0 5px;
    }
    
    header#masthead button div {
        height: 3px;
        width: 34px;
        background: #fff;
         margin: 5px 0;
        transition: all 0.3s ease;
    }
    
    header#masthead button:hover div {
        background: #fff;
        transition: all 0.3s ease;
    }
    
    header#masthead button div:last-child {
         margin: 5px 0 8px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead nav#site-navigation.toggled button div:first-child {
        transform: rotate(45deg);
        width:34px;
        transform-origin: 6px 5px;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div {
        width:0;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div:last-child {
        transform: rotate(-45deg);
        width:34px;
        transform-origin: 8px -1px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead .menu-toggle{
        background-color: transparent;
        color:#fff;
        border:0;
        border-radius:0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0!important;
    }
    
    header#masthead .menu-toggle:hover {
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    header#masthead .menu-toggle:focus {
        outline: 0;
    }
    
    header.active .menu-toggle{
        color:#fff!important;
        transition: all 0.3s ease;
    }
    
    header.active button div{
        background-color:#fff!important;
        transition: all 0.3s ease;
    }
    
    header.active .menu-toggle:hover{
        color:#fff!important;
        transition: all 0.3s ease;
    }
    
    header.active button:hover div{
        background-color:#fff!important;
        transition: all 0.3s ease;
    }

	
	header#masthead .top-nav {
    	padding: 10px 20px;
	}
	
		
	header#masthead a.basket {
    	display: block!important;
    	position: absolute;
    	right: 110px;
	}	
	
	header#masthead a.basket span {
    	position: absolute;
    	width: 24px;
    	left: 0;
    	text-align: center;
    	top: 9px;
    	font-size: 0.8em;
    	font-family: 'Untitled Sans Bold', helvetica, sans-serif;
	}
	
	header#masthead a.account {
    	display: block!important;
    	position: absolute;
    	right: 160px;
	}	
	
	h1 {
		font-size: 3.5em;
	}

	section.banner p {
    	font-size: 1em;
	}

	section.products .shop .image {
    	width: 33%;
    	padding: 300px 30px 20px;
	}
	
	section.products .shop div.products {
    	padding: 0 5% 0 20px;
    	padding-right: calc(5% - 20px);
	}
	
	section.story img.badge {
    	right: 5%;
	}
	
	section.story .image.two {
    	width: 30%;
		height: 450px;
	}
	
	section.story .image.one {
    	width: 30%;
    	height: 450px;
	}
	
	
	section.story.full .image.two {
    	top: calc(50% - 450px);
	}
	
	section.story.full img.badge {
    	top: 70px;
    	right: 5%;
	}
	
	section.story.full .image.one {
    	bottom: auto;
    	top: calc(50% - 20px);
	}
	
	
	section.care .steps .step .image {
    	height: 150px;
	}
	
	
	section.faq .image.two {
    	width: 30%;
		height: 450px;
	}
	
	section.faq .image.one {
    	width: 30%;
    	height: 450px;
    	top: 150px;
    	left: 15%;
	}
	
	section.faq.reverse .questions {
		width: 45%;
	}
	
	
	section.posts a.post {
		width: calc(50% - 20px);
	}
	
	section.main-content {
    	padding: 70px 5% 35px;
	}
	
	section.shop-banner {
    	max-width: 90%;
	}
	
	.woocommerce.single main#main div.product div.summary {
    	padding: 35px 0;
    	width: 40%;
   	 	max-width: 560px;
    	right: 0%;
	}
	
	.woocommerce.single main#main div.product .main-product {
		padding: 0 25px 35px;
	}
	
	.woocommerce.single main#main div.product .product-description {
    	padding: 35px 25px;
	}
	
	.woocommerce.single main#main div.product .links a {
		padding: 12px 25px 10px;
	}
	
	
	.woocommerce main#main .content-images .extra .secondary-image {
    	height: 250px;
	}
	
	.woocommerce main#main .content-images .extra .text {
    	padding: 35px 30px;
	}
	

	.woocommerce main#main a.back span {
    	display: none;
	}
	
	.woocommerce main#main a.back svg {
    	margin: 0;
	}
	
	.woocommerce main#main a.back {
		padding: 10px 12px;
	}
	

}



@media screen and (max-width:820px){
	
	section.top .text {
    	padding: 200px 5% 80px 5%;
	}	
	
	section.products {
		padding: 50px 0 0;
	}
	
	section.products .shop {
    	flex-direction: column-reverse;
    	justify-content: center;
		align-items: center;
	}
	
	section.products .shop div.products {
    	width: 100%;
    	margin: 0 auto 25px;
    	padding: 0;
    	padding-right: 0;
    	padding-left: 20px;
    	max-width: 640px;
	}
	
	section.products .shop .image {
    	width: 100%;
    	max-width: 600px;
    	padding: 150px 25px 10px;
	}
	
	
	section.story {
    	padding: 50px 0 0;
	}
	
	section.story .text {
    	padding: 0 5% 50px 5%;
	}
	
	section.story img.badge {
    	width: 150px;
    	height: 150px;
    	top: 50px;
	}
	
	section.story .image.two {
    	width: 33%;
    	height: 350px;
    	top: 0;
    	right: 17%;
	}
	
	section.story .image.one {
    	width: 33%;
    	height: 350px;
    	bottom: 44px;
    	top: auto;
	}
	
	
	section.story.full {
    	margin: 0;
	}
	
	section.story.full .text {
    	width: 100%;
    	max-width: 100%;
    	margin-top: 500px;
	}
	
	section.story.full .text h2 {
    	max-width: 45%;
	}
	
	section.story.full .image.two {
    	top: 50px;
    	left: 5%;
    	width: 45%;
   		height: 450px;
	}
	
	section.story.full .image.one {
    	bottom: auto;
    	top: 200px;
    	right: 5%;
    	width: 55%;
    	height: 400px;
	}
	
	section.story.full img.badge {
    	right: 15%;
	}
	
	
	
	
	section.care {
    	padding: 50px 5%;
	}
	
	section.care .steps .step {
    	width: calc(50% - 20px);
	}
	
	section.faq {
    	padding: 50px 5%;
	}
	
	section.faq .image.one {
    	width: 33%;
    	height: 350px;
    	left: 12%;
	}
	
	section.faq .image.two {
    	width: 33%;
    	height: 400px;
    	top: -20px;
	}
	
	
	
	main#main header.woocommerce-products-header {
    	padding: 180px 5% 50px;
	}
	
	.woocommerce main#main ul.products {
		padding: 50px 5% 30px;
		margin-bottom:0;
	}
	
	.woocommerce main#main ul.products::before{
		display:none;
	}
	
	.woocommerce main#main ul.products li.product {
    	width: calc(50% - 10px);
	}
	
	
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 50%;
	}
	
	
	.woocommerce.single main#main div.product div.summary {
		width: 50%;
	}
	
	
	.woocommerce main#main .content-images {
		flex-direction: column;
	}
	
	.woocommerce main#main .content-images .main-image {
    	width: 50%;
    	height: 250px;
    	border-right: 0;
    	border-bottom: 1px solid #282828;
	}
	
	
	.woocommerce main#main .content-images .extra {
    	width: 50%;
	}
	
	
	
	.woocommerce main#main .care {
    	padding: 50px 5%;
	}
	
	
	.woocommerce main#main .care .text {
    	max-width: calc(50% - 20px);
	}
	
	.woocommerce main#main .care table.content {
		width: calc(50% - 20px);
	}
	
	table.content tbody tr td {
    	padding: 20px 15px;
	}
	
	
	.woocommerce main#main .faqs {
    	padding: 50px 5%;
	}
	
	.woocommerce main#main .faqs .text{
		max-width:calc(50% - 20px);
	}
	
	.woocommerce main#main .faqs .accordion {
		max-width:calc(50% - 20px);
	}
	
	
	section.posts {
    	padding: 50px 5% 30px;
    	padding-right: calc(5% - 20px);
	}
	
	
	section.top.small .text {
    	padding: 180px 5% 50px 5%;
	}
	
	
	section.main-content {
    	padding: 50px 5% 30px;
	}
	
	
	section.shop-banner{
		padding:35px 30px;	
    	margin: 0 auto 50px;
	}
	
	
	footer#colophon .site-info .widget {
		padding: 30px 5% 30px 0;
	}
	
	footer#colophon .site-info .widget:nth-child(2){
		padding: 30px 5%;
	}
	
	footer#colophon .site-info .widget:nth-child(3) {
    	padding: 30px 0 30px 5%;
	}

	footer#colophon .top {
		padding: 15px 5%;
	}
	
	footer#colophon .top img {
    	width: 150px;
    	height: 38px;
	}
	
	
	
}




@media screen and (max-width:768px){
	
	header#masthead {
    	background: #ffffff;
	}
	
	header.site-header .site-branding a.custom-logo-link.dark{
		opacity:1;
	}
	
	
	section.top.simple {
    	padding: 70px 5% 50px;
	}
	
	section.top {
    	flex-direction: column-reverse;
    	margin-top: 110px;
	}	
	
	section.top .text {
    	padding: 50px 5% 50px 5%;
    	width: 100%;
	}
	
	section.top.small .text {
    	padding: 50px 5%;
	}
	
	section.top .image {
    	width: 100%;
		height: 400px;
	}
	
	section.top.blog .image{
    	height: 250px;
	}
	
	
	section.posts a.post .post-text {
    	padding: 30px 25px;
	}
	
	.woocommerce-page main#primary header.entry-header,
	main#main header.woocommerce-products-header {
    	background-position: left;
    	background-size: 70%;
    	background-color: #DDC4B8;
    	background-repeat: repeat;
	}
	
	
	footer#colophon .site-info{
		padding:0;
	}
	
	footer#colophon .site-info .widget {
    	width: 50%;
		padding: 30px 5%;
	}
	
	footer#colophon .site-info .widget:nth-child(2) {
    	padding: 30px 5%;
    	border-right: 0px solid #282828;
	}
	
	footer#colophon .site-info .widget:nth-child(3) {
    	padding: 30px 5%;
    	width: 100%;
    	border-top: 1px solid #282828;
	}
	
	
}




@media screen and (max-width:640px){

	header#masthead .site-branding img.custom-logo {
    	width: 140px;
	}


	section.products {
    	padding: 50px 5% 30px;
	}
	
	section.products .shop div.products {
		padding-left: 0;
		flex-wrap:wrap;
	}

	section.products .shop li.product:first-child {
    	margin-right: auto;
		margin-bottom:20px;
	}
	
	section.products .shop li.product {
		width: 100%;
    	margin: 0 auto;
	}

	section.products .shop .image {
    	display:none;
	}
	
	section.products .white{
		display:none;
	}
	
	section.story .text {
    	padding: 50px 5%;
    	width: 100%;
    	margin-top: 330px;
	}
	
	section.story .text h2{
		max-width:45%;
	}
	
	section.story .image.two {
    	width: 50%;
    	height: 350px;
    	right: 45%;
		top:-20px;
	}
	
	section.story .image.one {
    	width: 50%;
    	height: 350px;
    	right: 5%;
		top:150px;
		bottom:auto;
	}
	
	section.story img.badge {
    	top: 30px;
    	right: 20%;
	}
	
	
	section.care .steps .step {
    	width: 100%;
    	margin: 0 0 20px;
	}
	
	
	
	section.faq{	
	    min-height: 0;
	}
	
	section.faq .image.two,
	section.faq .image.one {
		display:none;
	}
	
	section.faq .questions {
    	width: 100%;
    	margin-left: 0;
	}
	
	section.faq.reverse .questions {
    	width: 100%;
	}
	
	
	section.posts a.post {
    	width: 100%;
    	margin: 0 0 20px;
	}
	
	section.posts {
    	padding-right: 5%;
	}
	
	section.top.small .text {
    	padding: 50px 5% 30px;
	}
	
	section.shop-banner .text {
    	max-width: 100%;
	}
	
	section.shop-banner img.badge{
		display:none;
	}
	
	
	
	section.content {
    	padding: 50px 5%;
	}
	
	
	.woocommerce main#main ul.products li.product,
	.woocommerce main#main ul.products li.product:nth-child(2){
    	width: 100%;
    	margin: 0 auto 20px;
    	max-width: 400px;
	}
	
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
    	width: 100%;
	}
	
	.woocommerce div.product {
    	padding: 0;
	}
	
	.woocommerce.single main#main div.product div.summary {
    	width: 100%;
    	position: static;
    	max-width: 100%;
    	border: 0;
	}
	
	.woocommerce main#main .content-images {
    	border: 0;
	}
	
	.woocommerce main#main .content-images .main-image {
		width: 100%;
    	height: 300px;
	}
	
	.woocommerce main#main .content-images .extra {
    	width: 100%;
	}
	
	.woocommerce main#main .content-images .extra .secondary-image {
    	height: 300px;
	}
	
	
	.woocommerce main#main .care .text {
    	max-width: 100%;
	}
	
	.woocommerce main#main .care table.content {
    	width: 100%;
	}
	
	.woocommerce main#main .faqs .text {
    	max-width: 100%;
	}
	
	.woocommerce main#main .faqs .accordion {
    	max-width: 100%;
    	width: 100%;
	}
	
	
	
	section.story.full .image.two {
    	height: 350px;
	}
	
	section.story.full .image.one {
    	height: 350px;
	}
	
	section.story.full .text {
    	margin-top: 475px;
	}
	
	section.story.full .banner {
    	margin-bottom: 50px;
	}
	
	
}



@media screen and (max-width:425px){
	
	header#masthead .top-nav {
    	padding: 10px;
    	justify-content: space-between;
	}
	
	header#masthead .top-nav a {
		margin-right: 0;
    	font-size: 0.6em;
	}
	
	
	header#masthead a.account{
		display:none!important;
	}
	
	section.top .image {
    	height: 300px;
	}
	
	h1 {
    	font-size: 3em;
	}
	
	
	section.story .image.two {
		height: 250px;
	}
	
	section.story .image.one {
		height: 250px;
	}
	
	section.story img.badge {
	    right: 5%;
	}

	section.story .text {
    	margin-top: 250px;
	}
	
	
	section.story.full .image.two {
		height: 250px;
	}
	
	section.story.full .image.one {
		height: 250px;
	}
	
	section.story.full img.badge {
	    right: 5%;
	}

	section.story.full .text {
    	margin-top: 300px;
	}
	
	
	footer#colophon .site-info .widget {
    	width: 100%;
    	border: 0!important;
		border-bottom: 1px solid #282828!important;
	}
	
	footer#colophon .top img {
    	width: 100px;
    	height: 25px;
	}
	
	footer#colophon .site-info{
		border-bottom:0;
	}
	
	footer#colophon .bottom p, 
	footer#colophon .bottom a {
		font-size: 10px;
	}
	
	
}



