/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#myVideo{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -99999999;
  }


  
  .site-header{
	  background-color: transparent !important;
  }
  .site-header .title-area{
	  opacity:0;
  }
  
  .shadow .site-header, .site-header.search-visible, body.no-scroll .site-container:not(shadow) .site-header{
	  background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .shadow .site-header.show .title-area, body.no-scroll .site-container:not(shadow) .site-header .title-area{
	  opacity: 1;
  }
  
  /* Front Page
  ---------------------------------------------------------------------------- */
  
  .front-page .site-container {
	  background-color: #fff;
  }
  
  .front-page .site-inner {
	  margin-bottom: 0;
	  margin-top: 80px;
	  max-width: 100%;
  }
  
  .full-width-content.front-page .content  {
	  width: 100% !important;
	  max-width: 100% !important;
  }
  
  .front-page .wrap {
	  max-width: 1200px;
  }
  
  .front-page .site-header .wrap {
	  max-width: 100%;
  }
  
  .front-page .button {
	  padding: 15px 20px;
  }
  
  .image-section button,
  .image-section input[type="button"],
  .image-section input[type="reset"],
  .image-section input[type="submit"],
  .image-section .button,
  .image-section .more-link {
	  background-color: #fff;
	  border-width: 0;
	  color: #000;
  }
  
  .image-section button:hover,
  .image-section button:focus,
  .image-section input[type="button"]:hover,
  .image-section input[type="button"]:focus,
  .image-section input[type="reset"]:hover,
  .image-section input[type="reset"]:focus,
  .image-section input[type="submit"]:hover,
  .image-section input[type="submit"]:focus,
  .image-section .button:hover,
  .image-section .button:focus,
  .image-section .more-link:hover,
  .image-section .more-link:focus {
	  background-color: #0066cc;
	  border-width: 0;
	  color: #fff;
  }
  
  
  /* Flexible Widgets
  ---------------------------------------------------------------------------- */
  
  .front-page .flexible-widgets {
	  margin-left: auto;
	  margin-right: auto;
	  padding-bottom: 100px;
	  padding-top: 140px;
  }
  
  .flexible-widgets .widget {
	  float: left;
	  margin-bottom: 40px;
	  padding-left: 40px;
	  padding-right: 40px;
  }
  
  .flexible-widgets .widget:last-of-type {
	  margin-bottom: 0;
  }
  
  .flexible-widgets.widget-halves .widget:last-of-type {
	  margin-bottom: 40px;
  }
  
  .flexible-widgets.widget-full .widget,
  .flexible-widgets.widget-area .widget:nth-of-type(1),
  .flexible-widgets.widget-halves.uneven .widget:last-of-type {
	  width: 100%;
  }
  
  .flexible-widgets.widget-fourths .widget {
	  width: 25%;
  }
  
  .flexible-widgets.widget-halves .widget {
	  width: 50%;
  }
  
  .flexible-widgets.widget-thirds .widget {
	  width: 33.33%;
  }
  
  .flexible-widgets.widget-halves .widget:nth-child(even),
  .flexible-widgets.widget-thirds .widget:nth-child(3n+2),
  .flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	  clear: left;
  }
  
  
  /* Comment Elements
  ---------------------------------------------------------------------------- */
  
  .front-page-2 .flexible-widgets.widget-full .widget,
  .front-page-2 .flexible-widgets.widget-area .widget:nth-of-type(1),
  .front-page-3 .flexible-widgets.widget-full .widget,
  .front-page-3 .flexible-widgets.widget-area .widget:nth-of-type(1),
  .front-page-4 .flexible-widgets.widget-full .widget,
  .front-page-4 .flexible-widgets.widget-area .widget:nth-of-type(1) {
	  margin-bottom: 60px;
  }
  
  .front-page-2 .flexible-widgets .widget.widget_text:nth-of-type(1)::after,
  .front-page-3 .flexible-widgets .widget.widget_text:nth-of-type(1)::after,
  .front-page-4 .flexible-widgets .widget.widget_text:nth-of-type(1)::after {
	  border-bottom: 1px solid #000;
	  content: "";
	  display: block;
	  padding-bottom: 40px;
	  width: 2.5%;
  }
  
  .front-page-2 .flexible-widgets .widget:nth-of-type(1) .widget-title,
  .front-page-3 .flexible-widgets .widget:nth-of-type(1) .widget-title,
  .front-page-4 .flexible-widgets .widget:nth-of-type(1) .widget-title {
	  font-family: 'Muli', sans-serif;
	  font-size: 48px;
	  font-size: 4.8rem;
	  font-weight: 100;
	  letter-spacing: -1px;
	  line-height: 1;
	  margin-bottom: 5px;
	  text-transform: none;
  }
  
  /* Front Page 1
  ---------------------------------------------------------------------------- */
  
  .front-page-1 {
	  position: relative;
	  background-image: none;
	  background-color: transparent;
	  overflow: hidden;
	  background: transparent;
	  background: -o-radial-gradient(circle, rgba(0,0,0,0) 42%, rgba(8,8,8,0.3926164215686274) 66%, rgba(0,0,0,1) 97%);
	  background: radial-gradient(circle, rgba(0,0,0,0) 42%, rgba(8,8,8,0.3926164215686274) 66%, rgba(0,0,0,1) 97%);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  min-height: 100vh;
	  -webkit-transition: all .6s ease;
	  -o-transition: all .6s ease;
	  transition: all .6s ease;
  }

  .front-page-1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	z-index: -999999999;
  }
  
  .front-page-1 .flexible-widgets {
	  overflow: hidden;
	  padding: 10vh 0;
	  margin: 0;
  }
  
  .front-page-1 .flexible-widgets.widget-full .widget .widget-wrap {
	  padding-right: 0 !important;
	  padding-top: 0;
	  padding-bottom: 0;
  }
  
  .front-page-1,
  .front-page-1 p,
  .front-page-1 .widget-title {
	  color: #fff;
	  font-weight: 200;
  }
  
  .front-page-1 .widget-title {
	  font-family: 'Muli', sans-serif;
	  font-size: 60px;
	  font-size: 6rem;
	  font-weight: 100;
	  letter-spacing: -1px;
	  line-height: 1.2;
	  margin-bottom: 10px;
	  padding-right: 10%;
	  text-transform: none;
  }
  
  .front-page-1 p {
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-bottom: 40px;
  }
  
  .front-page-1 .lead {
	  font-weight: 400;
	  letter-spacing: 0.5px;
	  text-transform: uppercase;
  }
  
  
  /* Front Page 2
  ---------------------------------------------------------------------------- */
  
  .front-page-2 {
	  background-color: ivory;
  }
  
  .front-page-2 .flexible-widgets .widget:nth-of-type(1) p {
	  font-size: 18px;
	  font-size: 1.8rem;
	  margin-bottom: 20px;
  }
  
  .front-page-2 .flexible-widgets{
	  padding: 50px 0;
  }
  
  .front-page-2 p {
	  font-size: 16px;
	  font-size: 1.6rem;
  }
  
  .front-page-2 .woocommerce .products ul, .front-page-2 .woocommerce ul.products{
	  text-align: center !important;
  }
  .front-page-2 .woocommerce ul.products li.product, .front-page-2 .woocommerce-page ul.products li.product{
	  float: none;
	  display: inline-block;
	  margin: 0 2.6% 0 0;
  }
  .front-page-2 .woocommerce ul.products li.product .woocommerce-loop-category__title, .front-page-2 .woocommerce ul.products li.product .woocommerce-loop-product__title, .front-page-2 .woocommerce ul.products li.product h3{
	  display: none;
  }
  .front-page-2 .woocommerce ul.products li.product a img{
	  -webkit-transition: all.3s;
	  -o-transition: all.3s;
	  transition: all.3s;
	  margin-bottom: 0 !important;
  }
  .front-page-2 .woocommerce ul.products li.product a:hover img{
	  -webkit-transform: translateY(-5px);
		  -ms-transform: translateY(-5px);
			  transform: translateY(-5px);
  }
  
  .ornament{
	  display: block;
	  background: -webkit-gradient(linear, left top, right top, from(#8f6B29), color-stop(#FDE08D), to(#8f6B29));
	  background: -o-linear-gradient(left, #8f6B29, #FDE08D, #8f6B29);
	  background: linear-gradient(to left, #8f6B29, #FDE08D, #8f6B29);
	  height: 15px;
	  border-bottom: 14px solid black;
	  height: 15px;
	  position: relative;
  }
  
  .ornament::after{
	  display: block;
	  content: url("data:image/svg+xml,%3Csvg class='b' xmlns='http://www.w3.org/2000/svg' width='100%' height='auto' viewBox='0 0 1316.0073 9.2306'%3E%3Cg id='c'%3E%3Cg%3E%3Crect x='605.0279' y='1.6165' width='103.9809' height='5.9975'/%3E%3Cg%3E%3Crect x='586.9144' y='1.3518' width='6.527' height='6.527' transform='translate(169.5956 418.6706) rotate(-45)'/%3E%3Crect x='570.8652' y='1.3518' width='6.527' height='6.527' transform='translate(164.8949 407.3221) rotate(-45)'/%3E%3Crect x='554.8159' y='1.3518' width='6.527' height='6.527' transform='translate(160.1942 395.9735) rotate(-45)'/%3E%3C/g%3E%3Cpolygon points='429.7029 1.6165 0 4.6153 429.7029 7.614 543.3175 7.614 543.3175 1.6165 429.7029 1.6165'/%3E%3Cg%3E%3Crect x='720.5954' y='1.3518' width='6.527' height='6.527' transform='translate(1232.4409 519.7243) rotate(-135)'/%3E%3Crect x='736.6446' y='1.3518' width='6.527' height='6.527' transform='translate(1259.8387 531.0728) rotate(-135)'/%3E%3Crect x='752.6938' y='1.3518' width='6.527' height='6.527' transform='translate(1287.2364 542.4214) rotate(-135)'/%3E%3C/g%3E%3Cpolygon points='886.3044 1.6165 1316.0073 4.6153 886.3044 7.614 772.6898 7.614 772.6898 1.6165 886.3044 1.6165'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	  position: absolute;
	  left: 50%;
	  bottom: -7px;
	  -webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
			  transform: translateX(-50%);
	  width: 100%;
	  max-width: 800px;
	  margin: 0 auto;
	  height: 5px;
  }
  
  .ornament.bottom{
	  background-color: #C8B568;
	  border-top: 14px solid black;
	  border-bottom: none;
  }
  .ornament.bottom::after{
	  bottom: 32px;
  }
  
  .front-page-2 .flexible-widgets .widget{
	  margin-bottom: 0 !important;
  }
  
  .front-page-2 .woocommerce{
	  display: block;
	  margin-left: calc(-100vw/2 + 100%/2);
	  margin-right: calc(-100vw/2 + 100%/2);
	  padding: 15px 0;
	  white-space: nowrap;
	  overflow: hidden;
  }
  
  .front-page-2 .woocommerce .products{
	  display: inline-block !important;
	  white-space: nowrap;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin-bottom: 0;
  }
  .front-page-2 .woocommerce.animate .products{
	  -webkit-animation: railStatic 30s linear infinite;
	  animation: railStatic 30s linear infinite;
  }
  
  .front-page-2 .woocommerce .products li{
	  float: unset !important;
	  clear: unset !important;
	  width: 350px !important;
	  margin-right: 0 !important;
	  padding-right: 70px !important;
	  margin-bottom: 0 !important;
  }
  .front-page-2 .woocommerce .products li a img{
	  padding-bottom: 0;
  }
  
  .front-page-2 .woocommerce:hover > .products {
	  -webkit-animation-play-state: paused;
	  animation-play-state: paused;
  }
  
  @-webkit-keyframes railStatic{
	  0%{
		  -webkit-transform:translateZ(0);
		  transform:translateZ(0);
		  -webkit-transform: translate3d(0,0,0);
		  transform:translate3d(0,0,0);
	  }to{
		  -webkit-transform:translateZ(0);
		  transform:translateZ(0);
		  -webkit-transform:translate3d(-100%,0,0);
		  transform:translate3d(-100%,0,0)
	  }
  }
  @keyframes railStatic{
	  0%{
		  -webkit-transform:translateZ(0);
		  transform:translateZ(0);
		  -webkit-transform: translate3d(0,0,0);
		  transform:translate3d(0,0,0);
	  }to{
		  -webkit-transform:translateZ(0);
		  transform:translateZ(0);
		  -webkit-transform:translate3d(-100%,0,0);
		  transform:translate3d(-100%,0,0)
	  }
  }
  
  /* Front Page 3
  ---------------------------------------------------------------------------- */
  
  .front-page-3 {
	  background-color: #000;
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-size:         cover;
  }
  
  .front-page-3 .flexible-widgets .widget.widget_text:nth-of-type(1)::after {
	  border-bottom: 1px solid #fff;
  }
  
  .front-page-3 .flexible-widgets .widget:nth-of-type(1) p {
	  font-size: 18px;
	  font-size: 1.8rem;
	  margin-bottom: 20px;
  }
  
  .front-page-3 p {
	  font-size: 16px;
	  font-size: 1.6rem;
  }
  
  .front-page-3,
  .front-page-3 p,
  .front-page-3 .widget-title {
	  color: #fff;
	  font-weight: 200;
  }
  
  
  /* Front Page 4
  ---------------------------------------------------------------------------- */
  
  .front-page-4 {
	  background-color: #fff;
  }
  
  .front-page-4 .flexible-widgets.widget-fourths,
  .front-page-4 .flexible-widgets.widget-halves {
	  padding-bottom: 20px;
  }
  
  .front-page-4 .flexible-widgets.widget-halves.uneven {
	  padding-bottom: 0;
  }
  
  .front-page-4 .flexible-widgets.widget-fourths .widget:nth-of-type(1) {
	  width: 100%;
  }
  
  .front-page-4 .flexible-widgets.widget-fourths .widget {
	  width: 50%;
  }
  
  .front-page-4 .flexible-widgets.widget-fourths .widget:nth-child(4n) {
	  clear: left;
  }
  
  .front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry,
  .front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry {
	  float: left;
	  width: 50%;
  }
  
  .front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(odd),
  .front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(odd) {
	  clear: left;
	  padding-right: 40px;
  }
  
  .front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(even),
  .front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(even) {
	  padding-left: 40px;
  }
  
  .front-page-4 .flexible-widgets .widget-wrap p {
	  margin-bottom: 20px;
  }
  
  .front-page-4 .flexible-widgets.widget-area .widget-wrap p.entry-meta {
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-bottom: 0;
  }
  
  
  /* Featured Content
  ---------------------------------------------------------------------------- */
  
  .flexible-widgets.widget-fourths .entry:last-of-type,
  .flexible-widgets.widget-halves .entry:last-of-type {
	  margin-bottom: 80px;
  }
  
  .flexible-widgets .featured-content img {
	  margin-bottom: 10px;
	  vertical-align: top;
  }
  
  .flexible-widgets .featured-content .entry-title {
	  font-family: 'Helvetica Neue', sans-serif;
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 500;
	  letter-spacing: -0.5px;
	  margin-bottom: 5px;
	  text-transform: uppercase;
  }
  
  .image-section a,
  .image-section .featured-content .entry-meta a,
  .image-section .featured-content .entry-title a {
	  color: #fff;
  }
  
  .image-section a {
	  border-bottom: 1px solid #fff;
  }
  
  .image-section a:hover,
  .image-section a:focus,
  .image-section .featured-content .entry-meta a:hover,
  .image-section .featured-content .entry-meta a:focus,
  .image-section .featured-content .entry-title a:hover,
  .image-section .featured-content .entry-title a:focus {
	  color: #ccc;
  }
  
  .image-section a:hover,
  .image-section a:focus {
	  border-bottom: 1px solid #ccc;
  }
  
  .flexible-widgets .featured-content .entry-header::after {
	  display: none;
  }
  
  
  /* Fadeup Effect
  ---------------------------------------------------------------------------- */
  
  .js .fadeup-effect {
	  opacity: 0;
	  overflow: hidden;
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation-timing-function: ease-in-out;
	  animation-timing-function: ease-in-out;
  }
  
  @-webkit-keyframes fadeInUp {
	  from { opacity: 0; -webkit-transform: translateY(20px); }
	  to { opacity: 1; -webkit-transform: translateY(0); }
  }
  
  @keyframes fadeInUp {
	  from { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
	  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  }
  
  .fadeInUp {
	  -webkit-animation-name: fadeInUp;
	  animation-name: fadeInUp;
  }
  
  
  /* VIDEO
  ---------------------------------------------------------------------------- */
  .my-vid{
	  display: none;
  }
  
  /* Media Queries
  ---------------------------------------------------------------------------- */
  @media only screen and (max-width: 2000px){
	  .front-page-2 .woocommerce .products li{
		  width: 270px !important;
		  padding-right: 40px !important;
	  }
	  .front-page-2 .flexible-widgets{
		  padding: 0 !important;
	  }
  }
  
  @media only screen and (max-width: 1800px){
	  .front-page-2 .woocommerce .products li{
		  width: 250px !important;
		  padding-right: 40px !important;
	  }
  }
  
  @media only screen and (max-width: 1300px){
	  .front-page-1 {
		  -webkit-box-pack: start;
			  -ms-flex-pack: start;
				  justify-content: flex-start;
	  }
  }
  
  @media only screen and (max-width: 1280px) {
  
	  .front-page .wrap {
		  max-width: 960px;
	  }
  
  }
  
  @media only screen and (max-width: 1097px) {
	  .front-page-1 {
		  -webkit-box-pack: center;
			  -ms-flex-pack: center;
				  justify-content: center;
	  }
  }
  
  @media only screen and (max-width: 1023px) {
  
	  .flexible-widgets.widget-fourths .widget,
	  .flexible-widgets.widget-halves .widget,
	  .flexible-widgets.widget-thirds .widget {
		  width: 100%;
	  }
  
	  .front-page .wrap {
		  max-width: 720px;
	  }
  
	  .front-page-1 .flexible-widgets.widget-full .widget .widget-wrap {
		  padding-right: 0;
	  }
  
	  .front-page .one-sixth {
		  width: 31.623931623931625%;
	  }
  
	  .front-page .one-sixth:nth-of-type(4) {
		  margin-left: 0;
	  }
  
	  .front-page-2 .woocommerce .products li{
		  width: 200px !important;
		  padding-right: 20px !important;
	  }
  
  }
  
  @media only screen and (max-width: 782px) {
  
	  .front-page .site-inner {
		  padding-left: 0;
		  padding-right: 0;
	  }
  
	  .front-page .wrap {
		  max-width: 100%;
	  }
  
	  .flexible-widgets.widget-halves.uneven .featuredpost .entry,
	  .flexible-widgets .featured-content .entry,
	  .front-page .one-sixth,
	  .front-page-4 .flexible-widgets.widget-fourths .widget,
	  .front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry,
	  .front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry	{
		  width: 100%;
	  }
  
	  .flexible-widgets .featuredpost .entry:nth-of-type(odd),
	  .front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(odd),
	  .front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(odd) {
		  padding-right: 0;
	  }
  
	  .flexible-widgets .featuredpost .entry:nth-of-type(even),
	  .front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(even),
	  .front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(even) {
		  padding-left: 0;
	  }
  
	  .featured-content .entry:last-of-type {
		  margin-bottom: 100px;
	  }
  
	  .front-page .one-sixth img {
		  max-width: 180px;
	  }
  
	  .front-page-2 .woocommerce.animate .products{
		  -webkit-animation: railStatic 20s linear infinite;
		  animation: railStatic 20s linear infinite;
	  }
  
	  .front-page-2 .woocommerce .products li{
		  width: 200px !important;
		  padding-right: 20px !important;
	  }
  
  }
  
  
  @media only screen and (max-width: 600px) {
  
	  .admin-bar.front-page .site-inner {
		  margin-top: 0;
	  }
  
  }
  
  @media only screen and (max-width: 480px) {
  
	  .front-page-1 .widget-title {
		  font-size: 40px;
		  font-size: 4rem;
	  }
  
  }
  
  #text-19::after{
	  display: none;
  }