/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/* some styles for LBWP forms */
.lbwp-form input,
.lbwp-form select,
.lbwp-form textarea {
    margin-bottom: 0;
}

@media only screen and (min-width: 641px) {
    .lbwp-form:not(.lbwp-form-no-table-layout):not(.lbwp-form__multisite) .lbwp-form-error.validate-message .default-container {
        padding-top: 0;
    }
}

.lbwp-form input::placeholder {
    color: #bbb;
}

.lbwp-form-anchor {
    height: 200px;
    margin-top: -200px;
}

.lbwp-form-message {
    border: 1px solid #dbdbdb;
    border-left: 5px solid;
    padding: 20px;
}

.lbwp-form-message.error {
    border-color: red;
    color: red;
}

.lbwp-form-message.success {
    border-color: #21e004;
    color: #4f4f4f;
    background: #e2ffe0;
}

.lbwp-form-back-link { display: none; }

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.load-spinner {
    display:none;
    margin-top:-10px;
}
