/*
 * Theme Name:      Seiffert Kitchen and Bath
 * Theme URI:       http://demo.qodeinteractive.com/bridge/
 * Description:     A child theme of Bridge Theme specifically targeted to Seiffert Kitchen & Bath website.
 * Author:          Frontera Marketing Group
 * Author URI:      http://frontera.co/
 * Version:         1.0.0
 * Template:        bridge
 * Text Domain:     seiffert
*/

@import url("../bridge/style.css");

.mt-20 { margin-top : 20px !important; }
.mt-40 { margin-top : 40px !important; }
.mt-60 { margin-top : 60px !important; }

.mb-20 { margin-bottom : 20px !important; }
.mb-40 { margin-bottom : 40px !important; }
.mb-60 { margin-bottom : 60px !important; }

.no-style {
    font-style: normal !important;
}

.contact-form {
    margin-bottom : 40px !important;
}

.contact-form label {
    color : #000;
    font-weight : bold;
}

.contact-form input.wpcf7-form-control.wpcf7-text,
.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #e8e8e8;
    border: 1px solid #a8a8a8;
    color: #3d3d3d;
}
