/*
Theme Name: Schooner
Theme URI: 
Author: Atlas Branding
Author URI: https://www.atlasbranding.com/
Description: 
Version: 2.0
License: 
License 
Tags: 
Text Domain: schooner
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html * {
	max-height: 1000000px;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* END RESET */

/* VARIABLES */
:root {
	--default-background-color: #FFFEEF;
	--header-background-color: #FFFEEF;
	--header-on-background-color: #1F352F;
	--header-border-color: #1F352F;
	--overlay-color: #000;
}

body {
	background: var(--default-background-color);
	-webkit-text-size-adjust: none;
}

#site-wrapper {
	position: relative;
	max-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
}

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

iframe {
	max-width: 100%;
}

/*#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #122e46 url('images/preloader.jpg') no-repeat center center;
	background-size: contain;
	z-index: 1000;
}

body.loaded #preloader {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}*/

@media all and (max-width: 1023px) {



}

@media all and (max-width: 767px) {




}

/*-----------------------------------------------------------------------------------------------------------
		HEADER DROPDOWN
-----------------------------------------------------------------------------------------------------------*/

.header-wrapper {
	position: relative;
	width: 100%;
	background: var(--header-background-color);
	/*border-bottom: 1px solid;*/
	border-color: var(--header-border-color);
	z-index: 400;
}

body.transparent-header:not(.touch) .header-wrapper {
	position: absolute;
	background: transparent;
}

.header-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 40px;
	flex-wrap: wrap;
	position: relative;
	padding: 0 100px;
	background: var(--header-background-color);
	transition: 0.2s ease;
}

body.transparent-header .header-content {
	background: transparent;
}

.header-content.on {
	background: var(--header-on-background-color) !important;
}

body.touch .header-content {
	display: none;
}

.super-menu-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-top: 10px;
}

.super-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.super-menu > li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-size: 700;
	color: #1F352F;
	transition: 0.2s ease;
}

body.transparent-header .super-menu > li {
	color: #FFFEEF;
}

.super-menu > li:before {
	content: '|';
}

.super-menu > li:first-child:before {
	display: none;
}

.header-content.on .super-menu > li {
	color: #FFFEEF !important;
}

.super-menu > li > a {
	text-decoration: none;
	transition: 0.2s ease;
}

body.transparent-header .super-menu > li > a {
	color: #FFFEEF;
}

.super-menu > li > a:hover {
	text-decoration: underline;
}

.header-content.on .super-menu > li > a {
	color: #FFFEEF;
}

.header-logo-wrapper {
	margin-right: auto;
	max-width: 190px;
}

.header-logo-link {
	display: block;
	position: relative;
}

.header-logo {
	display: block;
	opacity: 1;
	transition: 0.2s ease;
}

body.transparent-header .header-logo {
	opacity: 0;
}

.header-content.on .header-logo {
	opacity: 0 !important;
}

.header-logo-open {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	opacity: 0;
	transition: 0.2s ease;
}

body.transparent-header .header-logo-open {
	opacity: 1;
}

.header-content.on .header-logo-open {
	opacity: 1 !important;
}


@media all and (max-width: 1599px) {

	.header-content {
		padding: 0 50px;
	}

}

@media all and (max-width: 1365px) {

	.header-logo-wrapper {
		max-width: 150px;
	}

}

@media all and (max-width: 1199px) {

	body.transparent-header .header-wrapper {
		position: relative;
	}

	.header-content {
		display: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		DROPDOWN MENU
-----------------------------------------------------------------------------------------------------------*/

.header-menu-wrapper {
	position: relative;
}

.header-menu-wrapper .primary-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.header-menu-wrapper .primary-menu > li {
	position: relative;
}

.header-menu-wrapper .primary-menu > li > a {
	display: block;
	padding: 30px 25px 30px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #1F352F;
	transition: 0.2s ease;
}

body.transparent-header .header-menu-wrapper .primary-menu > li > a {
	color: #FFFEEF;
}

.header-content.on .header-menu-wrapper .primary-menu > li > a {
	color: #FFFEEF !important;
}

.header-menu-wrapper .primary-menu > li:hover > a {
	text-decoration: underline;
}

.header-menu-wrapper .primary-menu > li.menu-button {
	padding-left: 25px;
}

.header-menu-wrapper .primary-menu > li.menu-button > a {
	padding: 8px 40px 8px;
	text-decoration: none !important;
	color: #1F352F;
	background: transparent;
	border: 1px solid #1F352F;
	border-radius: 9999px;
	transition: all 0.2s ease;
}

body.transparent-header .header-menu-wrapper .primary-menu > li.menu-button > a {
	color: #FFFEEF;
	border-color: #FFFEEF;
}

.header-menu-wrapper .primary-menu > li.menu-button > a:hover,
.header-content.on .header-menu-wrapper .primary-menu > li.menu-button > a {
	color: #FFFEEF !important;
	background: #308D21 !important;
	border-color: #308D21 !important;
}

/*.header-menu-wrapper .primary-menu > li.menu-button > a:hover {
	color: #fff !important;
	background: #112E46 !important;
}*/

.header-menu-wrapper .primary-menu > li > ul {
	display: block;
	position: absolute;
	left: 0;
	top: -200px;
	margin: 0;
	padding-bottom: 20px;
	min-width: 100%;
	min-height: 190px;
	background: #1F352F;
	list-style-type: none;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease;
	z-index: -1;
}

.header-menu-wrapper .primary-menu > li:hover > ul {
	top: 78px;
	opacity: 1;
	visibility: visible;
}

.header-menu-wrapper .primary-menu > li > ul:before {
	content: '';
	position: absolute;
	left: -9999px;
	top: 0;
	display: block;
	width: 9999px;
	height: 100%;
	background: #1F352F url('images/header-bg-graphic.png') no-repeat calc(100% - 50px) bottom;
	background-size: contain;
}

.header-menu-wrapper .primary-menu > li > ul:after {
	content: '';
	position: absolute;
	right: -9999px;
	top: 0;
	display: block;
	width: 9999px;
	height: 100%;
	background: #1F352F;
}

.header-menu-wrapper .primary-menu > li > ul > li {
	white-space: nowrap;
}

.header-menu-wrapper .primary-menu > li > ul > li > a {
	display: block;
	padding: 0 25px;
	font-family: "henderson-slab-basic", serif;
	font-size: 20px;
	line-height: 34px;
	text-decoration: none;
	color: #FFFEEF;
	transition: 0.2s ease;
}

.header-menu-wrapper .primary-menu > li > ul > li > a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------------------------
		AUX MENU
-----------------------------------------------------------------------------------------------------------*/

.aux-menu-wrapper {
	position: relative;
}

.aux-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.aux-menu > li {
	
}

.aux-menu > li > a {
	display: block;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-decoration: none !important;
}

.icon-cart {
	display: block;
	width: 30px;
	height: auto;
	color: #1F352F;
}

body.transparent-header .icon-cart,
body.transparent-header .aux-menu > li > a {
	color: #FFFEEF;
}

.header-content.on .icon-cart {
	color: #FFFEEF !important;
}

.cart-icon-wrapper {
	display: flex;
	align-items: center;
	column-gap: 4px;
}

/*-----------------------------------------------------------------------------------------------------------
		MOBILE HEADER
-----------------------------------------------------------------------------------------------------------*/

.mobile-header-content {
	display: none;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 30px 15px;
	background: #1F352F;
}

body.touch .mobile-header-content {
	display: flex;
}

.mobile-header-logo-wrapper {
	display: block;
	max-width: 190px;
}

.mobile-header-logo-link {
	display: block;
}

.mobile-header-logo {
	display: block;
}

.mobile-menu-button-wrapper {
	display: block;
}

.mobile-menu-button {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.mobile-menu-button .line-1 {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	height: 2px;
	background: #FFFEEF;
	transition: all 0.25s;
	transition: transform 0.125s, top 0.125s 0.125s;
}

.mobile-menu-button .line-2 {
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background: #FFFEEF;
	transition: all 0.25s;
	transition: transform 0.125s, opacity 0.125s 0.125s;
}

.mobile-menu-button .line-3 {
	position: absolute;
	left: 0;
	top: calc(80% - 2px);
	width: 100%;
	height: 2px;
	background: #FFFEEF;
	transition: all 0.25s;
	transition: transform 0.125s, top 0.125s 0.125s;
}

.mobile-menu-button.open .line-1 {
	left: 0;
	top: calc(50% - 1px);
	width: calc(100% - 0px);
	background: #FFFEEF;
	transform-origin: center;
	transform: rotate(45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

.mobile-menu-button.open .line-2 {
	opacity: 0;
	background: #FFFEEF;
	transition: opacity 0.125s, transform 0.125s 0.125s;
}

.mobile-menu-button.open .line-3 {
	left: 0;
	top: calc(50% - 1px);
	width: calc(100% - 0px);
	background: #FFFEEF;
	transform-origin: center;
	transform: rotate(-45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

.mobile-menu-wrapper {
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	padding: 20px 0 200px;
	width: 100%;
	min-height: calc(100vh - 80px);
	background: #1F352F url('images/header-bg-graphic.png') no-repeat left bottom;
	background-size: auto 190px;
}

.mobile-menu-container {
	width: 100%;
	padding: 0 30px;
	overflow-x: auto;
}

.mobile-menu {
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #FFFEEF;
}

.mobile-menu > li {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #FFFEEF;
}

.mobile-menu > li > a {
	position: relative;
	display: block;
	padding: 0;
	font-family: "Host Grotesk", sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none !important;
	color: #FFFEEF;
	transition: all 0.25s ease;
}

.mobile-menu > li > a:hover,
.mobile-menu > li > a.open {
	color: #338D20;
}

.mobile-menu > li > a > span {
	position: relative;
	display: block;
}

.menu-arrow {
	display: none;
}

.mobile-menu > li.menu-item-has-children > a > span > .menu-arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
}

.mobile-menu > li.menu-item-has-children > a > span > .menu-arrow > span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 8px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.87 22.09'><polygon fill='%23FFFEEF' points='30.44 22.09 0 2.52 1.62 0 30.44 18.52 59.24 0 60.87 2.52 30.44 22.09'/></svg>") no-repeat center / contain;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
	transition: all 0.25s ease;
	overflow: hidden;
}

.mobile-menu > li.menu-item-has-children > a.open > span > .menu-arrow > span {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.87 22.09'><polygon fill='%23338D20' points='30.44 22.09 0 2.52 1.62 0 30.44 18.52 59.24 0 60.87 2.52 30.44 22.09'/></svg>") no-repeat center / contain;
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.mobile-menu > li > ul {
	display: none;
	margin: 0;
	padding-top: 20px;
	list-style-type: none;
}

.mobile-menu > li > ul > li {
	display: block;
}

.mobile-menu > li > ul > li > a {
	display: block;
	padding: 0;
	font-family: "henderson-slab-basic", serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none !important;
	color: #FFFEEF;
	transition: all 0.25s ease;
}

.mobile-menu > li > ul > li > a:hover {
	color: #FFFEEF;
}

.mobile-menu > li > ul > li > ul {
	display: block;
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
}

.mobile-menu > li > ul > li > ul > li {
	display: block;
}

.mobile-menu > li > ul > li > ul > li > a {
	display: block;
	padding: 4px 60px 4px 140px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none !important;
	color: #FFFEEF;
	transition: all 0.25s ease;
}

.mobile-menu > li > ul > li > ul > li > a:hover {
	opacity: 0.7;
}

.mobile-menu-content {
	padding-top: 40px;
}

@media all and (max-width: 1199px) {

	.mobile-header-content {
		display: flex;
	}

}

@media all and (max-width: 379px) {



}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - MAIN
-----------------------------------------------------------------------------------------------------------*/

.block-anchor-wrapper {
	position: relative;
	height: 0;
	overflow: hidden;
}

.block-anchor {
	position: absolute;
	top: -20px;
}

.content-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.content-wrapper.desktop-show {
	display: flex;
}

.content-wrapper.mobile-show {
	display: none;
}

.no-top-padding { padding-top: 0px; }
.small-top-padding { padding-top: 50px; }
.medium-top-padding { padding-top: 100px; }
.large-top-padding { padding-top: 150px; }
.extra-large-top-padding { padding-top: 250px; }
.no-bottom-padding { padding-bottom: 2px; }
.no-bottom-padding.show-borders { padding-bottom: 0px; }
.small-bottom-padding { padding-bottom: 50px; }
.medium-bottom-padding { padding-bottom: 100px; }
.large-bottom-padding { padding-bottom: 150px; }
.extra-large-bottom-padding { padding-bottom: 250px; }

.content-block {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.content-block.tc {
	padding: 0 50px;
}

.full-width.show-borders .content-block.tc {
	padding: 0;
}

.small-width .content-block {
	max-width: 860px;
}

.small-width.show-borders .content-block {
	max-width: 964px;
}

.medium-width .content-block {
	max-width: 1200px;
}

.medium-width.show-borders .content-block {
	max-width: 1304px;
}

.large-width .content-block {
	max-width: 1720px;
}

.large-width.show-borders .content-block {
	max-width: 1824px;
}

.light-text, .light-text a, .light-text .h1, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
	color: #FFFEEF;
}

@media all and (max-width: 767px) {

	.content-wrapper.desktop-show {
		display: none;
	}

	.content-wrapper.mobile-show {
		display: flex;
	}

	.content-block.tc {
		padding: 0 20px;
	}

	.small-top-padding { padding-top: 30px; }
	.medium-top-padding { padding-top: 60px; }
	.large-top-padding { padding-top: 100px; }
	.extra-large-top-padding { padding-top: 200px; }
	.small-bottom-padding { padding-bottom: 30px; }
	.medium-bottom-padding { padding-bottom: 60px; }
	.large-bottom-padding { padding-bottom: 100px; }
	.extra-large-bottom-padding { padding-bottom: 200px; }

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - BACKGROUND SECTION
-----------------------------------------------------------------------------------------------------------*/

.background-section {
	position: relative;
}

.background-section.min-height-100 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 100vh;
}

.background-section.min-height-100.first-block {
	min-height: calc(100vh - 105px);
}

body.transparent-header .background-section.min-height-100.first-block {
	min-height: 100vh;
}

body.touch .background-section.min-height-100.first-block {
	min-height: calc(100vh - 80px);
}

.background-section.min-height-75 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 75vh;
}

.background-section.min-height-50 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 50vh;
}

.background-section.min-height-25 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 25vh;
}

.background-section.min-height-5 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 5vh;
}

.default-bg {
	
}

.dark-green-bg {
	background: #1F352F;
}

.light-green-bg { 
	background: #D8E8C7;
}

.bs-image-background-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bs-image-background {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.bs-overlay  {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--overlay-color);
	opacity: 0;
}

.bs-video {
	position: absolute;
	top: 50%;
	left: calc(50% - 2px);
	width: calc(100% + 2px);
	height: 100%;
	object-fit: cover;
	background-color: transparent !important;
	z-index: 0;
	transform: translate(-50%, -50%);
  &::-webkit-media-controls {
     display:none !important;
  }
}

@media all and (max-width: 1199px) {

	.background-section.min-height-100.first-block {
		min-height: calc(100vh - 80px);
	}

}

@media all and (max-width: 767px) {

	.background-section.first-block {
		padding-top: 60px;
	}

	.logo-watermark-bg {
		background-image: none;
	}

}

@media all and (max-width: 599px) {

	.background-section.first-block {
		padding-top: 40px;
	}

}

@media all and (max-width: 479px) {

	.background-section.first-block {
		padding-top: 20px;
	}

}

@media all and (max-width: 389px) {

	.background-section.first-block {
		padding-top: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - TEXT COLUMNS
-----------------------------------------------------------------------------------------------------------*/

.text-columns-wrapper {
	
}

.show-borders .text-columns-wrapper {
	padding: 0 50px;
	border: 2px solid #FC845F;
}

.hide-top-border.show-borders .text-columns-wrapper {
	border-top: 0;
}

.full-width.show-borders .text-columns-wrapper {
	border-left: 0;
	border-right: 0;
}

.text-column {
	position: relative;
	width: 100%;
}

.show-borders .text-column {
	padding: 40px 0 20px;
}

.two-col .text-columns-wrapper,
.three-col .text-columns-wrapper,
.four-col .text-columns-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.middle-aligned.two-col .text-column,
.middle-aligned.three-col .text-column,
.middle-aligned.four-col .text-column {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.two-col .text-column {
	width: calc(50% - 50px);
}

.two-col.two-col-size-60-40 .text-column.tc-one,
.two-col.two-col-size-40-60 .text-column.tc-two {
	width: calc(60% - 50px);
}

.two-col.two-col-size-60-40 .text-column.tc-two,
.two-col.two-col-size-40-60 .text-column.tc-one {
	width: calc(40% - 50px);
}

.three-col .text-column {
	width: calc(33.3333% - 33px);
}

.three-col.three-col-size-50-25-25 .text-column.tc-one,
.three-col.three-col-size-25-50-25 .text-column.tc-two,
.three-col.three-col-size-25-25-50 .text-column.tc-three {
	width: calc(50% - 33px);
}

.three-col.three-col-size-50-25-25 .text-column.tc-two,
.three-col.three-col-size-50-25-25 .text-column.tc-three,
.three-col.three-col-size-25-50-25 .text-column.tc-one,
.three-col.three-col-size-25-50-25 .text-column.tc-three,
.three-col.three-col-size-25-25-50 .text-column.tc-one,
.three-col.three-col-size-25-25-50 .text-column.tc-two {
	width: calc(25% - 33px);
}

.three-col.show-borders .text-column {
	width: calc(33.3333% - 66px);
}

.three-col.three-col-size-50-25-25.show-borders .text-column.tc-one,
.three-col.three-col-size-25-50-25.show-borders .text-column.tc-two,
.three-col.three-col-size-25-25-50.show-borders .text-column.tc-three {
	width: calc(50% - 66px);
}

.three-col.three-col-size-50-25-25.show-borders .text-column.tc-two,
.three-col.three-col-size-50-25-25.show-borders .text-column.tc-three,
.three-col.three-col-size-25-50-25.show-borders .text-column.tc-one,
.three-col.three-col-size-25-50-25.show-borders .text-column.tc-three,
.three-col.three-col-size-25-25-50.show-borders .text-column.tc-one,
.three-col.three-col-size-25-25-50.show-borders .text-column.tc-two {
	width: calc(25% - 66px);
}

.four-col .text-column {
	width: calc(25% - 37.5px);
}

.four-col.show-borders .text-column {
	width: calc(25% - 75px);
}

.two-col.show-borders .text-column.tc-one:after,
.three-col.show-borders .text-column.tc-one:after,
.three-col.show-borders .text-column.tc-two:after,
.four-col.show-borders .text-column.tc-one:after,
.four-col.show-borders .text-column.tc-two:after,
.four-col.show-borders .text-column.tc-three:after {
	content: '';
	position: absolute;
	right: -51px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #FC845F;
}

.text-column-inner {
	position: relative;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.text-column-inner.lazy-hide {
	top: 40px;
	opacity: 0;
}

@media all and (max-width: 1199px) {

	.four-col .text-column {
		width: calc(50% - 50px);
	}

	.four-col.show-borders .text-column {
		width: calc(50% - 50px);
	}

	.four-col.show-borders .text-column.tc-two:after {
		display: none;
	}

	.four-col.show-borders .text-column.tc-one:before,
	.four-col.show-borders .text-column.tc-two:before {
		content: '';
		position: absolute;
		left: -50px;
		bottom: -1px;
		width: calc(100% + 100px);
		height: 2px;
		background: #FC845F;
	}

}

@media all and (max-width: 1023px) {

	.two-col .text-column {
		width: 100% !important;
	}

	.two-col.show-borders .text-column.tc-one:after {
		display: none
	}
	
	.two-col.show-borders .text-column.tc-one:before {
		content: '';
		position: absolute;
		left: -20px;
		bottom: -1px;
		width: calc(100% + 40px);
		height: 2px;
		background: #FC845F;
	}

	.three-col .text-column {
		width: 100% !important
	}

	.three-col.show-borders .text-column.tc-one:after,
	.three-col.show-borders .text-column.tc-two:after {
		display: none;
	}

	.three-col.show-borders .text-column.tc-one:before,
	.three-col.show-borders .text-column.tc-two:before {
		content: '';
		position: absolute;
		left: -50px;
		bottom: -1px;
		width: calc(100% + 100px);
		height: 2px;
		background: #FC845F;
	}

}

@media all and (max-width: 767px) {

	.show-borders .text-columns-wrapper {
		padding: 0 20px;
	}

	.two-col .text-column {
		width: calc(50% - 25px);
	}

	.two-col.two-col-size-60-40 .text-column.tc-one,
	.two-col.two-col-size-40-60 .text-column.tc-two {
		width: calc(60% - 25px);
	}

	.two-col.two-col-size-60-40 .text-column.tc-two,
	.two-col.two-col-size-40-60 .text-column.tc-one {
		width: calc(40% - 25px);
	}

	.two-col.show-borders .text-column.tc-one:after {
		right: -26px;
	}

	.three-col.show-borders .text-column.tc-one:before,
	.three-col.show-borders .text-column.tc-two:before {
		left: -20px;
		width: calc(100% + 40px);
	}

	.four-col .text-column {
		width: calc(50% - 25px);
	}

	.four-col.show-borders .text-column {
		width: calc(50% - 25px);
	}

	.four-col.show-borders .text-column.tc-one:after,
	.four-col.show-borders .text-column.tc-three:after {
		right: -26px;
	}

	.four-col.show-borders .text-column.tc-one:before {
		left: -20px;
		width: calc(100% + 50px);
	}
	
	.four-col.show-borders .text-column.tc-two:before {
		left: -25px;
		width: calc(100% + 45px);
	}

}

@media all and (max-width: 599px) {

	.four-col .text-column,
	.four-col.show-borders .text-column {
		width: 100%;
	}

	.four-col.show-borders .text-column.tc-one:after,
	.four-col.show-borders .text-column.tc-three:after {
		display: none;
	}

	.four-col.show-borders .text-column.tc-one:before,
	.four-col.show-borders .text-column.tc-two:before,
	.four-col.show-borders .text-column.tc-three:before {
		content: '';
		position: absolute;
		left: -20px;
		bottom: -1px;
		width: calc(100% + 40px);
		height: 2px;
		background: #FC845F;
	}
	
}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE/TEXT
-----------------------------------------------------------------------------------------------------------*/

.image-text-wrapper {
	display: flex;
}

.it-image-column-wrapper {
	position: relative;
	width: 50%;
}

.it-image-right .it-image-column-wrapper {
	order: 2;
}

.it-cs-70-30 .it-image-column-wrapper {
	width: 65%;
}

.it-cs-70-30.it-image-right .it-image-column-wrapper {
	width: 35%;
}

.it-cs-30-70 .it-image-column-wrapper {
	width: 35%;
}

.it-cs-30-70.it-image-right .it-image-column-wrapper {
	width: 65%;
}

.it-image-column {
	position: relative;
	top: 0;
	height: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.it-image-column.lazy-hide {
	top: 40px;
	opacity: 0;
}

.it-image {
	display: block;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.full-width .it-image {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.it-icon-graphic-wrapper {
	position: absolute;
	left: 100%;
	bottom: 6px;
	width: 175px;
	transform: translateX(-50%);
}

.it-image-right .it-icon-graphic-wrapper {
	left: 0;
}

.it-text-column-wrapper {
	width: 50%;
}

.it-cs-70-30 .it-text-column-wrapper {
	width: 35%;
}

.it-cs-70-30.it-image-right .it-text-column-wrapper {
	width: 65%;
}

.it-cs-30-70 .it-text-column-wrapper {
	width: 65%;
}

.it-cs-30-70.it-image-right .it-text-column-wrapper {
	width: 35%;
}

.it-image-right .it-text-column-wrapper {
	order: 1;
}

.it-text-column {
	position: relative;
	top: 0;
	padding: 60px 60px 40px;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.it-text-column.lazy-hide {
	top: 40px;
	opacity: 0;
}

.it-middle-aligned .it-text-column-wrapper {
	display: flex;
	align-items: center;
}

.it-bottom-aligned .it-text-column-wrapper {
	display: flex;
	align-items: flex-end;
}

@media all and (max-width: 1199px) {

	.it-image-column-wrapper,
	.it-text-column-wrapper {
		width: 50% !important;
	}

	.it-icon-graphic-wrapper {
		width: 120px;
	}

}

@media all and (max-width: 1023px) {

	.it-image-column-wrapper,
	.it-text-column-wrapper {
		width: 100% !important;
	}

	.it-icon-graphic-wrapper {
		width: 80px;
	}

}

@media all and (max-width: 767px) {

	.image-text-wrapper {
		display: block;
	}

	.it-image-column-wrapper {
		width: 100%;
	}

	.it-image {
		border-radius: 0px;
	}

	.it-icon-graphic-wrapper {
		left: calc(100% - 20px) !important;
		bottom: 0 !important;
		transform: translateX(-100%) translateY(50%) !important;
	}

	.it-text-column-wrapper {
		width: 100%;
	}

	.it-text-column {
		padding: 50px 40px 0px;
		width: 100%;
	}

}

@media all and (max-width: 479px) {

	.it-icon-graphic-wrapper {
		left: 20px;
	}

	.it-image-right .it-icon-graphic-wrapper {
		left: calc(100% - 20px);
	}

	.it-text-column {
		padding: 50px 20px 0px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - CALLS TO ACTION ACCORDION
-----------------------------------------------------------------------------------------------------------*/

.calls-to-action-outer {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1280px;
}

.cta-main-headline {
	margin: 0 !important;
	padding: 0 445px 20px 40px;
}

.calls-to-action-wrapper {
	position: relative;
	padding: 10px 0 0;
}

.calls-to-action-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #1F352F;
}

.light-text .calls-to-action-wrapper:before {
	background: #FFFEEF;
}

.call-to-action-wrapper {
	position: relative;
	top: 0;
	padding: 0 0 10px;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.call-to-action-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.call-to-action-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #1F352F;
}

.light-text .call-to-action-wrapper:after {
	background: #FFFEEF;
}

.call-to-action-headline {
	position: relative;
	padding: 22px 480px 18px 40px;
	font-family: "henderson-slab-basic", serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 0;
	cursor: pointer;
}

.call-to-action-headline span {
	position: relative;
}

.call-to-action-headline span:after {
	content: '';
	position: absolute;
	right: -46px;
	top: 14px;
	width: 30px;
	height: 10px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.87 22.09'><polygon fill='%231F352F' points='30.44 22.09 0 2.52 1.62 0 30.44 18.52 59.24 0 60.87 2.52 30.44 22.09'/></svg>") no-repeat center / contain;
	transform-origin: center center;
	transition: all 0.2s ease;
}

.light-text .call-to-action-headline span:after {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.87 22.09'><polygon fill='%23FFFEEF' points='30.44 22.09 0 2.52 1.62 0 30.44 18.52 59.24 0 60.87 2.52 30.44 22.09'/></svg>") no-repeat center / contain;
}

.call-to-action-headline.open span:after {
	transform: rotate(180deg);
}

.call-to-action-image-wrapper {
	position: absolute;
	right: 0;
	top: -60px;
	width: 425px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.call-to-action-wrapper:hover .call-to-action-image-wrapper {
	top: -80px;
	opacity: 1;
	visibility: visible;
}

.call-to-action-wrapper.open .call-to-action-image-wrapper {
	display: none !important;
}

.call-to-action-image {
	display: block;
	margin: 0 auto;
	border-radius: 25px;	
}

.call-to-action-content-wrapper {
	display: none;
}

.call-to-action-content {
	display: flex;
	column-gap: 40px;
	padding: 0 40px 0 40px;
}

/*.call-to-action-content.has-image {
	padding: 0 445px 0 40px;
}*/

.call-to-action-content-left,
.call-to-action-content-right {
	padding: 0 0 20px;
	flex: 1;
}

@media all and (max-width: 1199px) {

	.cta-main-headline {
		padding: 0 325px 20px 40px;
	}

	.call-to-action-headline {
		padding: 22px 340px 18px 40px;
	}

	/*.call-to-action-content.has-image {
		padding: 0 325px 0 40px;
	}*/

	.call-to-action-image-wrapper {
		width: 305px;
	}

}

@media all and (max-width: 1023px) {

	.cta-main-headline {
		padding: 0 265px 20px 20px;
	}

	.calls-to-action-outer {
		padding: 0 20px;
	}

	.calls-to-action-wrapper {
		padding: 10px 0 0;
	}

	.call-to-action-wrapper {
		padding: 0 0 10px;
	}

	.call-to-action-headline {
		padding: 22px 280px 18px 20px;
	}

	.call-to-action-headline span:after {
		right: -34px;
		top: calc(50% - 7px);
		width: 20px;
		height: 11px;
	}

	.call-to-action-content {
		column-gap: 20px;
		padding: 0 20px 0 20px;
	}

	/*.call-to-action-content.has-image {
		padding: 0 265px 0 20px;
	}*/

	.call-to-action-image-wrapper {
		top: -60px;
		width: 245px;
	}

}

@media all and (max-width: 767px) {

	.cta-main-headline {
		padding: 0 225px 20px 20px;
	}

	.call-to-action-headline {
		padding: 22px 240px 18px 20px;
	}

	.call-to-action-content {
		display: block;
		padding: 0 20px 10px 20px;
	}

	/*.call-to-action-content.has-image {
		padding: 0 225px 10px 20px;
	}*/
	
	.call-to-action-content-left,
	.call-to-action-content-right {
		padding: 0;
		width: 100%;
	}
	
	.call-to-action-image-wrapper {
		width: 205px;
	}

}

@media all and (max-width: 599px) {

	.cta-main-headline {
		padding: 0 20px 10px 20px;
	}

	.call-to-action-headline {
		padding: 20px 40px 20px 20px;
	}

	/*.call-to-action-content.has-image {
		padding: 0 20px 10px 20px;
	}*/

	.call-to-action-image-wrapper {
		display: none;
	}

}

@media all and (max-width: 479px) {

	.calls-to-action-outer {
		padding: 0 10px;
	}

	.cta-main-headline {
		padding: 0 10px 10px 10px;
	}

	.call-to-action-headline {
		padding: 22px 30px 18px 10px;
	}

	/*.call-to-action-content.has-image {
		padding: 0 10px 10px 10px;
	}*/

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE SLIDER
-----------------------------------------------------------------------------------------------------------*/

.image-slider-outer {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.image-slider-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image-slider .slick-list,
.image-slider .slick-track {
	height: 100% !important;
}

.image-slider.slick-dotted.slick-slider {
	margin: 0 !important;
}

.image-slider .slick-prev {
	position: absolute !important;
	left: 60px !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/slider-arrow-left.png') no-repeat center center !important;
	background-size: contain !important;
	z-index: 100;
}

.image-slider .slick-next {
	position: absolute !important;
	right: 60px !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/slider-arrow-right.png') no-repeat center center !important;
	background-size: contain !important;
	z-index: 100;
}

.image-slider .slick-prev:before,
.image-slider .slick-next:before {
	display: none;
}

.image-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 0 60px;
	width: 100%;
	height: 20px;
}

.image-slider .slick-dots li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 6px 0 0;
	width: 20px;
	height: 20px;
}

.image-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	background: transparent;
	border-radius: 10px;
	border: 2px solid #FFFEEF;
	opacity: 0.5;
}

.image-slider .slick-dots li.slick-active button {
	background: #FFFEEF;
	opacity: 1;
}

.image-slider .slick-dots li button:before {
	display: none;
}

.image-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.is-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.is-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.is-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.is-content-wrapper {
	position: absolute;
	left: 0;
	bottom: 80px;
	padding: 0 60px;
}

.is-content {
	
}

.slider-graphic-wrapper {
	position: absolute;
	left: 180px;
	top: 50%;
	width: calc(100% - 360px);
	transform: translateY(-50%);
}

.slider-graphic {
	display: block;
	margin: 0 auto;
}

@media all and (max-width: 1023px) {

	.image-slider .slick-prev {
		left: 20px !important;
		width: 40px !important;
		height: 40px !important;
	}

	.image-slider .slick-next {
		right: 20px !important;
		width: 40px !important;
		height: 40px !important;
	}

	.is-content-wrapper {
		bottom: 40px;
		padding: 0 40px;
	}

	.dot-controls .is-content-wrapper {
		bottom: 80px;
	}

	.image-slider .slick-dots {
		bottom: 50px;
		padding: 0 40px;
	}

}

@media all and (max-width: 767px) {

	.image-slider-outer {
		height: 400px;
		padding-bottom: 0;
	}

	.dot-controls .is-content-wrapper {
		bottom: 60px;
	}

	.image-slider .slick-dots {
		bottom: 30px;
	}

}

@media all and (max-width: 479px) {

	.image-slider .slick-prev {
		left: 10px !important;
		width: 30px !important;
		height: 30px !important;
	}

	.image-slider .slick-next {
		right: 10px !important;
		width: 30px !important;
		height: 30px !important;
	}

	.is-content-wrapper {
		bottom: 30px;
		padding: 0 20px;
	}

	.dot-controls .is-content-wrapper {
		bottom: 50px;
	}

	.image-slider .slick-dots {
		bottom: 20px;
		padding: 0 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.image-carousel-outer {
	margin: 0 auto;
	max-width: 100%;
}

.small-width .image-carousel-outer {
	max-width: 860px;
}

.medium-width .image-carousel-outer {
	max-width: 1200px;
}

.large-width .image-carousel-outer {
	max-width: 1720px;
}

.image-carousel-wrapper {
	position: relative;
	top: 0;
	margin: 0 0 20px;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.image-carousel-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.image-carousel .slick-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute !important;
	left: 60px !important;
	width: 60px !important;
	height: 60px !important;
	background: #FFFEEF !important;
	border-radius: 9999px !important;
	z-index: 100;
}

.image-carousel .slick-prev:before {
	content: '';
	position: relative;
	right: 2px;
	width: 16px;
	height: 27px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='49 33 34 58'><polygon points='81.65 61.62 53.1 33.06 49.99 36.17 75.44 61.61 49.96 87.09 53.07 90.19 78.54 64.72 78.55 64.73 81.65 61.62' fill='%231F352F'/></svg>") center/contain no-repeat;
	transform-origin: center;
	transform: scaleX(-1);
}

.image-carousel .slick-next {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute !important;
	right: 60px !important;
	width: 60px !important;
	height: 60px !important;
	background: #FFFEEF !important;
	border-radius: 9999px !important;
	z-index: 100;
}

.image-carousel .slick-next:before {
	content: '';
	position: relative;
	left: 2px;
	width: 16px;
	height: 27px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='49 33 34 58'><polygon points='81.65 61.62 53.1 33.06 49.99 36.17 75.44 61.61 49.96 87.09 53.07 90.19 78.54 64.72 78.55 64.73 81.65 61.62' fill='%231F352F'/></svg>") center/contain no-repeat;
}

.small-width .image-carousel .slick-prev,
.medium-width .image-carousel .slick-prev {
	left: 20px !important;
}

.small-width .image-carousel .slick-next,
.medium-width .image-carousel .slick-next {
	right: 20px !important;
}

.carousel-slide {
	display: flex !important;
	align-items: center;
	padding: 0 10px;
}

.ic-link {
	display: block;
}

.ic-image {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 90vw !important;
	max-height: 90vh !important;
	height: 530px !important;
	object-fit: cover;
}

@media all and (max-width: 1199px) {

	.image-carousel .slick-prev {
		left: 20px !important;
		width: 40px !important;
		height: 40px !important;
	}

	.image-carousel .slick-prev:before {
		right: 2px;
		width: 12px;
	}

	.image-carousel .slick-next {
		right: 20px !important;
		width: 40px !important;
		height: 40px !important;
	}

	.image-carousel .slick-next:before {
		left: 2px;
		width: 12px;
	}

}

@media all and (max-width: 767px) {

	.ic-image {
		height: auto !important;
		object-fit: contain;
	}

}

@media all and (max-width: 479px) {

	.image-carousel .slick-prev {
		left: 10px !important;
		width: 30px !important;
		height: 30px !important;
	}

	.image-carousel .slick-prev:before {
		right: 2px;
		width: 8px;
	}

	.image-carousel .slick-next {
		right: 10px !important;
		width: 30px !important;
		height: 30px !important;
	}

	.image-carousel .slick-next:before {
		left: 2px;
		width: 8px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE GALLERY
-----------------------------------------------------------------------------------------------------------*/

.image-gallery-outer {
	position: relative;
	padding: 0 25px;
}

.grid-sizer {
	display: block;
	width: calc(100% / 3);
}

.gallery-image-wrapper {
	position: relative;
}

.gallery-item-2 {
	padding-top: 50px;
}

.gallery-image-headline {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	color: #112E46;
	background: rgba(255,255,255,0.5);
	opacity: 0;
	transition: all 0.2s ease;
}

.gallery-image-wrapper:hover .gallery-image-headline {
	opacity: 1;
}

.grid-item {
	display: block;
	margin: 0 25px 50px;
	width: calc(100% / 3 - 50px);
	float: left;
}

.gallery-image {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	border-radius: 25px;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.gallery-image.lazy-hide {
	top: 40px;
	opacity: 0;
}

@media all and (max-width: 1023px) {

	.image-gallery-outer {
		padding: 0 20px;
	}

	.grid-sizer {
		width: calc(100% / 2);
	}

	.grid-item {
		margin: 0 20px 40px;
		width: calc(100% / 2 - 40px);
	}

	.gallery-item-2 {
		padding-top: 40px;
	}

}

@media all and (max-width: 479px) {

	.image-gallery-outer {
		width: 100%;
	}

	.grid-sizer {
		width: 100%;
	}

	.grid-item {
		margin: 0 0 40px;
		width: 100%;
	}

	.gallery-item-2 {
		padding-top: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - ANIMATED TICKER
-----------------------------------------------------------------------------------------------------------*/

.animated-ticker-wrapper {
	position: relative;
	top: 0;
	width: 100%;
	height: 80px;
	font-size: 0;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.animated-ticker-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.animated-ticker {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.animated-ticker-text {
	display: inline-block;
	padding: 0 25px;
	font-family: "henderson-slab-basic", serif;
	font-size: 50px;
	line-height: 40px;
	font-weight: 300;
	color: #1F352F;
	white-space: nowrap;
	vertical-align: middle;
}

.light-text .animated-ticker-text {
	color: #FFFEEF;
}

.ticker-image-wrapper {
	display: inline-block;
	padding: 0 25px;
	vertical-align: middle;
}

.ticker-image {
	display: block;
	width: auto;
	height: 40px;
}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - DIVIDER LINE
-----------------------------------------------------------------------------------------------------------*/

.divider-line {
	width: 100%;
	height: 1px;
	background: #1F352F;
}

.light-text .divider-line {
	background: #FFFEEF;
}

/*-----------------------------------------------------------------------------------------------------------
    FLEXIBLE CONTENT - LOCATIONS MAP
-----------------------------------------------------------------------------------------------------------*/

.locations-map-outer {
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	max-width: 1520px;
	position: relative; /* ← added: anchor overlay to this */
}

.locations-map {
	width: 100%;
	background: #fffeef;	
	/*border: 1px solid #1F352F;*/
}

.locations-map-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	aspect-ratio: 2515.69/1687.96;
	overflow: hidden;
	touch-action: none;
	user-select: none;
}

.locations-map-wrapper img,
.locations-map-wrapper svg {
	display: block;
	width: 100%;
	height: 100%;
}

.locations-pin-layer {
	position: absolute;
	inset: 0;
	pointer-events: auto;
}

/* ⬇️ SVG removed from this block to prevent Chrome from rasterizing it */
.locations-map-wrapper img,
.locations-pin-layer {
	will-change: transform;
	contain: paint; /* helps some browsers avoid over-invalidation */
}

/* Simple, repeatable pin element: set coords via data-x/data-y (percent).
   Tip anchors the coordinate via translate(-50%, -100%). */
.location-pin {
	position: absolute;
	left: var(--x, 50%);
	top: var(--y, 50%);
	width: 24px;
	height: 32px; /* natural-ish ratio; can tweak */
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: auto;
	/* Marker SVG encoded for CSS url */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.76 70.21'><defs><clipPath id='clippath'><rect fill='none' x='.06' y='0' width='52.67' height='70.21'/></clipPath></defs><g><g clip-path='url(%23clippath)'><g><path fill='%231f352f' d='M25.54,68.43l-.33-.14c-.87-.41-1.64-1.01-2.25-1.75l-.03-.03c-3.77-4.24-7.22-8.76-10.33-13.5-6.82-10.18-8.82-15.89-9.8-19.73C-1.04,20.25,6.4,6.58,19.43,2.73c13.02-3.84,26.7,3.6,30.54,16.62,1.31,4.42,1.34,9.12.1,13.57-2.07,6.98-5.28,13.56-9.5,19.48-3.21,4.97-6.8,9.68-10.73,14.1l-.03.03c-.61.74-1.38,1.34-2.25,1.75l-.33.14h-1.7Z'/><path fill='%23fffeef' d='M26.39,3.55c7.16-.03,13.92,3.32,18.23,9.05,9.66,12.83,2.11,27.28-5.52,38.82-3.16,4.89-6.68,9.52-10.54,13.87-.45.56-1.02,1.03-1.67,1.35h-.99c-.65-.33-1.21-.79-1.67-1.35-3.71-4.17-7.1-8.61-10.15-13.28C6.28,40.39-1.64,25.62,8.16,12.6,12.47,6.88,19.23,3.52,26.39,3.55M26.39,0h0c-3.99,0-7.92.9-11.52,2.62-3.77,1.81-7.04,4.5-9.55,7.85C.29,17.1-1.29,25.73,1.08,33.71c1,3.73,2.43,7.32,4.26,10.72,1.75,3.29,3.68,6.49,5.79,9.57,3.16,4.83,6.67,9.41,10.5,13.73l.03.03c.78.93,1.75,1.67,2.86,2.18l.66.28h2.43l.66-.28c1.1-.51,2.08-1.25,2.86-2.18l.03-.03c4-4.49,7.65-9.29,10.91-14.34,2.05-3.05,3.94-6.21,5.64-9.47,1.77-3.35,3.15-6.9,4.1-10.57,3.4-12.25-2.44-25.19-13.89-30.73C34.31.9,30.38,0,26.39,0'/><path fill='%23fffeef' d='M35.86,32.91c-3.6,5.23-10.76,6.56-16,2.96-5.23-3.6-6.56-10.76-2.96-16,1.99-2.9,5.21-4.72,8.72-4.96,6.35-.39,11.83,4.44,12.22,10.79.16,2.56-.54,5.09-1.98,7.21'/></g></g></g></svg>");
	/* Base transform: bottom tip sits on the coordinate */
	transform: translate(-50%, -100%);
	transform-origin: center bottom;
	cursor: pointer;
}

.locations-map-wrapper .map-controls {
	position: absolute;
	left: 8px;
	top: 10px; /* was 8px */
	z-index: 5;
	display: flex;
	gap: 6px;
	pointer-events: auto;
}

.locations-map-wrapper .map-controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #1F352F;
	background: #fffeef;
	color: #1F352F;
	border-radius: 6px;
	font: 600 18px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	cursor: pointer;
}

.locations-map-wrapper .map-controls button:active {
	transform: translateY(1px);
}

.locations-map-wrapper .map-controls button:focus-visible {
	outline: 2px solid #1F352F;
	outline-offset: 2px;
}

/* Overlay that centers popups over the map but does not block interactions */
.map-popups-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none; /* ← added: let pan/zoom through */
	z-index: 6;           /* ← added: appear above the map/pins */
}

.map-popup {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 50px 40px 30px;
	width: 90vw;
	max-width: 600px;
	background: #1F352F;
	border: 2px solid #FFFEEF;
	border-radius: 25px;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: auto; /* ← added: popup itself remains clickable */
	z-index: 2;
}

.map-popup.is-tall {
	top: 10px;
	transform: translateX(-50%) translateY(0);
}

.map-popup.is-open { display: block; }

/* 40px round close button with a 3px #1F352F "X" */
.map-popup .popup-close {
	position: absolute;
	top: -20px;              /* sits on the upper-right edge */
	right: -20px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;  /* keeps total size at 40px including border */
	border: 2px solid #1F352F; 
	border-radius: 50%;
	background: #FFFEEF;
	cursor: pointer;
	pointer-events: auto;
	z-index: 2;
}

/* draw the "X" with two 3px bars */
.map-popup .popup-close::before,
.map-popup .popup-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;            /* length of each stroke */
	height: 3px;            /* thickness */
	background: #1F352F;
	border-radius: 2px;
	transform-origin: center;
}

/* 45° and -45° lines centered */
.map-popup .popup-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.map-popup .popup-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* accessibility & interaction */
.map-popup .popup-close:focus-visible {
	outline: 2px solid #1F352F;
	outline-offset: 2px;
}
.map-popup .popup-close:active {
	transform: translateY(1px);
}

.map-popups-wrapper .map-dim {
	position: absolute;
	inset: 0;
	background: rgba(255, 254, 239, 0.30); /* 30% of #FFFEEF */
	display: none;           /* hidden until a popup opens */
	pointer-events: auto;    /* so you can click it to close */
	z-index: 1;              /* below the popup */
}

/* when any popup is open, turn the dimmer on */
.map-popups-wrapper .map-dim.is-on { display: block; }

@media (max-width: 1023px) {
	.locations-map-outer {
		padding: 0 20px;
	}
}

@media (max-width: 599px) {
	.map-popup {
		padding: 30px 20px 10px;
	}

	.map-popup .popup-close {
		top: -10px;
		right: -10px;
		width: 30px;
		height: 30px;
	}

	.map-popup .popup-close::before,
	.map-popup .popup-close::after {
		width: 18px;
		height: 3px;
	}
}


/*-----------------------------------------------------------------------------------------------------------
    MAP COORDINATES PICKER
-----------------------------------------------------------------------------------------------------------*/

/* Container holds panel above the map */
.map-coord-picker {
	margin: 0 auto 2px;
	width: 100%;
	/* remove aspect-ratio from the container */
	/* aspect-ratio: 2515.69/1687.96; */
	/* remove absolute overlay behavior */
	position: static;
	overflow: visible;
	cursor: default;

	display: flex;
	flex-direction: column;
	align-items: flex-end;   /* right-align the panel */
	gap: 8px;
	user-select: none;
	touch-action: manipulation;
}

/* The map element itself controls the aspect ratio */
.map-coord-picker img,
.map-coord-picker svg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2515.69/1687.96;  /* keeps the same shape as your display map */
	cursor: crosshair;              /* cursor on the map only */
}

.locations-map-outer .coord-display + .locations-map .locations-map-wrapper img,
.locations-map-outer .coord-display + .locations-map .locations-map-wrapper svg {
	cursor: crosshair;
}

/* Panel is now in normal flow (above the map), not over it */
.coord-display {
	position: static;
	z-index: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	background: rgba(31,53,47,.9);
	color: #fffeef;
	font: 500 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	border-radius: 8px;
	white-space: nowrap;
}

.coord-display .copy-btn {
	padding: 6px 10px;
	background: #fffeef;
	color: #1f352f;
	border: 0;
	border-radius: 6px;
	font: inherit;
	cursor: pointer;
}

@media (max-width: 600px) {
	.coord-display {
		font-size: 13px;
		padding: 6px 8px;
		gap: 6px;
	}
	.coord-display .copy-btn {
		padding: 5px 8px;
	}
}

/*-----------------------------------------------------------------------------------------------------------
		SEARCH RESULT
-----------------------------------------------------------------------------------------------------------*/

.search-results-wrapper {
	margin-top: 60px;
}

.search-result {
	display: flex;
	align-items: center;
	margin: 0 0 60px;
}

.search-result-image {
	padding: 0 50px 0 0;
	width: 50%;
}

.search-result-text {
	width: 100%;
}

.has-thumb .search-result-text {
	width: 50%;
}

@media all and (max-width: 599px) {

	.search-result {
		display: block;
	}

	.search-result-image {
		padding: 0 0 20px;
		width: 100%;
	}

	.has-thumb .search-result-text {
		width: 100%;
	}

	.featured-image {
		display: block;
		margin: 0 auto;
		width: 400px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG
-----------------------------------------------------------------------------------------------------------*/

.blog-categories-wrapper {
	position: relative;
	top: 0;
	margin: 0 0 100px;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;	
}

.blog-categories-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.blog-category-headline.h1 {
	position: relative;
	margin: 0 0 0;
}

.blog-categories {
	display: none !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 80px;
	position: relative;
	margin: 0;
	list-style-type: none;
}

.blog-categories li {
	padding: 0;
}

.blog-categories li a {
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-decoration: none !important;
}

.blog-categories li a:hover,
.blog-categories li.current-cat a {
	color: #308D21;
}

@media all and (max-width: 1199px) {



}

@media all and (max-width: 1023px) {



}

@media all and (max-width: 479px) {



}

/*-----------------------------------------------------------------------------------------------------------
		BLOG FEED
-----------------------------------------------------------------------------------------------------------*/

.blog-feed-wrapper {
	padding: 0 50px;
}

.blog-feed {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 80px;
	row-gap: 80px;
}

.blog-post {
	position: relative;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.blog-post.lazy-hide {
	top: 40px;
	opacity: 0;	
}

.blog-image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 40px;
	padding: 0 0 60%;
	border-radius: 25px;
}

.blog-main-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 25px;
}

.blog-hover-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	border-radius: 25px;
	transition: all 0.2s ease;
}

.blog-image-wrapper:hover .blog-hover-image {
	opacity: 1;
}

.blog-title {
	margin: 0 0 4px !important;
}

.blog-title a {
	text-decoration: none;
}

.blog-sub-head {
	color: #1F352F;
}

.blog-excerpt {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.02em;
}

.blog-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0 0;
	font-family: "henderson-slab-basic", serif;
	font-size: 23px;
	line-height: 31px;
	font-weight: 400;
	letter-spacing: 0;
}

.prev-page {
	padding: 0;
}

.prev-page a {
	display: block;
	position: relative;
	text-decoration: none;
}

.next-page {
	padding: 0;
}

.next-page a {
	display: block;
	position: relative;
	text-decoration: none;
}

@media all and (max-width: 1023px) {

	.blog-feed-wrapper {
		padding: 0 20px;
	}

	.blog-feed {
		column-gap: 20px;
	}

	.blog-title.h1 {
		font-size: 40px;
		line-height: 45px;
	}

}

@media all and (max-width: 767px) {

	.blog-feed-wrapper {
		padding: 0 40px;
	}

	.blog-feed {
		grid-template-columns: 1fr;
	}

}

@media all and (max-width: 479px) {

	.blog-feed-wrapper {
		padding: 0 20px;
	}

	.blog-feed {
		row-gap: 60px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG SINGLE
-----------------------------------------------------------------------------------------------------------*/

.blog-header-image {
	display: block;
	margin: 0 0 20px;
	border-radius: 20px;
}

.blog-title-single {
	margin: 0 0 10px;
}

/*-----------------------------------------------------------------------------------------------------------
		BLOG FEED BLOCK
-----------------------------------------------------------------------------------------------------------*/

.blog-feed-block {
	display: flex;
	position: relative;
}

.bfb-item-main-wrapper {
	position: relative;
	top: 0;
	width: 65%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.bfb-item-main-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;	
}

.bfb-image-wrapper {
	position: relative;
}

.bfb-main-image {
	display: block;
	margin: 0;
}

.bfb-item-main-content {
	display: flex;
	column-gap: 80px;
	padding: 40px 40px 0 40px;
}

.bfb-item-main-meta {
	width: calc(40% - 40px);
}

.bfb-item-main-content .bfb-excerpt {
	width: calc(60% - 40px);
}

.bfb-sidebar {
	width: 35%;
	padding: 0 40px 0 80px;
}

.bfb-item {
	position: relative;
	top: 0;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 2px solid #09435D;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.bfb-item.lazy-hide {
	top: 40px;
	opacity: 0;	
}

.bfb-sidebar .bfb-item:last-child {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.bfb-title {
	margin: 0 0 10px;
}

.bfb-title a {
	color: #09435D;
}

.bfb-sub-field {
	text-transform: uppercase;
}

.bfb-sidebar .bfb-excerpt {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

@media all and (max-width: 1365px) {

	.bfb-item-main-content {
		display: flex;
		column-gap: 40px;
		padding: 40px 20px 0 40px;
	}

	.bfb-item-main-meta {
		width: calc(40% - 20px);
	}

	.bfb-item-main-content .bfb-excerpt {
		width: calc(60% - 20px);
	}

	.bfb-sidebar {
		padding: 0 40px 0 40px;
	}

}

@media all and (max-width: 1199px) {

	.bfb-item-main-content {
		display: block;
	}

	.bfb-item-main-meta {
		width: 100%;
	}

	.bfb-item-main-content .bfb-excerpt {
		width: 100%;
	}

}

@media all and (max-width: 1023px) {

	.bfb-item-main-wrapper {
		width: 55%;
	}

	.bfb-sidebar {
		width: 45%;
	}

}

@media all and (max-width: 767px) {

	.blog-feed-block {
		display: block;
	}

	.bfb-item-main-wrapper {
		width: 100%;
	}

	.bfb-item-main-content {
		padding: 40px 40px 0 40px;
	}

	.bfb-item-main-content .bfb-excerpt {
		margin: 0 0 30px;
		padding: 0 0 10px;
		border-bottom: 2px solid #09435D;
	}

	.bfb-sidebar {
		width: 100%;
	}

}

@media all and (max-width: 479px) {

	.bfb-item-main-content {
		padding: 40px 20px 0 20px;
	}

	.bfb-sidebar {
		padding: 0 20px 0 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		PORTFOLIO
-----------------------------------------------------------------------------------------------------------*/

.portfolio-categories-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	margin: 0 0 100px;
	padding: 20px 100px;
	width: 100%;
	border-top: 1px solid #2E4252;
	border-bottom: 1px solid #2E4252;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;	
}

.portfolio-categories-wrapper.lazy-hide {
	top: 40px;
	opacity: 0;
}

.portfolio-category-headline.h1 {
	margin: 0;
	text-transform: uppercase;
}

.portfolio-categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 0 0 100px;
	list-style-type: none;
}

.portfolio-categories li {
	padding: 0 0 0 50px;
}

.portfolio-categories li a {
	display: block;
	position: relative;
	padding: 5px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #2E4252;
}

.portfolio-categories li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background: #2E4252;
	opacity: 0;
	transition: all 0.2s ease;
}

.portfolio-categories li a:hover:after,
.portfolio-categories li.active a:after {
	opacity: 1;
}

@media all and (max-width: 1365px) {

	.portfolio-categories-wrapper {
		padding: 20px 40px;
	}

	.portfolio-categories {
		padding: 0 0 0 50px;
	}

	.portfolio-categories li {
		padding: 0 0 0 50px;
	}

}

@media all and (max-width: 1199px) {

	.portfolio-categories-wrapper {
		padding: 20px 20px;
	}

	.portfolio-categories {
		padding: 0 0 0 40px;
	}

	.portfolio-categories li {
		padding: 0 0 0 40px;
	}

}

@media all and (max-width: 1023px) {

	.portfolio-categories-wrapper {
		display: block;
	}

	.portfolio-categories {
		padding: 10px 0 0;
	}

	.portfolio-categories li {
		padding: 0 40px 0 0;
	}

}

@media all and (max-width: 479px) {

	.portfolio-categories-wrapper {
		padding: 20px 10px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		PORTFOLIO FEED
-----------------------------------------------------------------------------------------------------------*/

.portfolio-feed-wrapper {
	padding: 0 50px;
}

.portfolio-feed {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	row-gap: 120px;
}

.portfolio-item {
	position: relative;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.25s ease;
	transition-delay: 0.25s;
}

.portfolio-item.lazy-hide {
	top: 40px;
	opacity: 0;	
}

.portfolio-image-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 60%;
}

.portfolio-main-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.portfolio-hover-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transition: all 0.2s ease;
}

.portfolio-image-wrapper:hover .portfolio-hover-image {
	opacity: 1;
}

.portfolio-name.h1 {
	margin: 0 0 4px !important;
}

.portfolio-location {
	margin: 0 !important;
}

@media all and (max-width: 1023px) {

	.portfolio-feed-wrapper {
		padding: 0 20px;
	}

	.portfolio-feed {
		column-gap: 20px;
	}

	.portfolio-name.h1 {
		font-size: 40px;
		line-height: 45px;
	}

}

@media all and (max-width: 767px) {

	.portfolio-feed-wrapper {
		padding: 0 40px;
	}

	.portfolio-feed {
		grid-template-columns: 1fr;
	}

}

@media all and (max-width: 479px) {

	.portfolio-feed-wrapper {
		padding: 0 20px;
	}

	.portfolio-feed {
		row-gap: 60px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		WOOCOMMERCE
-----------------------------------------------------------------------------------------------------------*/

.woocommerce #site-wrapper a.button,
.woocommerce #site-wrapper button.button,
.woocommerce #site-wrapper input.button,
.woocommerce #site-wrapper #respond input#submit,
.woocommerce #site-wrapper .button,
.woocommerce #site-wrapper button,
.woocommerce #site-wrapper input[type="submit"],
.woocommerce #site-wrapper input[type="button"],
.woocommerce #site-wrapper .wp-element-button,
.woocommerce #site-wrapper .wp-block-button__link,
.woocommerce #site-wrapper .single_add_to_cart_button,
.woocommerce #site-wrapper .add_to_cart_button,
.woocommerce #site-wrapper #place_order,
.woocommerce #site-wrapper .woocommerce-mini-cart__buttons a.button,
.woocommerce #site-wrapper .widget_shopping_cart .buttons a,
.woocommerce #site-wrapper .widget_shopping_cart .buttons a.checkout,
.woocommerce #site-wrapper .wc-block-components-button,
.woocommerce #site-wrapper .wc-block-components-button__button,
.woocommerce #site-wrapper .wc-block-cart__submit-button,
.woocommerce #site-wrapper .wc-block-components-checkout-place-order-button,
.woocommerce #site-wrapper .wc-block-components-checkout-place-order-button button,
.woocommerce-page #site-wrapper .wc-block-components-checkout-place-order-button {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px;
	min-width: 160px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #1F352F;
	background: transparent;
	border: 1px solid #1F352F;
	border-radius: 9999px;
	transition: all 0.2s ease;
}

.woocommerce #site-wrapper a.button:hover,
.woocommerce #site-wrapper button.button:hover,
.woocommerce #site-wrapper input.button:hover,
.woocommerce #site-wrapper #respond input#submit:hover,
.woocommerce #site-wrapper .button:hover,
.woocommerce #site-wrapper button:hover,
.woocommerce #site-wrapper input[type="submit"]:hover,
.woocommerce #site-wrapper input[type="button"]:hover,
.woocommerce #site-wrapper .wp-element-button:hover,
.woocommerce #site-wrapper .wp-block-button__link:hover,
.woocommerce #site-wrapper .single_add_to_cart_button:hover,
.woocommerce #site-wrapper .add_to_cart_button:hover,
.woocommerce #site-wrapper #place_order:hover,
.woocommerce #site-wrapper .woocommerce-mini-cart__buttons a.button:hover,
.woocommerce #site-wrapper .widget_shopping_cart .buttons a:hover,
.woocommerce #site-wrapper .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce #site-wrapper .wc-block-components-button:hover,
.woocommerce #site-wrapper .wc-block-components-button__button:hover,
.woocommerce #site-wrapper .wc-block-cart__submit-button:hover,
.woocommerce #site-wrapper .wc-block-components-checkout-place-order-button:hover,
.woocommerce #site-wrapper .wc-block-components-checkout-place-order-button button:hover,
.woocommerce-page #site-wrapper .wc-block-components-checkout-place-order-button:hover {
	color: #FFFEEF;
	background: #308D21;
	border-color: #308D21;
}

.woocommerce-page #site-wrapper .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	width: auto;
}

.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="email"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="number"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="password"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="tel"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="text"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="url"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="email"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="number"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="password"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="tel"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="text"],
.woocommerce-page #site-wrapper .wc-block-components-text-input input[type="url"] {
	background: transparent;
}

.woocommerce-page #site-wrapper .wc-blocks-components-select .wc-blocks-components-select__container,
.woocommerce-page #site-wrapper .wc-blocks-components-select .wc-blocks-components-select__select {
	background: transparent;
}

.shop-cat-links {
	display: flex;
	flex-wrap: wrap;
	column-gap: 70px;
	row-gap: 20px;
	margin: 40px 0 60px;
	list-style-type: none;
}

.shop-cat-links > li {
	position: relative;
}

.shop-cat-links > li > a {
	display: block;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	color: #1F352F;
}

.shop-cat-links > li > a:hover,
.shop-cat-links > li > a.is-active {
	color: #308D21;
}

.product-card__brand,
.product-header__brand {
	font-family: "henderson-slab-basic", serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #1F352F;
}

.product-header__brand {
	margin: 0 0 20px;
}

.product-header__brand a {
	text-decoration: none !important;
}

.woocommerce #site-wrapper ul.products::before,
.woocommerce #site-wrapper ul.products::after {
	content: none;
	display: none;
}

.woocommerce #site-wrapper ul.products {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 60px;
	margin: 0;
}

.woocommerce #site-wrapper ul.products li.product {
	margin: 0;
	padding: 0; 
}

.woocommerce #site-wrapper ul.products.columns-2 li.product { flex: 0 0 calc((100% - 1 * 40px) / 2); }
.woocommerce #site-wrapper ul.products.columns-3 li.product { flex: 0 0 calc((100% - 2 * 40px) / 3); }
.woocommerce #site-wrapper ul.products.columns-4 li.product { flex: 0 0 calc((100% - 3 * 40px) / 4); }
.woocommerce #site-wrapper ul.products.columns-5 li.product { flex: 0 0 calc((100% - 4 * 40px) / 5); }

.woocommerce #site-wrapper ul.products li.product a img {
	margin: 0 0 30px;
	border-radius: 25px;
}

.woocommerce #site-wrapper ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	margin: 20px 0;
}

.woocommerce #site-wrapper ul.products li.product .price,
.woocommerce #site-wrapper div.product p.price {
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	color: #1F352F;
}

.woocommerce #site-wrapper div.product p.price ins {
	text-decoration: none !important;
}

.woocommerce #site-wrapper .added_to_cart {
	display: block;
}

.woocommerce #site-wrapper .related.products {
	position: relative;
	padding-top: 60px;
}

.woocommerce #site-wrapper .related.products::before {
	content: '';
	display: block;
	position: absolute;
	left: -9999px;
	top: 0;
	width: 999999px;
	height: 1px;
	background: #1F352F;
}

.woocommerce #site-wrapper .woocommerce-product-gallery__image {
	border-radius: 25px;
}

.woocommerce #site-wrapper div.product form.cart div.quantity {
	margin-right: 10px;
}

.woocommerce #site-wrapper div.product form.cart div.quantity input {
	height: 36px;
	background: transparent;
	border: 1px solid #1F352F;
	border-radius: 4px;
}

@media (max-width: 1365px) {

	.shop-cat-links {
		column-gap: 50px;
		row-gap: 10px;
	}

	.woocommerce #site-wrapper ul.products.columns-4 li.product,
	.woocommerce #site-wrapperul.products.columns-5 li.product {
		flex: 0 0 calc((100% - 2 * 40px) / 3); /* 3 cols ⇒ 2 gaps */
	}

}

@media (max-width: 1023px) {

	.woocommerce #site-wrapper ul.products.columns-3 li.product,
	.woocommerce #site-wrapper ul.products.columns-4 li.product,
	.woocommerce #site-wrapper ul.products.columns-5 li.product {
		flex: 0 0 calc((100% - 1 * 40px) / 2);
	}

}

@media (max-width: 767px) {

	.woocommerce #site-wrapper ul.products { column-gap: 20px; }
	.woocommerce #site-wrapper ul.products.columns-3 li.product,
	.woocommerce #site-wrapper ul.products.columns-4 li.product,
	.woocommerce #site-wrapper ul.products.columns-5 li.product {
		flex: 0 0 calc((100% - 1 * 20px) / 2);
	}

}

@media (max-width: 599px) {

	.woocommerce #site-wrapper ul.products.columns-3 li.product,
	.woocommerce #site-wrapper ul.products.columns-4 li.product,
	.woocommerce #site-wrapper ul.products.columns-5 li.product {
		flex: 0 0 100%;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

.footer-wrapper {
	position: relative;
	padding-top: 60px;
	background: #1F352F;
}

.footer-content-wrapper {
	position: relative;
	border-top: 1px solid #FFFEEF;
	border-bottom: 1px solid #FFFEEF;
}

.footer-content {
	display: flex;
	column-gap: 80px;
	margin: 0 auto;
	padding: 30px 50px 20px;
	font-size: 18px;
	line-height: 26px;
}

.footer-content a {
	text-decoration: none !important;
}

.footer-content a:hover {
	color: #C9D8B9;
}

.footer-column.fc1,
.footer-column.fc2,
.footer-column.fc3 {
	width: 230px;
}

.footer-column.fc4 {
	margin-left: auto;
	width: 630px;
	text-align: right;
}

.legal-wrapper {
	margin: 0 auto;
	padding: 20px 20px 30px;
}

.legal {
	padding: 0 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.legal a.atlas {
	font-family: georgia;
	font-weight: 700;
}

@media all and (max-width: 1599px) {

	.footer-content {
		column-gap: 50px;
	}

	.footer-column.fc4 {
		width: 430px;
	}

}

@media all and (max-width: 1199px) {

	.footer-content {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.footer-column.fc4 {
		width: 75%;
	}

}

@media all and (max-width: 1023px) {

	.footer-content {
		padding: 30px 20px 20px;
		column-gap: 40px;
		font-size: 17px;
		line-height: 25px;
	}

	.footer-column.fc1,
	.footer-column.fc2,
	.footer-column.fc3 {
		width: 216px;
	}

}

@media all and (max-width: 767px) {

	.footer-content {
		margin: 0 auto;
		max-width: 400px;
	}

	.footer-column {
		width: 100% !important;
	}
	
	.footer-column.fc4 {
		text-align: left;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		SOCIAL MEDIA MENU
-----------------------------------------------------------------------------------------------------------*/

.social-media-menu {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 20px;
	list-style-type: none;
}

.social-media-menu li {
	margin: 0 15px 20px 0;
}

.social-media-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 28px;
	text-decoration: none !important;
	color: #FFFEEF;
	transition: all 0.25s ease;
}

/*-----------------------------------------------------------------------------------------------------------
		GRAVITY FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_wrapper {
	margin: 0 auto !important;
}

.gform_required_legend {
	display: none !important;
}

.gfield {
	margin-bottom: 15px !important;
}

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 4px !important;
	font-family: "Host Grotesk", sans-serif !important;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	color: #1F352F !important;
}

.light-text .gform_wrapper .top_label .gfield_label {
	color: #FFFEEF !important;
}

.gform_wrapper .gfield_required {
	height: 10px !important;
	color: #1F352F !important;
	vertical-align: top !important;
}

.light-text .gform_wrapper .gfield_required {
	color: #FFFEEF !important;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
	display: block !important;
	padding: 8px 40px 8px !important;
	min-width: 160px !important;
	font-family: "Host Grotesk", sans-serif !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	color: #1F352F !important;
	background: transparent !important;
	border: 1px solid #1F352F !important;
	border-radius: 9999px !important;
	outline: 0 !important;
	transition: all 0.2s ease !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #FFFEEF !important;
	background: #308D21 !important;
	border-color: #308D21 !important;
}

.light-text .gform_wrapper .gform_footer input[type="submit"] {
	color: #FFFEEF !important;
	background: #308D21 !important;
	border-color: #308D21 !important;
}

.light-text .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #1F352F !important;
	background: #FFFEEF !important;
	border-color: #FFFEEF !important;
}

.light-green-bg .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #FFFEEF !important;
	background: #1F352F !important;
	border-color: #1F352F !important;
}

.light-green-bg .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #1F352F !important;
	background: #FFFEEF !important;
	border-color: #FFFEEF !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] {
	margin-bottom: 0 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding-left: 0 !important;
	padding-right: 0 !important;
	height: 42px !important;
	font-family: "Host Grotesk", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1F352F !important;
	letter-spacing: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #1F352F !important;
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	color: #FFFEEF !important;
	border-bottom: 1px solid #FFFEEF !important;
}

.gform_wrapper select {
	padding: 0 30px 0 4px !important;
	height: 42px !important;
	font-family: "Host Grotesk", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1F352F !important;
	background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.13 31.69'><polygon fill='%231F352F' transform='translate(-37.24,-45.78) rotate(90 65.805 61.625)' points='81.65 61.62 53.1 33.06 49.99 36.17 75.44 61.61 49.96 87.09 53.07 90.19 78.54 64.72 78.55 64.73 81.65 61.62'/></svg>") !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 8px) center !important;
	background-size: auto 8px !important;
	border: 0 !important;
	border-bottom: 1px solid #1F352F !important;
	border-radius: 0 !important;
	outline: 0 !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper select {
	color: #FFFEEF !important;
	border-bottom: 1px solid #FFFEEF !important;
}

.gform_wrapper textarea {
	font-family: "Host Grotesk", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1F352F !important;
	background: transparent !important;
	border: 1px solid #1F352F !important;
	outline: 0 !important;
	border-radius: 10px !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper textarea {
	color: #FFFEEF !important;
	border: 1px solid #FFFEEF !important;
}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.wsp-container ul {
	list-style-type: none;
}

@media all and (max-width: 1023px) {



}

@media all and (max-width: 767px) {



}

@media all and (max-width: 479px) {



}
