/** Shopify CDN: Minification failed

Line 14:0 Unexpected "{"
Line 14:1 Expected identifier but found "%"
Line 16:1 Expected identifier but found "%"
Line 50:0 Unexpected "{"
Line 50:1 Expected identifier but found "%"
Line 50:34 Expected identifier but found "%"
Line 55:0 Unexpected "{"
Line 55:1 Expected identifier but found "%"
Line 55:27 Expected identifier but found "%"

**/
{% comment %}
  Faire Page Styles
{% endcomment %}

body.page-faire.paywhirl-theme-custom {
    background-color: #d5d5d5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main#template-page-faire {
    display: flex;
    flex: 1;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  @media only screen and (max-width: 600px) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.faire__frame {
  margin:0 auto;
  border:none;
  display:block;
  max-width:100%;
  width:900px;
  height:500px;
  
  @media only screen and (max-width: 600px) {
  height:600px;
  }
}

{% comment %} Subitem menu color {% endcomment %}
.navbar-dropdown .navbar-item {
    color: white;
}

{% comment %} Events Page {% endcomment %}


.page-events h2 {
    font-size: 1.2rem;
    color: #f1b136;
}

.page-events .page__content.content.container.table.is-striped.is-bordered {
    max-width: 800px;
}

.page-events ul {
    padding-bottom: 2rem;
}
