@charset "UTF-8";
h2 {
  line-height: 1;
}

h2:not(.clear):after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  margin-bottom: -10px;
  margin-top: 5px;
  bottom: 0;
  left: 0px;
  border-bottom: 5px solid #fca311;
  border-radius: 5px;
}

.clear h2:after {
  display: none;
}

#main-header {
  -webkit-transition: transform 0.4s ease;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
}

@media (max-width: 768px) {
  #main-header:not(.headerlocked):not(.headerup) {
    background-color: #000000e6;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (min-width: 769px) {
  #main-header .elementor-container {
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  #main-header.headerlocked .elementor-container {
    width: 100%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  #main-header:not(.headerlocked) .elementor-container {
    width: 70%;
    min-width: 900px;
  }
  #main-header:not(.headerlocked):not(.headerup) {
    background-color: #000000e6;
    border-bottom: 1px solid #e5e5e5;
  }
}

.headerup {
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
  /*adjust this value to the height of your header*/
}

.elementor-section:not(.elementor-inner-section) {
  margin-top: 100px;
  margin-bottom: 100px;
}

.elementor-section:not(.elementor-inner-section).m-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.elementor-section:not(.elementor-inner-section).m-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.elementor-section:not(.elementor-inner-section).m-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.elementor-section:not(.elementor-inner-section).m-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .elementor-section:not(.elementor-inner-section) {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .elementor-section:not(.elementor-inner-section).m-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .elementor-section:not(.elementor-inner-section).m-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .elementor-section:not(.elementor-inner-section).m-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .elementor-section:not(.elementor-inner-section).m-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.home-boxes .elementor-icon i::before {
  padding: 25px;
  border-radius: 50%;
  background: black;
}

blockquote {
  margin: 0px;
}

blockquote p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
}

blockquote p::before {
  content: "“";
  font-size: 100px;
  color: #e6e9ec;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}

#main-header {
  position: absolute;
  width: 100vw;
}

#menu-left-layout .elementor-column {
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}

@media (max-width: 1150px) {
  #menu-left-layout .col-right {
    width: 0px;
  }
}

#menu-left-layout .col-centre {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.elementor-inner-section {
  margin-top: 0px;
  margin-bottom: 0px;
}

.jet-nav-hover .jet-nav__sub {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ngg-galleryoverview {
  margin: 0px !important;
}

.ngg-albumoverview {
  margin: 0px !important;
  text-align: left !important;
}

.ngg-album-compact {
  border-radius: 15px !important;
}

.woocommerce-message {
  z-index: 99;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #fca311;
}
/*# sourceMappingURL=style.css.map */