/** Shopify CDN: Minification failed

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

**/


/* CSS from section stylesheet tags */
.breadcrumb-wrapper {
  margin: 0;
  padding: 10px 20px;
}

.breadcrumb {
  font-size: 16px;
  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 }};
}
.our-gallery .gallery-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .our-gallery .gallery-section-title {
      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;
  }
  }