@font-face {
  font-family: "Marion";
  src: url("fonts/marionnormal.eot");
  src: url("fonts/marionnormal.eot") format("embedded-opentype"), url("fonts/marionnormal.woff2") format("woff2"), url("fonts/marionnormal.woff") format("woff"), url("fonts/marionnormal.ttf") format("truetype"), url("fonts/marionnormal.svg#marionnormal") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Marion";
  src: url("fonts/marionbold.eot");
  src: url("fonts/marionbold.eot") format("embedded-opentype"), url("fonts/marionbold.woff2") format("woff2"), url("fonts/marionbold.woff") format("woff"), url("fonts/marionbold.ttf") format("truetype"), url("fonts/marionbold.svg#marionbold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamLight.eot");
  src: url("fonts/GothamLight.eot") format("embedded-opentype"), url("fonts/GothamLight.woff2") format("woff2"), url("fonts/GothamLight.woff") format("woff"), url("fonts/GothamLight.ttf") format("truetype"), url("fonts/GothamLight.svg#GothamLight") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamBold.eot");
  src: url("fonts/GothamBold.eot") format("embedded-opentype"), url("fonts/GothamBold.woff2") format("woff2"), url("fonts/GothamBold.woff") format("woff"), url("fonts/GothamBold.ttf") format("truetype"), url("fonts/GothamBold.svg#GothamBold") format("svg");
  font-weight: bold;
}
body {
  font-family: "Gotham", sans-serif;
  font-size: 17px;
}

h1, h2, h3, h4 {
  font-family: "Marion", serif;
  font-weight: normal;
}

h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  text-align: center;
}
h1:before, h1:after {
  content: "";
  flex-grow: 1;
  min-width: 5vw;
  height: 2px;
  background: currentColor;
}
h1:before {
  margin-right: 10px;
}
h1:after {
  margin-left: 10px;
}

h2 {
  text-align: center;
}
h2:before, h2:after {
  font-family: "Gotham", sans-serif;
  content: " ~ ";
}

ul, ol {
  font-family: "Marion", serif;
  color: #93b7b4;
}

a {
  color: inherit;
}

hr {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  border: 0 none;
  overflow: visible;
  line-height: 1em;
  font-size: 4em;
  margin: 20px 0;
}
hr:before {
  content: "~";
  border-bottom: 2px solid currentColor;
  height: calc(0.5em + 3px);
  line-height: 1em;
  text-indent: 0.25em;
  padding-left: calc(50% - 0.45em);
  width: calc(50% - 0.45em);
  margin-top: -0.5em;
  margin-right: 0.9em;
  overflow: visible;
  box-sizing: border-box;
}
hr:after {
  content: "";
  flex-grow: 1;
  border-bottom: 2px solid currentColor;
  height: calc(0.5em + 3px);
  line-height: 1em;
  margin-top: -0.5em;
  box-sizing: border-box;
}

#header .contact-details .icon, .section.black .contact-details .icon {
  background: #FFFFFF;
  color: #000000;
}

#header {
  background: #000000;
  padding: 0;
}
#header .wrapper {
  position: relative;
  min-height: 120px;
  max-width: 1400px;
}
#header .header-container {
  padding: 0 20px;
}
#header .logo {
  position: absolute;
  top: calc(100% - 3vw);
  left: 0;
  z-index: 49;
  overflow: hidden;
}
#header .logo img {
  max-width: none;
  max-height: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 1400px) {
  #header .logo {
    top: calc(100% - 42px);
  }
}
@media (max-width: 600px) {
  #header .logo {
    top: calc(100% - 3.5vw);
  }
  #header .logo img {
    margin-left: -2vw;
    margin-right: -3vw;
    width: calc(100% + 5vw);
  }
}
#header .contact-details {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#nav {
  font-size: 0.9em;
  color: #FFFFFF;
  margin-top: -80px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#nav, #nav .mobile-menu {
  background: rgba(0, 0, 0, 0);
}
.sticky-nav #nav, .sticky-nav #nav .mobile-menu, .sticky-nav #nav .mobile-menu, .sticky-nav #nav .mobile-menu .mobile-menu {
  background: rgba(0, 0, 0, 0.7);
}
#nav .menu, #nav .mobile-menu {
  padding-right: 150px;
  box-sizing: border-box;
}
#nav ul li {
  padding-left: 0;
  padding-right: 0;
}
#nav a {
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #nav .menu {
    background: rgba(0, 0, 0, 0.7);
    padding-right: 0;
  }
}

#main {
  --top-padding: 8vw;
  padding-top: var(--top-padding);
  font-size: 1.1em;
}
@media (min-width: 1400px) {
  #main {
    --top-padding: 112px;
  }
}
#main > .section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
#main > .section > .wrapper > .columns:first-child {
  margin-top: 20px;
}
#main > .section > .wrapper > .columns:last-child {
  margin-bottom: 20px;
}
#main > .section:first-child {
  margin-top: calc(var(--top-padding) * -1);
  padding-top: calc(var(--top-padding) + 1px);
}
#main > .promo:first-child {
  margin-top: calc(var(--top-padding) * -1);
}
#main > .breadcrumbs:first-child {
  margin-top: calc(var(--top-padding) * -1);
  padding-top: calc(var(--top-padding) + 10px);
}

.promo .controls {
  display: none;
}
.promo .promo-box .extra-content {
  font-family: "Marion", serif;
  font-size: 1.2em;
  display: flex;
  align-items: flex-end;
  top: 0;
  bottom: 0;
  max-width: 70%;
  max-height: none;
  background: none;
}
.promo .promo-box .extra-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  transform: skewX(15deg);
  z-index: 1;
}
.promo .promo-box .extra-content .extra-content-inner {
  max-height: 100%;
  height: auto;
  z-index: 2;
  padding: 30px 20px;
  box-sizing: border-box;
}

.section.green {
  background: #93b7b4;
}
.section.green hr {
  color: #FFFFFF;
}
.section.green ul, .section.green ol {
  color: inherit;
}
.section.black {
  background: #000000;
  color: #FFFFFF;
}
.section.black hr {
  color: #FFFFFF;
}

#footer {
  font-size: 1em;
  line-height: 1.5;
  background: #FFFFFF;
  color: #000000;
}
#footer h3 {
  color: #636f72;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  color: inherit;
  text-decoration: underline;
}
#footer .address .address-line {
  display: inline-block;
}
#footer .address strong.address-line {
  display: block;
  font-family: "Marion", serif;
  font-size: 1.2em;
  color: #636f72;
}
#footer .address strong.address-line + .address-comma {
  display: none;
}
#footer .address + .address {
  margin-top: -20px;
}
#footer .d7d {
  color: #636f72;
}

.breadcrumbs {
  font-size: 1em;
  position: relative;
  background: #636f72;
  border: 0 none;
  padding: 10px 0;
}
.breadcrumbs li:before, .breadcrumbs li:after {
  border-color: rgba(0, 0, 0, 0.3);
  background: #636f72;
}
.breadcrumbs li:hover {
  background: #777777;
}
.breadcrumbs li:hover:after {
  background: #777777;
}
.breadcrumbs li.active:hover {
  background: #636f72;
}
.breadcrumbs li.active:hover:after {
  background: #636f72;
}

.grid {
  --items-per-row: 4;
  margin: 50px 0;
  gap: 20px;
}
@media (max-width: 800px) {
  .grid {
    --items-per-row: 3;
    font-size: 0.9em;
  }
}
@media (max-width: 600px) {
  .grid {
    --items-per-row: 2;
    font-size: 0.8em;
  }
}
@media (max-width: 400px) {
  .grid:not(.product-categories-grid) {
    --items-per-row: 1;
  }
}
.grid > div[style="clear: both;"] {
  display: none;
}
.grid .grid-item {
  width: calc((100% - 20px * (var(--items-per-row) - 1)) / var(--items-per-row));
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #999999;
}
.grid .grid-item .grid-content {
  padding: 10px;
}
.grid.product-categories-grid .grid-item {
  border: 0 none;
  overflow: hidden;
}
.grid.product-categories-grid .grid-item .box-link {
  z-index: 3;
}
.grid.product-categories-grid .grid-item .grid-image {
  overflow: hidden;
}
.grid.product-categories-grid .grid-item .grid-image img {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.grid.product-categories-grid .grid-item .grid-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  padding: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  word-wrap: break-word;
  transform: scale(1);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  transition: transform 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
}
.grid.product-categories-grid .grid-item .grid-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background 0.4s ease-in-out, top 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
.grid.product-categories-grid .grid-item .grid-content > * {
  position: relative;
  z-index: 2;
}
.grid.product-categories-grid .grid-item:hover {
  background: none;
  transform: none;
  box-shadow: none;
}
.grid.product-categories-grid .grid-item:hover .grid-image img {
  transform: scale(1.1);
  transition: transform 3s ease-in-out;
}
.grid.product-categories-grid .grid-item:hover .grid-content {
  transform: scale(1.1);
  text-shadow: 0 1px 5px rgb(0, 0, 0), 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: transform 1s ease-in-out, text-shadow 1s ease-in-out;
}
.grid.product-categories-grid .grid-item:hover .grid-content:after {
  top: 35%;
  bottom: 35%;
}

/*# sourceMappingURL=main.css.map */
