/*
Theme Name: A Sleeky Theme
Author: Sleeky
Author URI: https://sleeky.co.uk
Description: Just another Sleeky theme.
Version: 1.0
License: (c) Copyright of Sleeky. All Rights Reserved.
Text Domain: sleeky
*/

/* Default Styles */
a {
	color: #00549E;
	text-decoration: none;
  	transition: .5s;
}
a:hover {
	color: #f0b300;
}
blockquote {
	border-left: 5px solid 000000!important;
	margin: 20px 0px 0px 0px;
	padding: 20px;
}
blockquote, table, table thead {
	background-color: #f6f6f6;
	border: 2px solid #f6f6f6;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
	padding: 0px;
}
blockquote cite {
	font-style: italic;
	font-weight: bold;
}
body {
	font-family: "Poppins", sans-serif;
	margin: 0px;
	padding: 0px;
}
.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}
.column {
	float: left;
	width: 50%;
}
.container {
	margin: 0px auto;
	padding: 0px;
	width: xxxx;
}
@media (max-width: xxxxpx) {
.container {
	width: 90%;
}
}
footer, header, section {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	max-width: 100%;
}
/*nav .column.left {
	width: 25%;
}
nav .column.right {
	width: 75%;
}
nav .menu-item-has-children {
	position: relative;
}
nav .menu-item-has-children:focus .sub-menu, nav .menu-item-has-children:focus-within .sub-menu, nav .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.25s;
	visibility: visible;
	z-index: 1;
}
nav .sub-menu { 
	background-color: #ffffff;
	left: 0px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 100%;
	transform: translateY(-10px);
	transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s, z-index 0s linear 0.01s;
	visibility: hidden;
	z-index: 1;
}
nav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	display: inline-block;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
nav ul li:first-child {
	padding-left: 0px;
}
nav ul li:last-child {
	padding-right: 0px;
}
nav ul li a {
	color: xxxx;
}
nav ul li a:hover {
	color: xxxx;
}
nav ul li ul li, nav ul li ul li:first-child, nav ul li ul li:last-child {
	padding: 10px;
}
@media (max-width: 1000px) {
nav {
	display: none;
}
}*/
ol li, ul li {
	padding: 10px 0px 0px 0px;
}
.outer {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}
.outer .inner {
	display: table-cell;
	vertical-align: middle;
}
p {
	padding: 20px 0px 0px 0px;
}
p, blockquote cite, ol li, ul li, table {
	margin: 0px;
}
@media (min-width: 1001px) {
.side-nav {
	display: none;
}
}
.side-nav a {
	cursor: pointer;
	position: absolute;
	right: 5%;
}
.slick-next:before {
    content: "\f0da";
}
.slick-prev:before {
    content: "\f0d9";
}
.slick-next:before, .slick-prev:before {
    color: #000000;
	font-family: 'FontAwesome';
	font-size: 60px;
}
.slick-next {
    right: -30px;
	z-index: 1;
}
.slick-prev {
    left: -30px;
	z-index: 1;
}
.slick-slider {
	margin-bottom: 0px;
}
@media (max-width: 1450px) {
.slick-next:before, .slick-prev:before {
	font-size: 40px;
}
.slick-next {
    right: -20px;
}
.slick-prev {
    left: -20px;
}
}
@media (max-width: 600px) {
.slick-next:before, .slick-prev:before {
	font-size: 20px;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}
}
.slide-close a {
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	right: 5%;
	z-index: 5003;
}
.slide-in-menu {
	background-color: #000000;
	height: 100%;
	left: 0px;
	opacity: 0;
	overflow: scroll;
	position: absolute;
	top: -100%;
	transition: 0.5s;
	width: 100%;
	z-index: 5001;
}
.slide-in-menu.active {
	position: fixed;
	opacity: 1;
	top: 0px;
}
.slide-in-menu li.active > ul {
	display: block;
}
.slide-in-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slide-in-menu ul li {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.slide-in-menu ul li a {
	color: #ffffff;
	opacity: 0;
	position: relative;
    transform: translateY(20px);
	transition: opacity .25s linear, color .5s linear, transform .3s cubic-bezier(.25,.46,.45,.94);
}
.slide-in-menu.active ul li a {
	opacity: 1;
	transform: translateY(0);
}
.slide-in-menu.active ul li:nth-of-type(1) a {
	transition: color .5s linear, opacity .25s linear .5s, transform .3s cubic-bezier(.25,.46,.45,.94) .5s;
}
.slide-in-menu.active ul li:nth-of-type(2) a {
	transition: color .5s linear, opacity .25s linear .6s, transform .3s cubic-bezier(.25,.46,.45,.94) .6s;
}
.slide-in-menu.active ul li:nth-of-type(3) a {
	transition: color .5s linear, opacity .25s linear .7s, transform .3s cubic-bezier(.25,.46,.45,.94) .7s;
}
.slide-in-menu.active ul li:nth-of-type(4) a {
	transition: color .5s linear, opacity .25s linear .8s, transform .3s cubic-bezier(.25,.46,.45,.94) .8s;
}
.slide-in-menu.active ul li:nth-of-type(5) a {
	transition: color .5s linear, opacity .25s linear .9s, transform .3s cubic-bezier(.25,.46,.45,.94) .9s;
}
.slide-in-menu.active ul li:nth-of-type(6) a {
	transition: color .5s linear, opacity .25s linear 1s, transform .3s cubic-bezier(.25,.46,.45,.94) 1s;
}
.slide-in-menu.active ul li:nth-of-type(7) a {
	transition: color .5s linear, opacity .25s linear 1.1s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.1s;
}
.slide-in-menu.active ul li:nth-of-type(8) a {
	transition: color .5s linear, opacity .25s linear 1.2s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.2s;
}
.slide-in-menu.active ul li:nth-of-type(9) a {
	transition: color .5s linear, opacity .25s linear 1.3s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.3s;
}
.slide-in-menu.active ul li:nth-of-type(10) a {
	transition: color .5s linear, opacity .25s linear 1.4s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.4s;
}
.slide-in-menu ul ul {
	display: none;
}
strong, table thead th {
	font-weight: bold;
}
/*table {
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}
table th {
	padding: 10px;
}*/
.wp-block-table {
	margin: 0px;
}

/* Theme Styles */
.playfair-display {
  font-family: "Playfair Display", serif;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.alignleft {
	clear: both;
    float: left;
    margin: 0px 40px 40px 0px;
}
.alignright {
	clear: both;
    float: right;
    margin: 0px 0px 40px 40px;
}
.aligncenter {
	clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1200px) {
.alignright {
    float: left;
    margin: 0px 40px 40px 0px;
}
}
@media (max-width: 600px) {
.alignleft {
    margin: 0px 0px 40px 0px;
}
.alignright {
    margin: 0px 0px 40px 0px;
}
}
.all-categories ul {
	margin: 15px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
}
.all-categories ul li {
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	list-style-type: none;
	margin: 5px 20px 5px 0px;
	padding: 0px;
}
.all-categories ul li a {
	color: #ffffff;
}
.all-categories ul li a:hover {
	color: #B4DFD2;
}
.all-categories ul li a.active {
    font-weight: bold;
	border-bottom: 3px solid #B4DFD2;
}
body {
  background-image: url("img/dark-blue-background.jpg");
  background-size: 75%;
}
@media (max-width: 1200px) {
body {
  background-size: 100%;
}
}
@media (max-width: 600px) {
body {
  background-size: 150%;
}
}
body.home footer, body.page-id-18 footer {
	display: none;
}
body.menu-open .menu-overlay {
  opacity: 1;
}
body.menu-open #map-ui {
  display: none;
}
body.menu-open .menu-drawer{
  transform: translate3d(0, 0, 0);
}
.breadcrumbs {
	color: #ffffff;
	font-weight: bold;
	margin: 40px 0px 40px 10px;
}
.breadcrumbs a {
	color: #ffffff;
}
.breadcrumbs a:hover {
	color: #f0b300;
}
.button, .wc-bookings-booking-form-button {
  color: #ffffff!important;
  display: inline-block!important;
  font-family: "Poppins", sans-serif!important;
  font-size: 16px!important;
  font-weight: 700!important;
  height: 60px!important;
  line-height: 60px!important;
}
.button.blue-border, .wc-bookings-booking-form-button {
  background-clip: border-box, border-box, content-box!important;
  background-image: url("img/blue-border-button-left.png"), url("img/blue-border-button-right.png"), url("img/blue-border-button-background.png")!important;
  background-origin: border-box, border-box, content-box!important;
  background-position: left center, right center, left center!important;
  background-repeat: no-repeat, no-repeat, repeat-x!important;
  background-size: auto 100%, auto 100%, auto 100%!important;
  color: #00549E!important;
  /*margin-top: 20px;*/
  padding-left: 10px!important;
  padding-right: 5px!important;
}
.button.blue-border:hover, .wc-bookings-booking-form-button {
  background-image: url("img/blue-button-left.png"), url("img/blue-button-right.png"), url("img/blue-button-background.png")!important;
  color: #ffffff!important;
}
.button.green {
  background-clip: border-box, border-box, content-box!important;
  background-image: url("img/green-button-left.png"), url("img/green-button-right.png"), url("img/green-button-background.png")!important;
  background-origin: border-box, border-box, content-box!important;
  background-position: left center, right center, left center!important;
  background-repeat: no-repeat, no-repeat, repeat-x!important;
  background-size: auto 100%, auto 100%, auto 100%!important;
  /*margin-top: 20px;*/
  padding-left: 13px!important;
  padding-right: 7px!important;
}
.button.green:hover {
  background-image: url("img/white-button-left.png"), url("img/white-button-right.png"), url("img/white-button-background.png")!important;
  color: #3D7960!important;
}
.button.red {
  background-clip: border-box, border-box, content-box!important;
  background-image: url("img/red-button-left.png"), url("img/red-button-right.png"), url("img/red-button-background.png")!important;
  background-origin: border-box, border-box, content-box!important;
  background-position: left center, right center, left center!important;
  background-repeat: no-repeat, no-repeat, repeat-x!important;
  background-size: auto 100%, auto 100%, auto 100%!important;
  padding-left: 13px!important;
  padding-right: 7px!important;
}
.button.red:hover {
  background-image: url("img/white-button-left.png"), url("img/white-button-right.png"), url("img/white-button-background.png")!important;
  color: #9E3135!important;
}
.button span {
  display: inline-block!important;
  padding: 0px 15px 0px 15px!important;
}
body.home .button.green, body.home .button.red {
  margin-top: 20px;
}
@media (max-width: 600px) {
.button {
  font-size: 14px!important;
  height: 45px!important;
  line-height: 45px!important;
}
.button.green, .button.red, .button.blue-border {
  padding-left: 9px!important;
  padding-right: 5px!important;
}
}
.buttons .layout-container {
	margin-top: 40px;
}
.buttons .box {
	background-color: #ffffff;
	border: 6px solid #ffffff;
	color: #1A1919;
	float: left;
	margin: 0px 10px 10px 0px;
	min-height: 160px;
	padding: 40px;
    width: calc(50% - 112px);
}
.buttons .box:nth-of-type(1) {
	background-color: #f0b300;
}
.buttons .box:nth-of-type(2) {
	background-color: #b4dfd2;
}
.buttons .box h3 {
	font-size: 22px;
}
.buttons .box .link {
	float: left;
	width: 40%;
}
.buttons .box p {
	padding-top: 10px;
}
.buttons .box .text {
	float: left;
	width: 60%;
}
.buttons .box .button {
	float: right;
	margin-top: 30px;
}
.buttons h2 {
	color: #ffffff;
	line-height: 50px;
	margin-left: 10px;
}
@media (max-width: 1500px) {
.buttons .box {
	min-height: 210px;
}
}
@media (max-width: 1200px) {
.buttons .box {
	margin: 10px;
	min-height: 1px;
	padding: 40px;
    width: calc(100% - 112px);
}
}
@media (max-width: 900px) {
.buttons .box .button {
	float: none;
	margin-top: 20px;
}
.buttons .box .link {
	text-align: center;
	width: 100%;
}
.buttons .box .text {
	text-align: center;
	width: 100%;
}
}
.content .layout-container {
	margin-top: 40px;
}
.content .text {
	
    background-color: #ffffff;
    box-sizing: border-box;
	color: #1A1919;
    float: left;
    margin: 0px 10px 0px 10px;  
	padding: 40px;
    width: calc(100% - 10px);
  --cut: 30px;
  --slope: 10px;
  --rightCut: 10px;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    calc(100% - var(--rightCut)) calc(100% - var(--slope)),
    var(--cut) 100%,
    0% calc(100% - var(--cut))
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    calc(100% - var(--rightCut)) calc(100% - var(--slope)),
    var(--cut) 100%,
    0% calc(100% - var(--cut))
  );
}
.content .text h1 {
	color: #1A1919;
	padding: 0px;
}
.content .text h3 {
	color: #1A1919;
	font-size: 22px;
	padding-top: 20px;
}
footer {
  position: relative;
  padding: 60px 0px 20px 0px;
  overflow: hidden;
  background: none; /* important */
  margin-top: 40px;
  z-index: 0;
}

/* WHITE LAYER (acts as border) */
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: -2;

  clip-path: polygon(
    0 40px,
    100% 0,
    100% 100%,
    0 100%
  );
}

/* BLUE LAYER */
footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #74CCE9;
  z-index: -1;

  clip-path: polygon(
    0 44px,   /* slightly lower than white */
    100% 4px,
    100% 100%,
    0 100%
  );
}

/* CONTENT LAYOUT (your existing styles, slightly cleaned) */
footer .container {
  position: relative;
  z-index: 1; /* ensures content sits above shapes */
  margin: 0 auto;
}
@media (min-width: 1501px) {
footer .container {
  width: 1350px;
}
}
@media (max-width: 1500px) {
footer .container {
	padding: 0px 44px 0px 44px;
}
}
@media (max-width: 600px) {
footer .container {
	padding: 0px 22px 0px 22px;
}
}

/* LEFT */
footer .logo {
  color: #1A1919;
  float: left;
  font-size: 14px;
  width: 20%;
}

footer .logo img {
  width: 211px;
}

/* CENTER MENU */
footer .menu ul {
  float: left;
  margin: 50px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 60%;
}

footer .menu ul li {
  list-style: none;
  padding: 0 20px;
}


@media (min-width: 1001px) {
footer .menu ul li {
  display: inline-block;
}
}

footer .menu ul li a {
  color: #1A1919;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

footer .menu ul li a:hover {
  color: #00549E;
}
footer .heritage-logo {
  border: 4px solid #ffffff;
  border-radius: 50%;
  bottom: 49px;
  height: 136px!important;
  right: 57px;
  position: absolute;
  z-index: 3;
}
footer .yellow-triangle {
  bottom: -5px;
  height: 190px;
  right: -5px;
  pointer-events: none;
  position: absolute;
  width: 391px;
  z-index: 2;
}
footer .yellow-triangle.mobile {
  display: none;
}
footer .yellow-triangle svg {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 1500px) {
footer {
	margin-top: 20px;	
}
}
@media (max-width: 1000px) {
footer .logo {
  float: none;
  text-align: center;
  width: 100%;
}
footer .menu ul {
  float: none;
  padding-bottom: 60px;
  width: 100%;
}
footer .menu ul li {
  padding: 5px 0px 5px 0px;
}
}
@media (max-width: 900px) {
footer .heritage-logo {
  border: 3px solid #ffffff;
  bottom: 36.75px;
  height: 102px!important;
}
footer .yellow-triangle.desktop {
  display: none;
}
footer .yellow-triangle.mobile {
  bottom: -51.25px;
  display: block;
}
}
@media (max-width: 700px) {
footer .heritage-logo {
  bottom: 24.5px;
  height: 68px!important;
  right: 5%;
}
footer .yellow-triangle.mobile {
  bottom: -97.5px;
  display: block;
}
}
h1 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 50px;
}
h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 900;
}
h3 {
  display: inline-block;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 600px) {
h1 {
  font-size: 34.5px;
  line-height: 40px;
}
}
:root {
  --overlay: rgba(0,0,0,.75);
  --bg: #F0B300;
  --text: #fff;
  --dur: 450ms;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
header {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
header a, header button, header .menu-drawer, header .menu-overlay {
  pointer-events: auto;
}
header .container {
  padding: 48px 44px 48px 44px;	
}
@media (max-width: 600px) {
header .container {
  padding: 48px 22px 48px 22px;	
}
}
header .container .column.left {
  width: 50%;
}
header .container .column.right {
  width: 50%;
}
header .container .column.right .button.green, header .container .column.right .button.red {
  float: right;
  margin: 11px 22px 0px 0px;
  padding: 0px;
}
header .container .column.right a.basket:hover {
	color: #f0b300!important;
}
body.home header .container .column.right .button.green {
  display: none!important;
}
@media (max-width: 900px) {
header .container .column.right .button.green {
  display: none!important;
}
}
@media (max-width: 700px) {
header .container .column.right .button.red {
  display: none!important;
}
header .container .column.left {
  width: 75%;
}
header .container .column.right {
  width: 25%;
}
}
header .custom-logo {
  width: 330px;
}
header .menu-close {
  position: absolute;
  right: 44px;
  top: 48px;
}
header .menu-close, header .menu-trigger {
  background: transparent;
  border: 0px;
  cursor: pointer;
  float: right;
  padding: 0px;
  -webkit-tap-highlight-color: transparent;
}
header .menu-close:focus, header .menu-trigger:focus {
  box-shadow: none !important;
  outline: none !important;
}
header .menu-close img, header .menu-trigger img {
  display: block;
  margin-top: 13px;
  width: 59px;
}
header .menu-close:hover img {
  content: url("img/hamburger-icon-close-hover.png");
}
@media (max-width: 600px) {
header .menu-close img, header .menu-trigger img {
  margin-top: 6.5px;
}
header .menu-close {
  right: 5%;
}
}
header .menu-drawer {
  background: var(--bg);
  box-shadow: -24px 0 70px rgba(0,0,0,.35);
  -webkit-clip-path: polygon( 15% 0, 100% 0, 100% 100%, 0 100% );
  clip-path: polygon( 15% 0, 100% 0, 100% 100%, 0 100% );
  color: var(--text);
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  right: 0px;
  top: 0px;
  transform: translate3d(105%, 0, 0);
  transition: transform var(--dur) var(--ease);
  width: 450px;
  will-change: transform;
  z-index: 1000;
}
@media (max-width: 600px) {
header .menu-drawer {
  -webkit-clip-path: none;
  clip-path: none;
  width: 100%;
}
}
@media (min-width: 601px) {
header .menu-drawer .custom-logo {
  display: none;
}
}
header .menu-overlay {
  background: var(--overlay);
  inset: 0px;
  opacity: 0;
  position: fixed;
  transition: opacity var(--dur) var(--ease);
  z-index: 999;
}
@media (prefers-reduced-motion: reduce){
header .menu-drawer, header .menu-overlay {
  transition: none;
}
}
header .menu-trigger:hover img {
  content: url("img/hamburger-icon-hover.png");
}
header nav ul {
  clear: both;
  list-style-type: none;
  margin: 117px 0px 0px 0px;
  padding: 0px;
}
@media (max-width: 600px) {
header nav ul, header nav li {
  text-align: center;
}
}
header nav ul li {
  margin: 0px;
  padding: 0px;
}
header nav li.shop-links {
  font-weight: bold;
  list-style: none!important;
  margin-top: 20px;
}
header nav li.shop-links a {
  color: #ffffff;
}
header nav li.shop-links a:hover {
  color: #00549e;
}
header nav ul li a {
  color: #ffffff;
  font-family: "Poppins", serif;
  font-size: 25px;
  font-weight: 700;
}
header nav ul li a:hover {
  color: #00549e;
}
.wc-block-components-quantity-selector__input {
  font-family: "Poppins", serif;	
}
label {
	font-weight: bold!important;
}
.layout-container, .page-container {
	margin: 0px auto;
}
@media (min-width: 1501px) {
.layout-container {
	padding: 0px 44px 0px 44px;
	width: 1370px;
}
.page-container {
	padding: 186.5px 44px 0px 44px;
	width: 1370px;
}
}
@media (max-width: 1500px) {
.layout-container {
	padding: 0px 34px 0px 34px;
}
.page-container {
	
	padding: 186.5px 34px 0px 34px;
}
}
@media (max-width: 600px) {
.layout-container {
	padding: 0px 12px 0px 12px;
}
.page-container {
	padding: 186.5px 12px 0px 12px;
}
}
.layout-container h1, .page-container h1 {
	color: #ffffff;
	padding: 0px 10px 0px 10px;
}
#map-ui {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}
#map-ui button {
  background: transparent;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  -webkit-tap-highlight-color: transparent;
}
/*@media (max-width: 600px) {
#map-ui button {
  display: none;
}
}*/
#map-ui #zoom-in:focus, #map-ui #zoom-out:focus {
  box-shadow: none !important;
  outline: none !important;
}
#map-ui #zoom-in img, #map-ui #zoom-out img {
  display: block;
  margin-top: 13px;
  width: 59px;
}
#map-ui #zoom-in:hover img {
  content: url("img/map-zoom-plus-hover.png");
}
#map-ui #zoom-out:hover img {
  content: url("img/map-zoom-minus-hover.png");
}
#map-inner .marker {
  animation: pulse 2.5s infinite;
  background: #000000;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Poppins", serif;
  font-size: 30px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 40px;
  z-index: 10;
}
#map-inner .marker.marker--has-number {
  border: 3px solid #ffffff;
  font-size: 45px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.5); }
  100% { transform: translate(-50%, -50%) scale(1); }
}
@media (max-width: 600px) {
#map-inner .marker {
  border: 3px solid #ffffff;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.marker-icon-img {
    max-width: 80px!important;
    max-height: 80px!important;
}
#map-inner .marker.marker--has-number {
  border: 4px solid #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  width: 80px;
}
}
.page-container h1 {
	margin-bottom: 20px;
}
.pagination, .woocommerce-result-count {
	color: #ffffff!important;
	font-size: 16px!important;
	font-weight: bold!important;
	float: right!important;
	padding-right: 5px!important;
	line-height: 44px!important;
}
.pagination .nav-links {
	margin-left: 15px!important;
}
.page-numbers {
	margin-left: 10px!important;
}
.pagination .nav-links a, .page-numbers a {
	background-color: #ffffff!important;
	border: 1px solid #CFCFCF!important;
	color: #1A1919!important;
	display: inline-block!important;
	font-size: 16px!important;
	font-weight: normal!important;
	height: 44px!important;
	line-height: 44px!important;
	margin-left: -5px!important;
	padding: 0px!important;
	text-align: center!important;
	width: 44px!important;
}
.page-numbers a {
	margin-left: -3px!important;
}
.pagination .nav-links a:hover, .page-numbers a:hover {
	background-color: #1A1919!important;
	color: #ffffff!important;
}
.pagination .nav-links .current, .page-numbers.current {
	background-color: #B4DFD2!important;
	border: 1px solid #B4DFD2!important;
	color: #1A1919!important;
	display: inline-block!important;
	font-size: 16px!important;
	font-weight: bold!important;
	height: 44px!important;
	line-height: 44px!important;
	margin: 0px 1px 0px -4px!important;
	text-align: center!important;
	width: 44px!important;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0px!important;
	float: left!important;
}
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0px!important;
}
.page-numbers.current {
	margin: 0px!important;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin-left: -1px!important;
}
.woocommerce-result-count {
	float: left!important;
	line-height: 48px!important;
	margin: 0px!important;
	padding: 0px!important;
}
.woocommerce nav.woocommerce-pagination {
	float: left!important;
}
.woocommerce-bottom-bar, .woocommerce-top-bar {
	float: right!important;
	margin-right: 10px!important;
	clear: both!important;
}
@media (max-width: 750px) {
	/*.woocommerce-breadcrumb {
		display: none!important;		
	}*/
.woocommerce-bottom-bar, .woocommerce-top-bar {
	text-align: center!important;
    width: calc(100% - 20px)!important;
}
.woocommerce nav.woocommerce-pagination {
	float: none!important;
}
.woocommerce-result-count {
	float: none!important;
}
.woocommerce nav.woocommerce-pagination ul {
	float: none!important;
}
	.woocommerce-top-bar {
		display: none!important;
	}
}
@media (max-width: 600px) {
.page-numbers {
	margin-left: 0px!important;
}
.navigation.pagination {
	width: 100%;
}
.pagination {
	float: none;
	text-align: center;
}
.pagination .nav-links, .orderby {
	margin-left: 0px!important;
	}
}
.post {
	
    background-color: #ffffff;
    box-sizing: border-box;
    float: left;
    margin: 20px 10px 20px 10px;  

  --cut: 30px;
  --slope: 10px;
  --leftCut: 10px;

  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

}
.first-post {
    width: calc(100% - 20px);
}
.first-post .post-image {
	background-size: cover;
	float: left;
	height: 454px;
	margin-right: 40px;
	width: 626px;
}
.first-post .post-excerpt h2 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 50px;
}
.second-third-post {
    width: calc(50% - 20px);
}
.second-third-post .post-image {
	background-size: cover;
	height: 361px;
	width: 100%;
}
.second-third-post .post-excerpt {
	min-height: 200px;
}
.fourth-plus-post {
    width: calc(25% - 20px);
}
.fourth-plus-post .post-excerpt {
	min-height: 300px;
}
.fourth-plus-post .post-image {
	background-size: cover;
	height: 205px;
	width: 100%;
}
.post-excerpt {
	font-size: 16px;
	padding: 40px;
}
.post-excerpt h2 {
  font-family: "Poppins", serif;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1500px) {
.second-third-post .post-excerpt {
	min-height: 250px;
}
.fourth-plus-post .post-excerpt {
	min-height: 400px;
}
}
@media (max-width: 1200px) {
.fourth-plus-post {
    width: calc(50% - 20px);
}
.fourth-plus-post .post-excerpt {
	min-height: 300px;
}
.fourth-plus-post .post-image {
	height: 361px;
}
.first-post .post-image {
	height: 600px;
	width: 50%;
}
}
@media (max-width: 900px) {
.post-excerpt {
	padding: 30px;
}
.first-post .post-image {
	float: none;
	height: 361px;
	margin-right: 0px;
	width: 100%;
}
.second-third-post {
    width: calc(100% - 20px);
}
.second-third-post .post-excerpt, .fourth-plus-post .post-excerpt {
	min-height: 1px;
}
.fourth-plus-post {
    width: calc(100% - 20px);
}
}
@media (max-width: 600px) {
.first-post .post-excerpt h2 {
  font-size: 34.5px;
  line-height: 40px;
}
}
.related-stories {
	clear: both;
	height: 60px;
	padding-top: 40px;
}
.related-stories h2 {
	color: #ffffff;
	line-height: 60px;
	margin-left: 10px;
}
.related-stories .button {
	float: right;
	margin-right: 10px;
}
.related-stories .posts {
	clear: both;
}
@media (max-width: 600px) {
.related-stories {
	height: 45px;
}

.related-stories h2 {
	line-height: 45px;
}
}
.split-hero {
  background-size: auto 100%;
  display: flex;
  isolation: isolate;
  margin-bottom: 40px;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body.home .split-hero {
  background-image: url("img/dark-blue-background.jpg");
  margin-bottom: 0px;
}
@media (min-width: 601px) {
body.home .split-hero {
  height: 100vh;
}
}
.split-hero .heritage-logo {
  border: 4px solid #ffffff;
  border-radius: 50%;
  bottom: 49px;
  height: 136px;
  left: 57px;
  position: absolute;
  z-index: 2;
}
.split-hero .illustrations {
  height: 434px;
  left: 57px;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 50%;
  z-index: 1;
}
.split-hero .illustrations .float-up-down {
  animation: FloatUpDown 5s ease-in-out infinite;
}
@keyframes FloatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
.split-hero .illustrations .rotate-side-to-side {
  animation: rotateSideToSide 5s ease-in-out infinite;
}
@keyframes rotateSideToSide {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}
.split-hero .illustrations .side-to-side {
  animation: SideToSide 5s ease-in-out infinite;
}
@keyframes SideToSide {
  0% { transform: translateX(0); }
  50% { transform: translateX(20px); }
  100% { transform: translateX(0); }
}
.split-hero .illustrations img {
  position: absolute;
}
.split-hero .left {
  align-items: center;
  background-image: url("img/light-blue-background.jpg");
  background-size: auto 100%;
  border-bottom: 4px solid #ffffff;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  color: #ffffff;
  display: flex;
  justify-content: center;
  position: relative;
  width: 50%;
}
body.home .split-hero .left {
  border-bottom: 0px;
}
.split-hero .left::after {
  background: white;
  clip-path: polygon(84.5% 0, 85% 0, 100% 100%, 99.5% 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.split-hero .right {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  width: 50%;
}
.split-hero .right .content {
  font-size: 16px;
  width: 60%;
}
.split-hero .yellow-triangle {
  bottom: -5px;
  height: 190px;
  left: -5px;
  pointer-events: none;
  position: absolute;
  width: 391px;
  z-index: 1;
}
.split-hero .yellow-triangle.mobile {
  display: none;
}
.split-hero .yellow-triangle svg {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 1400px) {
.split-hero {
  min-height: 800px;
}
}
@media (max-width: 900px) {
.split-hero {
  background-size: 200% auto;
  flex-direction: column;
  height: auto;
}
body.home .split-hero {
  min-height: 100vh;		
}
.split-hero .heritage-logo {
  border: 3px solid #ffffff;
  bottom: 36.75px;
  height: 102px;
}
.split-hero .illustrations {
  left: 20%;
  transform: translateY(-70%);
  width: 60%;
}
.split-hero .left, .split-hero .right {
  min-height: 400px;
  width: 100%;
}
body.home .split-hero .left, body.home .split-hero .right {
  height: 50vh;
  min-height: 500px;
}
.split-hero .left {
  background-size: 200% auto;
  border-bottom: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.split-hero .left::after {
  clip-path: polygon(0 99%, 100% 84%, 100% 85%, 0 100%);
}
.split-hero .right .content {
  text-align: center;
  width: 90%;
}
body.home .split-hero .right .content {
  margin-top: -50px;
}
.split-hero .yellow-triangle.desktop {
  display: none;
}
.split-hero .yellow-triangle.mobile {
  bottom: -51.25px;
  display: block;
}
}
@media (max-width: 700px) {
.split-hero .illustrations {
  left: 5%;
  transform: translateY(-85%);
  width: 90%;
}
body.home .split-hero .left {
  min-height: 300px;
  padding: 30px 0px 30px 0px;
}
body.home .split-hero .right {
  min-height: 600px;
  padding: 60px 0px 60px 0px;
}
body.home .split-hero .right .content {
  margin-top: -100px;
}
.split-hero .heritage-logo {
  bottom: 24.5px;
  height: 68px;
  left: 5%;
}
.split-hero .yellow-triangle.mobile {
  bottom: -97.5px;
  display: block;
}
}
@media (max-width: 450px) {
.split-hero .illustrations {
  transform: translateY(-70%);
}
body.home .split-hero .right {
  min-height: 500px;
  padding: 50px 0px 50px 0px;
}
}
.tell-us-your-story {
	
    background-color: #F0B300;
    box-sizing: border-box;
	color: #1A1919;
    float: right;
    margin: -200px 10px 0px 0px;
	padding: 40px;
	position: relative;
    width: 1215px;

  --cut: 30px;
  --slope: 10px;
  --leftCut: 10px;

  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

}
.tell-us-your-story .content {
	float: left;
	padding-left: 20%;
	width: 60%;
}
.tell-us-your-story h2 {
 	font-family: "Poppins", serif;
	font-size: 22px;
	font-weight: bold;
}
.tell-us-your-story .link {
	float: left;
	text-align: right;
	width: 20%;
}
.tell-us-your-story .link .button {
	margin-top: 20px
}
.tell-us-your-story p {
	padding: 10px 0px 0px 0px;
}
.tell-us-your-story-container {
    clear: both;
}
.tell-us-your-story-container .illustration img {
    max-width: 265px;
	margin-left: 30px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1500px) {
.tell-us-your-story {
    width: calc(100% - 20px);
}
.tell-us-your-story .content {
	padding-left: 30%;
	width: 50%;
}
}
@media (max-width: 1200px) {
.tell-us-your-story .content {
	padding-right: 5%;
	width: 65%;
}
.tell-us-your-story .link {
	float: none;
	padding-left: 30%;
	text-align: left;
	width: 70%;
}
}
@media (max-width: 1000px) {
.tell-us-your-story {
	margin-top: 60px;
}
.tell-us-your-story .content {
	padding: 0% 5% 0% 5%;
	text-align: center;
	width: 90%;
}
.tell-us-your-story .link {
	padding: 0% 5% 0% 5%;
	text-align: center;
	width: 90%;
}
.tell-us-your-story-container .illustration img {
    display: none;
}
}
.woocommerce .summary a {
	color: #00549E!important;
}
.woocommerce .summary a:hover {
	color: #f0b300!important;
}
.woocommerce .comment-reply-title {
	display: none!important;
}
.woocommerce-noreviews {
	padding: 0px 0px 20px 0px!important;
}
.woocommerce .summary .woocommerce-Price-amount {
	color: #1A1919!important;
	font-family: "Poppins", sans-serif!important;
	font-size: 20px!important;
	font-weight: bold!important;
}
.woocommerce p.price {
	padding: 40px 0px 20px 0px!important;
}
.woocommerce .posted_in {
	display: none!important;
}
.woocommerce .woocommerce-product-rating {
	margin: 20px 0px 0px 0px!important;
}
.woocommerce .star-rating {
	margin: 5px 0px 0px 0px!important;
}
.woocommerce h1.product_title {
	color: #1A1919!important;
	line-height: 50px!important;
}
@media (max-width: 600px) {
.woocommerce h1.product_title {
	line-height: 40px!important;
}
}
.product-full-wrapper, #sidebar {
	
    background-color: #ffffff!important;
    box-sizing: border-box!important;
    float: left!important;
    margin: 0px 10px 40px 10px!important;
	padding: 30px!important;
    width: calc(100% - 20px)!important;

  --cut: 30px;
  --slope: 10px;
  --leftCut: 10px;

  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

}
.woocommerce .related .product, .woocommerce ul.products li.product {
	
    background-color: #ffffff!important;
    box-sizing: border-box!important;
    float: left!important;
    margin: 20px 10px 20px 10px!important;
	min-height: 700px!important;

  --cut: 30px;
  --slope: 10px;
  --leftCut: 10px;

  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

}
.woocommerce .related h2 {
	color: #ffffff!important;
	margin-left: 10px!important;
}
.woocommerce .related .shop-all {
	float: right!important;
	margin-right: 10px!important;
	padding: 0px 5px 0px 10px!important;
}
.woocommerce .related .star-rating, body.archive .star-rating {
	margin-left: 40px!important;
}
.woocommerce-Reviews-title {
	margin-bottom: 20px!important;
}
.woocommerce #reviews input#author, .woocommerce #reviews input#email {
	color: #1A1919!important;
	font-family: "Poppins", sans-serif!important;
	font-size: 16px!important;
	height: 30px!important;
	padding: 10px!important;
	width: calc(100% - 20px)!important;
}
.woocommerce #reviews textarea {
	color: #1A1919!important;
	font-family: "Poppins", sans-serif!important;
	font-size: 16px!important;
	height: 130px!important;
	padding: 10px!important;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0px!important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0px!important;
	padding: 0px 0px 20px 0px!important;
}
.woocommerce input.qty {
	color: #1A1919!important;
	font-family: "Poppins", sans-serif!important;
	font-size: 16px!important;
	height: 44px!important;
	margin: 6px 20px 0px 0px!important;
	width: 60px!important;
}
@media (max-width: 600px) {
.woocommerce input.qty {
	height: 33px!important;
	margin: 4px 20px 0px 0px!important;
	width: 45px!important;
}
}
.woocommerce-product-gallery__image {
	margin-bottom: 20px!important;
}
.woocommerce-tabs ul.tabs {
	margin: 0px 0px 0px 30px!important;
}
.woocommerce-Tabs-panel h2 {
	font-size: 22px!important;
	font-family: "Poppins", sans-serif!important;
	font-weight: bold!important;
}
.woocommerce-tabs ul.tabs li {
	color: #1A1919!important;
	font-weight: bold!important;
}
/* Remove border + rounding from tab container */
.woocommerce div.product .woocommerce-tabs {
    border: none !important;
    border-radius: 0 !important;
    /*box-shadow: none !important;*/
}

/* Remove border + rounding from tab panels */
.woocommerce div.product .woocommerce-Tabs-panel {
    border: none !important;
    border-radius: 0 !important;
    /*box-shadow: none !important;*/
}

/* Remove border from tab navigation */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: none !important;
    border-radius: 0 !important;
}

/* Remove individual tab borders */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    border-radius: 0 !important;
    /*box-shadow: none !important;*/
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs::after {
    border: none !important;
    /*box-shadow: none !important;*/
    background: none !important;
}
.woocommerce-Tabs-panel--description, .woocommerce-Reviews {
	
    background-color: #ffffff!important;
    box-sizing: border-box!important;
	color: #1A1919!important;
    float: left!important;
    margin: 0px 10px 40px 10px!important;
	padding: 30px!important;
    width: calc(100% - 20px)!important;

  --cut: 30px;
  --slope: 10px;
  --leftCut: 10px;

  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--leftCut) calc(100% - var(--slope)),
    0% 0%
  );

}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(25% - 20px)!important;
}
.woocommerce ul.products li.product a img {
	margin: 0px!important;
	padding: 0px!important;
}
.woocommerce ul.products li.product .button {
	height: 60px!important;
	margin: 40px!important;
	padding: 0px 5px 0px 10px!important;
}
.woocommerce ul.products li.product .price {
	color: #1A1919!important;
	font-size: 18px!important;
	font-family: "Poppins", sans-serif!important;
	/*font-weight: bold!important;*/
	margin: 0px!important;
	padding: 8px 40px 0px 40px!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #1A1919!important;
	font-size: 22px!important;
	font-family: "Poppins", sans-serif!important;
	font-weight: bold!important;
	margin: 0px!important;
	padding: 40px 40px 0px 40px!important;
}
.woocommerce .main-callout {
	background-color: #B4DFD2;
	font-weight: bold;
	line-height: 24px;
	margin-top: 40px;
	padding: 10px 10% 10px 10%;
	text-align: center;
	width: 80%;
}
.woocommerce .main-callout-border {
	border-top: 1px solid #CFCFCF;
	margin: 40px 0px 35px 0px;
}
.woocommerce .secondary-callout {
	float: left;
	padding-right: 5%;
	width: 45%;
}
.woocommerce .secondary-callout p {
	float: left;
	margin: -10px 0px 0px 10px;
	padding-top: 5px;
}
.woocommerce .secondary-callout .fa-check-circle {
	color: #F0B300;
	float: left;
}
@media (max-width: 1400px) {
.woocommerce .main-callout-border {
	margin: 40px 0px 25px 0px;
}
.woocommerce .secondary-callout {
	padding-right: 0%;
	padding-top: 10px;
	width: 100%;
}
}
@media (max-width: 1200px) {
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
	min-height: 800px!important;
    width: calc(50% - 20px)!important;
}
}
@media (max-width: 900px) {
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
	min-height: 700px!important;
    width: calc(50% - 20px)!important;
}
}
@media (max-width: 600px) {
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
	min-height: 1px!important;
    width: calc(100% - 20px)!important;
}
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0px 0px 40px 10px!important;
	padding: 0px!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	color: #ffffff!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color: #ffffff!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
	color: #f0b300!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
	padding: 0px 5px 0px 10px!important;
	transition: 0.5s!important;
}
@media (max-width: 600px) {
.woocommerce ul.products li.product .button {
  font-size: 14px!important;
  height: 45px!important;
  line-height: 45px!important;
}
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  outline: 4px solid #00549E!important;
  outline-offset: -4px!important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	margin-right: 20px!important;
	opacity: 1!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 20px 10px 0px 0px!important;
	width: 105px!important;
}
body.woocommerce-cart .is-style-dots, body.woocommerce-cart .wc-block-grid__products, body.woocommerce-cart h2:nth-of-type(2) {
	display: none!important;
}
.wc-block-components-button__text, .wc-forward, .woocommerce-button, .woocommerce-Button, .woocommerce-address-fields .button, .wpfFilterButton.wpfButton {
  background-color: #ffffff!important;
  border: 3px solid #00549E!important;
  border-radius: 0px!important;
  color: #00549E!important;
  font-family: "Poppins", sans-serif!important;
  font-size: 16px!important;
  font-weight: 700!important;
  height: 44px!important;
  line-height: 44px!important;
  padding: 0px 20px 0px 20px!important;
  transition: 0.5s!important;
}
.woocommerce-Button, .woocommerce-address-fields .button, .woocommerce-form-login__submit {
  height: 50px!important;
}
body.page-id-157 .woocommerce-Button {
  height: 44px!important;
}
.wc-forward {
  height: 44px!important;
}
.woocommerce-MyAccount-content p:nth-of-type(1), .woocommerce-thankyou-order-received {
	padding: 0px 0px 20px 0px;
}
header.woocommerce-Address-title, header.woocommerce-products-header {
	position: relative!important;
}
.woocommerce-info {
    clear: both!important;
}
.wc-block-components-button__text {
  width: 100%!important;
}
.wc-block-components-checkout-place-order-button__text {
	display: block!important;
}
.wc-block-components-checkout-order-summary__title-text {
	padding: 0px!important;
}
.wc-block-components-button__text:hover, .wc-forward:hover, .woocommerce-button:hover, .woocommerce-Button:hover, .woocommerce-address-fields .button:hover, .wpfFilterButton.wpfButton:hover {
  background-color: #00549E!important;
  color: #ffffff!important;
}
.wc-block-components-checkout-place-order-button, .wc-block-components-totals-coupon__button {
	border: 0px!important;
	padding: 0px!important;
}
.woocommerce-message {
  border: 0px!important;
  border-radius: 0px!important;
}
body.product-template-default .woocommerce-message {
  margin: 0px 10px 20px 10px!important;
}
.woocommerce-privacy-policy-text p:nth-of-type(1) {
	padding-bottom: 20px;
}
.wc-block-components-product-name {
	font-weight: bold!important;
}
/* Hide sticky checkout button (WooCommerce Blocks) */
.wc-block-cart__submit-container--sticky {
    display: none !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left!important;
}
body.archive .products {
	float: left!important;
	width: 75%!important;
}
body.archive #sidebar {
	float: left!important;
	width: calc(25% - 20px) !important;
}
body.archive ul.products li.product {
    width: calc(33.33% - 20px) !important;
}
#sidebar {
	margin-top: 20px!important;
}
@media (max-width: 1200px) {
body.archive ul.products li.product {
    width: calc(100% - 20px) !important;
}
body.archive #sidebar {
	width: calc(33.33% - 20px) !important;
}
body.archive .products {
	width: 66.66%!important;
}
}
@media (max-width: 900px) {
body.archive ul.products li.product {
    width: calc(100% - 20px) !important;
}
}
@media (max-width: 900px) {
body.archive #sidebar {
	width: calc(100% - 20px) !important;
}
body.archive .products {
	width: 100%!important;
}
#sidebar {
	margin-top: 0px!important;
}
}
@media (max-width: 600px) {
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none!important;
	text-align: center;
}
}
/*.woocommerce-ordering, body.archive .woocommerce-breadcrumb {
	display: none!important;
}
.woocommerce-top-bar .woocommerce-ordering {
	display: block!important;
}*/
.orderby {
	color: #1A1919;
	font-family: "Poppins", serif;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	margin-left: 10px;
	padding: 10px;
}
body.archive .page-container h1 {
	margin-bottom: 40px;
}
.wpfFilterTitle {
	border-bottom: 1px solid #CFCFCF!important;
}
.wpfFilterTaxNameWrapper {
	font-weight: normal!important;
}
.wpfPriceRangeField#wpfMinPrice, .wpfPriceRangeField#wpfMaxPrice {
	font-family: "Poppins", sans-serif!important;
	font-size: 16px!important;
}
.woobewoo-filter-loader.spinner {
	display: none!important;
}
select {
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
}
header.woocommerce-products-header {
	z-index: 0!important;
}
.my_account_bookings {
	margin-top: 20px!important;
}
.ngg-galleryoverview.default-view {
	text-align: left!important;
}
p.wp-caption-text {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
body.page-id-157 .woocommerce-Button.woocommerce-form-register__submit {
	height: 48px!important;
}
.wpcf7-submit.woocommerce-button {
	height: 48px!important;
}
.wpcf7-form-control {
	color: #1A1919;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	padding: 10px;
    width: calc(90% - 20px);
}
.wpcf7-submit, .wpcf7-select {
    width: 90%;
}
@media (max-width: 900px) {
.column {
	margin-bottom: 20px;
	width: 100%;
}
.wpcf7-form-control {
    width: calc(100% - 20px);
}
.wpcf7-submit, .wpcf7-select {
    width: 100%;
}
}
.wp-caption {
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
}
.woocommerce-message {
	clear: both!important;
}
body.archive .product-excerpt {
    font-size: 0px;
    color: transparent;
}
body.archive .product-excerpt strong {
    font-size: 16px;
    color: #1A1919;
	padding: 0px 40px 0px 40px;
}
.wpfFilterButton.wpfButton {
    min-width: 150px;
}
.sg-popup-builder-content {
	padding: 20px;
}