@charset "UTF-8";
@keyframes pulse-error-field {
  from {
    border-color: #c00;
  }
  to {
    border-color: #ccc;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, .engraving-options__option-title, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -moz-text-size-adjust: 100%;
  /* Prevents mobile text size adjust after orientation change */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a, a:focus, a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #222;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-ms-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
html {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
body::before {
  width: 100%;
  height: 5px;
  content: "";
  background: #48a8a8;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  -webkit-transition: height 400ms;
  -moz-transition: height 400ms;
  -o-transition: height 400ms;
  transition: height 400ms;
}
@media screen and (min-width: 768px) {
  body::before {
    height: 8px;
  }
}
h1, h2, h3, h4, .engraving-options__option-title, h5, h6, .large-heading {
  margin-bottom: 55px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, .engraving-options__option-title:first-child, h5:first-child, h6:first-child, .large-heading:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, .engraving-options__option-title:last-child, h5:last-child, h6:last-child, .large-heading:last-child {
  margin-bottom: 0;
}
h2 {
  margin-top: 50px;
  margin-bottom: 1.25em;
}
h3, h4, .engraving-options__option-title, h5, h6 {
  margin-top: 40px;
  margin-bottom: 1.25em;
}
h1 + h2, .large-heading + h2, h2 + h2, h3 + h3 {
  margin-top: -55px;
}
h1 + h3, .large-heading + h3 {
  margin-top: -35px;
}
.page-part-image-side h1 + h3, .page-part-image-side .large-heading + h3 {
  margin-top: -48px;
}
h2 + h3 {
  margin-top: -48px;
}
.subpage-grid h2 + h3 {
  margin-top: -48px;
}
h1 + h4, h1 + .engraving-options__option-title, .large-heading + h4, .large-heading + .engraving-options__option-title {
  margin-top: -30px;
  margin-bottom: 1.25em;
}
h2 + h4, h2 + .engraving-options__option-title {
  margin-top: -25px;
  margin-bottom: 1.25em;
}
h4 + h2, .engraving-options__option-title + h2, h4 + h3, .engraving-options__option-title + h3 {
  margin-top: -5px;
  margin-bottom: 1.25em;
}
p.space-above {
  margin-top: 25px;
}
p.space-above a.button {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  p.space-above {
    margin-top: 40px;
  }
}
p.button-row {
  margin-top: 25px;
}
p.button-row a.button {
  margin: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  p.button-row {
    margin-top: 40px;
  }
}
.page-part-image-background-bleed h1 + p, .page-part-image-background-bleed .large-heading + p {
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .page-part-image-background-bleed h1 + p, .page-part-image-background-bleed .large-heading + p {
    margin-top: -20px;
  }
  .page-part-image-background-bleed .large-body {
    margin-bottom: 30px;
  }
}
.large-body {
  margin-bottom: 50px;
}
#content-home h1, #content-home .large-heading {
  margin-bottom: 65px;
}
.single-post h1 + h2, .single-post .large-heading + h2 {
  margin-top: -48px;
}
.single-project #park-place-london-nw6 .entry-content-inner .entry-title, .single-project #park-place-london-nw6 .entry-content-inner .entry-subtitle {
  display: none;
}
h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 25px;
}
p {
  margin-bottom: 1.4em;
}
p:last-child {
  margin-bottom: 0;
}
a, a:link {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
figure {
  margin: 0;
}
blockquote, q {
  margin: 0 0 20px;
  padding: 0px;
  position: relative;
}
blockquote > ::before, q > ::before {
  content: "“";
  margin-right: 3px;
}
blockquote > :last-child::after, q > :last-child::after {
  content: "”";
  margin-left: 3px;
}
blockquote + p {
  line-height: 1.2em;
}
hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
embed, iframe, object {
  max-width: 100%;
}
ul, ol {
  margin: 0 0 1.5em 25px;
}
ul {
  list-style: disc;
}
.entry-content ul li {
  margin-bottom: 0.5em;
}
ol {
  list-style: decimal;
}
ol li {
  margin-bottom: 20px;
}
ol:last-child, ol li:last-child {
  margin-bottom: 0;
}
li > ul, li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
table th, table td {
  padding: 15px 60px 20px 0;
  border-bottom: 1px solid #eee;
}
table th:last-child, table td:last-child {
  padding-right: 0;
}
table th {
  font-weight: 500;
}
table.personal-data th:nth-child(2) {
  width: 18%;
}
table.personal-data th:nth-child(3) {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .responsive-table {
    width: 100%;
    overflow-x: scroll;
  }
  .responsive-table::-webkit-scrollbar {
    height: 6px;
    background-color: #222;
  }
  .responsive-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background-color: #eee;
  }
  .responsive-table::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #48a8a8;
  }
}
@media screen and (max-width: 767px) and (max-width: 414px) {
  .responsive-table td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .responsive-table td:first-child {
    padding-left: 0px;
  }
}
.products-slider  .woocommerce-loop-product__title {
  padding-bottom: 0.1em;
}
.products-slider  .product__subtitle {
  margin-bottom: 0.1em;
}
/**
 * iPad Portrait-
 */
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, .engraving-options__option-title, h5, h6, .large-heading {
    margin-bottom: 30px;
  }
  h1 + h2, h2 + h2, h3 + h3, .large-heading + h2 {
    margin-top: -30px;
  }
  h1 + h3, .large-heading + h3 {
    margin-top: -10px;
  }
  .page-part-image-side h1 + h3, .page-part-image-side .large-heading + h3 {
    margin-top: -28px;
  }
  h2 + h3 {
    margin-top: -28px;
  }
  .subpage-grid h2 + h3 {
    margin-top: -23px;
  }
  .single-post h1 + h2 {
    margin-top: -22px;
  }
  h1 + h4, h1 + .engraving-options__option-title, h2 + h4, h2 + .engraving-options__option-title, .large-heading + h4, .large-heading + .engraving-options__option-title {
    margin-top: -15px;
    margin-bottom: 30px;
  }
}
.page-content img.wp-smiley, .entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -47px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background: transparent;
  opacity: 0.4;
  position: relative;
  cursor: pointer;
}
.flickity-page-dots .dot::before {
  border-top: 1px solid #c8a974;
  content: "-";
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
body #catapult-cookie-bar {
  bottom: 0px;
}
body #catapult-cookie-bar a {
  color: #48a8a8;
}
body button#catapultCookie {
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  line-height: 1em;
  padding: 10px 22px 11px;
}
body button#catapultCookie:hover {
  color: #48a8a8;
  border-color: #48a8a8;
}
.slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.slider-no-flexbox .slider__slide {
  float: left;
}
.slider-vertical > .slider__wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.slider-android .slider__slide, .slider__wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.slider-multirow > .slider__wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slider-free-mode > .slider__wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.slider__slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.slider-autoheight, .slider-autoheight .slider__slide {
  height: auto;
}
.slider-autoheight .slider__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.slider .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.slider__button-prev, .slider__button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
}
.slider__button-prev.slider__button-disabled, .slider__button-prev.slider__button--disabled, .slider__button-next.slider__button-disabled, .slider__button-next.slider__button--disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.slider__button-prev::before, .slider__button-next::before {
  content: " ";
  position: absolute;
  top: 20px;
  left: 22px;
  right: auto;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
}
@media screen and (max-width: 1023px) {
  .slider__button-prev, .slider__button-next {
    width: 40px;
    height: 40px;
    margin-top: calc(( 3vw - 20px ) - 3vw);
  }
  .slider__button-prev::before, .slider__button-next::before {
    top: 15px;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .slider__button-prev, .slider__button-next {
    margin-top: calc(( 3vw - 20px ) - 9vw);
  }
}
.slider__button-prev, .slider-rtl .slider__button-next {
  left: 0px;
  right: auto;
}
.slider__button-prev::before, .slider-rtl .slider__button-next::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-left: none;
}
.slider__button-prev:hover::before, .slider-rtl .slider__button-next:hover::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #48a8a8;
  border-bottom: 6px solid transparent;
  border-left: none;
}
.slider__button-next, .slider-rtl .slider__button-prev {
  right: 0px;
  left: auto;
}
.slider__button-next::before, .slider-rtl .slider__button-prev::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: none;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.slider__button-next:hover::before, .slider-rtl .slider__button-prev:hover::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: none;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #48a8a8;
}
.no-opt-margin-sides .slider__button-prev, .no-opt-margin-sides .slider__button-next {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.no-opt-margin-sides .slider__button-prev::before, .no-opt-margin-sides .slider__button-next::before {
  top: 19px;
}
@media screen and (max-width: 1023px) {
  .no-opt-margin-sides .slider__button-prev::before, .no-opt-margin-sides .slider__button-next::before {
    top: 14px;
  }
}
.no-opt-margin-sides .slider__button-prev::before, .no-opt-margin-sides .slider-rtl .slider__button-next::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #000;
  border-bottom: 5px solid transparent;
  border-left: none;
}
.no-opt-margin-sides .slider__button-prev:hover::before, .no-opt-margin-sides .slider-rtl .slider__button-next:hover::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #48a8a8;
  border-bottom: 5px solid transparent;
  border-left: none;
}
.no-opt-margin-sides .slider__button-next::before, .no-opt-margin-sides .slider-rtl .slider__button-prev::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: none;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}
.no-opt-margin-sides .slider__button-next:hover::before, .no-opt-margin-sides .slider-rtl .slider__button-prev:hover::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: none;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #48a8a8;
}
/* Pagination Styles */
.slider__pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.slider__pagination.slider__pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.slider__pagination-fraction, .slider__pagination-custom, .slider-horizontal > .slider__pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.slider__pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.slider__pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.slider__pagination-clickable .slider__pagination-bullet {
  cursor: pointer;
}
.slider__pagination-white .slider__pagination-bullet {
  background: #fff;
}
.slider__pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.slider__pagination-white .slider__pagination-bullet-active {
  background: #fff;
}
.slider__pagination-black .slider__pagination-bullet-active {
  background: #000;
}
.slider-vertical > .slider__pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.slider-vertical > .slider__pagination-bullets .slider__pagination-bullet {
  margin: 5px 0;
  display: block;
}
.slider-horizontal > .slider__pagination-bullets .slider__pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.slider__pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.slider__pagination-progress .slider__pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.slider-rtl .slider__pagination-progress .slider__pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.slider-horizontal > .slider__pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.slider-vertical > .slider__pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.slider__pagination-progress.slider__pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.slider__pagination-progress.slider__pagination-white .slider__pagination-progressbar {
  background: #fff;
}
.slider__pagination-progress.slider__pagination-black .slider__pagination-progressbar {
  background: #000;
}
/* 3D Container */
.slider-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.slider-3d .slider__wrapper, .slider-3d .slider__slide, .slider-3d .slider__slide-shadow-left, .slider-3d .slider__slide-shadow-right, .slider-3d .slider__slide-shadow-top, .slider-3d .slider__slide-shadow-bottom, .slider-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slider-3d .slider__slide-shadow-left, .slider-3d .slider__slide-shadow-right, .slider-3d .slider__slide-shadow-top, .slider-3d .slider__slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.slider-3d .slider__slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.slider-3d .slider__slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.slider-3d .slider__slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.slider-3d .slider__slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.slider-coverflow .slider__wrapper, .slider-flip .slider__wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.slider-cube, .slider-flip {
  overflow: visible;
}
.slider-cube .slider__slide, .slider-flip .slider__slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.slider-cube .slider__slide .slider__slide, .slider-flip .slider__slide .slider__slide {
  pointer-events: none;
}
.slider-cube .slider__slide-active, .slider-flip .slider__slide-active, .slider-cube .slider__slide-active .slider__slide-active, .slider-flip .slider__slide-active .slider__slide-active {
  pointer-events: auto;
}
.slider-cube .slider__slide-shadow-top, .slider-flip .slider__slide-shadow-top, .slider-cube .slider__slide-shadow-bottom, .slider-flip .slider__slide-shadow-bottom, .slider-cube .slider__slide-shadow-left, .slider-flip .slider__slide-shadow-left, .slider-cube .slider__slide-shadow-right, .slider-flip .slider__slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.slider-cube .slider__slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.slider-cube.slider-rtl .slider__slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.slider-cube .slider__slide-active, .slider-cube .slider__slide-next, .slider-cube .slider__slide-prev, .slider-cube .slider__slide-next + .slider__slide {
  pointer-events: auto;
  visibility: visible;
}
.slider-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.slider-fade.slider-free-mode .slider__slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.slider-fade .slider__slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.slider-fade .slider__slide .slider__slide {
  pointer-events: none;
}
.slider-fade .slider__slide-active, .slider-fade .slider__slide-active .slider__slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.slider__scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.slider-horizontal > .slider__scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.slider-vertical > .slider__scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.slider__scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.slider__scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  border: 4px solid #48a8a8 !important;
  border-top-color: transparent !important;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-pagination-color: $swatch__dark-grey;
}
.product__summary .product__subtitle {
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
html {
  font-size: 16px;
}
html, body {
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-size: 1.1875rem;
  font-style: inherit;
  font-weight: 300;
  color: #555;
  line-height: 1.6em;
}
b, strong {
  font-weight: 500;
}
dfn, em, i {
  font-style: italic;
}
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
mark, ins {
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
th {
  font-weight: bold;
}
blockquote {
  color: #222;
  font-family: gill-sans-nova, Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  blockquote {
    font-size: 2.3125rem;
  }
}
cite {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
cite span {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  cite {
    font-size: 0.875rem;
  }
}
.large-body {
  font-size: 1.1875rem;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .large-body {
    font-size: 1.4375rem;
  }
}
.turquoise-text, .turquoise-text cite {
  color: #48a8a8 !important;
}
/* Headings */
h1, h2, h3, h4, .engraving-options__option-title, .large-heading, .woocommerce-checkout-review-order .shop_table thead th, .woocommerce-table--order-details.shop_table thead th, .woocommerce-thankyou-order-received {
  color: #222;
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, .engraving-options__option-title a, .large-heading a, .woocommerce-checkout-review-order .shop_table thead th a, .woocommerce-table--order-details.shop_table thead th a, .woocommerce-thankyou-order-received a {
  color: #222;
}
h5, h6 {
  color: #222;
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 300;
}
h5 a, h6 a {
  color: #222;
}
h1 a, h2 a, h3 a, h4 a, .engraving-options__option-title a, h5 a, h6 a, .large-heading a {
  text-decoration: none;
}
h1, .large-heading {
  font-size: 3.125rem;
  line-height: 1.222em;
  letter-spacing: 2px;
}
h2, h1.product_title {
  font-size: 2.1875rem;
  line-height: 1.125em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  h1.product_title {
    font-size: 1.875rem;
  }
}
h3, .accordion-item__title, .woocommerce-thankyou-order-received {
  font-size: 1.875rem;
  line-height: 1.222em;
  letter-spacing: 1px;
}
.accordion-item__title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .accordion-item__title {
    font-size: 1.625rem;
  }
}
h4, .engraving-options__option-title, .products.related h2, .products.upsells h2, .products.cmbr-linked-products h2, .woocommerce-checkout-review-order .shop_table thead th, .woocommerce-table--order-details.shop_table thead th, .cart-collaterals .cross-sells > h2, .cart-collaterals .cart_totals > h2 {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.222em;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
h2.woocommerce-loop-product__title, .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  letter-spacing: 0;
}
.products-slider h2.woocommerce-loop-product__title, .products-slider .product__subtitle, .products-slider .price, .products.upsells h2.woocommerce-loop-product__title, .products.upsells .product__subtitle, .products.upsells .price, .products.cmbr-linked-products h2.woocommerce-loop-product__title, .products.cmbr-linked-products .product__subtitle, .products.cmbr-linked-products .price {
  font-size: 1.0625rem !important;
}
h5, h6 {
  font-size: 1.0625rem;
  line-height: 1.222em;
}
h5 {
  font-style: italic;
}
.page-part-image-background-bleed h1, .page-part-image-background-bleed .large-heading {
  font-family: trajan-sans-pro, Arial, sans-serif;
  font-weight: 300;
}
.page-part-image-background-bleed h1 + p, .page-part-image-background-bleed .large-heading + p {
  font-size: 1.4375rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-part-image-background-bleed h1 + p, .page-part-image-background-bleed .large-heading + p {
    font-size: 1.0625rem;
  }
}
.page-part-image-background-bleed h1, .page-part-image-background-bleed h2, .page-part-image-background-bleed h3, .page-part-image-background-bleed p, .page-part-image-background-bleed p a {
  color: #fff;
}
.woocommerce-loop-product__link, .woocommerce-loop-product__link:hover {
  text-decoration: none;
}
.woocommerce-loop-product__title {
  font-weight: 400;
  font-size: 1em;
  text-transform: none;
}
.woocommerce .cart-collaterals .cross-sells .product__content, .woocommerce .cart-collaterals .cross-sells .woocommerce-loop-product__title, .woocommerce .cart-collaterals .cross-sells ul.products li.product .price {
  font-size: 1.0625rem;
}
.woocommerce .cart-collaterals .cross-sells .product__content {
  line-height: 1.5em;
}
.product__subtitle, .product__subtitle a:link, .product__subtitle a:visited {
  color: #808080;
  text-decoration: none;
  font-weight: 400;
}
.product__subtitle a, .product__subtitle a:link a, .product__subtitle a:visited a {
  border-bottom: 1px solid transparent;
}
.product__subtitle a:hover, .product__subtitle a:link a:hover, .product__subtitle a:visited a:hover {
  border-bottom: 1px solid #808080;
}
.product .price {
  color: #808080 !important;
}
.product .price ins {
  color: #c00;
  font-weight: inherit !important;
}
.entry-summary .product .price {
  font-size: 1.875rem !important;
}
.products-slider .product .price {
  font-weight: 400;
}
.product__summary .price {
  color: #222 !important;
}
.product__summary .product__subtitle a {
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: inherit !important;
  padding: 0 !important;
}
.product__summary .product__subtitle a:hover {
  border-bottom: 1px solid #222;
}
.woocommerce div.product .product__summary .out-of-stock {
  color: #222;
}
/* Links */
a {
  color: #222;
  text-decoration: underline;
}
a:visited {
  color: #222;
}
a:hover, a:focus, a:active {
  color: #48a8a8;
  text-decoration: underline;
}
a:visited {
  color: #222;
}
a:hover, a:focus, a:active {
  color: #48a8a8;
}
figcaption {
  font-size: 0.875rem;
  line-height: 1.75em;
}
figcaption em {
  color: #c8a974;
  font-style: normal;
}
/* Forms */
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #222 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, select, .gform_wrapper .gfield_label, .gform_wrapper .alexandrallewellyn-section .gsection_description, .gform_wrapper ul.gfield_checkbox li label {
  font-size: 1.0625rem !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #555;
  line-height: inherit !important;
}
.gform_wrapper ul.gfield_checkbox li label {
  line-height: 1em !important;
}
.gform_wrapper .gfield label {
  font-style: normal !important;
  letter-spacing: 0 !important;
}
.menu-toggle {
  color: #222;
}
.menu-toggle:hover {
  color: #c8a974;
}
.site-header {
  font-size: 0.8125rem;
}
.site-header .breadcrumbs {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header .breadcrumbs.hovered {
  color: #c8a974;
}
.products-header-bar, .product-gallery-action, .wc-tabs {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.products-header-bar a, .product-gallery-action a, .wc-tabs a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: inherit !important;
  padding: 0 0 1px 0 !important;
}
.products-header-bar .current > a, .products-header-bar .active > a, .product-gallery-action .current > a, .product-gallery-action .active > a, .wc-tabs .current > a, .wc-tabs .active > a {
  border-bottom: 1px solid #222;
}
.products-header-bar, .product-gallery-action, .filter-menu__title {
  font-weight: normal;
  letter-spacing: 0.5px;
}
.button {
  color: #222 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.4em;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.button:hover {
  color: #48a8a8 !important;
  text-decoration: none;
}
.page-part-image-background-bleed .button {
  color: #fff !important;
}
.woocommerce .return-to-shop a.button {
  line-height: 1.4em;
}
.gform_wrapper .gform_description {
  font-weight: 300 !important;
}
/* Nav  */
.main-navigation__menu {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.main-navigation__menu a {
  text-decoration: none;
}
.main-navigation__menu .sub-menu {
  font-size: 0.9375rem;
  text-transform: none;
  line-height: 1.2em;
}
.main-navigation__menu .sub-menu .menu-item.feature .feature--text a {
  text-decoration: underline;
}
.main-navigation__menu > .menu-item > a {
  color: #222;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.main-navigation__menu > .menu-item > a:hover {
  color: #222;
  border-bottom: 1px solid #222;
}
.main-navigation__menu > .menu-item.current-item > a {
  color: #222;
  border-bottom: 1px solid #222;
}
.main-navigation__menu > .menu-item > .sub-menu > .menu-item > a, .main-navigation__menu > .menu-item > .sub-menu > .menu-item.feature > .feature--header, .main-navigation__menu > .menu-item > .sub-menu > .menu-item.feature > .feature--header a {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}
.main-navigation--tools .main-navigation__menu {
  font-size: 0.8125rem;
}
.main-navigation--tools .currency-switcher {
  line-height: 1.25em;
}
.mobile-navigation__menu {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.mobile-navigation__menu a {
  text-decoration: none;
}
.mobile-navigation__menu > .menu-item.current-item > a {
  color: #48a8a8;
}
.mobile-navigation__menu > .menu-item > a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mobile-navigation__menu .sub-menu a {
  opacity: 1;
}
.mobile-navigation__menu .sub-menu a:hover {
  opacity: 1;
}
.mobile-navigation__menu .sub-menu .view-all > a, .mobile-navigation__menu .sub-menu .current-item > a {
  color: #48a8a8;
  text-decoration: underline;
  opacity: 1;
}
.mobile-navigation__menu .sub-menu .view-all > a {
  text-decoration: underline;
}
.mobile-navigation__menu span {
  font-weight: 400;
}
/* Content */
.entry-content ul {
  font-style: italic;
  list-style: none;
  margin-left: auto;
  padding: 0;
}
.entry-content ul li {
  padding-left: 1.5em;
  font-style: normal;
  position: relative;
}
.entry-content ul li::before {
  content: "";
  padding-right: 0.5em;
  position: absolute;
  top: 16px;
  left: 0;
  width: 10px;
  border-top: 1px solid #222;
}
.linktree .entry-content ul li {
  margin-bottom: 20px;
  padding-left: 0px;
}
.linktree .entry-content ul li::before {
  display: none;
}
.entry-content ul.centered li::before {
  position: relative;
  top: auto;
  left: auto;
}
.entry-content .gform_wrapper ul li {
  padding-left: 0px;
}
.entry-content .gform_wrapper ul li::before {
  display: none;
}
.column-part {
  text-align: center;
}
.page-part-columns-panels .column-part {
  color: #666;
}
/* Footer */
.site-footer {
  font-size: 1.0625rem;
  line-height: 1.4em;
}
.site-footer-extras > * {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer-extras > * {
    text-align: left;
  }
}
.site-footer-content {
  font-size: 1rem;
  line-height: 1.4em;
}
.site-footer-content a:link, .site-footer-content a:visited {
  color: #666;
  text-decoration: none;
  opacity: 1;
}
.site-footer-content a:hover {
  opacity: 0.5;
}
.site-footer-content .site-info {
  color: #666;
}
.social-navigation a {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.social-navigation a:hover {
  color: #48a8a8;
}
/* Subpage Grid */
.subpage-grid .entry-title {
  font-size: 24px;
  line-height: 26px;
}
.subpage-grid .entry-subtitle {
  font-size: 20px;
  line-height: 1em;
}
.subpage-grid .entry-subtitle, .subpage-grid .entry-summary {
  font-style: italic;
}
/* Apartment Details */
#apartment-details .grid-item h4, #apartment-details .grid-item .engraving-options__option-title {
  font-size: 22px;
}
#apartment-details .grid-item p {
  font-style: normal;
}
#apartment-details .grid-item p strong {
  color: #c8a974;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 414px) {
  .responsive-table {
    font-size: 1rem;
  }
  .responsive-table td {
    line-height: 1.4em;
  }
  .responsive-table td:not(:first-child) {
    text-align: center;
  }
}
/* Gravity Form Confirmation */
.gform_confirmation_message {
  color: #c8a974;
}
@media screen and (max-width: 767px) {
  body, button, input, select, textarea {
    line-height: 1.57em;
  }
  input, select, textarea {
    font-size: 1rem;
  }
  h1, .large-heading {
    font-size: 1.6875rem;
    line-height: 1.143em;
  }
  h2 {
    font-size: 1.5625rem;
    line-height: 1.16em;
  }
  h3 {
    font-size: 1.5625rem;
    line-height: 1.174em;
  }
  h2, h3 {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.222em;
  }
  .main-navigation__menu {
    font-size: 1rem;
    line-height: 1.174em;
  }
  .main-navigation__menu ul {
    font-size: 1rem;
    line-height: 1.174em;
  }
}
.page-content, .entry-header, .entry-summary, .entry-content-inner, .banner {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.wf-loading .page-content, .wf-loading .entry-header, .wf-loading .entry-summary, .wf-loading .entry-content-inner, .wf-loading .banner {
  opacity: 0;
}
.wf-active .page-content, .wf-active .entry-header, .wf-active .entry-summary, .wf-active .entry-content-inner, .wf-active .banner, .wf-inactive .page-content, .wf-inactive .entry-header, .wf-inactive .entry-summary, .wf-inactive .entry-content-inner, .wf-inactive .banner {
  opacity: 1;
}
.centered {
  text-align: center;
}
button, input, select, textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
  padding: 6px 18px 10px !important;
  border: 1px solid #eee;
  border-radius: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 6px 18px 10px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
select {
  background: url("../images/drop-down-arrow-dark.svg") no-repeat 0 0;
  background-position: right 15px top 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 40px 1px 15px !important;
  line-height: inherit;
  color: #555 !important;
  border: 1px solid #eee;
  border-radius: 0;
  vertical-align: middle;
  margin: 0;
}
::-webkit-input-placeholder {
  color: #555 !important;
  font-style: normal !important;
}
::-moz-placeholder {
  color: #555 !important;
  font-style: normal !important;
}
:-ms-input-placeholder {
  color: #555 !important;
  font-style: normal !important;
}
:-moz-placeholder {
  color: #555 !important;
  font-style: normal !important;
}
.site-main .paging-navigation, .site-main .post-navigation {
  margin: 0 0 30px;
  overflow: hidden;
}
.paging-navigation .nav-previous, .paging-navigation .nav-next, .paging-navigation .nav-parent, .post-navigation .nav-previous, .post-navigation .nav-next, .post-navigation .nav-parent {
  width: 29px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.paging-navigation .nav-previous a, .paging-navigation .nav-next a, .paging-navigation .nav-parent a, .post-navigation .nav-previous a, .post-navigation .nav-next a, .post-navigation .nav-parent a {
  width: 29px;
  height: 29px;
  display: block;
  text-indent: -9999em;
  background-image: url("../images/pagination-arrows-article.svg");
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.no-svg .paging-navigation .nav-previous a, .no-svg .paging-navigation .nav-next a, .no-svg .paging-navigation .nav-parent a, .no-svg .post-navigation .nav-previous a, .no-svg .post-navigation .nav-next a, .no-svg .post-navigation .nav-parent a {
  background-image: url("../images/pagination-arrows-article.png");
}
.paging-navigation .nav-previous a:hover, .paging-navigation .nav-next a:hover, .paging-navigation .nav-parent a:hover, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .post-navigation .nav-parent a:hover {
  opacity: 0.6;
}
.paging-navigation .nav-previous a, .post-navigation .nav-previous a {
  background-position: 0 0;
}
.paging-navigation .nav-next a, .post-navigation .nav-next a {
  background-position: 0 -50px;
}
.paging-navigation .nav-parent a, .post-navigation .nav-parent a {
  background-position: 0 -100px;
}
/**
 * Clearings
 */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
}
.clear:after, .entry-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/**
 * Posts and pages
 */
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-content:first-child, .entry-content:first-child, .entry-summary:first-child {
  margin-top: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#site {
  width: 100%;
  height: 100%;
  position: relative;
}
.site {
  height: 100%;
  box-sizing: border-box;
  left: 0px;
  min-height: 100%;
  padding-top: 80px;
  position: relative;
  box-shadow: inset 8px 0 0 #48a8a8, inset -8px 0 0 #48a8a8;
  -webkit-transition: left 400ms ease-in-out, padding-top 400ms ease-in-out, box-shadow 400ms;
  -moz-transition: left 400ms ease-in-out, padding-top 400ms ease-in-out, box-shadow 400ms;
  -o-transition: left 400ms ease-in-out, padding-top 400ms ease-in-out, box-shadow 400ms;
  transition: left 400ms ease-in-out, padding-top 400ms ease-in-out, box-shadow 400ms;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .site {
    box-shadow: inset 5px 0 0 #48a8a8, inset -5px 0 0 #48a8a8;
  }
}
@media screen and (min-width: 768px) {
  .site {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .site {
    padding-top: 190px;
  }
}
.page-template-linktree .site {
  padding-top: 210px;
}
.header-min .page-template-linktree .site, .force-header-min .page-template-linktree .site {
  padding-top: 135px;
}
@media screen and (max-width: 767px) {
  .page-template-linktree .site {
    padding-top: 135px;
  }
  .header-min .page-template-linktree .site, .force-header-min .page-template-linktree .site {
    padding-top: 100px;
  }
}
.single-past-project .site {
  padding-top: 64px;
}
.site:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: opacity 400ms, visibility 400ms;
  -moz-transition: opacity 400ms, visibility 400ms;
  -o-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
}
.no-csspointerevents .site:after {
  display: none;
}
.site-content {
  border-left: 8px solid #48a8a8;
  border-right: 8px solid #48a8a8;
  -webkit-transition: border-width 400ms;
  -moz-transition: border-width 400ms;
  -o-transition: border-width 400ms;
  transition: border-width 400ms;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .site-content {
    border-width: 5px;
  }
}
.site-header {
  background-color: #fff;
  border-left: 8px solid #48a8a8;
  border-right: 8px solid #48a8a8;
  border-top: 8px solid #48a8a8;
  box-sizing: border-box;
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 30;
  -webkit-transition: top 400ms ease-in-out, height 400ms ease-in-out, left 400ms ease-in-out, border-color 400ms, border-width 400ms, background-color 400ms, box-shadow 400ms;
  -moz-transition: top 400ms ease-in-out, height 400ms ease-in-out, left 400ms ease-in-out, border-color 400ms, border-width 400ms, background-color 400ms, box-shadow 400ms;
  -o-transition: top 400ms ease-in-out, height 400ms ease-in-out, left 400ms ease-in-out, border-color 400ms, border-width 400ms, background-color 400ms, box-shadow 400ms;
  transition: top 400ms ease-in-out, height 400ms ease-in-out, left 400ms ease-in-out, border-color 400ms, border-width 400ms, background-color 400ms, box-shadow 400ms;
  -webkit-box-shadow: inset 0 -1px 0 #eee;
  -moz-box-shadow: inset 0 -1px 0 #eee;
  box-shadow: inset 0 -1px 0 #eee;
}
.admin-bar .site-header {
  top: 46px;
}
.header-min .site-header, .force-header-min .site-header {
  top: -80px;
}
.admin-bar.header-min .site-header, .admin-bar.force-header-min .site-header {
  top: -34px;
}
@media screen and (max-width: 767px) {
  .site-header {
    border-width: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-showing .site-header {
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 transparent;
    -moz-box-shadow: inset 0 -1px 0 transparent;
    box-shadow: inset 0 -1px 0 transparent;
  }
  .header-min.nav-showing .site-header, .force-header-min.nav-showing .site-header {
    top: 0px;
  }
  .admin-bar.header-min.nav-showing .site-header, .admin-bar.force-header-min.nav-showing .site-header {
    top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    height: 140px;
  }
  .header-min .site-header, .force-header-min .site-header {
    top: -140px;
  }
  .admin-bar.header-min .site-header, .admin-bar.force-header-min .site-header {
    top: -108px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    height: 190px;
  }
  .header-min .site-header, .force-header-min .site-header {
    top: -190px;
  }
  .admin-bar.header-min .site-header, .admin-bar.force-header-min .site-header {
    top: -158px;
  }
}
.site-header.linktree {
  height: 210px;
}
.header-min .site-header.linktree, .force-header-min .site-header.linktree {
  height: 135px;
}
@media screen and (max-width: 767px) {
  .site-header.linktree {
    height: 135px;
  }
  .header-min .site-header.linktree, .force-header-min .site-header.linktree {
    height: 100px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.site-branding {
  width: 262px;
  height: 66px;
  margin: 9px auto 0px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: height 400ms ease-in-out, margin-top 400ms ease-in-out;
  -moz-transition: height 400ms ease-in-out, margin-top 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out, margin-top 400ms ease-in-out;
  transition: height 400ms ease-in-out, margin-top 400ms ease-in-out;
}
.site-branding a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .site-branding {
    height: 114px;
    margin-top: 24px;
  }
}
.site-title {
  line-height: 1em;
  margin: 0;
  overflow: hidden;
}
.site-title {
  position: relative;
}
.site-title .site-logo-svg__icon, .site-title .site-logo-svg__strapline {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.site-title a {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.site-title svg {
  width: auto;
  height: 100px;
  -webkit-transition: height 400ms ease-in-out;
  -moz-transition: height 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out;
  transition: height 400ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .site-title svg {
    height: 70px;
  }
  .header-min .site-title .site-logo-svg__strapline, .force-header-min .site-title .site-logo-svg__strapline {
    opacity: 0;
  }
}
.site-menu {
  margin-top: -29px;
  position: absolute;
  top: 59px;
  left: 0;
  height: 58px;
  -webkit-transition: all 400ms ease-in-out !important;
  -moz-transition: all 400ms ease-in-out !important;
  -o-transition: all 400ms ease-in-out !important;
  transition: all 400ms ease-in-out !important;
}
@media screen and (min-width: 768px) {
  .site-menu {
    top: 94px;
    left: calc(6vw - 28px);
  }
  .admin-bar .site-menu {
    top: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu {
    width: 30%;
    display: none;
  }
}
.menu-toggle {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  min-width: 58px;
  height: 58px;
  z-index: 200;
}
.menu-toggle__title {
  display: none;
}
.menu-toggle::before, .menu-toggle::after {
  border-top: 1px solid #222;
  content: " ";
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menu-toggle::before {
  border-bottom: 1px solid #222;
  margin-top: -4px;
  height: 9px;
}
.menu-toggle:hover::before, .menu-toggle:hover::after {
  border-color: #48a8a8;
}
.nav-showing .menu-toggle::before {
  border-top-color: transparent;
  margin-top: 0;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-showing .menu-toggle::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-item--button a {
  border: 1px solid #222;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  margin-top: -11px;
}
.menu-item--button a:hover {
  border-color: #48a8a8;
}
.menu-item--brochure-icon > a {
  background: url("../images/brochure-icon.svg") no-repeat right center;
  background-size: 19px 19px;
  padding-right: 30px !important;
}
.menu-top {
  display: block;
  margin-top: -19px;
  overflow: hidden;
  position: fixed;
  top: 40px;
  left: -60px;
  text-indent: -999px;
  width: 38px;
  height: 58px;
  z-index: 200;
  -webkit-transition: all 400ms ease-in-out !important;
  -moz-transition: all 400ms ease-in-out !important;
  -o-transition: all 400ms ease-in-out !important;
  transition: all 400ms ease-in-out !important;
}
.header-min .menu-top, .force-header-min .menu-top {
  top: 22px;
}
@media screen and (max-width: 767px) {
  .menu-top {
    top: 22px;
  }
}
.menu-top::after {
  border-top: 1px solid #c8a974;
  border-left: 1px solid #c8a974;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  content: "<";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 24px;
  left: 14px;
  text-indent: -999px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/**
 * Hide menu top link if not mobile-style nav
 */
@media screen and (min-width: 920px) {
  .menu-top {
    display: none;
    top: 40px;
  }
}
.cart-nav-item {
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 999;
  -webkit-transition: bottom 400ms ease-in-out;
  -moz-transition: bottom 400ms ease-in-out;
  -o-transition: bottom 400ms ease-in-out;
  transition: bottom 400ms ease-in-out;
}
.cart-nav-item__label {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
.cart-nav-item__label:hover {
  color: #222;
  text-decoration: underline;
}
.cart-nav-item__label::after {
  background: url("../images/cart-icon.svg") no-repeat center center;
  content: " ";
  display: block;
  overflow: hidden;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .cart-nav-item__items {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cart-nav-item {
    bottom: 20px;
  }
}
.main-navigation {
  -webkit-transition: padding-top 400ms ease-in-out, top 400ms ease-in-out, left 400ms ease-in-out, right 400ms ease-in-out;
  -moz-transition: padding-top 400ms ease-in-out, top 400ms ease-in-out, left 400ms ease-in-out, right 400ms ease-in-out;
  -o-transition: padding-top 400ms ease-in-out, top 400ms ease-in-out, left 400ms ease-in-out, right 400ms ease-in-out;
  transition: padding-top 400ms ease-in-out, top 400ms ease-in-out, left 400ms ease-in-out, right 400ms ease-in-out;
}
.main-navigation--site, .main-navigation--tools .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
}
.main-navigation--tools {
  height: 100%;
  padding-top: 20px;
  position: absolute;
  top: 0px;
  right: 25px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 768px) {
  .main-navigation--tools {
    padding-top: 30px;
    right: 6vw;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation--site, .main-navigation--tools .menu {
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation--tools {
    height: 100%;
  }
  .main-navigation--tools .menu .menu-item {
    display: none;
  }
  .main-navigation--tools .menu .menu-item--cart {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation--tools .menu {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu {
    width: calc(100% - ( 8px * 2 ));
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 50px 6vw;
    position: fixed;
    top: 190px;
    left: 8px;
    z-index: 1;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: top 400ms ease-in-out;
    -moz-transition: top 400ms ease-in-out;
    -o-transition: top 400ms ease-in-out;
    transition: top 400ms ease-in-out;
  }
  .header-min .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu, .force-header-min .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu {
    top: 0px;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #eee;
    border-radius: 3px;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #eee;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 3px;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu a {
    display: inline-block;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu .menu-item {
    margin-bottom: 12px;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu .current-menu-item > a {
    border-bottom: 1px solid #222;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu > .menu-item {
    margin-bottom: 18px;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu > .menu-item > a {
    padding-bottom: 2px;
  }
  .main-navigation--site .main-navigation__menu > .menu-item > .sub-menu .sub-menu {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .main-navigation--site .main-navigation__menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    z-index: 10;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: top 400ms ease-in-out;
    -moz-transition: top 400ms ease-in-out;
    -o-transition: top 400ms ease-in-out;
    transition: top 400ms ease-in-out;
  }
}
.main-navigation--site > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-navigation--site .main-navigation__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}
.main-navigation--site .main-navigation__content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #666;
  border-radius: 3px;
}
.main-navigation--site .main-navigation__content::-webkit-scrollbar {
  width: 6px;
  background-color: #666;
}
.main-navigation--site .main-navigation__content::-webkit-scrollbar-thumb {
  background-color: #8a7656;
  border-radius: 3px;
}
.main-navigation--site .main-navigation__content > * {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main-navigation--site .main-navigation__content > .main-navigation__social {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 375px) {
  .main-navigation--site .main-navigation__content > .main-navigation__social {
    margin-top: -20px;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 415px) {
  .main-navigation--site .main-navigation__content > .main-navigation__social {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.main-navigation--site ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation--site .main-navigation__menu {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: top 400ms ease-in-out, left 400ms ease-in-out, width 400ms ease-in-out, max-width 400ms ease-in-out;
  -moz-transition: top 400ms ease-in-out, left 400ms ease-in-out, width 400ms ease-in-out, max-width 400ms ease-in-out;
  -o-transition: top 400ms ease-in-out, left 400ms ease-in-out, width 400ms ease-in-out, max-width 400ms ease-in-out;
  transition: top 400ms ease-in-out, left 400ms ease-in-out, width 400ms ease-in-out, max-width 400ms ease-in-out;
  /*
		li.menu-item-has-children {

			&.hovered {

				.sub-menu {
					background: $color--background-header;
					display: block !important;
				}

			}

			.sub-menu {
				width: 300px;
				padding-top: 10px;
				position: absolute;
				
				li {
					margin-bottom: 4px;
				}

			}

			.js & {

				> .sub-menu {
					display: none;
				}

			}

		}
		*/
}
.main-navigation--site .main-navigation__menu > li {
  margin: 0;
  padding: 0 3vw 30px;
  display: block;
}
.main-navigation--site .main-navigation__menu > li > a {
  display: inline-block;
}
.main-navigation--site .main-navigation__menu a {
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 11;
}
.main-navigation--site .main-navigation__menu > .menu-item > .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 33.33%;
  grid-template-rows: auto;
  gap: 6vw;
  border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.15);
}
.main-navigation--site .main-navigation__menu > .menu-item > .sub-menu .menu-item.feature {
  margin-top: 3px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 4vw;
  border-left: 1px solid #eee;
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}
.main-navigation--site .main-navigation__menu > .menu-item > .sub-menu .menu-item.feature .feature--header {
  margin-top: 25px;
}
.main-navigation--site .main-navigation__menu > .menu-item > .sub-menu .menu-item.feature img {
  display: block;
  aspect-ratio: 1.4;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-navigation--site .site-footer-content {
    display: none;
  }
}
.main-navigation--tools .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-navigation--tools .menu li {
  display: inline-block;
  margin: 0 1.5vw 0 0;
  padding: 0;
}
.mobile-navigation {
  background-color: #fff;
  border: 8px solid #48a8a8;
  border-top: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 79px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  overflow-y: auto;
  -webkit-transition: top 400ms ease-in-out, opacity 400ms, visibility 400ms, border-color 400ms, border-width 400ms;
  -moz-transition: top 400ms ease-in-out, opacity 400ms, visibility 400ms, border-color 400ms, border-width 400ms;
  -o-transition: top 400ms ease-in-out, opacity 400ms, visibility 400ms, border-color 400ms, border-width 400ms;
  transition: top 400ms ease-in-out, opacity 400ms, visibility 400ms, border-color 400ms, border-width 400ms;
}
.admin-bar .mobile-navigation {
  top: 111px;
}
.mobile-navigation::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff;
  border-radius: 3px;
}
.mobile-navigation::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.mobile-navigation::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 3px;
}
.mobile-navigation__menu {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation__menu ul {
  list-style: none;
}
.mobile-navigation__menu ul, .mobile-navigation__menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-navigation__menu a {
  display: block;
  padding: 6px 6vw;
}
.mobile-navigation__menu > .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile-navigation__menu > .menu-item:last-child {
  border-bottom: none;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: calc(6vw + 15px);
}
.mobile-navigation__menu > .menu-item.menu-item-has-children > a::after {
  content: " ";
  display: block;
  border-left: 5px solid #222;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 12px;
  right: 6vw;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children > .sub-menu {
  padding-top: 8px;
  display: none;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children.current-item > a::after {
  border-top: 5px solid #48a8a8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 15px;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children.current-item > .sub-menu {
  display: block;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children.current-item > .sub-menu li.spacer {
  padding-bottom: 12px;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children.current-item > .sub-menu li:last-child {
  padding-bottom: 12px;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children.current-item > .sub-menu li.view-more > a::after {
  width: 7px;
  height: 7px;
  margin-left: 5px;
  margin-bottom: 1px;
  content: " ";
  display: inline-block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 350ms;
  -moz-transition: border-color 350ms;
  -o-transition: border-color 350ms;
  transition: border-color 350ms;
}
.mobile-navigation__menu > .menu-item.menu-item-has-children.current-item > .sub-menu li.view-more > a:hover::after {
  border-top-color: #48a8a8;
  border-right-color: #48a8a8;
}
@media screen and (min-width: 768px) {
  .mobile-navigation {
    top: 139px;
  }
  .admin-bar .mobile-navigation {
    top: 171px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-navigation {
    border-width: 5px;
  }
  .mobile-navigation__menu a {
    padding-left: 25px;
  }
  .mobile-navigation__menu > .menu-item.menu-item-has-children > a {
    padding-right: 40px;
  }
  .mobile-navigation__menu > .menu-item.menu-item-has-children > a::after {
    right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-showing .mobile-navigation {
    opacity: 1;
    visibility: visible;
  }
}
.social-navigation__menu {
  list-style: none;
  margin: 0 0 0 -3px;
  padding: 0;
}
.social-navigation__menu li {
  width: auto;
  height: 30px;
  margin: 0 0 8px;
  padding: 0;
  position: relative;
}
.social-navigation__menu li.instagram a {
  background-image: url(../images/instagram-icon.svg);
  background-position: 3px -97px;
}
.social-navigation__menu li.instagram a::before {
  background-image: url(../images/instagram-icon.svg);
  background-position: 3px 3px;
}
.social-navigation__menu li.whatsapp a {
  background-image: url(../images/whatsapp-icon.svg);
  background-position: 3px -97px;
}
.social-navigation__menu li.whatsapp a::before {
  background-image: url(../images/whatsapp-icon.svg);
  background-position: 3px 3px;
}
.social-navigation__menu li.facebook a {
  background-image: url(../images/facebook-icon.svg);
  background-position: 3px -97px;
}
.social-navigation__menu li.facebook a::before {
  background-image: url(../images/facebook-icon.svg);
  background-position: 3px 3px;
}
.social-navigation__menu li.pinterest a {
  background-image: url(../images/pinterest-icon.svg);
  background-position: 3px -97px;
}
.social-navigation__menu li.pinterest a::before {
  background-image: url(../images/pinterest-icon.svg);
  background-position: 3px 3px;
}
.social-navigation__menu li a {
  width: auto;
  height: 30px;
  padding: 3px 0 0 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.social-navigation__menu li a::before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.social-navigation__menu li a:hover::before {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .social-navigation__menu li a {
    display: block;
  }
}
.linktree .social-navigation {
  margin-top: 85px;
  -webkit-transition: margin-top 400ms ease-in-out;
  -moz-transition: margin-top 400ms ease-in-out;
  -o-transition: margin-top 400ms ease-in-out;
  transition: margin-top 400ms ease-in-out;
}
.linktree .social-navigation .social-navigation__menu {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.linktree .social-navigation .social-navigation__menu li {
  width: 30px;
  margin: 0;
  overflow: hidden;
}
.linktree .social-navigation .social-navigation__menu li a {
  width: 30px;
  padding-left: 30px;
}
.header-min .linktree .social-navigation, .force-header-min .linktree .social-navigation {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .header-min .linktree .social-navigation, .force-header-min .linktree .social-navigation {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .linktree .social-navigation {
    margin-top: 140px;
  }
}
.menu-item--button a {
  border: 1px solid #222;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  margin-top: -11px;
}
.menu-item--button a:hover {
  border-color: #48a8a8;
}
.menu-item--brochure-icon > a {
  background: url("../images/brochure-icon.svg") no-repeat right center;
  background-size: 19px 19px;
  padding-right: 30px !important;
}
.sticky-footer-navigation {
  background-color: #8a7656;
  color: #fff;
  text-align: center;
  padding: 5px 25px;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}
.sticky-footer-navigation a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}
.sticky-footer-navigation__menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sticky-footer-navigation li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.page-template-brochure-request .sticky-footer-navigation {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sticky-footer-navigation {
    display: none;
  }
}
.site-footer {
  margin: 0;
  border-left: 5px solid #48a8a8;
  border-right: 5px solid #48a8a8;
  border-bottom: 5px solid #48a8a8;
  box-shadow: inset 0 1px 0 #eee;
  -webkit-transition: border-width 400ms;
  -moz-transition: border-width 400ms;
  -o-transition: border-width 400ms;
  transition: border-width 400ms;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .site-footer {
    width: 100%;
    border-width: 8px;
    z-index: 1;
  }
}
.post-type-archive-product .site-footer, .tax-product_cat .site-footer, .tax-product_tag .site-footer {
  margin-top: -1px;
}
.site-footer-extras {
  padding: 0;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer-extras > * {
  width: 100%;
  box-sizing: border-box;
  padding: 45px 25px;
}
.site-footer-extras .newsletter-signup {
  width: 100%;
  padding-left: 6vw;
  padding-right: 6vw;
}
.site-footer-extras .contact-info, .site-footer-extras .social-navigation {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .site-footer-extras > * {
    width: 50%;
    padding: 90px 50px 80px;
    border: none;
  }
  .site-footer-extras .newsletter-signup {
    width: 100%;
  }
  .site-footer-extras .contact-info {
    padding-left: 6vw;
  }
  .site-footer-extras .social-navigation {
    padding-right: 6vw;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer-extras {
    padding: 0 6vw;
  }
  .site-footer-extras .newsletter-signup {
    width: 50%;
    padding-left: 0;
  }
  .site-footer-extras .contact-info {
    width: 30%;
    padding-left: 50px;
  }
  .site-footer-extras .social-navigation {
    width: 20%;
    padding-right: 0;
  }
}
.site-footer-content {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 50px 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer-content {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
    text-align: left;
  }
}
.footer-navigation ul {
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.footer-navigation li {
  display: inline-block;
  margin: 0 15px 1.5em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer-navigation {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .footer-navigation ul {
    margin-bottom: 0;
  }
  .footer-navigation li {
    margin-bottom: 0.5em;
  }
}
.site-info {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .site-info {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.breadcrumbs {
  -webkit-transition: opacity 400ms, visibility 400ms;
  -moz-transition: opacity 400ms, visibility 400ms;
  -o-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
  display: none;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    display: block;
    position: absolute;
    left: 94px;
    top: 17px;
    z-index: -1;
  }
}
.page-header .page-content-inner {
  max-width: 920px;
  padding: 0 40px;
}
.page-header.full-height, .page-header.full-height-404 {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 10vh);
  margin-top: -190px;
  padding-top: 190px;
  position: relative;
}
.page-header.full-height .page-content, .page-header.full-height-404 .page-content {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 10vh - 190px - 60px);
}
#ie9 .page-header.full-height .page-content, #ie9 .page-header.full-height-404 .page-content {
  min-height: 0;
}
@media screen and (min-width: 783px) {
  .page-header .page-content {
    max-width: 920px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-header.full-height .page-content {
    padding-bottom: 80px;
  }
}
.page-part {
  margin: 40px 0px;
  padding: 0px 25px;
  /*
	&:not( .opt-line-below ):not( .page-part-image-side-bleed ):not( .page-part-image-background-bleed ):not( .page-part-content-bleed ):not( .page-part-slideshow-bleed ):not( .opt-background-light-grey ) + .page-part:not( .opt-background-light-grey ):not( .opt-line-above ),
	&.opt-background-light-grey:not( .opt-line-below ):not( .page-part-image-side-bleed ):not( .page-part-image-background-bleed ):not( .page-part-content-bleed ):not( .page-part-slideshow-bleed ) + .page-part.opt-background-light-grey:not( .opt-line-above ) {
		padding-top: 0;
	}
	*/
}
.page-part.opt-background-light-grey {
  background-color: #222;
}
.page-part.opt-line-above {
  margin-top: 0px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.page-part.opt-line-below {
  margin-bottom: 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.page-part-button-bar, .page-part-image-bar {
  margin: 40px 0px;
}
.page-part-button-bar.opt-line-above, .page-part-image-bar.opt-line-above {
  padding-top: 40px;
}
.page-part-button-bar.opt-line-below, .page-part-image-bar.opt-line-below {
  padding-bottom: 40px;
}
.page-part .entry-image {
  overflow: hidden;
}
.page-part .entry-image img {
  display: block;
  min-width: 100%;
  width: auto;
  height: auto;
}
.page-part .entry-image + .entry-content, .page-part .entry-gallery + .entry-content {
  padding-top: 40px;
}
.opt-content-padding.page-part .column-parts--3 .column-part, .opt-content-padding.page-part .column-parts--4 .column-part {
  padding-top: 0px;
}
.page-part .entry-content, .page-part__content {
  box-sizing: border-box;
  margin: 0;
  text-align: center;
}
.opt-content-padding.page-part .entry-content, .opt-content-padding.page-part__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-part-columns-parts.opt-content-padding.page-part .entry-content, .page-part-columns-panels.opt-content-padding.page-part .entry-content, .page-part-columns-parts.opt-content-padding.page-part__content, .page-part-columns-panels.opt-content-padding.page-part__content {
  padding-bottom: 0px;
}
.page-part .entry-content + .page-part__column-parts.column-parts--1, .page-part .entry-content + .page-part__column-parts.column-parts--2, .page-part__content + .page-part__column-parts.column-parts--1, .page-part__content + .page-part__column-parts.column-parts--2 {
  margin-top: 40px;
}
.page-part__content--after {
  margin-top: 20px;
}
.page-part-gallery .page-part__content--after {
  margin-top: 15px;
}
.page-part__content + .page-part__columns {
  margin-top: -10px;
}
.page-part-gallery .page-part__content + .page-part__columns {
  margin-top: 40px;
}
.page-part .entry-content-inner, .page-part__content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .page-part .entry-content-inner {
    width: 100%;
  }
}
.page-part.full-height-bleed .entry-image {
  position: relative;
}
.page-part.full-height-bleed .entry-image .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-part-columns-parts {
  padding: 0;
  border-top: 1px solid #eee;
}
.page-part-columns-panels {
  padding: 0;
}
.page-part-products-slider.no-content, .page-part-products-slider.no-content.opt-line-above {
  margin-top: 0;
  padding-top: 0;
}
.page-part-content-slideshow {
  margin: 0;
  padding: 0;
}
.js .page-part.page-part-image-background-bleed.has-alternative-link {
  cursor: pointer;
}
#contact-us.page-part .entry-content-inner {
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .page-part {
    margin: 6vw 0px;
    padding: 0px 6vw;
  }
  .page-part.opt-line-above {
    padding-top: 6vw;
  }
  .page-part.opt-line-below {
    padding-bottom: 6vw;
  }
  .page-part-button-bar, .page-part-image-bar {
    margin: 3vw 0px;
  }
  .page-part-button-bar.opt-line-above, .page-part-image-bar.opt-line-above {
    padding-top: 3vw;
  }
  .page-part-button-bar.opt-line-below, .page-part-image-bar.opt-line-below {
    padding-bottom: 3vw;
  }
  .page-part .entry-image + .entry-content, .page-part .entry-gallery + .entry-content {
    padding-top: 6vw;
  }
  .opt-content-padding.page-part .column-parts--3 .column-part, .opt-content-padding.page-part .column-parts--4 .column-part {
    padding-top: 0px;
  }
  .opt-content-padding.page-part .entry-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .page-part-columns-parts.opt-content-padding.page-part .entry-content, .page-part-columns-panels.opt-content-padding.page-part .entry-content {
    padding-bottom: 0px;
  }
  .page-part .entry-content + .page-part__column-parts.column-parts--1, .page-part .entry-content + .page-part__column-parts.column-parts--2 {
    margin-top: 6vw;
  }
  .page-part .entry-content-inner, .page-part__content-inner {
    width: 85%;
  }
  .page-part__content--after {
    margin-top: 3vw;
  }
  .page-part-gallery .page-part__content--after {
    margin-top: 40px;
  }
  .page-part__content + .page-part__columns {
    margin-top: calc(( 6vw / 2 ) - 30px);
  }
  .page-part__products-slider {
    margin-left: -2.3vw;
    margin-right: -2.3vw;
  }
  .page-part-content-slideshow {
    margin: 0;
    padding: 0;
  }
  .page-part-content-slideshow .entry-image img {
    max-height: calc(100vh - 190px - 8px - 6vw - 50px);
  }
  .page-part--page {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .linktree .page-part--page {
    padding-bottom: 0;
  }
  .page-part.full-height-bleed {
    min-height: calc(100vh - 190px);
  }
  .page-part.full-height-bleed .entry-image .image-placeholder {
    padding-top: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-part-columns-parts {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-part-columns-parts:not(.has-content-parts) {
    margin: 0px;
  }
  .page-part--page:first-child {
    margin-top: 0;
  }
}
.page-part-content-bleed {
  padding: 0px;
}
.page-part-content-bleed .entry-content {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .page-part-content-bleed .entry-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.page-part-content-video.page-part {
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-part-content-video.page-part.type-page {
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-part-content-video.page-part .entry-image {
  width: 100%;
}
.page-part-content-video.page-part .entry-content {
  padding: 0px 25px;
  position: absolute;
}
.page-part-content-video.page-part .entry-content .entry-content-inner {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .page-part-content-video.page-part .entry-content {
    padding: 0px 6vw;
  }
}
.page-part-image-side .entry-content, .page-part-image-side .entry-image {
  position: relative;
}
.page-part-image-side .entry-image + .entry-content, .page-part-image-side .entry-gallery + .entry-content {
  padding-top: 40px;
}
.page-part-image-side .entry-image figcaption {
  display: block;
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-part-image-side .entry-image figcaption {
    margin: 0;
    padding: 50px 30px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.page-part-image-side .entry-image--has-caption {
  -ms-flex-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.page-part-image-side .entry-content {
  text-align: left;
}
.page-part-image-side .entry-content-inner {
  max-width: 650px;
  margin-left: 0;
}
.home .page-part-image-side .entry-content-inner {
  max-width: 100%;
}
.page-part-image-side .entry-content-inner > .flickity-page-dots {
  margin: 40px 0 0;
  position: relative;
  width: auto;
  bottom: auto;
  text-align: left;
}
.page-part-image-side.page-part-case-studies {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f7f9f9;
}
.page-part-image-side.page-part-case-studies .entry-image {
  background-size: cover;
  background-position: center;
}
.page-part-image-side.page-part-case-studies .entry-image .entry-image-inner {
  padding-top: 80%;
}
.page-part-image-side.page-part-case-studies .entry-image .entry-image-inner img {
  display: none;
}
.page-part-image-side.page-part-case-studies .entry-content {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.page-part-image-side.page-part-case-studies .entry-content .entry-content-inner {
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.page-part-image-side.page-part-case-studies .entry-content .entry-content-inner .button {
  margin-bottom: 0;
}
.page-part-image-side.page-part-case-studies .entry-content .entry-content-inner .case-studies-images {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px;
}
.page-part-image-side.page-part-case-studies .entry-content .entry-content-inner .case-studies-images p {
  margin: 0;
}
.page-part-image-side.page-part-case-studies .entry-content .entry-content-inner .case-studies-images img {
  display: block;
  aspect-ratio: 1.36;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1023px) {
  .page-part-image-side.page-part-case-studies .entry-content .entry-content-inner .case-studies-images {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-part-image-side.page-part-case-studies .entry-content .entry-content-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-part-image-side.page-part-image-side-bleed {
  margin: 0px;
  padding: 0px;
}
.page-part-image-side.page-part-image-side-bleed .entry-content {
  padding: 0px;
}
.page-part-image-side.page-part-image-side-bleed .entry-content-inner {
  padding: 40px 25px;
}
@media screen and (max-width: 767px) {
  .page-part-slideshow.page-part-image-side .entry-content {
    padding-top: 31px;
  }
  .page-part-slideshow.page-part-image-side .entry-content-inner {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-part-slideshow.page-part-image-side .entry-content-inner > * {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-part-slideshow.page-part-image-side .entry-content-inner > .flickity-page-dots {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: -7px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-part-image-side {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-part-image-side .entry-image, .page-part-image-side .entry-gallery, .page-part-image-side .entry-content {
    width: 50%;
  }
  .page-part-image-side .entry-image + .entry-content, .page-part-image-side .entry-gallery + .entry-content {
    padding-top: 0px;
  }
  .page-part-image-side .entry-content {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 0px;
  }
  .page-part-image-side .entry-content.has-down-arrow .entry-content-inner {
    padding-bottom: 25px;
  }
  .page-part-image-side.page-part-image-side-66 .entry-image {
    width: 66%;
  }
  .page-part-image-side.page-part-image-side-66 .entry-content {
    width: 34%;
  }
  .page-part-image-side.page-part-image-side-bleed .entry-content {
    padding: 6vw 6vw;
  }
  .page-part-image-side.page-part-image-side-bleed .entry-content .entry-content-inner {
    max-width: 650px;
    margin-left: 0;
    padding: 0;
  }
  .page-part-image-side.page-part-case-studies .entry-image .entry-image-inner {
    padding-top: 0;
  }
  .page-part-image-side.page-part-case-studies .entry-content {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 6vw;
    text-align: left;
  }
  .page-part-image-side.page-part-case-studies .entry-content .entry-content-inner {
    width: 100%;
    margin-top: -10px;
  }
  .page-part-image-right .entry-image, .page-part-image-right .entry-gallery {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-part-image-right .entry-content {
    padding-left: 0px;
    padding-right: 6vw;
  }
}
.page-part-template-page-part-image-below.has-content .entry-image {
  margin-top: 40px;
}
.page-part-template-page-part-image-below .entry-content-inner {
  max-width: 1290px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-part-template-page-part-image-below.has-content .entry-image {
    margin-top: 6vw;
  }
  .page-part-template-page-part-image-below .entry-content-inner {
    width: 85%;
  }
}
.page-part-columns {
  padding: 0 25px;
}
.page-part-columns .entry-content {
  padding: 0;
}
.page-part-columns .image-columns {
  margin-bottom: 40px;
  padding-top: 20px;
}
.page-part-columns .image-columns .column-item {
  float: left;
  width: 50%;
}
.page-part-columns .image-columns .column-item .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-part-columns .column {
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-part-columns {
    padding: 0 6vw;
  }
  .page-part-columns .image-columns {
    margin: 0 30px 30px;
  }
  .page-part-columns .image-columns .column-item {
    width: 25%;
  }
  .page-part-columns .columns {
    margin: 0 -30px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .page-part-columns .column {
    float: left;
    padding: 0 30px;
    width: 50%;
  }
  .page-part-columns .column:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .page-part-columns .column {
    width: 25%;
  }
  .page-part-columns .column:nth-child(2n + 1) {
    clear: none;
  }
  .page-part-columns .column:nth-child(4n + 1) {
    clear: left;
  }
}
.page-part-image-bar.has-content .entry-image {
  margin-bottom: 0;
}
.page-part-image-bar .entry-content-inner {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-part-image-bar.has-content .entry-image {
    margin-bottom: 30px;
  }
  .page-part-image-bar .entry-content-inner {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-part-image-bar .entry-content-inner {
    margin-bottom: 50px;
  }
}
.page-part-image-background {
  margin: 0px;
  background-color: #e1e2e4;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1fr;
}
.page-part-image-background-bleed {
  padding: 0;
}
.linktree .page-parts > .page-part-image-background-bleed:first-child .entry-image {
  background-position: center;
}
.linktree .page-parts > .page-part-image-background-bleed:first-child .entry-image img {
  height: calc(100vh - 135px - 5px);
  max-height: calc(100vh - 135px - 5px);
}
@media screen and (min-width: 768px) {
  .linktree .page-parts > .page-part-image-background-bleed:first-child .entry-image img {
    height: calc(100vh - 210px - 8px);
    max-height: calc(100vh - 210px - 8px);
  }
}
@media screen and (min-width: 768px) {
  .page-parts > .page-part-image-background-bleed:first-child .entry-image img {
    max-height: calc(100vh - 190px - 8px - 6vw - 50px);
  }
}
.page-part-image-background .entry-image, .page-part-image-background .entry-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
.page-part-image-background .entry-image {
  background-size: cover;
  background-position: center center;
}
.page-part-image-background .entry-image img {
  visibility: hidden;
}
.page-part-image-background .entry-content {
  -ms-grid-row-align: center;
  z-index: 1;
  padding: 40px 25px;
}
@media screen and (min-width: 768px) {
  .page-part-image-background .entry-content {
    padding: 6vw 6vw;
  }
}
@supports (display: grid) {
  .page-part-image-background {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .page-part-image-background .entry-image, .page-part-image-background .entry-content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .page-part-image-background .entry-content {
    align-self: center;
  }
}
.page-part-slideshow.is-slideshow.no-content {
  padding-bottom: 26px;
}
.page-part-slideshow.is-slideshow .gallery-slider {
  margin-bottom: 38px;
  padding-bottom: 56.3%;
}
.page-part-slideshow.is-slideshow .gallery-slider .flickity-viewport {
  width: 100%;
  position: absolute;
}
.page-part-slideshow.is-slideshow.page-part-image-side .gallery-slider {
  margin-bottom: 0px;
}
.page-part-slideshow.is-slideshow.page-part-image-side .gallery-slider .flickity-page-dots {
  bottom: 0px;
}
.page-part-slideshow.is-slideshow .gallery-slide {
  height: 100%;
  margin-right: 25px;
  padding-top: 0 !important;
}
.page-part-slideshow.page-part-slideshow-bleed {
  padding: 0;
}
.page-part-slideshow.page-part-slideshow-bleed.is-slideshow {
  padding-bottom: 26px;
}
.page-part-slideshow.page-part-slideshow-bleed.is-slideshow .gallery-slide {
  margin-right: 0;
}
.page-part-slideshow.page-part-slideshow-bleed .entry-content {
  padding-left: 30px;
  padding-right: 30px;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .page-part-slideshow.is-slideshow .gallery-slide {
    margin-right: 6vw;
  }
}
.page-posts {
  padding: 0;
}
.page-posts .hentry {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 25px;
  text-align: left;
}
.page-posts .hentry .entry-image {
  height: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-posts .hentry .entry-header, .page-posts .hentry .entry-summary {
  padding: 0;
}
.page-posts .hentry h2 {
  margin-top: 8px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .page-posts {
    padding: 20px;
  }
  .page-posts.columns-3 {
    overflow: hidden;
  }
  .page-posts.columns-3 .hentry {
    float: left;
    width: 50%;
  }
  .page-posts.columns-3 .hentry .entry-image {
    margin-bottom: 36px;
  }
  .page-posts.columns-3 .hentry:nth-child(2n + 1) {
    clear: left;
  }
  .page-posts.columns-3 .entry-header, .page-posts.columns-3 .entry-summary {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-posts.columns-3 {
    overflow: hidden;
  }
  .page-posts.columns-3 .hentry {
    float: left;
    width: 33.33%;
  }
  .page-posts.columns-3 .hentry:nth-child(2n + 1) {
    clear: none;
  }
  .page-posts.columns-3 .hentry:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 1600px) {
  .page-posts.columns-3 .hentry {
    width: 25%;
  }
  .page-posts.columns-3 .hentry:nth-child(3n + 1) {
    clear: none;
  }
  .page-posts.columns-3 .hentry:nth-child(4n + 1) {
    clear: left;
  }
}
.subpage-grid {
  padding: 25px;
}
.subpage-grid .grid-item {
  margin: 0 0 70px 0;
  text-align: center;
}
.subpage-grid .entry-image {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
}
.subpage-grid .entry-image a, .subpage-grid .entry-image img {
  display: block;
}
.subpage-grid .entry-image a, .subpage-grid .entry-image div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subpage-grid .entry-image img {
  width: 100%;
  height: auto;
}
.subpage-grid .entry-title, .subpage-grid .entry-subtitle {
  padding: 0;
}
.subpage-grid .entry-title::after, .subpage-grid .entry-title::before, .subpage-grid .entry-subtitle::after, .subpage-grid .entry-subtitle::before {
  display: none;
}
.subpage-grid .entry-header-summary {
  margin: 30px 0 0 0;
  opacity: 0.4;
}
.subpage-grid .entry-header, .subpage-grid .entry-summary {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .subpage-grid {
    padding: 50px 25px;
    overflow: hidden;
  }
  .subpage-grid .grid-item {
    margin-bottom: 90px;
  }
  .subpage-grid .entry-image {
    margin-bottom: 40px;
  }
  .subpage-grid .hentry {
    box-sizing: border-box;
    float: left;
    padding: 0 25px;
    width: 50%;
  }
  .subpage-grid .hentry:nth-child(2n + 1) {
    clear: left;
  }
  .subpage-grid .entry-header, .subpage-grid .entry-summary {
    width: 75%;
  }
}
.accordion {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .accordion {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.accordion-item {
  margin: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.accordion-item + .accordion-item {
  border-top: none;
}
.accordion-item__inner {
  box-sizing: content-box;
  padding: 0px 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  width: 85%;
}
.accordion-item__title {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  position: relative;
}
.accordion-item__content {
  padding-bottom: 40px;
}
.accordion-item__content > :first-child {
  margin-top: 0;
}
.accordion-item__content > :last-child {
  margin-bottom: 0;
}
.js .accordion-item__title {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}
.js .accordion-item__title::after {
  content: " ";
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #222;
  position: absolute;
  right: 0;
  top: 55px;
}
.js .accordion-item__title:hover::after, .js .accordion-item__title.expanded::after {
  border-top: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 58px;
}
.js .accordion-item__title.expanded + .accordion-item__content {
  display: block;
}
.js .accordion-item__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .accordion-item__inner {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .accordion-item__title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .accordion-item__content {
    padding-bottom: 40px;
  }
  .js .accordion-item__title::after {
    top: 55px;
  }
  .js .accordion-item__title:hover::after, .js .accordion-item__title.expanded::after {
    top: 58px;
  }
}
.column .media img, .column__media img {
  display: block;
}
.column__content > :first-child {
  margin-top: 0px;
}
.column__content > :last-child {
  margin-bottom: 0px;
}
.column__media + .column__content {
  margin-top: 9vw;
}
@media screen and (min-width: 768px) {
  .column__media + .column__content {
    margin-top: 2.3vw;
  }
}
.column.no-media .grid-item__content {
  padding-right: 4vw;
}
.opt-content-position-oo .column.no-media .grid-item__content {
  padding-left: 4vw;
}
@media screen and (min-width: 1024px) {
  .columns > * {
    margin-top: 3vw;
    margin-bottom: 0;
  }
}
.page-part-gallery .columns > * {
  margin-bottom: 0;
  padding: 12px;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.columns > * > ul:last-child {
  margin-bottom: 0.5em;
}
.columns > :first-child {
  margin-top: 0;
}
.columns > :last-child {
  margin-bottom: 0;
}
.columns--x2 > * {
  margin-top: 3.6vw;
}
@media screen and (min-width: 321px) {
  .columns {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns > * {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .page-part-grid .columns > * {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .columns {
    -webkit-flex-wrap: nowrap;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .columns > * {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-part-gallery .columns > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .columns > :nth-child(2) {
    margin-top: 0;
  }
  .columns--x3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .columns--x3 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-part-gallery .columns--x3 > * {
    margin-bottom: 0;
    padding: 25px;
    -webkit-box-flex: 0 0 33.33%;
    -moz-box-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .columns--x3 > :nth-child(3) {
    margin-top: 0;
  }
  .columns--n3 > :nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px), (min-width: 26px) {
  .columns {
    margin-left: -2.3vw;
    margin-right: -2.3vw;
  }
  .columns > * {
    padding-left: 2.3vw;
    padding-right: 2.3vw;
  }
  .columns--x3 {
    margin-left: -1.4vw;
    margin-right: -1.4vw;
  }
  .columns--x3 > * {
    padding-left: 1.4vw;
    padding-right: 1.4vw;
  }
  .page-part-gallery .columns--x3 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .page-part-gallery .columns--x3 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px), (min-width: 26px) {
  .columns--x2, .columns--x3 {
    -webkit-flex-wrap: wrap;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns--x2 > * {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .columns--x3 > * {
    -webkit-box-flex: 0 0 33.333%;
    -moz-box-flex: 0 0 33.333%;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}
.columns--mosaic > * {
  margin-top: 0;
}
.content-slideshow {
  position: relative;
}
.content-slideshow .swiper-slide {
  height: auto;
}
.content-slideshow .page-part-image-background {
  height: 100%;
}
.content-slideshow .swiper-pagination {
  bottom: 10px !important;
  left: 0;
  width: 100%;
}
.page-part-case-studies-slider .content-slideshow .swiper-pagination {
  margin-top: 0;
  position: relative;
  bottom: 70px !important;
}
@media screen and (min-width: 1024px) {
  .page-part-case-studies-slider .content-slideshow .swiper-pagination {
    position: absolute;
    bottom: -4.5vw !important;
  }
}
.content-slideshow .swiper-pagination-bullet {
  margin: 0;
  padding: 13px;
  width: 15px;
  height: 15px;
  background: none;
  border-radius: 0;
  position: relative;
  opacity: 1;
}
.content-slideshow .swiper-pagination-bullet::before {
  width: 9px;
  height: 9px;
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.content-slideshow .swiper-pagination-bullet-active::before {
  background: #48a8a8;
}
.content-slideshow .swiper-button-prev, .content-slideshow .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/slider-arrows.svg") no-repeat -50px -50px;
  background-size: 1000px;
  content: "";
}
.content-slideshow .swiper-button-prev::after, .content-slideshow .swiper-button-next::after {
  display: none;
}
.content-slideshow .swiper-button-prev:hover, .content-slideshow .swiper-button-next:hover {
  background-position-y: -200px;
}
@media screen and (max-width: 1023px) {
  .content-slideshow .swiper-button-prev, .content-slideshow .swiper-button-next {
    display: none;
  }
}
.content-slideshow .swiper-button-prev {
  left: -3.5vw;
}
.content-slideshow .swiper-button-next {
  background-position-x: -200px;
  right: -3.5vw;
}
@media screen and (max-width: 767px) {
  .content-slideshow .swiper-pagination {
    position: relative;
    bottom: auto !important;
    left: 0;
    width: 100%;
    margin-top: 10px;
  }
  .content-slideshow .swiper-pagination-bullet::before {
    background: #222;
    opacity: 0.2;
  }
  .content-slideshow .swiper-pagination-bullet-active::before {
    background: #48a8a8;
    opacity: 1;
  }
  .content-slideshow .page-part .entry-content-inner {
    width: 100%;
  }
}
.blog .page-parts > :first-child, .page-template-full-height .page-parts > :first-child, .page-template-subpage-grid .page-parts > :first-child, .page-template-past-projects .page-parts > :first-child {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -140px;
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
}
.blog .page-parts > :first-child > :first-child, .page-template-full-height .page-parts > :first-child > :first-child, .page-template-subpage-grid .page-parts > :first-child > :first-child, .page-template-past-projects .page-parts > :first-child > :first-child {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.admin-bar.blog .page-parts > :first-child, .admin-bar.page-template-full-height .page-parts > :first-child, .admin-bar.page-template-subpage-grid .page-parts > :first-child, .admin-bar.page-template-past-projects .page-parts > :first-child {
  margin-top: -186px;
  padding-top: 266px;
}
.full-height {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -140px;
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
}
.admin-bar .full-height {
  margin-top: -186px;
  padding-top: 266px;
}
@media screen and (min-width: 768px) {
  .blog .page-parts > :first-child, .page-template-full-height .page-parts > :first-child, .page-template-subpage-grid .page-parts > :first-child, .page-template-past-projects .page-parts > :first-child {
    margin-top: -190px;
    padding-top: calc(190px + ( 6vw * 2 ));
    padding-bottom: 12vw;
  }
  .admin-bar.blog .page-parts > :first-child, .admin-bar.page-template-full-height .page-parts > :first-child, .admin-bar.page-template-subpage-grid .page-parts > :first-child, .admin-bar.page-template-past-projects .page-parts > :first-child {
    margin-top: -236px;
    padding-top: calc(190px + ( 6vw * 2 ) + 46px);
  }
  .blog .page-parts > :first-child > :first-child, .page-template-full-height .page-parts > :first-child > :first-child, .page-template-subpage-grid .page-parts > :first-child > :first-child, .page-template-past-projects .page-parts > :first-child > :first-child {
    min-height: calc(100vh - 10vh - 190px - 24vw);
  }
  #ie9 .blog .page-parts > :first-child > :first-child, #ie9 .page-template-full-height .page-parts > :first-child > :first-child, #ie9 .page-template-subpage-grid .page-parts > :first-child > :first-child, #ie9 .page-template-past-projects .page-parts > :first-child > :first-child {
    min-height: 0;
  }
  .full-height {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -190px;
    padding-top: calc(190px + ( 6vw * 2 ));
    padding-bottom: 12vw;
    min-height: calc(100vh - 10vh);
  }
  .admin-bar .full-height {
    margin-top: -236px;
    padding-top: calc(190px + ( 6vw * 2 ) + 46px);
  }
}
.gallery-modal {
  position: fixed;
  background: #fff;
  border: 8px solid #48a8a8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 40000;
  -webkit-transition: visibility 400ms, opacity 400ms;
  -moz-transition: visibility 400ms, opacity 400ms;
  -o-transition: visibility 400ms, opacity 400ms;
  transition: visibility 400ms, opacity 400ms;
}
.gallery-modal--showing {
  opacity: 1;
  visibility: visible;
}
.gallery-modal__inner {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-modal__close {
  margin-top: -15px;
  margin-left: -15px;
  position: absolute !important;
  top: 15px;
  right: 15px;
  z-index: 40000;
}
@media screen and (min-width: 652px) {
  .gallery-modal__close {
    top: 2.3vw;
    right: 2.3vw;
  }
}
.gallery-modal__slider {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.gallery-modal__content {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
}
.gallery-modal__content > :first-child {
  margin-top: 20px;
}
.gallery-modal__content > :last-child {
  margin-bottom: 40px;
}
.gallery-modal__title {
  margin: 0;
}
.gallery-modal__title + .gallery-modal__desc {
  margin-top: 15px;
}
.gallery-modal video {
  background-color: #fff;
}
.gallery-modal .hidden {
  display: none;
}
.gallery-modal .slider__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery-modal .slider__slide {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  text-align: center;
}
.gallery-modal .slider__slide img {
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 180px);
  grid-row: 2 / 3;
  justify-self: center;
  object-fit: contain;
}
@media screen and (max-width: 414px) {
  .gallery-modal .slider__slide img {
    max-width: calc(100vw - 60px);
  }
}
.gallery-modal .slider__slide .gallery-modal__content {
  grid-row: 3 / 4;
}
.gallery-modal .slider__button-next, .gallery-modal .slider__button-prev {
  width: 60px;
  height: 100%;
  top: 0;
  margin-top: 0;
}
.gallery-modal .slider__button-next::before, .gallery-modal .slider__button-prev::before {
  margin-left: -5px;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 414px) {
  .gallery-modal .slider__button-next, .gallery-modal .slider__button-prev {
    width: 40px;
  }
}
.gallery-modal .slider__button-next {
  left: calc(100vw - 68px);
  right: auto;
}
.gallery-modal .slider__button-next::before {
  border-left-color: #222;
}
.gallery-modal .slider__button-next:hover::before {
  border-left-color: #48a8a8;
}
@media screen and (max-width: 414px) {
  .gallery-modal .slider__button-next {
    left: calc(100vw - 44px);
  }
}
.gallery-modal .slider__button-prev {
  left: auto;
  right: calc(100vw - 68px);
}
.gallery-modal .slider__button-prev::before {
  margin-left: 0px;
  border-right-color: #222;
}
.gallery-modal .slider__button-prev:hover::before {
  border-right-color: #48a8a8;
}
@media screen and (max-width: 414px) {
  .gallery-modal .slider__button-prev {
    right: calc(100vw - 44px);
  }
}
.button, .woocommerce a.button, .woocommerce button.button, .linktree .entry-content li a {
  border: 1px solid #222;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  padding: 11px 30px 13px;
  background-color: #fff;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .linktree .entry-content li a:hover {
  border-color: #48a8a8 !important;
  background-color: #48a8a8 !important;
  color: #fff !important;
}
.button.alt.alt-brand, .woocommerce a.button.alt.alt-brand, .woocommerce button.button.alt.alt-brand, .linktree .entry-content li a.alt.alt-brand {
  background-color: #48a8a8;
  border-color: #48a8a8 !important;
}
.page-part-image-background-bleed .button, .page-part-image-background-bleed .woocommerce a.button, .page-part-image-background-bleed .woocommerce button.button, .page-part-image-background-bleed .linktree .entry-content li a {
  border: 1px solid #fff;
  background-color: transparent;
}
.button--space-below, .woocommerce a.button--space-below, .woocommerce button.button--space-below, .linktree .entry-content li a--space-below {
  margin-bottom: 15px;
}
.button--close, .woocommerce a.button--close, .woocommerce button.button--close, .linktree .entry-content li a--close {
  background: url(../images/close.png) no-repeat 0 0;
  background-image: url(../images/close.png) !important;
  background-size: 50px 100px;
  border: 0;
  content: "x";
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  padding: 10px;
  text-indent: -999px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.button--close:hover, .woocommerce a.button--close:hover, .woocommerce button.button--close:hover, .linktree .entry-content li a--close:hover {
  background-color: transparent !important;
  opacity: 0.6;
}
.linktree li a {
  width: 240px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}
.woocommerce table.shop_table .actions button {
  padding: 12px 0px 13px 0px !important;
  border: none !important;
  background-color: transparent !important;
  text-decoration: underline;
}
.woocommerce table.shop_table .actions button:hover {
  color: #48a8a8 !important;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .woocommerce table.shop_table .actions .coupon button {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table .actions {
    padding-bottom: 30px;
    background-color: #fff !important;
  }
  .woocommerce table.shop_table .actions button {
    min-height: 0;
    padding-bottom: 0 !important;
  }
}
.woocommerce-message a.button {
  margin-top: -1px;
}
.page-part-button-bar a.button {
  margin: 10px 15px;
}
.gallery-slider {
  margin-bottom: 80px;
}
.gallery-slider .gallery-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.gallery-slider .gallery-slide img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.products-slider .swiper-slide {
  width: 100%;
  padding-bottom: 20px;
}
.products-slider .product__content {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.products-slider .swiper-button-prev::after, .products-slider .swiper-button-next::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.products-slider .swiper-button-prev {
  left: 0;
}
.products-slider .swiper-button-prev::after {
  left: 0;
  border-right: 6px solid #222;
}
.products-slider .swiper-button-next {
  right: 0;
}
.products-slider .swiper-button-next::after {
  right: 0;
  border-left: 6px solid #222;
}
.products-slider .swiper-scrollbar {
  height: 1px !important;
  border-radius: 0;
  margin-top: 50px;
}
.products-slider .swiper-scrollbar-drag {
  border-radius: 0;
}
.products-slider.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products-slider .swiper-slide {
    width: 33.333%;
    padding-bottom: 50px;
  }
  .products-slider .product__content {
    padding-left: 2.3vw;
    padding-right: 2.3vw;
  }
  .page-part__products-slider .products-slider.swiper-container-horizontal > .swiper-scrollbar {
    left: 2.3vw;
    width: calc(100% - 4.6vw);
  }
}
.newsletter-signup__inner .gform_heading {
  display: none;
}
.newsletter-signup__inner .gform_body input[type="text"], .newsletter-signup__inner .gform_body input[type="email"] {
  text-align: center;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .newsletter-signup__inner {
    max-width: 500px;
  }
  .newsletter-signup__inner .gform_heading {
    display: block;
  }
  .newsletter-signup__inner .gform_body input[type="text"], .newsletter-signup__inner .gform_body input[type="email"] {
    text-align: left;
  }
}
.newsletter-signup .gform_validation_errors {
  display: none;
}
.newsletter-signup .gfield_validation_message, .newsletter-signup .gform_confirmation_message {
  text-align: center !important;
}
.newsletter-signup .gform_confirmation_message {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .newsletter-signup .gfield_validation_message, .newsletter-signup .gform_confirmation_message {
    text-align: left !important;
  }
}
.newsletter-signup .gform_confirmation_wrapper {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.newsletter-signup .gform_wrapper ul.gform_fields {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .newsletter-signup .gform_wrapper ul.gform_fields {
    -webkit-flex-wrap: wrap;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-wrap: wrap;
  }
}
.newsletter-signup .gform_wrapper ul.gform_fields > * {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 10px;
}
.newsletter-signup .gform_wrapper .gform_footer {
  padding: 0px;
}
.image-bar {
  margin: 0 -10%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}
.image-bar .image-bar-image {
  width: 30%;
  margin: 20px 10% 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (min-width: 414px) {
  .image-bar {
    margin: 0;
  }
  .image-bar .image-bar-image {
    width: auto;
    margin: 20px 6vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .image-bar {
    margin: 0 -2.5vw;
    -webkit-flex-wrap: nowrap;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .image-bar .image-bar-image {
    margin: 0 2.5vw;
  }
}
.has-splash body {
  overflow: hidden;
}
.has-splash #splash {
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 99997;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.has-splash #splash::before {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26000000", endColorstr="#00000000",GradientType=1);
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.has-splash #splash::after {
  background-size: 220px auto;
  content: " ";
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.show-splash.has-splash #splash::after {
  opacity: 1;
  visibility: visible;
}
.has-splash #splash .splash-image {
  background-position: center center;
  background-size: cover;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99998;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.has-splash #splash .splash-image.show {
  opacity: 1;
  visibility: visible;
}
.has-splash.hide-splash body {
  overflow: visible;
}
.has-splash.hide-splash #splash {
  pointer-events: none;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
  -moz-transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
  -o-transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
  transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
}
.has-splash.hide-splash #splash::after {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 750ms 0, visibility 750ms 0;
  -moz-transition: opacity 750ms 0, visibility 750ms 0;
  -o-transition: opacity 750ms 0, visibility 750ms 0;
  transition: opacity 750ms 0, visibility 750ms 0;
}
.has-splash.hide-splash #splash .splash-image {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 750ms 750ms, visibility 750ms 750ms;
  -moz-transition: opacity 750ms 750ms, visibility 750ms 750ms;
  -o-transition: opacity 750ms 750ms, visibility 750ms 750ms;
  transition: opacity 750ms 750ms, visibility 750ms 750ms;
}
.has-splash.hidden-splash #splash {
  display: none;
}
@media screen and (min-width: 375px) {
  .has-splash #splash::after {
    background-size: 267px auto;
  }
}
@media screen and (min-width: 414px) {
  .has-splash #splash::after {
    background-size: 314px auto;
  }
}
@media screen and (min-width: 768px) {
  .has-splash #splash::after {
    background-size: 450px auto;
  }
}
@media screen and (min-width: 1024px) {
  .has-splash #splash::after {
    background-size: 600px auto;
  }
}
.more-less-icon {
  display: inline-block;
  line-height: 11px;
  overflow: hidden;
  position: relative;
  width: 11px;
  height: 11px;
}
.more-less-icon::before {
  border-top: 1px solid #fff;
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
}
.more-less-icon::after {
  border-left: 1px solid #fff;
  content: " ";
  position: absolute;
  top: 0px;
  left: 5px;
  height: 11px;
}
.less.more-less-icon::after {
  opacity: 0;
}
.fullscreen-slider-container {
  box-sizing: border-box;
  height: calc(100vh - 64px);
  margin: 0;
  padding-top: 64px;
  position: relative;
  text-align: center;
}
.fullscreen-slider-container .entry-image {
  height: calc(100vh - 256px);
  min-height: 100px;
  overflow: hidden;
  width: 100%;
}
.fullscreen-slider-container .entry-image .entry-image-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fullscreen-slider-container .entry-image .entry-image-slide .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 50px;
}
.fullscreen-slider-container .entry-image .entry-image-slide img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 100%;
}
.fullscreen-slider-container .entry-content {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  margin: 32px auto 0;
}
.fullscreen-slider-container .entry-title, .fullscreen-slider-container .entry-subtitle {
  line-height: 1.2em;
  margin: 0 auto;
}
.fullscreen-slider-container .entry-title {
  font-size: 20px;
}
.fullscreen-slider-container .entry-subtitle {
  font-size: 18px;
  margin-top: 3px;
}
.fullscreen-slider-container .back-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
.fullscreen-slider {
  height: calc(100vh - 256px);
  min-height: 100px;
  overflow: hidden;
}
.fullscreen-slider .gallery-slide {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fullscreen-slider .gallery-slide .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 50px;
}
.fullscreen-slider .gallery-slide img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 100%;
}
.fullscreen-slider-overlay {
  background-color: #fff;
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity 250ms, visibility 250ms;
  -moz-transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
}
.fullscreen-slider-showing {
  overflow-y: hidden;
}
.fullscreen-slider-showing .fullscreen-slider-overlay {
  opacity: 1;
  visibility: visible;
}
a.close-icon {
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 50px 100px;
  content: "x";
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  text-indent: -999px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
a.close-icon:hover {
  opacity: 0.6;
}
.gform_wrapper {
  margin-top: 30px !important;
}
.gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper select {
  width: 100%;
  min-height: 48px !important;
  padding: 6px 18px 10px !important;
  border: 1px solid #eee;
  background-color: #fff;
}
.gform_wrapper input[type="submit"] {
  width: auto !important;
  margin-right: 0px !important;
  background-color: transparent;
  border: 1px solid #222;
  cursor: pointer;
  display: inline-block;
  padding: 11px 30px 13px !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.gform_wrapper input[type="submit"]:hover {
  border-color: #48a8a8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .gform_wrapper input[type="submit"] {
    margin-top: 10px !important;
  }
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="submit"], .gform_wrapper textarea, .gform_wrapper select {
  outline: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gform_wrapper textarea {
  height: 200px !important;
}
.gform_wrapper select {
  background-image: url(../images/drop-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) 20px;
  background-position: right 25px top 20px;
}
.no-svg .gform_wrapper select {
  background-image: url(../images/drop-down-arrow.png);
}
.gform_wrapper li.gfield {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.gform_wrapper li.gfield .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper li.gfield .ginput_container .name_first label, .gform_wrapper li.gfield .ginput_container .name_last label {
  display: none !important;
}
.gform_wrapper li.gfield .ginput_container .name_first {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 641px) {
  .gform_wrapper li.gfield .ginput_container .name_first {
    margin-bottom: 0 !important;
  }
}
.gform_wrapper li.gfield .gfield_label {
  display: none !important;
}
.gform_wrapper li.gfield .gfield_checkbox {
  margin: 0 !important;
}
.gform_wrapper li.gfield .gfield_checkbox li {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .gform_wrapper li.gfield .gfield_checkbox li {
    padding-top: 18px !important;
  }
}
.gform_wrapper .gform_description {
  margin-bottom: 30px !important;
}
.gform_wrapper .gform_confirmation_message {
  margin-top: 30px;
}
.gform_wrapper .form li.gfield {
  padding-right: 0 !important;
}
.gform_wrapper .form li.gfield.inline-tf input[type="text"] {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .gform_wrapper .form li.gfield.inline-tf {
    width: 50%;
    display: inline-block;
  }
  .gform_wrapper .form li.gfield.inline-tf.left .ginput_container {
    padding-right: 8px;
  }
  .gform_wrapper .form li.gfield.inline-tf.right .ginput_container {
    padding-left: 8px;
  }
}
.gform_wrapper .form li.gfield.mailing-list {
  margin-top: 0 !important;
}
.gform_wrapper .form li.gfield.mailing-list .gfield_label, .gform_wrapper .form li.gfield.mailing-list .ginput_container, .gform_wrapper .form li.gfield.mailing-list .ginput_container li {
  display: inline-block !important;
  vertical-align: middle;
}
.gform_wrapper .form li.gfield.mailing-list > label {
  margin: 20px 14px 0px 0px;
}
.gform_wrapper .form li.gfield.mailing-list .ginput_container ul {
  margin: 18px 0 0;
}
.gform_wrapper .form li.gfield.mailing-list .ginput_container ul li label {
  width: auto !important;
  max-width: none !important;
  margin: 0px 20px 0px 0px !important;
  line-height: 19px;
  text-indent: -1000em;
}
.gform_wrapper .form select.large {
  width: 100% !important;
}
.gform_wrapper .form .gform_footer {
  text-align: left;
  position: relative;
  vertical-align: top;
}
.gform_wrapper .form .gform_footer img.gform_ajax_spinner {
  margin-left: -16px;
  position: absolute;
  top: 62px;
  left: 49%;
  display: none !important;
}
.gform_wrapper .form .alexandrallewellyn-section {
  margin: 30px 0 0;
  padding: 0;
  border-bottom: none;
}
.gform_wrapper .form .alexandrallewellyn-section .gsection_title {
  display: none;
}
.gform_wrapper .form .alexandrallewellyn-section .gsection_description {
  margin: 0;
  padding: 0 10px !important;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list {
  margin-top: 25px !important;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list .gfield_label, .gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container, .gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container li {
  display: inline-block !important;
  vertical-align: top;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list > label {
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 8px;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container ul {
  margin: 0 0 0 10px;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container ul li label {
  margin-left: 10px;
  margin-right: 30px;
  font-size: inherit;
  line-height: 19px;
}
.gform_wrapper.newsletter-signup-form_wrapper {
  margin-top: 10px;
  margin-bottom: 0;
}
.gform_wrapper .newsletter-signup-form .gform_body, .gform_wrapper .newsletter-signup-form .gform_footer {
  display: block;
  text-align: center;
}
.gform_wrapper .newsletter-signup-form .gform_body {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .newsletter-signup-form .gform_body {
    width: calc(100% - 120px);
    margin: 0;
  }
}
.gform_wrapper .newsletter-signup-form .gform_footer {
  width: auto;
  margin: 0 0 0 -2px;
}
.gform_wrapper .newsletter-signup-form .gform_fields li.gfield, .gform_wrapper .newsletter-signup-form input[type="text"] {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.gform_wrapper .newsletter-signup-form .gform_fields li.gfield .ginput_container, .gform_wrapper .newsletter-signup-form input[type="text"] .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .newsletter-signup-form .gform_fields li.gfield {
  margin-top: 0px !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) input[type="text"], .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) textarea {
  border-color: #cf2929 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) select {
  border: 1px solid #cf2929;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) .gfield_description {
  display: none;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) label {
  color: #cf2929 !important;
}
.gform_wrapper.gform_validation_error .newsletter-signup-form .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) {
  margin-top: 0px !important;
}
.gform_wrapper.gform_validation_error ul li.gfield.gfield_error .validation_message {
  color: #cf2929 !important;
}
.gform_wrapper.gform_validation_error .top_label .gfield_error {
  width: 100% !important;
}
@media screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error .top_label select.medium {
    width: calc(50% - 8px) !important;
  }
}
.gform_wrapper.gform_validation_error .error-required {
  margin: 0;
  padding: 10px 0;
  color: #cf2929;
  text-align: center;
}
.gform_wrapper.gform_validation_error .gform_ajax_spinner {
  padding-top: 0px;
}
.gform_wrapper.gform_validation_error .form .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
@media screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error .form .gform_body ul li.gfield.gfield_error.inline-tf.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper {
    margin-top: 50px !important;
  }
  .gform_wrapper input[type="submit"] {
    width: auto !important;
  }
  .gform_wrapper .enquiry-form li.gfield.mailing-list {
    margin-bottom: 25px;
  }
  .gform_wrapper .newsletter-signup-form .gform_fields li.gfield {
    padding-right: 10px !important;
    vertical-align: top;
  }
  .gform_wrapper .newsletter-signup-form .gform_body, .gform_wrapper .newsletter-signup-form .gform_footer, .gform_wrapper .newsletter-signup-form .gform_fields li.gfield, .gform_wrapper .newsletter-signup-form input[type="text"] {
    display: inline-block;
  }
}
input[type="radio"], input[type="checkbox"] {
  width: 18px;
  height: 20px;
  margin-top: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  width: auto;
  min-height: 20px;
  margin-left: 0 !important;
  padding: 0 0 0 30px !important;
  display: inline-block;
  cursor: pointer;
  font-style: normal;
  position: relative;
}
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
  content: " ";
  background: url("../images/checkbox.svg") no-repeat 0 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.no-svg input[type="radio"] + label::before, .no-svg input[type="checkbox"] + label::before {
  background-image: url("../images/checkbox.png");
}
input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
  font-weight: 400 !important;
}
input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before {
  background-position: 0 -50px;
}
.gform_wrapper .newsletter-signup-form {
  display: block;
}
.gform_wrapper .newsletter-signup-form input[type="text"] {
  min-height: 42px !important;
  padding: 6px 18px 10px !important;
}
.gform_wrapper .newsletter-signup-form > .error-required {
  display: none;
}
.gform_wrapper .newsletter-signup-form .gform_body ul li.gfield.gfield_error .validation_message {
  margin-bottom: 15px;
  color: #970901;
  display: block !important;
  padding: 0;
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .newsletter-signup-form .gform_body ul li.gfield.gfield_error .validation_message {
    margin-bottom: 0px;
  }
}
.gform_wrapper .newsletter-signup-form .gform_footer {
  position: relative;
  vertical-align: top;
}
.gform_wrapper .newsletter-signup-form .gform_footer img.gform_ajax_spinner {
  margin-left: -16px;
  position: absolute;
  top: 60px;
  left: 50%;
  display: none !important;
}
@media screen and (min-width: 414px) {
  .gform_wrapper .newsletter-signup-form .gform_footer {
    position: relative;
  }
  .gform_wrapper .newsletter-signup-form .gform_footer img.gform_ajax_spinner {
    margin-left: 0px;
    position: absolute;
    top: 26px;
    left: 100%;
  }
}
.lazy, .swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
}
.lazy.lazy-loaded, .lazy.swiper-lazy-loaded, .swiper-lazy.lazy-loaded, .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
/**
 * @see  Base styles in `sass/lib/_perfect-scrollbar.scss`
 */
.ps-scrollbar-x-rail, .ps-scrollbar-y-rail {
  z-index: 100;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x, .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #c8a974;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x, .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #c8a974;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x, .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #c8a974;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover, .ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #c8a974;
}
.main-navigation--site > .menu {
  /**
	 * Limit width of pushed nav to 460px
	 */
}
.main-navigation--site > .menu > .ps-scrollbar-x-rail, .main-navigation--site > .menu > .ps-scrollbar-y-rail {
  left: calc(100% - 15px);
  right: auto;
  -webkit-transition: left 400ms ease-in-out;
  -moz-transition: left 400ms ease-in-out;
  -o-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out;
}
.main-navigation--site > .menu.open > .ps-scrollbar-x-rail, .main-navigation--site > .menu.open > .ps-scrollbar-y-rail {
  left: calc(50% - 15px);
  right: auto;
}
@media screen and (min-width: 920px) {
  .main-navigation--site > .menu > .ps-scrollbar-x-rail, .main-navigation--site > .menu > .ps-scrollbar-y-rail, .main-navigation--site > .menu.open > .ps-scrollbar-x-rail, .main-navigation--site > .menu.open > .ps-scrollbar-y-rail {
    left: 445px;
  }
}
.page-post {
  padding: 0;
}
.page-post .hentry {
  margin-bottom: 2em;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
}
.page-post .hentry .entry-header h2 {
  padding-left: 0;
  margin-bottom: 40px;
}
.page-post .hentry .entry-content {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.page-post .hentry .entry-content .outer {
  max-width: 500px;
  margin: 0 auto;
}
.page-post .hentry .entry-content .inner {
  padding: 0;
}
.page-post .hentry .entry-images .inner {
  max-width: 920px;
}
.page-post .hentry .entry-images .inner p {
  margin-bottom: 10px;
}
.page-post .hentry .entry-images .inner img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-post {
    padding: 20px;
  }
  .page-post .hentry .entry-content {
    margin-top: 15px;
  }
  .page-post .hentry .entry-content .outer {
    max-width: 700px;
  }
  .page-post .hentry .entry-content .inner {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .page-post .hentry .entry-content, .page-post .hentry .entry-images {
    width: 50%;
  }
  .page-post .hentry .entry-content {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
  }
  .page-post .hentry .entry-content .outer {
    min-height: calc(100vh - 200px);
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-post .hentry .entry-content .inner {
    width: calc(100% - 80px);
    padding: 40px 0 40px 40px;
  }
  .page-post .hentry .entry-images {
    float: right;
  }
}
.down-arrow {
  background: url(../images/arrow-down.png) no-repeat center 20px;
  background-size: 50px 150px;
  content: "↓";
  cursor: pointer;
  display: none;
  overflow: hidden;
  opacity: 0.6;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-indent: -999px;
  width: auto;
  height: 90px;
  -webkit-transition: bottom 200ms, opacity 200ms;
  -moz-transition: bottom 200ms, opacity 200ms;
  -o-transition: bottom 200ms, opacity 200ms;
  transition: bottom 200ms, opacity 200ms;
}
.down-arrow:hover {
  bottom: 5px;
  opacity: 1;
}
.no-backgroundsize .down-arrow {
  margin-left: 60px;
  background-position: center -180px;
  background-size: 100px 300px;
}
@media screen and (min-width: 768px) {
  .down-arrow {
    display: block;
  }
}
.column-parts__inner {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}
.column-parts__inner > * {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .column-parts {
    /*
		&:not( .column-parts--2 ) {

			.column-parts__inner {
				@include flex-wrap( wrap );
			}

		}
		*/
  }
  .opt-mobile-stack .column-parts__inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .column-parts__inner {
    margin-left: -6vw;
    margin-right: -6vw;
  }
  .column-parts__inner > * {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .column-parts--3 .column-parts__inner > * {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .page-part-columns-panels .column-parts__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .page-part-columns-panels .column-parts__inner > * {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 1025px) {
  .column-parts__inner {
    margin-left: -6vw;
    margin-right: -6vw;
  }
  .column-parts__inner > * {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .column-parts--3 .column-parts__inner {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-parts--3 .column-parts__inner > * {
    -webkit-box-flex: 0 1 33.33%;
    -moz-box-flex: 0 1 33.33%;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }
  .column-parts--4 .column-parts__inner {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-parts--4 .column-parts__inner > * {
    -webkit-box-flex: 0 1 25%;
    -moz-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .page-part-columns-panels .column-parts__inner {
    margin-left: -25px;
    margin-right: -25px;
    -webkit-flex-wrap: nowrap;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.column-part {
  margin: 0px;
  padding: 45px 25px;
  border-bottom: 1px solid #eee;
}
.page-part-columns-panels .column-part:first-child {
  margin-top: 25px;
}
.column-part:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .column-part:last-child {
    padding-bottom: 5px;
  }
}
.page-part-columns-panels .column-part {
  border-bottom: none;
}
.column-part__media img {
  display: block;
}
.column-part__media + .column-part__content {
  margin-top: 20px;
}
.page-part-columns-panels .column-part {
  margin: 0 25px 25px;
  padding: 0;
  background-color: #f7f9f9;
}
.page-part-columns-panels .column-part .column-part__content {
  padding: 40px;
}
.page-part-columns-panels .column-part .column-part__media + .column-part__content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .column-parts:not(.column-parts--1):not(.column-parts--2) .column-part {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .column-part {
    padding: 6vw 6vw 100px;
  }
  .page-part-columns-panels .column-part:first-child {
    margin-top: 0;
  }
  .page-part-columns-panels .column-part {
    border-right: none;
  }
  .column-part__media + .column-part__content {
    margin-top: 40px;
  }
  .column-parts--2 .column-part, .column-parts--4 .column-part {
    border-right: 1px solid #eee;
    border-bottom: none;
  }
  .column-parts--2 .column-part:last-child, .column-parts--4 .column-part:last-child {
    border-right: none;
  }
  .column-parts--4 .column-part {
    border-right: none;
  }
  .column-parts--4 .column-part:nth-child(2) {
    border-right: none;
  }
  .column-parts--4 .column-part:nth-child(3), .column-parts--4 .column-part:last-child {
    border-bottom: none;
  }
  .page-part-columns-panels .column-part {
    margin-left: 0;
    margin-right: 0;
  }
  .page-part-columns-panels .column-part .column-part__content {
    padding: 60px 3vw;
  }
  .page-part-columns-panels .column-part .column-part__media + .column-part__content {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column-parts--3 .column-part {
    border-bottom: none;
  }
  .column-parts--3 .column-part:nth-child(n+2) {
    padding-top: 0;
  }
  .column-parts--4 .column-part:nth-child(3), .column-parts--4 .column-part:last-child {
    padding-top: 0;
  }
  .column-parts--4 .column-part:nth-child(odd) {
    padding-right: 3vw;
  }
  .column-parts--4 .column-part:nth-child(even) {
    padding-left: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .column-part {
    border-right: 1px solid #eee;
    border-bottom: none;
  }
  .column-part:last-child {
    border-right: none;
  }
  .column-parts--3 .column-part, .column-parts--4 .column-part {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    border-right: none;
  }
  .page-part-columns-panels .column-parts--3 .column-part, .page-part-columns-panels .column-parts--4 .column-part {
    padding-left: 0;
    padding-right: 0;
  }
  .column-parts--4 .column-part {
    border-bottom: none;
  }
  .page-part-columns-panels .column-part {
    margin: 0 25px;
  }
}
.content-columns {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}
.content-columns__column {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 1em;
  padding-left: 20px;
  padding-right: 20px;
}
.product__subtitle {
  display: none;
}
.product__summary > * {
  float: none !important;
}
.product__summary .product_title {
  margin-bottom: 20px;
}
.product__summary > .summary {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .product__summary > .summary .scroll-to-anchor {
    display: none;
  }
}
.product__summary > .product__thumbnails {
  display: none;
}
.product__summary > .product__thumbnails .swiper-container {
  width: 66.666%;
}
.product__summary > .product__gallery .swiper-pagination {
  position: relative;
}
.product__summary > .product__gallery .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .product__summary > .product__gallery .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.product__summary .entry-summary .price {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .product__summary {
    margin-top: 75px;
    margin-bottom: 75px;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product__summary > * {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    box-sizing: border-box;
  }
  .product__summary > .product__thumbnails {
    display: block;
    padding-left: 6vw;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 16%;
  }
  .product__summary > .product__gallery {
    width: 44% !important;
  }
  .product__summary > .product__gallery .swiper-pagination {
    display: none;
  }
  .product__summary > .summary {
    width: 40% !important;
    text-align: left;
    margin-top: 0;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.product__content {
  padding: 25px;
  text-align: center;
}
.product__content img {
  display: block;
}
.product__content .woocommerce-loop-product__title {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .product__content {
    padding: 3vw 6vw 0;
  }
  .product__content .woocommerce-loop-product__title {
    margin-top: 40px;
  }
}
.product .add-to-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 20px;
}
.product .add-to-cart-actions .quantity.hidden {
  display: none;
}
.product .product-lead-time {
  color: #222;
  display: inline-block;
  margin: 0;
  line-height: 1em;
  padding: 13px 0px 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .products .product:last-child .product__content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .products.columns-3 .product__content {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.product-subtitle {
  display: block;
  color: #808080;
  margin-top: 0.4em;
}
.product-subtitle__sep {
  display: none;
}
h1.product_title .product-subtitle {
  font-size: 0.6em;
}
.cart_item .product-subtitle {
  margin-top: 0;
}
.product-gallery {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.product-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .product-gallery .swiper-pagination {
    display: none;
  }
}
.product-gallery-action {
  margin: 20px auto 0;
  text-align: center;
}
.product-gallery-action a {
  border-bottom: 1px solid #222;
}
.product-gallery-action a:hover {
  border-color: #48a8a8;
}
@media screen and (max-width: 767px) {
  .product-gallery-action {
    display: none;
  }
}
.product-thumbnails {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-thumbnails .swiper-slide {
  height: auto;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 200ms;
  -moz-transition: border-bottom 200ms;
  -o-transition: border-bottom 200ms;
  transition: border-bottom 200ms;
}
.product-thumbnails .swiper-slide img {
  display: block;
}
.product-thumbnails .swiper-slide-thumb-active {
  border-bottom: 1px solid #48a8a8;
}
.product-thumbnails .swiper-button-prev, .product-thumbnails .swiper-button-next {
  height: 40px;
  left: 0;
  width: 66.666%;
  right: auto;
  margin: 0;
}
.product-thumbnails .swiper-button-prev::after, .product-thumbnails .swiper-button-next::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.product-thumbnails .swiper-button-prev {
  top: -40px;
}
.product-thumbnails .swiper-button-prev::after {
  border-bottom: 6px solid #222;
}
.product-thumbnails .swiper-button-next {
  top: auto;
  bottom: -40px;
}
.product-thumbnails .swiper-button-next::after {
  margin-top: 6px;
  border-top: 6px solid #222;
}
.products-wrapper {
  overflow-x: hidden;
  width: 100%;
}
.woocommerce ul.products, .woocommerce-page ul.products {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: none;
  margin: 0 !important;
  padding: 0;
  position: relative;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 50% !important;
  }
  .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: 25% !important;
  }
  .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 20% !important;
  }
  .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 16.666% !important;
  }
}
@media screen and (min-width: 1025px) {
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 33.333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce .cross-sells ul.products.columns-3 li.product, .woocommerce-page .cross-sells ul.products.columns-3 li.product {
    width: 50% !important;
  }
}
.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
  width: 100% !important;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
    width: 50% !important;
  }
  .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
    width: 25% !important;
  }
  .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
    width: 20% !important;
  }
  .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
    width: 16.666% !important;
  }
}
@media screen and (min-width: 1025px) {
  .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
    width: 33.333% !important;
  }
}
.product__feature-image {
  display: none;
}
ul.products.products--grid .product {
  border-bottom: 1px solid #eee;
}
ul.products.products--grid.columns-2 .product:nth-child(3) .product__feature-image, ul.products.products--grid.columns-2 .product:nth-child(10n + 3) .product__feature-image, ul.products.products--grid.columns-2 .product:nth-child(8) .product__feature-image, ul.products.products--grid.columns-2 .product:nth-child(10n + 8) .product__feature-image {
  display: block;
}
ul.products.products--grid.columns-2 .product:nth-child(3) .product__feature-image img, ul.products.products--grid.columns-2 .product:nth-child(10n + 3) .product__feature-image img, ul.products.products--grid.columns-2 .product:nth-child(8) .product__feature-image img, ul.products.products--grid.columns-2 .product:nth-child(10n + 8) .product__feature-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  ul.products.columns-3, ul.products.columns-4, ul.products.columns-5, ul.products.columns-6 {
    padding-left: calc(6vw - ( 4.6vw / 2 ));
    padding-right: calc(6vw - ( 4.6vw / 2 ));
  }
  ul.products.columns-3 .product__content, ul.products.columns-4 .product__content, ul.products.columns-5 .product__content, ul.products.columns-6 .product__content {
    box-sizing: border-box;
    padding-left: 2.3vw;
    padding-right: 2.3vw;
  }
  ul.products.products--grid {
    margin-right: -1px !important;
  }
  ul.products.products--grid .product {
    border-right: 1px solid #eee;
  }
  ul.products.products--grid.columns-2 .product:nth-child(3), ul.products.products--grid.columns-2 .product:nth-child(10n + 3), ul.products.products--grid.columns-2 .product:nth-child(8), ul.products.products--grid.columns-2 .product:nth-child(10n + 8) {
    width: 100% !important;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  ul.products.products--grid.columns-2 .product:nth-child(3) > *, ul.products.products--grid.columns-2 .product:nth-child(10n + 3) > *, ul.products.products--grid.columns-2 .product:nth-child(8) > *, ul.products.products--grid.columns-2 .product:nth-child(10n + 8) > * {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  ul.products.products--grid.columns-2 .product:nth-child(3) .product__feature-image img, ul.products.products--grid.columns-2 .product:nth-child(10n + 3) .product__feature-image img, ul.products.products--grid.columns-2 .product:nth-child(8) .product__feature-image img, ul.products.products--grid.columns-2 .product:nth-child(10n + 8) .product__feature-image img {
    height: 100%;
    object-fit: cover;
  }
  ul.products.products--grid.columns-2 .product:nth-child(8) .product__feature-image, ul.products.products--grid.columns-2 .product:nth-child(10n + 8) .product__feature-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.products.related, .products.upsells, .products.cmbr-linked-products {
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid #eee;
}
.products.related h2, .products.upsells h2, .products.cmbr-linked-products h2 {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1023px) {
  .products.related .products.columns-3 li.product, .products.upsells .products.columns-3 li.product, .products.cmbr-linked-products .products.columns-3 li.product {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .products.related, .products.upsells, .products.cmbr-linked-products {
    padding: 75px 0;
  }
  .products.related h2, .products.upsells h2, .products.cmbr-linked-products h2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.products-header-bar {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: sticky;
  padding: 0px 25px;
  top: 0px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .products-header-bar {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .products-header-bar {
    -webkit-flex-wrap: nowrap;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .products-header-bar > .filter-menu {
    width: calc(100% - 25px);
  }
  .products-header-bar > .filter-menu .filter-menu__title {
    text-align: center;
  }
  .products-header-bar--x2 > .filter-menu {
    width: calc(50% - 25px);
  }
  .products-header-bar--x2 > .filter-menu:first-child .filter-menu__title {
    text-align: right;
  }
  .products-header-bar--x2 > .filter-menu:last-child .filter-menu__title {
    text-align: left;
  }
  .products-header-bar .filter-menu__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.admin-bar .products-header-bar {
  top: 46px;
}
@media screen and (min-width: 768px) {
  .admin-bar .products-header-bar {
    top: 32px;
  }
}
.products-header-bar > * {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.products-header-bar > .woocommerce-notices-wrapper {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.products-header-bar .filter-menu--sort {
  margin: 0 20px;
  -ms-flex-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.products-header-bar .filter-menu--sort .filter-menu__title {
  padding-top: 0px;
}
.filter-menu__title {
  font-size: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 20px 10px;
  cursor: pointer;
}
.filter-menu__label {
  color: #808080;
}
.filter-menu__items {
  background-color: #f7f9f9;
  padding: 20px 30px;
  list-style: none;
  display: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.filter-menu:hover .filter-menu__items {
  display: block;
}
@media screen and (max-width: 767px) {
  .filter-menu .filter-menu__label-ext {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .filter-menu {
    position: relative;
  }
  .filter-menu__title {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .filter-menu__items {
    right: auto;
    min-width: calc(100% + 40px);
    text-align: left;
    white-space: nowrap;
  }
  .filter-menu--terms .filter-menu__title {
    display: none;
  }
  .filter-menu--terms .filter-menu__items {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0px;
    white-space: normal;
    background-color: transparent;
    padding: 30px 10px;
    position: relative;
    top: auto;
    left: auto;
  }
  .filter-menu--terms:hover .filter-menu__items {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .filter-menu--terms .filter-menu__item {
    display: block;
    padding: 5px 15px;
  }
  .filter-menu--terms .filter-menu__item a {
    display: block;
    line-height: 1em;
  }
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000;
  color: #fff !important;
  border-radius: 0;
  border: 1px solid #000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #fff;
  color: #fff !important;
}
.woocommerce {
  /**
	 * Cross-sells
	 */
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0.1em 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  display: block;
  z-index: 0;
}
.woocommerce ul.products li.product .al-product-loop-image-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 100%;
}
.woocommerce ul.products li.product .al-product-loop-image-slider .product-hover-modal {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.woocommerce ul.products li.product .product__subtitle {
  margin-bottom: 0.1em;
}
.woocommerce ul.products li.product .price {
  font-size: 1.1875rem;
}
.woocommerce ul.products.products--grid li.product .product__content > :last-child {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.products--grid li.product .product__content > :last-child {
    margin-bottom: 3em;
  }
}
.woocommerce.archive .site-content > .content-area + .page-parts {
  margin-top: -1px;
}
.woocommerce-message, .woocommerce-info {
  padding-left: calc(30px + 25px);
  padding-right: 25px;
  border-top-color: #48a8a8;
  color: #222;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: #48a8a8;
  top: 22px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .woocommerce-message, .woocommerce-info {
    padding-left: calc(30px + 6vw);
    padding-right: 6vw;
  }
  .woocommerce-message::before, .woocommerce-info::before {
    left: 6vw;
  }
}
.woocommerce-info::before {
  padding-right: 10px;
  position: static;
}
.woocommerce form.checkout_coupon {
  border-color: #eee;
  border-radius: 0px;
}
.woocommerce form.checkout_coupon .form-row-first {
  width: calc(40% - 14px);
}
.woocommerce form.checkout_coupon .form-row-last {
  width: 60%;
}
.woocommerce .woocommerce-form-coupon-toggle + .woocommerce-error::before {
  top: 5px;
}
.woocommerce .products.columns-3 {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce .products.columns-3 > * {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce .products.columns-3 > * {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 1025px) {
  .woocommerce .products.columns-3 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .woocommerce .products.columns-3 > * {
    -webkit-box-flex: 0 1 30%;
    -moz-box-flex: 0 1 30%;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}
.woocommerce button.button.alt {
  padding: 12px 50px 15px !important;
  color: #fff !important;
  background-color: #222 !important;
}
.woocommerce button.button.alt:hover {
  color: #fff !important;
  background-color: #48a8a8 !important;
}
.woocommerce div.product form.cart {
  margin-top: 2em;
}
.woocommerce div.product form.cart .button.disabled {
  opacity: 1;
}
.woocommerce .cross-sells {
  margin-top: 30px;
}
.woocommerce .cross-sells > h2 {
  text-align: center;
}
.woocommerce .cross-sells ul li::before {
  display: none;
}
.woocommerce .cross-sells .products.columns-3 {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .cross-sells .products.columns-3 .product__content {
  padding-top: 0;
  margin-bottom: 3vw;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .woocommerce .cross-sells > h2 {
    text-align: left;
  }
}
.woocommerce-cart .page-part--page, .woocommerce-checkout .page-part--page {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .site-content .entry-content-inner {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details {
  margin-bottom: 50px;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border-top: none !important;
}
.woocommerce table.shop_table th.product-name a, .woocommerce table.shop_table td.product-name a {
  text-decoration: none;
}
.woocommerce table.shop_table th.product-name a:hover, .woocommerce table.shop_table td.product-name a:hover {
  color: #222;
  text-decoration: none;
}
.woocommerce table.shop_table th.product-name .variation, .woocommerce table.shop_table td.product-name .variation {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-top: 5px;
}
.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-subtotal, .woocommerce table.shop_table th.product-total, .woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal, .woocommerce table.shop_table td.product-total {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 15px 20px 20px 0;
  }
  .woocommerce table.shop_table th:last-child, .woocommerce table.shop_table td:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table {
    margin-top: 20px;
  }
  .woocommerce table.shop_table th::before, .woocommerce table.shop_table td::before {
    padding-right: 20px;
    font-weight: 400 !important;
  }
  .woocommerce-cart .woocommerce table.shop_table th.actions, .woocommerce-cart .woocommerce table.shop_table td.actions {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce table.shop_table th {
  font-weight: 400 !important;
}
.woocommerce table.shop_table td.actions {
  padding-top: 20px;
}
.woocommerce table.shop_table td.product-thumbnail img {
  width: 100px;
  min-width: 100px;
}
.woocommerce table.shop_table td .amount, .woocommerce table.shop_table td .product-quantity {
  font-weight: 400 !important;
}
.woocommerce table.shop_table .cart-subtotal td, .woocommerce table.shop_table .order-total td {
  text-align: right;
}
.woocommerce table.shop_table input[type="text"], .woocommerce table.shop_table button {
  width: auto !important;
  min-height: 48px;
  padding: 6px 18px 10px !important;
  line-height: 1em !important;
  border-radius: 0;
  border-color: #eee;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table input[type="text"], .woocommerce-cart .woocommerce table.shop_table button {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
.woocommerce table.shop_table input[type="text"] {
  margin-right: 12px !important;
  border-color: #eee !important;
}
.woocommerce table.shop_table button {
  padding: 11px 30px 13px !important;
  border: 1px solid #222;
}
.woocommerce table.shop_table a.remove {
  padding-left: 1px;
  color: #cf2929 !important;
  font-weight: 400;
  line-height: 0.85;
}
.woocommerce table.shop_table a.remove:hover {
  color: #fff !important;
  background: #cf2929;
}
.woocommerce .cart_totals {
  width: 40% !important;
  margin-top: 30px;
}
.woocommerce .cart_totals h2 {
  margin-bottom: 1em;
  text-align: left;
}
.woocommerce .cart_totals th, .woocommerce .cart_totals td {
  width: 50%;
}
.woocommerce .cart_totals td {
  text-align: right;
}
.woocommerce .cart_totals .woocommerce-shipping-destination strong {
  font-weight: 400;
}
.woocommerce .cart_totals .checkout-button {
  padding: 12px 50px 15px !important;
}
.woocommerce .cart_totals .checkout-button:hover {
  background-color: #48a8a8 !important;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .woocommerce .cart_totals {
    width: 100% !important;
  }
  .woocommerce .cart_totals th, .woocommerce .cart_totals td {
    width: 100%;
  }
}
.woocommerce-checkout-payment ul.wc_payment_methods {
  padding: 30px !important;
}
.woocommerce-checkout-payment ul.wc_payment_methods li {
  padding-left: 0;
}
.woocommerce-checkout-payment ul.wc_payment_methods li::before {
  border-top: none;
}
.woocommerce-checkout-payment ul.wc_payment_methods li label::before {
  top: 12px;
}
.woocommerce-checkout-payment ul.wc_payment_methods li .payment_box .form-row {
  padding: 0 !important;
}
.woocommerce-checkout-payment ul.wc_payment_methods li .payment_box .form-row label::before {
  top: 4px;
}
.woocommerce-checkout-payment ul.wc_payment_methods li .payment_box .woocommerce_error::before {
  top: 5px;
  left: 10px;
}
.woocommerce-checkout-payment ul.wc_payment_methods li .payment_box .woocommerce_error li {
  padding-left: 40px !important;
}
.woocommerce-checkout-payment .place-order {
  padding: 30px !important;
}
.woocommerce-checkout-payment .place-order button {
  margin-top: 20px;
}
.woocommerce form .form-row {
  margin-bottom: 10px;
  padding: 0;
}
.woocommerce form .form-row label {
  margin-bottom: 4px;
  color: #555;
  font-size: 1.1875rem !important;
  font-weight: 400;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  height: 48px;
  margin: 0;
  border-radius: 0;
  border-color: #eee;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 11px 18px 15px;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #555;
  line-height: 1.3em;
  text-align: left;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
  right: 15px;
}
.woocommerce form .form-row .select2-container--default .select2-results__option--highlighted {
  background-color: #48a8a8;
}
.woocommerce form .form-row input[type="text"] {
  border-color: #eee;
}
.woocommerce form .form-row .required {
  color: #cf2929;
}
.woocommerce .shipping form .form-row .select2-container--default, .woocommerce .shipping form .form-row input[type="text"] {
  width: 270px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce .shipping form .form-row .select2-container--default, .woocommerce .shipping form .form-row input[type="text"] {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.woocommerce .shipping form .form-row input[type="text"] {
  margin-right: 0 !important;
}
.woocommerce .shipping .woocommerce-shipping-methods li {
  font-weight: 400;
  text-align: right;
}
.woocommerce .shipping .woocommerce-shipping-methods li::before {
  border-top: none;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    margin-top: 0;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li {
  margin: 0 !important;
  padding: 0 2em !important;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li::before {
  border-top: none;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-order-overview li {
    padding: 0 2em 20px !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-order .woocommerce-order-overview {
    margin-bottom: 80px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.woocommerce .woocommerce-order .woocommerce-table--order-details tbody td {
  vertical-align: top;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details tbody .product-name {
  width: 70%;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details tfoot td {
  font-weight: 400 !important;
  text-align: right;
}
.woocommerce div.product form.cart .variations td {
  padding-top: 0;
  padding-bottom: 5px;
}
.woocommerce div.product form.cart .variations label {
  font-weight: normal;
}
.woocommerce div.product form.cart table.variations {
  width: auto;
}
.woocommerce div.product form.cart table.variations select:focus {
  outline: none;
  border-color: #ccc;
}
.woocommerce div.product form.cart table.variations .label {
  padding-top: 2px;
}
.woocommerce div.product form.cart table.variations .label label {
  font-size: 1.0625rem;
}
.woocommerce-variation-availability .in-stock {
  display: none;
}
.woocommerce .product .single_variation_wrap .single_variation {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 40px;
  }
}
.woocommerce-checkout h3 {
  margin-top: 10px;
  text-align: left !important;
  float: none !important;
}
.woocommerce-checkout label {
  text-align: left;
}
.woocommerce-checkout .woocommerce-error li::before {
  border-top: none !important;
}
.woocommerce-checkout-payment {
  border-radius: 0 !important;
  background-color: #f7f6f7 !important;
}
.woocommerce-checkout-payment .payment_box {
  background-color: #e1e2e4 !important;
}
.woocommerce-checkout-payment .payment_box::before {
  border-bottom-color: #e1e2e4 !important;
}
@media screen and (max-width: 500px) {
  .woocommerce-checkout-payment .payment_box .wc-payment-form .form-row-first, .woocommerce-checkout-payment .payment_box .wc-payment-form .form-row-last {
    width: 100%;
    float: none;
  }
}
.select2-dropdown {
  border: 1px solid #eee;
}
.select2-dropdown .select2-results__option {
  padding-left: 15px;
  padding-right: 15px;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #48a8a8;
}
.select2-dropdown .select2-search__field {
  border: 1px solid #eee !important;
}
.select2-dropdown .select2-search--dropdown {
  padding: 10px 15px 20px;
}
#variations_add_to_basket_error {
  color: #c00;
  font-size: 1.0625rem;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.woocommerce-form__label-for-checkbox {
  position: relative;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span, .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-block;
  min-height: 20px;
  padding-left: 30px !important;
  position: relative;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span::before, .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + .woocommerce-terms-and-conditions-checkbox-text::before {
  content: " ";
  background: url("../images/checkbox.svg") no-repeat 0 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span {
  padding-left: 35px !important;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span::before {
  top: 12px;
}
@media screen and (max-width: 768px) {
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span::before {
    top: 8px;
  }
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before, .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
  background-position: 0 -50px;
}
table.extra-options {
  font-size: 1.0625rem;
  line-height: 1.4em;
  margin-bottom: 2em;
}
table.extra-options td {
  border-bottom: none;
  padding: 15px 0 0 !important;
}
table.extra-options td.section-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px !important;
}
table.extra-options .section-title h3 {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.222em;
}
table.extra-options .label-tag.checkbox input[type="checkbox"] + .label-wrapper-checkbox {
  display: block;
  padding-left: 30px;
  position: relative;
}
table.extra-options .label-tag.checkbox input[type="checkbox"] + .label-wrapper-checkbox::before {
  content: " ";
  background: url("../images/checkbox.svg") no-repeat 0 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
table.extra-options .label-tag.checkbox input[type="checkbox"]:checked + .label-wrapper-checkbox::before {
  background-position: 0 -50px;
}
table.extra-options h4.label-tag, table.extra-options .label-tag.engraving-options__option-title {
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}
table.extra-options .sublabel-tag {
  line-height: 1.4em;
}
.woocommerce-products-header {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.woocommerce-products-header__inner {
  position: relative;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-products-header__inner > * {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.woocommerce-products-header__inner img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 45px;
}
.woocommerce-products-header__inner p, .woocommerce-products-header__inner p a {
  color: #fff;
}
.woocommerce-products-header h1 {
  font-family: trajan-sans-pro, Arial, sans-serif;
  font-weight: 300;
}
.woocommerce-products-header h1 + p {
  font-size: 1.4375rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header__inner {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50vh;
    background-color: #333;
    color: #fff;
  }
  .woocommerce-products-header__inner img {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: calc(100% + 1px);
    max-width: none;
    max-height: none;
  }
  .woocommerce-products-header__title {
    color: #fff;
  }
}
.woocommerce-products-header .term-description, .woocommerce-products-header .page-description {
  padding: 40px 25px;
}
.woocommerce-products-header .term-description > *, .woocommerce-products-header .page-description > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}
.woocommerce-products-header .term-description > :last-child, .woocommerce-products-header .page-description > :last-child {
  margin-bottom: 0;
}
.woocommerce-products-header .term-description {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header .term-description {
    padding: 6vw 6vw;
  }
}
.woocommerce-tabs {
  text-align: left;
  font-size: 1.0625rem;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding: 30px 0;
}
.js .woocommerce-tabs .tab__title {
  margin-bottom: 8px;
  padding-left: 25px;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
.js .woocommerce-tabs .tab__title:before, .js .woocommerce-tabs .tab__title:after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 6px;
  left: 0px;
  opacity: 1;
  -webkit-transition: border-color 200ms ease-out, opacity 200ms ease-out;
  -moz-transition: border-color 200ms ease-out, opacity 200ms ease-out;
  -o-transition: border-color 200ms ease-out, opacity 200ms ease-out;
  transition: border-color 200ms ease-out, opacity 200ms ease-out;
}
.js .woocommerce-tabs .tab__title:before {
  height: 7px;
  border-bottom: 1px solid #555;
}
.js .woocommerce-tabs .tab__title:after {
  width: 6px;
  left: 6px;
  border-left: 1px solid #555;
}
.js .woocommerce-tabs .tab__title:hover {
  color: #48a8a8;
}
.js .woocommerce-tabs .tab__title:hover:before, .js .woocommerce-tabs .tab__title:hover:after {
  border-color: #555;
}
.js .woocommerce-tabs .tab__title.expanded:before {
  border-color: #555;
}
.js .woocommerce-tabs .tab__title.expanded:after {
  opacity: 0;
}
.js .woocommerce-tabs .tab__title.expanded + .faq__detail {
  display: block;
}
.js .woocommerce-tabs .tab__detail {
  padding: 0 0 10px 26px;
  display: none;
}
.js .woocommerce-tabs .tab__detail p {
  margin: 0px;
  padding: 0 0 15px;
}
.js .woocommerce-tabs .tab__detail ul {
  margin: 0 0 15px 0;
  list-style-type: none;
}
.js .woocommerce-tabs .tab__detail ul li {
  padding-left: 16px;
  position: relative;
}
.js .woocommerce-tabs .tab__detail ul li::before {
  content: "-";
  position: absolute;
  top: -2px;
  left: 0px;
}
.wc-tabs-wrapper {
  margin: 0;
  padding: 40px 25px;
  border-top: 1px solid #eee;
}
.wc-tabs {
  margin: 0 0 40px !important;
  padding: 0 !important;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}
.wc-tabs::before, .wc-tabs::after {
  display: none !important;
}
.wc-tabs li {
  display: inline-block;
  margin: 0 20px !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.wc-tabs li:before, .wc-tabs li:after {
  display: none;
}
.wc-tabs li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .wc-tabs-wrapper {
    padding: 6vw 6vw;
  }
}
.product-hover-modal {
  background: #fff;
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.product-hover-modal::before {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}
.product-hover-modal__media {
  padding-top: 100%;
  position: relative;
}
.product-hover-modal .product-hover-modal__slider, .product-hover-modal .product-hover-modal__image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.product-hover-modal__slides {
  cursor: pointer;
}
.product-hover-modal__slide-image {
  background-position: center center;
  background-size: cover;
  display: block;
  image-rendering: auto;
  padding-top: 100%;
}
.product-hover-modal__image {
  z-index: 2;
}
.product-hover-modal__image + .product-hover-modal__slider {
  visibility: hidden;
}
.product-hover-modal__arrow {
  z-index: 2;
}
.product-hover-modal__content {
  box-sizing: border-box;
  padding: 25px 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.product-hover-modal__content > :last-child {
  margin-bottom: 0px;
}
.product-hover-modal .swiper-button-prev, .product-hover-modal .swiper-button-next {
  -webkit-transition: opacity 400ms, left 400ms, right 400ms, bottom 400ms;
  -moz-transition: opacity 400ms, left 400ms, right 400ms, bottom 400ms;
  -o-transition: opacity 400ms, left 400ms, right 400ms, bottom 400ms;
  transition: opacity 400ms, left 400ms, right 400ms, bottom 400ms;
  opacity: 0;
}
.product-hover-modal .swiper-button-prev, .product-hover-modal .swiper-button-next {
  background-image: none;
  margin-top: -38px;
  height: 76px;
  width: 48px;
}
.product-hover-modal .swiper-button-prev::before, .product-hover-modal .swiper-button-next::before {
  content: " ";
  position: absolute;
  top: 30px;
}
.product-hover-modal .swiper-button-prev {
  left: 0px;
}
.product-hover-modal .swiper-button-prev::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #000;
  border-bottom: 5px solid transparent;
  border-left: none;
  left: 20px;
}
.product-hover-modal .swiper-button-prev::after {
  display: none;
}
.product-hover-modal .swiper-button-next {
  right: 0px;
}
.product-hover-modal .swiper-button-next::before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: none;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  right: 20px;
}
.product-hover-modal .swiper-button-next::after {
  display: none;
}
.product-hover-modal .swiper-button-prev.swiper-button-disabled, .product-hover-modal .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
}
.product-hover-modal .swiper-lazy-loading {
  opacity: 1;
}
.product-hover-modal .swiper-lazy-loading::before {
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 2px solid #48a8a8;
  border-right: 2px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -20px;
  margin-left: -20px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
}
.touchevents .product-hover-modal .swiper-button-prev, .woocommerce ul.products li.product:hover .product-hover-modal .swiper-button-prev {
  left: -35px;
  opacity: 1;
}
.touchevents .product-hover-modal .swiper-button-next, .woocommerce ul.products li.product:hover .product-hover-modal .swiper-button-next {
  right: -35px;
  opacity: 1;
}
.grid-item-inner > .product-hover-modal, .prelude__item__inner > .product-hover-modal, .product-preview--collection .product-hover-modal, .product-preview--bridal .product-hover-modal {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-width: none;
  max-width: none;
  z-index: 1;
  z-index: 100;
}
.grid-item-inner > .product-hover-modal__media, .prelude__item__inner > .product-hover-modal__media, .product-preview--collection .product-hover-modal__media, .product-preview--bridal .product-hover-modal__media {
  background-color: #eee;
}
.prelude--left .prelude__item__inner > .product-hover-modal {
  left: 30px;
}
.prelude--right .prelude__item__inner > .product-hover-modal {
  right: 30px;
}
.product-preview--prelude .product-hover-modal__content {
  padding: 15px 20px 20px;
  text-align: center;
}
.product-preview--prelude .product-hover-modal__title {
  margin-bottom: 10px;
}
.product-preview--prelude .product-hover-modal__subtitle {
  margin-bottom: 5px;
}
.engraving-options {
  font-size: 1.0625rem;
  margin: 38px 0;
  width: 100%;
}
.engraving-options__title {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.222em;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.engraving-options__description {
  margin-bottom: 15px;
}
.engraving-options__label {
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.engraving-options__label::before {
  content: " ";
  background: url("../images/checkbox.svg") no-repeat 0 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.engraving-options__label[aria-expanded="true"]::before {
  background-position: 0 -50px;
}
.engraving-options__label[aria-expanded="true"] ~ .engraving-options__option {
  display: block;
}
.engraving-options__sublabel {
  display: block;
  margin-top: 5px;
  line-height: 1.4em;
}
.engraving-options__label {
  padding-left: 30px;
}
.engraving-options__notes-description {
  line-height: 1.4em;
}
.engraving-options__option {
  margin-top: 15px;
  display: none;
}
.engraving-options__option-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}
.engraving-options select {
  width: 100%;
  padding: 4px 40pX 4px 18px !important;
}
.engraving-options__option-buttons {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  max-width: 420px;
}
.engraving-options__option-button {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px 10px 5px;
  max-width: 140px;
}
.engraving-options__option-button input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.engraving-options__option-button img {
  border: 1px solid #eee;
  display: block;
  object-fit: contain;
  object-position: left top;
}
.engraving-options__option-button input:checked + img {
  border: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .engraving-options__option-buttons {
    margin-left: 0px;
    margin-right: -10px;
  }
  .engraving-options__option-button {
    padding: 0 10px 10px 0;
  }
}
.engraving-options__option-name {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
}
.cmbr-linked-products--goes_with.products {
  padding: 0px;
  margin: 2em 0px;
  border-top: 0px;
}
.cmbr-linked-products--goes_with.products > h2 {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1em;
  text-align: left;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
}
.cmbr-linked-products--goes_with .product__content .product__subtitle {
  text-transform: none;
}
.cmbr-linked-products--goes_with .product__content .product__subtitle a {
  color: #555;
}
.woocommerce .cmbr-linked-products--goes_with.products li.product, .woocommerce-page .cmbr-linked-products--goes_with.products li.product {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 175px;
}
.cmbr-linked-products--goes_with li.product > .button {
  width: calc(100% - 20px);
  text-align: center;
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  padding-top: 9px;
  padding-bottom: 10px;
}
.cmbr-linked-products--goes_with li.product > .button:hover {
  border-color: #48a8a8 !important;
  background-color: #48a8a8 !important;
  color: #fff !important;
}
.cmbr-linked-products--goes_with ul.products.columns-2 .product__content, .cmbr-linked-products--goes_with ul.products.columns-3 .product__content, .cmbr-linked-products--goes_with ul.products.columns-4 .product__content, .cmbr-linked-products--goes_with ul.products.columns-5 .product__content, .cmbr-linked-products--goes_with ul.products.columns-6 .product__content {
  padding: 0 20px 0 0;
}
.woocommerce .cmbr-linked-products--goes_with .products.columns-3 {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .cmbr-linked-products--goes_with.products > h2 {
    text-align: center;
  }
  .woocommerce .cmbr-linked-products--goes_with .products, .woocommerce-page .cmbr-linked-products--goes_with .products {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cmbr-linked-products--goes_with ul.products.columns-2 .product__content, .cmbr-linked-products--goes_with ul.products.columns-3 .product__content, .cmbr-linked-products--goes_with ul.products.columns-4 .product__content, .cmbr-linked-products--goes_with ul.products.columns-5 .product__content, .cmbr-linked-products--goes_with ul.products.columns-6 .product__content {
    padding: 0 10px;
  }
  .cmbr-linked-products--goes_with li.product > .button {
    margin-left: auto;
    margin-right: auto;
  }
}
.added-to-basket-us-modal {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 99999;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms, visibility 250ms;
}
.added-to-basket-us-modal.show {
  opacity: 1;
  visibility: visible;
}
.added-to-basket-us-modal__inner {
  margin-top: 20px;
  background-color: #fff;
  padding: 50px;
  pointer-events: auto;
  width: 800px;
  position: relative;
  max-width: calc(100% - 40px);
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .added-to-basket-us-modal__inner {
    margin-top: -20px;
  }
}
.added-to-basket-us-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.added-to-basket-us-modal__ups {
  border-bottom: 1px solid #eee;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
.added-to-basket-us-modal__up {
  border-top: 1px solid #eee;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.added-to-basket-us-modal__up-details {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.added-to-basket-us-modal__up-actions {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.added-to-basket-us-modal__up-img {
  width: 150px;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.added-to-basket-us-modal .button {
  float: none !important;
}
.announcements-bar {
  background: #48a8a8;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.announcements-bar__split-half:nth-child(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .announcements-bar {
    font-size: 14px;
    width: calc(100% - 32px);
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .announcements-bar__split {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/snowflake.png") no-repeat center center;
    background-size: 30px auto;
  }
  .announcements-bar__split-half {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
  }
  .announcements-bar__split-half:nth-child(n + 2) {
    margin-top: 0px;
    text-align: left;
  }
  .announcements-bar__split-half:nth-child(1) {
    padding-right: 40px;
  }
  .announcements-bar__split-half:nth-child(2) {
    padding-left: 40px;
  }
}
.flickity-prev-next-button {
  display: none;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .flickity-prev-next-button {
    display: block;
    background: url(../images/arrow-right.svg) no-repeat 100% 50% !important;
    box-shadow: none;
    content: "↓";
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    text-indent: -999px;
    width: 50%;
    height: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: bottom 200ms, opacity 200ms, visibility 200ms;
    -moz-transition: bottom 200ms, opacity 200ms, visibility 200ms;
    -o-transition: bottom 200ms, opacity 200ms, visibility 200ms;
    transition: bottom 200ms, opacity 200ms, visibility 200ms;
  }
  .flickity-prev-next-button svg {
    display: none;
  }
  .no-svg .flickity-prev-next-button {
    background-image: url(../images/arrow-right.png) !important;
  }
  .fullscreen-slider .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background-position: 0 50% !important;
  }
  .flickity-prev-next-button:disabled {
    opacity: 0 !important;
    visibility: hidden;
  }
  .flickity-prev-next-button:hover {
    opacity: 0.6;
  }
  .flickity-prev-next-button.previous {
    left: 0;
    background-image: url(../images/arrow-left.svg) !important;
    background-position: 0px 50% !important;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
  .no-svg .flickity-prev-next-button.previous {
    background-image: url(../images/arrow-left.png) !important;
  }
}
.page-template-page-theme-light, .post-template-single-project-light-php {
  color: #54503f;
  background: #f4f3f4;
}
.page-template-page-theme-light .page-part-image-side.page-part-image-side-bleed .entry-content, .page-template-page-theme-light .page-part:nth-child(even), .post-template-single-project-light-php .page-part-image-side.page-part-image-side-bleed .entry-content, .post-template-single-project-light-php .page-part:nth-child(even) {
  background-color: #ECEBEC;
  overflow: hidden;
}
.page-template-page-theme-light #apartment-details .grid-item p strong, .page-template-page-theme-light .flickity-page-dots .dot::before, .post-template-single-project-light-php #apartment-details .grid-item p strong, .post-template-single-project-light-php .flickity-page-dots .dot::before {
  color: #54503f;
  border-top-color: #54503f;
  font-style: normal;
  letter-spacing: 0;
}
.page-template-page-theme-light .site-main h1, .page-template-page-theme-light .site-main h2, .page-template-page-theme-light .site-main h3, .page-template-page-theme-light .site-main h4, .page-template-page-theme-light .site-main .engraving-options__option-title, .page-template-page-theme-light .site-main h5, .post-template-single-project-light-php .site-main h1, .post-template-single-project-light-php .site-main h2, .post-template-single-project-light-php .site-main h3, .post-template-single-project-light-php .site-main h4, .post-template-single-project-light-php .site-main .engraving-options__option-title, .post-template-single-project-light-php .site-main h5 {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-style: normal;
  font-weight: 300;
  color: #54503f;
  text-transform: none;
  letter-spacing: 1px;
}
.page-template-page-theme-light .site-main h2, .post-template-single-project-light-php .site-main h2 {
  font-size: 35px;
}
.page-template-page-theme-light .site-main h4, .page-template-page-theme-light .site-main .engraving-options__option-title, .post-template-single-project-light-php .site-main h4, .post-template-single-project-light-php .site-main .engraving-options__option-title {
  border-bottom-color: rgba(84, 80, 62, 0.3);
}
.page-template-page-theme-light .site-main p, .post-template-single-project-light-php .site-main p {
  font-family: "interface", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 22px;
  color: #54503f;
}
.page-template-page-theme-light .site-main a:link, .page-template-page-theme-light .site-main a:visited, .post-template-single-project-light-php .site-main a:link, .post-template-single-project-light-php .site-main a:visited {
  color: #54503f;
}
.page-template-page-theme-light .site-main a:hover, .page-template-page-theme-light .site-main a:active, .post-template-single-project-light-php .site-main a:hover, .post-template-single-project-light-php .site-main a:active {
  color: #100f0c;
}
.page-template-page-theme-light .site-main .down-arrow, .post-template-single-project-light-php .site-main .down-arrow {
  background-image: url(../images/arrow-down-dark.png);
}
.page-template-page-theme-light .site-main .flickity-prev-next-button, .post-template-single-project-light-php .site-main .flickity-prev-next-button {
  background-image: url(../images/arrow-right-dark.svg) !important;
}
.page-template-page-theme-light .site-main .flickity-prev-next-button.previous, .post-template-single-project-light-php .site-main .flickity-prev-next-button.previous {
  background-image: url(../images/arrow-left-dark.svg) !important;
}
.page-template-page-theme-light .site-main .gform_confirmation_message, .post-template-single-project-light-php .site-main .gform_confirmation_message {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #54503f;
}
.page-template-page-theme-light .site-footer a:link, .page-template-page-theme-light .site-footer a:visited, .post-template-single-project-light-php .site-footer a:link, .post-template-single-project-light-php .site-footer a:visited {
  color: #54503f;
}
.page-template-page-theme-light .site-footer a:hover, .page-template-page-theme-light .site-footer a:active, .post-template-single-project-light-php .site-footer a:hover, .post-template-single-project-light-php .site-footer a:active {
  color: #100f0c;
}
.page-template-page-theme-light .gform_wrapper input, .page-template-page-theme-light .gform_wrapper textarea, .page-template-page-theme-light .gform_wrapper select, .page-template-page-theme-light .gform_wrapper label, .page-template-page-theme-light .gform_wrapper .gfield_label, .page-template-page-theme-light .gform_wrapper .alexandrallewellyn-section .gsection_description, .post-template-single-project-light-php .gform_wrapper input, .post-template-single-project-light-php .gform_wrapper textarea, .post-template-single-project-light-php .gform_wrapper select, .post-template-single-project-light-php .gform_wrapper label, .post-template-single-project-light-php .gform_wrapper .gfield_label, .post-template-single-project-light-php .gform_wrapper .alexandrallewellyn-section .gsection_description {
  font-family: "interface", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-style: normal;
  color: #54503F;
  line-height: 22px !important;
}
.page-template-page-theme-light .gform_wrapper label, .post-template-single-project-light-php .gform_wrapper label {
  margin-top: 0 !important;
  line-height: 19px !important;
}
.page-template-page-theme-light .gform_wrapper input[type="text"], .page-template-page-theme-light .gform_wrapper textarea, .page-template-page-theme-light .gform_wrapper select, .post-template-single-project-light-php .gform_wrapper input[type="text"], .post-template-single-project-light-php .gform_wrapper textarea, .post-template-single-project-light-php .gform_wrapper select {
  border-color: rgba(84, 80, 62, 0.2);
}
.page-template-page-theme-light .gform_wrapper input[type="submit"], .post-template-single-project-light-php .gform_wrapper input[type="submit"] {
  background-color: rgba(84, 80, 62, 0.1);
}
.page-template-page-theme-light .gform_wrapper input[type="submit"]:hover, .post-template-single-project-light-php .gform_wrapper input[type="submit"]:hover {
  background-color: rgba(84, 80, 62, 0.2);
}
.page-template-page-theme-light .gform_wrapper ::-webkit-input-placeholder, .post-template-single-project-light-php .gform_wrapper ::-webkit-input-placeholder {
  color: #54503F;
}
.page-template-page-theme-light .gform_wrapper ::-moz-placeholder, .post-template-single-project-light-php .gform_wrapper ::-moz-placeholder {
  color: #54503F;
}
.page-template-page-theme-light .gform_wrapper :-ms-input-placeholder, .post-template-single-project-light-php .gform_wrapper :-ms-input-placeholder {
  color: #54503F;
}
.page-template-page-theme-light .gform_wrapper :-moz-placeholder, .post-template-single-project-light-php .gform_wrapper :-moz-placeholder {
  color: #54503F;
}
.page-template-page-theme-light .gform_wrapper input[type="radio"] + label, .post-template-single-project-light-php .gform_wrapper input[type="radio"] + label {
  background-image: url(../images/checkbox-dark.svg);
}
.no-svg .page-template-page-theme-light .gform_wrapper input[type="radio"] + label, .no-svg .post-template-single-project-light-php .gform_wrapper input[type="radio"] + label {
  background-image: url(../images/checkbox-dark.png);
}
.page-template-page-theme-light .gform_wrapper input[type="radio"]:checked + label, .post-template-single-project-light-php .gform_wrapper input[type="radio"]:checked + label {
  font-weight: 300 !important;
}
.page-template-page-theme-light .gform_wrapper select, .post-template-single-project-light-php .gform_wrapper select {
  background-image: url(../images/drop-down-arrow-dark.svg);
}
.no-svg .page-template-page-theme-light .gform_wrapper select, .no-svg .post-template-single-project-light-php .gform_wrapper select {
  background-image: url(../images/drop-down-arrow-dark.png);
}
.banner {
  width: 100%;
  padding: 15px;
  background-color: #EBEBEB;
  text-align: center;
}
.banner h5 {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 15px;
  font-style: normal !important;
  color: #54503F !important;
  line-height: 1.4em;
  text-transform: uppercase !important;
  text-align: center;
}
.post-template-single-project-light-php .banner {
  background-color: #54503F;
}
.post-template-single-project-light-php .banner h5 {
  color: #EBEBEB !important;
}
@media screen and (min-width: 768px) {
  .banner {
    width: 500px;
    position: absolute;
    top: 60px;
    right: -150px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
  }
  .banner h5 {
    font-size: 16px;
  }
}
.currency-switcher {
  color: #666;
}
.currency-switcher__currency {
  text-decoration: none;
  opacity: 0.5;
}
.currency-switcher__currency.current {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .currency-switcher .current {
    text-decoration: underline;
  }
  .currency-switcher .currency__abbr {
    display: none;
  }
  .currency-switcher__sep {
    visibility: hidden;
  }
}
.cky-switch input[type=checkbox] {
  opacity: 1;
}
.cky-btn-accept, button.cky-btn-accept {
  color: #fff !important;
}
body .cky-preference-center {
  border-radius: 0px;
}
.testimonials-slider .swiper-pagination {
  position: relative;
  bottom: -3vw !important;
  left: 0;
  width: 100%;
}
.testimonials-slider .swiper-pagination-bullet {
  margin: 0;
  padding: 13px;
  width: 15px;
  height: 15px;
  background: none;
  border-radius: 0;
  position: relative;
  opacity: 1;
}
.testimonials-slider .swiper-pagination-bullet::before {
  width: 9px;
  height: 9px;
  content: "";
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 9px;
  opacity: 0.2;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.testimonials-slider .swiper-pagination-bullet-active::before {
  background: #48a8a8;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .testimonials-slider .swiper-pagination {
    bottom: auto !important;
    margin-top: 20px;
  }
}
.case-studies-slider {
  position: relative;
}
.case-studies-slider .swiper-slide {
  height: auto;
}
.case-studies-slider .swiper-slide .entry-content-inner p:last-of-type {
  margin-bottom: 0;
}
.case-studies-slider .swiper-pagination {
  width: 100%;
  margin-top: calc(80% + 20px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .case-studies-slider .swiper-pagination {
    margin-top: 0;
    top: auto;
    bottom: -4vw !important;
  }
}
.case-studies-slider .swiper-pagination-bullet {
  margin: 0;
  padding: 13px;
  width: 15px;
  height: 15px;
  background: none;
  border-radius: 0;
  position: relative;
  opacity: 1;
}
.case-studies-slider .swiper-pagination-bullet::before {
  width: 9px;
  height: 9px;
  content: "";
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 9px;
  opacity: 0.2;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.case-studies-slider .swiper-pagination-bullet-active::before {
  background: #48a8a8;
  opacity: 1;
}
.case-studies-slider .swiper-button-prev, .case-studies-slider .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("../images/slider-arrows.svg") no-repeat -50px -50px;
  background-size: 1000px;
  content: "";
}
.case-studies-slider .swiper-button-prev::after, .case-studies-slider .swiper-button-next::after {
  display: none;
}
.case-studies-slider .swiper-button-prev:hover, .case-studies-slider .swiper-button-next:hover {
  background-position-y: -200px;
}
@media screen and (max-width: 1023px) {
  .case-studies-slider .swiper-button-prev, .case-studies-slider .swiper-button-next {
    display: none;
  }
}
.case-studies-slider .swiper-button-prev {
  left: -3.5vw;
}
.case-studies-slider .swiper-button-next {
  background-position-x: -200px;
  right: -3.5vw;
}
@media screen and (max-width: 1023px) {
  .case-studies-slider .swiper-pagination-bullet::before {
    background: #222;
  }
  .case-studies-slider .swiper-pagination-bullet-active::before {
    background: #48a8a8;
  }
  .case-studies-slider .page-part .entry-content-inner {
    width: 100%;
  }
}
