@charset "UTF-8";
/*!
Theme Name: A2
Theme URI: http://underscores.me/
Author: Julius Osbeck
Author URI: https://peuwl.com
Description: Custom Theme for A2 Designers.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: a2-designers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

A2 is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "brown";
  src: url("./fonts/brown/Brown-Regular.eot");
  src: url("./fonts/brown/Brown-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/brown/Brown-Regular.woff") format("woff"), url("./fonts/brown/Brown-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brown-light";
  src: url("./fonts/brown/Brown-Light.eot");
  src: url("./fonts/brown/Brown-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/brown/Brown-Light.woff") format("woff"), url("./fonts/brown/Brown-Light.ttf") format("truetype");
  font-weight: light;
  font-style: light;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: black;
  font-family: "brown-light", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, strong {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}

h1, h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

.cli-tab-container h4, .cli-tab-container h1 {
  font-family: "Roboto", "helvetica", "Arial";
}

@media only screen and (min-width: 760px) {
  h1 {
    font-size: 32px;
  }
}
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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

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
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button-primary {
  margin-top: 12px;
  display: inline-block;
  border: 1px solid;
  border-color: black;
  border-radius: 0;
  background: white;
  color: black;
  padding: 12px 20px;
  font-family: "brown", sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: all;
}
.button-primary:hover {
  color: white;
  background-color: black;
}

#wt-cli-accept-all-btn, #wt-cli-privacy-save-btn, .cli-bar-btn_container > a {
  font-family: "brown", sans-serif;
}

.cli_settings_button {
  border: solid 1px black;
}

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: black;
  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: black;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: inline-block;
  vertical-align: bottom;
  float: right;
}
.main-navigation a {
  transition: 0.25s;
}
.main-navigation a:hover {
  opacity: 0.65;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  background: white;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul.sub-menu {
  margin-left: -7px;
}
.main-navigation ul ul.sub-menu li {
  margin: 6px 7px 6px 7px !important;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 180px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  margin-top: 1px;
  padding: 24px 24px 24px 24px;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  /*	&:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	bottom: 0;
  	left: 0;
  	background-color: #1d1c1b;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
  }

  &:hover{
  	&:before {
  		visibility: visible;
  		-webkit-transform: scaleX(1);
  		transform: scaleX(1);
  	}
  } */
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  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;
}

.site-main {
  min-height: 450px;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.aspect-ratio-container {
  position: relative;
  padding-top: 64.29%;
}
.aspect-ratio-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  position: relative;
}

.home h1 {
  margin: 24px 0 60px 0;
  font-size: 26px;
}

#retailers-menu {
  display: none;
}

.aspect-ratio-container-portrait {
  position: relative;
  padding-top: calc(128.58% + 24px);
}
.aspect-ratio-container-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.startpage-images-container .aspect-ratio-container-portrait {
  padding-top: calc(128.58% + 60px);
}

#peuwl-hero-block {
  background-color: white !important;
}
#peuwl-hero-block .peuwl-hero-block-main {
  height: initial !important;
  min-height: 500px;
  max-height: initial !important;
  aspect-ratio: auto 14/9 !important;
  width: 100%;
}

@supports not (aspect-ratio: 1/1) {
  #peuwl-hero-block {
    position: relative;
    padding-top: 64.29%;
  }
  #peuwl-hero-block .peuwl-hero-block-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.owl-wrap {
  height: 83vh;
  min-height: 500px;
  max-height: 922px;
  margin-bottom: 20px;
}

.owl-carousel {
  margin-bottom: 20px;
}
.owl-carousel img {
  height: 83vh;
  min-height: 500px;
  max-height: 922px;
  width: auto !important;
}

.owl-wrap {
  position: relative;
}

.owl-theme .custom-nav {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
}
.owl-theme .custom-nav .owl-prev,
.owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 40px;
  width: 40px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background: white;
  border-radius: 0px;
}
.owl-theme .custom-nav .owl-prev:hover,
.owl-theme .custom-nav .owl-next:hover {
  background: white;
  opacity: 0.6;
}
.owl-theme .custom-nav .owl-prev:hover, .owl-theme .custom-nav .owl-prev:visited, .owl-theme .custom-nav .owl-prev:focus,
.owl-theme .custom-nav .owl-next:hover,
.owl-theme .custom-nav .owl-next:visited,
.owl-theme .custom-nav .owl-next:focus {
  outline: none;
}
.owl-theme .custom-nav .owl-prev i,
.owl-theme .custom-nav .owl-next i {
  font-size: 1.5rem;
  color: #1d1c1b;
}
.owl-theme .custom-nav .owl-prev {
  left: 0;
}
.owl-theme .custom-nav .owl-next {
  right: 0;
}

.single-products h1 {
  margin-top: 24px;
}
.single-products .site-main p {
  max-width: 850px;
}
.single-products .post-main {
  min-height: 350px;
}
.single-products .post-main h1 {
  margin-bottom: 24px;
}
.single-products .product-info {
  margin-bottom: 1.5em;
}
.single-products .product-info p {
  margin-bottom: 0.3em;
}
.single-products .product-info strong {
  margin-right: 5px;
}
.single-products .product-info h5 {
  margin: 0;
}
.single-products .product-info .section {
  margin-bottom: 24px;
}
.single-products .product-downloads h5 {
  margin: 0;
}
.single-products .product-downloads div a {
  color: #1d1c1b;
}
.single-products .product-downloads div a:after {
  content: "↗";
  font-family: system-ui;
  padding-left: 5px;
  font-size: 12px;
}
.single-products .custom-nav.owl-nav button {
  padding: 0px;
  margin: 0px;
}
.single-products .owl-custom-nav {
  height: 15px;
  width: 20px;
  margin: 0 auto;
  border-radius: 0;
}
.single-products .owl-custom-nav.prev {
  background: url("img/left.png") !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.single-products .owl-custom-nav.next {
  background: url("img/right.png") !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.single-products .product-information-container {
  padding-bottom: 36px;
}
.single-products .product-images-container .aspect-ratio-container,
.single-products .product-images-container .aspect-ratio-container-portrait {
  margin: 0 0 24px 0;
}

.archive .product-image, .a2-materials .product-image {
  transition: 0.4s;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.archive .product-title, .a2-materials .product-title {
  line-height: 18px;
  font-size: 14px;
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.archive .archive-grid, .a2-materials .archive-grid {
  margin-right: -12px;
  margin-left: -12px;
}
.archive .archive-grid .product-item, .a2-materials .archive-grid .product-item {
  padding: 12px 12px 24px 12px !important;
  font-weight: 500;
}
.archive .archive-grid .product-item a, .a2-materials .archive-grid .product-item a {
  display: block;
  opacity: 1;
}
.archive .archive-grid .product-item a:hover, .a2-materials .archive-grid .product-item a:hover {
  text-decoration: none;
}
.archive .archive-grid .product-item a:hover .product-image, .a2-materials .archive-grid .product-item a:hover .product-image {
  opacity: 0.6;
}

.post-grid {
  margin-right: -12px;
  margin-left: -12px;
}
.post-grid .post-item {
  padding: 12px;
}
.post-grid .post-item .content {
  padding-top: 12px;
  margin-bottom: 48px;
}
.post-grid .post-item .content p a, .post-grid .post-item .content .post-files a {
  position: relative;
}
.post-grid .post-item .content p a:after, .post-grid .post-item .content .post-files a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 0.5px;
  bottom: -4px;
  left: 0;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 0.15s ease-out;
}
.post-grid .post-item .content p a:hover, .post-grid .post-item .content .post-files a:hover {
  opacity: 1;
}
.post-grid .post-item .content p a:visited, .post-grid .post-item .content .post-files a:visited {
  color: black !important;
}
.post-grid .post-item:last-of-type .content {
  margin-bottom: 0;
}
.post-grid .post-item #post-content {
  display: none;
}
.post-grid .post-item .entry-date {
  text-transform: uppercase;
  padding: 12px 0 6px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  font-family: "brown", sans-serif;
  letter-spacing: 0.2px;
}
.post-grid .post-item #excerpt p {
  margin-bottom: 12px;
}
.post-grid .post-item h3 {
  margin-bottom: 4px;
  font-weight: bold;
  font-weight: 800;
  font-size: 16px;
}
.post-grid .post-item .show-more {
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin: 0;
  font-family: "brown-light", Arial, Helvetica, sans-serif;
  border: none;
  padding: 0;
}
.post-grid .post-item .post-img {
  transition: 0.4s;
  padding-bottom: 66%;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
.post-grid a:hover {
  text-decoration: none;
}
.post-grid a:hover .post-img {
  opacity: 0.6;
}

.stores .store {
  margin-bottom: 24px;
}
.stores .store h5 {
  margin-bottom: 5px;
}
.stores .store a:after {
  content: "↗";
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
}

/*
.product-img{
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	padding-bottom: 60%;
} */
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 8%;
  padding-right: 0px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 8%;
  padding-left: 0px;
}

.wp-block-columns {
  margin: 0px -7px;
}

/* Add horiztonal breathing room between individual columns. */
.wp-block-column {
  margin: 7px 7px;
  margin-left: 7px !important;
}

.peuwl-hero-block {
  margin-bottom: 8px !important;
}

.home .peuwl-hero-block {
  margin-bottom: 0px !important;
}

.wp-block-image {
  margin-top: 0px;
}

/*
@media (max-width: 800px) {
	.wp-block-columns {
		display: block;
		margin-left: 0px !important;
	}
}
*/
.owl-dots {
  display: none;
}

.post-files {
  margin-bottom: 15px;
}

.wp-block-media-text {
  margin-top: 14px;
  margin-bottom: 7px;
}

#main.marg-fix {
  margin-top: -7px;
}

.marg-fix #main {
  margin-top: -7px;
}

.wp-block-file {
  margin-bottom: 1em;
}

.wp-block-image {
  margin-bottom: 0px !important;
}

a:hover {
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}

/* Burger */
body {
  background: #555;
  height: 100%;
}

.header__menu {
  position: absolute;
  top: 35px;
  right: 14px;
  width: 40px;
  height: 30px;
}

.hamburger {
  display: block;
  position: absolute;
  width: 25px;
  height: 30px;
  z-index: 2;
  top: 9px;
}

.hamburger__inner {
  display: block;
  width: 30px;
  height: 4px;
  margin-top: 8px;
  transition: all 0.25s ease-in-out;
}
.hamburger__inner::before, .hamburger__inner::after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 4px;
  background: #1d1c1b;
  transition: all 0.25s ease-in-out;
  top: 5px;
}
.hamburger__inner::after {
  transform: rotate(90deg);
}

.hamburger--open .hamburger__inner {
  background: none;
}
.hamburger--open .hamburger__inner::before, .hamburger--open .hamburger__inner::after {
  top: 5px;
}
.hamburger--open .hamburger__inner::before {
  transform: rotate(-45deg);
}
.hamburger--open .hamburger__inner::after {
  transform: rotate(45deg);
}

/* Mobile */
@media (max-width: 768px) {
  .owl-wrap {
    min-height: 150px !important;
  }
  .carousel-img,
  .owl-carousel img,
  .parallax-banner,
  .peuwl-hero-block-main {
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: 150px !important;
  }
  .home .parallax-banner,
  .home .peuwl-hero-block-main {
    margin-bottom: 0px !important;
  }
  .owl-theme .custom-nav {
    margin-left: -3px;
    margin-right: -3px;
  }
  .a2-fixed-height-img {
    max-height: 85vw !important;
  }
  .site-footer p {
    max-width: 100%;
  }
}
.wp-block-cgb-kona-instagram-for-gutenberg {
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 7px;
}

@media only screen and (min-width: 768px) {
  .archive .product-title, .a2-materials .product-title {
    font-size: 1rem;
    line-height: 20px;
  }
  .menu-retailers-container {
    margin-bottom: 24px;
  }
  #retailers-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #retailers-menu li {
    display: inline-block;
    padding: 6px 15px;
    margin: 10px 0;
    border: solid 1px black;
  }
  #retailers-menu li a {
    font-family: "brown", Arial, Helvetica, sans-serif;
  }
  #retailers-menu li.current-menu-item {
    background-color: black;
  }
  #retailers-menu li.current-menu-item a {
    color: white;
  }
  .single-products .product-information-container {
    padding-bottom: 60px;
    padding-top: 24px;
    margin-right: -12px;
    margin-left: -12px;
  }
  .single-products .product-images-container .aspect-ratio-container,
  .single-products .product-images-container .aspect-ratio-container-portrait {
    margin: 0 0 24px 0;
  }
  .single-products .product-images-container .col-lg-6,
  .single-products .product-images-container .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .stores {
    display: flex;
    flex-wrap: wrap;
  }
  .stores .store {
    margin-bottom: 24px;
    width: 50%;
    padding-right: 24px;
  }
  .stores .store h5 {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .longTextColumns {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .menu-retailers-container {
    margin-bottom: 24px;
  }
  .post-grid .post-item .content {
    margin-bottom: 24px;
  }
  .home h1 {
    margin: 32px 0 52px 0;
    font-size: 32px;
  }
  .stores {
    margin-left: -24px;
    margin-right: -24px;
  }
  .stores .store {
    margin-bottom: 24px;
    width: 25%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .stores .store h5 {
    margin-bottom: 5px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Map
--------------------------------------------------------------*/
.Filter_section {
  background-color: transparent !important;
}

.search_filter {
  margin: 0 !important;
}
.search_filter label {
  display: none !important;
}
.search_filter input {
  border: solid 1px black !important;
  font-family: "brown-light", serif !important;
}

#asl-storelocator.asl-cont.asl-template-1 .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo {
  margin-right: 2px;
}

#asl-storelocator.asl-cont .asl-wrapper .Filter_section .search_filter .sl-search-group .asl-search-clr {
  background-color: transparent !important;
  top: 49% !important;
}

.asl-panel {
  padding-top: 24px;
}

.Num_of_store {
  display: none !important;
}

.sl-item-box {
  display: block !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-filter-sec .asl-filter-cont .asl-filter-list,
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner div.sl-main-cont-box {
  max-height: initial !important;
}

.sl-item {
  padding: 0 0 24px 0 !important;
  border-bottom: none !important;
}
.sl-item:last-of-type {
  padding: 0 0 0px 0 !important;
}
.sl-item a {
  color: black !important;
}

#asl-storelocator.asl-cont h5 {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

#asl-storelocator.asl-cont p,
#asl-storelocator.asl-cont a {
  font-family: "brown-light", serif !important;
  font-size: 15px !important;
  color: black !important;
}

#asl-storelocator.asl-cont p + p {
  padding-bottom: 2px;
}

#asl-storelocator.asl-cont .infoBox #style_0 h3 {
  font-family: "Roboto", sans-serif !important;
  color: black !important;
}

.infowindowContent * {
  font-family: "brown-light", serif !important;
  font-size: 15px !important;
  color: black !important;
}

.info-addr * {
  line-height: 22px !important;
  font-weight: 400 !important;
}

#asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent .info-addr {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner {
  margin-bottom: 0 !important;
}

#asl-storelocator.asl-cont.asl-template-1 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .infowindowContent .sl-tag {
  margin-bottom: 4px !important;
}

.asl-cont * {
  line-height: 22px !important;
}

body .asl-cont .asl-cluster-1,
body .asl-p-cont .asl-cluster-1 {
  --cluster-color: #000000 !important;
}

body .asl-cont .asl-cluster-2,
body .asl-p-cont .asl-cluster-2 {
  --cluster-color: #000000 !important;
}

body .asl-cont .asl-cluster-3,
body .asl-p-cont .asl-cluster-3 {
  --cluster-color: #000000 !important;
}

.gm-style-cc,
.asl-reset-map {
  display: none;
}

@media only screen and (min-width: 768px) {
  .Filter_section {
    position: absolute;
    top: 24px !important;
    right: 24px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
  }
  .Filter_section .sl-row {
    margin: 0;
    padding: 0;
  }
  #asl-storelocator {
    position: initial !important;
  }
  .asl-map,
  .asl-panel {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #asl-storelocator.asl-cont.asl-template-1 .asl-wrapper .sl-main-cont .sl-main-row.sl-row {
    flex-direction: column-reverse !important;
  }
  .sl-container {
    margin: 0 !important;
    max-width: 100% !important;
    position: initial !important;
  }
  .sl-list {
    display: flex;
    flex-wrap: wrap;
  }
  .sl-list .sl-item {
    padding-right: 24px !important;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .Filter_section {
    position: absolute;
    right: 24px !important;
    padding-top: 0 !important;
    top: 24px !important;
  }
  .asl-map,
  .asl-panel {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #asl-storelocator.asl-cont.asl-template-1 .asl-wrapper .sl-main-cont .sl-main-row.sl-row {
    flex-direction: column-reverse !important;
  }
  .sl-container {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .sl-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .sl-list .sl-item {
    padding-right: 24px !important;
    padding-left: 24px !important;
    width: 25%;
  }
  #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner {
    position: initial !important;
  }
  #retailers-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #retailers-menu li {
    display: inline-block;
    padding: 6px 20px;
    margin: 0px 24px 0px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .Filter_section {
    right: 15px !important;
  }
}
/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: "brown-light", serif;
}

.container {
  max-width: 1420px;
  padding: 24px;
  padding-bottom: 12px;
}

#content {
  opacity: 0;
  transition: 2s;
}

.privacy-policy #content .container p {
  max-width: 650px;
}

@media only screen and (min-width: 1200px) {
  .container {
    padding: 24px 15px;
  }
}
@media only screen and (min-width: 1340px) {
  .page, .archive, .blog, .single {
    position: relative;
  }
  .container {
    max-width: 1340px;
  }
  #masthead.site-header {
    left: 0;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead.site-header {
  padding: 5px 0;
}
#masthead.site-header a {
  color: #1d1c1b;
}
#masthead.site-header .site-branding {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  font-weight: bold;
  transition: 0.15s;
}
#masthead.site-header .site-branding #a2_logo {
  transition: 0.15s;
  height: 55px;
}
#masthead.site-header .status {
  font-family: ui-sans-serif;
  font-weight: 900;
  font-size: 28px;
}
#masthead.site-header #site-navigation {
  position: absolute;
  margin-bottom: -2px;
  bottom: 0;
  right: 15px;
}
#masthead.site-header #site-navigation li {
  margin: 0px 0px 0px 40px;
  position: relative;
}
#masthead.site-header #site-navigation li a {
  color: #1d1c1b;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  display: inline;
  position: relative;
}
#masthead.site-header #site-navigation li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 0.15s ease-out;
}
#masthead.site-header #site-navigation li a:hover {
  opacity: 1;
}
#masthead.site-header #site-navigation li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom center;
}
#masthead.site-header #site-navigation li ul li {
  white-space: nowrap;
  display: block;
  width: 100%;
  position: relative;
}
#masthead.site-header #site-navigation li ul li a {
  font-family: "brown-light", serif;
  text-transform: initial;
}
#masthead.site-header #site-navigation li ul li a:after {
  content: "";
  display: none;
}
#masthead.site-header #site-navigation li.current-menu-item > a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: black;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
#masthead.site-header #site-navigation li.menu-item-has-children {
  padding-right: 10px;
}
#masthead.site-header #site-navigation li.menu-item-has-children:after {
  content: "+";
  padding-left: 5px;
  font-weight: 700;
  position: absolute;
  right: -5px;
  top: -2px;
  font-family: system-ui;
}
#masthead.site-header #site-navigation li.menu-item-has-children .current-menu-item > a {
  border-bottom: none;
}
#masthead.site-header #site-navigation li.menu-item-has-children .current-products-parent > a {
  border-bottom: none;
}
#masthead.site-header #site-navigation li.current-menu-parent > a {
  padding-bottom: 1px;
  border-bottom: 1px solid black;
}
#masthead.site-header #site-navigation li.current-menu-parent > a:hover:after {
  display: none;
}

body {
  padding-top: 80px;
  background: white;
}

#masthead.site-header {
  position: fixed;
  top: 0px;
  z-index: 200;
  width: 100%;
  background: white;
  padding: 0;
}
#masthead.site-header.scrolled .site-branding {
  margin: 10px 0 6px 0;
}
#masthead.site-header.scrolled .site-branding #a2_logo {
  height: 30px;
}

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

/* Responsive header */
@media (min-width: 768px) {
  #mob-nav,
  .header__menu {
    display: none;
  }
  #masthead.site-header .site-branding {
    height: 55px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 82px;
  }
  #masthead.site-header .site-branding {
    height: 44px;
  }
  #masthead.site-header .site-branding #a2_logo {
    height: 44px;
  }
  #site-navigation {
    display: none;
  }
  .header__menu {
    display: block;
  }
  #mob-nav {
    width: 100%;
    overflow: scroll;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: white;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    line-height: 45px;
    padding: 24px;
  }
  #mob-nav #mob-menu {
    padding: 0px 0 24px 0;
    margin: 0px;
    list-style: none;
  }
  #mob-nav #mob-menu li {
    font-size: 22px;
    line-height: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    position: relative;
  }
  #mob-nav #mob-menu li .sub-menu {
    display: none;
  }
  #mob-nav #mob-menu li.menu-item-has-children > a {
    position: relative;
  }
  #mob-nav #mob-menu li a:visited, #mob-nav #mob-menu li a:hover, #mob-nav #mob-menu li a:focus, #mob-nav #mob-menu li a:active {
    text-decoration: none;
  }
  #mob-nav #mob-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    line-height: 42px;
    font-size: 16px;
    color: #999;
  }
  #mob-nav #mob-menu ul a {
    font-family: "brown-light", serif !important;
    font-size: 16px;
    text-transform: none;
  }
  #mob-nav #mob-menu-2 {
    padding: 24px 0 0 0;
    margin: 0px;
    margin-top: 30px;
    list-style: none;
    margin: 0;
    border-top: solid 1px black;
  }
  #mob-nav #mob-menu-2 li {
    font-size: 22px;
    line-height: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    line-height: 42px;
  }
  #mob-nav #mob-menu-2 ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    line-height: 42px;
    font-size: 16px;
    color: #999;
    list-style: none;
  }
  #mob-nav #mob-menu-2 ul a {
    font-family: "brown-light", serif !important;
    font-size: 16px;
    text-transform: none;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 24px;
  font-size: 15px;
}
.site-footer .footer-row {
  border-top: solid 1px black;
  position: relative;
}
.site-footer p {
  max-width: 500px;
  font-weight: 300;
  margin-bottom: 0.5em;
  color: black;
}
.site-footer p strong {
  font-weight: 500;
  letter-spacing: 0.75px;
}
.site-footer strong,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  text-transform: uppercase;
  color: black;
}
.site-footer h5 {
  margin-bottom: 6px;
}
.site-footer a {
  color: black;
}
.site-footer a:visited {
  color: black;
}
.site-footer .copyright {
  position: absolute;
  bottom: 0;
}
.site-footer .footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-social li {
  line-height: 25px;
}
.site-footer .footer-social div {
  display: inline-block;
  margin-right: 10px;
}
.site-footer .footer-social a {
  display: inline-block;
  color: black;
  transition: 0.25s;
}
.site-footer .footer-social a:hover {
  color: black;
}
.site-footer .footer-sub-row:first-of-type {
  padding-bottom: 24px;
}
.site-footer .footer-row {
  padding: 32px 0 48px 0;
}
.site-footer .footer-col {
  padding: 24px 0;
}
.site-footer .footer-sub-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#mc-embedded-subscribe-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe {
  background: none;
  padding: 0px;
  font-family: system-ui;
  font-weight: 400;
  border: none;
  font-size: 28px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  transition: 0.25s;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
  cursor: pointer;
  color: black;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll {
  width: 100%;
}
#mc-embedded-subscribe-form #mce-EMAIL {
  border: 0px;
  border-radius: 0px;
  padding: 7px 15px;
  font-size: 14px;
  width: 100%;
  border: solid 1px black;
}
#mc-embedded-subscribe-form #mce-EMAIL::-webkit-input-placeholder {
  font-family: myriad-pro, sans-serif;
  font-weight: 200;
  color: black;
}
#mc-embedded-subscribe-form #mce-EMAIL:-moz-placeholder {
  font-family: myriad-pro, sans-serif;
  font-weight: 200;
  color: black;
}

@media only screen and (min-width: 768px) {
  .site-footer .footer-col {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .site-footer .footer-row {
    display: flex;
  }
  .site-footer .footer-sub-row {
    padding-left: 24px;
  }
  .site-footer .footer-sub-row:first-of-type {
    padding-top: 24px;
    padding-left: 0;
  }
  .site-footer .copyright {
    bottom: 74px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
# Masonry
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blocks (To the frontend)
--------------------------------------------------------------*/
a {
  color: black;
}
a:hover, a:visited {
  color: black;
}

p {
  font-weight: 500;
  line-height: 25px;
}
p strong {
  font-weight: 500;
  text-transform: uppercase;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5 {
  text-transform: uppercase;
  font-weight: 800;
}

.edit-post-layout__content a,
.edit-post-layout__content a * {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.edit-post-layout__content .acf-field {
  pointer-events: initial !important;
  cursor: pointer !important;
}
.edit-post-layout__content .acf-field a,
.edit-post-layout__content .acf-field a {
  pointer-events: initial !important;
  cursor: initial !important;
}
.edit-post-layout__content .acf-field * {
  pointer-events: initial !important;
  cursor: initial !important;
}

.wp-block-file__button {
  display: none;
}

.peuwl-hero-block h1,
.peuwl-hero-block h2,
.peuwl-hero-block h3,
.peuwl-hero-block h4,
.peuwl-hero-block h5 {
  margin: 0px;
}

/* Masonry Grid ========================= */
.content-boxes-wrap {
  margin-bottom: 24px;
  position: relative;
  background-color: #fff;
  margin: 7px -12px 0px -12px;
}

.content-boxes.masonry,
.content-box-inner {
  overflow: hidden;
}

.content-box.masonry-item {
  padding: 0;
}

.content-box-inner {
  position: relative;
  overflow: hidden;
  margin: 12px;
}
.content-box-inner a:hover .item-overlay {
  background-color: rgba(255, 255, 255, 0.65);
}
.content-box-inner .item-overlay {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 250ms linear;
}
.content-box-inner .item-overlay .item-title {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 15px;
  text-align: center;
  color: black;
  text-transform: uppercase;
}

.contentboxbgimage,
.contentboxbgcolor {
  background-color: #eee;
  width: 100.1%;
  height: 100%;
  max-height: 100%;
  background-size: cover;
  box-sizing: border-box;
  position: absolute !important;
  background-position: center center;
  overflow: hidden;
}

.content-box-overlay {
  height: 100%;
  width: 100%;
  position: relative;
}

.content-box .vertical-text {
  font-weight: 500;
  position: absolute;
  text-align: center;
  top: -16px;
  bottom: 0;
  left: 0;
  height: 25px;
  margin: auto;
  padding-left: 12px;
  padding-right: 8px;
  transform-origin: 8px 50%;
  transform: rotate(-90deg) translate(-50%, 50%);
}

.content-box .vertical-text.has-bg-color {
  left: 4px;
}

.content-box .center-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.content-box .center-wrap.has-vertical-text {
  padding: 50px;
}

.content-box.full-width .center-wrap {
  width: 60%;
}

.content-box.two-third .center-wrap {
  width: 80%;
}

.content-box.one-third .center-wrap {
  width: 94%;
}

.contentbox-container {
  padding: 12px 0;
}

.contentbox-content {
  padding: 24px;
  margin: 0;
  overflow: hidden;
  z-index: 99;
  word-break: break-word;
}

.content-box.defined.use-defined-height {
  overflow: hidden;
}

.content-box.defined.use-defined-height:before {
  content: "";
  display: block;
}

.content-box.defined.use-defined-height .content-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content-box.square:before {
  padding-top: 100%; /* initial ratio of 1:1*/
}

.content-box.half-square:before {
  padding-top: 50%; /* initial ratio of 1:1*/
}

.content-box.fw-height:before {
  padding-top: 100%; /* initial ratio of 1:1*/
}

.content-box.half-height:before {
  padding-top: 50%; /* initial ratio of 1:1*/
}

.content-box.one-and-a-half-height:before {
  padding-top: 150%; /* initial ratio of 1:1*/
}

.content-box.double-height:before {
  padding-top: 200%; /* initial ratio of 1:1*/
}

.content-box.defined.use-defined-height .content-box-overlay {
  position: absolute;
}

.grid-sizer {
  width: 8.33%;
  width: 8.3333333333%;
}

.content-box {
  position: relative;
  float: left;
  min-height: 20px;
  width: 33.33%;
  width: 33.3333333333%;
}

.content-box.one-half {
  width: 50%;
  width: 50%;
}

.content-box.one-fourth {
  width: 25%;
  width: 25%;
}

.content-box.one-third {
  width: 33.33%;
  width: 33.3333333333%;
}

.content-box.two-third {
  width: 66.66%;
  width: 66.6666666667%;
}

.content-box.three-third,
.content-box.full-width {
  width: 100%;
}

@media (max-width: 991px) {
  .content-box {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .content-box-4,
  .content-box-5 {
    width: 100% !important;
  }
  /*
  .content-box{
  	width: 100% !important;
  }
  .content-box.double-height:before{
  	padding-top: 100% !important;
  }

  .content-box-2, .content-box-3, .content-box-4{
  	width: 50% !important;
  }
  .content-box-3{
  	padding-bottom: 50% !important;
  }

  .content-box-5{

  }
  */
  .owl-theme .custom-nav {
    top: 38%;
  }
}
/* Default block modifications */
.wp-block-media-text__content {
  padding: 30px 0 30px 0;
}

@media (max-width: 600px) {
  .wp-block-media-text__content {
    padding: 30px 0 30px 0 !important;
  }
}
.wp-block-file a {
  font-weight: 500;
}

.carousel-item {
  opacity: 0;
  transition-duration: 2s !important;
  transition-property: opacity !important;
}
.carousel-item .carousel-img {
  max-height: 922px;
  min-height: 450px;
  height: 83vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .carousel-item .carousel-img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
  }
}

.a2-instagram-block .ig-row {
  margin-right: -22px;
  margin-left: -22px;
}
.a2-instagram-block .ig-col {
  padding: 7px;
}
.a2-instagram-block .ig-img {
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: rgb(235, 235, 235);
  transition: 0.25s;
  opacity: 1;
}
.a2-instagram-block .ig-img:hover {
  opacity: 0.75;
}

.a2-fixed-height-img {
  background-color: #a9a9a9;
  width: 100%;
  background-size: cover !important;
}

.startpage-images-container .button-link {
  text-transform: uppercase;
  font-family: "Roboto", serif;
  padding: 12px 0 24px 0;
  display: inline-block;
}
.startpage-images-container .button-link:after {
  content: "→";
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  padding-left: 5px;
}

.text-img-5050 {
  margin: 0 -12px 0 -12px;
}
.text-img-5050 .col-md-6 {
  padding: 12px;
}
.text-img-5050 .fh-title {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .text-img-5050.reverse .content {
    margin-left: 0px;
  }
}/*# sourceMappingURL=style.css.map */