@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kameron:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aladin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ultra&display=swap");
* {
  box-sizing: border-box !important; }

span,
p,
li,
div {
  font-family: "Kameron", serif; }

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

a:focus {
  outline: none; }

a.button {
  color: #b6a99a;
  text-decoration: none;
  background: #504538;
  padding: 5px 10px;
  border: 2px solid #b6a99a;
  outline: 3px solid #504538;
  font-family: "Bitter", serif;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  font-weight: bold; }
  a.button:hover {
    border-color: #504538;
    outline-color: #b6a99a;
    background-color: #b6a99a;
    color: #504538; }

#menu{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 499;
}

.fixed-navbar section {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    left: 0;
    z-index: 900;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    padding-left: 5rem;
    padding-right: 5rem;
}

body {
  padding: 0;
  margin: 0; }

.bg-video {
  max-height: 500px;
  position: relative;
  overflow: hidden; 
}
  .bg-video .parallaxImage {
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 100% 0px; }
  .bg-video .overlay {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3; }
  .bg-video .parallaxVideo {
    width: 100%;
    margin: 0;
    height: 300px; }
    .bg-video .parallaxVideo .header {
      height: 40vh; }
    @media screen and (max-width: 965px) {
      .bg-video .parallaxVideo {
        display: none; } }
    .bg-video .parallaxVideo video {
      min-width: 100%;
      position: fixed;
      top: -30%;
      left: 0;
      z-index: -999; }
      @media screen and (max-width: 1393px) {
        .bg-video .parallaxVideo video {
          top: 0; } }
      @media screen and (max-width: 965px) {
        .bg-video .parallaxVideo video {
          display: none; } }
  .bg-video .primary-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 4rem;
    display: flex;
    justify-content: space-evenly; 
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/IMG_3356.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
      background-attachment: fixed;
  }
  @media screen and (orientation: portrait) {
      .bg-video .primary-title {
          background-attachment: scroll;
      }
  }
    .bg-video .primary-title .logo {
      text-align: center;
      cursor: pointer; }
      .bg-video .primary-title .logo h1 {
        font-size: 3rem;
        color: #e9b76d;
        font-family: "Ultra", serif;
        text-align: center;
        margin-top: -1rem; }
      .bg-video .primary-title .logo img {
        margin: auto; }
    .bg-video .primary-title .detail {
      width: calc(100% / 6);
      color: white;
      padding-top: 1rem; }
      @media screen and (max-width: 1225px) {
        .bg-video .primary-title .detail {
          display: none; } }
      .bg-video .primary-title .detail span {
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        font-family: "Kameron", serif;
        font-weight: bold;
        font-size: 1rem;
        text-transform: uppercase; }
      .bg-video .primary-title .detail p {
        margin-top: 0px;
        font-family: "Bitter", serif;
        font-weight: 200; }
  .bg-video .bottom-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    transform: translateY(60%);
    z-index: 90; }
    .bg-video .bottom-effect img {
      height: 100%;
      width: 100%; }

.main {
  width: 100%;
  padding: 5rem;
  margin: 0;
  background: white;
  background-repeat: repeat; }
  @media screen and (max-width: 1000px) {
    .main {
      padding: 0 2rem 2rem 2rem; } }
  @media screen and (max-width: 534px) {
    .main {
      padding: 0 0rem 1rem 0rem; } }
  .main .text p {
    font-family: "Kameron", serif;
    margin-top: 1rem;
    text-align: left; }
  .main .container .row {
    margin-top: 2rem; }
    .main .container .row .main-box {
      text-align: center;
      padding: 3rem; }
      .main .container .row .main-box .undertext {
        color: #504538;
        font-weight: bold;
        font-family: "Bitter", serif; }
      .main .container .row .main-box img {
        float: left;
        margin: 0 1rem 0 0;
        width: 300px; }
      .main .container .row .main-box p {
        text-align: justify;
        font-size: 1rem;
        font-family: "Kameron", serif;
        color: #504538; }

.centered-title {
  display: flex;
  justify-content: center;
  width: 100%; }

.title {
  position: relative;
  width: 300px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .title span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Kameron", serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  .title.rotate-10n {
    transform: rotate(-10deg); }
  .title.rotate-5 {
    transform: rotate(5deg); }
  .title.title-black {
    background-image: url("../img/Group 13black.svg"); }
  .title.title-brown {
    background-image: url("../img/Group 13brown.svg"); }

.lower-mountain {
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  transform: translateY(-100%); }
  .lower-mountain img {
    min-width: 100%;
    max-height: 100%; }

.board {
  min-height: 400px;
  width: 100%;
  background-image: url("../img/wood-board4.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 10px 1rem black;
  padding: 4rem; }
  @media screen and (max-width: 1000px) {
    .board {
      padding: 2rem; } }
  @media screen and (max-width: 534px) {
    .board {
      padding: 2rem 1rem; } }
  .board .col-md-6 {
    padding: 1rem;
    text-align: right;
    position: relative; }
  .board h2 {
    font-family: "Bitter", serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #b6a99a;
    font-size: 2.5rem;
    text-shadow: 3px 3px 0.2rem black;
    text-align: center; }
  .board p {
    color: #b6a99a;
    font-size: 1.3rem;
    background: #504538;
    text-align: left;
    font-family: "Kameron", serif;
    padding: 1rem;
    border-radius: 3px;
    border: 2px solid #b6a99a;
    outline: 3px solid #504538; }
  .board a {
    color: #b6a99a;
    text-decoration: none;
    background: #504538;
    padding: 5px 10px;
    border: 2px solid #b6a99a;
    outline: 3px solid #504538;
    font-family: "Bitter", serif;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    font-weight: bold; }
    .board a:hover {
      border-color: #504538;
      outline-color: #b6a99a;
      background-color: #b6a99a;
      color: #504538; }
  .board .hr {
    width: 20%;
    height: 2px;
    background: #b6a99a;
    margin: auto; }
  .board .flex-image {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem; }
  .board img {
    width: 80%; }

.title-right {
  display: flex;
  justify-content: flex-end;
  width: 100%; }

nav.header-nav {
  font-family: "Kameron", serif;
  font-weight: bold;
  text-align: center;
  margin-top: -3rem; }
  @media screen and (max-width: 1005px) {
    nav.header-nav {
      display: none; } }
  nav.header-nav ul {
    list-style: none;
    margin: 0;
    margin-bottom: 1rem; }
    nav.header-nav ul li {
      display: inline-block;
      margin: 5px 1rem;
      font-size: 1.4rem;
      text-transform: uppercase; }
      nav.header-nav ul li a {
        color: #b6a99a !important;
        text-decoration: none;
        transition: 0.3s ease; }
        nav.header-nav ul li a:hover, nav ul li a.active {
          color: #504538 !important;
          transition: 0.3s ease; }
      nav.header-nav ul li.current-menu-item a {
        color: #504538 !important; }
      nav.header-nav ul li:not(:first-child)::before {
        content: "\25CB";
        position: relative;
        left: -1rem;
        color: #504538;
        font-size: 1.3rem; }
  nav.header-nav .lineDecoration {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    nav.header-nav .lineDecoration div {
      border-bottom: 2px solid #b6a99a;
      width: 100%; }
      nav.header-nav .lineDecoration div.figure {
        border: none;
        width: 0;
        position: relative; }
        nav.header-nav .lineDecoration div.figure::before {
          content: "\2726";
          font-size: 1.6rem;
          color: #b6a99a;
          position: absolute;
          left: 0;
          top: 0;
          transform: translate(-50%, calc(-50% + 2px)); }

.construction-video {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  background: black;
  box-shadow: inset 0 10px 1rem black; }
  @media screen and (max-width: 1213px) {
    .construction-video {
      background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/IMG_3341.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  @media screen and (max-width: 1213px) {
    .construction-video {
      height: auto;
      min-height: 80vh;
      display: flex;
      align-items: center; } }
  .construction-video .container {
    z-index: 99;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1213px) {
      .construction-video .container {
        top: 0;
        transform: translateX(0);
        padding: 3rem; } }
    .construction-video .container .row {
      text-align: center; }
      .construction-video .container .row .col-lg-4 {
        padding: 2rem; }
      .construction-video .container .row h2 {
        font-family: "Bitter", serif;
        font-weight: bold;
        color: white;
        border-bottom: 1px solid #e9b76d;
        text-transform: uppercase; }
        @media screen and (max-width: 1202px) {
          .construction-video .container .row h2 {
            font-size: 1.4rem; } }
      .construction-video .container .row p {
        color: white;
        height: 7rem; }
        @media screen and (max-width: 991px) {
          .construction-video .container .row p {
            height: 5rem; } }
        @media screen and (max-width: 766px) {
          .construction-video .container .row p {
            height: auto; } }
      .construction-video .container .row a {
        font-family: "Bitter", serif;
        color: white;
        text-decoration: none;
        padding: 0.8rem 2rem;
        text-transform: uppercase;
        border: 2px solid white;
        outline: 3px solid #e9b76d;
        transition: 0.3s ease; }
        .construction-video .container .row a:hover {
          background: #e9b76d;
          transition: 0.3s ease; }
  .construction-video video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    z-index: 20; }
    @media screen and (max-width: 1213px) {
      .construction-video video {
        display: none; } }

.featured-products {
  background: url("../img/bg2.png");
  background-position: center;
  background-repeat: repeat;
  padding: 4rem 0; }
  .featured-products h2 {
    text-align: center;
    color: #b6a99a;
    font-family: "Bitter", serif;
    text-transform: uppercase;
    font-weight: bold; }
  .featured-products hr {
    margin: auto;
    height: 2px;
    background: #b6a99a;
    opacity: 1;
    margin-bottom: 1rem; }
  .featured-products .panel {
    min-height: 400px;
    background-image: url("../img/wood-board4.png");
    background-size: cover;
    margin-top: 1rem;
    border-radius: 6px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    padding: 1rem 2rem; }
    .featured-products .panel iframe {
      width: 100%;
      border-radius: 6px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      border: 2px solid #b6a99a;
      margin-bottom: 1rem; }
    .featured-products .panel .price {
      color: #e9b76d !important; }
    .featured-products .panel .wpforms-form .wpforms-field-row,
    .featured-products .panel .wpforms-form .wpforms-field-medium {
      max-width: 100% !important; }
    .featured-products .panel .wpforms-form input,
    .featured-products .panel .wpforms-form textarea,
    .featured-products .panel .wpforms-form button {
      width: 100%;
      max-width: 100%;
      margin: 0 !important;
      padding: 0.5rem 1rem !important;
      outline: none;
      border: 2px solid #b6a99a !important;
      background-color: #504538 !important;
      color: #b6a99a !important;
      border-radius: 0 !important;
      outline: 2px solid #504538;
      font-family: "Kameron", serif; }
      .featured-products .panel .wpforms-form input::placeholder,
      .featured-products .panel .wpforms-form textarea::placeholder,
      .featured-products .panel .wpforms-form button::placeholder {
        color: #b6a99a; }
    .featured-products .panel .wpforms-form button[type="submit"] {
      text-transform: uppercase;
      font-family: "Bitter", serif;
      font-weight: bold;
      transition: 0.3s ease; }
      .featured-products .panel .wpforms-form button[type="submit"]:hover {
        outline-color: #b6a99a;
        border-color: #504538;
        color: #504538;
        background-color: #b6a99a;
        transition: 0.3s; }
    .featured-products .panel .wpforms-form input[type="text"] {
      width: 100%; }
    .featured-products .panel .wpforms-form label {
      display: none; }

.woocommerce-tabs ul li a:focus {
  outline: none; }

.woocommerce-tabs a:hover {
  color: #e9b76d; }

.woocommerce-noreviews,
.woocommerce-info,
.woocommerce-message {
  background-color: #504538;
  border-color: #b6a99a; }

.post-edit-link:hover {
  color: #e9b76d; }

.woocommerce-breadcrumb {
  margin-top: -4rem;
  margin-bottom: 0.5rem; }

.reset_variations {
  display: none !important; }

.widget-area {
  width: 100% !important;
  float: left !important; }
  .widget-area ul {
    list-style: none;
    margin: 0; }

.product-list-sibes select {
  padding: 10px 8px;
  line-height: 1.8;
  flex-grow: 1;
  font-size: 100%;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  font-weight: 400;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.13); }

ul .product {
  width: auto !important; }
  ul .product img {
    width: 200px;
    height: 200px;
    object-fit: contain; }

.storefront-sorting {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.15em; }

.storefront-product-pagination {
  display: none; }

.site-main {
  margin-bottom: 0;
  padding: 2rem 0; }

.production-content {
  padding-top: 2rem;
  float: left; }
  .production-content img {
    float: left;
    margin: 0 1rem 0 0;
    max-height: 300px; }
    .production-content img.right {
      float: right;
      margin: 0 0 0 1rem; }
  .production-content p {
    text-align: left;
    font-family: "Kameron", serif;
    color: #504538; }

.about-box {
  padding: 3rem 1rem 3rem 1rem;
  color: #504538; }
  .about-box h3 {
    text-align: center; }

.contact-content {
  padding-bottom: 3rem; }
  .contact-content .profile {
    color: #504538; }
    .contact-content .profile img {
      width: 100%;
      height: 250px;
      object-fit: contain; }
    .contact-content .profile h3 {
      margin-top: 1rem; }
    .contact-content .profile span {
      color: #b6a99a;
      margin-right: 5px; }
    .contact-content .profile a:hover {
      color: #e9b76d;
      opacity: 0.8; }

.send-request {
  max-width: 500px;
  text-align: center; }
  .send-request h2 {
    text-align: center !important; }
  .send-request hr {
    height: 3px;
    background: #b6a99a;
    opacity: 1; }
  .send-request .wpforms-form .wpforms-field-row,
  .send-request .wpforms-form .wpforms-field-medium {
    max-width: 100% !important; }
  .send-request .wpforms-form input,
  .send-request .wpforms-form textarea,
  .send-request .wpforms-form button {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    outline: none;
    border: 2px solid #b6a99a !important;
    background-color: #504538 !important;
    color: #b6a99a !important;
    border-radius: 0 !important;
    outline: 2px solid #504538;
    font-family: "Kameron", serif; }
    .send-request .wpforms-form input::placeholder,
    .send-request .wpforms-form textarea::placeholder,
    .send-request .wpforms-form button::placeholder {
      color: #b6a99a; }
  .send-request .wpforms-form button[type="submit"] {
    text-transform: uppercase;
    font-family: "Bitter", serif;
    font-weight: bold;
    transition: 0.3s ease; }
    .send-request .wpforms-form button[type="submit"]:hover {
      outline-color: #b6a99a;
      border-color: #504538 !important;
      color: #504538 !important;
      background-color: #b6a99a !important;
      transition: 0.3s; }
  .send-request .wpforms-form input[type="text"] {
    width: 100%; }
  .send-request .wpforms-form label {
    display: none; }

.hamburger-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
  z-index: 999;
  font-size: 1.5rem; }
  @media screen and (min-width: 1005px) {
    .hamburger-menu {
      display: none; } }

#hitta-hit ul {
  list-style: none;
  margin: 0; }
  #hitta-hit ul li,
  #hitta-hit ul a {
    color: #b6a99a;
    text-decoration: none;
    font-size: 1.3rem; }
    #hitta-hit ul li:hover,
    #hitta-hit ul a:hover {
      color: inherit;
      opacity: 0.8; }
  #hitta-hit ul i {
    margin-right: 0.5rem; }
    
    
















