/*!
Theme Name: Agencymax Child
Theme URI: https://www.templatemonster.com/wordpress-themes/agencymax
Author: Themeintro
Template: agencymax
Author URI: https://www.templatemonster.com/authors/themeintro/
Description: This a creative wordpress theme and responsive.
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agencymax-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments,blog,SEO and Digital Agency 
*/

.gform_wrapper .gform_body input[type="text"],
.gform_wrapper .gform_body input[type="email"],
.gform_wrapper .gform_body input[type="tel"],
.gform_wrapper .gform_body select {
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    padding: 0 2% 0 20px !important;
     border: 1px solid #dfdfdf !important;
    box-shadow: none;
    color: #000;
    border-radius: 0px !important;
    margin: 0;
    background-color: #fff !important;
}

.gform_wrapper .gform_body textarea {
    border: 1px solid #dfdfdf !important;
    box-shadow: none;
    color: #000;
    border-radius: 0px !important;
    margin: 0;
    background-color: #fff !important;
    min-height: 150px;
    padding: 20px;
}

.gform_wrapper .gform_body input[type="text"]::placeholder,
.gform_wrapper .gform_body input[type="email"]::placeholder,
.gform_wrapper .gform_body input[type="tel"]::placeholder {
    color: #000;
}


.gform_wrapper .gform_body .gfield_label,
.gform_wrapper .gform_body label {
    color: #000;
}

.gform_wrapper input[type="submit"] {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 30px !important;
    background-color: #e94f19 !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-weight: bold;
    width: auto !important;
    transition: all 0.3s ease;
    border: 2px solid #e94f19 !important;
    text-transform: uppercase !important;
}

.gform_wrapper .gform_footer {
    margin: 20px 0 0 0;
    padding: 0;
}

.gform_wrapper input[type="submit"]:hover {
    background-color: #0f70b7 !important;
    color: #fff !important;
}