.search__widget {
  background: #fff;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  max-height: 200px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.search__widget.is-active {
  height: 180px;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
}
.search__widget.is-active .search__wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.1s;
  max-width: 1100px;
}

.search__wrapper {
  flex-basis: 100%;
  opacity: 0;
}
.search__wrapper form {
  display: flex;
  align-items: center;
}
.search__wrapper .fa-search {
  font-size: 32px;
  margin-right: 20px;
  color: #666;
}
.search__wrapper .fa-times {
  font-size: 32px;
  margin-left: 20px;
  cursor: pointer;
}
.search__wrapper input[type=text] {
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  background: transparent;
}

@media (max-width: 700px) {
  .search__widget.is-active {
    height: 100vh;
    max-height: 100vh;
    align-items: flex-start;
    padding-top: 30px;
  }
  .search__widget .fa-search, .search__widget .fa-times {
    font-size: 20px;
  }
  .search__widget input[type=text] {
    font-size: 18px;
  }

  li.menu-item a[href="#search"] {
    display: none;
  }
}
/* newsletter form */
#newsletter-suscribe input[type=email] {
  border: none;
  border-radius: 0px;
  background: transparent;
  padding-left: 0;
  border-bottom: 1px solid #979797;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
  font-size: 120%;
}

/* post grid styles */
.post-grid-layout,
.post-single {
  border: none;
}
.post-grid-layout .fl-post-tax,
.post-single .fl-post-tax {
  margin-bottom: 4px;
}
.post-grid-layout .fl-post-tax a,
.post-single .fl-post-tax a {
  color: #697378;
  font-weight: bold;
  font-size: 13px;
}
.post-grid-layout .fl-post-tax a:hover,
.post-single .fl-post-tax a:hover {
  text-decoration: none;
  color: #15191d;
}
.post-grid-layout .fl-post-tax:after,
.post-single .fl-post-tax:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #D9DCDD;
}
.post-grid-layout .fl-post-meta,
.post-single .fl-post-meta {
  color: #697378;
  font-weight: 300;
  font-size: 13px;
}
.post-grid-layout .fl-post-title,
.post-single .fl-post-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.post-grid-layout .fl-post-title a:hover,
.post-single .fl-post-title a:hover {
  color: #15191d;
}
.post-grid-layout .fl-post-excerpt,
.post-single .fl-post-excerpt {
  font-size: 14px;
}
.post-grid-layout .fl-post-excerpt p:last-of-type,
.post-single .fl-post-excerpt p:last-of-type {
  margin-bottom: 0;
}

.fl-post-grid #infscr-loading {
  bottom: -80px;
}

/* post author */
.fl-module-fl-author-bio .fl-module-content {
  flex-direction: column;
  font-size: 14px;
}
.fl-module-fl-author-bio h3.fl-author-bio-name {
  font-size: 22px;
  margin: 24px 0 10px 0;
}
.fl-module-fl-author-bio .fl-author-more {
  font-size: 16px;
  display: inline-block;
  color: #000;
  border-bottom: 2px solid #000;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 0 0 0;
  transition: padding 0.2s;
}
.fl-module-fl-author-bio .fl-author-more:hover {
  text-decoration: none;
  color: #15191d;
  padding: 0 0 2px 0;
}

.archive.author .fl-author-bio-text P:last-of-type {
  display: none;
}

/* post featured image */
.featured-image .fl-photo {
  position: relative;
}
.featured-image .fl-photo-caption {
  background: #697378;
  color: #fff;
}
.featured-image .fl-photo-caption-below {
  padding: 10px;
  position: absolute;
  left: 2%;
  right: 1%;
  bottom: -5px;
  max-width: 100%;
  white-space: pre-wrap;
  text-align: left;
}

.fl-theme-builder-singular .post-content h2, .fl-theme-builder-singular .post-content h3, .fl-theme-builder-singular .post-content h4, .fl-theme-builder-singular .post-content h5, .fl-theme-builder-singular .post-content h6 {
  margin-top: 1em;
}
.fl-theme-builder-singular .post-content .wp-block-separator {
  border-bottom-color: #e1e3e4;
}

.fl-post-feed-image img {
  margin-bottom: 15px;
}

/* divi images with legends */
#et-boc .et_pb_image_wrap.wp-photo-caption-wrapper {
  position: relative;
  margin-bottom: 1em;
}
#et-boc .et_pb_image_wrap.wp-photo-caption-wrapper .wp-photo-caption {
  background: #697378;
  color: #fff;
  line-height: 1.25;
  font-size: 13px;
}
#et-boc .et_pb_image_wrap.wp-photo-caption-wrapper .wp-photo-caption-below {
  padding: 10px;
  position: absolute;
  left: 4%;
  right: 2%;
  bottom: -10px;
  max-width: 100%;
  white-space: pre-wrap;
  text-align: left;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#et-boc .et_pb_image_wrap.wp-photo-caption-wrapper:hover .wp-photo-caption-below {
  opacity: 0;
  bottom: -30px;
}

.wp-block-image {
  position: relative;
  margin-bottom: 2rem;
}
.wp-block-image .blocks-gallery-caption,
.wp-block-image figcaption {
  background: #697378;
  color: #fff;
  line-height: 1.25;
  font-size: 13px;
  padding: 10px;
  position: static;
  max-width: 100%;
  white-space: pre-wrap;
  text-align: left;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .wp-block-image figcaption {
    position: absolute;
    left: 4%;
    right: 2%;
    bottom: -25px;
  }
  .wp-block-image:hover .blocks-gallery-caption, .wp-block-image:hover figcaption {
    opacity: 0;
    bottom: -30px;
  }
}

.product-tax .posted_in, .product-tax .tagged_as {
  display: block;
  margin-bottom: 2px;
}
.product-tax a {
  color: #697378;
  font-weight: 700;
}

@media (min-width: 768px) {
  .single-product div.product div.images .flex-viewport {
    width: 85%;
    float: right;
  }
  .single-product div.product div.images .flex-control-thumbs {
    width: 15%;
    float: left;
  }
  .single-product div.product div.images .flex-control-thumbs li {
    float: none;
    width: 100%;
    padding: 0 10px 10px 0;
  }
}

.woocommerce .fl-theme-builder-woo-notices {
  padding: 40px 20px 1px 20px !important;
}
.woocommerce .fl-theme-builder-woo-notices [role=alert] {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .woocommerce #customer_details {
    width: 66%;
    float: left;
  }
  .woocommerce #customer_details .col-1 {
    width: 50%;
    padding: 0 20px 0 0;
  }
  .woocommerce #customer_details .col-2 {
    width: 50%;
    padding: 0 20px 0 10px;
  }
  .woocommerce #order_review_heading {
    display: none;
  }
  .woocommerce #order_review {
    float: right;
    width: 33%;
  }
  .woocommerce .woocommerce-billing-fields > h3,
.woocommerce #ship-to-different-address {
    font-size: 16px;
  }
}

#main-menu .menu {
  left: 0;
  right: 0;
  padding: 10px 20px;
}

#responsive-menu {
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#responsive-menu .close-icon {
  position: absolute;
  top: 2px;
  right: 12px;
}
#responsive-menu.is-active {
  opacity: 1;
  height: 100vh;
}

.fl-builder-edit #responsive-menu {
  height: 100vh;
  opacity: 1;
  position: static;
}

/*# sourceMappingURL=app.css.map */
