@font-face {
  font-family: "Akkurat";
  src: url("../fonts/Akkurat/Akkurat-Italic.woff2") format("woff2"), url("../fonts/Akkurat/Akkurat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("../fonts/Akkurat/Akkurat-Bold.woff2") format("woff2"), url("../fonts/Akkurat/Akkurat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("../fonts/Akkurat//Akkurat.woff2") format("woff2"), url("../fonts/Akkurat/Akkurat.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("../fonts/Akkurat/Akkurat-Light.woff2") format("woff2"), url("../fonts/Akkurat/Akkurat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-olive:#6D6A50;
  --color-olive-active: rgb(197,193,179);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  --hamburger-padding-x: 15px;
  --hamburger-padding-y: 15px;
  --hamburger-layer-width: 40px;
  --hamburger-layer-height: 4px;
  --hamburger-layer-spacing: 6px;
  --hamburger-layer-color: #000;
  --hamburger-layer-border-radius: 4px;
  --hamburger-hover-opacity: 0.7;
  --hamburger-active-layer-color: #000;
  --hamburger-active-hover-opacity: 0.7;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--hamburger-active-layer-color);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: var(--hamburger-layer-width);
  height: var(--hamburger-layer-height);
  background-color: var(--hamburger-layer-color);
  border-radius: var(--hamburger-layer-border-radius);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner, .hamburger--slider.close .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before, .hamburger--slider.close .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after, .hamburger--slider.close .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

#elementor-canvas,
#topbar {
  transition: all 0.4s ease-in-out;
}

#hero {
  max-height: 100vh;
}
@media (max-width: 782px) {
  #hero {
    max-height: 75vh;
  }
}

body {
  font-family: "Akkurat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
body:has(#sidepanel[aria-expanded=true]) {
  overflow: hidden;
}
body:has(#sidepanel[aria-expanded=true]) #elementor-canvas {
  transform: translateX(min(33vw, 475.48px));
}

h1.elementor-heading-title, h1 .elementor-heading-title, .h1.elementor-heading-title, .h1 .elementor-heading-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.26em;
}
@media (max-width: 782px) {
  h1.elementor-heading-title, h1 .elementor-heading-title, .h1.elementor-heading-title, .h1 .elementor-heading-title {
    font-size: 36px;
  }
}

h2.elementor-heading-title, h2 .elementor-heading-title, .h2.elementor-heading-title, .h2 .elementor-heading-title {
  font-size: 42px;
  font-weight: 300;
  color: var(--color-olive);
}
@media (max-width: 782px) {
  h2.elementor-heading-title, h2 .elementor-heading-title, .h2.elementor-heading-title, .h2 .elementor-heading-title {
    font-size: 32px;
  }
}

h3.elementor-heading-title, h3 .elementor-heading-title, .h3.elementor-heading-title, .h3 .elementor-heading-title {
  font-size: 26px;
  font-weight: 300;
}
@media (max-width: 782px) {
  h3.elementor-heading-title, h3 .elementor-heading-title, .h3.elementor-heading-title, .h3 .elementor-heading-title {
    font-size: 18px;
  }
}

h4.elementor-heading-title, h4 .elementor-heading-title, .h4.elementor-heading-title, .h4 .elementor-heading-title {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.18px;
}
@media (max-width: 782px) {
  h4.elementor-heading-title, h4 .elementor-heading-title, .h4.elementor-heading-title, .h4 .elementor-heading-title {
    font-size: 16px;
  }
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  transition: color 0.4s ease-in-out;
}
.elementor-widget-text-editor a {
  color: var(--color-olive);
  text-decoration: underline;
}
.elementor-widget-text-editor a:hover, .elementor-widget-text-editor a:focus, .elementor-widget-text-editor a:active {
  color: var(--color-olive-active);
}

.elementor-widget-heading:has(a) .elementor-heading-title {
  color: var(--color-olive);
  font-size: 18px;
  letter-spacing: 1.08px;
  text-decoration: underline;
  font-weight: bold;
}
.elementor-widget-heading:has(a) .elementor-heading-title:hover, .elementor-widget-heading:has(a) .elementor-heading-title:focus, .elementor-widget-heading:has(a) .elementor-heading-title:active {
  color: var(--color-olive-active);
}

#elementor-canvas {
  position: relative;
}

[data-elementor-type=header] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 98;
  transition: background-color 0.4s ease-in-out;
}
[data-elementor-type=header].sticky {
  background-color: #fff;
}
.admin-bar [data-elementor-type=header] {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar [data-elementor-type=header] {
    top: 46px;
  }
}

#topbar svg path {
  fill: #fff;
}
.sticky #topbar svg path {
  fill: var(--e-global-color-accent);
}
#topbar .hamburger {
  --hamburger-layer-color: #fff;
  --hamburger-active-layer-color: #fff;
}
.sticky #topbar .hamburger {
  --hamburger-layer-color: var(--e-global-color-accent);
  --hamburger-active-layer-color: var(--e-global-color-accent);
}

[data-elementor-id="64"] {
  z-index: 99;
  position: relative;
}
[data-elementor-id="64"] > .elementor-inner .elementor-section-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
[data-elementor-id="64"] #sidepanel {
  flex: 1 1 var(--width);
  z-index: 1;
}
[data-elementor-id="64"] #sidepanel[aria-expanded] {
  transition: all 0.4s ease-in-out;
}
[data-elementor-id="64"] #sidepanel[aria-expanded=false] {
  transform: translateX(-100%);
}
[data-elementor-id="64"] #sidepanel[aria-expanded=true] {
  transform: translateX(0px);
}
[data-elementor-id="64"] #sidepanel[aria-expanded=true] + #sidepanel-overlay {
  display: block !important;
}
[data-elementor-id="64"] #sidepanel-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}
[data-elementor-id="64"] #sidepanel-overlay.loading {
  background-image: url("../img/loader.gif");
  background-size: min(25vw, 150px);
  background-repeat: no-repeat;
  background-position: center;
}

.papery {
  background-image: url(../img/paper_structure_light.jpeg);
  background-repeat: repeat;
}

.elementor-widget-button .elementor-button {
  background-color: var(--color-olive);
  border-radius: 0;
  padding: 10px 27px;
}
.elementor-widget-button .elementor-button .elementor-button-text {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
}
.elementor-widget-button .elementor-button:hover {
  background-color: var(--color-olive-active);
}
.elementor-widget-button .elementor-button:hover .elementor-button-text {
  color: var(--color-olive);
}

@media (min-width: 1025px) {
  .e-con.content-column:nth-child(1) {
    padding-left: calc((100vw - var(--container-max-width)) / 2);
  }
  .e-con.content-column:nth-child(2) {
    padding-right: calc((100vw - var(--container-max-width)) / 2);
  }
}

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