/**handles:flatsome-style**/
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Global styles */
.footer-wrapper input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: rgba(255,255,255,0.25)!important;
    border: 1px solid #fff!important;
    font-size: 14px!important;
    width: 100%!important;
    text-align: center!important;
    color: rgba(0,0,0,0.75)!important;
}	
.nf-field-element textarea {
    height: 94px!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}