/*
Theme Name: Edition Child Theme
Description: Child theme for edition.
Author: Themewich
Template: edition
*/

@import url("../edition/style.css");

/*
Email input style 25/11/2015
*/

.dark input[type="email"], .dark textarea {
    background: #333 none repeat scroll 0 0;
    border-color: #444;
    color: #fff;
}

input[type="email"], textarea {
    background: rgba(100, 100, 100, 0.09) none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 20px !important;
    padding: 10px !important;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    border-radius: 0px !important;
}

/*
Changed colour of Mailchimp submit button from default green 25/11/2015
*/

form.mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"] {
    background: none;
}

form.mc4wp-form input[type="submit"]:hover, div.mc4wp-form button[type="submit"]:hover {
    background: #ea4848;
}
._2q1_ {
  	padding-bottom: 20px !important;
}