/*
Theme Name: Aperitif Child
Theme URI: http://aperitif.elated-themes.com
Description: A child theme of Aperitif
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: aperitif
Template: aperitif
*/


input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 15px;
    padding: 16px 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #3d3d3d!important;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

textarea::placeholder {
	color: #3d3d3d!important;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    color: #333333!important;
    background-color: transparent;
    border-color: #c2c2c2;
}