/**
 * Description of conselio_wp_maps style file form.css
 *
 * @author  CONSELIO S.A.
 *          http://www.conselio.com
 *          Adrien Bianchi
 *          adrien(at)conselio.com
 */

#cws_map{
    background:#444;
    padding:0px;
    padding-top:20px;
    color:#dcd3c4 !important;
}

#cws_map_text{
    text-align:center;
    padding:20px;
}
#cws_map_text h3{
    color:#e6664b !important;
}

#cws_map_form{
    width:100%;
    background:#dcd4c9;
    padding:20px;
    margin:0;
}

#cws_form textarea{
    color:#222 !important;
    width:100%;
    margin:auto;
    height: 80px; 
    border:none;
}

#cws_submit_button{
    background:#928678;
    color:#dcd3c4; 
    border:none;
    font-size:2em;
    width:100%;
    transition:0.2s;

    text-align:center;
}
#cws_submit_button:hover{
    background:#dcd3c4;
    color:#928678; 
    border:none;
}