/** Shopify CDN: Minification failed

Line 105:0 Unexpected "}"

**/
.recent-work-article-section {
  margin-bottom: 50px;
}
.recent-work-article-section h1 {
  padding: 50px 0;
  text-align: center;
  margin: 0;
}
.gallery-items-wrapper {
  max-width: 1000px;
  margin: auto;
}
.gallery-items-wrapper img {
  width: 100%;
}
.article-meta-header {
  margin: 15px auto;
  text-align:center;
}
.article-meta-header span {
  display: block;
}
.rte.article-content {
  margin-top: 15px;
}
.rte.article-content p:not(:last-child) {
  margin-bottom: 6px;
}
.swiper-button-next, 
.swiper-button-prev {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #FFF;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
.recent-work-links-wrapper .recent-work-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.recent-work-links-wrapper .recent-work-links a{
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}
.recent-work-links-wrapper .recent-work-links a span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.recent-work-links-wrapper .recent-work-links img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  transition: .25s ease all;
}
.recent-work-links-wrapper .recent-work-links a:hover img {
  filter: drop-shadow(0 0 3px #afa495);
}
.recent-work-links-wrapper .form-index {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px;
}
.recent-work-links-wrapper .form-index > * {
  padding: 0 15px;
}
.recent-work-links-wrapper .form-index table {
  border: 1px solid #e2e2e2;
  width: 100%;
}
.recent-work-links-wrapper .form-index td {
  transition: .25s ease all;
  font-size: 14px;
}
.recent-work-links-wrapper .form-index .calender-header {
  padding-bottom: 15px;
  font-size: 20px;
}
.recent-work-links-wrapper .form-index td:hover {
  background-color: #e9e9e9;
}
.recent-work-links-wrapper .form-wrapper {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
}
.recent-work-links-wrapper .side-image-wrapper {
  width: 50%;
}
#calender {
  text-align: center;
}
#calender .calender-header .arrow { 
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
}
#calender .calender-header .arrow#left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#calender .calender-header .arrow#right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
[data-section-type="featured-collection"] .heading-wrapper {
  justify-content: center;
}
section.recent-work-links-section {
  margin-bottom: 50px;
}


@media (max-width:767px) {
  section.recent-work-links-section {
    margin-bottom: 30px;
  }
  .recent-work-links-wrapper .form-index {
    margin-top: 20px;
  }
  .swiper-button-next, 
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }   
  .swiper-button-next:after, 
  .swiper-button-prev:after { 
    line-height: 35px;
    font-size: 15px;
  }
  .recent-work-links-wrapper .recent-work-links img {
    width: 70px;
    height: 70px;
  }
  .recent-work-links-wrapper .recent-work-links a{
    width: 33.33%;
    padding: 0 5px 10px;
    line-height: 1.2; 
  }
  .recent-work-links-wrapper .recent-work-links a span {
    font-size: 12px;
  }
  .recent-work-links-wrapper .side-image-wrapper {
    width: 100%;
  }
  .recent-work-links-wrapper .form-wrapper{
    width: 100%;
  }
  .recent-work-links-wrapper .form-index td {
    font-size: 8px;
  }
}