/*
Theme Name: Ratio Child
Theme URI: https://ratio.qodeinteractive.com/
Description: A child theme of Ratio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.1.2
Template: ratio
Text Domain: ratio
*/


h1, h2, h3, h4, h5, h6 {
    color: #464646;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #eee;
}
input[type="text"][disabled]::placeholder,
textarea[disabled]::placeholder {
    color: #eee;
}