try{Typekit.load({ async: true });}catch(e){}

.modal-content{
border-radius: 0!important;
}

.mc-modal{
top: 44%;
}

.field-wrapper{
width: 75%;
}

.modal-body{
padding: 0 40px;
}

.modal-header, .modal-footer{
border: none;
}

.modal-footer{
height: 0;
padding: 5px 0;
}

#mc_embed_signup_scroll label{
float: none;
text-align: center;
width: 100%;
font-family: league-gothic, serif;
font-size: 2em!important;
font-weight: normal;
letter-spacing: 0.08em;
}

#mc_embed_signup .button{
height: auto!important;
font-family: league-gothic, serif;
max-width: 175px;
font-size: 1.5em!important;
}

#mc_embed_signup input.email{
height: auto!important;
font-size: 1.5em!important;
font-family: Times, serif!important;
padding-left: 1.5em;
}

#mc_embed_signup input.email:placeholder{
color: #AAA;
}

.close{
opacity: 1;
}

.modal-dialog{
margin: 20% auto 0;
}

@media only screen and (max-width: 767px){
#mc_embed_signup input.email{
margin-bottom: 0!important;
}
}


@media only screen and (max-width: 600px){
.modal{
overflow: hidden!important;
overflow-y: hidden;
}


.modal-dialog {
width: 90%;
margin-top: 24%;
margin-left: auto;
margin-right: auto;
}

#mc_embed_signup_scroll label{
font-size: 1em!important;
}

#mc_embed_signup .button{
width: 30%!important;
line-height: 15px!important;
font-size: 1.25em!important;
}

#mc_embed_signup input.email{
width: 70%!important;
margin-bottom: 0!important;
appearance: none;
font-size: 1.25em!important;
}

}

Barista

{% if errors != blank %}
    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %} {% if theme.image_sets.slideshow.size > 0 %}
    {% for image in theme.image_sets.slideshow %}
  • {% endfor %}
{% endif %} {% get products from products.all limit:theme.featured_products order:theme.featured_order %} {% if products != blank %} {% for product in products %} {% if forloop.first %} {% endif %} {% endfor %} {% else %}

No products found.

{% endif %} {% endget %}
{% if page.name == 'Shop' %} {% paginate products from products.current by theme.products_per_page %} {% if products != blank %} {% for product in products %} {% endfor %} {% endif %} {% endpaginate %} {% endif%}