/*
Theme Name: M-BART Theme
Description: A child theme extended from Total WordPress.
Author: Laith Sinawi
Author URI: http://www.sinawiwebdesign.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.page-child #main .page-header-title {
    font-size: 1.8em !important;
    font-weight: 600 !important;
    color: #216083 !important;
}

.page-child #main h2 {
    color: #507f0e !important;
    margin-top: 0 !important;
}

#sidebar h3 {
    font-size: 14px !important;
    color: #333333 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin-top: 10px;
}
.section-submenu li.active a {
    font-weight: bold;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea {
    color: #000 !important;
}


