/** Shopify CDN: Minification failed

Line 94:0 All "@import" rules must come first
Line 1232:10 Expected ":"

**/
@font-face {
    font-family: 'solvejsemibold';
    src: url('solvej-semibold-webfont.woff2') format('woff2'),
         url('solvej-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glossy_displayregular';
    src: url('glossy_display_regular-webfont.woff2') format('woff2'),
         url('glossy_display_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.lightbox-container{
    position: absolute;
    max-width: 600px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 310px;
    color: #fff;
}
.lightbox-container .title{
	font-size: 25px;
}
.lightbox-container .description{
	font-size: 20px;
}

.main-header nav.full .nav-item .dropdown-wrap .dropdown-item a .icon, .main-header nav.full .nav-item .dropdown-wrap .dropdown-item a .label{
      font-family: 'glossy_displayregular' !important;

}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.field-wrap.time input {
    width: 100% !important;
}
@media (min-width: 768px){
  .container {
    width: 750px;
  }
}
@media (min-width: 992px){
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1170px;
  }
}
.location-page{
  max-width: 980px;
  margin: 0px auto;
}
.location-page .simple-text {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.location-page .simple-text .name-left, 
.location-page .simple-text .name-right{
  width: 50%;
  float: left;
}
.location-page .date-time{
  font-size: 18px;
}
.location-page .full-text .heading h1{
  font-size: 25px;
  margin: 30px 0px;
}
.location-page .full-text{
  margin-bottom: 75px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
.gallery-image h1, .work-gallery h1{
  font-weight: 100;
  margin: 0;
}
.location .gallery-image section.main_img, .location .work-gallery section.main_img {
  column-gap: 15px;
  padding: 30px;
  column-count: 3;
}
.gallery-image section.main_img, .work-gallery section.main_img {
  column-gap: 15px;
  padding: 30px;
  column-count: 3;
}
.text_gallery {
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  left: 50%;
  color: #4e4e4e;
  transform: translate(-50%, -50%);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 300ms ease 0s;
}
.img_galleyin:hover .text_gallery {
  opacity:1;
}
.img_galleyin {
  position: relative;
  margin-bottom: 15px;
  cursor:pointer;
}
.img_galleyin:hover img{
  filter: opacity(17%);
  transition: opacity 300ms ease 0s;
}
.gallery-image section img, .work-gallery section img {
  width: 100%;
  cursor: pointer;
}
.gallery-image .lightbox, .work-gallery .lightbox {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}
.gallery-image .filter, .work-gallery .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}
.gallery-image .lightbox img, .work-gallery .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.gallery-image .lightbox, .work-gallery .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
}
/*.lightbox:hover img{
transform: translate(-50%, -50%) rotateY(180deg);
}*/
.gallery-image [class^="arrow"], .work-gallery [class^="arrow"] {
  height: 100px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.gallery-image [class^="arrow"]:after, .work-gallery [class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}
.gallery-image .arrowr, .work-gallery .arrowr {
  right: 0;
}
.gallery-image .arrowr:after, .work-gallery .arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.gallery-image .arrowl, .work-gallery .arrowl {
  left: 0;
}
.gallery-image .arrowl:after, .work-gallery .arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.gallery-image .close, .work-gallery .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}
.gallery-image .close:after, .gallery-image .close:before, 
.work-gallery .close:after, .work-gallery .close:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}
.gallery-image .close:after, .work-gallery .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gallery-image .close:before, .work-gallery .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* workshop page */

.workshop .heading{
  margin-top: 50px;
}
.workshop .heading h1{
  font-size: 22px;
}
.workshop .all-text .border-dot{
  text-align: center;
  margin-top: 6%;
  margin-bottom: 4%;
}
.workshop-form .work-form label{
  width: 100%;
  display: block;
  margin: 20px 0px 5px;
  font-size: 18px;
}
.workshop-form .work-form label small{
  font-size: 13px;
  color: #949292;
  text-transform: uppercase;
}
.workshop-form .work-form .field{
  padding: 10px;
}
.workshop-form .work-form .sub-button{
  display: block;
  text-align: center;
}
.workshop-form .work-form .action-button{
  font-size: 20px;
  margin-top: 15px;
}
.work-form {
  background-color: #fbfbfb;
  padding: 10px 20px 50px;
}
.workshop-form .work-form input[type="text"], .workshop-form .work-form input[type="email"], 
.workshop-form .work-form input[type="tel"], .workshop-form .work-form input[type="date"], 
.workshop-form .work-form input[type="number"], .workshop-form .work-form select, 
.workshop-form .work-form textarea{
  width: 100%;
  color: #7f7f7f;
}
.sub-button {
  text-align: center;
}
.template-page .text-content-wrap, .template-contact .text-content-wrap {
  max-width: 760px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media (max-width: 1024px){
  .gallery-image .lightbox, .work-gallery .lightbox{
    width: 95%;
  }
  .location-page .simple-text{
    margin-bottom: 25px;
  }
  .location-page .full-text .heading h1{
    margin: 25px 0px;
  }
}

@media (max-width: 768px){
  .workshop-form .work-form label, .workshop-form .work-form .action-button{
    font-size: 16px;
  }
}

@media (max-width: 575px){
  .location-page .simple-text .name-left, .location-page .simple-text .name-right{
    width: 100%;
    margin-bottom: 20px;
  }
  .location-page .simple-text{
    margin-bottom: 10px;
  }
  .location-page .full-text{
    margin-bottom: 50px;
  }
  .location-page .full-text .heading h1{
    line-height: 1;
    margin: 20px 0px;
  }
  .gallery-image .close, .work-gallery .close{
    width: 35px;
    height: 35px;
  }
  .gallery-image [class^="arrow"], .work-gallery [class^="arrow"]{
    width: 40px;
    height: 50px;
  }
  .workshop-form .work-form .field{
    padding: 8px;
  }
  .location .gallery-image section.main_img, .location .work-gallery section.main_img {
    column-gap: 10px;
    padding: 20px;
    column-count: 2;
  }
  .gallery-image section.main_img, .work-gallery section.main_img {
    column-gap: 10px;
    padding: 20px;
    column-count: 2;
  }
}

.new-hero-section{
 border-bottom: 20px solid #CC6536;
}
.new-hero-section .hero-content{
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    max-width: 1520px;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 390px;
    padding: 20px;
    margin: auto;
    text-align: center;
    border-radius: 0px;
    box-sizing: content-box;
}
@media (max-width: 752px){
 .new-hero-section .hero-content{
 	background: rgba(0,0,0,0);
 }
}
.new-hero-section > div{
  color: #fff;
  line-height: 1;
}
.new-hero-section .hero-title,
.page-title .label{
 font-size: 70px;
  font-weight: 500;
}
.new-hero-section .hero-subtitle{
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
}
.button-outline{
  display: inline-block;
  border: 5px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-size: 36px;
  margin-right: 8px;
}

@media (min-width: 768px){
 .template-index #shopify-section-static-header{
    position: absolute;
    width: 100% !important;
    z-index: 999999999999 !important;
 }
  .template-index .shopify-section:first-of-type .home-section{
   padding-top: 0 !important; 
  }
  .template-index .page-body-content{margin-top: 0 !important;}
  .template-index header,
  .template-index header div,
  .template-index header section{
   background: rgba(0,0,0,0) !important; 
    background-color: rgba(0,0,0,0) !important; 
    color: #fff !important;
  }
  .template-index header a{
   font-size: 36px;
    color: #fff !important;
    font-weight: 400;
  }
  .template-index header a:not(.lsrpc-url):hover{
    background: #CC6536;
  }
  .template-index .hero-buttons{
   padding-left: 8px; 
    margin-top: 20px;
  }
}
@media (max-width: 768px){
  .new-hero-section{
   padding-top: 0; 
  }
 .new-hero-section .hero-content{
  bottom: 50px; 
 }
  .new-hero-section .hero-title,
  .page-title .label{
 font-size: 56px;
    padding-top: 30px;
}
  .new-hero-section .hero-subtitle{font-size: 18px;}
  .button-outline{font-size: 18px;}
}
.two-column{
max-width: 5000px;
  padding: 10px;
  margin: 50px auto 0 auto;
}
.two-column .wrap > div{
 padding: 5px; 
}

.two-column h2{
 font-size: 36px; 
  padding-top: 50px;
}
.template-index .two-column h2{
 padding-top: 0; 
}
.two-column p{
 font-size: 20px;
  padding-left: 40px;
  padding-right: 30px;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media (max-width: 767px){
 .two-column .wrap > div{
  width: 100% !important;
  padding: 20px;
 }
  .two-column .wrap{display:block !important;}
  .two-column h2{
   padding-top: 0; 
  }
   .two-column{
     margin-top: 20px;
   }
}
.slick-slide img{
  padding: 10px 0 10px 10px;
}
.slick-arrow{
 position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  background: #cc6536;
  height: 40px;
  width: 40px;
  border: 4px solid #fff;
  border-radius: 10px;
}
.slick-next{
  right: 50px;
  font-size: 0;
}
.slick-prev{
 left: 50px;
  font-size: 0;
}
.slick-arrow:before{
  font-size: 30px;
  font-family: 'FontAwesome';
  color: #fff;
}
.slick-next:before{
  content: '\f105 ';
}
.slick-prev:before{
  content: '\f104 ';
}
.slick-slide{
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.slick-slide:hover:before{
/*  transform: scale(1.3); */
  width: 80px;
  
  
}
.slick-slide:before{
  content: '\f144  Play';
    font-family: FontAwesome;
    font-size: 23px;
    color: #fff;
    height: 25px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 50px;
    border: 4px solid #cc6536;
    line-height: 1;
    padding: 0;
    background: #cc6536;
    pointer-events: none;
    transition: all .5s;
    padding: 0 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  width: 30px;
  overflow: hidden;
}
.two-col-cta .cta-text{
  font-size: 48px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  z-index: 9999999;
  line-height: 1;
  padding: 0;
  transition: all 0.5s;
}
.two-column > div{
  max-width: 1400px !important;
  margin: 0 auto;
  
}
.two-column.two-column-full-width{
  background:#0e5d48;
}
.two-col-cta .column{
  min-height: 350px;
  display: table;
  padding: 10px;
  position: relative;
  margin: 10px;
  border: 10px solid #cc6536;
}
.two-col-cta .column:before{
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  content: ' ';
  display: block;
  
}
.two-col-cta a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 999999999;
}

.arch-hero{
    padding: 0 10px;
    background-color: #cc6536 !important;
  margin-bottom: 20px;
  max-height: 500px;
  overflow: hidden;
  
}
    .arch-hero img{
      width: 100%;
      height: auto;
      max-width: 1399px;
      margin: 0 auto;
      display: block;
      filter: brightness(44%);
    -webkit-filter: brightness(44%);
    -moz-filter: brightness(44%);
    }
#services-blocks{
    max-width: 1385px;
      margin: 0 auto;
      display: block;

}
#services-blocks .single-service{
 width: 25%;
  min-height: 200px;
  background-size: cover;
  display: table;
  background-repeat:no-repeat;
  position: relative;
  float: left;
  border: 5px solid #cc6536;
}
#services-blocks .single-service h2{
 font-size: 34px;
  color: #fff;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9999;
  text-transform: uppercase;
}
#services-blocks .single-service:before{
 position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  content: ' ';
  display: block;
  z-index: 999;
  background: rgba(0,0,0,0.6);
}
.hero-title,
.page-title .label{
 font-size: 32px;
  line-height: 1;
}
.hero-title.outside-title,
.page-title .label{
  color: #929345;
}
.hero-title.inside-title{
 color: #fff; 
  margin-bottom: 30px;
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    top: 350px;
    text-transform: uppercase;
  z-index: 99999;
}
@media (max-width: 768px){
  .hero-title,.page-title .label{font-size: 42px;}
  #services-blocks .single-service h2{font-size: 32px;}
  .hero-title.inside-title{
   top: 230px; 
  }
}

#categories-blocks{
  display: flex; 
  column-count: 3;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
#categories-blocks .single-category{
  width: calc(33.33% - 20px);
  min-height:450px;
  background-size: cover !important;
  display: table;
  background-repeat: no-repeat !important;
  margin: 0 10px 20px 10px;
  position: relative;
}
#categories-blocks .single-category h2{
  font-size: 38px;
  color: #fff;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9999;
  text-transform: uppercase;
}
#categories-blocks .single-category:before{
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  content: ' ';
  display: block;
  z-index: 999;
  background: rgba(0,0,0,0.6);
}
@media (max-width: 1024px){
  #categories-blocks .single-category h2{
    font-size: 42px;
  }
  #categories-blocks .single-category{
     width: calc(50% - 20px); 
   }
}
@media (max-width: 768px){
  #categories-blocks .single-category h2{
    font-size: 40px;
  }
  #categories-blocks .single-category{
     width: calc(100% - 20px);
     min-height: 480px;
   }
}
@media (max-width: 600px){
  #categories-blocks .single-category h2{
    font-size: 32px;
  }
  #categories-blocks .single-category{
     width: calc(100% - 20px);
     min-height: 250px;
   }
}
/*Collections template*/
.boost-pfs-filter-collection-header-wrapper h1{
  font-size: 45px !important;
  text-align: center;
  line-height: 1 !important;
  color: #929345;
}
.boost-pfs-filter-collection-header-wrapper{
 padding: 0 !important; 
  background: rgba(0,0,0,0) !important;
}

.boost-pfs-filter-tree-mobile-button {
    width: 50%;
    float: left;
    margin: 0;
    display: block !important;
}
.boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v {
    width: calc(100% - 60px)!important;
    max-width: 500px;
    left: auto;
    right: 0;
    padding-bottom: 0;
}
.boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-mobile-open {
    position: fixed;
    display: block!important;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    z-index: 9999999998;
    
    height: 100vh;
    width: 100%;
    text-align: left;
    margin: 0!important;
    padding: 20px;
  top: 0;
    box-shadow: 0 0 3px;
}
.boost-pfs-filter-tree-v {
    display: none;
    width: 100% !important;
    float: none !important;
}
.boost-pfs-filter-right-col{
    width: 100% !important; 
}
.boost-pfs-filter-left-col{
 width: 0 !important; 
}
.boost-pfs-filter-mobile-footer, .boost-pfs-filter-mobile-toolbar, .boost-pfs-filter-selected-items-mobile{
 display: block !important; 
}
.boost-pfs-filter-tree-mobile-button button{
    text-align: left;
    color: #222 !important;
    border: none !important;
    text-transform: capitalize !important;
    color: #222 !important;
    line-height: inherit !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    background: #fff !important;
    color: inherit !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 12px 15px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 

.filters-wrapper > div{
  display: inline;
  width: auto;
  float: left;
  
}
.filters-wrapper div,
.filters-wrapper span,
.filters-wrapper button{
  font-size: 18px !important;
  white-space: nowrap !important;
  width: auto !important;
  line-height: 1 !important; 
  border: none !important;
  padding: 0 !important; 
  font-family: 'solvejsemibold' !important;
}
.filters-wrapper button{
 margin: 0 0 0 20px !important; 
}
.filters-wrapper{
 float: right; 
}
.boost-pfs-filter-close span,
.boost-pfs-filter-show-result{
 color: #fff;
  width: 100%;
  background: rgba(204,101,54,1);
  padding: 15px 20px;
  line-height: 1;
  font-size: 16px;
  float: right;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
  border: none;
  font-family: 'solvejsemibold' !important;
  
}

.boost-pfs-filter-right-col .boost-pfs-filter-product-item .boost-pfs-action-list-wrapper.boost-pfs-action-extend{
  background: rgba(0,0,0,0.5) !important;
  top: auto !important;
  z-index: 999 !important;
  bottom: 0 !important;
}
@media (max-width: 1184px){
  .boost-pfs-filter-right-col .boost-pfs-filter-product-item .boost-pfs-action-list-wrapper.boost-pfs-action-extend{
  background: rgba(0,0,0,0.5) !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 999 !important;
    font-size: 27px;
  }
}
.boost-pfs-filter-product-item-image img{
 max-height: 450px !important; 
}
.boost-pfs-filter-product-item-image a{
 height: 450px !important; 
}
.boost-pfs-filter-product-item-image form{
 display: inline-block !important; 
}
.boost-pfs-filter-product-item-image form button,
.boost-pfs-filter-product-item-image form input{
  border-color: #fff !important;
  font-family:  'solvejsemibold' !important;
  padding: 0 15px !important;
}
.boost-pfs-filter-right-col .boost-pfs-filter-product-item .boost-pfs-quickview-btn{
  margin-right: 10px !important;
  border-color: #fff !important;
  font-family:  'solvejsemibold' !important;
}
.bc-al-style6 .boost-pfs-action-list-enabled:hover .boost-pfs-action-list-wrapper{
 min-height: 80px; 
}
.new-item-title,.new-item-price{
 text-align: left;
 color: #fff;
 font-weight: bold
 font-size: 18px;
  max-width: 210px;
    margin: 0 auto;
    padding-top: 10px;
}
.new-item-price{
  padding-top: 0;
}
.boost-pfs-filter-product-item-title,
.boost-pfs-filter-product-item-price,
.shopify-product-reviews-badge,
.boost-pfs-filter-product-item-vendor{
 display: none !important; 
}
.has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-flip-image{
 visibility: hidden !important; 
}
.has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-main-image{
  visibility: visible !important;
}
.boost-pfs-filter-collection-description{
  display:none !important;
  
}
.collection-intro .boost-pfs-filter-product-item-inner{
    height: 450px;
    background: #CC6536;
    font-size: 20px;
    color: #fff;
    padding: 150px 20px 0 20px !important;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%; 
}
.main-header-wrap.main-header--minimal-sticky{
/*  top: 0 !important;  */
/*   margin-top: 70px; */
}
.main-header nav.full .nav-item .label{
 font-family: 'solvejsemibold', serif !important;
    font-weight: 300;
  font-size: 20px;
}
.main-header-wrap.main-header--minimal-sticky .header-minimal{
 transition: all 0.5s !important; 
}
@media (min-width: 753px){
  .template-index .main-header-wrap.main-header--minimal-sticky .header-minimal{
    background: #195d48cc !important;
    border-bottom: 1px solid #cc6536;
  }
}
.slideshow img{
  width: 100% !important;
  height: auto;
}
.slideshow{
 width: 100%; 
}
.slideshow .slide{
    opacity: 0 !important;
  max-height: 0;
  
  overflow: hidden;
}
.slideshow .slide.active{
  max-height: 650px;
    opacity: 1 !important;
}
.slideshow .prev{
    position: absolute;
    left: 20px;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 42px;
    transform: inherit !important;
}
.slideshow .next{
    position: absolute;
    right: 20px;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 42px;
    transform: inherit !important;
}
.page-body-content{margin-top: 0 !important;}

 #shopify-section-Hero-Arch-Section{
   margin-top: 0;
}
  .contact-page-content{
    width: 100% !important;
    max-width: 100% !important;
    background: #929354;
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .contact-page-content .two-column{
   max-width: 1200px; 
  }
  .contact-page-content input[type="text"],
  .contact-page-content textarea,
.contact-page-content select{
    background: #fff !important; 
    border: none !important; 
    border-radius: 10px;
    font-family: 'glossy_displayregular';
    font-size: 24px;
    width: 100%;
  	color: #7f7f7f;
  }
  
  .contact-page-content label{
   display: none !important; 
  }
  .contact-page-content h2{
   font-size: 38px; 
    max-width: 440px
    
  }
  .contact-page-content p{
   font-size: 26px; 
  }
  .contact-page-content h3{
   font-size: 32px; 
    margin-bottom: 30px;
  }
  #contact_form{
   margin-top: 60px; 
  }
  #contact_form textarea::-webkit-input-placeholder,
  #contact_form textarea:-moz-placeholder,
  #contact_form textarea::-moz-placeholder,
  #contact_form textarea:-ms-input-placeholder,
  #contact_form textarea::placeholder {
    color: #000 !important;
  }
#contact_form textarea{
 height: 200px; 
 
}
.contact-page-content .submit-button{
 font-size: 28px;
  background: #CC6536;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  float: right;
  display: block;
  border-radius: 10px;
  margin-top: 20px;
  
}
.contact-page-content .field-wrap{
 margin-top: 20px; 
}
@media (max-width: 768px){
    .contact-page-content .two-column .wrap > div{
    width: 100% !important;
    }
  .home-section.slideshow{
   margin-top: 60px; 
  }
  
  }
#shopify-section-collection-template-boost-pfs-filter{margin-top:120px}
h1, h2, h3, h4, h5, h6{
  font-family: 'solvejsemibold', serif !important;
}
p{
    font-family: 'glossy_displayregular' !important;
}


.main-header--nav-links > li:first-child ul{
    width: 300px !important;
}
.main-header--nav-links > li:nth-child(2) ul{
    width: 520px !important;
}
.pxs-announcement-bar{
    color: #fff !important; 
  font-family: 'glossy_displayregular', serif !important;
  font-weight: 400 !important;
  font-size: 25px !important;
}
.main-header .social-links .social-link,
.template-index header a{
 padding: 5px;
  border-radius: 5px;
}
.boost-pfs-filter-tree-mobile-button button:before{
 content: '' !important;
  display: none !important;
}
@media (max-width:1199px) {
  .boost-pfs-filter-product-item.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn{
   border-color: #fff !important; 
    color: #fff !important; 
    border-radius: 20px !important;
    margin-bottom: 9px;
  }
}
@media (max-width: 1000px){
  .boost-pfs-filter-grid-width-2:nth-child(n+2){
	clear: none !important;
  }

  .boost-pfs-filter-product-item.boost-pfs-filter-grid-width-mb-2{
    width: 50% !important; 
   }
 .collection-intro .boost-pfs-filter-product-item-inner{
   height: 350px !important;
    font-size: 15px !important;
    padding-top: 100px !important;
   clear: right !important;
   border-radius: 0;
   padding: 20px !important;
  }
  .boost-pfs-filter-product-item-image a{
   height: 314px !important; 
    display: block !important;
    clear: both !important;
  }
  .boost-pfs-filter-collection-header-wrapper h1{
   font-size: 36px !important; 
  }
  .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-top-sorting-wrapper>span:after{
   right: -12px !important; 
    margin-bottom: 30px;
  }
  .boost-pfs-container-default.boost-pfs-filter-wrapper-page .filters-wrapper{
   margin: 20px 0 30px 0 !important; 
  }

  .new-item-title,.new-item-price{text-align:center;}
  .boost-pfs-action-list-enabled .boost-pfs-filter-product-item-inner{
   padding-bottom: 0 !important; 
  }
  .boost-pfs-filter-right-col .boost-pfs-filter-product-item .boost-pfs-action-list-wrapper.boost-pfs-action-extend{
   font-size: 16px; 
        display: block !important;
    position: relative !important;
    clear: both !important;
    background: rgb(182 102 61)!important;
  }
  
}
@media (max-width: 420px){
    .boost-pfs-filter-product-item-image a,
  	.collection-intro .boost-pfs-filter-product-item-inner{
      height: 300px !important;
	} 
  	.collection-intro .boost-pfs-filter-product-item-inner{
     padding: 5px !important; 
    }
  .boost-pfs-action-list-enabled{
   	padding-bottom: 0 !important; 
  }
}
@media (max-width: 800px){
 .contact-page-content h2,
  .contact-page-content h3{
   font-size: 28px !important; 
  }
    .contact-page-content p{
     font-size: 15px !important; 
    }
  #contact_form{
    padding-top: 20px;
  }
  .contact-page-content .submit-button{
    font-size: 26px !important;
  }
  #contact_form textarea{
   height: 200px !important; 
  }
  .contact-page-content input[type=text], .contact-page-content textarea{
   font-size: 16px !important; 
  }
  .choose-your-own #contact_form{
    margin-top: -50px !important;
  }
}
.pxs-announcement-bar{
 height: 70px;
    line-height: 40px; 
}
@media (min-width: 769px){
  .new-hero-section .image-overlay > img{
    max-height: 660px;
    width: auto;
  }
  .template-index .home-section.two-column{
   padding-top: 0 !important; 
  }
}
@media (max-width: 768px){
  .boost-pfs-action-list-enabled .boost-pfs-filter-product-item-inner{
   padding-bottom: 0 !important; 
  }
  .boost-pfs-filter-product-item{padding-bottom: 10px;}
 .main-header-wrap{
  z-index: 99999999999; 
 }
  .two-column{
  padding: 10px !important; 
 }
  .two-column .wrap>div{
   margin: 0 0 10px 0 !important; 
  }
  
  #categories-blocks .single-category{
   margin: 0 10px 10px 10px; 
  }
  .arch-hero {
    padding: 0 10px;
    margin-bottom: 10px;
    }
  .new-item-title,.new-item-price {
    text-align: center;
    line-height: 36px;
    margin=bottom: 10px;
    max-width: 100% !important;
    line-height: 1.2;
    white-space: break-spaces;
}
  .bc-al-style6 .boost-pfs-action-list-enabled .boost-pfs-action-list-wrapper {
    min-height: 80px;
    padding-top: 15px;
    padding-bottom: 10px;
}
  #services-blocks .single-service{
   margin: 0 10px 10px 10px; 
    width: calc(100% - 20px);
  }
}
.boost-pfs-addtocart-btn.boost-pfs-addtocart-select-options:hover{
 border-color: #fff !important; 
  background: #fff !important;
}
.boost-pfs-action-list-wrapper.boost-pfs-action-extend .boost-pfs-quickview-btn:hover{
  border-color: #fff !important; 
  background: #fff !important;
  color: #cc6536 !important;
}
.virtual-workshop .page-title{
 padding: 0;
  margin-top: 40px;
}
.page-body-content{
 margin-top: 120px !important; 
}
@media (max-width: 600px){
  .page-body-content{
   margin-top: 95px !important; 
  }
  .image-overlay{
   min-height: 300px; 
  }
}
.two-col-cta .column:hover .cta-text{
 transform: scale(1.4);
}
.button-outline:hover{
 background: #b65c32 !important; 
  color: #fff !important;
}
.store-title.store-logo a:hover{
 background: rgba(0,0,0,0) !important; 
}
body{
 padding-top: 0 !important; 
}
#zapiet-delivery-validator #zapiet-delivery-validator__topbar{
 top: auto !important;
  bottom: 0;
}
#AppleBusinessChat{
 bottom: 70px !important; 
}
@media (max-width: 768px){
 .boost-pfs-filter-product-bottom {
/*     padding-right: 50px; */
    padding-top: 0;
   text-align: center;
} 
}
.header-minimal > .header-minimal.header-inner-wrap,
.template-index .main-header-wrap.main-header--minimal-sticky .header-minimal.scrolled.header-inner-wrap,
.template-index .main-header-wrap.main-header--minimal-sticky .header-minimal.header-inner-wrap{
 max-width: 1400px;
  margin: 0 auto;
  background: rgba(0,0,0,0) !important;
}
body{
 font-family: 'solvejsemibold' !important;
}
#home-video-carousel{
  max-width: 1400px;
    margin: 0 auto;
    background: #cc6536;
  padding-right: 10px;
}
.home-section.two-column{
    padding: 60px 10px;
    margin: 60px auto 0 auto;
}
body{
  background: #fcfbe7 !important;
}
footer #contact_form{
 margin-top: 20px !important; 
}
.footer-message p{font-size: 30px;}
footer ::placeholder,
footer :-ms-input-placeholder,
footer ::-webkit-input-placeholder
{color: #000 !important;}

body.plants,
body.services,
body.choose-your-own,
body.contact-us{
 	background: #cc6536!important; 
}
body.plants footer,
body.plants footer *,
body.plants footer a,
body.services footer,
body.services footer *,
body.services footer a,
body.choose-your-own footer,
body.choose-your-own footer *,
body.choose-your-own footer a,
body.contact-us footer,
body.contact-us footer *,
body.contact-us footer a{
 color: #fff !important;
  border-color: #fff;
}
.store-locator .home-section.two-column{
 margin-top: 0 !important;
  padding-top: 0 !important;
}
body.choose-your-own .hero-title.outside-title{
 color: #fff; 
}
.main-header--minimal .header-minimal .store-title{
 padding: 8px 0; 
}
.ls-button-search{
 color: #fff !important; 
}
.slideshow--viewport{
  max-height: 340px;
  overflow: hidden;
}
.home-section.about-hero{
 max-height: 340px;
  overflow: hidden;
  padding-top: 0;
  max-width: 100%;
}
.about .home-section{
/*  padding: 0 !important; */
/*   margin: 0 !important; */
  width: 100%;
}
.about .page-body-content{
 margin-top: 35px !important; 
}
ul li.tomitIsOutOfStock{text-align: center !important;}
body:not(.template-index) .ls-button-search {
  color: #cc6536 !important;}
.template-index .main-header-wrap.main-header--minimal-sticky{
/*  top: 70px !important;  */
  position: absolute !important;
  top: 0 !important;
}
.template-index .main-header-wrap.main-header--minimal-sticky.sticky-header{
 position: fixed !important; 
  top: 0 !important;
}

@media (max-width: 719px){
  .template-index .main-header-wrap.main-header--minimal-sticky{
   	top: 70px !important;
  }
  .pxs-announcement-bar{font-size: 14px !important;padding: 16px 5px;} 
  body.template-index .ls-button-search {
  color: #cc6536 !important;}
  .new-hero-section .hero-content{padding: 0;}
  .new-hero-section .hero-title, .page-title .label{
   font-size: 40px; 
  }
  .new-hero-section .hero-subtitle{
   font-size: 16px; 
  }
  body .main-header-wrap.main-header--minimal-sticky.header-mobile-stick{
   top: 0 !important; 
    position: fixed !important; 
  }
  .hero-title.inside-title{
   top: 100px; 
  }
}
#tomit_inventory_list li{
 text-align: center; 
}
#tomit_inventory_list label{
 font-size: 13px; 
}
.main-header--minimal .main-header nav.full .nav-item .dropdown-wrap{
 border: 4px solid #f2a984; 
}
.main-header--minimal .main-header nav.full .nav-item .dropdown-wrap a:hover span{
 border-bottom: 4px solid #f2a984;
}
html.header-layout-minimal .ls-results{
 background: #fff !important; 
}
html.header-layout-minimal .ls-results,
html.header-layout-minimal .ls-results *{
 color: #000 !important; 
}
#storePickupApp p{
 font-size: 26px !important;
  font-weight: bold;
  color: #000 !important;
}
.product-form .product-submit,
.product-card-interaction{
 background: #0e5d48 !important;
  border: none !important;
}
.product-form .product-submit:hover,
.product-card-interaction:hover{
  background: #0e5d48ad !important;
}

.page-title .label, input[type=submit], .boost-pfs-section-header .boost-pfs-filter-collection-header span , .contact-page-content .submit-button
{
  font-family: solvejsemibold,serif!important;

}
hero-title.outside-title,.page-title .label, .boost-pfs-section-header .boost-pfs-filter-collection-header span 
{
  font-family: solvejsemibold,serif!important;
      font-size: 45px!important;
    text-align: center;
    line-height: 1!important;
    color: #929345;
}
 .product-area .product-details-wrapper .header .title{
  font-family: solvejsemibold,serif!important;
      font-size: 30px!important;
    text-align: left;
    line-height: 1!important;
    color: #929345;
}
.breadcrumb-navigation  {padding-top:0;}
#shopify-section-inner-page-slideshow h1.hero-title.outside-title {display:none;}
.choose-your-own .page-body-content, .commercial .page-body-content  {margin-top:90px !important;}
.choose-your-own .slideshow--viewport, .commercial .slideshow--viewport {max-height:400px;}
#shopify-section-static-page-choose, #shopify-section-static-page-commercial {margin-top:-20px;}

@media (max-width:575px) {
  #shopify-section-static-page-choose, #shopify-section-static-page-commercial h1 {
    padding-top:0;}
  #shopify-section-static-page-choose .page-title, #shopify-section-static-page-commercial .page-title
  {padding-bottom:0;}
  #shopify-section-static-page-choose #contact_form, #shopify-section-static-page-commercial #contact_form {padding-top:0; margin-top:0;}
}
::placeholder {
color:#000;
}

/*Search*/
#shopify-section-search-template-boost-pfs-filter .boost-pfs-filter-product-item-title {display:block !important;}
#shopify-section-search-template-boost-pfs-filter .boost-pfs-filter-product-item-image img {height:100%; margin-bottom:0;}

@media (max-width:1199px) {
 #shopify-section-search-template-boost-pfs-filter .boost-pfs-filter-product-item-inner {padding-bottom:0 !important;}
.boost-pfs-filter-right-col .boost-pfs-filter-product-item .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
top:unset !important;
  bottom:44px !important; 
}
  .boost-pfs-addtocart-btn span, .boost-pfs-quickview-btn span {font-size:16px;}
}
@media (max-width:575px) {
  #shopify-section-search-template-boost-pfs-filter .boost-pfs-filter-product-item-title {
  font-size:13px;}
}
.product-area .product-details-wrapper{
 padding: 0; 
}
.product-area .product-details-wrapper .header .title{
/*  text-align: left;  */
}

.product-area .product-details-wrapper .header .price {
    font-size: 28px;
    color: #cc6536;
  margin-bottom: 10px;
  text-align: left;
}

.product-area .product-details-wrapper .header .title,
.product-area .product-details-wrapper .product-details{
 margin-top: 0; 
}
#tomit_inventory_list{
 display: flex; 
}
#tomit_inventory_list li {
    text-align: center;
    width: 50%;
    padding: 10px;
    border: 2px solid #195d48;
    display: inline-block;
  position: relative;
}
	#tomit_inventory_list li strong{
     position: absolute;
    top: -22px;
    right: -2px;
    }
#tomit_inventory_list li:nth-child(1){
 margin-right: 2px; 
}
#tomit_inventory_list li:nth-child(2){
  margin-left: 2px;
}
.tomitInStock{
color: #fff;
    background: #195d48 !important;
    padding: 5px;
}
.tomiOutOfStock{
 color: #fff;
    background: red !important;
    padding: 5px;
}
.product-details-alignment-center .options{

    padding: 10px 20px !important;
}
.product-form-grid.product-form-grid-radio{
  background: #eaeaea;
    padding: 20px 20px 8px 20px;
  
}
.option-name,
.product-quantity-label,
#accessories-container-heading h3{
    margin-bottom: 0;
    font-size: 14px;
    float: left;
  font-family: Avenir Next,sans-serif !important;
}
#w3-product-accessories{
 background: #dcfdd9;
    padding: 20px 20px 8px 20px; 
}
#accessories-info-text{
 font-size: 14px;
  clear: both;
}
.accessories-title{
 font-size: 22px;
  font-weight: 300;
}
.product-quantity-input{

}
#dd-restock-notification-container{
  padding: 0 20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 20px;
  width: 100%;
  height: 60px;
  display: block;
  font-family: sans-serif;
}
#dd-restock-notification-container
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none !important;
  overflow: hidden;
}
.panel.enabled{
  display:block !important;
}
.product-form-grid-select{
 display: flex; 
}
.product-form-grid-select .select-wrapper{
 margin-right: 10px; 
}
.cart-message{
 font-family: sans-serif;
  font-weight: 400;
  margin-top: 10px;
  color: #56564f;
}
.product-details .header{
 padding: 0 20px; 
}
div#dd-restock-notification-container .da-restock-notification p{
 margin-top: 0; 
}
.addtocart-button-active .product-card-interaction-addtocart-available{
 font-weight: 20px;
  font-weight: bold;
}
.product-interactions{
flex-direction:row !important;
}
.product-interactions .product-interaction.email-us{
 width: 50% !important; 
}
.product-area .showcase .container{
 width: 89% !important; margin-left: 12% !important; overflow: visible !important; 
}
@media (max-width:400px){
  .boost-pfs-filter-right-col .boost-pfs-filter-product-item .boost-pfs-action-list-wrapper.boost-pfs-action-extend{
  		bottom: 42px !important;
   }
}
@media (max-width:1000px) and (min-width: 401px) {
  .boost-pfs-filter-right-col .boost-pfs-filter-product-item .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
	top:unset !important;
  	bottom: 0 !important; 
	}
  .collection-intro .boost-pfs-filter-product-item-inner{
  	height: 430px !important;
  }
}
