/*
Theme Name:     NWM Child Theme
Theme URI: 		http://nextwave.com.au
Description:    Child theme for the Jupiter theme 
Author:         Matthew Adam
Theme URI: 		http://nextwave.com.au
Template:       jupiter
Version:        5.0.10
*/



body .gform_wrapper .gform_footer input[type=submit]
{
background: #f9dcd8;
border: 2px solid #f96e5b;
color: #363636;
}

#theme-page select, .woocommerce select {
    border: 1px solid #e3e3e3;
    background-color: #fafafa;
    text-align: center;
    /* background: url(../../images/selectbox-arrow.png) right center no-repeat; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 14px 12px 20px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    border-radius: 0!important;
    font-weight: 400;
    min-width: 240px;
    max-width: 100%;
    display: block;
}