/** Shopify CDN: Minification failed

Line 41:13 Expected identifier but found whitespace
Line 41:15 Unexpected "{"
Line 41:24 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:breadcrumb (INDEX:4, SCOPED:FALSE) */
.breadcrumb-wrapper {
  margin: 0;
  padding: 10px 20px;
}

.breadcrumb {
  font-size: 14px;
  text-transform: none;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb span{
  color: #fff;
}  

.breadcrumb-divider {
  margin: 0 6px;
  opacity: 1;
}

.breadcrumb-wrapper .breadcrumb {
  text-align: {{ section.settings.alignment }};
}
@media screen and (max-width:749px){
  .breadcrumb {
    font-size: 12px;
}
}
/* END_SECTION:breadcrumb */

/* START_SECTION:our-gallery (INDEX:57, SCOPED:FALSE) */
.our-gallery .gallery-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .our-gallery .gallery-section-title {
    font-family: "Helvetica Neue";
    font-weight: 300;
      border-bottom: 0.5px solid #fff;
      margin: 0;
      padding: 20px;
      font-size: 16px;
  }
  .gallery-title-left { text-align: left; }
  .gallery-title-center { text-align: center; }
  .gallery-title-right { text-align: right; }

  .our-gallery .gallery-text {
      width: 25%;
      padding: 20px;
      height: 600px;
      border: .5px solid #fff;
      border-left: 0px;
      border-top: 0;
  }

  .our-gallery .gallery-text h2 {
    margin-bottom: 10px;
  }
  .our-gallery .gallery-text  p {
      color: #fff;
      margin: 0;
  }
  .our-gallery .gallery-image {
      width: 25%;
      height: 600px;
      border: 0.5px solid #fff;
      border-left: none;
      border-top: none;
  }

  .our-gallery .gallery-image img,
  .our-gallery .gallery-image svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .our-gallery .gallery-image svg.placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (max-width:1400px){
  .our-gallery .gallery-image, .our-gallery .gallery-text {
      height: 495px;
  }
  .our-gallery .gallery-text {
      width: 33.33%;
      border: .5px solid #fff;
      border-left: 0px;
      border-top: 0;
  }
  .our-gallery .gallery-image {
      width: 33.33%;
      border: 0.5px solid #fff;
      border-left: none;
      border-top: none;
  }

  }

  @media screen and (max-width:1024px){
  .our-gallery .gallery-image, .our-gallery .gallery-text {
      height: 450px;
  }
  }


  @media screen and (max-width:768px){
  .our-gallery .gallery-text {
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      border-left: 0px;
      border-top: 0;
      border-bottom: 0;
  }
  .our-gallery .gallery-image {
      width: 50%;
      height: 300px;
      border: 0.5px solid #fff;
      border-left: 0.5px solid #fff;
      border-top: 0.5px solid #fff;
  }
  }
/* END_SECTION:our-gallery */