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

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}

/* Contact */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    width: 100%;
    height: 50px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    outline: none;
    transition: all 0.6s ease 0s;
}
