/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
/* CONTACT FORM */
.fw-input {
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-bottom: 10px;
    display: inline;
    width: 100%;
}
.fw-input:focus {
    background: rgba(9,9,9,.1);
    border: 1px solid #ccc;
    border-radius: none;
}
.fw-submit {
    margin-top:20px;
}
.fw-submit input {
    width:100%;
    padding: 10px 30px;
    background-color: #ed0b85;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 18px;
}
.fw-submit input:hover {
    background-color: #32244c;
    color: #fff;
}
