@font-face {
  font-family: DuruSans;
  src: url(../fonts/DuruSans-Regular.ttf);
  font-weight: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200,300;400;600;700;800&display=swap');
body, html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 16px;
  font-family: 'gill-sans-nova', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #595857;
  position: relative;
  width: 100%;
  overflow-x: hidden;
	letter-spacing: normal;
}
ul, li, ol {
  list-style: none;
}
div.nav {
  display: block;
  text-align: center;
}
#nav-wrapper ul, #nav-wrapper li.nav__item, .nav-shop .nav__item {
  display: block;
  text-align: center;
  font-size: 0.95rem;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 400;
  letter-spacing: .125rem;
  text-transform: uppercase;
  padding: 6px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__item > a, .nav__item a:visited, .nav__item a:hover {
  color: #4F4F4D;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  display: block;
}
.nav__item.shop_link a {
font-weight: 600;
	background: var(--c-gold);
	color: #fff;
	padding: 0.4em 0px;
	padding-top: 0.8em;
} 

.nav__item.nav_shop_link a {
font-weight: 600;
	border-top: 1px solid black;
	font-weight: 800;
	padding: 0.4em 0px;
	margin-top: 0.2em;
	padding-top: 1.2em;
} 

.nav__item.nav_shop_link a:visited {
		font-weight: 800;
	padding-top: 1.2em;
	margin-top: 0.2em;
	
}
.menu-emailsignup {
	font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 600;
	font-size: 90%;
	top: 15px;
	border: 2px solid #000;
	color: #000;
	padding: 0.52em 0.4em;
	width: 100%;
}
.menu-emailsignup:hover {
	color: var(--c-gold);
}
.page-section > .post-thumbnail > img {
  max-height: 500px;
  width: auto;
	height: auto;
	
}
.page-section .post-thumbnail {
	margin: 0 auto 1.5rem;
}
#nav-wrapper ul, #nav-wrapper li {
  margin: 0;
  padding: 0;
}
#nav-wrapper {
  border-left: 1px solid #f8ecdf;
  border-right: 1px solid #f8ecdf;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  /*z-index: 200;
        chanage back if causes issues
    */
  z-index: 1000;
  box-shadow: 10px 10px 40px #888888;
  visibility: hidden;
 /* overflow-y: hidden; */
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  transition: all .5s ease;
}
#nav-wrapper.nav-wrapper.this-active {
  background-color: #fff;
  visibility: visible;
	display: flex;
    flex-direction: column;
}
.nav-wrapper.this-active .nav-content {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
	    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nav-content {
  /*position: relative;*/
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
.nav-content__top {
  padding: 100px 0 0;
}
.nav-content__btm {
  /*padding: 40px 0 30px;*/
  /* position: absolute; */
  bottom: 0;
  width: 100%;
}
.nav-content__btm > p {
  display: block;
  text-align: center;
  font-size: .6rem;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 10px auto;
}
.nav-logo {
  border: none;
  /*background: #fff;*/
  background: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 15px;
  -webkit-transition: all 1s ease, opacity 0.5s ease;
  -moz-transition: all 1s ease, opacity 0.5s ease;
  -ms-transition: all 1s ease, opacity 0.5s ease;
  -o-transition: all 1s ease, opacity 0.5s ease;
  transition: all 1s ease, opacity 0.5s ease;
  z-index: 999;
  padding: 5.5px 8px;
  margin-top: 0;
  outline: none !important;
}
.nav-logo:before, .nav-logo:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 45px;
  top: 0px;
  top: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0;
  z-index: -1;
}
.nav-logo:before {
  background-image: url(/wp-content/uploads/2019/09/gold-d.png);
}
.nav-logo.this-active .wrapper .xz-plane {
  background-image: url(/wp-content/uploads/2019/09/gold-h.png);
}
.nav-logo:after {
  background-image: url(/wp-content/uploads/2019/09/gold-f.png);
  right: 0;
  /*top: 4.5px;*/
}
.nav-logo.this-active:before {
  left: -31.5px;
}
.nav-logo.this-active:after {
  right: -30px;
}
.nav-logo.this-active:before, .nav-logo.this-active:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.8s;
}
.nav-logo .wrapper[orientation="as-o"] {
  /*transform: rotateX(90deg) rotateY(90deg) rotateZ(180deg);*/
}
.nav-logo.this-active {
  pointer-events: all;
}
.loading-wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.nav-logo.this-active .nav-logo__a {
  width: 280%;
  display: block;
  /* new part */
  position: absolute;
  top: 0;
}
.nav-logo__a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10%);
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.nav-logo .wrapper .xz-plane {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/09/gold-h.png);
  /*transform: translate3d(0px, 0px, 0px) rotateX(-90deg) rotateZ(90deg);*/
  transform-style: preserve-3d;
  -webkit-transition: opacity 1000ms ease-in-out 0ms;
  -moz-transition: opacity 1000ms ease-in-out 0ms;
  -ms-transition: opacity 1000ms ease-in-out 0ms;
  -o-transition: opacity 1000ms ease-in-out 0ms;
  transition: opacity 1000ms ease-in-out 0ms;
  opacity: 1;
}
.nav-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  z-index: 200;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.site {
  position: relative;
  z-index: 99;
  /*min-height: 100vh;*/
  /*height: 100vh;*/
}
.home-vid {
  position: absolute;
  left: 50%;
  top: 50%;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.mobile-slide {
  display: none;
}
.home-vid {
  transform: translate(-50%, -50%);
}
.home-vid__vid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home-vid__vid_m {
  width: 100%;
}
.slick__mobile > h2 {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 65%;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  text-transform: uppercase;
  font-size: 2em;
  height: fit-content;
  background: rgba(0,0,0,0.6);
  width: 100%;
  padding: 14px 0;
}
.slick__mobile > a {
  position: absolute;
  z-index: 9;
  color: rgb(212, 175, 55);
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  height: fit-content;
  padding: 10px 40px;
  background: rgba(255, 255, 255);
}
.global-container {
  width: 100%;
  height: auto;
}
.nav-hover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: flex;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.nav-hover__img {
  background-color: #F1F1F1;
}
.nav-hover__img, .nav-hover__text {
  height: 100vh;
}
.left-col {
  overflow: hidden;
}
.left-col, .right-col {
  width: 100%;
  padding: 0;
  position: relative;
}
.page-left__media {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-hover__img-item, .nav-hover__text-item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.nav-hover__text-item {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  /*    position: absolute;

    left: 40px;

    top: calc(22vh - 4px);*/
  display: none;
  text-align: center;
}
.nav-hover__text-item.this-active {
  display: block;
}
.nav-hover__img-item.this-active, .nav-hover__text-item.this-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-left__media.this-active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-hover__text {
  background-color: #fff;
}
.nav-hover__img, .nav-hover__text {
  height: 100vh;
}
div.entry-header {
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  color: #fff;
  mix-blend-mode: exclusion;
  padding: 15px 15px 30px;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0;
  /* end*/
  display: none;
}
h1.entry-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-size: 1.75rem;
  font-weight: 200;
  font-weight: 900;
  letter-spacing: .1rem;
  text-transform: uppercase;
  display: flex;
}
.entry-cont {
  position: relative;
}
.page-left, .page-right {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}
.page-right {
	overflow-y: auto;
  
}

.page-left {
  overflow: hidden;
  background-color: #F1F1F1;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.grecaptcha-badge {
  z-index: 100!important;
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
  @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
    .page-left {
      z-index: -1;
    }
    .page-right {
      z-index: 1;
      background: white;
      
    }
    .grecaptcha-badge {
      z-index: 100!important;
    }
  }
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .page-left {
      z-index: -1;
    }
    .page-right {
      z-index: 1;
      background: white;
    }
    .grecaptcha-badge {
      z-index: 100!important;
    }
  }

}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
  @media {
    .page-left {
      z-index: -1;
    }
    .page-right {
      z-index: 1;
      background: white;
      
    }
    .grecaptcha-badge {
      z-index: 100!important;
    }
  }
}


.page-right-content {
  width: 96%;
  max-width: 900px;
}
.nav-logo__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-logo .wrapper {
  position: relative;
  /*width: 30px;

    height: 35px;*/
  width: 40px;
  height: 45px;
  transform-style: preserve-3d;
  will-change: transform;
  transform-style: preserve-3d;
  /*transform: rotateX(90deg) rotateY(90deg) rotateZ(180deg);*/
  -webkit-transition: transform 1000ms ease-in-out 0ms;
  -moz-transition: transform 1000ms ease-in-out 0ms;
  -ms-transition: transform 1000ms ease-in-out 0ms;
  -o-transition: transform 1000ms ease-in-out 0ms;
  transition: transform 1000ms ease-in-out 0ms;
}
.page-left__media--img {
  width: 101%;
  background-position: center;
  background-size: cover;
}
.page-left__media.inside-media {
  opacity: 1;
  visibility: visible;
}
.page-section {
  padding: 0 15px 60px;
  min-height: 90vh;
}
.close-btn__icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 27px;
  color: #fff;
  font-size: 17px;
  z-index: 1;
  text-align: center;
  padding: 0px;
}
.nav-wrapper.this-active .nav-close {
  opacity: 1;
  filter: alpha(opacity=100);
}
.close-btn:hover {
  color: inherit;
  background-color: inherit;
  opacity: .7;
  text-decoration: none;
  outline: none;
}
.close-btn:visited {
  color: inherit;
}
.close-btn {
  color: inherit;
  background-color: #d6b161;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 300;
}
.nav-close {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-content__top {
  padding: 100px 0 0;
}
.nav-logo.this-active .nav-logo__bg {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-nav {
  margin-left: auto;
  position: relative;
  width: 100%;
  padding: 25px 30px;
  z-index: 98;
}
.grad-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.grad-bg:before, .grad-bg:after {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
}
.grad-bg:before {
  background: #fff;
  height: 70%;
}
.page-nav ul, .page-nav li {
  margin: 0;
  padding: 0;
}
.page-nav ul {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
  /*    display: grid;

    grid-template-columns: auto auto auto;*/
}
.page-nav .page_item > a, .page_item > a:visited, a.nav__item:visited {
  font-size: 0.75rem;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 400;
  letter-spacing: .1rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: solid 1px rgba(255, 255, 255, 0);
  border-radius: 100px;
  padding: 5px 15px;
  border-color: #E4E4E3;
  color: #50504e;
  text-decoration: none;
}
a.nav__item:hover {
  text-decoration: none;
}
.page-nav .page_item > a:hover {
  color: #E4E4E3;
  background-color: #50504e;
  text-decoration: none;
}
.hide {
  display: none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
  max-width: 100%;
}
a.cart-customlocation, .cart-customlocation {
  color: #4F4F4D;
}
.nav-shop a {
	color: var(--c-gold);
	font-weight: 500;
}
.cartcount {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: rgba(154,154,154,0.7);
	border-radius: 45px;
	font-weight: 200;
	font-size: 14px;
	display: inline-block;
}
div.entry-header > * {
  display: inline-block;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, auto);
  /*justify-content: space-around;*/
  grid-gap: 10px;
}
.woocommerce ul.products:before {
  content: unset;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  width: 100%;
}
.entry-header > * {
  margin-left: 20px;
  margin-right: 20px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 100%;
}
aside#secondary {
  display: none;
}
.navigation.post-navigation {
  display: none;
}
.mobile-banner {
  display: none;
}
.mobile-banner img {
  max-height: 70px;
  background: white;
  border-radius: 50%;
}
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #aaa285;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.nav-shop {
  margin-top: 50px;
}
.nav__item {
  display: inline-block;
  text-align: center;
  font-size: 0.8125rem;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 400;
  letter-spacing: .125rem;
  text-transform: uppercase;
  padding: 6px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
h2.entry-title, .page-section h2, .page-section h1, .page-section h3, .page-section h4 {
  font-family: 'din-2014', sans-serif;
	font-weight: 200;
	color: #000;

}
.wp-block-kadence-posts .loop-entry .entry-header .entry-title {
	font-size: 1.5rem;
	text-align: left;
	padding-bottom: 0px;
}
.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg .post-thumbnail {
	margin-right: 1rem;
}
.wp-block-kadence-posts .entry-taxonomies {
	margin-left: 0px;
}
.page-section  p a {
	color: var(--c-dgold);
	font-weight: 500;
}
.page-section .entry-title, h1.display-3 {
  font-size: 2.7rem;
  text-transform: uppercase;
	font-weight: 100;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  text-align: center;
  padding-bottom: 1rem;
	letter-spacing: 0.1em;
	padding-top: 0.5em;
  border-bottom: 1px solid rgba(175, 175, 175, 0.09);
	color: rgba(163,163,163,0.70);
}
footer#colophon {
  display: grid;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0, 0, 0, 0.2);
  grid-template-columns: repeat(4, auto);
  justify-content: space-around;
  padding: 30px 0;
  transition: all .5s;
  transform: translateY(100%);
  max-width: 1100px;
  right: 0;
}
footer#colophon.this-active {
  transform: translateY(0);
}
.footer-links > ul {
  padding: 0;
  margin: 0;
}
.footer-links > ul > li {
  background-image: url(/wp-content/uploads/2019/10/widget-link-dark@2x.png);
  background-size: 4px 20px;
  background-repeat: no-repeat;
  padding: 0 3px 0 12px;
}
.footer-links > ul > li > a, .footer-links > ul > li > a:visited {
  color: #ccc;
}
.logo-vc-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-logo-link > * {
  margin: 0 auto;
  display: block;
  padding: 0px;
}
.main-logo-link > strong {
  font-size: 1.2em;
  line-height: 1em;
}
.main-logo-link > img {
  margin-top: 20px;
  margin-bottom: 5px;
}
.main-logo-link, .main-logo-link:visited, .main-logo-link:hover {
  color: #4F4F4D;
  text-decoration: none;
}
div.nav-hover__text-item > * {
  pointer-events: auto;
}
.grid-2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
#footer-activate:visited {
  color: inherit;
}
#footer-activate:hover {
  text-decoration: none;
  outline: none;
}
#footer-activate {
  color: inherit;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  text-align: center;
  font-size: .75rem;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 400;
  letter-spacing: .125rem;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: repeating-linear-gradient(45deg, #fff, #fff 20px, rgba(79, 79, 77, .2) 20px, rgba(79, 79, 77, .2) 80%);
  padding: 5px 10px;
  border: solid 1px rgb(79, 79, 77);
}
.mobile-slide .slick-arrow {
  position: absolute;
  z-index: 3000;
  bottom: 20%;
  transform: translateY(-20%);
  height: auto;
  border-radius: 50%;
  border: 0;
  background: transparent;
}
div.nav-hover__text-item > p {
  padding: 30px;
  font-size: 1.1rem;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 400;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: rgba(79, 79, 77, .7);
}
div.nav-hover__text-item > a {
  padding: 12px 40px;
  background: repeating-linear-gradient(45deg, #fff, #fff 40px, rgba(79, 79, 77, .2) 40px, rgba(79, 79, 77, .2) 75%);
  border: solid 1px rgb(79, 79, 77);
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: 'din-2014', 'source-han-sans-simplified-c', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: rgba(79, 79, 77, .7);
  box-shadow: 10px 10px 30px #888888;
  border: #e8bf93 1px solid;
}
#nav-wrapper li.nav__item, #nav-wrapper li.nav__item.this-active > a {
  position: relative;
}
#nav-wrapper li.nav__item.this-active > a::before {
  content: close-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #DAA520;
  top: 50%;
  left: -10px;
}
#nav-wrapper li.nav__item.this-active > a::after {
  content: close-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #DAA520;
  top: 50%;
  right: -10px;
}
#nav-wrapper li.nav__item::before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: close-quote;
  width: 0;
}
#nav-wrapper li.nav__item:hover::before {
  content: close-quote;
  position: absolute;
  background: repeating-linear-gradient(-45deg, #fff, #fff 25px, rgba(79, 79, 77, .2) 20px, rgba(79, 79, 77, .2) 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.mobile-slide .slick-arrow > svg {
  color: rgb(212, 175, 55);
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.seo-text {
  display: none;
	background-color: #fff;
	font-size:85%;
}
button#global-pause {
  position: fixed;
  z-index: 9999;
  background: #fff;
}
.screen-reader-text:focus {
  position: fixed !important;
  left: 45px;
  top: 0;
}

#lostpasswordform #somfrp_user_info {
	width: 100%;
}

