/*
Theme Name: Norwest Village
Description: Norwest Village Web Site
Author: Zephyrstudio
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/


a.modal-button, input[type="submit"]
{
    border: 2px solid #1a360f !important;
    color: #1a360f !important;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    background-color: #fff !important;
}

a.modal-button:hover,
input[type="submit"]:hover
{
    border: 2px solid #3d6c2b !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    background-color: #3d6c2b !important;
}

ul.gform_fields li { list-style: none !important; padding: 0 !important; }
ul.gform_fields li::before { content: none !important; }

.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea
{
    border: 2px solid #b8b8b8 !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 14px !important;
    margin-bottom: 15px !important;
}

.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper textarea:focus
{
    border: 2px solid #000 !important;
}

select option
{
    color: #000 !important;
}

h2.gsection_title
{
font-size: 20px !important;
text-transform: uppercase;
}

.gform_wrapper .gsection { margin: 40px 0 20px 0 !important; }

@media screen and (max-width: 499px) {
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"]
{
    width: 100% !important;
    max-width: 100% !important;
  }
}

#gform_fields_1 input[type="email"]
{
   width: 100% !important;
   max-width: 100% !important;
}
