input[type="text"] {
    width: 300px;
    font-size: 19px;
    float: left;
    height: 50px;
    padding-left: 15px;
    font-family: RalewayRegular;
}
input[type="submit"] {
    background-color:black;
    color:white;
    border: 1px solid white;
    margin: 0 auto;
    display: block;
    font-family: Georgia;
    font-style: italic;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0.5rem 4rem;
    margin-bottom: 40px;
    margin-top: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
input[type="submit"]:hover {
    background-color: #FFF;
    color: #000;
}
textarea {
    width:100%;
    font-size: 19px;
    padding:15px;
    height:120px;
    font-family: RalewayRegular;

}
.gform_heading {display:none}
#gform_fields_1 {padding-left:15px}
#input_1_7_6 {margin-left:25px}
#input_1_2 {width:96%;}
#input_1_4 {width:96%;}
#input_1_9 {
     width:96%;
}
#field_1_8 {
    clear: both !important;
}
#input_1_11 {
     width:96%;    
}

#input_1_12_1 {
    position: absolute;
    opacity: 0;
}
#input_1_12_1 + label[for=input_1_12_1] {
    position: relative;
    cursor: pointer;
    padding: 0;
}
#input_1_12_1 + label[for=input_1_12_1]:before {
    content: '';
    margin-right: 25px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #FFF;
}
#input_1_12_1:hover + label[for=input_1_12_1]:before {
    background: #000;
}
#input_1_12_1:focus + label[for=input_1_12_1]:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#input_1_12_1:checked + label[for=input_1_12_1]:before {
    background: #000;
}
#input_1_12_1:disabled + label[for=input_1_12_1] {
    color: #b8b8b8;
    cursor: auto;
}
#input_1_12_1:disabled + label[for=input_1_12_1]:before {
    box-shadow: none;
    background: #ddd;
}
#input_1_12_1:checked + label[for=input_1_12_1]:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


.hidden_sub_label  {

    display:none;
}
body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 50%;
}

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
    list-style-type:none!important;
    list-style-image:none!important;
    list-style:none!important;
    background-image:none!important;
    background:none!important;
    min-height: 78px !important;
    position: relative;
}

#input_1_7_3, #input_1_7_6 {
    width: 48%;
}
#input_1_7_6 {
    float: right;
}
.gf_right_half input[type="text"] {
    float: right;
}
.gform_validation_error .validation_error {
    color: #ff9595;
    padding-left: 17px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.gfield_error .ginput_container_phone {
    float: left;
    display: block;
}

body .gform_wrapper form .gform_body ul li .gfield_label {
    display: none;
}
body .gform_wrapper form .gform_body ul li.gf_right_half .gfield_label, body .gform_wrapper form .gform_body ul li.gf_right_half .validation_message {
    padding-left: 15px;
}
.validation_message {
    color: #ff9595 !important;
}
.instruction.validation_message {
    margin-bottom: -3px;
}
/* consent */
.ginput_container_consent label {
    color: #FFF;
    font-size: 14px;
    margin-top: 15px;
}
#gfield_consent_description_1_12 {
    padding-left: 45px;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    margin-top: -30px;
}

#gfield_consent_description_1_12 a {
    text-decoration: underline;
}

#gfield_consent_description_1_12 span {
    opacity: 0.9;
}

#gfield_consent_description_1_12 b {
    margin-bottom: 8px;
    display: block;
}

#gform_confirmation_wrapper_1 {
    text-align:center;
    color:white;
    font-style: italic;
    font-size: 25px;
    font-family: Georgia;
    margin-top:100px;
    margin-bottom:100px;
}
#gform_fields_1 input {
    margin-top: 0px;
}
#gform_fields_1 input, #gform_fields_1 textarea {
    outline: 0;
    border: none;
}

@media only screen and (min-width: 641px) {
    body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half, body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
        float: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: none !important;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
            width: 31.3% !important;
    }
    }



@media only screen and (max-width: 992px) {
    /* mobile responsive */
    
    /* form inputs */
    #gform_fields_1 {
        padding: 0px;
    }
    #gform_1 input, body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half, body .gform_wrapper form .gform_body ul li.gf_right_half .ginput_container_phone {
        width: 100%;
        margin-bottom: 15px;
    }
    body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li {
        min-height: initial !important;
    }
    body .gform_wrapper form .gform_body ul li.gf_right_half .ginput_container_phone {
        margin-bottom: 0px;
    }
    #input_1_12_1 + label[for=input_1_12_1] {
        padding-left: 35px;
    }
    #input_1_12_1 + label[for=input_1_12_1]:before {
        left: 0;
        position: absolute;
        width: 23px;
        height: 23px;
    }
    #gfield_consent_description_1_12 {
        color: #FFF;
        font-size: 12px;
        line-height: 16px;
        margin-top: -17px;
    }
    #input_1_12_1:checked + label[for=input_1_12_1]:after {
        left: 6px;
    }
    .formarea {
        padding: 0 7px;
    }
    .gform_validation_error .validation_error {
        padding-left: 0px;
        margin-bottom: 10px;
    }
    /* main contact form validation */
    .validation_message, .instruction.validation_message {
        left: initial;
        bottom: initial;
        position: initial;
        margin-bottom: 9px;
        margin-top: -9px;
    }
    body .gform_wrapper form .gform_body ul li.gf_right_half .gfield_label, body .gform_wrapper form .gform_body ul li.gf_right_half .validation_message {
        padding-left: 0px;
    }
}