/* 
 Theme Name:   WAVE Foundry Theme
 Theme URI:    http://www.wave.ie/
 Description:  WAVE foundry child theme 
 Author:       Stephen Bennett
 Author URI:   http://www.stephenbennett.me
 Template:     foundry
 Version:      1.0.0
*/

@import url("../foundry/style.css");

.woocommerce button.button, .woocommerce button.button.alt {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 68px;
    min-width: 150px;
    line-height: 36px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #47b475;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
    background: none;
}
