/** Shopify CDN: Minification failed

Line 28:2 Unexpected "{"
Line 28:3 Expected identifier but found "%"
Line 32:2 Unexpected "{"
Line 32:3 Expected identifier but found "%"

**/
.featured-text h2.title {
    font-size: 31px;
  /*  margin-top:10px; */
    font-weight: 100;}

  .container.main.content {
      max-width: none !important;
      margin: auto !important;
      width: 100% !important;
  }

  div.featured-link--half div.description p {font-style: unset;font-size: 17px;}
  .js-video-section .sixteen.columns {margin-left:0;margin-right:0;width: 100%;}
  @media only screen and (max-width: 480px) {
    .small--text-left {text-align: center;}
    .container.main.content {
        width: 100% !important;
    }
  }
  {%- if section.settings.hide_title -%}
    .page-title {
      display: none;
    }
  {%- endif -%}
  body div div.featured-text div.container {
    /*padding-top: 10px !important;*/
  }
  .one-page-section:after {content: none;}
  .page-title {text-align: center;}
  .featured-text svg {display:none;}
   h2.title,.collection_title {font-weight: normal; font-size: 21px;}
   div.content {padding-bottom:0;}
  .hide-border.shopify-section:after {border:0;}