/*!
Theme Name: Roofsie Child theme
Theme URI: https://layerdrops.com/roofsiewp/
Template: roofsie
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Roofsie WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roofsie-child
*/
input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea {
       height: 60px;
    width: 100%;
    background-color: #26252a;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 55px;
    color: #86838c;
    font-size: 16px;
    font-weight: 400;
    border-radius: var(--roofsie-bdr-radius);
}
div.wpcf7 > form > div.appointment_input-box > span.wpcf7-form-control-wrap > textarea[name="project"] {
    height: 200px !important;
    min-height: 200px !important;
}
