/*
Theme Name: Swadling Brassware 2023
Author: Stuart Magog for Winter Design
Author URI: https://www.winterdesign.co.uk/
Version: 1.0.0
*/

/* -------------------------------------------------------------------------------------------------------------------
Normalize *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
html,
mark {
	color: #000
}
body,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}
audio,
canvas,
video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
button,
html,
input,
select,
textarea {
	font-family: sans-serif
}
body {
	padding: 0
}
a:focus {
	outline: dotted thin
}
a:active,
a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: 500
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0
}
dl,
menu,
ol,
p,
pre,
ul {
	margin: 1em 0
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:after,
q:before {
	content: '';
	content: none
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
dd {
	margin: 0 0 0 40px
}
menu,
ol,
ul {
	padding: 0 0 0 16px
}
nav ol,
nav ul {
	list-style: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}
button,
input {
	line-height: normal
}
button,
select {
	text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.nomargin {
	margin: 0 !important;
}
* {
	background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------------------------------------------------
Variables *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
:root {
	/* Colors */
	--green: #31481D;
	--slate: #99A0AD;
	--lightgrey: #FAFAFB;
	--borders: #F5F5F7;
	/* Font sizes */
	--h1: 32px;
	--h2: 32px;
	--h3: 28px;
	--h4: 24px;
	--h5: 22px;
	--h6: 16px;
	--p: 14px;
	--small: 13px;
	/* Widths */
	--fw: 1372px;
	--tw: 904px;
}
@media (min-width:1024px) {
	:root {
		--h1: 38px;
		--h2: 36px;
		--h3: 32px;
		--h4: 24px;
		--h5: 22px;
		--p: 15px;
	}
}
@media (min-width:1440px) {
	:root {
		--h1: 46px;
		--h2: 40px;
		--h3: 35px;
		--h4: 30px;
		--h5: 25px;
	}
}
/* -------------------------------------------------------------------------------------------------------------------
Logged-in users
------------------------------------------------------------------------------------------------------------------- */
.logged-in.admin-bar #wpadminbar {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	border-bottom: 1px solid #fff;
}
body.logged-in.admin-bar .mainheader {
	/* Height of admin bar = 46px */
	top: 46px;
}
@media screen and (max-width: 600px) {
	.logged-in.admin-bar #wpadminbar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
	}
}
@media (min-width:783px) {
	body.logged-in.admin-bar .mainheader {
		/* Height of admin bar = 32px */
		top: 32px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
General *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 140px;
	max-width: 100%;
	overflow-x: hidden;
}
body {
	overflow: visible;
	overflow-x: hidden;
}

/* -------------------------------------------------------------------------------------------------------------------
Typography *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
html {
	font-size: 14px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
p {
	font-size: var(--p);
	margin: 0 0 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'MrsEavesLiningOT';
	font-weight: 300;
	/* text-transform: uppercase; */
	line-height: 1.1;
	letter-spacing: -1px;
	margin: 0 0 24px;
	color: var(--green);
}
h1 {
	font-size: var(--h1);
}
h2 {
	font-size: var(--h2);
}
h3 {
	font-size: var(--h3);
}
h4 {
	font-size: var(--h4);
}
h5 {
	font-size: var(--h5);
	margin-bottom: 8px;
}
h6 {
	font-size: var(--h6);
}
small {
	font-size: var(--small);
}
ul,
ol {
	margin-bottom: 32px;
}
li {
	font-size: var(--p);
	margin: 0 0 8px;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	margin-top: 64px;
}
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
	margin-top: 32px;
}
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
	margin-top: 64px;
}
p.strikingFormat {
	font-size: var(--h5) !important;
}
@media (min-width: 768px) {
	html {
		font-size: 15px;
	}
}
/* -------------------------------------------------------------------------------------------------------------------
Common styles and classes *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
::-moz-selection {
	background: #99A0AD;
	text-shadow: none;
}
::selection {
	background: #99A0AD;
	text-shadow: none;
}
a:not(.signpost) {
	color: var(--green);
	border-bottom: 1px solid;
	outline: 0 !important;
	text-decoration: none;
	position: relative;
	transition: all 0.25s;
}
a:not(.signpost):hover {
	color: var(--slate);
}
/* a:not(.signpost)::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--green);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.25s;
}
a:not(.signpost):hover::after, a:not(.signpost):active::after {
    opacity: 1;
	bottom: -4px;
} */
a.noborder {
	border-bottom: 0 !important;
	padding-bottom: 0;
}
.full-width-image {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
hr {
	clear: both;
	border: 0;
}
blockquote {
	margin: 64px 0;
	padding-left: 20px;
	border-left: 4px solid var(--green);
}
blockquote p {
	font-size: var(--h5);
}
.align-right {
	text-align: right;
}
.center {
	text-align: center;
}
.pointer {
	cursor: pointer;
}
.hide {
	display: none;
}
@media (min-width:768px) {
	blockquote {
		padding-left: 32px;
		border-left: 8px solid var(--green);
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Layout
------------------------------------------------------------------------------------------------------------------- */
.container,
.media-object {
	width: 100%;
	max-width: var(--fw);
	margin: 0 auto;
	padding: 0 32px;
	box-sizing: border-box;
}
.media-object {
	padding: 0;
	margin: 0 auto 32px;
}
.plain-banner .container {
	max-width: var(--tw);
}
.post-type-archive-stockist .plain-banner .container,
.page-id-9 .plain-banner .container,
.page-template-pagetemplate-stockists .plain-banner .container {
	max-width: var(--fw);
}
.row {
	width: 100%;
}
@media (min-width: 968px) {
	.plain-banner .container {
		padding: 0;
	}
}
@media (min-width:1280px) {
	.plain-banner .container {
		border-bottom: 1px solid var(--borders);
	}
	.post-type-archive-stockist .plain-banner .container,
	.page-template-pagetemplate-stockists .plain-banner .container {
		border: 0;
	}
}
@media (min-width:1440px) {
	.container,
	.media-object {
		padding: 0;
	}
}
/* -------------------------------------------------------------------------------------------------------------------
Page Content
------------------------------------------------------------------------------------------------------------------- */
article.post-content {
	/* overflow: hidden; */
	/* amb - 2026-02-18 - prevented window width working */
}
article.post-content div + h1,
article.post-content div + h2,
article.post-content div + h3,
article.post-content div + h4,
article.post-content div + h5,
article.post-content div + h6,
article.post-content div + p,
article.post-content div + ul,
article.post-content div + ol,
article.post-content div + dl,
article.post-content div + table,
article.post-content div + blockquote,
article.post-content p + div,
article.post-content h1 + div {
	margin-top: 64px;
}
article.post-content > h2,
article.post-content > h3,
article.post-content > h4,
article.post-content > h5,
article.post-content > h6,
article.post-content > p,
article.post-content > ul,
article.post-content > ol,
article.post-content > dl,
article.post-content > table,
article.post-content > blockquote,
article.post-content > form,
article.post-content > div[role="form"] {
	max-width: var(--tw);
	margin-left: auto;
	margin-right: auto;
}
/* -------------------------------------------------------------------------------------------------------------------
Flexible Column Layouts *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
.flexcols {
	width: 100%;
	clear: both;
}
.flexcols > div,
.flexcols > a {
	box-sizing: border-box;
	margin: 0 0 32px 0;
	overflow: hidden;
}
.flexcols > a {
	display: block;
}
@media (min-width:768px) {
	.flexcols {
		display: flex;
		flex-wrap: wrap;
	}
	.flexcols-reverse {
		flex-direction: row-reverse;
	}
	.flexcols > div,
	.flexcols > a {
		margin: 0 32px 32px 0;
	}
	.flexcols-reverse > div,
	.flexcols-reverse > a {
		margin: 0 0 32px 32px;
	}
	.col1of2,
	.col1of4 {
		flex: 0 0 calc(50% - 16px);
	}
	.col1of2:nth-child(even),
	.col1of4:nth-child(even) {
		margin-right: 0;
	}
	.flexcols-reverse .col1of2:nth-child(even),
	.flexcols-reverse .col1of4:nth-child(even) {
		margin-left: 0;
	}
	.col1of3 {
		flex: 0 0 calc(33.3333% - 48px);
	}
	.col1of3:nth-child(3n+0) {
		margin-right: 0 !important;
	}
}
@media (min-width:1024px) {
	.col1of4 {
		flex: 0 0 calc(25% - 24px);
	}
	.col1of4:nth-child(even) {
		margin-right: 32px;
	}
	.col1of4:nth-child(4n+0) {
		margin-right: 0;
	}
}
@media (min-width: 1280px) {
	.single-product .flexcols-reverse .col1of2:nth-child(odd) {
		width: 56%;
		max-width: 768px;
		margin-left: 4% !important;
		flex: auto;
	}
	.single-product .flexcols-reverse .col1of2:nth-child(even) {
		width: 40%;
		max-width: 548px;
		flex: auto;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Navigation Button
------------------------------------------------------------------------------------------------------------------- */
.nav-btn {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 39px;
	left: 35px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.25s;
}
.line1,
.line2,
.line3 {
	width: 26px;
	height: 2px;
	display: block;
	margin-bottom: 8px;
	background: var(--green);
	opacity: 1;
	transition: all 0.25s;
	border-radius: 50px;
}
.line3 {
	margin-bottom: 0;
}
.line1-alt {
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
}
.line3-alt {
	transform: rotate(-45deg);
	position: absolute;
	top: 7px;
}
/* @media (min-width:1436px) {
	.nav-btn {
		left: 0;
	}
} */

/* -------------------------------------------------------------------------------------------------------------------
Navigation Overlay *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
.navslide {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	top: 0;
	left: -100%;
	transition: all 0.25s;
	z-index: 98;
	position: fixed;
}
.navslide-active {
	left: 0;
	box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.22);
}
@media (min-width: 768px) {
	.navslide {
		width: 50%;
		background: rgba(255, 255, 255, 0.95);
	}
}
@media (min-width: 1025px) {
	.navslide {
		width: 40%;
	}
}
@media (min-width: 1280px) {
	.navslide {
		width: 35%;
	}
}
@media (min-width: 1440px) {
	.navslide {
		width: 30%;
	}
}
@media (min-width: 1800px) {
	.navslide {
		width: 25%;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Navigation Menu
------------------------------------------------------------------------------------------------------------------- */
.navslide nav {
	padding: 120px 0 0 24px;
}
.navslide nav li {
	font-size: 16px;
	font-weight: 500;
}
.navslide nav a {
	border: 1px solid transparent;
	transition: border 0.25s;
	cursor: pointer;
}
.navslide nav a:hover {
	border-bottom: 1px solid var(--green);
	color: var(--green);
}
.navslide nav .sub-menu {
	margin-bottom: 16px;
}
.navslide nav .sub-menu.active {
	display: block;
}
.navslide nav .sub-menu li a::before {
	content: '- ';
}
.language-switcher {
	margin: 24px 0 0 40px;
}
.wpml-ls-legacy-dropdown-click {
	width: 120px;
}
.language-switcher a {
	border-color: transparent;
}
.language-switcher a:hover > span {
	border-bottom: 1px solid var(--green);
}
.wpml-ls-legacy-dropdown-click a {
	border: 0;
	padding: 8px 0;
	background: none;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
	border: 0;
	width: 14px;
	height: 8px;
	background-image: url(img/i-arrow-down.svg);
	top: calc(50% - 4px);
	transition: transform 0.25s;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle.active::after {
	transform: rotate(180deg);
}
.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
	background: none !important;
	border-color: var(--green) !important;
	color: var(--green);
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border-top: 0;
}
@media (min-width: 460px) {
	.navslide nav {
		padding: 180px 0 0 24px;
	}
	.navslide nav .sub-menu {
		display: none;
	}
}
@media (min-width:1025px) {
	.navslide nav {
		padding: 220px 0 0 24px;
	}
	.navslide nav li {
		margin-bottom: 16px;
	}
	.navslide nav > div {
		position: relative;
	}
	.navslide nav .sub-menu {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 40px;
	}
	.navslide nav .sub-menu li a::before {
		content: '';
	}
}
@media (min-width: 1280px) {
	.navslide nav .sub-menu {
		right: 72px;
	}
}
/* -------------------------------------------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------------------------------------------- */
.mainheader {
	position: fixed;
	width: 100%;
	clear: both;
	top: 0;
	z-index: 99;
	height: 120px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
}
.mainheader .container {
	position: relative;
	overflow: visible;
	/* required for dropdown menu */
	max-width: 100%;
}
.mainheader .logo {
	width: 200px;
	margin: 21px auto 0;
	text-align: center;
}
.mainheader .logo span.logo-icon {
	margin: 0 auto;
	width: 38px;
	height: 38px;
}
.mainheader .logo span.logo-icon svg {
	width: 38px;
	height: 38px;
}
.mainheader .logo img {
	margin-top: 4px;
}
.mainheader .nav-stockists {
	position: absolute;
	top: 28px;
	right: 32px;
	font-size: 14px;
	font-weight: 500;
}

@media (max-width:460px) {
	.mainheader {
		height: 90px;
	}
	.mainheader .logo {
		margin-top: 28px;
	}
	.mainheader .logo img {
		display: none;
	}
	.nav-btn {
		top: 12px;
	}
	.mainheader .nav-stockists {
		top: 3px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Header on scroll
------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.mainheader.fixed-header {
		height: 100px;
	}
	.mainheader .logo span.logo-icon,
	.mainheader .logo span.logo-icon svg {
		transition: all 0.25s;
	}
	.mainheader.fixed-header .logo span.logo-icon,
	.mainheader.fixed-header .logo span.logo-icon svg {
		width: 60px;
		height: 60px;
	}
	.mainheader.fixed-header .logo img {
		display: none;
	}
	.mainheader.fixed-header .nav-btn {
		top: 26px;
	}
	.mainheader.fixed-header .nav-stockists {
		top: 18px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Page Banner
------------------------------------------------------------------------------------------------------------------- */
.banner {
	margin-top: 120px;
	/* Height of header */
	margin-bottom: 64px;
	overflow: hidden;
}
@media (max-width:460px) {
	.banner {
		margin-top: 90px;
		/* Height of header */
	}
}
.banner-image {
	height: 340px;
	overflow: hidden;
	position: relative;
	border-bottom: 6px solid var(--green);
	transition: height 0.25s;
}
.plain-banner {
	padding-top: 64px;
	margin-bottom: 32px;
}
body.single-product .plain-banner {
	padding-top: 0 !important;
}
.header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.header-image::after {
	content: '';
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.header-image img {
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	position: relative;
	z-index: -1;
}
/* body.home .banner-slide-image {
	overflow: hidden;
}
body.home .banner-slide-image img {
	transform: scale(1.2);
} */
@media (min-width:560px) {
	.header-image img {
		height: auto;
		width: auto;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		left: 0 !important;
	}
}
@media (min-width:768px) {
	.banner-image,
	.banner-image .carousel-cell {
		height: 454px;
	}
	.plain-banner {
		padding-top: 80px;
	}
}
@media (min-width:1280px) {
	.banner-image,
	.banner-image .carousel-cell {
		height: 642px;
	}
	.plain-banner {
		padding-top: 120px;
		margin-bottom: 64px;
	}
}
@media (min-width:1660px) {
	.banner-image,
	.banner-image .carousel-cell {
		height: 700px;
	}
}
@media (min-width:1920px) {
	.banner-image,
	.banner-image .carousel-cell {
		height: 825px;
	}
}
@media (min-width:2400px) {
	.banner-image,
	.banner-image .carousel-cell {
		height: 1032px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Banner Slideshow
------------------------------------------------------------------------------------------------------------------- */
.banner-slides {
	position: relative;
	height: 100%;
	background-color: var(--green);
}
.banner-slides .carousel-cell {
	width: 100%;
	overflow: hidden;
}
.banner-slides .carousel-cell::after {
	content: '';
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner-slides .carousel-cell img,
.banner-slides .carousel-cell iframe {
	min-width: 100%;
	max-width: 100%;
	min-height: 340px;
	/* height: 340px; */
}
.banner-slides .carousel-cell img {
	object-fit: cover;
}
.banner-slide-video.videowrapper {
	margin: 0 !important;
	text-align: left !important;
}
.banner-slides .flickity-page-dots {
	bottom: 48px;
	z-index: 1;
}
.banner-slides .flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.5;
}
.banner-slides .flickity-page-dots .dot.is-selected {
	opacity: 1;
}
.banner-slides .flickity-prev-next-button {
	transform: none;
	top: auto;
	bottom: 37px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	background-image: url(img/i-arrow-right.svg);
	background-size: 24px 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0;
	cursor: pointer;
	box-shadow: none !important;
	z-index: 2;
}
.banner-slides .flickity-prev-next-button.previous {
	transform: rotate(180deg);
	right: 84px;
	left: auto;
}
.banner-slides .flickity-prev-next-button.next {
	right: 40px;
}
.banner-slides .flickity-prev-next-button svg {
	display: none;
}
.slide-titles {
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.slide-titles h1 {
	color: #fff;
	margin-bottom: 0;
}
.slide-titles a,
.slide-titles a:hover {
	color: #fff;
}
.banner-slide-video .slide-titles {
	position: absolute;
	padding: 0;
}
.banner-slides.hide-nav-ui .flickity-prev-next-button,
.banner-slides.hide-nav-ui .flickity-page-dots {
	display: none;
}
@media (max-width: 1279px) {
	.banner-slides .carousel-cell img {
		transform: none !important;
	}
	.banner-slide-video div {
		transform: none !important;
		/* height: 100% !important; */
	}
}
@media (max-width:767px) {
	.banner-slides .flickity-prev-next-button.previous {
		right: calc(50vw);
		bottom: 10px;
	}
	.banner-slides .flickity-prev-next-button.next {
		right: calc(50vw - 40px);
		bottom: 10px;
	}
	.banner-slides .flickity-page-dots {
		display: none;
	}
}
@media (max-width: 800px) {
	.banner-slide-video div {
		padding-bottom: 100% !important;
	}
	.banner-slide-video iframe {
		transform: scale(2.2) !important;
	}
}
@media (min-width: 768px) {
	.banner-slides .carousel-cell img,
	.banner-slides .carousel-cell iframe {
		min-height: 454px;
		/* height: 454px; */
		min-width: 100%;
	}
	.slide-titles {
		top: auto;
		bottom: 56px;
		text-align: left;
	}
	.banner-slide-video .slide-titles {
		bottom: 113px;
	}
}
@media (min-width: 1280px) {
	.banner-slides .carousel-cell img,
	.banner-slides .carousel-cell iframe {
		min-height: 642px;
	}
}
@media (min-width: 1440px) {
	.banner-slide-video .slide-titles {
		bottom: 133px;
	}
}
@media (min-width: 1660px) {
	.banner-slides .carousel-cell img,
	.banner-slides .carousel-cell iframe {
		min-height: 700px;
	}
}
@media (min-width: 1920px) {
	.banner-slides .carousel-cell img,
	.banner-slides .carousel-cell iframe {
		min-height: 825px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Page Titles *** TO EDIT ***
------------------------------------------------------------------------------------------------------------------- */
.banner-image .pagetitles {
	position: absolute;
	bottom: 32px;
	width: 100%;
}
.banner-image .pagetitles h1,
.banner-image .pagetitles h5,
.banner-image .pagetitles a {
	color: #fff;
}
@media (max-width:767px) {
	.banner-image .pagetitles {
		bottom: auto;
		bottom: 0;
	}
	.banner-image .carousel + .pagetitles {
		bottom: 64px;
		text-align: center;
	}
}



/* -------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------- */
.mainfooter {
	width: 100%;
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 40px 0;
	background-color: var(--green);
	color: #fff;
	margin-top: 64px;
}
.mainfooter p {
	font-size: 12px;
	margin-bottom: 20px;
}
.mainfooter a {
	color: #fff;
	padding-bottom: 0;
}
#menu-footer-menu {
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin-left: 0;
}
#menu-footer-menu li {
	font-size: 12px;
	margin: 0;
	display: inline;
}
#menu-footer-menu li::after {
	content: '|';
	padding: 0 8px 0 12px;
}
#menu-footer-menu li:last-of-type::after {
	content: '';
	padding: 0;
}

/* -------------------------------------------------------------------------------------------------------------------
Social Media
------------------------------------------------------------------------------------------------------------------- */
.social-media {
	list-style: none;
	padding: 0;
	margin: 32px auto;
}
.social-media li {
	display: inline;
	margin: 0 12px;
}
.social-media li img {
	height: 28px;
	width: auto;
}
.social-media a {
	border: none;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.25s;
}
.social-media a:hover {
	opacity: 0.5;
}
@media (min-width:1280px) {
	.social-media li {
		margin: 0 16px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Blog Archive
------------------------------------------------------------------------------------------------------------------- */
.post-preview {
	box-sizing: border-box;
}
.post-preview-img {
	display: block;
	overflow: hidden;
}
.post-preview-img:hover img {
	transform: scale(1.05);
	transition: transform 0.25s;
}
.post-preview img {
	margin-bottom: 16px;
	transition: transform 0.25s;
}
.post-preview h3 {
	/* text-transform: none; */
	margin-bottom: 16px;
	letter-spacing: -1px;
}
.post-preview a {
	border: 0 !important;
}
.post-preview a::after {
	display: none !important;
}
.post-preview p {
	margin-bottom: 48px;
}
@media (min-width: 768px) {
	.post-preview {
		width: calc(33.3333%);
		padding: 0 8px;
	}
}
@media (min-width: 1024px) {
	.post-preview {
		padding: 0 16px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Isotope Menu
------------------------------------------------------------------------------------------------------------------- */
.isotope-menu {
	text-align: center;
	padding: 32px 0;
	border-top: 1px solid var(--borders);
}
.isotope-menu button {
	font-family: 'Open Sans', serif;
	margin: 0 12px 12px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--green);
	position: relative;
}
@media (max-width: 500px) {
	.isotope-menu button {
		font-size: 13px;
		margin: 0 6px 6px;
	}
	.isotope-menu button:first-of-type {
		margin-left: 0;
	}
	.isotope-menu button:last-of-type {
		margin-right: 0;
	}
}
/* .isotope-menu button.is-checked {
	border-bottom: 1px solid;
} */
.isotope-menu button::after {
	content: '';
	width: 0;
	height: 1px;
	background-color: var(--green);
	position: absolute;
	bottom: -1px;
	left: 50%;
	transition: all 0.25s;
}
.isotope-menu button:hover::after {
	width: 100%;
	left: 0;
}
.isotope-menu button.is-checked::after {
	width: 100%;
	left: 0;
}
@media (min-width: 768px) {
	.isotope-menu {
		padding: 64px 0;
	}
	.isotope-menu button {
		margin: 0 24px;
	}
}
@media (min-width: 1024px) {
	.isotope-menu button {
		margin: 0 40px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Collection Signposts
------------------------------------------------------------------------------------------------------------------- */
.collection-signposts .signpost {
	position: relative;
	border-bottom: 6px solid var(--green);
}
@media (max-width: 767px) {
	.collection-signposts .signpost {
		height: calc(100vw * 1.2);
	}
}
.collection-signposts .signpost::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	width: 100%;
	height: 50%;
	display: block;
	z-index: 1;
}
.collection-signposts .signpost img {
	transition: transform 0.25s;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
.collection-signposts .signpost:hover img {
	transform: scale(1.05);
	transition: transform 0.25s;
}
.signpost-content {
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.signpost-content h3,
.signpost-content h5 {
	margin-bottom: 4px;
	color: #fff;
}
.signpost-content small,
.ani-link,
.media-object.size-contentwidth > div a {
	position: relative;
}
.ani-link,
.media-object.size-contentwidth > div a {
	border: 0 !important;
}
.signpost-content small::after,
.ani-link::after,
.media-object.size-contentwidth > div a::after {
	content: '';
	width: 0%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transition: all 0.25s;
}
.media-object.size-contentwidth > div a::after,
.product-preview a.ani-link::after {
	background-color: #000;
}
.media-object > div a,
.product-preview a.ani-link {
	color: #000 !important;
}
.signpost-content small:hover::after,
.ani-link:hover::after,
.media-object.size-contentwidth > div a:hover::after {
	width: 100%;
	left: 0;
}

/* -------------------------------------------------------------------------------------------------------------------
Image Tints
------------------------------------------------------------------------------------------------------------------- */
.img-tint {
	position: relative;
	display: block;
	overflow: hidden;
	border: 0 !important;
}
.img-tint::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.01);
	margin: 0;
	border: 0;
	pointer-events: none;
}

/* -------------------------------------------------------------------------------------------------------------------
Collections Isotope
------------------------------------------------------------------------------------------------------------------- */
.product-preview {
	box-sizing: border-box;
	color: var(--green);
	text-align: center;
	padding-bottom: 40px;
}
.product-preview * {
	margin-bottom: 8px;
}
.product-preview h5 {
	margin-top: 0 !important;
}
.product-preview img {
	margin-bottom: 20px;
	box-sizing: border-box;
	transition: transform 0.25s;
}
.product-preview-img {
	margin-bottom: 20px;
}
.product-preview-img:hover img {
	transform: scale(1.07);
	transition: transform 0.25s;
}
.product-preview-img::before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: var(--green);
	transition: all 0.25s;
}
.product-preview-img:hover::before {
	width: 100%;
	left: 0;
}
.product-sku {
	font-size: var(--small);
	text-transform: uppercase;
	margin: 0 0 8px;
}
@media (min-width:360px) {
	.product-preview {
		width: calc(50% - 8px);
		margin: 4px;
		float: left;
		padding-bottom: 24px;
	}
}
@media (max-width:359px) {
	.product-preview {
		width: 100%;
		left: 0 !important;
		position: unset !important;
		float: none;
	}
}
@media (min-width:768px) {
	.product-preview {
		width: calc(50% - 32px);
		margin: 16px;
		/* float: left;
		padding-bottom: 24px; */
	}
}
@media (min-width:1024px) {
	.product-preview {
		width: calc(24% - 24px);
	}
}


/* -------------------------------------------------------------------------------------------------------------------
Single Product
------------------------------------------------------------------------------------------------------------------- */
body.single-product article ul {
	padding: 0;
	list-style: none;
	;
}
body.single-product article li {
	padding-left: 24px;
	position: relative;
}
body.single-product article li::before {
	content: '';
	width: 11px;
	height: 8px;
	background-image: url(img/i-tick.svg);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
}
.product-logos {
	margin: 48px 0 16px;
}
.product-logo {
	max-width: 160px;
}
.product-info-titles {
	margin-bottom: 24px;
}
.product-info-titles * {
	margin: 0;
}
.product-info-titles p {
	font-family: 'MrsEavesLiningOT';
	font-size: 16px;
}
@media (min-width: 1280px) {
	.product-logos {
		width: 90%;
	}
}
/* .product-gallery img {
	border: 1px solid #ccc;
	box-sizing: border-box;
} */

/* -------------------------------------------------------------------------------------------------------------------
Single Product - Main Gallery
------------------------------------------------------------------------------------------------------------------- */
.carousel-main.loading {
	height: 670px;
	overflow: hidden;
}
.carousel-nav.loading {
	height: 152px;
	overflow: hidden;
}
.product-gallery .carousel-main {
	/* margin-bottom: 32px; */
	margin-bottom: 13px;
}
.product-gallery .carousel-caption {
	position: absolute;
	z-index: 99999;
	bottom: 0;
	padding: 8px;
	width: 100%;
	background: #f9f9f9;
}
/* .product-gallery .carousel-main::after {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	background-image: url(img/i-zoom.svg);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	pointer-events: none;
} */
.product-gallery .carousel-main .carousel-cell {
	width: 100%;
}

.product-zoom-image {
	position: relative;
	overflow: hidden;
}

.carousel-main__hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.25s ease-out;
}

.product-gallery .carousel-nav .carousel-cell {
	/* width: 30%;
	margin-right: 32px; */
	width: 31.75%;
	margin-right: 13px;
}
.product-gallery-group .arrows {
	position: relative;
	width: 64px;
	height: 30px;
	margin-top: 26px;
}
.product-gallery-group .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	top: auto;
	left: auto;
	background-size: 30px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 0;
	box-shadow: none !important;
	opacity: 0.9;
	transition: opacity 0.25s;
}
.product-gallery-group .flickity-prev-next-button:hover {
	opacity: 0.5;
}
.product-gallery-group .flickity-prev-next-button:active {
	opacity: 1;
}
.product-gallery-group .flickity-prev-next-button svg {
	display: none;
}
.product-gallery-group .flickity-prev-next-button.next {
	background-image: url(img/gallery-right.png);
	bottom: 0;
	right: 0;
}
.product-gallery-group .flickity-prev-next-button.previous {
	background-image: url(img/gallery-left.png);
	bottom: 0;
	left: 0;
}
@media (max-width: 767px) {
	.product-gallery .carousel-main::after {
		display: none;
	}
	.product-gallery .carousel-main * {
		pointer-events: none;
	}
	/* .product-gallery-group {
		margin-bottom: 0 !important;
	} */
}
@media (max-width: 1279px) {
	.product-gallery .carousel-main {
		margin-bottom: 8px;
	}
	.product-gallery .carousel-nav .carousel-cell {
		width: 32.3333%;
		margin-right: 1%;
	}
}
@media (min-width: 1280px) {
	.product-gallery .carousel-nav .carousel-cell {
		height: 130px;
	}
}
@media (min-width: 1440px) {
	.product-gallery .carousel-main {
		/* height: 548px; */
		overflow: hidden;
	}
}
/* -------------------------------------------------------------------------------------------------------------------
Single Product - Nested Finish Galleries
------------------------------------------------------------------------------------------------------------------- */
.nested-galleries .carousel.loading {
	height: 300px;
	overflow: hidden;
}
.ng-gallery {
	width: 170px;
	margin-right: 30px;
	height: 300px;
}
.ng-gallery-images {
	position: relative;
	width: 170px;
	height: 170px;
}
.ng-image {
	width: 170px;
	height: 170px;
	/* border: 1px solid #f5f5f5; */
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.ng-image img {
	width: 100%;
	height: auto;
	display: none;
	transform: scale(0.55);
	transition: transform 0.25s;
}
.ng-gallery-images:hover img {
	transform: scale(1.25);
}
.ng-image.active img {
	display: block;
}
.bg-thumb {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #F5F5F7;
	margin: 0 2px;
	box-sizing: border-box;
	padding: 3px;
	display: inline-block;
	cursor: pointer;
}
.bg-thumb.active {
	border-color: var(--slate);
}
.bg-thumb span {
	border: 1px solid #EBECEF;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	box-sizing: border-box;
	display: block;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bg-thumb.white span {
	background-color: #fff;
}
.bg-thumb.whiteglass span {
	background-color: #f5f5f5;
}
.bg-thumb.whiteceramic span {
	background-color: #f5f5f5;
}
.bg-thumb.black span {
	background-color: #000;
}
.bg-thumb.blackceramic span {
	background-color: #000;
}
.bg-thumb.blackglass span {
	background-color: #000;
}
.bg-thumb.motherofpearl span {
	background-image: url(img/thumb-motherofpearl.jpg);
}
.bg-thumb.blacklippearl span {
	background-image: url(img/thumb-blacklippearl.jpg);
}
.ng-gallery-meta {
	color: var(--green);
	text-align: center;
	padding-top: 8px;
}
.ng-gallery-meta p {
	margin-bottom: 0;
}
.ng-gallery-meta p.ng-color {
	display: none;
	margin-bottom: 16px;
}
.ng-gallery-meta p.ng-color.active {
	display: block;
}
@media (max-width: 599px) {
	.finishes-gallery {
		width: calc(100% + 32px);
	}
	.finishes-gallery .flickity-prev-next-button.next {
		right: 24px !important;
	}
	.finishes-gallery .flickity-prev-next-button.previous {
		right: 76px !important;
	}
	.ng-gallery {
		/* width: 100%;
		height: 500px; */

		width: 28%;
		margin-right: 2px;
		height: 44vw;
	}
	.ng-image img {
		transform: scale(1);
		/* margin-top: 48px; */
	}
	.ng-gallery-images:hover img {
		transform: scale(1);
	}
	.ng-gallery-images {
		width: 100%;
		/* height: calc(100vw - 44px) */
		height: auto;
	}
	.ng-image {
		width: 100%;
		height: auto;
		position: unset;
	}
	.ng-gallery-meta p {
		line-height: 1.2;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Single Product - Nested Finish Galleries - Flickity
------------------------------------------------------------------------------------------------------------------- */
.finishes-gallery {
	border-top: 1px solid var(--borders);
	border-bottom: 1px solid var(--borders);
	padding: 40px 0 88px;
	margin-bottom: 32px;
}
.finishes-gallery button {
	box-shadow: none !important;
	border: 2px solid var(--slate);
}
.finishes-gallery button svg path {
	fill: var(--slate) !important;
}
.finishes-gallery .flickity-prev-next-button {
	transform: none;
	top: auto;
	bottom: -52px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	background-image: url(img/i-arrow-right-slate.svg);
	background-size: 24px 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 100%;
	cursor: pointer;
	box-shadow: none !important;
	z-index: 2;
}
.finishes-gallery .flickity-prev-next-button.previous {
	transform: rotate(180deg);
	right: 52px;
	left: auto;
}
.finishes-gallery .flickity-prev-next-button.next {
	right: 0px;
}
.finishes-gallery .flickity-prev-next-button svg {
	display: none;
}

/* -------------------------------------------------------------------------------------------------------------------
Contact Form 7
------------------------------------------------------------------------------------------------------------------- */
form.wpcf7-form {
	padding: 20px;
	background-color: var(--lightgrey);
}
/* .red {
	color: red !important;
} */
.wpcf7 fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.wpcf7 {
	margin-top: 64px;
}
.wpcf7 legend {
	font-size: var(--h4);
	font-family: 'MrsEavesLiningOT';
	font-weight: 300;
	color: var(--green);
	margin-bottom: 32px;
	width: 100%;
	border-top: 1px solid #eae6e4;
	padding-top: 32px;
}
.wpcf7 fieldset:first-of-type legend {
	border-top: 0;
	padding-top: 16px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 100% !important;
	box-sizing: border-box;
	padding: 8px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 16px;
	border: 1px solid #666;
	border-radius: 4px;
	margin-top: 4px;
}
.wpcf7 input[type="date"],
.wpcf7 select {
	padding: 4px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #666;
	border-radius: 4px;
}
.wpcf7 input[type=checkbox] {
	border: 1px solid #666;
}
.wpcf7 textarea {
	height: 160px;
}
.wpcf7-checkbox {
	margin: 8px 0 0;
	display: block;
}
.wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.wpcf7 input[type="submit"] {
	line-height: 44px;
	height: 44px;
	background-color: var(--green);
	border: 1px solid var(--green);
	color: #fff;
	padding: 0 24px;
	transition: all 0.25s;
	border-radius: 5px;
	margin: 0;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #000;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 1em;
}
.wpcf7 p {
	margin-top: 0 !important;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	padding: 0 32px;
}
@media (min-width: 768px) {
	form.wpcf7-form {
		padding: 32px;
	}
}
@media (min-width:1280px) {
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 textarea {
		padding: 12px;
	}
	.wpcf7-checkbox {
		margin: 8px 0 40px;
	}
}

.cf7mls_next.action-button,
.cf7mls_back.action-button {
	background-color: var(--green);
	color: #fff;
}
.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover {
	background-color: #000;
	color: #fff;
}

/* -------------------------------------------------------------------------------------------------------------------
Contact Page
------------------------------------------------------------------------------------------------------------------- */
.page-id-17 article.post-content ul {
	list-style: none;
	padding: 0;
}
.page-id-17 article.post-content li {
	margin-bottom: 4px;
}

/* -------------------------------------------------------------------------------------------------------------------
Image Galleries - Layout ** MY GALLERY STYLES ** TEMPORARILY DISABLED
------------------------------------------------------------------------------------------------------------------- */
/* div.gallery figcaption {
	background: none !important;
} */
.gallery {
	width: 100%;
	margin: -16px auto 16px !important;
}
.media-object + .gallery.style-scrollingstrip {
	margin-top: -28px !important;
}
.gallery.style-scrollingstrip.flickity-enabled {
	margin-bottom: 40px !important;
}
.gallery.style-scrollingstrip.flickity-enabled {
	width: 100%;
}
.gallery.style-scrollingstrip.flickity-enabled .flickity-prev-next-button.previous {
	left: 0;
}
.gallery.style-scrollingstrip.flickity-enabled .flickity-prev-next-button.next {
	right: 0;
}
div.gallery figcaption {
	bottom: 0;
	padding: 8px 0;
	width: 100%;
}
/* Change tiled to 2 column: */
div.gallery.layout-three-column figure {
	width: 50% !important;
}

@media (max-width: 645px) {
	div.gallery:not(.style-scrollingstrip):not(.flickity-enabled) figure {
		padding: 0 !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
		width: 100% !important;
		margin: 0 0 16px !important;
	}
	div.gallery.layout-masonry {
		display: block;
	}
	div.gallery .gallery-item img {
		width: 100% !important;
		height: auto !important;
	}
}
@media (min-width: 646px) {
	div.gallery figcaption {
		bottom: 4px;
		width: calc(100% - 8px);
	}
}
@media (min-width: 1100px) {
	div.gallery figcaption {
		bottom: 8px;
		width: calc(100% - 16px);
	}
}
@media (min-width: 1436px) {
	div.gallery figcaption {
		bottom: 16px;
		padding: 16px;
		width: calc(100% - 64px);
	}
	div.gallery.style-content {
		width: 1404px;
		max-width: 1404px;
		margin-left: -16px !important;
	}
	div.gallery .gallery-item {
		padding: 16px;
	}
	.gallery.style-scrollingstrip.flickity-enabled {
		margin-bottom: 80px !important;
	}
}


/* -------------------------------------------------------------------------------------------------------------------
Image Galleries - Flickity
------------------------------------------------------------------------------------------------------------------- */
/* .gallery.flickity-enabled {
	position: relative
}
.gallery.flickity-enabled:focus {
	outline: 0
}
.gallery .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}
.gallery .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}
.gallery.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.gallery.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.gallery.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.gallery .flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.gallery .flickity-prev-next-button:hover,
.flickity-prev-next-button:focus,
.flickity-prev-next-button:active {
	background: none;
}
.gallery .flickity-prev-next-button.previous {
	left: 1%;
}
.gallery .flickity-prev-next-button.next {
	right: 1%;
}
.gallery .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}
.gallery .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}
.gallery .flickity-prev-next-button:disabled {
	opacity: .3;
	cursor: auto
}
.gallery .flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}
.gallery .flickity-prev-next-button .arrow {
	fill: #333
}
.gallery .flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}
.gallery .flickity-rtl .flickity-page-dots {
	direction: rtl
}
.gallery .flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer
}
.gallery .flickity-page-dots .dot.is-selected {
	opacity: 1
}

@media screen and (min-width:1600px) {
	.gallery .flickity-prev-next-button.previous {
		left: .5%;
	}
	.gallery .flickity-prev-next-button.next {
		right: .5%;
	}
} */

/* -------------------------------------------------------------------------------------------------------------------
Image Galleries - Effects
------------------------------------------------------------------------------------------------------------------- */
div.gallery figure .gallery-icon img {
	transition: transform 0.25s;
}
div.gallery figure:hover .gallery-icon img {
	opacity: 1;
	transform: scale(1.05);
	transition: transform 0.25s;
}
div.gallery figure .gallery-icon {
	overflow: hidden;
}

/* -------------------------------------------------------------------------------------------------------------------
Stockists
------------------------------------------------------------------------------------------------------------------- */
.stockist h5 {
	/* text-transform: none; */
	margin: 0 0 8px;
}
.stockist p {
	margin: 0 0 16px;
}
.acf_faqs_accordion {
	border-top: 1px solid var(--green);
	padding: 16px 0;
}
/* .acf_faqs_accordion:last-of-type {
	border-bottom: 1px solid var(--green);
} */
.acf_faqs_title {
	padding: 16px 0 8px;
	margin: 0;
	cursor: pointer;
	transition: all 0.25s;
	position: relative;
}
.acf_faqs_title {
	padding-right: 32px;
}
.acf_faqs_title::after {
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	background-image: url(img/i-plus.svg);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.25s;
}
.acf_faqs_active::after {
	transform: rotate(45deg);
}
.acf_faqs_answer {
	padding: 32px 0;
	display: none;
}
@media (min-width:1024px) {
	.acf_faqs_title::after {
		width: 20px;
		height: 20px;
		top: 22px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
Embedded Videos
------------------------------------------------------------------------------------------------------------------- */
.videowrapper {
	clear: both;
	margin: 32px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.videowrapper > div {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.videowrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* -------------------------------------------------------------------------------------------------------------------
Media Object Adjustments (see also Layout section)
------------------------------------------------------------------------------------------------------------------- */
.media-object {
	width: 100%;
	max-width: var(--fw);
	box-sizing: border-box;
	padding: 0 0 12px;
	margin: 0 auto 32px;
	background: var(--lightgrey);
}
.media-object > div:not(.videowrap) {
	margin: 0;
	padding: 16px 20px;
}
.media-object img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.media-object a {
	border-radius: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid;
	margin: 24px 0 0;
}
.media-object h2 {
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	.media-object > div:not(.videowrap) {
		padding: 32px;
	}
}
@media (min-width:860px) {
	.media-object {
		padding: 0;
	}
	.media-object.large img {
		width: calc(50% - 16px);
		height: auto;
	}
	.media-object.size-contentwidth > div {
		margin: 0 !important;
		padding: 32px;
	}
	.media-object.size-contentwidth > div > div {
		font-size: var(--p);
	}
}
@media (min-width:1440px) {
	.media-object {
		padding: 0;
		box-sizing: content-box;
	}
	.media-object.size-contentwidth > div {
		padding: 32px 80px 32px 112px;
	}
	.media-object h2 {
		margin-bottom: 32px;
	}
}

/* SIDE BY SIDE */
/* .media-object img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.media-object h2 {
	margin-bottom: 24px !important;
}
.media-object h3 {
	border-left: 6px solid var(--pink);
	padding-left: 24px;
}
.media-object h4 {
	font-size: var(--h6);
}
.media-object a.button {
	margin-top: 24px !important;
}
.media-object > div > div {
	font-size: var(--p);
}
.media-object > div:not(.videowrap) {
	margin: 16px 0;
} */

/* FULL WIDTH OVERLAY */
/* .media-object.size-windowwidth {
	width: 92vw;
}
.media-object.size-windowwidth.layout-overlaid img {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.media-object > div:not(.videowrap) {
		margin: 32px 0;
	}
	.media-object a.button {
		margin-top: 40px !important;
	}
}
@media (min-width:860px) {
	.media-object.size-windowwidth {
		width: 100vw;
	}
	.media-object.size-contentwidth.left > div:not(.videowrap) {
		margin: 1em 0 1em 7%;
	}
	.media-object.layout-overlaid > div:not(.videowrap) {
		background: rgba(0,0,0,.3);
	}
	.media-object.size-windowwidth.layout-overlaid {
		max-height: calc(100vw / 2);
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.media-object.size-windowwidth.layout-overlaid > div > div {
		font-size: var(--huge);
		font-weight: 700;
		max-width: 95%;
	}
	.media-object.size-windowwidth + .full-width-grey {
		margin-top: -96px;
	}
}
@media (min-width:1280px) {
	.media-object h3 {
		border-left: 6px solid var(--pink);
		padding-left: 28px;
	}
}
@media (min-width:1330px) {
	.media-object.size-windowwidth + .full-width-grey {
		margin-top: -120px;
	}
}
@media (min-width:1600px) {
	.media-object.size-windowwidth.layout-overlaid {
		max-height: 1080px;
	}
	.media-object.size-windowwidth.layout-overlaid > div > div {
		max-width: 1046px;
	}
	.media-object a.button {
		margin-top: 60px !important;
	}
}
@media (min-width:1280px) {
	.media-object {
		margin-bottom: 120px;
	}
} */

div.gallery.style-scrollingstrip figure:first-of-type {
	padding-left: 0;
}

.stockist-introdution {
	padding-bottom: 40px;
}

/* -------------------------------------------------------------------------------------------------------------------
Search
------------------------------------------------------------------------------------------------------------------- */
.navslide .searchform {
	padding-left: 40px;
	color: var(--green);
	margin-bottom: 32px;
}
.navslide .searchform p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
.navslide .searchform form {
	position: relative;
}
.navslide .searchform form .search-submit {
	position: relative;
	left: -44px;
	background: none;
	border: none;
	border-bottom: 1px solid var(--green);
	color: var(--green);
	padding: 0;
}
input.search-field {
	border: 1px solid var(--green) !important;
	border-radius: 20px !important;
	padding: 12px 80px 12px 12px;
	min-width: 60%;
}
input.search-field:focus-visible {
	outline: 1px solid var(--green);
}
@media (min-width: 1280px) {
	.search-results .plain-banner .container {
		max-width: var(--fw);
		padding: 0 24px;
		border: none;
	}
}
@media (max-width: 459px) {
	.navslide nav {
		padding: 120px 0 0 24px;
	}
	.navslide-active {
		position: absolute;
	}
}
@media (max-width: 1023px) {
.navslide {
	top: 24px;
}
}











.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0,0,0,0.8);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}

.md-modal {
position: fixed;
top: 50%;
left: 50%;
/*
width: 50%;
max-width: 630px;
*/
min-width: 300px;
width: 750px;
max-width: calc( 100vw - 20px );


height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

.md-show {
visibility: visible;
}

.md-content {
/*
color: #fff;
background: #e74c3c;
*/
color: #000;
background: #fff;
position: relative;
border-radius: 0;
margin: 0 auto;
}

.md-content h3 {
	font-size: 1.3em;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.md-content h3 + p {
	margin-top: 0.6em;
	line-height: 1.45;
	letter-spacing: 0.5px;
	text-align: center;
}

.md-content button.modal-close {
border: none;
outline: none !important;
background-image: none;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: absolute;
top: 25px;
right: 33px;
text-indent: -9999em;

top: 13px;
right: 17px;
width: 30px;

z-index: 50;
}

.md-content button.modal-close::after, .md-content button.modal-close::before {
cursor: pointer;
border-radius: 1px;
height: 1px;
width: 32px;
background: #999;
position: absolute;
display: block;
content: '';
top: 0;

top: 12px;
}

.md-content button.modal-close::before {
transform: rotate(45deg);
}

.md-content button.modal-close::after {
transform: rotate(-45deg);
}

.md-content button.no-thanks {
     background:none!important;
     color:inherit;
     border:none; 
     padding: 4px 15px !important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #444; 
     cursor: pointer;
     
     font-weight: bold;
     font-size: 1rem;
     
     margin-bottom: 1.3em;
     
}

.md-content input[type="submit"] {
display: inline-block;
padding: 15px 60px 15px;
background: black;
color: white;

text-decoration: none;



border: 1px solid black;
font-size: 1.2rem;
font-weight: 700;
letter-spacing: 0px;

}

.md-content {
	position: relative;
	display: flex;
	
}

.md-content .modal-image {
	display: none;
}
.md-content .modal-message {
	padding: 80px 0 0;
	box-sizing: border-box;
}
@media only screen and (min-width: 770px) {
.md-content .modal-image {
	display: block;
	width: 50%;
	flex: 0 0 50%;
	position: relative;
	/*
	width: 50%;
	float: left;
	*/
}
.md-content .modal-image img:not(.logo) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.md-content .modal-message {
	width: 100%;
	
}
}

.md-content .modal-message {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.md-content .modal-message > * {
align-self: center;
}

.md-content .modal-message > a {
background: var(--green);
color: white;
display: block;
width: 100%;
padding: 50px 0;
text-align: center;
border-bottom: none;
margin-top: 80px;
text-decoration: underline;
}

.md-content img.logo {
float: none;
width: 100px;
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}

.md-content #mce-EMAIL {
	padding: 9px 6px 7px;
	width: 100%;
	box-sizing: border-box;
	margin: 24px auto;
}

.md-content label.checkbox {
	color: #666;
	/*font-weight: bold;*/
	font-size: 0.85em;
	display: flex;
	align-items: center;
}
.md-content label.checkbox span {
	line-height: 1.1;
}
.md-content label.checkbox input {
	font-size: 2em;
	width: 30px;
}

.md-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
font-weight: bold;
font-size: 0.8em;
}
.md-content ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
font-weight: bold;
font-size: 0.8em;
}
.md-content :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
font-weight: bold;
font-size: 0.8em;
}
.md-content :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
font-weight: bold;
font-size: 0.8em;
}

.md-effect-1 .md-content {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}



.md-modal .wrapper-dropdown-3.active .dropdown {
	overflow: scroll;
	max-height: 43vh;
}

#modal-lang {
	width: 950px;
}



#modal-lang button.button {
	-webkit-appearance: none;
	background: none!important;
color: inherit;

padding: 4px 15px !important;
font: inherit;

cursor: pointer;
font-weight: bold;
font-size: 1rem;
margin-bottom: 1.3em;

font-weight: normal;
border: 1px solid #444;

margin: 3em 0 0.5em;
text-transform: uppercase;
font-size: 0.8em;
padding: 7px 25px !important;
border-radius: 100px;
}
#modal-lang button.button:hover {
background: #444 !important;
color: white;
}

#modal-lang button.no-thanks {
background: none!important;
color: inherit;
border: none;
padding: 4px 15px !important;
font: inherit;

cursor: pointer;
font-weight: bold;
font-size: 1rem;
margin-bottom: 1.3em;

border: none;
font-weight: 100;
text-decoration: underline;
}

#modal-lang h3 {
font-size: 2.7em;
text-align: center;
margin-top: 0.3em;
line-height: 1.2;
}

#modal-lang h3 + p {
font-weight: 100;
font-size: 1.05em;
letter-spacing: normal;
}

#modal-lang h4 {
font-weight: 400;
font-size: 0.9em;
margin: 1.5em auto 0.5em;
}

#modal-lang .wrapper-dropdown-3 {
width: 250px;
max-width: 90%;
color: #444;
border: 1px solid #444;
padding: 5px 10px;
}

#modal-lang .wrapper-dropdown-3 .dropdown {

border: 1px solid #444;
box-shadow: none;

}

#modal-lang .wrapper-dropdown-3 .dropdown li a {

color: #444;
border-bottom: 1px solid #444;
box-shadow: none;
padding: 5px 10px;
}

#modal-lang .wrapper-dropdown-3:after {
border-color: #444 transparent;
}

#modal-lang .wrapper-dropdown-3 > span a {
	text-decoration: none;
}

.loading {
	position: relative;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
  position: absolute;
}

@keyframes ellipsis {
  to {
    width: 40px;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 40px;    
  }
}