/* compiled by scssphp v0.3.1 on Wed, 12 Apr 2017 08:39:56 +0200 (0.1429s) */

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 100; }
  .loader-container .loader-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%); }
    .loader-container .loader-content img {
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
    .loader-container .loader-content .loader {
      width: 50px;
      height: 50px;
      background: #c1c18e;
      animation: loader 1s infinite;
      margin: 0 auto; }

@keyframes loader {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg); }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

.burger-container {
  position: fixed;
  right: 25px;
  top: 25px;
  transition: right 0.2s ease-in;
  z-index: 10;
  cursor: pointer; }
  .burger-container .burger {
    height: 2px;
    width: 38px;
    background: #9b9b9b;
    cursor: pointer;
    margin-top: 25px; }
    .burger-container .burger:before, .burger-container .burger:after {
      content: '';
      height: 2px;
      width: 38px;
      background: #9b9b9b;
      position: absolute; }
    .burger-container .burger:before {
      top: -2px; }
    .burger-container .burger:after {
      top: 12px; }

.mobile {
  z-index: 10; }
  .mobile nav {
    height: 100vh;
    width: 200px;
    background: #efefef;
    position: fixed;
    top: 0;
    right: -200px;
    z-index: 10;
    transition: right 0.2s ease-in; }
    .mobile nav .nav-close {
      text-transform: uppercase;
      display: block;
      color: white;
      height: 70px;
      line-height: 70px;
      text-align: center;
      background: #969963;
      cursor: pointer; }
    .mobile nav ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .mobile nav ul li {
        display: block;
        margin: 12px 0px; }
        .mobile nav ul li a {
          text-transform: uppercase;
          color: #969963;
          display: block;
          text-align: center;
          padding: 10px 0px; }
          .mobile nav ul li a:hover {
            text-decoration: none;
            color: white; }
        .mobile nav ul li.current_page_item a {
          font-weight: bold; }
  .mobile .cart-icon {
    font-size: 33px;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 1;
    color: #9b9b9b; }

.desktop {
  background: white;
  height: 70px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: top 0.6s; }
  .desktop nav {
    height: 100%;
    min-height: 100%;
    position: relative; }
    .desktop nav .entire-nav-container {
      height: 100%;
      min-height: 100%; }
      .desktop nav .entire-nav-container .logo {
        padding: 0px 46px;
        margin-top: 8px; }
      .desktop nav .entire-nav-container .nav-container {
        margin-top: 23px; }
        .desktop nav .entire-nav-container .nav-container ul {
          margin: 0;
          padding: 0; }
          .desktop nav .entire-nav-container .nav-container ul li {
            display: inline; }
            .desktop nav .entire-nav-container .nav-container ul li.current-menu-item {
              font-weight: 600; }
              .desktop nav .entire-nav-container .nav-container ul li.current-menu-item a {
                padding-bottom: 19px;
                border-bottom: 6px solid #9a9865; }
            .desktop nav .entire-nav-container .nav-container ul li a {
              color: #000;
              display: inline;
              font-family: "Times New Roman";
              font-style: italic;
              font-size: 18px;
              padding: 19px 25px; }
              .desktop nav .entire-nav-container .nav-container ul li a:hover, .desktop nav .entire-nav-container .nav-container ul li a:active, .desktop nav .entire-nav-container .nav-container ul li a:focus {
                text-decoration: none; }
              .desktop nav .entire-nav-container .nav-container ul li a:hover {
                border-bottom: 6px solid #9a9865; }
      .desktop nav .entire-nav-container .account-meta .sign-up, .desktop nav .entire-nav-container .account-meta .login {
        border-radius: 115.5px;
        padding: 10px 36px;
        margin-top: 13px;
        display: inline-block; }
        .desktop nav .entire-nav-container .account-meta .sign-up:hover, .desktop nav .entire-nav-container .account-meta .login:hover, .desktop nav .entire-nav-container .account-meta .sign-up:active, .desktop nav .entire-nav-container .account-meta .login:active, .desktop nav .entire-nav-container .account-meta .sign-up:focus, .desktop nav .entire-nav-container .account-meta .login:focus {
          text-decoration: none; }
        .desktop nav .entire-nav-container .account-meta .sign-up {
          border: 2px solid #999965;
          color: #999965;
          transition: background 0.5s, color 0.5s, border 0.5s; }
        .desktop nav .entire-nav-container .account-meta .sign-up:hover {
          border: 2px solid #353e09;
          color: white;
          background-color: #353e09; }
        .desktop nav .entire-nav-container .account-meta .login {
          border: 2px solid #353e09;
          background-color: #353e09;
          color: white;
          transition: background 0.5s, color 0.5s, border 0.5s; }
        .desktop nav .entire-nav-container .account-meta .login:hover {
          border: 2px solid #999965;
          color: #999965;
          background: white; }
      .desktop nav .entire-nav-container .cart {
        min-height: 100%;
        height: 100%;
        background-color: #ebebeb;
        padding: 24px 0 0 0; }
        .desktop nav .entire-nav-container .cart .cart-tag {
          font-family: "Times New Roman";
          font-style: italic;
          color: #000;
          font-size: 16px;
          width: 100%;
          display: block;
          text-align: center; }
        .desktop nav .entire-nav-container .cart .cart-tag:hover, .desktop nav .entire-nav-container .cart .cart-tag:active, .desktop nav .entire-nav-container .cart .cart-tag:focus {
          text-decoration: none; }
        .desktop nav .entire-nav-container .cart .cart-contents {
          border: 1px solid rgba(128, 128, 128, 0.18);
          position: absolute;
          top: 70px;
          right: 0;
          max-width: 420px;
          background: white;
          width: 420px; }
        .desktop nav .entire-nav-container .cart .cart-contents .header h1 {
          font-family: "Times New Roman";
          color: #c1c18e;
          margin: 14px 18px;
          border-bottom: 1px solid;
          padding-bottom: 6px; }
          .desktop nav .entire-nav-container .cart .cart-contents .header p {
            margin: 0px 18px; }
          .desktop nav .entire-nav-container .cart .cart-contents .header .empty {
            position: absolute;
            top: 35px;
            right: 20px;
            color: #c1c18e; }
            .desktop nav .entire-nav-container .cart .cart-contents .header .empty:hover, .desktop nav .entire-nav-container .cart .cart-contents .header .empty:focus, .desktop nav .entire-nav-container .cart .cart-contents .header .empty:active {
              text-decoration: none; }
        .desktop nav .entire-nav-container .cart .cart-contents .product {
          margin: 10px 0px;
          position: relative; }
          .desktop nav .entire-nav-container .cart .cart-contents .product .image {
            display: inline-block;
            width: 140px; }
            .desktop nav .entire-nav-container .cart .cart-contents .product .image img {
              height: 100px;
              width: auto;
              display: block;
              margin: 0 auto; }
          .desktop nav .entire-nav-container .cart .cart-contents .product .misc {
            position: absolute;
            display: inline;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
            .desktop nav .entire-nav-container .cart .cart-contents .product .misc .title {
              display: block; }
          .desktop nav .entire-nav-container .cart .cart-contents .product .remove {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: black; }
          .desktop nav .entire-nav-container .cart .cart-contents .product hr {
            width: 90%; }
        .desktop nav .entire-nav-container .cart .cart-contents .sub-total > span {
          margin: 6px 6px 42px 20px;
          display: inline-block;
          text-transform: uppercase;
          font-weight: 600; }
          .desktop nav .entire-nav-container .cart .cart-contents .sub-total .checkout {
            padding: 12px 48px;
            margin: 10px 0px;
            display: inline-block;
            text-transform: uppercase;
            border: 2px solid #989767;
            color: #989767;
            background: transparent;
            transition: background 0.5s, color 0.5s;
            font-style: normal;
            font-weight: 500; }
            .desktop nav .entire-nav-container .cart .cart-contents .sub-total .checkout:hover {
              color: white;
              background: rgba(152, 151, 103, 0.7); }
            .desktop nav .entire-nav-container .cart .cart-contents .sub-total .checkout:focus, .desktop nav .entire-nav-container .cart .cart-contents .sub-total .checkout:active, .desktop nav .entire-nav-container .cart .cart-contents .sub-total .checkout:hover {
              text-decoration: none; }

.banner, .shop-footer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .banner .sub-page-banner, .shop-footer .sub-page-banner {
    position: relative;
    top: 0;
    left: 0;
    background: white;
    height: 16vh;
    width: 100vw; }
    .banner .sub-page-banner img, .shop-footer .sub-page-banner img {
      max-height: 60%;
      display: block;
      margin: 0 auto;
      padding-top: 2vh; }
  .banner .content-container, .shop-footer .content-container {
    position: relative;
    width: 100%;
    height: 100%; }
    .banner .content-container .logo, .shop-footer .content-container .logo {
      display: block;
      width: 150px;
      margin: 20px auto; }
      .banner .content-container .logo img, .shop-footer .content-container .logo img {
        max-width: 150px;
        width: 150px; }
    .banner .content-container .content, .shop-footer .content-container .content {
      padding: 40px 0px;
      text-align: center; }
      @media screen and (min-width: 768px) {
  .banner .content-container .content, .shop-footer .content-container .content {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0px 50px;
    transform: translateY(-50%); } }
      .banner .content-container .content h1, .shop-footer .content-container .content h1 {
        margin: 0 0 20px 0;
        color: #c1c18e;
        font-size: 44px;
        line-height: 45px;
        font-family: "Times New Roman"; }
      .banner .content-container .content h2, .shop-footer .content-container .content h2 {
        margin: 20px 0px;
        font-family: "Times New Roman";
        color: white;
        font-size: 23px;
        line-height: 30px; }
      .banner .content-container .content h3, .shop-footer .content-container .content h3 {
        margin: 0; }
      .banner .content-container .content h4, .shop-footer .content-container .content h4 {
        margin: 0;
        font-family: "Times New Roman";
        color: #fff;
        font-style: italic;
        font-size: 24px;
        margin-top: 20px; }
      .banner .content-container .content h5, .shop-footer .content-container .content h5 {
        margin: 0; }
      .banner .content-container .content h6, .shop-footer .content-container .content h6 {
        margin: 0; }
      .banner .content-container .content p, .shop-footer .content-container .content p {
        color: white;
        font-weight: 300;
        font-family: Georgia;
        margin: 20px 0px;
        font-style: italic;
        line-height: 26px;
        font-size: 14px; }

.two_column .column {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (min-width: 768px) {
        .two_column .column.stacked .content {
          padding: 50px 50px; } }
  .two_column .column .content {
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%; }
    .two_column .column .content h1 {
      margin: 0;
      color: #969963;
      font-family: "Times New Roman";
      font-size: 48px; }
    .two_column .column .content h2 {
      margin: 0;
      color: #969963;
      font-family: "Times New Roman";
      font-style: italic;
      font-size: 20px;
      margin: 20px 0px;
      line-height: 30px; }
    .two_column .column .content h3 {
      margin: 0; }
    .two_column .column .content h4 {
      margin: 0;
      font-family: "Times New Roman";
      color: #fff;
      font-style: italic;
      font-size: 24px;
      margin-top: 20px; }
    .two_column .column .content h5 {
      margin: 0; }
    .two_column .column .content h6 {
      margin: 0; }
    .two_column .column .content p {
      margin: 0;
      font-size: 18px;
      font-style: italic;
      font-family: "Times New Roman";
      line-height: 30px;
      color: #979799; }

.two_column_static .column {
  padding: 50px;
  text-align: center; }
  .two_column_static .column h1 {
    margin: 0;
    color: #969963;
    font-family: "Times New Roman";
    font-size: 48px; }
  .two_column_static .column h2 {
    margin: 0;
    color: #969963;
    font-family: "Times New Roman";
    font-style: italic;
    font-size: 20px;
    margin: 20px 0px;
    line-height: 30px; }
  .two_column_static .column p {
    margin: 0;
    font-size: 18px;
    font-style: italic;
    font-family: "Times New Roman";
    line-height: 30px;
    color: #979799; }

.news {
  text-align: center; }
  .news .posts {
    background-color: #fbfbfb;
    margin: 0 !important;
    width: 100%; }
  .news .posts .news-header {
    height: 30vh;
    margin-top: 50%; }
    .news .posts .news-header h1 {
      margin: 20px 0px;
      font-family: "Times New Roman";
      color: #969963;
      font-size: 55px; }
  .news .posts .post {
    background: #fbfbfb;
    text-align: center;
    padding-bottom: 30px; }
    .news .posts .post .feature-image {
      height: 150px;
      width: 150px;
      border-radius: 50%;
      margin: 52px auto;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      max-width: 100%; }
    .news .posts .post .news-button {
      display: inline-block;
      background-color: #939359;
      text-transform: uppercase;
      padding: 11px 16px 7px 16px;
      margin: 0px;
      letter-spacing: 2px;
      color: white;
      font-family: Open Sans;
      font-size: 18px; }
    .news .posts .post .meta {
      display: block;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #9e9e9e;
      font-size: 12px;
      margin: 26px 0px 10px 0px; }
    .news .posts .post .author {
      display: block;
      color: #000;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12px; }
    .news .posts .post h1 {
      color: #9b9b9b;
      font-family: "Times New Roman";
      font-style: italic;
      margin: 30px 0px;
      line-height: 40px;
      font-size: 30px; }
    .news .posts .post .content {
      margin: 0px 0px 20px 0px; }
      .news .posts .post .content p {
        font-style: italic;
        font-family: "Times New Roman";
        color: #979799;
        font-size: 20px;
        line-height: 30px; }

.single-post .sub-page-banner {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  height: 18vh;
  width: 100vw; }
  .single-post .sub-page-banner img {
    max-height: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 2%; }
  .single-post .head {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center; }
  .single-post .head h1 {
    color: #9b9b9b;
    font-family: "Times New Roman";
    font-style: italic;
    margin: 30px 0px;
    line-height: 54px;
    font-size: 40px; }
  .single-post .head .news-button {
    display: inline-block;
    background-color: #939359;
    text-transform: uppercase;
    padding: 11px 16px 7px 16px;
    margin: 0px;
    letter-spacing: 2px;
    color: white;
    font-family: Open Sans;
    font-size: 18px; }
  .single-post .head .meta {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9e9e9e;
    font-size: 16px;
    margin: 26px 0px 10px 0px; }
  .single-post .head .author {
    display: block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px; }
  .single-post .feature-image {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .single-post .content {
    padding: 50px 0px; }
  .single-post .content p {
    color: #4a4a4a;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px; }

.popular-posts {
  background-color: #f5f5f5; }
  .popular-posts h1.header {
    color: #9b9b9b;
    text-align: center;
    font-family: "Times New Roman";
    padding: 30px 0 5px 0;
    margin: 0;
    font-size: 40px; }
  .popular-posts h3.sub-header {
    font-family: "Times New Roman";
    font-style: italic;
    text-align: center;
    color: #979797;
    font-size: 18px;
    margin: 0 0 50px 0; }
  .popular-posts .post {
    text-align: center;
    padding-bottom: 30px; }
  .popular-posts .post .feature-image {
    height: 26vh;
    width: 26vh;
    border-radius: 50%;
    margin: 52px auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .popular-posts .post .news-button {
    display: inline-block;
    background-color: #939359;
    text-transform: uppercase;
    padding: 11px 16px 7px 16px;
    margin: 0px;
    letter-spacing: 2px;
    color: white;
    font-family: Open Sans;
    font-size: 18px; }
  .popular-posts .post .meta {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9e9e9e;
    font-size: 16px;
    margin: 26px 0px 10px 0px; }
  .popular-posts .post .author {
    display: block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px; }
  .popular-posts .post h1 {
    color: #9b9b9b;
    font-family: "Times New Roman";
    font-style: italic;
    margin: 30px 0px;
    line-height: 54px;
    font-size: 40px; }
  .popular-posts .post .content {
    margin: 0px 0px 50px 0px; }
    .popular-posts .post .content p {
      font-style: italic;
      font-family: "Times New Roman";
      color: #979799;
      font-size: 22px;
      line-height: 40px; }

.gallery {
  text-align: center; }
  .gallery .single-gallery {
    margin-top: 50px; }
  .gallery .single-gallery h1 {
    color: #969963;
    font-family: "Times New Roman";
    font-size: 44px; }
  .gallery .single-gallery .images-button {
    display: inline-block;
    background-color: #939359;
    text-transform: uppercase;
    padding: 11px 16px 7px 16px;
    margin: 0px;
    letter-spacing: 2px;
    color: white;
    font-family: Open Sans;
    font-size: 18px; }
  .gallery .single-gallery .meta {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9e9e9e;
    font-size: 12px;
    margin: 16px 0px 10px 0px; }
  .gallery .single-gallery .author {
    display: block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 30px 0; }
  .gallery .single-gallery .gallery-slider {
    position: relative; }
    .gallery .single-gallery .gallery-slider .prev-arrow, .gallery .single-gallery .gallery-slider .next-arrow {
      font-size: 40px;
      position: absolute;
      top: 50%;
      color: white;
      z-index: 1; }
    .gallery .single-gallery .gallery-slider .prev-arrow {
      left: 0px; }
    .gallery .single-gallery .gallery-slider .next-arrow {
      right: 0px; }
    .gallery .single-gallery .gallery-slider .slider-image {
      outline: none;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 75vh;
      max-height: 75vh; }

.content-area {
  color: #fff;
  padding: 36px 0px; }
  .content-area h1 {
    font-family: "Times New Roman";
    margin: 0;
    padding: 0px 0px 0px 0px;
    font-size: 50px; }
  .content-area h2 {
    font-family: "Times New Roman";
    margin: 0;
    font-style: italic;
    font-size: 22px; }
  .content-area h3 {
    margin: 0;
    font-weight: 600;
    font-size: 16px; }
  .content-area .custom-button {
    color: white;
    padding: 16px 38px;
    display: inline-block;
    border: 2px solid white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 300;
    margin: 0; }
  .content-area .custom-button:hover, .content-area .custom-button:active, .content-area .custom-button:focus {
    text-decoration: none; }
  .content-area .custom-link-text {
    color: white;
    margin-top: 20px;
    display: inline-block; }
  .content-area .custom-link-text:after {
    font-family: FontAwesome;
    content: '\f107';
    padding: 0px 10px;
    font-size: 16px; }

.contact .contact-persons {
  text-align: center; }
  .contact .contact-persons .contact-person {
    margin: 70px 0px; }
    .contact .contact-persons .contact-person h1 {
      color: #969963;
      margin: 0;
      font-family: "Times New Roman";
      font-size: 48px; }
    .contact .contact-persons .contact-person hr {
      height: 1px;
      width: 30%;
      background: #969963; }
    .contact .contact-persons .contact-person span {
      display: block;
      color: #9e9e9e;
      letter-spacing: 2px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 18px; }
    .contact .contact-persons .contact-person a {
      color: #000;
      letter-spacing: 3px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px;
      word-break: break-all; }
      .contact .contact-persons .contact-person a:hover, .contact .contact-persons .contact-person a:focus, .contact .contact-persons .contact-person a:active {
        text-decoration: none; }
  .contact .contact-form {
    margin-top: 20px; }
  .contact .contact-form form {
    position: relative; }
    .contact .contact-form form label, .contact .contact-form form .ninja-forms-required-items {
      display: none; }
    .contact .contact-form form input[type='text'], .contact .contact-form form textarea {
      outline: none;
      padding: 22px 0px 20px 15px;
      border: 2px solid #d4d4d4;
      font-size: 18px; }
      .contact .contact-form form input[type='text']::-webkit-input-placeholder, .contact .contact-form form textarea::-webkit-input-placeholder {
        text-transform: uppercase;
        color: #d4d4d4; }
    .contact .contact-form form textarea {
      resize: none; }
    .contact .contact-form form input[type='submit'] {
      border: none;
      background-color: #939359;
      color: white;
      text-transform: uppercase;
      padding: 19px 75px 15px 75px;
      font-size: 18px;
      position: absolute;
      bottom: 6px;
      right: 0px; }
    .contact .contact-form form p {
      color: #d3d3d3;
      text-transform: uppercase;
      font-size: 18px;
      padding: 0px 0px 0px 15px; }
    .contact .contact-form form select {
      padding: 22px 0px 20px 15px;
      color: #d3d3d3;
      text-transform: uppercase;
      font-size: 18px;
      border: 2px solid #d3d3d3;
      outline: none; }

.products-woo {
  margin-top: 50px;
  margin-bottom: 50px; }
  .products-woo .deli-title {
    color: #93975c;
    font-family: "Times New Roman";
    text-align: center;
    font-size: 50px;
    border-bottom: 1px solid #93975c;
    width: 120px;
    margin: 0 auto 20px auto; }
  .products-woo .sub {
    font-size: 18px !important;
    color: #93975c !important; }
  .products-woo .client-products {
    color: #93975c;
    font-family: "Times New Roman";
    text-align: center;
    font-size: 50px;
    margin: 0; }
  .products-woo .sub {
    color: #93975c;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    font-family: "Times New Roman";
    text-align: center;
    margin: 7px 0 40px 0px; }
  .products-woo .row {
    margin-bottom: 50px; }
  .products-woo .row .product {
    text-align: center;
    position: relative; }
    .products-woo .row .product h1.title {
      font-family: "Times New Roman";
      color: #93975c;
      letter-spacing: 3px;
      font-size: 24px;
      font-weight: 400;
      padding: 0;
      margin: 10px 0px 20px 0px; }
    .products-woo .row .product hr {
      border-top: 1px solid #93975c;
      width: 35%; }
    .products-woo .row .product .excerpt {
      color: #93975c;
      font-family: "Times New Roman";
      letter-spacing: 1px;
      font-size: 12px;
      margin-bottom: 450px; }
    .products-woo .row .product img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      height: 300px;
      max-width: 100%;
      width: auto;
      margin-bottom: 120px;
      z-index: 2; }
    .products-woo .row .product:before {
      content: ''; }
    .products-woo .row .product .misc {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
      .products-woo .row .product .misc .button {
        border: 2px solid #989767;
        color: #989767;
        background: transparent;
        transition: background 0.5s, color 0.5s; }
      .products-woo .row .product .misc .button:hover {
        color: white;
        background: rgba(152, 151, 103, 0.7); }
      .products-woo .row .product .misc .price {
        color: #77a464;
        display: block;
        font-weight: 400;
        margin: 0px 0px 6px 0px; }
      .products-woo .row .product .misc .variant-price {
        color: #77a464;
        display: block;
        font-weight: 400;
        margin: 0;
        margin-top: 10px; }
      .products-woo .row .product .misc .variant-dropdown {
        outline: none; }
      .products-woo .row .product .misc .single_variation_wrap .quantity input {
        padding: 0px 5px;
        margin: 10px 0px;
        border: 1px solid #808080;
        outline: none; }
      .products-woo .row .product .misc form span {
        display: block; }
      .products-woo .row .product .misc form select {
        padding: 5px 15px;
        border: 1px solid grey;
        outline: none; }
        .products-woo .row .product .misc form select option {
          padding: 10px 5px; }

.socials {
  margin-top: 40px;
  text-align: center; }
  .socials .social {
    margin: 0px 5px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 2px solid #969963;
    border-radius: 50%;
    padding: 30px;
    position: relative; }
  .socials .social i {
    color: #969963;
    font-size: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%); }

.newsletter {
  margin-top: 50px;
  margin-bottom: 50px; }
  .newsletter h1 {
    margin: 0 0 10px 0;
    font-weight: 600;
    text-align: center;
    color: #9b9b9b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px; }
  .newsletter .form-container input {
    height: 60px;
    display: inline;
    max-width: 100%;
    border: 0.8px solid #d4d4d4;
    background-color: #fff;
    padding: 20px 15px;
    width: 100%;
    outline-width: 0; }
    .newsletter .form-container input::-webkit-input-placeholder {
      text-transform: uppercase; }
  .newsletter .form-container button {
    background-color: #939359;
    border: 0.8px solid rgba(212, 212, 212, 0);
    color: white;
    text-transform: uppercase;
    max-width: 100%;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 58px;
    outline: none; }
    .newsletter .form-container button:hover, .newsletter .form-container button:focus, .newsletter .form-container button:active {
      text-decoration: none; }
  .newsletter .form-container .padding-fix {
    padding: 0px; }

.newsletter-signup {
  margin: 80px auto; }
  .newsletter-signup input[type='text'], .newsletter-signup input[type='email'], .newsletter-signup input[type='tel'], .newsletter-signup input[type='date'] {
    height: 60px;
    max-width: 100%;
    border: 0.8px solid #d4d4d4;
    background-color: #fff;
    padding: 20px 15px;
    width: 100%;
    outline-width: 0; }
  .newsletter-signup input[type='text']::-webkit-input-placeholder, .newsletter-signup input[type='email']::-webkit-input-placeholder, .newsletter-signup input[type='tel']::-webkit-input-placeholder, .newsletter-signup input[type='date']::-webkit-input-placeholder {
    text-transform: uppercase; }
  .newsletter-signup input[type='submit'] {
    background-color: #939359;
    border: 0.8px solid rgba(212, 212, 212, 0);
    color: white;
    text-transform: uppercase;
    max-width: 30%;
    display: block;
    width: 30%;
    height: 60px;
    text-align: center;
    line-height: 58px;
    margin: 0 auto; }
  .newsletter-signup .mc4wp-response {
    text-align: center;
    margin: 25px auto; }
  .newsletter-signup .mc4wp-response p {
    color: green; }

.wholesale-products {
  padding: 50px 0px; }
  .wholesale-products .product h1 {
    font-family: "Times New Roman";
    color: #93975c;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 10px 0px 20px 0px;
    text-align: center; }
  .wholesale-products .product p {
    color: #93975c;
    font-family: "Times New Roman";
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center; }
  .wholesale-products .product img {
    max-width: 100%; }

footer .logo {
  max-width: 50%;
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 40px 0px; }
  footer .footer-nav {
    margin-bottom: 40px; }
  footer .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    footer .footer-nav ul li {
      display: inline;
      padding: 0px 5px; }
      footer .footer-nav ul li.current-menu-item {
        font-weight: 600; }
      footer .footer-nav ul li a {
        font-family: "Times New Roman";
        color: #8d8c8c;
        font-style: italic;
        font-size: 18px; }
      footer .footer-nav ul li a:hover, footer .footer-nav ul li a:focus, footer .footer-nav ul li a:active {
        text-decoration: none; }
  footer .copyright {
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #8d8c8c;
    display: block;
    font-size: 16px;
    margin-bottom: 40px; }

li.coming-soon a {
  position: relative;
  pointer-events: none;
  cursor: default; }
  li.coming-soon a:after {
    content: 'Coming soon';
    position: absolute;
    color: #9a9865;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 10px;
    left: calc(50% + 4px);
    bottom: 6px;
    width: 100%;
    transform: translateX(-50%);
    font-weight: 500; }

.mobile li.coming-soon a:after {
  text-transform: initial;
  left: calc(50%);
  bottom: 0px; }

footer li.coming-soon a:after {
  content: ''; }

.button {
  border: 2px solid #fff;
  color: white;
  padding: 12px 48px;
  background: transparent;
  margin: 10px 0px;
  display: inline-block;
  text-transform: uppercase;
  transition: background 0.5s;
  outline: none; }
  .button:hover {
    color: white;
    background: rgba(255, 255, 255, 0.2); }
  .button:focus, .button:active, .button:hover {
    text-decoration: none; }
  .button.olive {
    border: 2px solid #989767;
    color: #989767;
    background: transparent;
    transition: background 0.5s, color 0.5s; }
  .button.olive:hover {
    color: white;
    background: rgba(152, 151, 103, 0.7); }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
  .row-eq-height {
    display: block; } }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background: white; }

::-webkit-scrollbar-thumb {
  background: #d3d3d3; }

@media screen and (min-width: 768px) {
    .banner-main {
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
    .banner-sub-page {
      transform: translateY(calc(-50% - 10vh));
      -webkit-transform: translateY(calc(-50% - 10vh));
      -moz-transform: translateY(calc(-50% - 10vh));
      -o-transform: translateY(calc(-50% - 10vh)); } }
