/*
    Theme Name: FashionValet
    Author: Aien
*/

body {
    background-color: #8a1b32;
    font: 0.9em 'Open Sans', Arial, sans-serif;
    margin: 0;
    padding: 20px
}

p {
    margin: 0;
    padding: 0 0 20px
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    border: 1px solid #999;
    border-radius: 3px;
    font: 100% 'Open Sans', Arial, sans-serif;
    padding: 7px 12px !important;
    width: 100%;
    -webkit-appearance: none;
}

.pageWrapper {
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 700px;
    padding: 40px 30px 10px;
}

.gform_wrapper {
    margin: 0 !important
}

body .gform_body {
    padding: 0 20px
}

body .gform_wrapper ul li.gfield {
    padding: 0 0 20px !important;
}

body .gform_wrapper ul li.gfield.col-50 {
    clear: left;
    float: left;
    margin: 0 20px 0 0;
    width: calc(50% - 10px);
}

body .gform_wrapper ul li.gfield.col-50-right {
    clear: none;
    margin-right: 0
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    line-height: 100%;
    padding: 0 0 8px;
}

.gpnf-nested-entries {
    width: 100%;
}

.gform_wrapper h2.gsection_title {
    color: #666;
    font-size: 180% !important;
}

body .gform_wrapper ul li.gfield.gsection {
    margin: 0 -20px 30px !important;
    padding: 20px 0 10px !important;
}

body .gform_wrapper ul li.col-100 {
    margin: 0 -20px 20px !important;
    padding: 20px 0 0 !important;
}

body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_page_footer {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0;
}

body .gform_wrapper .gform_page_footer {
    margin: 0 -20px;
    width: calc(100% + 40px)
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer .button.gform_button,
body .gform_wrapper .gform_page_footer .button.gform_next_button,
body .gform_wrapper .gform_page_footer .button.gform_previous_button {
    background-color: #8a1b32;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    font-size: 100%;
    font-weight: 700;
    margin: 0;
    padding: 15px;
    transition: 0.3s ease all;
    width: calc(50% - 7.5px);
    -webkit-appearance: none
}

body .gform_wrapper .gform_page_footer .button.gform_next_button#gform_next_button_1_41 {
    width: 100%;
}

body .gform_wrapper .gform_page_footer .button.gform_previous_button {
    background-color: #333;
    margin-right: 15px;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer .button.gform_button:hover,
body .gform_wrapper .gform_page_footer .button.gform_next_button:hover,
body .gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    background-color: #333;
}

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    margin-bottom: 0;
}

.gpnf-add-entry {
    background-color: #8a1b32;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    font-size: 100%;
    padding: 7px 14px;
    -webkit-appearance: none
}

.gpnf-add-entry:hover {
    background-color: #333;    
}

#field_1_17,
#field_1_19 {
    margin-top: 0;
}

#field_1_17 .gfield_label,
#field_1_19 .gfield_label {
    display: none;
}

.gpnf-modal .gpnf-modal-header{
    background-color: #8a1b32 !important;
}

.tingle-modal-box__footer .tingle-btn {
    background-color: #8a1b32 !important;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: 0;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

body .gform_wrapper div.validation_error {
    background-color: #ff0000;
    border: 0;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    margin: 10px 0;
    padding: 10px 20px;
    text-align: left;
    width: auto;
}

body .gform_wrapper .gfield_error .gfield_label {
    color: inherit
}

body .gform_wrapper .validation_message {
    color: #ff0000;
    font-weight: 400
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 0;
}

.gform_confirmation_message {
    padding: 0 0 30px
}

@media (max-width: 760px) {
    body .gform_wrapper ul li.col-100,
    body .gform_wrapper ul li.gfield.col-50 {
        clear: inherit;
        float: none;
        margin: 0 20px 0 0 !important;
        width: 100%;
    }

    body .tingle-modal__close {
        background: none !important;
        display: block !important;
        height: auto;
        left: auto;
        right: 40px;
        top: 27px;
        width: auto;
    }

    body .gform_wrapper div.validation_error {
        margin: 20px 0;
    }

    body .tingle-modal__closeLabel {
        display: none;
    }

    body .tingle-modal-box__footer .gpnf-btn-cancel-mobile {
        display: none
    }

    body .tingle-modal-box__footer .tingle-btn {
        margin-bottom: 0;
    }

    body .gform_body {
        padding: 0
    }

    body .gform_wrapper ul li.gfield.gsection {
        margin: 0 0 30px !important;
    }
}

h1 {
    margin: 0;
    padding: 0 0 30px
}

.single-position #field_1_44 {
    display: none;
}

.gform_wrapper h2.gsection_title
{
    font-size: 130% !important;
}

ul,ol {
    margin: 0;
    padding: 0 0 15px
}

ul li,
ol li {
    margin: 0 0 0 25px;
    padding: 0 0 10px
}