/* compiled by scssphp 1.8.1 on Wed, 27 Nov 2024 07:02:09 +0000 (0.1066s) */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Playfair+Display&display=swap');
form:where(:not(.custom-form)) .file-picker .upload-button:after, .ui-accordion .ui-accordion-header .ui-accordion-header-icon::before, .ui-accordion .ui-accordion-header .ui-accordion-header-icon::after, .open-sub:before, .open-sub:after, .product-images .small-images:after {
  content: '';
  display: block;
  position: absolute;
}
body {
  color: #3a3a3a;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: #4e4e4e;
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  transition: all 0.2s;
  font-weight: 400;
}
h1 {
  font-size: 28px;
}
@media (min-width: 1280px) {
  h1 {
    font-size: 50px;
  }
}
h2 {
  font-size: 25px;
}
@media (min-width: 1280px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  font-size: 24px;
}
@media (min-width: 1280px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (min-width: 1280px) {
  h4 {
    font-size: 24px;
  }
}
p, li {
  font-size: 18px;
  color: inherit;
  line-height: 1.75;
  font-weight: 300;
}
a {
  color: #4e4e4e;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
.content {
  font-size: 18px;
}
input, textarea, button {
  transition: all 0.2s;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
/*** globally relevant styles ***/
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.8333333333rem 1.9444444444rem;
  background: #4e4e4e;
  color: #fff;
  font-family: 'Playfair Display', serif;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}
.button:hover, .button:focus, .button:active {
  background: #132930;
  text-decoration: none;
}
/** These styles can be added to images and media through TinyMCE */
.float-left, .float-right {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.centre-block {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
/** End TinyMCE image/media styles */
.map {
  min-height: 400px;
  height: 100%;
  width: 100%;
}
.map iframe {
  width: 100%;
  min-height: inherit;
  display: block;
}
.message {
  border: 4px solid #4e4e4e;
  padding: 1rem;
  background: rgba(78, 78, 78, 0.25);
  color: #fd1a00;
}
.message:empty {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #335965;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: bold;
}
.activator {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #EAEAEA;
  font-size: 1.1666666667rem;
  font-family: 'Playfair Display', serif;
  color: #4e4e4e;
}
.activator:before, .activator:after {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #4e4e4e;
  transition: transform 0.2s;
}
.activator:after {
  transform: rotate(90deg);
}
.activator.open {
  background: #4e4e4e;
  color: #fff;
}
.activator.open:before, .activator.open:after {
  background: #fff;
}
.activator.open:after {
  transform: rotate(0deg);
}
.fader {
  padding: 15px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #F0F0F1;
}
.tab-nav a.active {
  border-bottom: 3px solid #4e4e4e;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: block;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: #fff;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-position: top left;
  max-width: 100%;
}
/*** section styles ***/
[role=banner], main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0;
  width: 100%;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1410px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 1.1111111111rem;
    padding-right: 1.1111111111rem;
  }
}
main {
  display: block;
  z-index: 5;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .columns:before, .columns:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .col-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .col-2:nth-child(even) {
    padding-left: 25px;
  }
  .col-2:nth-child(odd) {
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    float: left;
    width: 270px;
  }
}
.has-sidebar {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .has-sidebar {
    float: right;
    margin-top: 0;
    width: calc(100% - 300px);
  }
}
footer[role="banner"] {
  z-index: 0;
  background-color: #fff;
  padding: 2.2222222222rem 0 2.7777777778rem;
  color: #4e4e4e;
  border-top: 2px solid #d5d5d5;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  footer[role="banner"] {
    padding: 0rem 0 2.2222222222rem;
  }
}
footer[role="banner"] .container > section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  footer[role="banner"] .container > section {
    justify-content: center;
    flex-flow: column;
    text-align: center;
  }
}
footer[role="banner"] .container > section > section, footer[role="banner"] .container > section > p {
  flex: 1;
}
footer[role="banner"] .container > section h4 {
  color: inherit;
  font-size: 32px;
}
footer[role="banner"] .container > section a, footer[role="banner"] .container > section p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
}
footer[role="banner"] .container > section:not(.sub-footer) {
  padding-bottom: 1.1111111111rem;
}
@media (max-width: 1023px) {
  footer[role="banner"] .container > section:not(.sub-footer) {
    padding-bottom: 0;
  }
}
footer[role="banner"] .container > section:not(.sub-footer) .contact {
  margin-top: 1.6666666667rem;
}
footer[role="banner"] .container > section:not(.sub-footer) .contact > section > a {
  text-decoration: none;
}
footer[role="banner"] .container > section:not(.sub-footer) .contact > section > a:hover, footer[role="banner"] .container > section:not(.sub-footer) .contact > section > a:focus, footer[role="banner"] .container > section:not(.sub-footer) .contact > section > a:active {
  opacity: 0.5;
}
footer[role="banner"] .container > section:not(.sub-footer) .logo {
  text-align: right;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  footer[role="banner"] .container > section:not(.sub-footer) .logo {
    padding-top: 1.6666666667rem;
    text-align: center;
  }
}
footer[role="banner"] .container > section:not(.sub-footer) .location {
  text-align: right;
  margin-top: 1.6666666667rem;
}
@media (max-width: 1023px) {
  footer[role="banner"] .container > section:not(.sub-footer) .location {
    text-align: center;
    margin-bottom: 2.7777777778rem;
  }
}
footer[role="banner"] .container > section.sub-footer {
  font-size: 14px;
  padding-top: 0rem;
}
@media (max-width: 1023px) {
  footer[role="banner"] .container > section.sub-footer {
    padding-top: 1.6666666667rem;
  }
}
footer[role="banner"] .container > section.sub-footer > p {
  font-size: inherit;
  color: #c0c0c0;
  margin: 0;
  flex: unset;
}
@media (max-width: 1023px) {
  footer[role="banner"] .container > section.sub-footer > p {
    text-align: center;
  }
}
footer[role="banner"] .container > section.sub-footer > p a {
  font-size: inherit;
}
footer[role="banner"] .container > section.sub-footer > p:last-child {
  text-align: right;
}
@media (max-width: 1023px) {
  footer[role="banner"] .container > section.sub-footer > p:last-child {
    text-align: center;
  }
}
dateinput-picker + input::placeholder {
  color: #EAEAEA;
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 10px;
  border: 1px solid #4e4e4e;
  background: #EAEAEA;
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  float: left;
  margin: 0 0 0.3em;
  padding: 0;
  font-weight: 300;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: flex;
  align-items: center;
  font-weight: 300;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0.5555555556rem 0;
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .field {
  display: block;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border: 1px solid #4e4e4e;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  color: #132930;
}
form:where(:not(.custom-form)) input[type=text]::placeholder, form:where(:not(.custom-form)) input[type=password]::placeholder, form:where(:not(.custom-form)) input[type=number]::placeholder, form:where(:not(.custom-form)) input[type=email]::placeholder, form:where(:not(.custom-form)) input[type=tel]::placeholder, form:where(:not(.custom-form)) input[type=date]::placeholder, form:where(:not(.custom-form)) input[type=datetime-local]::placeholder, form:where(:not(.custom-form)) input[type=month]::placeholder, form:where(:not(.custom-form)) input[type=search]::placeholder, form:where(:not(.custom-form)) input[type=time]::placeholder, form:where(:not(.custom-form)) input[type=url]::placeholder {
  color: #132930;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border: 1px solid #4e4e4e;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  color: #132930;
}
form:where(:not(.custom-form)) select::placeholder, form:where(:not(.custom-form)) textarea::placeholder, form:where(:not(.custom-form)) .upload-button::placeholder {
  color: #132930;
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #EAEAEA transparent transparent;
  margin-top: -5px;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 2px solid rgba(19, 41, 48, 0.5);
  height: 1.2em;
  width: 1.2em;
  margin: 0 5px 0 5px;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #4e4e4e;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  text-align: center;
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: block;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url('/theme/images/icons/upload.png') center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  display: inline-block;
  margin-left: 20px;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
/* jQueryUI overrides */
.ui-widget {
  font-family: inherit;
  font-size: 1em;
}
.ui-helper-reset {
  font-size: 1em;
}
.ui-widget-content {
  background: transparent;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-color: #4e4e4e;
  border-radius: 0;
  background: #EAEAEA;
  color: #4e4e4e;
}
.ui-state-default a, .ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {
  color: inherit;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border-color: #335965;
  color: #132930;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border-color: #335965;
  background: #4e4e4e;
  color: #fff;
}
.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
  text-decoration: none;
}
.ui-accordion .ui-accordion-header {
  padding: 1em 1em 1em 3em;
  font-size: 0.875em;
  text-transform: none;
}
.ui-accordion .ui-accordion-header.ui-state-hover {
  color: #4e4e4e;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  color: initial;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 22px;
  left: 10px;
  height: 15px;
  width: 15px;
  background: transparent;
  color: #4e4e4e;
  text-indent: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon::before {
  top: 0;
  right: 6px;
  bottom: 0;
  left: 6px;
  background: #4e4e4e;
  transition: all 0.2s;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon::after {
  top: 6px;
  right: 0;
  bottom: 6px;
  left: 0;
  background: #4e4e4e;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon::before {
  transform: rotate(90deg);
}
.ui-accordion .ui-accordion-content {
  border-radius: 0;
  margin-bottom: 10px;
  padding: 1em 1em 1em 3.25em;
  font-size: 0.875em;
}
.ui-accordion .ui-accordion-content + .ui-accordion-header {
  margin-top: 10px;
}
.ui-tabs .ui-tabs-nav li {
  border-width: 0;
}
.ui-state-active a {
  color: inherit;
}
.ui-widget {
  font-family: 'Montserrat', sans-serif;
}
/* Better tab styles */
.tabs.ui-tabs {
  border: none;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .tabs.ui-tabs > ul li {
    width: 48%;
  }
}
.tabs.ui-tabs > ul li a {
  box-sizing: border-box;
  width: 100%;
}
.ui-tabs .ui-tabs-nav {
  border: none;
  border-bottom: 2px solid #4e4e4e;
  border-radius: 0;
  padding: 0;
  background: none;
}
.ui-tabs .ui-tabs-panel {
  border-radius: 0;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.open-popup-form .featherlight-content {
  width: 95%;
  max-width: 500px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #4e4e4e;
}
body > header.site-header {
  position: fixed;
  top: 0;
  height: auto;
  background: #4e4e4e;
  z-index: 10;
}
@media (max-width: 1023px) {
  body > header.site-header {
    position: sticky;
  }
}
body > header.site-header .primary-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 0vw;
}
@media (max-width: 1399px) {
  body > header.site-header .primary-nav {
    padding-left: 1.1111111111rem;
    padding-right: 1.1111111111rem;
  }
}
@media (max-width: 1023px) {
  body > header.site-header .primary-nav {
    min-height: 4.4444444444rem;
    padding-top: 5.8333333333rem;
  }
}
body > header.site-header .primary-nav .logo {
  display: block;
  position: absolute;
  top: 35px;
  left: 8vw;
  z-index: 99;
}
@media (max-width: 1399px) {
  body > header.site-header .primary-nav .logo {
    left: 1.1111111111rem;
  }
}
@media (max-width: 639px) {
  body > header.site-header .primary-nav .logo {
    top: 26px;
    left: 25px;
  }
}
body > header.site-header .primary-nav .logo img {
  display: block;
  max-width: 18.8888888889rem;
  transition: max-width 250ms ease-in;
}
@media (max-width: 1023px) {
  body > header.site-header .primary-nav .logo img {
    max-width: 15.2777777778rem;
  }
}
@media (max-width: 320px) {
  body > header.site-header .primary-nav .logo img {
    max-width: 15.2777777778rem;
  }
}
body > header.site-header .secondary-nav {
  background: #132930;
  color: #4e4e4e;
  padding: 0 8vw;
  text-align: right;
  transition: opacity 250ms ease-in;
  z-index: 9;
  opacity: 1;
  position: absolute;
  width: 100%;
}
@media (max-width: 1399px) {
  body > header.site-header .secondary-nav {
    padding: 0 1.1111111111rem;
  }
}
body > header.site-header .secondary-nav p {
  font-size: 18px;
  margin: 0;
  padding: 1.1111111111rem 0;
}
@media (max-width: 1023px) {
  body > header.site-header .secondary-nav p span {
    display: none;
  }
}
body > header.site-header .secondary-nav a {
  font-size: 19px;
  font-weight: bold;
  font-weight: bold;
  color: #4e4e4e;
}
body > header.site-header .secondary-nav a:before {
  content: url('/theme/images/icons/phone.png');
  padding-right: 0.2777777778rem;
  padding-left: 0.5555555556rem;
}
@media (min-width: 1024px) {
  .main-navigation-wrapper {
    display: flex;
    background-color: #fff;
    padding: 20px;
  }
  .main-navigation-wrapper ul, .main-navigation-wrapper li, .main-navigation-wrapper a {
    display: flex;
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
  }
  .main-navigation-wrapper .main-navigation {
    display: flex;
    z-index: 7;
    padding: 0;
  }
  .main-navigation-wrapper .main-navigation > ul {
    justify-content: space-between;
    margin: 0;
    max-width: 1410px;
    padding: 0;
    width: 100%;
    padding-right: 5vw;
  }
  .main-navigation-wrapper .main-navigation > ul > li > a {
    display: flex;
    align-items: center;
    margin-left: 1.6666666667rem;
    line-height: 1;
    font-size: 20px;
    padding: 1.9444444444rem 0.5555555556rem;
    color: #4e4e4e;
  }
  .main-navigation-wrapper .main-navigation > ul > li > a.button {
    padding: 1.1111111111rem 1.9444444444rem;
    align-self: center;
    color: #fff;
    font-size: 16px;
  }
  .main-navigation-wrapper .main-navigation > ul > li > a.button:hover, .main-navigation-wrapper .main-navigation > ul > li > a.button:focus, .main-navigation-wrapper .main-navigation > ul > li > a.button:active {
    background-color: #132930;
    color: #fff;
  }
  .main-navigation-wrapper .main-navigation > ul > li > a:hover, .main-navigation-wrapper .main-navigation > ul > li > a:focus, .main-navigation-wrapper .main-navigation > ul > li > a:active {
    color: #000;
    margin-bottom: -2px;
  }
  .main-navigation-wrapper .main-navigation > ul li.sel > a {
    color: #000;
  }
  .main-navigation-wrapper .main-navigation > ul li.sel > a.button {
    background-color: #132930;
    box-shadow: 0 0 20px rgba(19, 41, 48, 0.3);
    color: #fff;
  }
  .main-navigation-wrapper .main-navigation > ul li.sel > a.button:hover, .main-navigation-wrapper .main-navigation > ul li.sel > a.button:focus, .main-navigation-wrapper .main-navigation > ul li.sel > a.button:active {
    background-color: #4e4e4e;
  }
  .main-navigation-wrapper .main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    font-size: inherit;
    margin: 0 0 0 1.1111111111rem;
    min-width: 20rem;
    padding: 1.1111111111rem 0;
    background: rgba(78, 78, 78, 0.7);
    transition: all 0.2s;
    color: #fff;
  }
  .main-navigation-wrapper .main-navigation li ul li.sel {
    background: white;
  }
  .main-navigation-wrapper .main-navigation li ul li.sel a {
    border: none;
  }
  .main-navigation-wrapper .main-navigation li ul li {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    text-align: left;
  }
  .main-navigation-wrapper .main-navigation li ul li:hover, .main-navigation-wrapper .main-navigation li ul li:focus, .main-navigation-wrapper .main-navigation li ul li:active {
    background: white;
  }
  .main-navigation-wrapper .main-navigation li ul li:hover a, .main-navigation-wrapper .main-navigation li ul li:focus a, .main-navigation-wrapper .main-navigation li ul li:active a {
    color: #4e4e4e;
  }
  .main-navigation-wrapper .main-navigation li ul li a {
    padding: 0.5555555556rem 1.1111111111rem;
    width: 100%;
    line-height: normal;
    color: #fff;
  }
  .main-navigation-wrapper .main-navigation li:hover ul, .main-navigation-wrapper .main-navigation a:focus ~ ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .main-navigation-wrapper {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
  }
  .main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    background: #4e4e4e;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Playfair Display', serif;
  }
  .main-navigation.open {
    display: block;
    padding-left: 0;
  }
  .main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 20px 0;
    width: 100%;
  }
  .main-navigation li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    transition: all 0.2s;
  }
  .main-navigation li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 18px;
  }
  .main-navigation li a.button {
    background: none;
    box-shadow: none;
  }
  .main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li a:active {
    color: #fff;
  }
  .main-navigation li.sel a {
    color: #fff;
  }
  .main-navigation li.sel > .open-sub:after, .main-navigation li.sel > .open-sub:before {
    background: #4e4e4e;
  }
  .main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .main-navigation li ul li {
    width: 100%;
  }
  .main-navigation li ul li a {
    padding-left: 2.5em;
  }
  .main-navigation li.open > .open-sub:after {
    transform: rotate(360deg);
  }
  .main-navigation li.open > .open-sub:before {
    transform: rotate(180deg);
  }
  .main-navigation li.open > ul {
    display: block;
  }
  .main-navigation li.open > ul li.sel a {
    color: #4e4e4e;
  }
  .main-navigation li.open > ul a {
    color: #fff;
  }
  .main-navigation li.open > ul a:hover, .main-navigation li.open > ul a:focus, .main-navigation li.open > ul a:active {
    color: #4e4e4e;
  }
  .main-navigation > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .main-navigation > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .open-nav {
    display: block;
    position: absolute;
    top: -2.7777777778rem;
    right: 1.1111111111rem;
    height: 17px;
    width: 30px;
    cursor: pointer;
  }
  .open-nav .bar {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    transition: all 0.2s;
  }
  .open-nav .bar.top {
    top: 0;
  }
  .open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav .bar.bottom {
    bottom: 0;
  }
  .open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav.open .bar.top, .open-nav.open .bar.middle {
    transform: rotate(135deg);
  }
  .open-nav.open .bar.bottom {
    transform: rotate(-135deg);
  }
  .open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 34px;
    cursor: pointer;
  }
  .open-sub:before, .open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    margin: auto;
    width: 50%;
    background: #fff;
    transition: all 0.2s;
  }
  .open-sub:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 640px) {
  li.account-nav {
    position: static !important;
  }
}
li.account-nav.do-form:hover ul {
  display: none;
}
li.account-nav.do-form.open {
  background: #132930;
}
li.account-nav.do-form.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
li.account-nav:not(.do-form):hover ul, li.account-nav:not(.do-form) a:focus ~ ul {
  display: block;
}
@media (max-width: 1023px) {
  li.account-nav.logged-in > ul {
    display: none !important;
  }
}
li.account-nav > a {
  background: url('/theme/images/icons/user.png') 8px center no-repeat;
}
li.account-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #132930;
}
@media (max-width: 1023px) {
  li.account-nav ul {
    width: 100%;
  }
}
li.account-nav ul li {
  width: 100%;
}
li.account-nav form {
  margin-top: 0;
  min-width: 290px;
  padding: 20px;
  background: #132930;
}
li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
  padding: 7px;
  font-size: 0.8333333333rem;
}
@media (max-width: 1023px) {
  li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
    padding: 14px;
  }
}
li.account-nav form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 1023px) {
  li.account-nav form .actions {
    display: block;
  }
}
li.account-nav form .button {
  border-radius: 0;
  padding: 10px 20px;
  margin: 0;
  min-width: 0;
  background: #4e4e4e;
  font-size: 0.8333333333rem;
  text-transform: none;
}
li.account-nav .reset-link {
  padding: 0;
  background: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6666666667rem;
  text-align: right;
}
@media (max-width: 1023px) {
  li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
}
li.account-nav .reset-link:hover {
  color: #fff;
}
.cart-link > a .icon {
  display: inline-block;
  position: relative;
  height: 17px;
  margin-right: 15px;
  width: 17px;
  background: url('/theme/images/icons/cart.png') center no-repeat;
}
.cart-link > a .icon .number {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -14px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #4e4e4e;
  color: #fff;
}
.page-titles {
  margin-top: 5.5555555556rem;
}
@media (max-width: 639px) {
  .page-titles {
    margin-top: 3.3333333333rem;
  }
}
.page-titles h1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.page-titles h4 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4e4e4e;
}
.page-titles + section.page-sections {
  padding-top: 0;
}
.page-sections {
  padding-top: 3.3333333333rem;
  padding-bottom: 3.3333333333rem;
  color: #000000;
}
@media (max-width: 639px) {
  .page-sections {
    padding-top: 2.2222222222rem;
    padding-bottom: 2.2222222222rem;
  }
}
.page-sections img {
  display: block;
  object-fit: cover;
}
@media (max-width: 639px) {
  .page-sections img {
    width: 100%;
    float: none;
  }
}
.page-sections.columns > .container:not(.features) {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .page-sections.columns > .container:not(.features) {
    flex-flow: row;
  }
}
.page-sections.columns > .container:not(.features) .column {
  width: 50%;
}
.page-sections.columns > .container:not(.features) .column:nth-child(even) {
  padding-top: 20px;
}
.page-sections.columns > .container:not(.features) .column:nth-child(odd) {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .page-sections.columns > .container:not(.features) .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .page-sections.columns > .container:not(.features) .column:nth-child(even) {
    padding-left: 20px;
    padding-top: 0;
  }
  .page-sections.columns > .container:not(.features) .column:nth-child(odd) {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.page-sections.image-text-box > .container {
  color: #fff;
  min-height: 650px;
}
.page-sections.image-text-box > .container h1, .page-sections.image-text-box > .container h2, .page-sections.image-text-box > .container h3, .page-sections.image-text-box > .container h4, .page-sections.image-text-box > .container h5, .page-sections.image-text-box > .container h6 {
  color: inherit;
}
@media (max-width: 1023px) {
  .page-sections.image-text-box > .container {
    min-height: unset;
  }
}
.page-sections.image-text-box > .container > .image {
  position: relative;
}
.page-sections.image-text-box > .container > .image img {
  display: inline-block;
}
@media (max-width: 1023px) {
  .page-sections.image-text-box > .container > .image img {
    display: block;
  }
}
.page-sections.image-text-box > .container > .text-box {
  padding: 3.3333333333rem;
  width: 40%;
  margin-left: 60%;
  margin-top: -28.8888888889rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .page-sections.image-text-box > .container > .text-box {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 1.9444444444rem;
  }
}
.page-sections.image-text-box > .container > .text-box .button {
  background: transparent;
  border: 1px solid #fff;
}
.page-sections.image-text-box > .container > .text-box .button:hover, .page-sections.image-text-box > .container > .text-box .button:focus, .page-sections.image-text-box > .container > .text-box .button:active {
  background: #fff;
  color: #132930;
}
.page-sections.image-text-box > .container.right > .image {
  text-align: right;
}
.page-sections.image-text-box > .container.right > .text-box {
  margin-left: 0;
}
.Project-Gallery .sub-pages-section {
  background: #F0F0F1;
  padding: 5.5555555556rem 0;
}
.Project-Gallery .sub-pages-section > .sub-pages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1.9444444444rem;
  grid-column-gap: 1.9444444444rem;
}
@media (max-width: 1023px) {
  .Project-Gallery .sub-pages-section > .sub-pages {
    grid-template-columns: auto;
  }
}
.Project-Gallery .sub-pages-section > .sub-pages .sub-page {
  min-height: 21.1111111111rem;
  position: relative;
  display: block;
}
.Project-Gallery .sub-pages-section > .sub-pages .sub-page:hover, .Project-Gallery .sub-pages-section > .sub-pages .sub-page:focus, .Project-Gallery .sub-pages-section > .sub-pages .sub-page:active {
  opacity: 0.7;
}
.Project-Gallery .sub-pages-section > .sub-pages .sub-page:hover h4, .Project-Gallery .sub-pages-section > .sub-pages .sub-page:focus h4, .Project-Gallery .sub-pages-section > .sub-pages .sub-page:active h4 {
  width: 95%;
  transition: width 500ms ease-out;
}
.Project-Gallery .sub-pages-section > .sub-pages .sub-page img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.Project-Gallery .sub-pages-section > .sub-pages .sub-page h4 {
  position: absolute;
  bottom: 0;
  background: #4e4e4e;
  font-size: 21px;
  width: 85%;
  color: #fff;
  padding: 1.1111111111rem 1.9444444444rem;
  transition: width 300ms ease-in;
  margin-bottom: 1.9444444444rem;
}
.Contact .page-sections.columns > .container > .column > .page-sections {
  padding: 0;
}
.Contact .page-sections.columns > .container > .column > .page-sections > .container {
  padding: 0;
}
.Contact .page-sections.image-text-box {
  background: #F0F0F1;
}
.Contact .page-sections.image-text-box .image {
  min-height: 650px;
  width: 80%;
}
@media (max-width: 1023px) {
  .Contact .page-sections.image-text-box .image {
    min-height: unset;
    width: 100%;
  }
}
.Contact .page-sections.image-text-box .image .map {
  min-height: 650px;
}
@media (max-width: 1023px) {
  .Contact .page-sections.image-text-box .image .map {
    min-height: 400px;
  }
}
.Contact .page-sections.image-text-box .text-box {
  background: #4e4e4e;
  width: 45%;
  margin-left: 55%;
}
@media (max-width: 1023px) {
  .Contact .page-sections.image-text-box .text-box {
    width: 100%;
    margin-left: 0;
  }
}
.boxes-wrapper {
  margin: -30px 0px 0px;
}
.boxes-wrapper h3 {
  margin-top: 10px;
}
.boxes-wrapper p {
  padding-right: 25px;
}
.boxes-wrapper .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0px;
}
.boxes-wrapper .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .boxes-wrapper .column {
    flex: auto;
  }
}
@media (max-width: 1023px) {
  .boxes-wrapper .column img {
    width: 100%;
  }
}
.boxes-wrapper .column p {
  line-height: 1.5;
}
.boxes-wrapper .first-column, .boxes-wrapper .second-column, .boxes-wrapper .third-column {
  position: relative;
}
.boxes-wrapper .first-column h3, .boxes-wrapper .second-column h3, .boxes-wrapper .third-column h3 {
  margin-top: 25px;
  font-size: 32px;
}
@media (max-width: 1023px) {
  .boxes-wrapper .first-column, .boxes-wrapper .second-column, .boxes-wrapper .third-column {
    display: block;
    width: 100%;
    flex: auto;
  }
}
.clear {
  clear: both;
}
.slideshow {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.slideshow .slide + .slide {
  display: none;
}
.slideshow .slick-initialized .slide {
  display: block;
}
.slideshow .slide {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin: 117px 0 0;
  padding: 0;
  width: 95%;
  text-align: center;
}
@media (max-width: 1023px) {
  .slideshow .slide {
    margin-top: 0px;
  }
}
.slideshow .slide img {
  height: auto;
  width: 100%;
  margin: auto;
}
.slideshow .slide .background-image {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideshow .slide .background-image:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 340px;
}
@media (min-width: 640px) {
  .slideshow .slide .background-image:after {
    padding-top: calc(100% * 0.1484375);
  }
}
@media (min-width: 640px) {
  html.Front-Page .slideshow .slide .background-image:after {
    padding-top: calc(100% * 0.1484375);
  }
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen {
    display: none;
  }
}
.slideshow .slide .small-screen + .big-screen {
  display: none;
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen + .big-screen {
    display: block;
  }
}
.slideshow .slide .caption {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  color: #4e4e4e;
  text-align: left;
  text-transform: none;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .slideshow .slide .caption {
    align-items: center;
  }
}
@media (min-width: 1410px) {
  .slideshow .slide .caption {
    right: 0;
    left: 0;
  }
}
.slideshow .slide .caption .caption-content {
  width: 50%;
}
@media (max-width: 1023px) {
  .slideshow .slide .caption .caption-content {
    width: 100%;
  }
}
.slideshow .slide .caption h2 {
  margin: 0;
  margin-bottom: 2.7777777778rem;
  color: #fff;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px rgba(78, 78, 78, 0.7);
}
@media (min-width: 1410px) {
  .slideshow .slide .caption h2 {
    font-size: 3.3333333333rem;
  }
}
button.slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  height: 60px;
  width: 60px;
  border: none;
  border-radius: 50%;
  background: #4e4e4e;
  text-indent: -9999px;
  cursor: pointer;
}
@media (max-width: 639px) {
  button.slick-arrow {
    display: none !important;
  }
}
button.slick-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  height: 18px;
  width: 18px;
}
button.slick-arrow:hover, button.slick-arrow:focus, button.slick-arrow:active {
  opacity: 0.8;
}
button.slick-arrow.slick-prev {
  left: 10px;
}
button.slick-arrow.slick-prev:before {
  transform: translateX(50%) translateX(4.5px) rotate(-45deg);
  right: 50%;
}
button.slick-arrow.slick-next {
  right: 10px;
}
button.slick-arrow.slick-next:before {
  transform: translateX(50%) translateX(-4.5px) rotate(135deg);
  right: 50%;
}
ul.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 30px;
  margin: 0;
  padding: 0;
}
ul.slick-dots li {
  display: inline-block;
  border: 1px solid #335965;
  border-radius: 50%;
  height: 12px;
  margin: 0 0 0 5px;
  padding: 0;
  width: 12px;
  background: transparent;
  text-indent: -1000000px;
}
ul.slick-dots li.slick-active {
  border: 1px solid #335965;
  background: #335965;
}
ul.slick-dots li:hover {
  cursor: pointer;
}
/* blog */
.Blog .container.article-section {
  padding-bottom: 5.5555555556rem;
}
.articles {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 65px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
@media (max-width: 349px) {
  .articles {
    grid-template-columns: auto;
  }
}
.article-summary .image {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EAEAEA;
}
.article-summary .image:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 64%;
}
.article-summary .image img {
  width: 100%;
}
.blog-pagination a, .blog-pagination span {
  display: inline-block;
  border: 2px solid transparent;
  margin: 0 6px;
  padding: 9px 14px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.6666666667rem;
  transition: all 0.2s ease;
}
.blog-pagination a:hover, .blog-pagination a.current, .blog-pagination span:hover, .blog-pagination span.current {
  border: 2px solid rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
/* old gallery module */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1.9444444444rem;
  grid-column-gap: 1.9444444444rem;
}
@media (max-width: 1023px) {
  .gallery {
    grid-template-columns: auto;
  }
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
  text-decoration: none;
  min-height: 16.1111111111rem;
  /*&:after
		{
			content: attr(title);
			box-sizing: border-box;
			position: absolute;
			bottom: 0;
			left: 0;
			opacity: 1;
			z-index: 5;
			width: 85%;
			background: $PRIMARY_HIGHLIGHT;
			color: $LIGHT_COLOUR;
			transition: opacity 0.25s;
			font-size: 21px;
			font-weight: $BOLD;
			padding: rem(20px) rem(35px);
			margin-bottom: rem(35px);
		}*/
  /*&:before
		{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			opacity: 0;
			z-index: 10;
			height: 100%;
			width: 100%;
			background: rgba($DARK_COLOUR, 0.5) url('/theme/images/icons/gallery-zoom.png') center center no-repeat;
			transition: opacity 0.25s;
		}*/
}
.gallery a:hover, .gallery a:focus, .gallery a:active {
  /*&:after
			{
				opacity: 0;
			}

			&:before
			{
				opacity: 1;
			}*/
}
.gallery a:hover figcaption, .gallery a:focus figcaption, .gallery a:active figcaption {
  opacity: 1;
}
.gallery a figcaption {
  color: #fff;
  background: rgba(78, 78, 78, 0.85);
  padding: 1.3888888889rem;
  opacity: 0;
  transition: opacity 0.5s;
  height: 100%;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 10%;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a figure h3 {
  color: inherit;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery a figure h3 > span.arrow {
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
}
.gallery a figure h3 > span.arrow:after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: white;
  transform: rotate(-45deg) translate(10px, 2px);
  left: 0;
  top: 0;
}
.gallery a figure p {
  color: inherit;
  line-height: 1.4;
  font-size: 17px;
}
.lg-container .lg-sub-html {
  display: none;
}
.testimonial {
  text-align: center;
}
.testimonial .testimony {
  font-style: italic;
  font-size: 30px;
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  margin-top: 0;
}
.testimonial .witness {
  margin: 0;
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1410px;
  padding: 10px;
  background: #fff;
  color: #4e4e4e;
  font-size: 1em;
  text-align: left;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #335965;
}
#tinymce a {
  border-bottom: 1px dotted #335965;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 1024px) {
  .Products .content-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.Products .content-wrapper .container h1 {
  width: 100%;
}
@media (min-width: 1024px) {
  .category-nav {
    width: 270px;
  }
}
.category-nav ul {
  margin: 0;
  padding: 0;
}
.category-nav ul ul {
  display: none;
  margin-left: 10px;
}
.category-nav ul li {
  display: block;
}
.category-nav ul a {
  background: #F0F0F1;
  display: block;
  margin-bottom: 2px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s, color 0.1s;
}
.category-nav ul li.sel ul {
  display: block;
}
.category-nav ul li.sel > a, .category-nav ul a:hover, .category-nav ul a:focus, .category-nav ul a:active {
  background: #4e4e4e;
  color: #fff;
}
@media (min-width: 1024px) {
  .products-content {
    width: calc(100% - 300px);
  }
}
.product-links {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 65px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  margin: 0;
  padding: 0;
}
@media (max-width: 349px) {
  .product-links {
    grid-template-columns: auto;
  }
}
.product-links li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  font-size: 1.2222222222rem;
}
.product-links li .summary {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.product-links li .summary > div {
  width: 100%;
  flex-grow: 1;
}
.product-links li .summary > form {
  width: 100%;
}
.product-links li .name-wrapper {
  display: flex;
  justify-content: space-between;
  font-family: 'Playfair Display', serif;
  font-size: 1.3333333333rem;
  line-height: 27px;
  width: 100%;
}
@media (max-width: 1279px) {
  .product-links li .name-wrapper {
    font-size: 1.1666666667rem;
    line-height: 24px;
  }
}
.product-links li .name-wrapper .name {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-links li .name-wrapper .price {
  float: right;
  padding-left: 10px;
  width: 20%;
  text-align: right;
  color: #4e4e4e;
}
.product-links li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  top: 0;
  transition: all 0.2s;
  border: 1px solid #F0F0F1;
  background: #fff;
  opacity: 1;
}
.product-links li .image:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.product-links li .image:hover, .product-links li .image:focus, .product-links li .image:active {
  opacity: 0.5;
}
.product-links li .image img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-links li .buttons {
  display: flex;
  align-items: center;
  margin: 0;
}
.product-links li .buttons .button {
  width: calc(50% - 5px);
  padding: 13px 5px;
  margin-right: 5px;
  font-size: 0.6111111111rem;
  text-align: center;
  border-radius: 0;
}
.product-links li .buttons .button:last-child {
  margin-left: 5px;
  margin-right: 0;
}
@media (min-width: 640px) {
  .product-links li .buttons .button {
    font-size: inherit;
    padding: 18px 5px;
  }
}
@media (max-width: 1023px) {
  .featured {
    overflow: hidden;
  }
}
.featured ul.product-links.slick-initialized {
  display: block;
}
@media (max-width: 1023px) {
  .featured ul.product-links.slick-initialized {
    margin-right: -35px;
  }
}
@media (max-width: 639px) {
  .featured ul.product-links.slick-initialized {
    margin-right: 0;
  }
}
.featured ul.product-links.slick-initialized li {
  margin-bottom: 0;
  margin-right: 35px;
}
@media (max-width: 639px) {
  .featured ul.product-links.slick-initialized li {
    margin-right: 0;
  }
}
.featured ul.product-links .slick-track {
  min-width: 100%;
  display: flex !important;
}
.featured ul.product-links .slick-track .slick-slide {
  display: flex !important;
  height: inherit !important;
}
.featured ul.product-links ul.slick-dots {
  position: static;
  margin-top: 20px;
  text-align: center;
}
/* Individual Product page */
.product-images {
  float: left;
  margin-right: 25px;
  max-width: 365px;
  width: 100%;
}
@media (max-width: 849px) {
  .product-images {
    float: none;
    margin-bottom: 20px;
  }
}
.product-images .small-images {
  position: relative;
  padding-left: 20px;
  margin-right: 0;
}
@media (min-width: 640px) {
  .product-images .small-images {
    margin-top: 17px;
    margin-right: -25px;
    padding-left: 0;
  }
}
.product-images .small-images:after {
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  background: #fff;
}
@media (min-width: 640px) {
  .product-images .small-images:after {
    width: 25px;
  }
}
.product-images .small-images button.slick-arrow {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  border: solid transparent;
  border-width: 16px 8px;
  height: 0;
  margin: auto;
  padding: 0;
  width: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.product-images .small-images button.slick-arrow.slick-prev {
  left: 0;
  border-left: 0;
  border-right-color: #4e4e4e;
}
@media (min-width: 640px) {
  .product-images .small-images button.slick-arrow.slick-prev {
    left: -17px;
  }
}
.product-images .small-images button.slick-arrow.slick-next {
  right: 0;
  z-index: 10;
  border-right: 0;
  border-left-color: #4e4e4e;
}
@media (min-width: 640px) {
  .product-images .small-images button.slick-arrow.slick-next {
    right: 10px;
  }
}
.product-images a {
  display: block;
  position: relative;
  border: 1px solid #F0F0F1;
}
.product-images a:after {
  content: '';
  display: block;
  position: relative;
  padding-top: 100%;
}
.product-images a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.product-images a.main-image {
  width: 100%;
}
.product-images a.small-image {
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
  max-width: 102px;
  width: 100%;
}
@media (min-width: 640px) {
  .product-images a.small-image {
    margin-right: 28px;
  }
}
.product-details {
  float: left;
  width: calc(100% - 390px);
}
@media (max-width: 849px) {
  .product-details {
    float: none;
    width: 100%;
  }
}
.product-details .description {
  margin-bottom: 28px;
}
.product-tabs {
  margin-top: 10px;
}
.add-to-cart input[type=text], .add-to-cart input[type=number], .add-to-cart select {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  padding: 15px;
  background: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.add-to-cart label {
  display: block;
}
.add-to-cart .label, .add-to-cart .field {
  display: inline-block;
}
.add-to-cart .label {
  margin-right: 10px;
  width: 100px;
}
.add-to-cart .field {
  margin-bottom: 10px;
  width: 220px;
}
.add-to-cart .error {
  font-size: 0.8333333333rem;
  color: #fd1a00;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.native-sidebar .sidebar-section.loading {
  position: relative;
}
.native-sidebar .sidebar-section.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.native-sidebar .sidebar-section.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #4e4e4e #4e4e4e transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 1.1111111111rem;
  text-align: left;
  text-transform: uppercase;
}
.native h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1111111111rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 640px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #EAEAEA;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #EAEAEA;
  color: #fff;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 1.1111111111rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #EAEAEA;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 640px) {
  .native-main .main-section, .native-main .payment-confirm-section {
    padding: 30px;
  }
}
.native-main h1 {
  margin: -15px -15px 15px;
  background: #4e4e4e;
  color: #fff;
  padding: 30px;
}
@media (min-width: 640px) {
  .native-main h1 {
    margin: -30px -30px 30px;
  }
}
.main-navigation .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .main-navigation .search-form {
    margin-top: 20px;
  }
}
.main-navigation .search-form .search-icon {
  display: block;
  width: 21px;
  height: 21px;
  text-align: left;
  text-indent: -100000px;
  background: url('/theme/images/icons/search.png') center no-repeat;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .main-navigation .search-form .field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 3px;
    background: #fff;
  }
}
@media (max-width: 1023px) {
  .main-navigation .search-form .field {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #F0F0F1;
    text-transform: uppercase;
  }
}
.main-navigation .search-form .field.open {
  display: block;
}
.content .searchForm {
  text-align: center;
}
.content .searchForm label {
  display: block;
  text-align: center;
}
.content .searchForm input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 263px);
  width: 300px;
}
@media (max-width: 639px) {
  .content .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.content .searchForm .button {
  vertical-align: middle;
  padding: 13px 35px;
}
.search-results {
  border-top: 1px solid #EAEAEA;
}
.search-results article {
  display: flex;
  border-bottom: 1px solid #4e4e4e;
  padding: 10px;
}
@media (max-width: 1023px) {
  .search-results article {
    display: block;
  }
}
.search-results article.has-image .search-content {
  width: calc(100% - 615px);
}
@media (max-width: 1023px) {
  .search-results article.has-image .search-content {
    width: 100%;
  }
}
.search-results article h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.search-results article p {
  line-height: initial;
}
.search-results article .search-image {
  display: flex;
  justify-content: center;
  height: auto;
  margin-right: 45px;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1023px) {
  .search-results article .search-image {
    max-width: 100%;
  }
}
.search-results article .search-image img {
  display: block;
}
.search-results ul {
  margin-top: 10px;
}
.search-results li a {
  display: inline;
  padding: 0;
}
.sidebar.search-results img {
  float: none;
  margin: 0.5em 0;
}
.Front-Page .page-sections.columns {
  flex-direction: column;
}
.Front-Page .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1.1111111111rem;
  grid-column-gap: 1.9444444444rem;
  margin-top: 3.3333333333rem;
}
@media (max-width: 1023px) {
  .Front-Page .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .Front-Page .features {
    grid-template-columns: auto;
    margin-top: 0.5555555556rem;
  }
}
.Front-Page .features .feature {
  display: flex;
  padding: 1.3888888889rem 1.6666666667rem;
  justify-content: space-between;
  align-items: center;
}
.Front-Page .features .feature img {
  max-width: 65px;
  display: block;
  margin-right: 1.3888888889rem;
}
.Front-Page .features .feature p {
  color: #fff;
  font-size: 20px;
}
.bio-img {
  float: left;
  width: 23%;
  border-bottom: 1px solid #a8a8a8;
}
@media (max-width: 639px) {
  .bio-img {
    width: 100%;
  }
}
.dark-background {
  background-color: #4e4e4e;
  float: right;
  width: 75%;
  color: #fff;
  padding: 40px 30px;
  margin-top: 10px;
}
@media (max-width: 639px) {
  .dark-background {
    width: 100%;
  }
}
.dark-background h2 {
  color: #fff;
}
.dark-background h4 {
  color: #fff;
}
/*# sourceMappingURL=/theme/scss_cache/95c5040f8304b3021bd75c2575509e2b.css.map */