/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

input::-webkit-input-placeholder {
color: #94A5B2 !important;
}
input::-moz-placeholder {
color: #94A5B2 !important;
}
input:-ms-input-placeholder {
color: #94A5B2 !important;
}
input:-moz-placeholder {
color: #94A5B2 !important;
}

input[type=”email”]::-webkit-input-placeholder {
color: #94A5B2 !important;
}
input[type=”email”]::-moz-placeholder { /* Firefox 19+ */
color: #94A5B2 !important;
}
input[type=”email”]:-ms-input-placeholder {
color: #94A5B2 !important;
}
input[type=”email”]:-moz-placeholder { /* Firefox 18- */
color: #94A5B2 !important;
}

textarea::-webkit-input-placeholder {
color: #94A5B2 !important;
}
textarea::-moz-placeholder { /* Firefox 19+ */
color: #94A5B2 !important;
}
textarea:-ms-input-placeholder {
color: #94A5B2 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #94A5B2 !important;
}