/** Shopify CDN: Minification failed

Line 17:2 Unexpected "{"
Line 17:3 Expected identifier but found "%"
Line 18:22 Unexpected "{"
Line 18:31 Expected ":"
Line 18:38 Unexpected "{"
Line 19:23 Expected identifier but found whitespace
Line 19:25 Unexpected "{"
Line 19:34 Expected ":"
Line 21:2 Unexpected "{"
Line 21:3 Expected identifier but found "%"
... and 91 more hidden warnings

**/

  {%- if section.settings.section_background_color != "rgba(0,0,0,0)" -%}
    #shopify-section-{{ section.id }} {
      background-color: {{ section.settings.section_background_color }};
    }
  {%- endif -%}

  {%- if section.settings.section_background_gradient != blank -%}
    #shopify-section-{{ section.id }} {
      background-image: {{ section.settings.section_background_gradient }};
    }
  {%- endif -%}

  {%- if section.settings.section_heading_color != "rgba(0,0,0,0)" -%}
    #shopify-section-{{ section.id }} .section-heading,
    #shopify-section-{{ section.id }} .section-footer {
      --color-text-main: {{ section.settings.section_heading_color }};
      --color-borders-forms-primary: {{ section.settings.section_heading_color | color_modify: 'alpha', 0.3 }};
      --color-secondary-background-main: {{ section.settings.section_heading_color | color_modify: 'alpha', 0.08 }};
    }
  {%- endif -%}

  /* #shopify-section-{{ section.id }} .grid--center-last-row {
    justify-content: center;
  }

  #shopify-section-{{ section.id }} .grid--layout {
    grid-gap: 0; /* Remove grid gaps */
  }

  #shopify-section-{{ section.id }} .card {
    padding: 0; /* Remove card padding */
    margin-bottom: 0; /* Remove default bottom margin */
  }

  #shopify-section-template--16787565281343__tcap_social_feeds_W344Qi .gutter--regular {
    padding: 0;
  } */

  @media screen and (max-width: 1280px) {
    #shopify-section-{{ section.id }} .grid-laptop-1,
    #shopify-section-{{ section.id }} .grid-laptop-2,
    #shopify-section-{{ section.id }} .grid-laptop-3,
    #shopify-section-{{ section.id }} .grid-laptop-4,
    #shopify-section-{{ section.id }} .grid-laptop-5,
    #shopify-section-{{ section.id }} .grid-laptop-6 {
      --visible-cols: 4 !important;
    }
  }

  @media screen and (max-width: 1023px) {
    #shopify-section-{{ section.id }} .grid-portable-1,
    #shopify-section-{{ section.id }} .grid-portable-2,
    #shopify-section-{{ section.id }} .grid-portable-3,
    #shopify-section-{{ section.id }} .grid-portable-4,
    #shopify-section-{{ section.id }} .grid-portable-5,
    #shopify-section-{{ section.id }} .grid-portable-6 {
      --visible-cols: 4 !important;
    }
  }

  @media screen and (max-width: 767px) {
    #shopify-section-{{ section.id }} .grid-lap-1,
    #shopify-section-{{ section.id }} .grid-lap-2,
    #shopify-section-{{ section.id }} .grid-lap-3,
    #shopify-section-{{ section.id }} .grid-lap-4,
    #shopify-section-{{ section.id }} .grid-lap-5,
    #shopify-section-{{ section.id }} .grid-lap-6 {
      --visible-cols: 4 !important;
    }
  }

  @media screen and (max-width: 474px) {
    #shopify-section-{{ section.id }} .grid-palm-1,
    #shopify-section-{{ section.id }} .grid-palm-2,
    #shopify-section-{{ section.id }} .grid-palm-3,
    #shopify-section-{{ section.id }} .grid-palm-4,
    #shopify-section-{{ section.id }} .grid-palm-5,
    #shopify-section-{{ section.id }} .grid-palm-6 {
      --visible-cols: 4 !important;
    }
  }

  @media screen and (max-width: 374px) {
    #shopify-section-{{ section.id }} .grid-tiny-1,
    #shopify-section-{{ section.id }} .grid-tiny-2,
    #shopify-section-{{ section.id }} .grid-tiny-3,
    #shopify-section-{{ section.id }} .grid-tiny-4,
    #shopify-section-{{ section.id }} .grid-tiny-5,
    #shopify-section-{{ section.id }} .grid-tiny-6 {
      --visible-cols: 4 !important;
    }
  }


/* Desktop */
@media screen and (min-width: 768px) {
    .gutter-bottom--large {
        padding-bottom: 30px;
        margin-top: 0px !important;
    }
}

.social-icons a {
    width: 1.5rem;
    height: 1.5rem;
    padding: .4375rem;
}

.social-icons a .icon {
    width: 2.5rem;
    height: 2.5rem;
}

@media screen and (max-width: 767px) {
h2.section-heading__title.text-font--secondary.text-size--large {
    font-size: 30px;
    line-height: 150%;
    font-weight: 700;
}


.gutter-bottom--large {
    padding-bottom: 8px;
}
}
  
