/*
Theme Name:     Modis Child
Theme URI:      http://demo.oceanthemes.net/modis/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       modis
*/

@import url("../modis/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 email
{
    background-color: #fff;
  border: 1px solid #99CA3C;
    color: #000;
    width: 100%;
}
.wpcf7-form input:hover[type="submit"] {
    background:#99CA3C;
    cursor:pointer;
    color:#fff;
}
