/*
Theme Name: MZG Theme
Theme URI: 
Author: the 
Author URI: 
Description: 
Version: 2.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI:
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: MZG

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#nav li.current-menu-item  a{
    text-decoration: none;
    color: #92d400;
}

form.wpcf7-form label:after {
    content: '*';
    color: #f00;
    font-size: 80%;
    margin-left: 2px;
}

form.wpcf7-form  label {
    font-size: 16px;
    display: block;
    font-weight: bold;
	font-family:'Open Sans', Arial, Helvetica, Verdana, sans-serif;
    color: #080808;
}
form.wpcf7-form input[type='text'], form.wpcf7-form input[type='email'] {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top-color: #c7c7c7;
    border-radius: 3px;
    padding: 4px 10px;
}
form.wpcf7-form .btn-row {
    text-align: right;
	    margin-top: 10px;
}
form.wpcf7-form  .btn-row input[type="submit"] {
    width: auto;
    background: #2E3640;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    color: #fff;
    padding: 3px 20px;
}

.content-block .fl-row-content-wrap {
    padding: 0px;
}

.content-block .fl-module-content.fl-node-content {
    margin: 0px;
}
