/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("./custom.css");

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html,
button,
input,
select,
textarea {
  font-family: "jaf-facitweb", sans-serif;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.15em;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

/* Setting sizes is much more predictable with border-box */

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Make all images responsive */

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

/* Normalize links across browsers */

a {
  color: #26527c;
  text-decoration: underline;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #3879b7;
}

/* Make inputs on iOS look normal */

input {
  -webkit-appearance: none;
}

.page_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  background: white;
}

main.content {
  padding-top: 76px;
}

.home main.content {
  padding-top: 156px;
}

.btn {
  text-decoration: none;
  color: #510b61;
  border: 3px solid;
  display: inline-block;
  font-size: 20px;
  padding: 10px 34px 8px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.btn:hover {
  color: #510b61;
}

.home .content_row {
  margin-bottom: 0px;
}

/**
 * WordPress specific base styles.
 */

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
  text-align: center;
}

/* Make a 404 page look nicer and more readable */

.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul:before,
nav ul:after {
  content: '';
  display: table;
}

nav ul:after {
  clear: both;
}

header.page-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 28px;
  padding-left: 18px;
  padding-right: 12px;
  clear: both;
  position: fixed;
  left: 0;
  right: 0;
  background: white;
  z-index: 1;
  max-width: 1442px;
  margin-left: auto;
  margin-right: auto;
}

.logo_container {
  width: 135px;
  margin-top: 24px;
  margin-bottom: 52px;
}

.logo_container.no_logo {
  margin-top: 0;
  margin-bottom: 0px;
}

.logo_container a {
  display: block;
}

.hamburger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.hamburger__title {
  line-height: 18px;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  color: #7d7672;
}

.hamburger__trigger {
  display: inline-block;
  margin-right: 22px;
  margin-left: 20px;
  text-decoration: none;
  background: linear-gradient(to bottom, #510b61 0%, #510b61 25%, transparent 25%, transparent 37.5%, #510b61 37.5%, #510b61 62.5%, transparent 62.5%, transparent 75%, #510b61 75%, #510b61 100%);
  width: 28px;
  height: 20px;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7f7f7;
  opacity: .5;
  z-index: 2;
  height: 100%;
  width: 100%;
  transition: opacity 1s ease-in-out;
}

.menu_wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 15px;
  min-width: 393px;
  padding: 18px 43px 26px;
  transition: all .6s ease;
  -webkit-transform: translateY(-118%);
          transform: translateY(-118%);
  background-color: #f7f7f7;
  box-shadow: -13px 8px 128px rgba(16, 16, 16, 0.75);
  border: 2px solid #510b61;
}

.menu_wrapper.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.menu_wrapper .close_button {
  background-image: url(../images/icons/close_btn.svg);
  background-size: cover;
  position: absolute;
  top: 42px;
  right: 39px;
  display: block;
  width: 22px;
  height: 22px;
}

.menu_wrapper .menu_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu_wrapper .menu_container .menu .menu-item {
  line-height: 20px;
}

.menu_wrapper .menu_container .menu .menu-item a {
  color: #94877e;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_wrapper .menu_container .menu .menu-item a:hover {
  color: #510b61;
}


.menu_wrapper .menu_container .menu .menu-item.current_page_item a {
  color: #510b61;
}

.menu_wrapper .menu_container .menu > .menu-item {
  margin-bottom: 23px;
  line-height: 23px;
}

.menu_wrapper .menu_container .menu > .menu-item > a {
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
}

.menu_wrapper .menu_logos {
  max-width: 137px;
}

.menu_wrapper .menu_logos h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  margin: 0 0 7px;
  color: rgba(38, 38, 38, 0.38);
  font-weight: lighter;
}

.menu_wrapper .menu_logos ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: block;
}

.menu_wrapper .menu_logos li {
  display: inline-block;
}

.menu_wrapper .menu_logos img {
  display: block;
  width: 100%;
}

.language_switcher {
  padding: 30px 0 25px;
  border: 0;
}

.language_switcher ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.language_switcher li {
  display: inline-block;
}

.language_switcher li.active a {
  color: #510b61;
}

.language_switcher a {
  font-size: 18px;
  line-height: 18px;
  margin-right: 14px;
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  color: #939497;
}

.footer {
  background: #e8ded4;
  padding: 20px 48px 0px;
  position: relative;
}

.footer .scroll_top {
  position: absolute;
  bottom: 21px;
  right: 11px;
  background: #510b61;
  border-radius: 100%;
  width: 41px;
  height: 41px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0px;
}

.footer .scroll_top svg {
  width: 100%;
  height: auto;
  max-width: 25px;
}

.footer .headline {
  margin-top: 15px;
  font-weight: 400;
  border-bottom: 3px solid;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 20px;
  color: #510b61;
  margin-bottom: 23px;
}

.footer__columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__content {
  font-size: 20px;
  line-height: 25px;
  color: #510b61;
}

.footer__content p {
  margin-top: 0px;
  margin-bottom: 25px;
}

.footer__content a {
  text-decoration: none;
  color: #510b61;
}

.footer .contact {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 93px;
}

.footer .partners {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.footer .logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -4px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -40px;
}

.footer .logos .logo {
  display: inline-block;
  min-width: 159px;
  margin-bottom: 18px;
}

.footer .logos .logo a {
  display: block;
}

.footer .logos .logo img {
  display: block;
  width: 100%;
  max-width: 102px;
}

.products_grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products_grid__product {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 260px;
  width: 100%;
  margin-bottom: 50px;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.products_grid__product a {
  display: block;
  text-decoration: none;
}

.products_grid__product .image {
  padding-bottom: 110%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: all 0.2s ease 0.3s;
}

.products_grid__product .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 28px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 29px;
  color: #510b61;
  text-align: center;
  max-width: 200px;
  height: 100%;
  transition: opacity 0.3s ease, -webkit-transform 0.2s ease 0.15s;
  transition: transform 0.2s ease 0.15s, opacity 0.3s ease;
  transition: transform 0.2s ease 0.15s, opacity 0.3s ease, -webkit-transform 0.2s ease 0.15s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  margin: 0 auto;
  opacity: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.products_grid__product:hover .image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.2s ease;
}

.products_grid__product:hover .title {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
  transition: opacity 0.5s ease 0.2s, -webkit-transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s, opacity 0.5s ease 0.2s;
  transition: transform 0.3s ease 0.1s, opacity 0.5s ease 0.2s, -webkit-transform 0.3s ease 0.1s;
}

.product_single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.product_single__gallery {
  width: 47%;
  padding-right: 5px;
}

.product_single__entry {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.product_single__entry .product_price {
  position: absolute;
  top: 100%;
  left: 5px;
  margin-top: 9px;
}

.product_single .product_title {
  color: #7d7672;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 43px;
  max-width: 300px;
  margin-top: 34px;
  margin-bottom: 69px;
}

.product_single .product_title:after {
  content: " ";
  display: block;
  margin-top: 36px;
  border-top: 4px solid;
  width: 25px;
  margin-left: 1px;
  margin-bottom: 60px;
}

.product_single .product_content {
  font-size: 14px;
  line-height: 20px;
  max-width: 430px;
}

.product_single .product_content p,
.product_single .product_content li {
  color: #7d7672;
  margin-bottom: 20px;
}

.product_single .gallery_wrapper {
  text-align: center;
}

.product_single .gallery_wrapper .featured_image {
  margin-bottom: 0px;
  height: 400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.product_single .gallery_wrapper .featured_image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.product_single .gallery_wrapper .gallery_thumbnails {
  padding-right: 14%;
}

.product_single .gallery_wrapper .thumbnails {
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_single .gallery_wrapper .thumbnails li {
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
  -webkit-flex: 0 0 125px;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  max-width: 125px;
}

.product_single .gallery_wrapper .thumbnails li img {
  width: 125px;
  max-width: 100%;
}

.product_single .gallery_wrapper .thumbnails .thumbnail_box {
  display: block;
  max-width: 123px;
  max-height: 123px;
  width: 100%;
  padding-top: calc(100% - 2px);
  border: 1px solid black;
  position: relative;
  overflow: hidden;
  cursor: not-allowed;
}

.product_single .gallery_wrapper .thumbnails .thumbnail_box:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  border-top: 1px solid black;
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

.product_price {
  font-size: 24px;
  line-height: 30px;
  color: #510b61;
}

.product_price .small {
  color: #7d7672;
  font-size: 14px;
  display: block;
  line-height: 23px;
}

.product_footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 9px;
  padding: 0px 34px;
}

.product_footer .nav_links {
  margin-top: -50px;
  margin-bottom: 60px;
}

.product_footer .prev_next_button {
  color: white;
  background-color: #510b61;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding: 8px 14px;
  margin-top: 8px;
  font-weight: bold;
}

.boxes {
  clear: both;
  padding-top: 39px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.boxes__single {
  width: 100%;
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}

.boxes a {
  text-decoration: none;
  padding-bottom: 104.2%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

.boxes__title {
  background: #510b61;
  max-width: 299px;
  width: 100%;
  text-transform: lowercase;
  padding: 26px 19px;
  margin-top: 0px;
  font-size: 38px;
  font-weight: bold;
  color: white;
}

.text_on_background {
  padding: 67px 25px 84px 25px;
}

.text_on_background .heading {
  font-size: 45px;
  line-height: 54px;
  color: white;
  text-align: center;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}

.content_page_hero {
  position: relative;
  padding-top: 40.4%;
  background-size: cover;
  background-position: center;
}

.content_page_hero .heading {
  font-size: 3vw;
  text-transform: uppercase;
  line-height: 54px;
  color: white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-left: 1.6vw;
  padding-right: 2.2vw;
  padding-top: 1vw;
  padding-bottom: 1.1vw;
  background-color: #510b61;
}

.issuu_embed-container {
  position: relative;
  padding-bottom: 23.95%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-left: 25px;
}

.issuu_embed-container > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.content_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 43px;
}

.content_row.with_background {
  padding: 37px 47px 24px;
  background-color: #e8ded4;
  margin-bottom: 47px;
}

.content_row.with_background .column__image {
  margin-right: 32px;
}

.column--1 {
  -webkit-flex: 0 01;
      -ms-flex: 0 01;
          flex: 0 01;
  min-width: 8.333333%;
}

.column--2 {
  -webkit-flex: 0 02;
      -ms-flex: 0 02;
          flex: 0 02;
  min-width: 16.666667%;
}

.column--3 {
  -webkit-flex: 0 08.333333%;
      -ms-flex: 0 08.333333%;
          flex: 0 08.333333%;
  min-width: 25%;
}

.column--4 {
  -webkit-flex: 0 033.33334%;
      -ms-flex: 0 033.33334%;
          flex: 0 033.33334%;
  min-width: 33.33334%;
}

.column--5 {
  -webkit-flex: 0 041.666667%;
      -ms-flex: 0 041.666667%;
          flex: 0 041.666667%;
  min-width: 41.666667%;
}

.column--6 {
  -webkit-flex: 0 050%;
      -ms-flex: 0 050%;
          flex: 0 050%;
  min-width: 50%;
}

.column--7 {
  -webkit-flex: 0 058.333333%;
      -ms-flex: 0 058.333333%;
          flex: 0 058.333333%;
  min-width: 58.333333%;
}

.column--8 {
  -webkit-flex: 0 066.66667%;
      -ms-flex: 0 066.66667%;
          flex: 0 066.66667%;
  min-width: 66.66667%;
}

.column--9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  min-width: 75%;
}

.column--10 {
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  min-width: 83.333333%;
}

.column--11 {
  -webkit-flex: 0 091.666667%;
      -ms-flex: 0 091.666667%;
          flex: 0 091.666667%;
  min-width: 91.666667%;
}

.column--12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 100%;
}

.column__image {
  position: relative;
}

.column__image__button {
  position: absolute;
  top: 9.8%;
  right: 3.7%;
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 14px;
  letter-spacing: normal;
  padding-right: 20px;
}

.column__txt {
  padding: 25px;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.2em;
  font-weight: 400;
  color: #510b61;
}

.column__txt > p:first-of-type,
.column__txt > h1:first-of-type,
.column__txt > h2:first-of-type,
.column__txt > h3:first-of-type,
.column__txt > h4:first-of-type,
.column__txt > h5:first-of-type {
  margin-top: 0px;
}

.column__txt h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
  display: inline-block;
  color: #510b61;
  border-bottom: 3px solid;
  line-height: 23px;
  margin-bottom: 30px;
}

.column__txt a {
  color: #510b61;
  text-decoration: none;
}

.column__txt--type1 {
  letter-spacing: normal;
  padding: 0px 0 0 4px;
}

.column__txt--type1 p {
  margin-bottom: 25px;
}

.column__txt--type2 {
  padding: 50px 35px;
  color: #500a61;
}

.column__txt--type2 + .column__txt--type2--type2 {
  padding-top: 0px;
}

.column__txt--type3 {
  padding: 0px 45px 0px;
  letter-spacing: normal;
  margin-top: -3px;
}

.column__txt--type3 p {
  line-height: 30px;
}

.column__img_relate {
  padding-top: 58px;
  padding-bottom: 50px;
  padding-left: 47px;
  padding-right: 44px;
}

.column__img_relate .btn {
  margin-left: 1px;
}

.column__img_relate .relate_to {
  margin: 17px auto 0;
}

@media (max-width: 1024px) {
  .footer {
    padding-left: 35px;
    padding-right: 15px;
  }

  .footer .logos {
    margin-right: 0px;
  }

  .footer .logos .logo {
    min-width: 130px;
  }

  .products_grid__product {
    padding: 0px 25px;
  }

  .products_grid__product .title {
    font-size: 24px;
    line-height: 26px;
  }

  .product_single .gallery_wrapper .gallery_thumbnails {
    padding-right: 0px;
  }

  .text_on_background .heading {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
  }

  .content_page_hero .heading {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .footer__columns {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product_single .gallery_wrapper .featured_image {
    height: 300px;
  }

  .boxes__title {
    font-size: 28px;
    max-width: 90%;
  }

  .text_on_background .heading {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
  }

  .content_page_hero .heading {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
  }
}

@media (max-width: 767px) {
  main.content {
    padding-top: 0px;
  }

  .home main.content {
    padding-top: 0px;
  }

  header.page-main {
    position: static;
  }

  .hamburger__title {
    display: none;
  }

  .menu_wrapper {
    right: 0;
    position: absolute;
    width: 100%;
    min-width: 320px;
    padding: 18px 20px 26px;
  }

  .menu_wrapper .close_button {
    right: 20px;
  }

  .menu_wrapper .menu_container .menu .menu-item a:hover {
    color: #94877e;
  }

  .menu_wrapper .menu_container .menu > .menu-item > a {
    font-size: 18px;
  }

  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer__content {
    font-size: 18px;
    line-height: 23px;
  }

  .footer .contact {
    margin-right: 30px;
  }

  .footer .partners {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .products_grid {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .products_grid__product {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .products_grid__product .title {
    font-size: 18px;
    line-height: 22px;
    position: static;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .product_single {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }

  .product_single__gallery {
    padding-right: 0px;
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .product_single__entry .product_price {
    position: static;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .product_single .product_title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .product_single .product_title:after {
    margin-bottom: 35px;
  }

  .product_single .gallery_wrapper .featured_image {
    height: auto;
  }

  .product_footer {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product_footer .prev_next_button {
    min-width: 200px;
    text-align: center;
    margin: 0 15px;
    font-size: 16px;
  }

  .boxes {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .boxes a {
    padding-bottom: 65%;
  }

  .boxes__title {
    max-width: 100%;
  }

  .text_on_background {
    padding-right: 35px 25px;
  }

  .text_on_background .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .content_page_hero .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .issuu_embed-container {
    margin-left: 0px;
    height: 200px;
  }

  .content_row {
    display: block;
  }

  .content_row.with_background {
    padding: 25px;
  }

  .content_row.with_background .column__image {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .column__txt {
    font-size: 18px;
  }

  .column__txt--type2 {
    padding: 0px 25px;
    margin-top: 25px;
  }

  .column__txt--type3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column__img_relate {
    padding: 25px;
  }
}

@media (max-width: 475px) {
  .footer__content {
    font-size: 16px;
    line-height: 21px;
  }

  .footer .logos {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .products_grid {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .products_grid__product {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .column__image__button {
    font-size: 16px;
    padding: 10px 20px;
    margin-left: 3.7%;
    margin-top: 15px;
    display: block;
    text-align: center;
    position: relative;
  }
}