

nav.main_menu > ul > li > a {
    font-size: 16px;
    font-style: normal;
    font-family: nimbus-sans-condensed, open-sans;
    font-weight: 500;
    letter-spacing: 2.65px;
    text-transform: uppercase;
    padding: 0 12px;
}

.qbutton.tiny {
    height: 39px;
    line-height: 39px;
    padding: 0 22px;
    font-size: 18px;
    letter-spacing: 2px;
}


.gform_wrapper input {
    background-color: #1b1b1b;
    border: 0px solid #333333;
    /* border-radius: 3px; */
    /* border: 1px solid; */
    color: #fff;
padding: 14px 10px !important;
}

.gform_wrapper textarea {
    background-color: #1b1b1b;
    border: 0px solid #333333;
    /* border-radius: 3px; */
    /* border: 1px solid; */
    color: #fff;
padding: 14px 10px !important;
width: 100%;
}

.gform_wrapper label.gfield_label {
    font-weight: 700;
    font-size: inherit;
    color: #ba9e61;
}

.gform_footer input[type=submit] {
    font-family: "nimbus-sans-condensed";
    font-weight: 700;
    background-color: #b99d61;
    height: 39px;
    line-height: 39px;
    padding: 0 22px !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.gform_footer input[type=submit]:hover {
    font-family: "nimbus-sans-condensed";
    font-weight: 700;
    background-color: #333333;
    height: 39px;
    line-height: 39px;
    padding: 0 22px !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
}



.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,255,255,0) !important;
    margin-bottom: 6px!important;
    border-top: 0px solid #C89797 !important;
    border-bottom: 0px solid #C89797 !important;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}


.gform_wrapper div.validation_error {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 1px solid #b99d61 !important;
    border-bottom: 1px solid #b99d61 !important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #790000 !important;
}

.qode_carousels .slides img {
    width: 75%;
    display: block;
}

ul#gform_fields_1 {
    list-style: none;
}


.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}

@media only screen and (min-width: 641px)
div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
}


.engage a {
    color: #ba9c61 !important
}

i.menu_icon.fa.fa-arrow-circle-right {
    color: #ba9c61;
}

.testimonials_holder.simple .testimonial_text_inner h5 {
    text-transform: uppercase;
}