.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: grabbing;
}
.glider-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev,
.glider-next {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}

@charset "UTF-8";
/*!
Theme Name: Echter
Theme URI: http://underscores.me/
Author: Jakob Mass
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: echter
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Echter is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Shop
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
  -webkit-appearance: button-bevel;
     -moz-appearance: button-bevel;
          appearance: button-bevel;
}

button,
select {
  text-transform: none;
}

html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2 {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*: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: #ffffff; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  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);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
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);
}
input[type=reset]:active, input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  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=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #FEFEFE;
  font-family: "Roboto Condensed", sans-serif;
}
a:visited {
  text-decoration: none;
  color: #FEFEFE;
}
a:hover, a:focus, a:active {
  color: #BEBEBE;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation {
  clear: both;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-navigation ul {
  display: none;
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-left: 0;
  margin: 0;
}
.main-navigation ul ul {
  border-top: 1px solid #e1c24e;
  border-bottom: 1px solid #e1c24e;
}
.main-navigation ul ul a {
  display: inline-block;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li ul {
  background-color: #212121;
  text-align: center;
  font-size: 0.9em;
  text-transform: lowercase;
}
.main-navigation ul li ul a {
  padding: 0.33em 1em;
  margin: 0 1em;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  transition-delay: 0s;
}
.main-navigation ul li.toggled > ul {
  display: block !important;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-bottom: 1px solid white;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  /** underline is further away from menu item
  padding: 1em .5em;
  margin: 1em .5em;*/
  transition: all 0.1s ease-in-out;
  padding: 0.5em 0.25em;
  margin: 0 0.75em;
  margin-bottom: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #e1c24e;
  /** USED TO BE:
  	.main-navigation li.current-menu-item > a {
  		color: #dcc264;
  	}
  */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled .social {
  display: flex;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li ul {
    border: none;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    display: block;
    margin: 0;
    padding: 0 37.5em;
    width: 150vw; /**make it span the viewport (and over) */
    z-index: 5;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    transition: all 0.1s ease-in 0.33s;
  }
  .main-navigation .social {
    display: flex;
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation {
    flex-direction: row;
  }
  .main-navigation li {
    display: inline-block;
  }
  .menu-lang-wrapper ul li {
    display: block;
  }
  .main-navigation ul li:hover > ul {
    position: absolute; /** There's a duplicate of this row in this CSS */
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#masthead.shrink #site-navigation {
  padding-bottom: 0;
}

.main-navigation li > a {
  border-bottom: 1px solid transparent; /** avoid jumpiness caused by hover border */
}

.main-navigation ul ul li > a {
  border-bottom: none !important; /** avoid jumpiness caused by hover border */
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.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-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Flexbox based layout
--------------------------------------------------------------*/
#content {
  display: flex;
  /* Centering the page !TODO either remove or check if needed
  max-width:1200px;
  margin:0 auto;*/
}

#primary {
  /* This makes the element grow and take all available space, not taken by the sidebar */
  flex-grow: 1;
}

.page-template-default .site-content,
.single-post .site-content {
  margin: 3.5em auto 0 auto;
}

/* Media Queries */
@media all and (max-width: 800px) {
  #content {
    flex-flow: column;
  }
}
/*--------------------------------------------------------------
## Echter
--------------------------------------------------------------*/
.error404 {
  text-align: center;
  background-color: #212121;
  color: #FEFEFE;
}

.site-footer {
  text-align: center;
}

.site-content {
  margin-top: 3.5em; /** this should correspond to height of #masthead */
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 37.5em) {
  .site-content {
    margin: 8em auto 0 auto !important;
  }
  .page .site-content {
    max-width: 50em;
  }
  .home.page .site-content {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# FRONT - Master
--------------------------------------------------------------*/
main {
  /** margin: 0 10em; */ /** TODO 16.06 put this back? */
}

.site-main a {
  color: #212121;
}

/*--------------------------------------------------------------
# FRONT - Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Freewall.js Grid
--------------------------------------------------------------*/
.echter-filter {
  display: inline-block;
}

.echter-filter li {
  list-style: none;
  margin: 0 0.5em;
  padding: 5px;
  display: inline;
}

ul.echter-filter {
  margin: 0.5em 0;
}

.grid-item {
  flex-basis: 50%;
  position: relative;
  border: 0.2em solid #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-item img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 37.5em) {
  .grid-item {
    flex-basis: 33.3%;
  }
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-container a {
  color: white;
}

/*** 
	Overlay related
 */
.grid-item-overlay-container {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.grid-item-overlay {
  opacity: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s;
}

.grid-item:hover .grid-item-overlay {
  opacity: 0.6;
  filter: alpha(opacity=100);
}

/** title-container has the grid border bars */
.grid-item-overlay-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transition: transform 0.35s;
  transform: scale(0, 1);
}
.grid-item-overlay-title-container ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.grid-item-overlay-title-container ul li {
  display: inline;
}
.grid-item-overlay-title-container ul li:nth-child(n+2):before {
  content: "•";
  padding: 0 0.5em;
}

.grid-item:hover .grid-item-overlay-title-container {
  transform: scale(1);
}

/** Grid Title */
.grid-item h2 {
  text-align: center;
  color: #FFF;
  transition: transform 0.35s;
  transform: rotateX(90deg);
}

.grid-item:hover h2 {
  transform: rotateX(0deg);
}

/*--------------------------------------------------------------
# FRONT - Blog
--------------------------------------------------------------*/
.blog-grid-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.single-post.theme-front .entry-content {
  margin: 0;
}

.blog.theme-front .entry-title, .single-post.theme-front .entry-title, .category.theme-front .entry-title {
  background-color: unset;
  color: #131313;
  margin: 0;
}
.blog.theme-front .site-content, .single-post.theme-front .site-content, .category.theme-front .site-content {
  width: 100% !important;
  max-width: 100%;
}
.blog.theme-front .blog-sidebar#visible-sidebar, .single-post.theme-front .blog-sidebar#visible-sidebar, .category.theme-front .blog-sidebar#visible-sidebar {
  text-align: center;
}
.blog.theme-front .blog-sidebar#visible-sidebar ul, .single-post.theme-front .blog-sidebar#visible-sidebar ul, .category.theme-front .blog-sidebar#visible-sidebar ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog.theme-front .blog-sidebar#visible-sidebar ul li.current-cat, .single-post.theme-front .blog-sidebar#visible-sidebar ul li.current-cat, .category.theme-front .blog-sidebar#visible-sidebar ul li.current-cat {
  font-style: italic;
}
.blog.theme-front .blog-menu-toggle h3, .single-post.theme-front .blog-menu-toggle h3, .category.theme-front .blog-menu-toggle h3 {
  margin: 0em 0;
}
.blog.theme-front .blog-menu-toggle ul, .single-post.theme-front .blog-menu-toggle ul, .category.theme-front .blog-menu-toggle ul {
  display: none;
}

.blog .nav-links > div {
  margin: 1em;
}
.blog .nav-links > div a {
  padding: 1em;
  background-color: #131313;
  color: #e1c24e;
}

@media screen and (min-width: 60em) {
  .blog.theme-front .blog-menu-toggle h3, .single-post.theme-front .blog-menu-toggle h3, .category.theme-front .blog-menu-toggle h3 {
    margin: 0.5em 0;
  }
}
@media screen and (min-width: 72em) {
  .blog.theme-front, .single-post.theme-front, .category.theme-front {
    /** Sidebar placement */
  }
  .blog.theme-front .site-content, .single-post.theme-front .site-content, .category.theme-front .site-content {
    max-width: 82em;
  }
  .blog.theme-front .dw, .single-post.theme-front .dw, .category.theme-front .dw {
    -moz-column-count: 3;
         column-count: 3;
  }
  .blog.theme-front .blog-grid-wrapper, .single-post.theme-front .blog-grid-wrapper, .category.theme-front .blog-grid-wrapper {
    /**
    margin-left: auto;
       margin-right: auto;

       margin-left: 0;
       margin-right: 0;
       */
    width: 84%;
    max-width: 80em;
    position: relative;
  }
  .blog.theme-front .blog-grid-wrapper .dw-panel, .single-post.theme-front .blog-grid-wrapper .dw-panel, .category.theme-front .blog-grid-wrapper .dw-panel {
    padding: 0;
  }
  .blog.theme-front .blog-grid-wrapper h2, .single-post.theme-front .blog-grid-wrapper h2, .category.theme-front .blog-grid-wrapper h2 {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }
  .blog.theme-front .blog-sidebar#visible-sidebar, .single-post.theme-front .blog-sidebar#visible-sidebar, .category.theme-front .blog-sidebar#visible-sidebar {
    position: absolute;
    top: 0;
    left: 100%;
    width: 16%;
    margin-left: 1em;
    min-width: 10em;
    max-width: 30em;
    padding-top: 20px;
    text-align: left;
  }
  .blog.theme-front .blog-sidebar#visible-sidebar .toggle-icon, .single-post.theme-front .blog-sidebar#visible-sidebar .toggle-icon, .category.theme-front .blog-sidebar#visible-sidebar .toggle-icon {
    display: none;
  }
  .blog.theme-front .blog-sidebar#visible-sidebar ul, .single-post.theme-front .blog-sidebar#visible-sidebar ul, .category.theme-front .blog-sidebar#visible-sidebar ul {
    display: inline-block;
  }
}
@media screen and (min-width: 82em) {
  .blog-grid-wrapper {
    width: 90%;
    max-width: 76em;
  }
  .blog-sidebar#visible-sidebar {
    width: 6em;
    max-width: 20em;
  }
}
/**
.blog-grid-wrapper {


    // Masonry grid styles
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 1em;

    .blog-post {
        // Individual blog post styles
        .featured-image {
            // Featured image styles
        }
        .post-title {
            // Post title styles
        }
        .post-excerpt {
            // Post excerpt styles
        }
        .post-meta {
            // Post meta styles
        }
    }

    h2 { margin: 0; }
}
**/
/*--------------------------------------------------------------
# FRONT - Home
--------------------------------------------------------------*/
body.home {
  background-color: #212121;
}

.home .entry-content {
  margin-top: 0 !important;
}

#video-container {
  text-align: center;
  padding: 3em 0;
  border-bottom: none;
}
#video-container > video, #video-container img {
  width: 100%;
  max-width: 65em;
  height: auto;
  mix-blend-mode: exclusion;
}

#home-slideshow-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: auto;
}

#home-slideshow-container, #home-jewellery-container {
  background-color: #ffffff;
}

#home-slick-container.slick-wrapper {
  flex-grow: 1;
}
#home-slick-container .slick-track {
  display: flex;
  align-items: center;
}

.homepage {
  width: 100%;
  left: 0;
}

.home .site-content {
  width: 100%;
}

.home-section {
  border-bottom: solid 1.2em;
}

.home-heading {
  text-align: center;
  font-size: 3em;
}

#home-slideshow-heading, .home-cell-title, a.home-cell-title {
  background-color: #ffffff;
  border: 2px solid #212121;
  padding: 0.25em 1em;
}

a#home-slideshow-heading:hover,
a.home-cell-title:hover {
  background-color: #212121;
  border: 2px solid #ffffff;
  color: #ffffff;
}

#home-contact-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#home-studio-contact {
  display: inline-block;
}

.home-contact-cell, .home-about-cell {
  padding: 1em 3em;
}

.home-about-cell {
  width: 95%;
  max-width: 46rem;
  text-align: justify;
  font-size: larger;
  margin: 0 auto;
  margin-bottom: 2em;
  background-color: rgba(0, 0, 0, 0.66);
}

.home-contact-cell h4 {
  color: #dcc264;
  margin: 0;
}

.home-contact {
  padding: 2em 0;
  text-align: center;
}
.home-contact a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.contact-wrapper {
  background-color: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  display: inline-block;
  padding: 1em 0;
}

.home-social {
  display: flex;
  justify-content: center;
}

.social-wrapper {
  padding: 1em;
}

#about-bg {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#about-wrapper {
  color: #ffffff;
  text-align: center;
}

#home-slick-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#home-slick-container .slick-dots {
  margin-top: 0.5em;
  bottom: 0 !important;
}

p.home-readmore {
  text-align: right;
  margin-bottom: 0.5em;
}
p.home-readmore a {
  color: #e1c24e;
}

@media screen and (min-width: 37.5em) {
  #home-contact-container {
    flex-direction: row;
    justify-content: center;
    width: 46rem;
  }
  #video-container {
    padding: 5em 0;
  }
}
.home-section {
  height: 82vh;
  max-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.25rem;
  border: none;
}

.home-cell {
  flex-basis: 1;
  background: rgba(255, 255, 255, 0.55);
  padding: 1.5em;
  width: 90vw;
  height: 18em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-cell .slick-slide img {
  height: 700px;
}

#intro-cell {
  text-align: justify;
}

.home-cell {
  text-align: center;
  color: black;
}
.home-cell a {
  color: black;
}

.home-cell.hidden-cell {
  width: 0;
  padding: 0;
  display: none;
  height: 0;
}

@media screen and (min-width: 60em) {
  .home-cell {
    width: 30em;
  }
  .home-cell.hidden-cell {
    display: block;
    width: 30em;
    height: 0;
  }
}
#home-read-more {
  padding-top: 1em;
  text-align: right;
  text-transform: uppercase;
}

.home-cell-heading {
  font-size: 3rem;
}

#home-shop-link {
  text-transform: uppercase;
}

/**
#customworks-cellwrapper {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;

	position:absolute;
	z-index: 100;
}
*/
#customworks-slideshow-container {
  height: 82vh;
  max-height: 700px;
  width: 100%;
}
#customworks-slideshow-container .slick-slider, #customworks-slideshow-container .slick-list, #customworks-slideshow-container .slick-track {
  height: 100%;
}
#customworks-slideshow-container .slick-slider {
  overflow: hidden;
}
#customworks-slideshow-container .slick-slider button {
  cursor: pointer;
}
#customworks-slideshow-container .slick-slider .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home-studio-contact {
  padding: 0;
}

#contact-cell {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#contact-cell #home-studio-contact, #contact-cell .home-social {
  width: 100%;
}
#contact-cell .home-contact-cell {
  width: 50%;
  padding: 0;
}
#contact-cell .home-contact-cell p {
  margin: 0 1em;
}
#contact-cell .social-wrapper {
  padding: 0 1em;
}

/*--------------------------------------------------------------
# FRONT - Single post (Jewellery, with slick gallery)
--------------------------------------------------------------*/
/*----------
Ehter gallery
------------*/
.gallery-post-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  /** align-items: center; */
}

#echter-gallery .slick-track {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 37.5em) {
  .gallery-post-wrapper {
    flex-direction: row;
  }
  article.format-gallery {
    padding-left: 2em;
  }
}
@media screen and (min-width: 60em) {
  .single-format-gallery .site-content {
    width: 60em !important;
  }
}
@media screen and (min-width: 72em) {
  .single-format-gallery .site-content {
    width: 72em !important;
  }
  .blog .site-content {
    width: 72em !important;
    max-width: 72em;
  }
}
#echter-gallery.slick-wrapper {
  flex-basis: 70%;
  flex-grow: 1;
}

* {
  min-height: 0;
  min-width: 0;
}

/** TODO change following selector https://github.com/kenwheeler/slick/issues/982 */
.echt-slide video {
  width: 100%;
}

.slick-slide img, .slick-slide video {
  min-width: 100px;
  min-height: 100px;
  margin: auto auto; /* it centers any block level element */
  display: block;
}

.overlay-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.overlay-button a {
  color: black;
}

.breadcrumbs, .breadcrumbs strong {
  margin: 0.5em 0;
  padding: 0;
  font-weight: normal;
  font-family: "Roboto", serif;
}

.breadcrumbs {
  display: block;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs a {
  color: #212121;
}

/** Gallery item text area */
article.format-gallery {
  flex-grow: 1;
  flex-basis: 30%;
  text-align: left;
  /**background-color: red;*/
  color: black;
}

article.format-gallery {
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
}
article.format-gallery .entry-content, article.format-gallery #tags {
  padding: 0 20px;
}
article.format-gallery .entry-title {
  padding: 0.5em 20px;
  margin: 0 0 0.5em 0;
  background-color: #212121;
  font-weight: 300;
  font-size: 2.3em;
  color: #FEFEFE;
  text-align: left;
}
article.format-gallery a {
  color: #212121;
}
article.format-gallery.hentry {
  margin: 0;
}
article.format-gallery .front-shop-ref {
  color: #b1780d;
  font-size: 1.25em;
  text-transform: uppercase;
}
article.format-gallery .front-shop-ref a {
  color: #b1780d;
}

/*--------------------------------------------------------------
# FRONT - Navigation ( Menu, Logo, Social, Language)
--------------------------------------------------------------*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}

/** Different colour schemes for store and main site */
.front-shop .header-img {
  filter: invert(1);
}
.front-shop #masthead {
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
}
.front-shop #masthead.shrink {
  background-color: #fff;
}
.front-shop header.shrink ul li ul {
  background-color: #fff;
}
.front-shop .sub-menu {
  background: none;
}

#masthead {
  background-color: #212121;
  display: flex;
  padding: 0.75em;
}

.admin-bar #masthead {
  margin-top: 32px !important;
}

#header-img-a {
  display: flex;
  justify-content: center;
}

.main-navigation button {
  border: none;
  background: none;
  color: #FEFEFE;
  text-align: right;
}

.social {
  display: none;
  color: #FEFEFE;
  justify-content: center;
}
.social > div {
  padding: 0 0.2em;
}
.social a {
  margin: 0;
}

#logo-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0.75em;
  left: 0.75em;
}
#logo-wrapper img {
  height: 2em;
  width: auto;
  z-index: 10;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0;
}

@media screen and (min-width: 37.5em) {
  #header-img-a {
    width: 320px;
    display: flex;
    margin: 1.5em 0;
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0;
    /*	img {
    		height: $logo-height;
    	}*/
  }
  header.shrink #header-img-a {
    margin: 0.5em 0;
    transition: all 0.25s ease-in-out;
  }
  header.shrink #header-img-a img {
    height: 2em;
  }
  #masthead {
    padding: 0;
  }
  #masthead.shrink {
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease-in-out;
  }
  header.shrink ul li ul {
    background: rgba(0, 0, 0, 0.75);
  }
  #logo-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  .menu-lang-wrapper {
    padding-left: 2em;
  }
  .social {
    padding-left: 1em;
  }
}
/** Language selector **/
.menu-lang-wrapper {
  justify-content: center;
  align-items: center;
}

.menu-lang-wrapper a,
header.shrink .menu-lang-wrapper a {
  text-transform: unset;
  letter-spacing: 0em;
  margin: 0 0.25em;
}

.menu-lang li {
  position: relative;
  display: block;
}
.menu-lang li a:before {
  font-family: FontAwesome;
  content: "\f0ac";
  margin-right: 0.3em;
}

.menu-lang {
  color: #FEFEFE;
  font-family: "Roboto Condensed", sans-serif;
  font-style: bold;
}

#current-lang {
  text-transform: uppercase;
  font-size: 0.85em;
  margin-right: 0.5em;
}

@media screen and (min-width: 60em) {
  #logo-wrapper img {
    height: 5em;
  }
}
/*--------------------------------------------------------------
# FRONT - Footer (Social)
--------------------------------------------------------------*/
footer {
  font-family: "Roboto", serif;
  margin: 0;
}
footer p {
  margin: 0 0 1em 0;
}
footer .social {
  padding: 0;
  display: flex;
  color: #212121;
  font-size: 1.3em;
  justify-content: center;
}
footer .social > div {
  padding: 0.5em;
}
footer .social a {
  margin: 0;
  color: #212121;
}

.footer-menu {
  display: flex;
  justify-content: center;
  /* remove pipe from last item */
}
.footer-menu ul {
  margin: 0;
}
.footer-menu li {
  list-style-type: none;
  display: inline;
  font-size: 1em;
}
.footer-menu li + li:before {
  content: "| ";
  padding: 0 10px;
}
.footer-menu li a {
  color: #212121;
  font-weight: normal;
}
.footer-menu li:last-child > a {
  border-right: none;
}

/*--------------------------------------------------------------
# FRONT - Popups 
--------------------------------------------------------------*/
.front-popup-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
}

@media screen and (min-width: 37.5em) {
  .front-popup-wrapper {
    flex-wrap: nowrap;
  }
}
.pum-container.pum-responsive .front-popup-img {
  margin: auto;
}
.front-popup-main {
  padding: 2em 2em 0 2em;
  margin: auto;
  text-align: center;
}
.front-popup-main h1 {
  color: #630a26;
  font-style: italic;
  margin: 0.25em;
  font-size: 5rem;
  font-weight: 900;
}
.front-popup-main h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.front-popup-main .popup-shoplink {
  font-size: 2em;
  color: #630a26;
}
.front-popup-main .popup-shoplink a {
  color: #630a26;
  padding: 0 0.5em;
  font-family: "Roboto Condensed", sans-serif;
}

/*--------------------------------------------------------------
# FRONT - Shop
--------------------------------------------------------------*/
.woocommerce-cart-form a {
  color: #666;
}
.woocommerce-cart-form a.button.alt, .woocommerce-cart-form button.button.alt {
  background-color: #d4af37;
}

.front-shop .woocommerce a.button.alt, .front-shop .woocommerce button.button.alt, .front-shop .woocommerce input.button.alt, .front-shop .woocommerce #respond input#submit.alt {
  background: #d4af37 !important;
  color: #FEFEFE !important;
}
.front-shop .fa-bars {
  color: #212121;
}
.front-shop a {
  color: #212121;
}
.front-shop #masthead a {
  color: #000;
}
.front-shop #masthead a:hover {
  color: #d7a800;
}
.front-shop .main-navigation ul li:hover > a, .front-shop .main-navigation ul li.focus > a {
  border-bottom: 1px solid #212121;
}
.front-shop .main-navigation ul li:hover > ul {
  background-color: #fff;
}

#shop-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#shop-wrapper .product {
  flex: 100%;
  display: flex;
  flex-flow: row wrap;
}
#shop-wrapper #echter-gallery {
  flex: 80%;
  margin: 2em 0;
}
#shop-wrapper .entry-summary {
  padding: 0 0 0 1.5em;
  margin-top: 0em;
  flex: 80%;
}
@media screen and (min-width: 37.5em) {
  #shop-wrapper {
    align-content: center;
    justify-content: center;
  }
  #shop-wrapper #shop-main {
    flex-basis: 80%;
  }
  #shop-wrapper .entry-summary {
    margin-top: 2em;
  }
  #shop-wrapper #shop-sidebar {
    text-align: left;
    flex-basis: 20%;
    margin-top: 3.5em;
  }
  #shop-wrapper #shop-sidebar ul {
    margin: 0;
  }
  #shop-wrapper #shop-sidebar .current-cat {
    font-weight: bold;
    text-decoration: underline;
  }
}
@media screen and (min-width: 60em) {
  #shop-wrapper #shop-main {
    flex-basis: 75%;
    max-width: 1000px;
  }
  #shop-wrapper #shop-sidebar {
    flex-basis: 15%;
  }
  #shop-wrapper #echter-gallery {
    flex: 60%;
  }
  #shop-wrapper .entry-summary {
    flex: 33%;
  }
}
#shop-wrapper #shop-sidebar a, #shop-wrapper h2, #shop-wrapper .woocommerce-breadcrumb a, #shop-wrapper .woocommerce-breadcrumb {
  color: #212121;
}
#shop-wrapper .woocommerce-breadcrumb {
  font-family: "Roboto", serif;
  float: left;
}
#shop-wrapper #shop-main .woocommerce-ordering, #shop-wrapper #shop-main .woocommerce-breadcrumb {
  margin: 1em 0;
}
#shop-wrapper .product h2 {
  font-weight: 500;
}
#shop-wrapper .single_variation_wrap, #shop-wrapper .woocommerce-variation-add-to-cart {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#shop-wrapper .single_variation_wrap {
  width: 100%;
}

#shop-sidebar {
  display: flex;
  font-size: 0.9rem;
  text-align: center;
  flex-basis: 100%;
  line-height: 1.3;
}
#shop-sidebar ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#shop-sidebar ul .category-name:first-of-type {
  margin: 0 0 0.25em 0;
  padding: 0 0 0.25em 0;
}
#shop-sidebar ul li.collections-show-all {
  text-transform: uppercase;
}
#shop-sidebar ul li + .category-name {
  margin: 0.25em 0;
  padding: 0.25em 0;
}
#shop-sidebar ul li + h2 { /* every h2 that comes after a li */
  border-top: solid;
}

#shop-main {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#shop-main .products .product {
  text-align: center;
}
#shop-main .woocommerce-breadcrumb {
  margin: 2em 0;
  flex: 60%;
}
#shop-main .woocommerce-notices-wrapper {
  flex: 100%;
}
#shop-main .woocommerce-ordering {
  flex: 100%;
  height: 1.5em;
  text-align: right;
}
#shop-main .cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#shop-main .cart a {
  color: #212121;
}
#shop-main .cart .quantity {
  margin: 0 1em;
}
#shop-main .cart .qty_button {
  padding: 0.1em;
}
#shop-main .cart input.qty {
  border: 0px;
}
#shop-main .cart .qty {
  width: 1.5em;
}
#shop-main button.single_add_to_cart_button, #shop-main .wc-forward {
  border-radius: 0;
  border: none;
}

.shop-header {
  width: 100%;
  position: relative;
  text-align: center;
}
.shop-header img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; /* 1st moves the image horiz. and the 2nd vertically */
}
.shop-header .shop-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-header .shop-header-scrollarrow {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -4em);
}

.woocommerce ul.products {
  width: 100%;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-message::before {
  border-top-color: #e1c24e;
}

.woocommerce #shop-wrapper .woocommerce-message::before {
  color: #d4af37;
}
.woocommerce #shop-wrapper span.onsale {
  background-color: #212121;
}
.woocommerce #shop-wrapper .price {
  color: #212121;
}
.woocommerce #shop-wrapper .product_meta a {
  color: #d4af37;
}
.woocommerce #shop-wrapper .button {
  background-color: #212121;
  color: #FEFEFE;
  opacity: 1;
}
.woocommerce #shop-wrapper .imagewrapper {
  overflow: auto;
}
.woocommerce #shop-wrapper .imagewrapper img {
  position: relative;
  left: 100%;
  margin-left: -100%;
  float: left;
}
.woocommerce #shop-wrapper .imagewrapper .product-hover-img, .woocommerce #shop-wrapper .imagewrapper .wp-post-image {
  transition: opacity 0.3s ease-in-out;
}
.woocommerce #shop-wrapper .imagewrapper .product-hover-img {
  opacity: 0;
}
.woocommerce #shop-wrapper .imagewrapper:hover .product-hover-img {
  opacity: 1;
}
.woocommerce #shop-wrapper .imagewrapper:hover .wp-post-image {
  opacity: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
  -webkit-appearance: button-bevel;
     -moz-appearance: button-bevel;
          appearance: button-bevel;
}

button,
select {
  text-transform: none;
}

html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
button,
input,
select,
textarea {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2 {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

*,
*: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: #ffffff; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  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);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
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);
}
input[type=reset]:active, input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  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=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #FEFEFE;
  font-family: "Roboto Condensed", sans-serif;
}
a:visited {
  text-decoration: none;
  color: #FEFEFE;
}
a:hover, a:focus, a:active {
  color: #BEBEBE;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation {
  clear: both;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-navigation ul {
  display: none;
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-left: 0;
  margin: 0;
}
.main-navigation ul ul {
  border-top: 1px solid #e1c24e;
  border-bottom: 1px solid #e1c24e;
}
.main-navigation ul ul a {
  display: inline-block;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li ul {
  background-color: #212121;
  text-align: center;
  font-size: 0.9em;
  text-transform: lowercase;
}
.main-navigation ul li ul a {
  padding: 0.33em 1em;
  margin: 0 1em;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  transition-delay: 0s;
}
.main-navigation ul li.toggled > ul {
  display: block !important;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-bottom: 1px solid white;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  /** underline is further away from menu item
  padding: 1em .5em;
  margin: 1em .5em;*/
  transition: all 0.1s ease-in-out;
  padding: 0.5em 0.25em;
  margin: 0 0.75em;
  margin-bottom: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #e1c24e;
  /** USED TO BE:
  	.main-navigation li.current-menu-item > a {
  		color: #dcc264;
  	}
  */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled .social {
  display: flex;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li ul {
    border: none;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    display: block;
    margin: 0;
    padding: 0 37.5em;
    width: 150vw; /**make it span the viewport (and over) */
    z-index: 5;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    transition: all 0.1s ease-in 0.33s;
  }
  .main-navigation .social {
    display: flex;
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation {
    flex-direction: row;
  }
  .main-navigation li {
    display: inline-block;
  }
  .menu-lang-wrapper ul li {
    display: block;
  }
  .main-navigation ul li:hover > ul {
    position: absolute; /** There's a duplicate of this row in this CSS */
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#masthead.shrink #site-navigation {
  padding-bottom: 0;
}

.main-navigation li > a {
  border-bottom: 1px solid transparent; /** avoid jumpiness caused by hover border */
}

.main-navigation ul ul li > a {
  border-bottom: none !important; /** avoid jumpiness caused by hover border */
}

a {
  color: #FEFEFE;
  font-family: "Roboto Condensed", sans-serif;
}
a:visited {
  text-decoration: none;
  color: #FEFEFE;
}
a:hover, a:focus, a:active {
  color: #BEBEBE;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation {
  clear: both;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-navigation ul {
  display: none;
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-left: 0;
  margin: 0;
}
.main-navigation ul ul {
  border-top: 1px solid #e1c24e;
  border-bottom: 1px solid #e1c24e;
}
.main-navigation ul ul a {
  display: inline-block;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li ul {
  background-color: #212121;
  text-align: center;
  font-size: 0.9em;
  text-transform: lowercase;
}
.main-navigation ul li ul a {
  padding: 0.33em 1em;
  margin: 0 1em;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  transition-delay: 0s;
}
.main-navigation ul li.toggled > ul {
  display: block !important;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-bottom: 1px solid white;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  /** underline is further away from menu item
  padding: 1em .5em;
  margin: 1em .5em;*/
  transition: all 0.1s ease-in-out;
  padding: 0.5em 0.25em;
  margin: 0 0.75em;
  margin-bottom: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #e1c24e;
  /** USED TO BE:
  	.main-navigation li.current-menu-item > a {
  		color: #dcc264;
  	}
  */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled .social {
  display: flex;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li ul {
    border: none;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    display: block;
    margin: 0;
    padding: 0 37.5em;
    width: 150vw; /**make it span the viewport (and over) */
    z-index: 5;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    transition: all 0.1s ease-in 0.33s;
  }
  .main-navigation .social {
    display: flex;
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation {
    flex-direction: row;
  }
  .main-navigation li {
    display: inline-block;
  }
  .menu-lang-wrapper ul li {
    display: block;
  }
  .main-navigation ul li:hover > ul {
    position: absolute; /** There's a duplicate of this row in this CSS */
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#masthead.shrink #site-navigation {
  padding-bottom: 0;
}

.main-navigation li > a {
  border-bottom: 1px solid transparent; /** avoid jumpiness caused by hover border */
}

.main-navigation ul ul li > a {
  border-bottom: none !important; /** avoid jumpiness caused by hover border */
}

/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.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-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Flexbox based layout
--------------------------------------------------------------*/
#content {
  display: flex;
  /* Centering the page !TODO either remove or check if needed
  max-width:1200px;
  margin:0 auto;*/
}

#primary {
  /* This makes the element grow and take all available space, not taken by the sidebar */
  flex-grow: 1;
}

.page-template-default .site-content,
.single-post .site-content {
  margin: 3.5em auto 0 auto;
}

/* Media Queries */
@media all and (max-width: 800px) {
  #content {
    flex-flow: column;
  }
}
/*--------------------------------------------------------------
## Echter
--------------------------------------------------------------*/
.error404 {
  text-align: center;
  background-color: #212121;
  color: #FEFEFE;
}

.site-footer {
  text-align: center;
}

.site-content {
  margin-top: 3.5em; /** this should correspond to height of #masthead */
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 37.5em) {
  .site-content {
    margin: 8em auto 0 auto !important;
  }
  .page .site-content {
    max-width: 50em;
  }
  .home.page .site-content {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.sticky {
  display: block;
}

.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-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Flexbox based layout
--------------------------------------------------------------*/
#content {
  display: flex;
  /* Centering the page !TODO either remove or check if needed
  max-width:1200px;
  margin:0 auto;*/
}

#primary {
  /* This makes the element grow and take all available space, not taken by the sidebar */
  flex-grow: 1;
}

.page-template-default .site-content,
.single-post .site-content {
  margin: 3.5em auto 0 auto;
}

/* Media Queries */
@media all and (max-width: 800px) {
  #content {
    flex-flow: column;
  }
}
/*--------------------------------------------------------------
## Echter
--------------------------------------------------------------*/
.error404 {
  text-align: center;
  background-color: #212121;
  color: #FEFEFE;
}

.site-footer {
  text-align: center;
}

.site-content {
  margin-top: 3.5em; /** this should correspond to height of #masthead */
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 37.5em) {
  .site-content {
    margin: 8em auto 0 auto !important;
  }
  .page .site-content {
    max-width: 50em;
  }
  .home.page .site-content {
    max-width: 100%;
  }
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.icon--facebook {
  background-image: url("../images/icons/facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.icon--instagram {
  background-image: url("../images/icons/instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.icon--pinterest {
  background-image: url("../images/icons/pinterest.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.icon--linkedin {
  background-image: url("../images/icons/linkdin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.icon--tiktok {
  background-image: url("../images/icons/tiktok.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon--small {
  width: 16px;
  height: 16px;
}
.icon--medium {
  width: 24px;
  height: 24px;
}
.icon--large {
  width: 32px;
  height: 32px;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* 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;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.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;
}

main {
  /** margin: 0 10em; */ /** TODO 16.06 put this back? */
}

.site-main a {
  color: #212121;
}

/*--------------------------------------------------------------
## Freewall.js Grid
--------------------------------------------------------------*/
.echter-filter {
  display: inline-block;
}

.echter-filter li {
  list-style: none;
  margin: 0 0.5em;
  padding: 5px;
  display: inline;
}

ul.echter-filter {
  margin: 0.5em 0;
}

.grid-item {
  flex-basis: 50%;
  position: relative;
  border: 0.2em solid #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-item img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 37.5em) {
  .grid-item {
    flex-basis: 33.3%;
  }
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-container a {
  color: white;
}

/*** 
	Overlay related
 */
.grid-item-overlay-container {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.grid-item-overlay {
  opacity: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s;
}

.grid-item:hover .grid-item-overlay {
  opacity: 0.6;
  filter: alpha(opacity=100);
}

/** title-container has the grid border bars */
.grid-item-overlay-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transition: transform 0.35s;
  transform: scale(0, 1);
}
.grid-item-overlay-title-container ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.grid-item-overlay-title-container ul li {
  display: inline;
}
.grid-item-overlay-title-container ul li:nth-child(n+2):before {
  content: "•";
  padding: 0 0.5em;
}

.grid-item:hover .grid-item-overlay-title-container {
  transform: scale(1);
}

/** Grid Title */
.grid-item h2 {
  text-align: center;
  color: #FFF;
  transition: transform 0.35s;
  transform: rotateX(90deg);
}

.grid-item:hover h2 {
  transform: rotateX(0deg);
}

.blog-grid-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.single-post.theme-front .entry-content {
  margin: 0;
}

.blog.theme-front .entry-title, .single-post.theme-front .entry-title, .category.theme-front .entry-title {
  background-color: unset;
  color: #131313;
  margin: 0;
}
.blog.theme-front .site-content, .single-post.theme-front .site-content, .category.theme-front .site-content {
  width: 100% !important;
  max-width: 100%;
}
.blog.theme-front .blog-sidebar#visible-sidebar, .single-post.theme-front .blog-sidebar#visible-sidebar, .category.theme-front .blog-sidebar#visible-sidebar {
  text-align: center;
}
.blog.theme-front .blog-sidebar#visible-sidebar ul, .single-post.theme-front .blog-sidebar#visible-sidebar ul, .category.theme-front .blog-sidebar#visible-sidebar ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog.theme-front .blog-sidebar#visible-sidebar ul li.current-cat, .single-post.theme-front .blog-sidebar#visible-sidebar ul li.current-cat, .category.theme-front .blog-sidebar#visible-sidebar ul li.current-cat {
  font-style: italic;
}
.blog.theme-front .blog-menu-toggle h3, .single-post.theme-front .blog-menu-toggle h3, .category.theme-front .blog-menu-toggle h3 {
  margin: 0em 0;
}
.blog.theme-front .blog-menu-toggle ul, .single-post.theme-front .blog-menu-toggle ul, .category.theme-front .blog-menu-toggle ul {
  display: none;
}

.blog .nav-links > div {
  margin: 1em;
}
.blog .nav-links > div a {
  padding: 1em;
  background-color: #131313;
  color: #e1c24e;
}

@media screen and (min-width: 60em) {
  .blog.theme-front .blog-menu-toggle h3, .single-post.theme-front .blog-menu-toggle h3, .category.theme-front .blog-menu-toggle h3 {
    margin: 0.5em 0;
  }
}
@media screen and (min-width: 72em) {
  .blog.theme-front, .single-post.theme-front, .category.theme-front {
    /** Sidebar placement */
  }
  .blog.theme-front .site-content, .single-post.theme-front .site-content, .category.theme-front .site-content {
    max-width: 82em;
  }
  .blog.theme-front .dw, .single-post.theme-front .dw, .category.theme-front .dw {
    -moz-column-count: 3;
         column-count: 3;
  }
  .blog.theme-front .blog-grid-wrapper, .single-post.theme-front .blog-grid-wrapper, .category.theme-front .blog-grid-wrapper {
    /**
    margin-left: auto;
       margin-right: auto;

       margin-left: 0;
       margin-right: 0;
       */
    width: 84%;
    max-width: 80em;
    position: relative;
  }
  .blog.theme-front .blog-grid-wrapper .dw-panel, .single-post.theme-front .blog-grid-wrapper .dw-panel, .category.theme-front .blog-grid-wrapper .dw-panel {
    padding: 0;
  }
  .blog.theme-front .blog-grid-wrapper h2, .single-post.theme-front .blog-grid-wrapper h2, .category.theme-front .blog-grid-wrapper h2 {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }
  .blog.theme-front .blog-sidebar#visible-sidebar, .single-post.theme-front .blog-sidebar#visible-sidebar, .category.theme-front .blog-sidebar#visible-sidebar {
    position: absolute;
    top: 0;
    left: 100%;
    width: 16%;
    margin-left: 1em;
    min-width: 10em;
    max-width: 30em;
    padding-top: 20px;
    text-align: left;
  }
  .blog.theme-front .blog-sidebar#visible-sidebar .toggle-icon, .single-post.theme-front .blog-sidebar#visible-sidebar .toggle-icon, .category.theme-front .blog-sidebar#visible-sidebar .toggle-icon {
    display: none;
  }
  .blog.theme-front .blog-sidebar#visible-sidebar ul, .single-post.theme-front .blog-sidebar#visible-sidebar ul, .category.theme-front .blog-sidebar#visible-sidebar ul {
    display: inline-block;
  }
}
@media screen and (min-width: 82em) {
  .blog-grid-wrapper {
    width: 90%;
    max-width: 76em;
  }
  .blog-sidebar#visible-sidebar {
    width: 6em;
    max-width: 20em;
  }
}
/**
.blog-grid-wrapper {


    // Masonry grid styles
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 1em;

    .blog-post {
        // Individual blog post styles
        .featured-image {
            // Featured image styles
        }
        .post-title {
            // Post title styles
        }
        .post-excerpt {
            // Post excerpt styles
        }
        .post-meta {
            // Post meta styles
        }
    }

    h2 { margin: 0; }
}
**/
body.home {
  background-color: #212121;
}

.home .entry-content {
  margin-top: 0 !important;
}

#video-container {
  text-align: center;
  padding: 3em 0;
  border-bottom: none;
}
#video-container > video, #video-container img {
  width: 100%;
  max-width: 65em;
  height: auto;
  mix-blend-mode: exclusion;
}

#home-slideshow-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: auto;
}

#home-slideshow-container, #home-jewellery-container {
  background-color: #ffffff;
}

#home-slick-container.slick-wrapper {
  flex-grow: 1;
}
#home-slick-container .slick-track {
  display: flex;
  align-items: center;
}

.homepage {
  width: 100%;
  left: 0;
}

.home .site-content {
  width: 100%;
}

.home-section {
  border-bottom: solid 1.2em;
}

.home-heading {
  text-align: center;
  font-size: 3em;
}

#home-slideshow-heading, .home-cell-title, a.home-cell-title {
  background-color: #ffffff;
  border: 2px solid #212121;
  padding: 0.25em 1em;
}

a#home-slideshow-heading:hover,
a.home-cell-title:hover {
  background-color: #212121;
  border: 2px solid #ffffff;
  color: #ffffff;
}

#home-contact-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#home-studio-contact {
  display: inline-block;
}

.home-contact-cell, .home-about-cell {
  padding: 1em 3em;
}

.home-about-cell {
  width: 95%;
  max-width: 46rem;
  text-align: justify;
  font-size: larger;
  margin: 0 auto;
  margin-bottom: 2em;
  background-color: rgba(0, 0, 0, 0.66);
}

.home-contact-cell h4 {
  color: #dcc264;
  margin: 0;
}

.home-contact {
  padding: 2em 0;
  text-align: center;
}
.home-contact a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.contact-wrapper {
  background-color: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  display: inline-block;
  padding: 1em 0;
}

.home-social {
  display: flex;
  justify-content: center;
}

.social-wrapper {
  padding: 1em;
}

#about-bg {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#about-wrapper {
  color: #ffffff;
  text-align: center;
}

#home-slick-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#home-slick-container .slick-dots {
  margin-top: 0.5em;
  bottom: 0 !important;
}

p.home-readmore {
  text-align: right;
  margin-bottom: 0.5em;
}
p.home-readmore a {
  color: #e1c24e;
}

@media screen and (min-width: 37.5em) {
  #home-contact-container {
    flex-direction: row;
    justify-content: center;
    width: 46rem;
  }
  #video-container {
    padding: 5em 0;
  }
}
.home-section {
  height: 82vh;
  max-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.25rem;
  border: none;
}

.home-cell {
  flex-basis: 1;
  background: rgba(255, 255, 255, 0.55);
  padding: 1.5em;
  width: 90vw;
  height: 18em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-cell .slick-slide img {
  height: 700px;
}

#intro-cell {
  text-align: justify;
}

.home-cell {
  text-align: center;
  color: black;
}
.home-cell a {
  color: black;
}

.home-cell.hidden-cell {
  width: 0;
  padding: 0;
  display: none;
  height: 0;
}

@media screen and (min-width: 60em) {
  .home-cell {
    width: 30em;
  }
  .home-cell.hidden-cell {
    display: block;
    width: 30em;
    height: 0;
  }
}
#home-read-more {
  padding-top: 1em;
  text-align: right;
  text-transform: uppercase;
}

.home-cell-heading {
  font-size: 3rem;
}

#home-shop-link {
  text-transform: uppercase;
}

/**
#customworks-cellwrapper {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;

	position:absolute;
	z-index: 100;
}
*/
#customworks-slideshow-container {
  height: 82vh;
  max-height: 700px;
  width: 100%;
}
#customworks-slideshow-container .slick-slider, #customworks-slideshow-container .slick-list, #customworks-slideshow-container .slick-track {
  height: 100%;
}
#customworks-slideshow-container .slick-slider {
  overflow: hidden;
}
#customworks-slideshow-container .slick-slider button {
  cursor: pointer;
}
#customworks-slideshow-container .slick-slider .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home-studio-contact {
  padding: 0;
}

#contact-cell {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#contact-cell #home-studio-contact, #contact-cell .home-social {
  width: 100%;
}
#contact-cell .home-contact-cell {
  width: 50%;
  padding: 0;
}
#contact-cell .home-contact-cell p {
  margin: 0 1em;
}
#contact-cell .social-wrapper {
  padding: 0 1em;
}

/*----------
Ehter gallery
------------*/
.gallery-post-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  /** align-items: center; */
}

#echter-gallery .slick-track {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 37.5em) {
  .gallery-post-wrapper {
    flex-direction: row;
  }
  article.format-gallery {
    padding-left: 2em;
  }
}
@media screen and (min-width: 60em) {
  .single-format-gallery .site-content {
    width: 60em !important;
  }
}
@media screen and (min-width: 72em) {
  .single-format-gallery .site-content {
    width: 72em !important;
  }
  .blog .site-content {
    width: 72em !important;
    max-width: 72em;
  }
}
#echter-gallery.slick-wrapper {
  flex-basis: 70%;
  flex-grow: 1;
}

* {
  min-height: 0;
  min-width: 0;
}

/** TODO change following selector https://github.com/kenwheeler/slick/issues/982 */
.echt-slide video {
  width: 100%;
}

.slick-slide img, .slick-slide video {
  min-width: 100px;
  min-height: 100px;
  margin: auto auto; /* it centers any block level element */
  display: block;
}

.overlay-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.overlay-button a {
  color: black;
}

.breadcrumbs, .breadcrumbs strong {
  margin: 0.5em 0;
  padding: 0;
  font-weight: normal;
  font-family: "Roboto", serif;
}

.breadcrumbs {
  display: block;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs a {
  color: #212121;
}

/** Gallery item text area */
article.format-gallery {
  flex-grow: 1;
  flex-basis: 30%;
  text-align: left;
  /**background-color: red;*/
  color: black;
}

article.format-gallery {
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
}
article.format-gallery .entry-content, article.format-gallery #tags {
  padding: 0 20px;
}
article.format-gallery .entry-title {
  padding: 0.5em 20px;
  margin: 0 0 0.5em 0;
  background-color: #212121;
  font-weight: 300;
  font-size: 2.3em;
  color: #FEFEFE;
  text-align: left;
}
article.format-gallery a {
  color: #212121;
}
article.format-gallery.hentry {
  margin: 0;
}
article.format-gallery .front-shop-ref {
  color: #b1780d;
  font-size: 1.25em;
  text-transform: uppercase;
}
article.format-gallery .front-shop-ref a {
  color: #b1780d;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}

/** Different colour schemes for store and main site */
.front-shop .header-img {
  filter: invert(1);
}
.front-shop #masthead {
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
}
.front-shop #masthead.shrink {
  background-color: #fff;
}
.front-shop header.shrink ul li ul {
  background-color: #fff;
}
.front-shop .sub-menu {
  background: none;
}

#masthead {
  background-color: #212121;
  display: flex;
  padding: 0.75em;
}

.admin-bar #masthead {
  margin-top: 32px !important;
}

#header-img-a {
  display: flex;
  justify-content: center;
}

.main-navigation button {
  border: none;
  background: none;
  color: #FEFEFE;
  text-align: right;
}

.social {
  display: none;
  color: #FEFEFE;
  justify-content: center;
}
.social > div {
  padding: 0 0.2em;
}
.social a {
  margin: 0;
}

#logo-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0.75em;
  left: 0.75em;
}
#logo-wrapper img {
  height: 2em;
  width: auto;
  z-index: 10;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0;
}

@media screen and (min-width: 37.5em) {
  #header-img-a {
    width: 320px;
    display: flex;
    margin: 1.5em 0;
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0;
    /*	img {
    		height: $logo-height;
    	}*/
  }
  header.shrink #header-img-a {
    margin: 0.5em 0;
    transition: all 0.25s ease-in-out;
  }
  header.shrink #header-img-a img {
    height: 2em;
  }
  #masthead {
    padding: 0;
  }
  #masthead.shrink {
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease-in-out;
  }
  header.shrink ul li ul {
    background: rgba(0, 0, 0, 0.75);
  }
  #logo-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  .menu-lang-wrapper {
    padding-left: 2em;
  }
  .social {
    padding-left: 1em;
  }
}
/** Language selector **/
.menu-lang-wrapper {
  justify-content: center;
  align-items: center;
}

.menu-lang-wrapper a,
header.shrink .menu-lang-wrapper a {
  text-transform: unset;
  letter-spacing: 0em;
  margin: 0 0.25em;
}

.menu-lang li {
  position: relative;
  display: block;
}
.menu-lang li a:before {
  font-family: FontAwesome;
  content: "\f0ac";
  margin-right: 0.3em;
}

.menu-lang {
  color: #FEFEFE;
  font-family: "Roboto Condensed", sans-serif;
  font-style: bold;
}

#current-lang {
  text-transform: uppercase;
  font-size: 0.85em;
  margin-right: 0.5em;
}

@media screen and (min-width: 60em) {
  #logo-wrapper img {
    height: 5em;
  }
}
footer {
  font-family: "Roboto", serif;
  margin: 0;
}
footer p {
  margin: 0 0 1em 0;
}
footer .social {
  padding: 0;
  display: flex;
  color: #212121;
  font-size: 1.3em;
  justify-content: center;
}
footer .social > div {
  padding: 0.5em;
}
footer .social a {
  margin: 0;
  color: #212121;
}

.footer-menu {
  display: flex;
  justify-content: center;
  /* remove pipe from last item */
}
.footer-menu ul {
  margin: 0;
}
.footer-menu li {
  list-style-type: none;
  display: inline;
  font-size: 1em;
}
.footer-menu li + li:before {
  content: "| ";
  padding: 0 10px;
}
.footer-menu li a {
  color: #212121;
  font-weight: normal;
}
.footer-menu li:last-child > a {
  border-right: none;
}

.front-popup-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
}

@media screen and (min-width: 37.5em) {
  .front-popup-wrapper {
    flex-wrap: nowrap;
  }
}
.pum-container.pum-responsive .front-popup-img {
  margin: auto;
}
.front-popup-main {
  padding: 2em 2em 0 2em;
  margin: auto;
  text-align: center;
}
.front-popup-main h1 {
  color: #630a26;
  font-style: italic;
  margin: 0.25em;
  font-size: 5rem;
  font-weight: 900;
}
.front-popup-main h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.front-popup-main .popup-shoplink {
  font-size: 2em;
  color: #630a26;
}
.front-popup-main .popup-shoplink a {
  color: #630a26;
  padding: 0 0.5em;
  font-family: "Roboto Condensed", sans-serif;
}

.woocommerce-cart-form a {
  color: #666;
}
.woocommerce-cart-form a.button.alt, .woocommerce-cart-form button.button.alt {
  background-color: #d4af37;
}

.front-shop .woocommerce a.button.alt, .front-shop .woocommerce button.button.alt, .front-shop .woocommerce input.button.alt, .front-shop .woocommerce #respond input#submit.alt {
  background: #d4af37 !important;
  color: #FEFEFE !important;
}
.front-shop .fa-bars {
  color: #212121;
}
.front-shop a {
  color: #212121;
}
.front-shop #masthead a {
  color: #000;
}
.front-shop #masthead a:hover {
  color: #d7a800;
}
.front-shop .main-navigation ul li:hover > a, .front-shop .main-navigation ul li.focus > a {
  border-bottom: 1px solid #212121;
}
.front-shop .main-navigation ul li:hover > ul {
  background-color: #fff;
}

#shop-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#shop-wrapper .product {
  flex: 100%;
  display: flex;
  flex-flow: row wrap;
}
#shop-wrapper #echter-gallery {
  flex: 80%;
  margin: 2em 0;
}
#shop-wrapper .entry-summary {
  padding: 0 0 0 1.5em;
  margin-top: 0em;
  flex: 80%;
}
@media screen and (min-width: 37.5em) {
  #shop-wrapper {
    align-content: center;
    justify-content: center;
  }
  #shop-wrapper #shop-main {
    flex-basis: 80%;
  }
  #shop-wrapper .entry-summary {
    margin-top: 2em;
  }
  #shop-wrapper #shop-sidebar {
    text-align: left;
    flex-basis: 20%;
    margin-top: 3.5em;
  }
  #shop-wrapper #shop-sidebar ul {
    margin: 0;
  }
  #shop-wrapper #shop-sidebar .current-cat {
    font-weight: bold;
    text-decoration: underline;
  }
}
@media screen and (min-width: 60em) {
  #shop-wrapper #shop-main {
    flex-basis: 75%;
    max-width: 1000px;
  }
  #shop-wrapper #shop-sidebar {
    flex-basis: 15%;
  }
  #shop-wrapper #echter-gallery {
    flex: 60%;
  }
  #shop-wrapper .entry-summary {
    flex: 33%;
  }
}
#shop-wrapper #shop-sidebar a, #shop-wrapper h2, #shop-wrapper .woocommerce-breadcrumb a, #shop-wrapper .woocommerce-breadcrumb {
  color: #212121;
}
#shop-wrapper .woocommerce-breadcrumb {
  font-family: "Roboto", serif;
  float: left;
}
#shop-wrapper #shop-main .woocommerce-ordering, #shop-wrapper #shop-main .woocommerce-breadcrumb {
  margin: 1em 0;
}
#shop-wrapper .product h2 {
  font-weight: 500;
}
#shop-wrapper .single_variation_wrap, #shop-wrapper .woocommerce-variation-add-to-cart {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#shop-wrapper .single_variation_wrap {
  width: 100%;
}

#shop-sidebar {
  display: flex;
  font-size: 0.9rem;
  text-align: center;
  flex-basis: 100%;
  line-height: 1.3;
}
#shop-sidebar ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#shop-sidebar ul .category-name:first-of-type {
  margin: 0 0 0.25em 0;
  padding: 0 0 0.25em 0;
}
#shop-sidebar ul li.collections-show-all {
  text-transform: uppercase;
}
#shop-sidebar ul li + .category-name {
  margin: 0.25em 0;
  padding: 0.25em 0;
}
#shop-sidebar ul li + h2 { /* every h2 that comes after a li */
  border-top: solid;
}

#shop-main {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#shop-main .products .product {
  text-align: center;
}
#shop-main .woocommerce-breadcrumb {
  margin: 2em 0;
  flex: 60%;
}
#shop-main .woocommerce-notices-wrapper {
  flex: 100%;
}
#shop-main .woocommerce-ordering {
  flex: 100%;
  height: 1.5em;
  text-align: right;
}
#shop-main .cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#shop-main .cart a {
  color: #212121;
}
#shop-main .cart .quantity {
  margin: 0 1em;
}
#shop-main .cart .qty_button {
  padding: 0.1em;
}
#shop-main .cart input.qty {
  border: 0px;
}
#shop-main .cart .qty {
  width: 1.5em;
}
#shop-main button.single_add_to_cart_button, #shop-main .wc-forward {
  border-radius: 0;
  border: none;
}

.shop-header {
  width: 100%;
  position: relative;
  text-align: center;
}
.shop-header img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; /* 1st moves the image horiz. and the 2nd vertically */
}
.shop-header .shop-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-header .shop-header-scrollarrow {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -4em);
}

.woocommerce ul.products {
  width: 100%;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-message::before {
  border-top-color: #e1c24e;
}

.woocommerce #shop-wrapper .woocommerce-message::before {
  color: #d4af37;
}
.woocommerce #shop-wrapper span.onsale {
  background-color: #212121;
}
.woocommerce #shop-wrapper .price {
  color: #212121;
}
.woocommerce #shop-wrapper .product_meta a {
  color: #d4af37;
}
.woocommerce #shop-wrapper .button {
  background-color: #212121;
  color: #FEFEFE;
  opacity: 1;
}
.woocommerce #shop-wrapper .imagewrapper {
  overflow: auto;
}
.woocommerce #shop-wrapper .imagewrapper img {
  position: relative;
  left: 100%;
  margin-left: -100%;
  float: left;
}
.woocommerce #shop-wrapper .imagewrapper .product-hover-img, .woocommerce #shop-wrapper .imagewrapper .wp-post-image {
  transition: opacity 0.3s ease-in-out;
}
.woocommerce #shop-wrapper .imagewrapper .product-hover-img {
  opacity: 0;
}
.woocommerce #shop-wrapper .imagewrapper:hover .product-hover-img {
  opacity: 1;
}
.woocommerce #shop-wrapper .imagewrapper:hover .wp-post-image {
  opacity: 0;
}

.page-template-template-flexible .site-content {
  width: 100%;
  max-width: 100%;
}
.page-template-template-flexible .flexible-content-template {
  width: 100%;
}

.flexible-content-template .heading-block__container {
  display: flex;
  width: 100%;
  min-height: 500px;
}
@media (max-width: 47.9375em) {
  .flexible-content-template .heading-block__container {
    flex-direction: column;
    min-height: 402px;
  }
}
@media (min-width: 87.5em) {
  .flexible-content-template .heading-block__container {
    min-height: 700px;
  }
}
.flexible-content-template .heading-block__image-wrapper {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.flexible-content-template .heading-block__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(15, 15, 15));
}
@media (max-width: 47.9375em) {
  .flexible-content-template .heading-block__image-wrapper {
    width: 100%;
    height: 227px;
  }
  .flexible-content-template .heading-block__image-wrapper::after {
    display: none;
  }
}
.flexible-content-template .heading-block__image-wrapper--no-image {
  display: none;
}
.flexible-content-template .heading-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-template .heading-block__content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #0f0f0f;
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .flexible-content-template .heading-block__content {
    width: 100%;
    height: 175px;
  }
}
.flexible-content-template .heading-block__heading {
  max-width: 438px;
  margin: 0;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .flexible-content-template .heading-block__heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 47.9375em) {
  .flexible-content-template .heading-block__heading {
    font-size: 21px;
    line-height: 26px;
  }
}

.text-columns {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .text-columns {
    min-height: 700px;
  }
}
@media (max-width: 47.9375em) {
  .text-columns {
    min-height: 390px;
  }
}
.text-columns__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.text-columns__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 47.9375em) {
  .text-columns__background img {
    -o-object-position: top center;
       object-position: top center;
  }
}
.text-columns__container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 87.5em) {
  .text-columns__container {
    min-height: 700px;
  }
}
@media (max-width: 47.9375em) {
  .text-columns__container {
    flex-direction: column;
    min-height: 390px;
  }
}
.text-columns__column {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.text-columns__column--left {
  justify-content: flex-start;
}
.text-columns__column--left .text-columns__text-wrapper {
  margin-left: 32%;
}
.text-columns__column--right {
  justify-content: flex-end;
}
.text-columns__column--right .text-columns__text-wrapper {
  margin-right: 32%;
}
@media (max-width: 47.9375em) {
  .text-columns__column {
    padding: 1rem;
  }
  .text-columns__column--left {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 3rem;
  }
  .text-columns__column--left .text-columns__text-wrapper {
    margin-left: 2rem;
    text-align: left;
  }
  .text-columns__column--right {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 3rem;
  }
  .text-columns__column--right .text-columns__text-wrapper {
    margin-right: 2rem;
    text-align: right;
  }
}
.text-columns__text-wrapper {
  color: #ffffff;
  text-align: left;
  margin-bottom: 1.5rem;
}
.text-columns__text-top {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  line-height: 0.87;
  font-weight: 400;
}
.text-columns__text-bottom {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 31px;
  line-height: 0.87;
  font-weight: 400;
  margin-bottom: 1.1rem;
}
.text-columns__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 47.9375em) {
  .text-columns__container {
    flex-direction: column;
    min-height: 390px;
  }
  .text-columns__column {
    padding: 1rem;
  }
  .text-columns__column--left {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 2rem;
  }
  .text-columns__column--left .text-columns__text-wrapper {
    margin-left: 1.3rem;
    text-align: left;
  }
  .text-columns__column--right {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 2rem;
  }
  .text-columns__column--right .text-columns__text-wrapper {
    margin-right: 0.3rem;
    margin-bottom: 0;
  }
  .text-columns__text-top {
    font-size: 26px;
    text-align: center;
  }
  .text-columns__text-bottom {
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
  .text-columns__subtitle {
    font-size: 14px;
    text-align: center;
  }
}

.text-image-split {
  background-color: #101010;
  color: #ffffff;
}
.text-image-split__container {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
  max-height: 800px;
}
.text-image-split__container--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 47.9375em) {
  .text-image-split__container--reverse .text-image-split__content {
    text-align: right;
  }
}
@media (max-width: 47.9375em) {
  .text-image-split__container {
    padding: 0 1.5rem;
    min-height: 303px;
    gap: 0.6rem;
  }
}
@media (max-width: 47.9375em) {
  .text-image-split__container--tall {
    min-height: 450px;
    padding: 0 2rem;
  }
  .text-image-split__container--tall .text-image-split__content {
    flex: 0 0 52%;
  }
  .text-image-split__container--tall .text-image-split__image-wrapper {
    flex: 0 0 48%;
  }
}
.text-image-split__content {
  flex: 0 0 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  text-align: center;
}
@media (max-width: 87.4375em) {
  .text-image-split__content {
    padding: 0;
  }
}
.text-image-split__heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 2.7rem;
  font-weight: 500;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .text-image-split__heading {
    font-size: 28px;
    line-height: 34px;
  }
}
.text-image-split__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  font-weight: 300;
  margin-bottom: 1.4rem;
  padding: 0 2rem;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .text-image-split__text {
    font-size: 24px;
    line-height: 34px;
  }
}
.text-image-split__image-wrapper {
  flex: 0 0 43%;
  position: relative;
}
.text-image-split__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  min-height: 640px;
}
@media (max-width: 47.9375em) {
  .text-image-split__image {
    min-height: auto;
  }
  .text-image-split__content {
    flex: 0 0 57%;
    padding: 0;
    text-align: left;
    padding: 2.1rem 0;
  }
  .text-image-split__image-wrapper {
    flex: 0 0 43%;
  }
  .text-image-split__heading {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 calc(2rem - 5px) 0;
  }
  .text-image-split__text {
    font-size: 15px;
    line-height: 26px;
    padding: 0;
  }
}
@media (max-width: 37.4375em) {
  .text-image-split__text {
    margin-bottom: 0;
  }
  .text-image-split__image-wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .text-image-split__image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product-slider {
  background-color: #101010;
  padding: 0.5rem 0;
}
.product-slider .glider-contain {
  position: relative;
  margin: 0 auto;
}
.product-slider .glider-contain .glider {
  overflow: hidden;
}
.product-slider .glider-prev,
.product-slider .glider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  width: 32px;
  height: 85px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  padding: 8px;
}
.product-slider .glider-prev:hover,
.product-slider .glider-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.05);
}
.product-slider .glider-prev:disabled,
.product-slider .glider-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-slider .glider-prev {
  left: 15px;
  background-image: url("../images/icons/arrow.svg");
  background-size: calc(100% - 16px) calc(100% - 16px);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(180deg);
}
.product-slider .glider-prev:hover {
  transform: translateY(-50%) rotate(180deg) scale(1.05);
}
.product-slider .glider-next {
  right: 15px;
  background-image: url("../images/icons/arrow.svg");
  background-size: calc(100% - 16px) calc(100% - 16px);
  background-repeat: no-repeat;
  background-position: center;
}
.product-slider__item {
  padding: 0 0.25rem;
}
.product-slider__image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
.product-slider__image-wrapper:hover .product-slider__overlay,
.product-slider__image-wrapper:hover .product-slider__content {
  opacity: 1;
}
.product-slider__image-wrapper:hover .product-slider__content {
  transform: scale(1, 1);
}
.product-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider__overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.product-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-slider__content {
  text-align: center;
  pointer-events: auto;
  transform: scale(0, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transition: all 0.35s ease;
  z-index: 2;
}
.product-slider__title {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
.product-slider__materials {
  margin-bottom: 1.5rem;
}
.product-slider__materials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.product-slider__materials-item {
  font-size: 1rem;
  line-height: 1.4;
  display: inline;
}
.product-slider__materials-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-slider__materials-item:not(:last-child):after {
  content: "•";
  padding: 0 0.5em;
}

.jewelry-slider {
  background-color: #101010;
  padding: 0.5rem 0;
}
.jewelry-slider .glider-contain {
  position: relative;
  margin: 0 auto;
}
.jewelry-slider .glider-contain .glider {
  overflow-x: auto;
  overflow-y: hidden;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.jewelry-slider .glider-contain .glider::-webkit-scrollbar {
  display: none;
}
.jewelry-slider .glider-prev,
.jewelry-slider .glider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  width: 32px;
  height: 85px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  padding: 8px;
  filter: invert(1);
}
.jewelry-slider .glider-prev:hover,
.jewelry-slider .glider-next:hover {
  transform: translateY(-50%) scale(1.1);
}
.jewelry-slider .glider-prev:disabled,
.jewelry-slider .glider-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.jewelry-slider .glider-prev {
  left: 15px;
  background-image: url("../images/icons/arrow.svg");
  background-size: calc(100% - 16px) calc(100% - 16px);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(180deg);
}
.jewelry-slider .glider-prev:hover {
  transform: translateY(-50%) rotate(180deg) scale(1.1);
}
.jewelry-slider .glider-next {
  right: 15px;
  background-image: url("../images/icons/arrow.svg");
  background-size: calc(100% - 16px) calc(100% - 16px);
  background-repeat: no-repeat;
  background-position: center;
}
.jewelry-slider__item {
  padding: 0 0.25rem;
}
.jewelry-slider__image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
.jewelry-slider__image-wrapper:hover .jewelry-slider__overlay,
.jewelry-slider__image-wrapper:hover .jewelry-slider__content {
  opacity: 1;
}
.jewelry-slider__image-wrapper:hover .jewelry-slider__content {
  transform: scale(1, 1);
}
.jewelry-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jewelry-slider__overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.jewelry-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.jewelry-slider__content {
  text-align: center;
  pointer-events: auto;
  transform: scale(0, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transition: all 0.35s ease;
  z-index: 2;
}
.jewelry-slider__title {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
.jewelry-slider__materials {
  margin-bottom: 1.5rem;
}
.jewelry-slider__materials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.jewelry-slider__materials-item {
  font-size: 1rem;
  line-height: 1.4;
  display: inline;
}
.jewelry-slider__materials-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.jewelry-slider__materials-item:not(:last-child):after {
  content: "•";
  padding: 0 0.5em;
}

.image-block {
  width: 100%;
}
.image-block__container {
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 47.9375em) {
  .image-block__container {
    max-height: none;
    aspect-ratio: 1.1/1;
    height: auto;
  }
  .image-block__container picture {
    height: 100%;
  }
}

.title-block {
  background-color: #101010;
}
.title-block__container {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.title-block__title {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .title-block__title {
    font-size: 45px;
  }
}
@media (max-width: 47.9375em) {
  .title-block__container {
    min-height: 167px;
    padding: 1.5rem;
  }
  .title-block__title {
    font-size: 30px;
  }
}

.image-text-image {
  background-color: #101010;
  padding: 0 2rem;
  min-height: 800px;
  display: flex;
  align-items: center;
}
@media (max-width: 47.9375em) {
  .image-text-image {
    min-height: 450px;
    position: relative;
    overflow: hidden;
    padding: 0.5rem;
    align-items: stretch;
    flex-direction: row;
  }
}
.image-text-image__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 1rem;
}
@media (max-width: 47.9375em) {
  .image-text-image__container {
    position: relative;
    flex-direction: column;
    gap: 0;
    padding: 0 1rem;
    min-height: 400px;
    justify-content: center;
    align-items: end;
  }
}
.image-text-image__left-image {
  flex: 0 0 35%;
}
@media (max-width: 47.9375em) {
  .image-text-image__left-image {
    display: none;
  }
}
.image-text-image__left-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text-image__mobile-image {
  display: none;
}
@media (max-width: 47.9375em) {
  .image-text-image__mobile-image {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 62%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 47.9375em) {
  .image-text-image__mobile-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0;
  }
}
.image-text-image__content {
  flex: 1;
  color: #ffffff;
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 47.9375em) {
  .image-text-image__content {
    position: relative;
    z-index: 2;
    padding: calc(0.5rem + 7px) 0;
    width: 65%;
    text-align: right;
  }
}
.image-text-image__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 2.5rem;
  color: #ffffff;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .image-text-image__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 47.9375em) {
  .image-text-image__title {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 1rem 0;
  }
}
.image-text-image__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .image-text-image__text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 47.9375em) {
  .image-text-image__text {
    font-size: 15px;
    line-height: 26px;
    padding: calc(1rem - 6px) 0;
  }
}
.image-text-image__right-image {
  flex: 0 0 21%;
}
@media (max-width: 47.9375em) {
  .image-text-image__right-image {
    display: none;
  }
}
.image-text-image__right-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.modern-footer {
  background-color: #101010;
  color: #ffffff;
  padding: 1.5rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.modern-footer__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 calc(3rem + 15px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 47.9375em) {
  .modern-footer__container {
    padding: 0 calc(1rem + 15px);
    gap: 2rem;
    grid-template-areas: "social" "main" "top";
  }
}
@media (max-width: 47.9375em) {
  .modern-footer__top {
    display: none;
  }
}
.modern-footer__notice {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 47.9375em) {
  .modern-footer__notice {
    justify-content: center;
  }
}
.modern-footer__notice-icon {
  color: #ffffff;
  width: 26px;
}
.modern-footer__notice-text {
  margin: 0;
}
.modern-footer__main {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 2rem;
  justify-content: start;
}
@media (max-width: 47.9375em) {
  .modern-footer__main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    grid-template-areas: "email phone1 phone2" "studio studio studio" "logo logo logo";
  }
}
.modern-footer__studio {
  grid-column: 1/2;
}
.modern-footer__studio p {
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 47.9375em) {
  .modern-footer__studio {
    grid-area: studio;
    text-align: center;
  }
  .modern-footer__studio p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
  }
}
.modern-footer__email {
  grid-column: 2/3;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modern-footer__email-link {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modern-footer__email-link:hover {
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .modern-footer__email {
    grid-area: email;
    text-align: center;
    display: block;
  }
  .modern-footer__email-link {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
  }
}
.modern-footer__phone {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modern-footer__phone-link {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modern-footer__phone-link:hover {
  color: #ffffff;
}
@media (max-width: 47.9375em) {
  .modern-footer__phone {
    text-align: center;
    display: block;
  }
  .modern-footer__phone:nth-of-type(1) {
    grid-area: phone1;
  }
  .modern-footer__phone:nth-of-type(2) {
    grid-area: phone2;
  }
  .modern-footer__phone-link {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
  }
}
.modern-footer__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 47.9375em) {
  .modern-footer__title {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
  }
}
.modern-footer__logo {
  display: none;
}
@media (max-width: 47.9375em) {
  .modern-footer__logo {
    display: block;
    grid-area: logo;
    text-align: center;
    margin-top: -0.5rem;
  }
  .modern-footer__logo img {
    max-width: 23px;
    height: auto;
    opacity: 0.8;
  }
}
.modern-footer__social {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: center;
  padding: 2rem 0;
}
@media (max-width: 47.9375em) {
  .modern-footer__social {
    gap: 0.6rem;
    padding: 0;
  }
}
.modern-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.modern-footer__social-link:hover {
  border-color: #888;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.modern-footer__social-link[href*=facebook] {
  background-image: url("../images/icons/facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .modern-footer__social-link[href*=facebook] {
    background-image: url("../images/icons/facebook.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}
.modern-footer__social-link[href*=instagram] {
  background-image: url("../images/icons/instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .modern-footer__social-link[href*=instagram] {
    background-image: url("../images/icons/instagram.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}
.modern-footer__social-link[href*=pinterest] {
  background-image: url("../images/icons/pinterest.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .modern-footer__social-link[href*=pinterest] {
    background-image: url("../images/icons/pinterest.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}
.modern-footer__social-link[href*=linkedin] {
  background-image: url("../images/icons/linkdin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .modern-footer__social-link[href*=linkedin] {
    background-image: url("../images/icons/linkdin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}
.modern-footer__social-link[href*=tiktok] {
  background-image: url("../images/icons/tiktok.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .modern-footer__social-link[href*=tiktok] {
    background-image: url("../images/icons/tiktok.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}
.modern-footer__social-link i,
.modern-footer__social-link span {
  display: none;
}

.modern-footer--inverted {
  background-color: #ffffff;
  color: #101010;
}
.modern-footer--inverted .modern-footer__notice-icon {
  color: #101010;
}
.modern-footer--inverted .modern-footer__notice-icon img {
  filter: invert(1);
}
.modern-footer--inverted .modern-footer__logo img {
  filter: invert(1);
}
.modern-footer--inverted .modern-footer__title {
  color: #101010;
}
.modern-footer--inverted .modern-footer__social-link {
  color: #101010;
  filter: invert(1);
}
.modern-footer--inverted .modern-footer__social-link:hover {
  border-color: #888;
  box-shadow: 0 4px 8px rgba(16, 16, 16, 0.3);
}
.modern-footer--inverted .modern-footer__email-link {
  color: rgba(16, 16, 16, 0.7);
}
.modern-footer--inverted .modern-footer__email-link:hover {
  color: #101010;
}
.modern-footer--inverted .modern-footer__phone-link {
  color: rgba(16, 16, 16, 0.7);
}
.modern-footer--inverted .modern-footer__phone-link:hover {
  color: #101010;
}

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