/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Unexpected "{"
Line 8:3 Expected identifier but found "'blog.css'"

**/
{{ 'blog.css' | asset_url | stylesheet_tag }}

.blog-detail-hero {
  padding-block: 3rem;
}

.article-posts--inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
}

.article-posts--item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.article-posts-width--image .article-posts--item:not(:first-child) {
  border-bottom: 0.063rem solid rgba(var(--border-color));
}

.article-posts-width--image
  .article-posts--item:not(:first-child)
  .article-posts--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.article-posts-width--image
  .article-posts--item:is(:hover)
  .article-posts--image {
  opacity: 1;
  visibility: visible;
}

.article-posts-width--image .article-posts--item:first-child {
  grid-area: span 5;
}

.article-posts-width--image
  .article-posts--item:not(:first-child)
  .article-post-content {
  padding: 1.625rem;
}

.article-posts--image .media-ratio {
  border-radius: var(--rounded-block);
}

.article-post-content {
  padding: 1.3rem 1.3rem 1.3rem 0rem;
  position: relative;
}
.article-post-content .article-posts-title {
  line-height: 1.0;
}

.article-separator {
  display: block;
  width: 0.063rem;
  height: 1rem;
  margin: 0rem 0.625rem;
  background-color: rgba(var(--text-color));
}

.article-posts-publish {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(var(--text-color));
  margin-bottom: 0.5rem;
}

.article-posts-description {
  margin-bottom: 1rem;
}

/* Blog Page */

.blog-featured-header {
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 2;
  padding: 3rem 0rem;
  margin: 0 auto;
}

.blog-featured-header > .page--width {
  max-height: 100%;
  overflow-y: auto;
}

.blog-featured-image::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: rgb(
    var(--background-color-overlay) / var(--overlay-color-opacity)
  );
  z-index: 1;
}

/* .blog-detail-hero-image
  + .page--width
  :is(
    .article-posts-publish,
    .article-posts-title,
    .article-posts-title,
    .article-social-shares
  ) {
  color: rgb(var(--background-color));
} 

.blog-detail-hero-image + .page--width :is(.article-separator) {
  background-color: rgb(var(--background-color));
}*/

.article-posts--large {
  max-width: 81.25rem;
  margin: 0rem auto;
}

.main-blog-page .article-posts--large {
  padding-bottom: 3rem;
}

.article-posts--large .article-post-content {
  display: flex;
  flex-direction: column;
}

.blog-detail-hero .article-posts--large .article-post-content {
  background-color: rgb(var(--background-color));
  padding: 2rem 3rem;
}


.article-social-shares {
  margin-top: auto;
}

.blog-tab-wrapper {
  border-top: 0.063rem solid rgb(var(--border-color));
  border-bottom: 0.063rem solid rgb(var(--border-color));
  margin-bottom: 3rem;
}

.blog-tabs {
  padding: 0.875rem 0rem;
}

.blog-tabs a {
  display: inline-flex;
  font-size: var(--text-small);
  padding: 0.313rem 0.938rem;
  align-items: center;
  margin: 0rem 0.125rem 0.125rem 0rem;
  line-height: 1;
  color: rgb(var(--text-color));
  position: relative;
}

.blog-tabs a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: currentColor;
  border-radius: 50%;
  margin-right: 0.375rem;
}

.blog-tabs a:is(.is-active, :hover) {
  color: rgb(var(--text-color));
  text-decoration: underline;
  text-underline-offset: 0.188rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  grid-gap: var(--grid-gap);
}

.blog-detail-hero-image {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-detail-hero-image::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: rgb(
    var(--background-color-overlay) / var(--overlay-color-opacity)
  );
  z-index: 1;
  backdrop-filter: blur(1.875rem);
}

.blog-detail-hero .page--width {
  position: relative;
  z-index: 1;
}

.article-content {
  max-width: 78.625rem;
  margin-top: 3rem;
}

.article-tags {
  gap: 0.438rem;
}

.article-tags a {
  padding: 0.4rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  white-space: nowrap;
  background: rgb(var(--text-color), 0.1);
  color: rgb(var(--text-color));
  border-radius: 10rem;
  text-decoration: none !important;
}

.article-posts--image .effect-image-hover {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-posts--image .effect-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
  transition: all 0.3s ease-in-out;
}

.article-posts--image:hover .effect-image {
  transform: translate(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.article-posts--image:hover .effect-image-hover {
  transform: translate(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.comment-form-head {
  margin-bottom: 1rem;
}

.article-comment-card {
  background: rgb(var(--text-color), 0.04);
  color: rgb(var(text-color));
  padding: 1rem;
  margin: 1rem 0rem;
}

.article-comment-title {
  color: rgb(var(--text-color));
}

.comment-button {
  width: 100%;
  max-width: 34.75rem;
}

.article-comment-list li p {
  margin: 0rem;
}

.article-comment-list li {
  padding: 2.5rem 0rem;
}

.article-comment-list li:last-child {
  padding-bottom: 0rem;
}

.article-comment-list li:not(:last-child) {
  border-bottom: 0.063rem solid rgb(var(--border-color));
}

.article-meta-wrapper {
  gap: 0.5rem;
  font-style: italic;
  margin-top: 0.438rem;
}

.article-social-shares .social-icons--link {
  background: rgb(var(--background-color));
  color: rgb(var(--text-color));
  border-radius: 20rem;
  margin-top: 0.3rem;
}

.recent-blog-slide .swiper-wrapper {
  gap: 1.5rem;
}

.comment-wrapper .pagination-list {
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .blog-detail-hero .article-posts--large {
    grid-gap: 0rem;
  }
  .blog-detail-hero .article-posts--large .article-post-content {
    padding: 2rem 3rem;
  }
  .blog-featured-header {
    max-width: 70%;
  }
  .blog-detail-hero {
    padding-block: 5rem;
  }
  .article-posts--large,
  .article-posts--large .article-posts--item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
  }
  .article-posts--large .article-posts--item {
    grid-area: span 1 / span 2;
  }
  .blog-grid {
    --columns: 3;
  }
}

@media screen and (min-width: 1025px) {
  .article-posts--inner {
    grid-gap: 4.375rem;
  }
  .article-posts--inner:is(.article-posts-width--image) {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4.375rem;
  }
  blockquote {
    padding-inline-start: 1.5rem;
  }
  .comment-form-head {
    margin-bottom: 2rem;
  }
  .article-comment-card {
    padding: 3rem;
    margin: 2.2rem 0rem;
  }
  .comment-wrapper .pagination-list {
    margin-bottom: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-tabs a {
    padding: 0.313rem 0.338rem;
  }
}

/* Blog articles only - heading sizes */
.article-content h2 { font-size: 2.0rem; }
.article-content h3 { font-size: 1.5rem; }
.article-content h4 { font-size: 1.0rem; }
.article-content h5 { font-size: 0.6rem; }

/* Mobile headings */
@media (max-width: 749px) {
  .article-content h2 { font-size: 2.0rem !important; }
  .article-content h3 { font-size: 1.5rem !important; }
  .article-content h4 { font-size: 1.0rem !important; }
  .article-content h5 { font-size: 0.6rem !important; }
}

/* Article title - desktop */
@media (min-width: 750px) {
  .article-posts--large .article-post-content .article-posts-title {
    font-size: 4rem;
  }
}


@media (max-width: 749px) {
  .article-posts--large .article-post-content .article-posts-title {
    font-size: 3.2rem;
  }
}

