/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Mailchimp form */

#mc_embed_signup {
	color: #85868c;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea {
    color: #8b8d94;
    border-width: 1px;
    border-color: rgba(51,51,51,0.12);
    background-color: #fdfdfd;
    border-radius: 1px;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

input.button, input[type="submit"]:not([name="update_cart"]) {
    color: #ffffff;
    background-color: #f7931d !important;
    border: none;
    box-shadow: none;
}
