/*!
Theme Name: Mural Harbor
Theme URI: http://underscores.me/
Author: Benedikt Reiter
Author URI: http://benereiter.com
Description: Custom theme: Mural Harbor, developed by Benedikt Reiter
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: muralharbor
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.

Mural Harbor is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * 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;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * 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;
  font: inherit;
}
/* 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;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/*******
    Eurostile
*******/
@font-face {
  font-family: Eurostile;
  src: url("assets/fonts/EurostileLTStd-BoldEx2.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*******
    PP Telegraf
*******/
@font-face {
  font-family: PPTelegraf;
  src: url("assets/fonts/PPTelegraf-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PPTelegraf;
  src: url("assets/fonts/PPTelegraf-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: PPTelegraf;
  src: url("assets/fonts/PPTelegraf-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: PPTelegraf;
  src: url("assets/fonts/PPTelegraf-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
body, button, input, select, optgroup, textarea {
  color: #000;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
body.block-editor-page, #customize-controls {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h1, h2, h3 {
  clear: both;
  font-family: "Eurostile", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}
h4, h5, h6 {
  clear: both;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
body.block-editor-page h1, body.block-editor-page h2, body.block-editor-page h3, body.block-editor-page h4, body.block-editor-page h5, body.block-editor-page h6, #customize-controls h1, #customize-controls h2, #customize-controls h3, #customize-controls h4, #customize-controls h5, #customize-controls h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h1, body .editor-styles-wrapper h1 {
  margin-bottom: 1.5rem;
  line-height: 1;
  font-family: "Eurostile", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 5rem;
  text-transform: uppercase;
  color: #000;
}
h1.has-large-font-size, body .editor-styles-wrapper h1.has-large-font-size {
  font-size: 5rem;
}
h1.entry-title, body .editor-styles-wrapper h1.entry-title {
  margin-top: 0;
  padding-top: 6rem;
}
@media (max-width: 1264px) {
  h1, body .editor-styles-wrapper h1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 1000px) {
  h1, body .editor-styles-wrapper h1 {
    font-size: 3.1rem;
  }
}
@media (max-width: 800px) {
  h1, body .editor-styles-wrapper h1 {
    font-size: 2rem;
    overflow-wrap: break-word;
  }
}
h2, body .editor-styles-wrapper h2 {
  font-size: 4rem;
  font-family: "Eurostile", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 4rem;
  text-transform: uppercase;
}
@media (max-width: 1264px) {
  h2, body .editor-styles-wrapper h2 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 1000px) {
  h2, body .editor-styles-wrapper h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 800px) {
  h2, body .editor-styles-wrapper h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    overflow-wrap: break-word;
  }
}
h3, body .editor-styles-wrapper h3 {
  font-family: "Eurostile", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.7rem;
  line-height: 1.7rem;
}
@media (max-width: 800px) {
  h3, body .editor-styles-wrapper h3 {
    font-size: 1.4rem;
    overflow-wrap: break-word;
  }
}
h4, body .editor-styles-wrapper h4 {
  font-size: 2rem;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 2.3rem;
  font-weight: normal;
  margin-top: calc(var(--distance) * 0.5);
  margin-bottom: calc(var(--distance) * 0.5);
}
h4 strong, body .editor-styles-wrapper h4 strong {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1264px) {
  h4, body .editor-styles-wrapper h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 1000px) {
  h4, body .editor-styles-wrapper h4 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 800px) {
  h4, body .editor-styles-wrapper h4 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    overflow-wrap: break-word;
  }
}
h5, body .editor-styles-wrapper h5 {
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1000px) {
  h5, body .editor-styles-wrapper h5 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 800px) {
  h5, body .editor-styles-wrapper h5 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    overflow-wrap: break-word;
  }
}
h6, body .editor-styles-wrapper h6 {
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
@media (max-width: 1000px) {
  h6, body .editor-styles-wrapper h6 {
    font-size: 0.95rem;
    line-height: 0.95rem;
  }
}
@media (max-width: 800px) {
  h6, body .editor-styles-wrapper h6 {
    font-size: 0.9rem;
    line-height: 0.9rem;
    overflow-wrap: break-word;
  }
}
p {
  margin-bottom: 1.5em;
  margin-top: 0;
}
p.has-regular-font-size + .wp-block-buttons {
  padding-top: 1rem;
}
p, .wp-block-button, ul, .wp-block-quote cite {
  font-size: 1rem;
}
@media (max-width: 800px) {
  p, .wp-block-button, ul, .wp-block-quote cite {
    font-size: 1rem;
  }
}
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;
  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;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.page-template-black-theme {
  background-color: #000;
}
/* Responsiv fix */
@media (max-width: 800px) {
  html, html body, body #wrapper {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow-x: hidden;
  }
}
hr hr + * {
  margin-top: 0;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
body.block-editor-page ul, #customize-controls ul {
  margin: 0;
  list-style: none;
}
body.block-editor-page .editor-styles-wrapper ul, #customize-controls .editor-styles-wrapper ul {
  list-style: disc;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/* 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: rgba(0, 0, 0, 0.8);
  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;
}
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%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.wrapper, .entry-title, .entry-content > *, .wp-block-cover > *, div.product, .post-type-archive-product .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100% !important;
}
@media (max-width: 1264px) {
  .wrapper, .entry-title, .entry-content > *, .wp-block-cover > *, div.product, .post-type-archive-product .site-main {
    padding-left: var(--distance);
    padding-right: var(--distance);
  }
}
@media (max-width: 1264px) {
  .wp-block-cover > * {
    padding-left: 0;
    padding-right: 0;
  }
}
/** Image Homepage Video Responsiv **/
@media (max-width: 1264px) {
  .home .entry-content > .wp-block-image.alignfull, .home .entry-content > .wp-block-video.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
.m-background {
  width: 100%;
}
.m-background:after {
  content: "";
  background-image: url(/wp-content/themes/muralharbor/assets/images/m_logo.svg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  display: block;
  position: fixed;
  height: auto;
  min-height: 100rem;
  width: 100%;
  min-width: 20rem;
  top: 0;
  z-index: -2;
  opacity: 0.05;
  /*@include screen-small {
			width: 140%;
			background-size: 140% auto;
			margin-left: -20% !important;
		}*/
}
@media (max-width: 1600px) {
  .m-background:after {
    background-size: 1600px auto;
  }
}
/* Responsiv Home */
@media (max-width: 800px) {
  .home .entry-content .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .home .entry-content .wp-block-image .alignleft {
    margin-bottom: 0 !important;
  }
  .home .entry-content .wp-block-separator {
    margin-top: 0;
  }
  .home .entry-content .mh-infobox .wp-block-columns .wp-block-column:first-child {
    padding-top: 0.9rem;
    margin-bottom: 0.2rem !important;
  }
  .home .entry-content .is-style-spray-bg-1 {
    padding-top: 1.5rem !important;
  }
  .home .entry-content h4 + .wp-block-columns {
    margin-bottom: 0.5rem !important;
  }
  .home .entry-content .mh-sponsors {
    padding-bottom: 0 !important;
    padding-top: 1.5rem !important;
  }
  .home .entry-content .mh-sponsors .wp-block-columns {
    flex-direction: row;
  }
  .home .entry-content .mh-sponsors .wp-block-columns .wp-block-column {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    flex: 0 0 50% !important;
    margin-top: 0;
  }
  .home .entry-content .mh-sponsors .wp-block-columns .wp-block-column .aligncenter {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
/* Black Theme */
.page-template-black-theme .entry-content {
  background-color: #000;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  padding: 2.3rem 0;
  background-color: #fff;
  border-bottom: solid 1px #000;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.site-header.hide-header {
  transform: translateY(-100%);
}
@media (max-width: 800px) {
  .site-header {
    width: 100vw;
    padding: 1.3rem 0;
    position: fixed !important;
    height: 6.7rem;
    top: 0;
  }
  .site-header + #primary {
    margin-top: 6.7rem;
  }
}
.site-header.toggled:after {
  opacity: 0;
}
.site-header:after {
  content: "";
  background-image: url(/wp-content/themes/muralharbor/assets/images/m_logo.svg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  overflow-y: hidden;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.05;
  /*@include screen-small {
            width: 140%;
            background-size: 140% auto;
            margin-left: -20% !important;
        }*/
}
@media (max-width: 1600px) {
  .site-header:after {
    background-size: 1600px auto;
  }
}
.site-header .wrapper {
  display: flex;
  justify-content: space-between;
}
.site-header .site-branding {
  z-index: 1010;
}
@media (max-width: 800px) {
  .site-header .site-branding .site-title .logo {
    width: 12rem;
    height: 3rem;
    padding-top: 0.7rem;
  }
}
.site-header .site-branding .site-title .logo svg .cls-3 {
  fill: #000;
  transition: fill 0.3s ease;
}
.site-header .main-navigation .menu-toggle {
  margin-right: -0.25rem;
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 1010;
  outline: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 800px) {
  .site-header .main-navigation .menu-toggle {
    margin-top: 0.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.site-header .main-navigation .menu-toggle .hamburger {
  position: relative;
  display: block;
}
.site-header .main-navigation .menu-toggle .hamburger:after, .site-header .main-navigation .menu-toggle .hamburger:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5rem;
  height: auto;
  transition: transform 0.3s ease, border-top 0.3s ease;
  border-top: 2px solid #000;
}
@media (max-width: 800px) {
  .site-header .main-navigation .menu-toggle .hamburger:after, .site-header .main-navigation .menu-toggle .hamburger:before {
    width: 3rem;
  }
}
.site-header .main-navigation .menu-toggle .hamburger:after {
  transform: rotate(90deg);
}
.site-header .main-navigation .main-menu-container {
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1005;
  opacity: 0;
  padding-top: 20rem;
  padding-bottom: 4rem;
  transform: translateY(-100%);
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 1000px) {
  .site-header .main-navigation .main-menu-container {
    padding-top: 12.7rem;
  }
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container {
    padding-top: 9.7rem;
    overflow-y: scroll;
  }
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-header .main-navigation .main-menu-container:after {
  content: "";
  background-image: url(/wp-content/themes/muralharbor/assets/images/m_logo_white.svg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  overflow-y: hidden;
  display: block;
  position: absolute;
  height: auto;
  min-height: 100rem;
  width: 100%;
  transform: translateY(48%);
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.5s ease;
  /*@include screen-small {
                    width: 140%;
                    background-size: 140% auto;
                    margin-left: -20% !important;
                }*/
}
@media (max-width: 1600px) {
  .site-header .main-navigation .main-menu-container:after {
    background-size: 1600px auto;
  }
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container:after {
    min-height: 45rem;
  }
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar {
  flex: 0 1;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 20rem;
  min-width: 15rem;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .main-menu-sidebar {
    margin-top: 2.7rem;
    min-height: 0;
  }
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .main-menu-contact {
  color: #fff;
  font-weight: 500;
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .main-menu-contact p {
  font-size: 1.3rem;
  color: currentColor;
}
@media (max-width: 1000px) {
  .site-header .main-navigation .main-menu-container .main-menu-sidebar .main-menu-contact p {
    font-size: 1.1rem;
  }
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .main-menu-sidebar .main-menu-contact p {
    font-size: 1rem;
  }
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .main-menu-contact p:first-child {
  margin-top: 0;
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .main-menu-contact a {
  display: block;
  color: currentColor;
  text-decoration: none;
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .main-menu-contact a:hover {
  text-decoration: underline !important;
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container {
    margin-top: 1.7rem;
  }
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container li {
  margin-bottom: 1.8rem;
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container li:last-child {
  margin-bottom: 0;
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container li a {
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2rem;
  background-color: #fff;
  border-radius: 3rem;
  padding: 0.4rem 0.8rem 0.2rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container li a {
    font-size: 1rem;
  }
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container li a::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
  display: inline-block;
  width: 1rem;
  margin-left: 0.1rem;
  margin-right: 0.5rem;
  height: auto;
  position: relative;
  transition: transform 0.3s ease;
}
.site-header .main-navigation .main-menu-container .main-menu-sidebar .menu-social-media-container li a:hover::before {
  transform: translateX(0.2rem);
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu {
    padding-left: 0;
  }
}
.site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu .current-menu-item a {
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu .current-menu-item a {
    -webkit-text-stroke: 1px #fff;
  }
}
.site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu .current-menu-item a.disable-outline {
  -webkit-text-fill-color: #fff;
}
.site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Eurostile", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0 transparent;
  transition: -webkit-text-fill-color 0.3s ease;
  /*&:active,
                        &:focus {
                            -webkit-text-fill-color: $color__muralharbor-white;
                        }*/
}
@media (max-width: 1264px) {
  .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a {
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 1000px) {
  .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a:hover, .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a.focus, .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a:focus {
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}
@media (max-width: 800px) {
  .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a:hover, .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a.focus, .site-header .main-navigation .main-menu-container .menu-main-menu-container #primary-menu a:focus {
    -webkit-text-stroke: 1px #fff;
  }
}
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation li {
  position: relative;
  margin-bottom: 0.25em;
}
/* Link outline programm on single product page */
.single-product #primary-menu .menu-item-59 a {
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}
@media (max-width: 800px) {
  .single-product #primary-menu .menu-item-59 a {
    -webkit-text-stroke: 1px #fff;
  }
}
/* Hamburger Menu */
.main-navigation.toggled .main-menu-container {
  transform: translateY(0);
  opacity: 1;
}
.main-navigation.toggled .main-menu-container:after {
  transform: translateY(0);
  opacity: 0.15;
}
.main-navigation.toggled .menu-toggle .hamburger:after {
  transform: rotate(45deg);
  border-top: 2px solid #fff;
}
.main-navigation.toggled .menu-toggle .hamburger:before {
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
}
/* Black Theme */
.page-template-black-theme .site-header {
  background-color: #000;
  border-bottom: solid 1px #fff;
}
.page-template-black-theme .site-header .site-branding svg .cls-3 {
  fill: #fff !important;
}
.page-template-black-theme .site-header .menu-toggle .hamburger:after, .page-template-black-theme .site-header .menu-toggle .hamburger:before {
  border-color: #fff;
}
.site-header.toggled .cls-3 {
  fill: #fff !important;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.mh-newsletter {
  background-color: transparent !important;
  position: relative;
  margin-bottom: 6rem;
  padding-top: calc(var(--distance) * 1.5) !important;
  padding-bottom: calc(var(--distance) * 1.5) !important;
}
.mh-newsletter.has-yellow-background-color:before {
  content: "";
  z-index: -5;
  background-color: #edff00;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.mh-newsletter .wrapper {
  position: relative;
}
.mh-newsletter .wrapper .mh-columns {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-bottom: calc(var(--distance) * .9);
}
@media (max-width: 800px) {
  .mh-newsletter .wrapper .mh-columns {
    flex-direction: column;
  }
}
.mh-newsletter .wrapper .mh-columns:last-child {
  margin-bottom: 0;
}
.mh-newsletter .wrapper .mh-columns .mh-column {
  flex: 0 1;
}
@media (max-width: 800px) {
  .mh-newsletter .wrapper .mh-columns .mh-column:first-child {
    margin-bottom: 2rem;
  }
}
.mh-newsletter .wrapper .mh-columns .mh-column.mh-is-10 {
  flex-basis: 12%;
}
.mh-newsletter .wrapper .mh-columns .mh-column.mh-is-80 {
  flex-basis: 76%;
}
.mh-newsletter .wrapper .mh-columns .mh-column.mh-is-50 {
  flex-basis: 50%;
}
.mh-newsletter .has-small-font-size {
  font-size: 0.74rem;
}
.mh-newsletter h2 {
  font-size: 4.6rem;
  line-height: 4.6rem;
}
@media (max-width: 1264px) {
  .mh-newsletter h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1000px) {
  .mh-newsletter h2 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 800px) {
  .mh-newsletter h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 500px) {
  .mh-newsletter h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.mh-newsletter .gdpr-checkbox {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  font-size: 0.74rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mh-newsletter .gdpr-checkbox input {
  opacity: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mh-newsletter .gdpr-checkbox input:checked ~ .checkbox {
  background-color: #000;
}
.mh-newsletter .gdpr-checkbox .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 1rem;
  height: 1rem;
  width: 1rem;
  padding-right: 0.8rem;
  margin-left: 0.4rem;
  background-color: transparent;
}
.mh-newsletter .mh-newsletter-form {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 800px) {
  .mh-newsletter .mh-newsletter-form {
    flex-direction: column;
  }
}
.mh-newsletter .mh-newsletter-form .sib-button {
  flex: 9.2rem 0 1;
  margin-left: 1.5rem;
}
@media (max-width: 800px) {
  .mh-newsletter .mh-newsletter-form .sib-button {
    flex: 1 1;
    margin-left: 0 !important;
  }
}
.mh-newsletter .mh-newsletter-form p.sib-email-area {
  flex: 1 1;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .mh-newsletter .mh-newsletter-form p.sib-email-area {
    margin-bottom: 1.5rem;
  }
}
.mh-newsletter .mh-newsletter-form p.sib-email-area input {
  border-radius: 3rem;
  border: 0;
  padding-left: 0.7rem;
  outline: 0;
  width: 100%;
}
.mh-newsletter .mh-newsletter-form .sib-default-btn {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #fff;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  background-color: #000;
  border-radius: 3rem;
  border: 0 !important;
  padding: 0.25rem 0.8rem 0.1rem;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.mh-newsletter .mh-newsletter-form .sib-default-btn.has-white-background-color {
  color: #000;
  background-color: #fff;
}
.mh-newsletter .mh-newsletter-form .sib-default-btn.has-white-background-color::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
}
.mh-newsletter .mh-newsletter-form .sib-default-btn::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
  display: inline-block;
  width: 0.8rem;
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  height: auto;
  position: relative;
  transition: transform 0.3s ease;
}
.mh-newsletter .mh-newsletter-form .sib-default-btn:hover::before {
  transform: translateX(0.2rem);
}
.page-template-black-theme .mh-newsletter {
  display: none !important;
}
.site-footer {
  background-color: #000;
  padding-top: 7rem;
  padding: 7rem 0 2rem;
}
.site-footer .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .site-footer .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.site-footer .wrapper .row {
  flex: 1 0 20%;
  padding-left: 3rem;
}
@media (max-width: 800px) {
  .site-footer .wrapper .row {
    margin: 1rem 0;
    padding-left: 0;
  }
}
.site-footer .wrapper .row:first-child {
  flex: 1 0 40%;
  padding-left: 0;
}
@media (max-width: 1000px) {
  .site-footer .wrapper .row:first-child {
    flex: 1 0 30%;
  }
}
.site-footer .wrapper .row:nth-child(2), .site-footer .wrapper .row:nth-child(3), .site-footer .wrapper .row:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
.site-footer .wrapper .row ul {
  margin: 0;
  padding-left: 0;
}
.site-footer .wrapper .row ul li {
  list-style: none;
}
@media (max-width: 800px) {
  .site-footer .wrapper .row ul li {
    text-align: center;
  }
}
.site-footer .wrapper .row ul li a {
  color: #fff;
}
.site-footer .wrapper .row .menu-social-media-container a {
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.13rem;
}
.site-footer .wrapper .row .menu-social-media-container a::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
  display: inline-block;
  width: 0.8rem;
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  top: 0.05rem;
  height: auto;
  position: relative;
  transition: transform 0.3s ease;
}
.site-footer .wrapper .row .menu-social-media-container a:hover::before {
  transform: translateX(0.2rem);
}
.site-footer .wrapper .row .menu-footer-container a {
  text-decoration: none;
  opacity: 0.7;
  font-size: 0.9rem;
}
.site-footer .wrapper .row .menu-footer-container a:hover {
  text-decoration: underline;
}
.site-footer .wrapper .row .address {
  color: #fff;
  opacity: 0.7;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
@media (max-width: 800px) {
  .site-footer .wrapper .row .address {
    text-align: center;
  }
}
.site-footer .wrapper .row .address a {
  color: #fff;
  text-decoration: underline;
}
.site-footer .wrapper .row .address a:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .site-footer .wrapper .row.site-branding .site-title .logo {
    width: 12rem;
    height: 3rem;
  }
}
.site-footer .wrapper .row.site-branding .site-title .logo svg .cls-3 {
  fill: #fff;
}
.site-footer .wrapper .row .sponsors a:first-child {
  display: block;
  padding-bottom: 0.5rem;
}
.site-footer .wrapper .row .sponsors svg {
  width: 9rem;
  height: auto;
}
.site-footer .wrapper .row .sponsors svg .cls-1, .site-footer .wrapper .row .sponsors svg .cls-2 {
  fill: #fff;
  opacity: 0.7;
}
/* Black Theme */
.page-template-black-theme .site-footer {
  border-top: solid 1px #fff;
}
.site-branding .site-title {
  margin: 0;
}
.site-branding .site-title .logo {
  width: 18rem;
  height: 4.5rem;
}
.site-branding .site-title .logo svg {
  width: 100%;
  height: auto;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
article.post, article.page {
  margin: 0;
}
article .entry-footer {
  display: none;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (max-width: 800px) {
  .page-content, .entry-content, .entry-summary {
    padding-top: 4rem;
  }
}
.home .entry-content {
  padding-top: 0 !important;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.mh-slider {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
@media (max-width: 500px) {
  .mh-slider {
    min-height: 34rem;
  }
}
.mh-slider .swiper-navigation {
  display: block;
  --swiper-navigation-color: white;
  --swiper-navigation-size: 30px;
}
.mh-slider .swiper-navigation .swiper-button-prev {
  left: calc(var(--distance) + 0.5rem);
}
.mh-slider .swiper-navigation .swiper-button-next {
  right: calc(var(--distance) + 0.5rem);
}
.mh-swiper-container .swiper-slide img {
  height: calc(100vh - 147px - 10rem);
  width: auto;
}
@media (max-width: 800px) {
  .mh-swiper-container .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
body.admin-bar .mh-swiper-container .swiper-slide img {
  height: calc(100vh - 147px - 32px - 10rem);
}
@media (max-width: 800px) {
  body.admin-bar .mh-swiper-container .swiper-slide img {
    height: auto;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/* Blocks
--------------------------------------------- */
:root {
  --distance: 2rem;
  --top-start: calc(0px);
  --top-center: calc(var(--top-start) + 1600px / 5);
  --top-end: calc(var(--top-center) + 1600px / 3);
  --bottom-start: calc(1600px / 5 * 2);
  --bottom-center: calc(var(--bottom-start) + 1600px / 3);
  --bottom-end: calc(100%);
}
/*
 * Distance
*/
.entry-content > *, .woocommerce-product-gutenberg_wc_description > * {
  position: relative;
}
.entry-content > *.wp-block-group, .woocommerce-product-gutenberg_wc_description > *.wp-block-group {
  padding-top: calc(var(--distance) * 2) !important;
  padding-bottom: calc(var(--distance) * 2) !important;
}
/*
 * Color
*/
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.wp-block-group.has-black-background-color:before {
  background-color: #000;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.wp-block-group.has-white-background-color:before {
  background-color: #fff;
}
.has-grey-color {
  color: #7c7c7b;
}
.has-grey-background-color {
  background-color: #7c7c7b;
}
.wp-block-group.has-grey-background-color:before {
  background-color: #7c7c7b;
}
.has-yellow-color {
  color: #edff00;
}
.has-yellow-background-color {
  background-color: #edff00;
}
.wp-block-group.has-yellow-background-color:before {
  background-color: #edff00;
}
.wp-block-group.has-background {
  background-color: transparent;
  position: relative;
}
.wp-block-group.has-background:before {
  content: "";
  z-index: -5;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.wp-block-group.has-yellow-background-color:after {
  content: url(/wp-content/themes/muralharbor/assets/images/mural-harbor-wave.svg);
  z-index: -5;
  display: block;
  position: absolute;
  width: 18rem;
  margin-top: 4rem;
}
.block-editor-page .wp-block-group.has-background:before {
  z-index: 0;
}
.wp-block-video.alignfull + .wp-block-group.has-background {
  margin-top: -0.4rem;
}
/*
 * Typografie
*/
.has-small-font-size {
  font-size: 1rem;
}
.has-regular-font-size {
  font-size: 1.3rem;
}
.has-medium-font-size {
  font-size: 1.5rem;
}
.has-large-font-size {
  font-size: 1.7rem;
}
.has-x-large-font-size {
  font-size: 2rem;
}
/*
 * Import block styles
*/
.wp-block-buttons {
  display: inline-block;
}
.wp-block-button {
  margin-bottom: var(--distance);
}
@media (max-width: 800px) {
  .wp-block-button {
    display: block;
  }
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #fff;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  background-color: #000;
  border-radius: 3rem;
  padding: 0.3rem 0.8rem 0.1rem;
  text-align: center;
  z-index: 1;
}
.wp-block-button .wp-block-button__link.has-white-background-color {
  color: #000;
  background-color: #fff;
}
.wp-block-button .wp-block-button__link.has-white-background-color::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
}
.wp-block-button .wp-block-button__link::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
  display: inline-block;
  width: 0.8rem;
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  height: auto;
  position: relative;
  transition: transform 0.3s ease;
}
.wp-block-button .wp-block-button__link:hover::before {
  transform: translateX(0.2rem);
}
.wp-block-columns {
  margin-bottom: calc(var(--distance) * 1.5);
}
@media (max-width: 800px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    flex-grow: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-columns .wp-block-column:empty {
    display: none;
  }
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: var(--distance);
  }
}
.wp-block-columns .wp-block-column .wp-block-group {
  padding-top: calc(var(--distance) * 1.5);
  padding-bottom: calc(var(--distance) * 1.5);
}
.wp-block-columns .wp-block-column .wp-block-group:first-child {
  padding-top: 0;
}
.wp-block-columns .wp-block-column .wp-block-group:last-child {
  padding-bottom: 0;
}
.wp-block-columns .wp-block-column.is-style-shift-right {
  margin-left: 6rem;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column.is-style-shift-right {
    margin-left: 0;
  }
}
.wp-block-columns .wp-block-column.is-style-shift-right + .wp-block-column {
  margin-left: 9rem;
  margin-right: 6rem;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column.is-style-shift-right + .wp-block-column {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.wp-block-columns .wp-block-column.is-style-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 2em;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column.is-style-center {
    margin-top: 2rem;
  }
}
.wp-block-columns .wp-block-column.is-style-bottom {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-right: 2em;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column.is-style-bottom {
    margin-top: 2rem;
  }
}
.wp-block-columns .wp-block-column.mh-infobox {
  margin-bottom: 3rem;
}
.wp-block-columns .wp-block-column.mh-infobox .wp-block-columns {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column.mh-infobox .wp-block-columns:last-child {
  border-bottom: 0;
}
.wp-block-columns .wp-block-column.mh-infobox .wp-block-columns .wp-block-column {
  position: relative;
  padding-top: 1.2rem;
  margin-bottom: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column.mh-infobox .wp-block-columns .wp-block-column {
    margin-top: 0 !important;
  }
  .wp-block-columns .wp-block-column.mh-infobox .wp-block-columns .wp-block-column:last-child {
    padding-top: 0;
  }
}
.wp-block-columns .wp-block-column.mh-infobox .wp-block-columns .wp-block-column p, .wp-block-columns .wp-block-column.mh-infobox .wp-block-columns .wp-block-column h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.wp-block-columns .wp-block-column .crown-columns {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -0.3rem;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column .crown-columns {
    flex-direction: row;
    flex-wrap: unset;
  }
}
.wp-block-columns .wp-block-column .crown-columns .wp-block-column {
  margin-left: 0.4rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column .crown-columns .wp-block-column {
    margin-bottom: 1rem;
  }
  .wp-block-columns .wp-block-column .crown-columns .wp-block-column:empty {
    display: block;
  }
}
.wp-block-columns .wp-block-column p.timetable em {
  font-style: normal;
  display: inline-block;
  min-width: 24rem;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column p.timetable em {
    min-width: 18rem;
  }
}
.wp-block-columns .wp-block-column .aligncenter {
  padding-right: 2em;
}
@media (max-width: 800px) {
  .wp-block-columns .wp-block-column .aligncenter {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 800px) {
  .wp-block-columns.parallax-8, .wp-block-columns.parallax-6, .wp-block-columns.parallax-4 {
    transform: none !important;
  }
}
.wp-block-group.is-style-spray-bg-1 {
  position: relative;
}
.wp-block-group.is-style-spray-bg-1:before {
  content: "";
  z-index: -2;
  display: block;
  position: absolute;
  margin-top: -6rem;
  height: auto;
  min-height: 30rem;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  background-image: url(/wp-content/themes/muralharbor/assets/images/mural-harbor-spray-1.png);
  background-position: center top;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-spray-bg-1:before {
    width: 30rem;
    background-size: 100% auto;
    margin: 0;
    bottom: 0;
    margin-left: -2rem;
  }
}
@media (max-width: 500px) {
  .wp-block-group.is-style-spray-bg-1:before {
    bottom: 8rem;
  }
}
.wp-block-group.is-style-spray-bg-2 {
  position: relative;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-spray-bg-2 {
    margin-top: 2rem;
  }
}
.wp-block-group.is-style-spray-bg-2:before {
  content: "";
  z-index: -2;
  display: block;
  position: absolute;
  height: auto;
  width: 120%;
  margin-top: -10%;
  margin-left: -20%;
  min-height: 10rem;
  background-image: url(/wp-content/themes/muralharbor/assets/images/mural-harbor-spray-2.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-spray-bg-2:before {
    width: 100%;
    min-height: 14rem;
    background-size: 60% auto;
    margin-top: -5rem;
    margin-left: -25%;
  }
}
@media (max-width: 500px) {
  .wp-block-group.is-style-spray-bg-2:before {
    background-size: 100% auto;
    margin-left: -12%;
  }
}
.wp-block-group.is-style-spray-bg-3 {
  position: relative;
}
.wp-block-group.is-style-spray-bg-3:before {
  content: "";
  z-index: -2;
  display: block;
  position: absolute;
  height: auto;
  width: 120%;
  margin-top: -10%;
  margin-left: -10%;
  min-height: 15rem;
  background-image: url(/wp-content/themes/muralharbor/assets/images/mural-harbor-spray-3.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-spray-bg-3:before {
    display: none;
  }
}
.wp-block-group.is-style-shift-up {
  position: relative;
  top: -13rem !important;
  margin-bottom: -13rem;
  z-index: -1;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-shift-up {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.wp-block-group.is-style-shift-up + .is-style-shift-up {
  top: -4rem !important;
  margin-bottom: -4rem;
  z-index: 0;
  padding-top: 2rem;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-shift-up + .is-style-shift-up {
    top: -10rem !important;
    margin-bottom: -10rem !important;
  }
}
.wp-block-group.is-style-column-border {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wp-block-group.is-style-column-border.has-yellow-background-color:after {
  margin-top: 0;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-column-border.has-yellow-background-color + .wp-block-spacer {
    display: block !important;
    height: 5rem !important;
  }
}
.wp-block-group.is-style-column-border .wp-block-columns .wp-block-column {
  border-right: 1px solid #000;
  padding-top: calc(var(--distance) * 2) !important;
  padding-bottom: calc(var(--distance) * 3) !important;
  padding-left: calc(var(--distance) * 0.75);
  padding-right: calc(var(--distance) * 0.75);
  margin-left: 0;
}
.wp-block-group.is-style-column-border .wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
}
.wp-block-group.is-style-column-border .wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-column-border .wp-block-columns .wp-block-column {
    border-right: 0;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-group.is-style-column-border .wp-block-columns .wp-block-column:last-child {
    padding-bottom: var(--distance) !important;
  }
  .wp-block-group.is-style-column-border .wp-block-columns .wp-block-column:last-child .wp-block-group:last-child {
    border-bottom: 0;
  }
}
.wp-block-group.is-style-column-border .wp-block-columns .wp-block-column .is-style-ticket-box {
  padding-top: var(--distance);
  padding-bottom: var(--distance);
}
.wp-block-group.is-style-column-border .wp-block-columns .wp-block-column:last-child {
  border-right: 0;
}
.wp-block-group.is-style-ticket-box {
  border-top: 1px solid #000;
}
.wp-block-group.is-style-ticket-box:first-child {
  border-top: 0;
}
@media (max-width: 800px) {
  .wp-block-group.is-style-ticket-box {
    border-top: 0;
  }
  .is-style-column-border .wp-block-group.is-style-ticket-box {
    padding-bottom: calc(var(--distance)) !important;
    border-bottom: 1px solid #000;
  }
}
.wp-block-group.is-style-ticket-box h4 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.wp-block-group.is-style-ticket-box h4:first-child {
  margin-top: 0;
}
.block-editor-page .wp-block-group.is-style-shift-up {
  z-index: 0;
}
.block-editor-page .wp-block-group.is-style-spray-bg-1:before, .block-editor-page .wp-block-group.is-style-spray-bg-2:before, .block-editor-page .wp-block-group.is-style-spray-bg-3:before {
  z-index: 0;
}
.wp-block-image:last-child, .wp-block-image:last-child figure {
  margin-bottom: 0;
}
.wp-block-image .alignleft {
  margin-right: 5rem;
}
@media (max-width: 800px) {
  .wp-block-image .alignleft {
    margin-bottom: 3rem !important;
    margin-right: 0;
  }
}
.wp-block-image .alignright {
  margin-right: 3rem;
}
@media (max-width: 800px) {
  .wp-block-image .alignright {
    margin-right: 0;
    margin-left: 0;
  }
}
.wp-block-image.is-style-scale-hover img {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.wp-block-image.is-style-scale-hover img:hover {
  transform: scale(1.05);
}
.wp-block-image.is-style-shift-up {
  position: relative;
  margin-top: -6rem;
}
@media (max-width: 1264px) {
  .wp-block-image.is-style-shift-up {
    margin-top: -4rem;
  }
}
@media (max-width: 1000px) {
  .wp-block-image.is-style-shift-up {
    margin-top: -2rem;
  }
}
@media (max-width: 800px) {
  .wp-block-image.is-style-shift-up {
    margin-top: 0;
  }
}
.wp-block-image.is-style-shift-up .alignright img {
  margin-top: 2rem;
}
@media (max-width: 800px) {
  .wp-block-image.is-style-shift-up .alignright img {
    margin-top: -2rem;
    margin-bottom: 0 !important;
  }
}
.wp-block-image.is-style-shift-down {
  position: absolute;
  top: -1rem;
}
@media (max-width: 800px) {
  .wp-block-image.is-style-shift-down {
    right: 2rem;
    top: -4rem;
  }
}
@media (max-width: 800px) {
  .wp-block-image.parallax-8, .wp-block-image.parallax-6, .wp-block-image.parallax-4 {
    transform: none !important;
  }
}
.mh-info-map {
  padding-left: 25%;
  padding-right: 10%;
}
@media (max-width: 1000px) {
  .mh-info-map {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .mh-info-map {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-video #video-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
}
.wp-block-video #video-controls #mute {
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 0;
  margin: 0.5rem 1rem;
  background-image: url(/wp-content/themes/muralharbor/assets/images/sound_off_white.svg);
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.wp-block-video #video-controls #mute.unmute {
  background-image: url(/wp-content/themes/muralharbor/assets/images/sound_on_white.svg);
  background-size: 100% auto;
}
.wp-block-video #video-controls #mute.mute {
  background-image: url(/wp-content/themes/muralharbor/assets/images/sound_off_white.svg);
}
.mh-video .wp-block-video {
  margin-bottom: 0;
}
.mh-video.muralharbor-woocommerce-video {
  margin-bottom: calc(var(--distance) * 1.75);
}
.wp-block-spacer {
  clear: none;
}
.wp-block-spacer.is-style-small {
  height: 4rem !important;
}
.wp-block-spacer.is-style-medium {
  height: 7rem !important;
}
.wp-block-spacer.is-style-large {
  height: 10rem !important;
}
@media (max-width: 800px) {
  .wp-block-spacer {
    display: none;
  }
  .wp-block-spacer#tours, .wp-block-spacer#masterclasses {
    display: block;
    height: 5.5rem !important;
  }
}
.wp-block-separator {
  margin-top: 3rem;
  margin-bottom: 3rem;
  min-height: 0;
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
  opacity: 1;
  padding: 0;
  border-bottom: 1px solid #000 !important;
  /*background-image: url(/wp-content/themes/muralharbor/assets/images/separator-wave.svg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
}
@media (max-width: 800px) {
  .wp-block-separator {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
h1.is-style-underline, h2.is-style-underline, h3.is-style-underline, h4.is-style-underline, h5.is-style-underline, h6.is-style-underline {
  position: relative;
}
h1.is-style-underline:after, h2.is-style-underline:after, h3.is-style-underline:after, h4.is-style-underline:after, h5.is-style-underline:after, h6.is-style-underline:after {
  content: "";
  border-bottom: 1px solid #000;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 0.8rem;
  height: 0;
}
@media (max-width: 800px) {
  h1.is-style-underline:after, h2.is-style-underline:after, h3.is-style-underline:after, h4.is-style-underline:after, h5.is-style-underline:after, h6.is-style-underline:after {
    padding-bottom: 0.6rem;
  }
}
h1.is-style-outline, h2.is-style-outline, h3.is-style-outline, h4.is-style-outline, h5.is-style-outline, h6.is-style-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  font-weight: bold;
}
h1.is-style-price-per-person :after, h2.is-style-price-per-person :after, h3.is-style-price-per-person :after, h4.is-style-price-per-person :after, h5.is-style-price-per-person :after, h6.is-style-price-per-person :after {
  content: "/ Person";
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  color: currentColor;
  padding-left: 0.6rem;
}
h1.is-style-arrow-down, h2.is-style-arrow-down, h3.is-style-arrow-down, h4.is-style-arrow-down, h5.is-style-arrow-down, h6.is-style-arrow-down {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
h1.is-style-arrow-down a, h2.is-style-arrow-down a, h3.is-style-arrow-down a, h4.is-style-arrow-down a, h5.is-style-arrow-down a, h6.is-style-arrow-down a {
  border-bottom: 3px solid #000;
  text-decoration: none;
  color: #000;
}
h1.is-style-arrow-down a:hover, h1.is-style-arrow-down a:focus, h1.is-style-arrow-down a.active, h2.is-style-arrow-down a:hover, h2.is-style-arrow-down a:focus, h2.is-style-arrow-down a.active, h3.is-style-arrow-down a:hover, h3.is-style-arrow-down a:focus, h3.is-style-arrow-down a.active, h4.is-style-arrow-down a:hover, h4.is-style-arrow-down a:focus, h4.is-style-arrow-down a.active, h5.is-style-arrow-down a:hover, h5.is-style-arrow-down a:focus, h5.is-style-arrow-down a.active, h6.is-style-arrow-down a:hover, h6.is-style-arrow-down a:focus, h6.is-style-arrow-down a.active {
  color: #000;
}
h1.is-style-arrow-down a:before, h2.is-style-arrow-down a:before, h3.is-style-arrow-down a:before, h4.is-style-arrow-down a:before, h5.is-style-arrow-down a:before, h6.is-style-arrow-down a:before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
  transform: rotateZ(90deg);
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: auto;
  margin-right: 0.7rem;
}
@media (max-width: 800px) {
  p {
    font-size: 0.9rem;
    line-height: 1.4em;
    overflow-wrap: break-word;
  }
}
p.p-info::before {
  content: "*";
  display: inline-block;
  position: absolute;
  margin-left: -0.5rem;
  width: 2rem;
  height: auto;
}
@media (max-width: 1000px) {
  p.has-regular-font-size {
    font-size: 1rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
.entry-content ul, .woocommerce-product-gutenberg_wc_description ul, .editor-styles-wrapper ul {
  padding-left: 1rem;
}
@media (max-width: 1264px) {
  .entry-content ul, .woocommerce-product-gutenberg_wc_description ul, .editor-styles-wrapper ul {
    padding-left: calc(var(--distance) * 1.5);
  }
}
@media (max-width: 1000px) {
  .entry-content ul, .woocommerce-product-gutenberg_wc_description ul, .editor-styles-wrapper ul {
    padding-left: calc(var(--distance) * 1.5);
  }
}
@media (max-width: 800px) {
  .entry-content ul, .woocommerce-product-gutenberg_wc_description ul, .editor-styles-wrapper ul {
    padding-left: calc(var(--distance) * 1.5);
  }
}
.entry-content ul + .wp-block-buttons, .woocommerce-product-gutenberg_wc_description ul + .wp-block-buttons, .editor-styles-wrapper ul + .wp-block-buttons {
  padding-left: 1rem;
}
.entry-content ul.is-style-arrows-down, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows-down, .editor-styles-wrapper ul.is-style-arrows-down {
  margin-top: var(--distance);
  margin-bottom: calc(var(--distance) * 0.5);
  padding-left: 0;
  list-style: none;
}
.entry-content ul.is-style-arrows-down.has-black-color li a, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows-down.has-black-color li a, .editor-styles-wrapper ul.is-style-arrows-down.has-black-color li a {
  color: #000;
}
.entry-content ul.is-style-arrows-down.has-black-color li:before, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows-down.has-black-color li:before, .editor-styles-wrapper ul.is-style-arrows-down.has-black-color li:before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
}
.entry-content ul.is-style-arrows-down li, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows-down li, .editor-styles-wrapper ul.is-style-arrows-down li {
  padding-left: 1.2em;
  font-weight: bold;
}
.entry-content ul.is-style-arrows-down li a, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows-down li a, .editor-styles-wrapper ul.is-style-arrows-down li a {
  color: #fff;
}
.entry-content ul.is-style-arrows-down li:before, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows-down li:before, .editor-styles-wrapper ul.is-style-arrows-down li:before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
  display: inline-block;
  width: 0.7rem;
  height: auto;
  position: absolute;
  margin-left: -1rem;
  transform: rotate(90deg);
}
.entry-content ul.is-style-arrows, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows, .editor-styles-wrapper ul.is-style-arrows {
  margin-top: var(--distance);
  margin-bottom: calc(var(--distance) * 0.5);
  padding-left: 0;
  list-style: none;
}
.entry-content ul.is-style-arrows.has-black-color li:before, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows.has-black-color li:before, .editor-styles-wrapper ul.is-style-arrows.has-black-color li:before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
}
.entry-content ul.is-style-arrows li, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows li, .editor-styles-wrapper ul.is-style-arrows li {
  padding-left: 1.2em;
}
.entry-content ul.is-style-arrows li em, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows li em, .editor-styles-wrapper ul.is-style-arrows li em {
  font-style: normal;
  display: inline-block;
  min-width: 7rem;
}
.entry-content ul.is-style-arrows li:before, .woocommerce-product-gutenberg_wc_description ul.is-style-arrows li:before, .editor-styles-wrapper ul.is-style-arrows li:before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
  display: inline-block;
  width: 0.7rem;
  height: auto;
  position: absolute;
  margin-left: -1rem;
}
.entry-content ul.block-editor-block-list, .woocommerce-product-gutenberg_wc_description ul.block-editor-block-list, .editor-styles-wrapper ul.block-editor-block-list {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content .wp-block-columns ul, .woocommerce-product-gutenberg_wc_description .wp-block-columns ul, .editor-styles-wrapper .wp-block-columns ul {
  margin-left: 0;
}
.wp-block-eedee-block-gutenslider {
  z-index: 0;
}
@media (max-width: 800px) {
  .wp-block-eedee-block-gutenslider {
    margin-bottom: calc(var(--distance) * 2);
  }
}
.wp-block-eedee-block-gutenslider .slide-content {
  display: none !important;
}
.wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  padding-left: 0 !important;
}
.wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination .swiper-pagination-bullet {
  border: 1px solid #000;
  background-color: transparent;
  opacity: 1;
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}
.wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination .swiper-pagination-bullet-active {
  background-color: #edff00;
}
.page-template-black-theme .swiper-pagination-bullet {
  border-color: #fff !important;
}
.wp-block-pb-accordion-item {
  border-top: 1px solid #000;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  outline: none;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
.wp-block-pb-accordion-item:last-child {
  border-bottom: 1px solid #000;
}
.wp-block-pb-accordion-item.is-open {
  background-color: #edff00;
  outline: 0 !important;
  transition: background-color 0.8s ease;
}
.wp-block-pb-accordion-item .c-accordion__title {
  position: relative;
  height: 2rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2.2rem;
  outline: none;
}
.wp-block-pb-accordion-item .c-accordion__title:active {
  background-color: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.wp-block-pb-accordion-item .c-accordion__title:after, .wp-block-pb-accordion-item .c-accordion__title:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: auto;
  transition: transform 0.3s ease, border-top 0.3s ease;
  border-top: 1px solid #000;
}
.wp-block-pb-accordion-item .c-accordion__title:before {
  top: 1rem;
}
.wp-block-pb-accordion-item .c-accordion__title:after {
  transform: rotate(90deg);
}
.wp-block-pb-accordion-item .c-accordion__content {
  padding-top: 1rem;
}
.wp-block-pb-accordion-item .c-accordion__content p {
  margin-bottom: 0.5rem;
}
.wp-block-table {
  border: 0 !important;
  margin-bottom: 0;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table table tr {
  border-top: 1px solid black;
  background-color: transparent !important;
}
.wp-block-table table tr:first-child {
  border-top: none;
}
.wp-block-table table tr td {
  border: 0;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.mh-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  cursor: move;
}
.mh-swiper-container-vertical > .mh-swiper-wrapper {
  flex-direction: column;
}
.mh-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.mh-swiper-container-android .swiper-slide, .mh-swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.mh-swiper-container-multirow > .mh-swiper-wrapper {
  flex-wrap: wrap;
}
.mh-swiper-container-multirow-column > .mh-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.mh-swiper-container-free-mode > .mh-swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.mh-swiper-container-pointer-events {
  touch-action: pan-y;
}
.mh-swiper-container-pointer-events.mh-swiper-container-vertical {
  touch-action: pan-x;
}
.mh-swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.mh-swiper-container.swiper-container-autoheight, .mh-swiper-container.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.mh-swiper-container.swiper-container-autoheight .mh-swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.mh-swiper-container-3d {
  perspective: 1200px;
}
.mh-swiper-container-3d .mh-swiper-wrapper, .mh-swiper-container-3d .swiper-slide, .mh-swiper-container-3d .swiper-slide-shadow-left, .mh-swiper-container-3d .swiper-slide-shadow-right, .mh-swiper-container-3d .swiper-slide-shadow-top, .mh-swiper-container-3d .swiper-slide-shadow-bottom, .mh-swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.mh-swiper-container-3d .swiper-slide-shadow-left, .mh-swiper-container-3d .swiper-slide-shadow-right, .mh-swiper-container-3d .swiper-slide-shadow-top, .mh-swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.mh-swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.mh-swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.mh-swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.mh-swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.mh-swiper-container-css-mode > .mh-swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.mh-swiper-container-css-mode > .mh-swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.mh-swiper-container-css-mode > .mh-swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.mh-swiper-container-horizontal.mh-swiper-container-css-mode > .mh-swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.mh-swiper-container-vertical.mh-swiper-container-css-mode > .mh-swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .mh-swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .mh-swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .mh-swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .mh-swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .mh-swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.mh-swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.mh-swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.mh-swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.mh-swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.mh-swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.mh-swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.mh-swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.mh-swiper-container-horizontal.mh-swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.mh-swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.mh-swiper-container-horizontal > .swiper-pagination-progressbar, .mh-swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.mh-swiper-container-vertical > .swiper-pagination-progressbar, .mh-swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.mh-swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.mh-swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.mh-swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.mh-swiper-container-fade.mh-swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.mh-swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.mh-swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.mh-swiper-container-fade .swiper-slide-active, .mh-swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.mh-swiper-container-cube {
  overflow: visible;
}
.mh-swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.mh-swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.mh-swiper-container-cube.mh-swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.mh-swiper-container-cube .swiper-slide-active, .mh-swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.mh-swiper-container-cube .swiper-slide-active, .mh-swiper-container-cube .swiper-slide-next, .mh-swiper-container-cube .swiper-slide-prev, .mh-swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.mh-swiper-container-cube .swiper-slide-shadow-top, .mh-swiper-container-cube .swiper-slide-shadow-bottom, .mh-swiper-container-cube .swiper-slide-shadow-left, .mh-swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mh-swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.mh-swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.mh-swiper-container-flip {
  overflow: visible;
}
.mh-swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.mh-swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.mh-swiper-container-flip .swiper-slide-active, .mh-swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.mh-swiper-container-flip .swiper-slide-shadow-top, .mh-swiper-container-flip .swiper-slide-shadow-bottom, .mh-swiper-container-flip .swiper-slide-shadow-left, .mh-swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wc-bookings-availability-header .wc-bookings-availability-date {
  color: black;
}
.wc-bookings-availability-calendar {
  --clr-yellow: #edff00;
  --clr-black: #000;
  --clr-white: #fff;
  --clr-border: #ccc;
  border-color: var(--clr-border);
}
.wc-bookings-availability-calendar .wc-bookings-availability-cal-date {
  border-color: var(--clr-border);
}
.wc-bookings-availability-calendar .wc-bookings-availability-cal-date.wc-bookings-availability-selected-date {
  color: var(--clr-black);
  font-weight: bold;
  background-color: var(--clr-yellow);
}
.wc-bookings-availability-calendar .wc-bookings-availability-cal-date.wc-bookings-availability-selected-date + .wc-bookings-availability-calendar-day {
  background-color: var(--clr-yellow);
}
.wc-bookings-availability-calendar .wc-bookings-availability-calendar-day {
  border-color: var(--clr-border);
}
.wc-bookings-availability-calendar .wc-bookings-availability-calendar-day .wc-bookings-availability-calendar-day-item-title {
  padding: 0.5em;
  border-radius: 3px;
  background-color: var(--clr-black);
  color: var(--clr-white);
  border: none;
  margin-bottom: 0.5rem;
}
[data-block-name="woocommerce/bookings-availability-calendar-block"] {
  margin-top: calc(var(--distance) * 2.5);
}
[data-block-name="woocommerce/bookings-availability-calendar-block"] .components-popover::before, [data-block-name="woocommerce/bookings-availability-calendar-block"] .components-popover::after {
  display: none;
}
[data-block-name="woocommerce/bookings-availability-calendar-block"] .wc-bookings-availability-event-table {
  padding-left: 0;
}
[data-block-name="woocommerce/bookings-availability-calendar-block"] .components-popover__content {
  padding-bottom: 0.5em;
}
[data-block-name="woocommerce/bookings-availability-calendar-block"] .components-popover__content table.wc-bookings-availability-popover-container tbody tr:nth-child(1), [data-block-name="woocommerce/bookings-availability-calendar-block"] .components-popover__content table.wc-bookings-availability-popover-container tbody tr:nth-child(2) {
  display: none;
}
[data-block-name="woocommerce/bookings-availability-calendar-block"] .components-popover__content table.wc-bookings-availability-popover-container .wc-bookings-availability-popover-container-title em {
  color: var(--clr-black);
  font-weight: normal;
  text-transform: none;
}
.wc-bookings-availability-event-table .wc-bookings-availability-item-information > div > div:nth-child(2) {
  display: none;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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 !important;
  word-wrap: normal !important;
}
.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: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.alignwide {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.alignwide > .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */