#footer-widgets {
    padding: 6% 0 0;
    display: none;
}
#logo {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 151%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    margin-top: -16px !important;
}

#banner {
   
}
.et_fixed_nav #et-top-navigation {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
    font-weight: 700 !important;
}

.et_pb_text_2 h2 {
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif !important;
    font-weight: 700;
    font-size: 42px;
    color: #1e266d!important;
    line-height: 1.3em;
    text-align: center;
}

.et_pb_text_3 h2 {
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif !important;
    font-weight: 700;
    font-size: 34px;
    color: #1e266d!important;
    line-height: 1.3em;
    text-align: left;
}

.et_pb_text_0 h1 {
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif !important;
    font-size: 40px;
    color: #ffffff!important;
    line-height: 1.4em;
}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {

}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
border-radius: 10px 10px 10px 10px !important;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: transparent;
 border: 2px solid #2ea3f2;
 font-size: 22px;
 color: #2ea3f2;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}


input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb !important;
    padding: 2px;
    color: #4e4e4e;
}

.gform_wrapper .gform_footer input.button {
    float: right;
    background: #2ea3f2;
    border: 2px solid #2ea3f2;
    font-size: 22px;
    color: #2ea3f2;
    padding: 12px 23px;
    border-radius: 5px;
    letter-spacing: 2px;
    color: #fff !important;
    cursor: pointer;
}
